@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
} 
body {
	position: relative;
	color: #58605D;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	/*font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;*/
	/*font-family: 'Century Gothic', sans-serif;*/
}
img{
	vertical-align:bottom;
	width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight: normal; 
}
ul{
	list-style-type: none;
}
a{
	transition: all 0.4s ease-out;
	color: #58605D;
	text-decoration: none;
}
address{
	font-style: normal;
}
#wrap{
}
.red{
	color: #ef356b
}




/*****************************　ヘッダー　*****************************/

header{
	position: relative;
	width: 100%;
	min-width: 1000px;
	max-width: 100%;
}
/** 2018-08-22 collect start **/
.head_wrap::before{
	content: "";
	position: absolute;
	display: block;
	height: 60px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #CBB33C;
	box-shadow: 0 0 5px rgba(0,0,0,0.2)
}
.head_wrap{
	background: #fff;
	position: relative;
}
.head_wrap #header{
	position: relative;
	padding-top: 20px
}
header h1{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	transition: 0.5s
}
.head_wrap h1 img{
	width: 213px;
	transition: 0.5s
}
header .pc_nav ul{
	letter-spacing: -1em
}
header .pc_nav li{
	border-right: solid 1px #E3D381;
	box-sizing: border-box;
	position: relative;
	font-size: 15px;
	display: inline-block;
	letter-spacing: normal;
	width: 25%;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
}
header .pc_nav li:first-child{
	margin-left: 0;
	border-left: solid 1px #E3D381;
}
header .pc_nav a:hover{
	background: #CBB33C;
}
header .pc_nav a{
	position: relative;
	background: #d6be45;
	color: #fff;
	text-align: center;
	display: block;
	height: 60px;
	line-height: 60px
}
header .pc_nav a::before{
	display: block;
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	border-bottom: solid 1px #fff;
	bottom: 5px
}
header .header_tel{
	position: absolute;
	top: 20px;
	width: 250px;
	right: 0;
	font-size: 17px;
}
.head_wrap .header_tel::before{
	box-sizing: border-box;
	transition: 0.5s;
	height: 25px;
	letter-spacing: 0;
	content: "お気軽にお問い合わせください";
	margin-bottom: 10px;
	text-align: center;
	display: block;
	border-bottom: solid 1px #ccc;

}
header .header_tel p{
	text-align: center;
	background: #44c69b;
	padding: 5px;
	color: #fff;
	border-radius: 3px;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
}
header .header_tel img{
	margin-bottom: 10px;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2)
}
.is-fixed #header{
	padding-top: 15px
}
.is-fixed h1{
	margin-bottom: 10px
}
.is-fixed h1 img{
	width: 150px
}
.is-fixed .header_tel::before{
	height: 0;
	color: #fff;
	border-bottom: solid 1px #fff;
	margin-bottom: 0
}
/** 2018-08-22 collect end **/
.toggle{
	display: none
}
.global_nav {
	display: none
}



/*****************************　メイン　*****************************/

section{
	width: 80%;
	min-width: 1000px;
	max-width: 1280px;
	margin: 0 auto;
}
.sec_b{
	width: 100%;
	min-width: 1000px;
	max-width: 100%
}
.sec_s{
	width: 80%;
	min-width: 1000px;
	max-width: 1280px;
	margin: 0 auto;
}
.br_c{
	display: none
}
.clearfix::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}


/*　▼▼▼▼　ページ見出し　▼▼▼▼　*/

#page_title{
	position: relative;
	margin-top: 181px;
	text-align: center;
	background: #fff;
	padding: 40px 0 20px;
	border-bottom: solid 3px #d6be45;
	margin-bottom: 100px
}
#page_title::before{
	position: absolute;
	bottom: -30px;
	clip: rect(76px, 306px, 300px, 0px);
	right: 0;
	left: 0;
	margin: auto;
	background: #fff;
	display: inline-block;
	content: "";
	width: 300px;
	height: 100px;
	border: solid 3px #d6be45;
	border-radius: 50%;
	z-index: 1
}
#page_title h2{
	letter-spacing: 4px;
	color: #d6be45;
	font-size: 24px;
}
#page_title p{
	font-family: 'Century Gothic', sans-serif;
	font-size: 14px;
	letter-spacing: 4px;
	color: #c6e885
}





