@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/
html{ font-size: 62.5% }

body {
	width: 100%;
	height: 100%;
	font-family:'Karla',　Noto Sans JP, sans-serif;
	color:#333;
	font-size: 12px;
	background:#f4f4f2;
	line-height:1.5;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

img{
	width: 100%;
	height: auto;
}
a{
	color: #333;
	text-decoration: none;
}

/*----DWナビゲート用----*/
.Aover{}
.pc{}
.sp{}
.img-switch{}

header{
	width: 100%;
}

footer a{
	color: #FFF;
	text-decoration: none;
}

footer a:hover{
	text-decoration: underline;
}

#loading{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
  }
      
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1000;
 }

/*ページトップ*/
.SmoothScroll_pageTop{
    text-align:right;
    position: fixed;
    bottom: 3%;
    right: 5%;
    display: none;
	z-index: 901;
}
.SmoothScroll_pageTop a{
    display:block;
    padding:10px 10px 0;
    margin:0;
    color:#999;
	line-height: 1.1;
}
.SmoothScroll_pageTop a::before{
    font-family:FontAwesome;
	content: "\f106";
    margin-right:10px;
	font-size: 50px!important;
	line-height: 1.1!important;
	border-bottom: 1px solid #999;
}
.SmoothScroll_pageTop a:hover{
    color:#666;
	border-color: #666;
}
.SmoothScroll_pageTop a:hover::before{
	border-color: #666;
}
.SmoothScroll_pageTop a::before{
        margin-right:0;
}
.SmoothScroll_pageTop a span{
        display:none;
}

