html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
a:hover,a:active,a:link,a:visited{
	text-decoration: none;
	color: #868686;
}
body{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
	font-family: 'Raleway','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	background-color: #F8F8F6;
}
.num{
	font-family: 'Montserrat';
}
.cl{
	clear: both;
}
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.w100{
	width: 100% !important;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;  /* 推奨サイズ */
  display: inline-block;
  line-height: 1;
  text-transform: none;
 
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
 
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-feature-settings: 'liga';
}
header{
	background-color: #F1F0ED;
	height: 132px;
    background: -moz-radial-gradient(circle farthest-side, rgba(230,230,230,1), rgba(230,230,230,1) 40%, #F1F0ED 40%, #F1F0ED);  
    background: -webkit-radial-gradient(circle farthest-side, rgba(230,230,230,1), rgba(230,230,230,1) 40%, #F1F0ED 40%, #F1F0ED);
    background: radial-gradient(circle farthest-side, rgba(230,230,230,1), rgba(230,230,230,1) 40%, #F1F0ED 40%, #F1F0ED); 
    -moz-background-size: 4px 4px;
    -webkit-background-size: 4px 4px;
    background-size: 4px 4px;
    width: 100%;
}
header:before{
	content:"";
	position:absolute;
	left: 50%;
	margin-left: -550px;
	background-image: url(../images/bg.png);
	width: 100%;
	height: 132px;
	background-repeat: none;
}
#header-inner{
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
#logo{
	background-color: #fff;
	height: 163px;
	width: 163px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
	border-radius: 0 0 10px 10px ;
	padding: 10px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 1000;
}
#logo img{
	width: 95px;
}
#header-inner .left{
	float: left;
}
#header-inner .right{
	float: left;
	padding: 20px;
	margin-left: 163px;
	padding-bottom: 0px;
}
#header-inner nav{
	margin-left: 50px;
}
#header-inner nav ul li{
	float: left;
	display:inline-block;
	color: #868686;
	margin-right: 25px;
	text-align: center;
	padding-left: 33px;
	padding-right: 25px;
	position: relative;
}
#header-inner nav ul li:hover{
	opacity:.3;
}
#header-inner nav ul li:after{
	content: "";
	position: absolute;
	right: 0;
	top: 12px;
	width: 1px;
	height: 30px;
	background-color: #898989;
	opacity: .4;
}
#header-inner nav ul li span,
.menu_t_li span
{
	font-weight: 700;
	font-size: 20px;
	color: #AB8839;
}
#header-inner .des{
	margin-bottom: 35px;
	color: #666;
}
.container{
	margin-top: 40px;
	margin-bottom: 40px;
}
.title{
	color: #868686;
	text-align: center;
	margin-bottom: 30px;
}
#header-inner nav ul li span,
.title span{
	font-weight: 700;
	font-size: 20px;
	color: #AB8839;
}
.pricelist,
.photolist{
	background-color: #F1F0ED;
	height: 142px;
    background: -moz-radial-gradient(circle farthest-side, rgba(230,230,230,1), rgba(230,230,230,1) 40%, #F1F0ED 40%, #F1F0ED);  
    background: -webkit-radial-gradient(circle farthest-side, rgba(230,230,230,1), rgba(230,230,230,1) 40%, #F1F0ED 40%, #F1F0ED);
    background: radial-gradient(circle farthest-side, rgba(230,230,230,1), rgba(230,230,230,1) 40%, #F1F0ED 40%, #F1F0ED); 
    -moz-background-size: 4px 4px;
    -webkit-background-size: 4px 4px;
    background-size: 4px 4px;
    padding: 10px;
}
.pricelist{
	height: 152px;
}
.photolist{
	height: auto;
}
.row{
	margin-bottom: 20px;
}
.inner{
	background-color: #fff;
	height: 100%;
	border-radius: 10px;
}
.curseimg{
	float: left;
	width: 30%;
}
.text{
	float: right;
	width: 70%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	padding: 15px;
}
.text .price{
	border-top: 1px dashed #AB8839;
	margin-top: 5px;
	padding-top: 5px;
	color: #AB8839;
}
#header-inner .des{
	margin-bottom: 35px;
	color: #666;
}
.phone{
	position: absolute;
	font-weight: 700;
	right: 10px;
	background-color: #333333;
	color: #fff;
	padding: 8px 20px 5px 20px;
	border-radius: 0px 0px 10px 10px;
	font-size: 12px;
	line-height: 1.3;
	vertical-align: middle;
}
.phone span{
	font-size: 20px;
	display:inline-block;
	vertical-align: middle;
}
.phone span i{
	display:inline-block;
	vertical-align: middle;
}
footer{
  margin-top: auto;
	background-color: #F1F0ED;
	height: 42px;
    background: -moz-radial-gradient(circle farthest-side, rgba(230,230,230,1), rgba(230,230,230,1) 40%, #F1F0ED 40%, #F1F0ED);  
    background: -webkit-radial-gradient(circle farthest-side, rgba(230,230,230,1), rgba(230,230,230,1) 40%, #F1F0ED 40%, #F1F0ED);
    background: radial-gradient(circle farthest-side, rgba(230,230,230,1), rgba(230,230,230,1) 40%, #F1F0ED 40%, #F1F0ED); 
    -moz-background-size: 4px 4px;
    -webkit-background-size: 4px 4px;
    background-size: 4px 4px;
    width: 100%;
}
.map_out{
	margin-bottom: 30px;
	background-color: #F1F0ED;
    background: -moz-radial-gradient(circle farthest-side, rgba(230,230,230,1), rgba(230,230,230,1) 40%, #F1F0ED 40%, #F1F0ED);  
    background: -webkit-radial-gradient(circle farthest-side, rgba(230,230,230,1), rgba(230,230,230,1) 40%, #F1F0ED 40%, #F1F0ED);
    background: radial-gradient(circle farthest-side, rgba(230,230,230,1), rgba(230,230,230,1) 40%, #F1F0ED 40%, #F1F0ED); 
    -moz-background-size: 4px 4px;
    -webkit-background-size: 4px 4px;
    background-size: 4px 4px;
    padding: 10px;
    margin-top: 20px;
}
#full {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}
#footer-inner{
	max-width: 1000px;
	margin: 0 auto;
}
#footer-inner p{
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}
.sp-buttons {
	z-index: 2;
	position: absolute;
	bottom: 62px;
	left: 0;
}
.sp-button{
	border-color: rgba(230,230,230,1);
}
.sp-selected-button{
	background-color: #AB8839;
}
.box{
	text-align: center;
	position: relative;
}
.title.price{
	display: inline-block;
	position: relative;
	padding-left: 85px;
	padding-right: 50px;
	z-index: 2;
	background-color: #F8F8F6;
}
#header-inner nav ul li:before,
.title.price:before{
	content: url(../images/menu1.svg);
	position: absolute;
	width: 33px;
	height: 33px;
	margin-right: 10px;
	vertical-align: middle;
	top: 8px;
	left: -8px;
}
.title.price.price1:before{
	content: url(../images/menu1.svg);
}
.title.price.access1:before{
	content: url(../images/menu2.svg);
}
.title.price.store1:before{
	content: url(../images/menu3.svg);
}
.title.price.photo1:before{
	content: url(../images/menu4.svg);
}
.title.price:before{
	left: 40px;
}
.box:after{
	content: "";
	position: absolute;
	z-index: 0;
	top: 13px;
	left: 0;
	width: 100%;
	height: 25px;
	background-image: -webkit-linear-gradient(-45deg,#223144 25%,#fff 25%,#fff 50%,#223144 50%,#223144 75%,#fff 75%,#fff);
	background-image: -o-linear-gradient(-45deg,#223144 25%,#fff 25%,#fff 50%,#223144 50%,#223144 75%,#fff 75%,#fff);
	background-image: linear-gradient(-45deg,#223144 25%,#fff 25%,#fff 50%,#223144 50%,#223144 75%,#fff 75%,#fff);
	background-size: 8px 8px;
}
.store{
	border: 5px solid #223144;
	padding: 20px;
	-webkit-box-shadow:5px 5px 0  #223144;
	   -moz-box-shadow:5px 5px 0  #223144;
	        box-shadow:5px 5px 0  #223144;
}
.store .box .title.price{
	padding-left: 55px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.store .box .title.price:before{
	left: 10px;
}
.store .box .img{
	margin-bottom: 20px;
}
.box .des{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.store .box .des{
	border-bottom: 1px dashed #AB8839;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#header-inner nav ul #access:before{
	content: url(../images/menu2.svg);
}
#header-inner nav ul #store:before{
	content: url(../images/menu3.svg);
}
#header-inner nav ul #photo:before{
	content: url(../images/menu4.svg);
}
#header-inner nav.sm{
	display: none;
}
.curseimg{
	font-size: 22px;
	font-weight: bold;
	padding: 15px;
	position: relative;
	color: white;
	z-index: 99;
}
.curseimg p{
	margin-top: 10px;
	margin-left: 18px;
}
.curseimg:before{
	content: url(../images/bg.svg);
	position: absolute;
	top: 15px;
	left: 15px;
	width: 50px;
	height: 50px;
	z-index: -1;
}
.curseimg:after{
	content: "コース";
	position: absolute;
	bottom: -48px;
	left: 22px;
	width: 50px;
	height: 50px;
	z-index: -1;
	font-size: 12px;
	color: black;
}
#menu {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
    color: white;
    font-size: 7em;
    text-align: center;
}
#menu .back {
    position: absolute;
    top: 2%;
    left: 5%;
    display: inline-block;
    cursor: pointer;
}
.row .col-md-4 {
  margin-bottom: 30px;
}
@media (max-width: 1008px) {
	#header-inner nav ul li span{
		font-size: 16px;
	}
	#header-inner nav ul li{
		font-size: 12px;
		padding-left: 25px;
	}
	#header-inner nav ul li:before{
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}
	.material-icons{
		font-size: 16px !important;
	}
	.phone span{
		font-size: 16px;
	}
	header{
		height: 120px;
	}
	#header-inner .right{
		padding: 15px;
		padding-bottom: 0;
	}
}
@media (max-width: 886px){
	#logo{
		width: 120px;
		height: 120px;
	}
	.logoimg{
		width: 72px !important;
	}
	header{
		height: 110px;
	}
	#header-inner .des{
		margin-bottom: 30px;
	}
	#header-inner nav.pc{
		display: none;
	}
	#header-inner nav.sm{
		display: block;
	}
	#header-inner .right{
		width: calc(100% - 120px);
		margin-left: 135px;
	}
	#header-inner .menu_btn{
		float: right;
		border: 2px solid #999;
		padding-left: 15px;
		padding-right: 8px;
		padding-top: 3px;
		padding-bottom: 3px;
		border-radius: 8px;
    background-color: #fff;
    display: block;
	}
	#header-inner .menu_btn #price{
		padding-right: 0;
    margin-right: 0;
    position: relative;
    padding-left: 25px;
	}
	#header-inner .menu_btn #price:before{
    content: url(../images/menu1.svg);
    position: absolute;
    vertical-align: middle;
		top: 3px;
    left: -8px;
    width: 25px;
    height: 25px;
    margin-right: 5px;
	}
	#header-inner .menu_btn #price span{
		font-size: 22px;
    color: #AB8839;
    font-weight: 700;
	}
	#header-inner .menu_btn #price:after{
		width:0;
  }
}
@media (max-width: 628px){
	.des{
		display:none;
	}
	#header-inner .right{
		padding: 0;
		margin-top: 60px;
		margin-left: 120px;
	}
}

#menu {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  z-index: 2000;
  color: white;
  font-size: 6rem;
  text-align: center;
  display: none;
  top: 0;
  left: 0;
}
#menu .back {
  position: absolute;
  top: 2%;
  left: 5%;
  display: inline-block;
  cursor: pointer;
}
.menu_t{
  font-weight: 700;
  margin-top: 50px;
}
#menu ul{
  font-size: .5em;
}
#menu ul a{
  text-decoration: none;
}
#menu ul li{
  margin-top: 5px;
}

.menu_t_li {
  display: block;
  font-size: 16px;
  margin-bottom: 30px;
}