@charset "UTF-8";

/* niversal Selector‘*’Reset --------------------------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License:none (public domain) */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
/*	vertical-align:middle;*/
	vertical-align:top;
}

/* HTML5 display-role reset for older browsers --------------------------------------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}
body{
	line-height:1;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

/* base style -------------------------------------------------------------------------------------------------------*/
body{
	color:rgba(57,57,57,1.00); /* #393939 */
	font-family:游ゴシック体,YuGothic,'Yu Gothic','ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ, Meiryo,sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:15px;
	line-height:1.6em;
	background-color:rgba(255,255,255,1.00); /* #fff */
}
a{
	color:rgba(68,68,68,1.00); /* #444444 */
	text-decoration:none;
}
a:hover{
	color:rgba(70,107,163,1.00); /* #466ba3 */
}
a:hover .efect{
	-webkit-transition:all 2s;
	-moz-transition:all 2s;
	-ms-transition:all 2s;
	-o-transition:all 2s;
	transition:all 2s;
	opacity:0.6;
}
div{
	box-sizing:border-box;
}
strong{
	font-weight:bold;
}
.clr{
	clear:both;
}
.maru::before{
	content:"●";
	padding-right:0.15rem;
}
.small{
	font-size:0.75rem;
	padding-right:0.2rem;
}
.trans{
	opacity:0.4;
}
/* page top */
.pagetop{
	display:none;
	position:fixed;
	bottom:2rem;
	right:2rem;
}
.pagetop a{
	display:block;
	color:rgba(255,255,255,1.00);
	font-size:1.8rem;
	text-align:center;
	text-decoration:none;
	padding:0.75rem 1rem;
	border-radius:3px;
	line-height:1.8rem;
	background-color:rgba(68,188,189,0.80);
}
.pagetop a:hover {
	-webkit-transition:all 2s;
	-moz-transition:all 2s;
	-ms-transition:all 2s;
	-o-transition:all 2s;
	transition:all 2s;
	opacity:0.6;
}

/* font */
@font-face{
	font-family:'はれのそら明朝';
	src:url('../font/Harenosora.woff') format('opentype'); /* ★要パス変更★ */
}
.hare{
	font-family:'はれのそら明朝';
	-webkit-font-smoothing:subpixel-antialiased;
}
.play{
	font-family:'Playfair Display',serif;
}
.dom{
	font-family:'Domine',serif;
}
@media only screen and (max-width:599px){
	.pagetopwrap{
		display:none;
	}
}