/*@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, header div.h_inner ul.h_sns li:nth-child(1) a {
    margin-top: 0!important;
  }
  *::-ms-backdrop, header div.h_inner ul.h_sns li:nth-child(1) a span{
   padding-top: 3px!important;
  }
}*/

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){
	.sp{
		display: none!important;
	}
	
	body,html{
		max-width:100%;
	}
	
	#gimmick {
		margin-top: 150px;
		transition-duration: 1.2s;
	}
	
	header{
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
		padding: 95px 100px 45px;
		text-align: right;
	}
	
	header h1{
		width: 100%;
		text-align: right;
	}
	
	header h1 img{
		width: 402px;
	}
	
	header a{
		font-size: 12px;
		display: block;
		color: #c1c1c1;
		transition-duration: 0.5s;
	}
	
	header a:hover{
		opacity: 0.5;
	}
	
	header a i{
		font-size: 14px!important;
		color: #c1c1c1;
		padding-right: 0.5em;
	}
	
	header div.logo{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-top: 5px;
	}
	
	header figure{
		width: 190px;
		display: block;
		line-height: 0;
		
	}
	
	header figure.anniversary{
		width: 100px;
		margin-right: 5px;
		
	}
	
	header ul.menu li{
		margin-bottom: 10px;
	}
	
	header ul.menu a{
		font-size: 18px;
		display: block;
		color: #333;
		transition-duration: 0.5s;
	}
	
	header ul.menu a i{
		font-size: 18px!important;
		display: inline-block;
		margin-right: 0.25em;
		color: #FFF;
	}
	
	header ul.menu a:hover{
		color: #8e8e8e;
		opacity: 1.0;
	}
	
	header ul.menu a:hover i{
		color: #333!important;
	}
	
	header ul.menu a span{
		display: inline-block;
		margin-left: 0.5em;
		width: 18px;
		vertical-align: middle;
		padding-top: 5px;
	}
	
	header ul.breadcrumb {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: flex-start;
	}
	
	header ul.breadcrumb li{
		font-size: 12px;
		padding-right: 0.5em;
		color: #61B0A0;
	}
	
	header ul.breadcrumb li br{
		display: none;
	}
	
	header ul.breadcrumb li i{
		font-size: 12px!important;
		color: #333;
	}
	
	header ul.breadcrumb li a{
		font-size: 12px;
		color: #333;
	}
	
	section {
		width: -webkit-calc(100% - 200px);
		width: -moz-calc(100% - 200px);
		width: calc(100% - 200px);
		max-width: 1200px;
		margin: 0 auto 70px;
	}
	
	section ul.section_inner{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	
	section ul.section_inner li.title{
		width: 15%;
		max-width: 180px;
	}
	
	section ul.section_inner li.title h2{
		font-size: 22px;
		line-height: 1.3;
	}
	
	section ul.section_inner li.title h2 small {
		font-size: 72%;
	}
	
	section ul.section_inner li.contents{
		width: 82%;
		max-width: 1010px;
	}
	

	
	footer{
		width: 100%;
		/*max-width: 1400px;*/
		padding: 56px 0 20px;
		clear: both;
		color: #666;
		border-top: 2px solid #FFF;
	}
	
	footer ul.f_inner{
		width: 646px;
		margin: 0 auto 15px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
		font-size: 12px;
	}
	
	footer ul.f_inner li{
	}
	
	footer ul.f_inner li p{
		line-height: 1.8;
	}
	
	footer ul.f_inner li a{
		color: #666;
		transition-duration: 0.5s;
	}
	
	footer ul.f_inner li a.privacy{
		display: inline-block;
		margin-top: 5px;
	}
	
	footer ul.f_inner li br + a.privacy{
		margin-top: 2px;
	}
	
	footer ul.f_inner li.sns a{
		color: #c1c1c1;
	}
	
	footer ul.f_inner li a:hover{
		opacity: 0.5;
		text-decoration: none;
	}
	
	footer ul.f_inner li i{
		color: #000;
		display: inline-block;
		padding-left: 1em;
	}
	
	footer p.copy{
		width: 646px;
		margin: 0 auto;
		font-size: 10px;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){
	.pc{
		display: none!important;
	}
	
	.ds_none{
		display: none;
	}
	
	a:hover{
		text-decoration: none!important;
	}
	
	header{
		width: 100%;
		margin-bottom: 25px;
	}
	
	header h1{
		width: 100%;
		line-height: 0;
	}
	
	header h2{
		width: 84%;
		margin: 25px auto 0;
		padding-bottom: 20px;
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
	}
	
	header a i{
		font-size: 14px!important;
		color: #c1c1c1;
		padding-right: 0.5em;
	}
	
	header div.logo{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-top: 12px;
	}
	
	header figure{
		width: 152px;
		display: block;
		line-height: 0;
	}
	
	header figure.anniversary{
		width: 103px;
		margin-right: 5px;
		
	}
	
	header ul.menu li{
		margin-bottom: 10px;
		text-align: left;
	}
	
	header ul.menu a{
		font-size: 18px!important;
		font-size: 1.8rem!important;
		display: block;
		color: #333;
		
	}
	
	header ul.menu a i{
		font-size: 18px!important;
		font-size: 1.8rem!important;
		display: inline-block;
		margin-right: 0.25em;
		color: #FFF;
	}
	
	header ul.menu a:hover{
		color: #8e8e8e;
		opacity: 1.0;
	}
	
	header ul.menu a:hover i{
		color: #333!important;
	}
	
	header ul.menu a span{
		display: inline-block;
		margin-left: 0.5em;
		width: 18px;
		vertical-align: middle;
		padding-top: 5px;
	}
	
	section {
		width: 100%;
		margin: 0 auto 70px;
	}
	
	section ul.section_inner{
		width: 84%;
		margin: 0 auto;
	}
	
	section ul.section_inner li.title h2{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom: 15px;
	}
	
	section ul.section_inner li.title h2 small {
		font-size: 72%;
	}
	
	footer{
		width: 100%;
		padding: 25px 0 20px;
		clear: both;
		color: #666;
		border-top: 2px solid #FFF;
	}
	
	footer ul.f_inner{
		width: 57.5%;
		margin: 0 auto 15px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	footer ul.f_inner li{
		width: 100%;
		margin-bottom: 20px;
	}
	
	footer ul.f_inner li p{
		line-height: 1.8;
	}
	
	footer ul.f_inner li a{
		color: #666;
	}
	
	footer ul.f_inner li a.privacy{
		display: inline-block;
		margin-top: 8px;
	}
	
	footer ul.f_inner li br + a.privacy{
		margin-top: 3px;
	}
	
	footer ul.f_inner li.sns a{
		width: 100%;
		color: #c1c1c1;
	}
	
	footer ul.f_inner li i{
		color: #000;
		display: inline-block;
	}
	
	footer p.copy{
		width: 57.5%;
		margin: 0 auto;
		font-size: 10px;
		font-size: 1.0rem;
		margin-bottom: 20px;
	}
	
	footer div.gmap{
		width: 100%;
		height: 67.1vw;
	}
	
	footer div.gmap iframe{
		width: 100%;
		height: 100%;
	}
}

@media print, screen and (max-width: 480px){
	header h2{
		width: 84%;
		margin: 25px auto 0;
		padding-bottom: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		text-align: center;
	}
	
	section ul.section_inner li.title h2{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.3;
		margin-bottom: 15px;
	}

}

/*--------------------------------------------------------
　空き設定
--------------------------------------------------------*/
.mt05 { margin-top: 5px !important; }
.mt06 { margin-top: 6px !important; }
.mt07 { margin-top: 7px !important; }
.mt08 { margin-top: 8px !important; }
.mt10 { margin-top: 10px !important; }
.mt12 { margin-top: 12px !important; }
.mt15 { margin-top: 15px !important; }
.mt18 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 30px !important; }
.mt40 { margin-top: 50px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt80 { margin-top: 80px !important; }
.mt100 { margin-top: 100px !important; }

.mu03 { margin-bottom: 3px !important; }
.mu05 { margin-bottom: 5px !important; }
.mu08 { margin-bottom: 8px !important; }
.mu10 { margin-bottom: 10px !important; }
.mu15 { margin-bottom: 15px !important; }
.mu20 { margin-bottom: 20px !important; }
.mu25 { margin-bottom: 25px !important; }
.mu30 { margin-bottom: 30px !important; }
.mu50 { margin-bottom: 50px !important; }
.mu40 { margin-bottom: 40px !important; }
.mu60 { margin-bottom: 60px !important; }
.mu70 { margin-bottom: 80px !important; }
.mu80 { margin-bottom: 80px !important; }
.mu100 { margin-bottom: 100px !important; }
.mu150 { margin-bottom: 100px !important; }

.mr02 { margin-right: 2px !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr13 { margin-right: 13px !important; }
.mr14 { margin-right: 14px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.ml02 { margin-left: 2px !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