/*********　店舗情報　*********/

#tel{
	background: #fff;
	padding: 100px 0;
	position: relative
}
.tel{
	text-align: center;
	position: relative;
	padding: 0 3%;
	box-sizing: border-box
}
#tel::after{
	display: block;
	position: absolute;
	content: "";
	height: 12px;
	left: 0;
	width: 100%;
	background: url("../img/slash.png");
	top: 40px
}
#tel::before{
	display: block;
	position: absolute;
	content: "";
	height: 12px;
	left: 0;
	width: 100%;
	background: url("../img/slash.png");
	bottom: 40px
}
.tel .tel_left{
	margin: 0 30px;
	width: 400px;
	display: inline-block;
}
.tel figure img{
	margin-bottom: 0
}
.tel .keitai{
	letter-spacing: 3px;
	font-size: 29px;
	color: #B3B3B3;
	padding-bottom: 10px;
}
.tel .keitai a{
	color: #B3B3B3
}
.tel .open{
	font-size: 30px;
	padding: 15px 0 10px;
	background: #44C69B;
	letter-spacing: 1px;
	color: #fff;
	line-height: 25px;
}
.tel .open small{
	letter-spacing: 1px;
	font-size: 16px
}
.tel .tel_bt{
	vertical-align: top;
	display: inline-block;
	width: 400px;
	margin: 0 30px;
	text-align: right;
}
.tel .bt{
	display: block;
	color: #B59D22;
}
.tel .bt:first-child{
	margin-bottom: 20px
}
.tel .bt a{
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 25px 0;
	border: solid 1px #ccc;
	color: #ccc;
	letter-spacing: 2px;
	text-align: center
}
.tel .bt a:hover{
	border: solid 1px #D6BE45;
	background: #D6BE45;
	color: #fff;
	padding-right: 40px;
}
.tel .bt a::before{
	position: absolute;
	right: 91px;
	top: 0;
	bottom: -2px;
	margin: auto;
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #fff;
	content: "";
	z-index: 1
}
.tel .bt a::after{
	position: absolute;
	right: 90px;
	top: 0;
	bottom: 10px;
	margin: auto;
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #fff;
	content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	z-index: 1
}
.tel_k{
	margin-top: 100px
}



/*****************************　フッター　*****************************/

footer{
	position: relative;
	width: 100%;
	min-width: 1000px;
	max-width: 100%;
	background: #fff;
}
.footer_left{
	margin-top: 40px;
	text-align: center;
	float: left;
	width: 30%;
}
.footer_left img{
	width: auto;
}
.footer_right{
	margin-bottom: 80px;
	float: right;
	padding: 20px 0;
	padding-left: 6%;
	border-left: solid 1px #E6E6E6;
	width: 60%
}
.footer_txt{
	margin-bottom: 30px;
}
.footer_right .address{
	margin-bottom: 20px;
}
.footer_right .open{
	margin-bottom: 20px;
}
.footer_right .link a{
	font-size: 18px;
	color: #B59D22;
	padding: 10px 0 0;
}
.footer_right .link .mark{
	transition: all 0.2s;
	margin-left: 15px;
	vertical-align: baseline;
	position: relative;
	display: inline-block;
	height: 13px;
	width: 13px;
	border: solid 1px #D6BE45
}
.footer_right .link .mark::before{
	transition: all 0.2s;
	position: absolute;
	content: "";
	right: -13px;
	top: -1px;
	height: 18px;
	width: 18px;
	display: inline-block;
	border-top: solid 1px #D6BE45;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.footer_right .link .mark::after{
	transition: all 0.2s;
	position: absolute;
	content: "";
	right: -5px;
	top: -5px;
	width: 7px;
	height: 7px;
	border-top: solid 1px #D6BE45;
	border-right: solid 1px #D6BE45
}
.footer_right .link a:hover{
	color: #AEE561;
}
.footer_right .link a:hover .mark{
	border: solid 1px #AEE561
}
.footer_right .link a:hover .mark::before{
	border-top: solid 1px #AEE561;
}
.footer_right .link a:hover .mark::after{
	border-top: solid 1px #AEE561;
	border-right: solid 1px #AEE561
}
#footer ul{
	font-size: 0;
	text-align: center;
	clear: both;
	margin-bottom: 30px
}
#footer ul li{
	font-size: 17px;
	display: inline-block;
	border-right: solid 1px #D6BE45
}
#footer ul a{
	color: #B59D22;
	padding: 5px 40px;
	display: block;
	text-align: center;
	font-family: 'Century Gothic', sans-serif;
	letter-spacing: 2px;
}
#footer ul a:hover{
	color: #AEE561
}
#footer ul li:last-child{
	border-right: none
}
#copyright{
	font-size: 14px;
	color: #B3B3B3;
	letter-spacing: 1px;
	text-align: center;
	padding: 15px 0
}
#copyright a{
	color: #B3B3B3
}
#copyright a:hover{
	color: #B59D22;
}





