@charset "UTF-8";

* {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body{
	margin:0px;
	padding:0px;
	width:100%;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:150%;
	color:#231f20;
	text-align:left;
	font-weight: 500;
	font-style: normal;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html{height:100%; }
body{height:100%; } 

.tsukua{
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
}

p, ul, li, dl, dd, dt, th, td{
	font-size:14px;
}


textarea,input {
	padding:2px;
}


img {
	border: 0px;
	vertical-align: bottom;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

li {
	list-style-position: outside;
}

form {
	margin:0;
	padding:0;
}

div{
	display:block;
}

object,
embed {
	vertical-align: top;
}



a img.fade {
	-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
a:hover img.fade{
  opacity:0.5;
  filter: alpha(opacity=50);
}


a:link ,
a:visited {
	color:#231f20;
	text-decoration: none;
 transition: .3s;
}

a:active ,
a:hover {
	color:#231f20;
	text-decoration: none;
	opacity:0.5;
}

div#wrap {
	width:100%;
	margin: 0 auto;
	text-align:center;
	padding: 0;
	zoom: 1;
	overflow: hidden;
}
body > div#wrap{     height:auto; }


/* SP */
@media screen and (max-width: 780px){
/* SP */
.pcOnly {
		display: none;
}
.spOnly {
	display: block;
}
/* header 
---------------------------------------------------------*/
header{
	display: none;
}


/* ナビゲーション
--------------------------------------------*/
nav{
	margin: 0 auto;
	padding: 1.5em 0 0.2em;
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
nav ul{
	margin: 0;
	padding: 0;
	width: 98%;
	text-align: center;
}
nav li{
	margin: 0 0.5% 1.3em;
	width: 28%;
	display: inline-block;
}
nav li a{
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
	margin: 0;
	padding: 2vw 0 2.4vw;
	width: 100%;
	font-size: 3vw;
	line-height: 100%;
	text-align: center;
	color: #231f20;
	background-color: #fff;
	border: 1px solid #231f20;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	letter-spacing: 2px;
}
nav li a:hover{
	color: #fff;
	background-color: #231f20;
	opacity:1;
}


/* フッター 
---------------------------------------------------------*/
footer{
	padding: 6.5vw 0 7vw;
	width: 100%;
	background-color: #888888;
	color: #fff;
	letter-spacing: 2px;
}
footer .inner{
	margin: 0 auto;
	width: 80%;
}
footer .inner img{
	margin: 0 auto;
	width: 27%;
}
footer .inner p{
	margin: 0 auto;
	padding: 4.5vw 0 4.5vw;
	width: 100%;
	font-size: 3.4vw;
	line-height: 140%;
	text-align: left;
}
footer .inner p a{
	color: #fff;
}
footer .inner .add{
	margin: 0 auto;
	padding: 0 0 4vw 5%;
	width: 100%;
	font-size: 2.45vw;
	line-height: 140%;
	text-align: left;
	background-image: url(../../images/icMap.png);
	background-position: left top 3px;
	background-size: 2.8% auto;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .inner .tel{
	margin: 0 auto;
	padding: 0 0 1.5vw 8%;
	width: 100%;
	font-size: 4.5vw;
	line-height: 100%;
	text-align: left;
	background-image: url(../../images/icTel.png);
	background-position: left top;
	background-size: 4.5% auto;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .inner .tel a{
	color: #fff;
}
footer .inner .mail{
	margin: 0 auto;
	padding: 0 0 9vw 8.5%;
	width: 100%;
	font-size: 4.4vw;
	line-height: 100%;
	text-align: left;
	background-image: url(../../images/icMail.png);
	background-position: left top 1vw;
	background-size: 5.3% auto;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .inner .mail a{
	color: #fff;
}
footer .copy{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 2vw;
	line-height: 100%;
	text-align: center;
	letter-spacing: 2px;
}




/* ページトップ */
#pageTop {
	position: fixed;
	bottom: 10vw;
	right: 4%;
	width: 12%;
	height: auto;
}
#pageTop img{
	width: 100%;
	height: auto;
}
#pageTop a:hover img{
  opacity:0.5;
  filter: alpha(opacity=50);
}


}




@media screen and (min-width: 781px){
/* PC */
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}

/* header 
---------------------------------------------------------*/
header{
	margin: 0;
	padding: 15px 0 31px 0;
	width: 100%;
	height: 91px;
	text-align: left;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header h1{
	margin: 0 0 0 37px;
	width: 130px;
	position: static;
}
header h1 img{
	width: 100%;
	height: auto;
}


/* ナビゲーション
--------------------------------------------*/
nav{
	margin: 0;
	padding: 23px 25px 23px 0;
	width: 980px;
	height: 91px;
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	z-index: 10;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav.fixed{
	padding: 26px 25px 26px 0;
	position: fixed;
	top: 0;
	left: auto;
	right: 0;
	z-index: 10;
}
nav ul{
	float: right;
	margin: 0;
	padding: 0;
	width: 628px;
	text-align: center;
}
nav li{
	float: left;
	margin: 0 28px 0 0;
	width: auto;
	display: block;
}
nav li:last-child{
	margin: 0 0 0 0;
}
nav li a{
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
	margin: 0;
	padding: 13px 0;
	width: 100%;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color: #ca485b;
	background-color: #fff;
	border: none;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	letter-spacing: 2px;
	position: relative;
}
nav li a:hover{
	color: #f4c924;
	background-color: #fff;
	opacity:1;
}
nav li a::after {
	position: absolute;
	bottom: 3px;
	left: 0%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #f4c924;
	transition: .3s;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
nav li a:hover::after {
	width: 100%;
	opacity:1;
}




/* フッター 
---------------------------------------------------------*/
footer{
	padding: 40px 0 30px;
	width: 100%;
	background-color: #888888;
	color: #fff;
	letter-spacing: 2px;
}
footer .inner{
	margin: 0 auto;
	width: 555px;
}
footer .inner img{
	margin: 0 auto;
	width: 120px;
	height: auto;
}
footer .inner p{
	margin: 0 auto;
	padding: 20px 0 20px;
	width: 100%;
	font-size: 22px;
	line-height: 140%;
	text-align: left;
}
footer .inner p a{
	color: #fff;
}
footer .inner .add{
	margin: 0 auto;
	padding: 3px 0 15px 40px;
	width: 100%;
	font-size: 20px;
	line-height: 140%;
	text-align: left;
	background-image: url(../../images/icMap.png);
	background-position: left top;
	background-size: 22px auto;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-feature-settings: "palt";
}
footer .inner .tel{
	margin: 0 auto;
	padding: 7px 0 25px 40px;
	width: 100%;
	font-size: 26px;
	line-height: 100%;
	text-align: left;
	background-image: url(../../images/icTel.png);
	background-position: left top;
	background-size: 27px auto;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .inner .tel a{
	color: #fff;
}
footer .inner .mail{
	margin: 0 auto;
	padding: 2px 0 50px 40px;
	width: 100%;
	font-size: 20px;
	line-height: 100%;
	text-align: left;
	background-image: url(../../images/icMail.png);
	background-position: left top;
	background-size: 30px auto;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .inner .mail a{
	color: #fff;
}
footer .copy{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	letter-spacing: 2px;
}


.fit {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}



/* ページトップ */
#pageTop {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 60px;
	height: 60px;
}
#pageTop img{
	width: 100%;
	height: auto;
}
#pageTop a:hover img{
  opacity:0.5;
  filter: alpha(opacity=50);
}



}




@media screen and (max-width: 763px) and (orientation: landscape) {
   /* 横向きの場合のスタイル */


}





/* other
---------------------------------------------------------*/

  
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  

.clearfix { display: block; }  
/* End hide from IE-mac */  



.fadein {
	opacity:0;
}
.fadein2 {
	opacity:0;
}
.fadeup {
	opacity:0;
	transition: .5s;
	transition-delay: 0.3s;
	transform: translate(0,20px); 
	-webkit-transform: translate(0,20px);
}
.up {
	opacity:1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}