/*****************************　top_return　*****************************/

#page_top{
	display: block;
	height: 60px;
	width: 100%;
	background: #D6BE45;
	text-align: center;
	margin-bottom: 70px
}
#page_top a{
	display: block
}
#page_top a span{
	margin-top: 23px;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page_top{
	text-align: right;
	height: 40px;
	background: none;
	margin-bottom: none;
	font-size: 15px;
}
.page_top a{
	color: #44c69b;
	text-align: center;
	display: inline-block;
	width: 200px;
	line-height: 40px;
}
.page_top a:hover{
	background: #f4f4f4
}




/*ここからタブレット用（780px以下）環境の設定
--------------------------------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
	
/*****************************　ヘッダー　*****************************/

header{
	position: relative;
	top: 0;
	min-width: 100%;
	z-index: 100;
}
/** 2018-08-22 collect start **/
.head_wrap::before{
	display: none
}
.head_wrap .nav_foot{
	display: none
}
.head_wrap #header{
	padding: 10px;
	padding-bottom: 15px
}
/** 2018-08-22 collect end **/
#header h1{
	margin: 0;
}
#header h1::before{
	display: none
}
#header h1::after{
	display: none
}
#header h1 img{
	width: 120px
}
#header .pc_nav{
	display: none
}
#header .header_tel{
	display: none
}
	.is-fixed h1{
		position: relative
	}
	
/*　▼▼▼▼　スマホナビ　▼▼▼▼　*/

.toggle {
    position: absolute; /* bodyに対しての絶対位置指定 */
    right: 10px;
    top: 0;
	bottom: 0;
	margin: auto;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 101;
}
.toggle span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 70%;
    border-bottom: solid 1px #D6BE45;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 6px;
    right: 9px;
}
.toggle span:nth-child(1) {
    top: 8px;
}
.toggle span:nth-child(2) {
    top: 19px;
}
.toggle span:nth-child(3) {
    top: 31px;
}
	
	/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
    top: 20px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 1px #D6BE45;
}
/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 1px #D6BE45;
}
/* .global_nav */
.global_nav {
	overflow: hidden;
	display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    transform: translateY(-100%);
    z-index: 100;
    text-align: center;
    color: #fff;
    background: rgba(255,255,255,0.95);
    transition: all 0.8s;
	box-sizing:border-box 
}
	.global_nav::after{
		content: "";
		bottom: 10px;
		position: absolute;
		width: 100%;
		height: 1px;
		background: #D6BE45;
		display: block
	}
	.global_nav::before{
		content: "";
		top: 10px;
		position: absolute;
		width: 100%;
		height: 1px;
		background: #D6BE45;
		display: block
	}
.global_nav .nav_li {
	font-size: 15px;
    width: 70%;
	margin: 0 auto;
    list-style-type: none;
}
.global_nav .nav_li img{
	margin: 6vh 0 3vh;
	width: 20vh
}
.global_nav .nav_li a {
	letter-spacing: 1px;
	height: 7vh;
    display: block;
	line-height: 7vh;
	color: #B59D22;
	border-bottom: solid 1px #F0F0F0
}
.global_nav ul li{
	border-right: none
}
.global_nav ul li:hover{
	background-image: none;
}
.global_nav .nav_li:last-child{
}
	/* .global_navに.activeが追加 */
.global_nav.active {
    transform: translateY(0%);
}




/*****************************　メイン　*****************************/

section{
	width: 90%;
	min-width: 90%;
	max-width: 90%;
	margin: 0 auto
}
.sec_b{
	min-width: 100%;
}
.sec_s{
	width: 90%;
	min-width: 90%;
	max-width: 90%;
	margin: 0 auto
}
	
	
/** ▼▼▼ページタイトル▼▼▼ **/

#page_title{
	margin-top: 107px;
	padding: 20px 0;
}
#page_title::before{
	display: none
}
#page_title h2{
	letter-spacing: 3px;
	font-size: 20px;
}




/*********　店舗情報　*********/

#tel{
	padding: 80px 0;
}
#tel::after{
	top: 30px
}
#tel::before{
	bottom: 30px
}
	.tel{
		margin: 0 auto;
		text-align: center
	}
.tel .tel_left{
	margin: 0;
	width: 320px;
	display: inline-block;
}
.tel figure img{
	margin-bottom: 10px
}
.tel .keitai{
	letter-spacing: 1px;
	font-size: 24px;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: none
}
.tel .open{
	padding: 15px 0 10px;
	background: #44C69B;
	font-size: 26px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 40px
}
.tel .open small{
	letter-spacing: 0px;
	font-size: 14.5px
}
.tel .tel_bt{
	width: 100%;
	max-width: 320px;
	position: static;
	margin: 0;
	text-align: center;
}
	.tel .tel_bt .bt:last-child{
		margin-bottom: 0
	}
.tel .bt a{
	padding: 25px 0
}
.tel .bt a:hover{
	padding-right: 0
}
.tel .bt a::before{
	display: none
}
.tel .bt a::after{
	display: none
}
	
	
/*****************************　フッター　*****************************/

footer{
	min-width: 100%
}
.footer_left{
	margin-top: 0;
	float: none;
	width: 100%;
	margin-bottom: 50px
}
.footer_left img{
	width: auto;
}
.footer_right{
	float: none;
	padding: 40px 0 0;
	padding-left: 0;
	border-top: solid 1px #E6E6E6;
	border-left: none;
	width: 100%;
	margin-bottom: 20px
}
	.footer_right .open{
		margin-bottom: 40px
	}
	.footer_right .link{
		text-align: center
	}
#footer ul{
	margin-bottom: 20px
}
#footer ul li{
	font-size: 17px;
	display: block;
	border-right: none;
}
#footer ul a{
	display: inline-block;
	padding: 15px 20px;
	border-bottom: solid 1px #D6BE45;
}
	#footer ul li:last-child a{
		border-bottom: none
	}
#footer ul a:hover{
	color: #AEE561
}
#footer ul li:last-child{
	border-right: none
}
#copyright{
	font-size: 14px;
	color: #B3B3B3;
	letter-spacing: 1px;
	text-align: center;
	padding: 15px 0
}
#copyright a{
	color: #B3B3B3
}
#copyright a:hover{
	color: #B59D22;
}





/*****************************　top_return　*****************************/

#page_top{
	height: 60px;
	width: 100%;
	background: #D6BE45;
	text-align: center;
	margin-bottom: 80px
}
#page_top a{
	display: block
}
#page_top a span{
	margin-top: 23px;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}




}
/*ここからスマホ用（750px以下）環境の設定
--------------------------------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
	
.br_c{
	display: inline
}
	.br_i{
		display: none
	}
	
}