@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'cg';
	src: url(../fonts/GOTHIC_0.TTF);
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese",'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #444;
	line-height: 1.6;
	letter-spacing: 0.04em;
	background-color: #F9F8F4;
}
#wrapper {
	overflow: hidden;
}
.fixBtn02 li {
  position: fixed;
  z-index: 200;
  transition: all 0.3s;
  display: block;
  text-align: center;
}
.fixBtn02 li:first-of-type {
	top: 230px;
  right: -10px;
}
/*.fixBtn02 li:last-of-type {
	top: 305px;
  right: -10px;
}*/
.fixBtn02 li:first-of-type:hover {
  right: 5px;
}
/*.fixBtn02 li:last-of-type:hover {
  right: 5px;
}*/
.fixBtn02 li:first-of-type a {
	width: 70px;
	display: block;
	color: #FFF;
	letter-spacing: 1.8px;
	line-height: 1.8;
	padding: 16px 20px 8px;
	position: relative;
	background-color: #01017D;
	border-radius: 12px;
	box-shadow: 0 2px 9px rgb(0 0 0 / 30%);
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
/*.fixBtn02 li:last-of-type a {
	width: 70px;
	display: block;
	line-height: 1;
	padding: 16px 20px 8px;
	position: relative;
	background-color: #01017D;
	border-radius: 12px;
	box-shadow: 0 2px 9px rgb(0 0 0 / 30%);
}*/
.fixBtn02 li a img {
	margin: 0 auto;
	display: inline-block;
  width: 50px;
	padding-top: 5px;
	padding-bottom: 10px;
}


@media screen and (min-width: 768px) {
/*html,
body {
	min-width: 1260px;
}
*/
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #A6AD2C;
}
.inner {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.cg {
	font-family: 'cg';
}
.ns {
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese",'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}
.ym {
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "Times New Roman", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.mobile_only {
	display: none;
}
* {
	word-break: break-all;
}
/*header*/
header {
	background-color: #01017D;
}
header .h_top {
	position: relative;
	height: 15px;
}
header .h_top .h_left {
	position: absolute;
	top: 0;
	left: 3%;
}
header .h_top .h_left ul li {
	float: left;
  margin: 5px 4px 0;
}
header .h_top h1 {
  width: 0;
	height: 0;
}
header .h_top h1 a {
  display: inline-block;
	padding: 5px 0;
}
header .h_top h1 a:hover {
  opacity: 0.7;
}
header .h_top .h_right {
	position: absolute;
	top: 0;
	right: 1%;
}
header .h_top .h_left .h_btn a {
	display: block;
	min-width: 156px;
	padding: 10px 5% 15px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.08em;
	background-color: #01017D;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
header .h_top .h_left .h_btn a:hover {
	padding: 20px 5% 15px;
	background-color: #A7AE2C;
}
header .h_top .h_left ul li a:hover,
footer .f_top a:hover {
  opacity: 0.7;
}
header .h_top .h_right .h_nav {
	height: 57px;
	overflow: hidden;
}
header .h_top .h_right .h_nav li {
	float: left;
	margin: 5px 10px 0;
	text-align: center;
}
header .h_top .h_right .h_nav li a {
	display: block;
	padding: 5px;
	letter-spacing: 0.08em;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
header .h_top .h_right .h_nav li a:hover {
	color: #A7AE2C;
}
header .h_top .h_right .h_nav li:nth-child(4) {
	margin-top: 0;
}
header .h_top .h_right .h_nav li:nth-child(4) a {
	min-width: 156px;
	padding: 10px 5% 15px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.08em;
	background-color: #A7AE2C;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
header .h_top .h_right .h_nav li:nth-child(4) a:hover {
	padding: 20px 5% 15px;
}
header .h_top .h_right .h_nav li a i {
	padding-right: 10px;
}
header .h_top .h_right .h_nav .tel {
	text-align: right;
}
header .h_top .h_right .tel {
	text-align: right;
	padding-top: 8px;
	padding-right: 3%;
}
header .h_top .h_right .tel a {
	display: inline-block;
	font-size: 33px;
	font-weight: bold;
	color: #00007D;
}
header .h_top .h_right .tel a span {
	font-weight: bold;
}
header .h_top .h_right .tel a i {
	padding-right: 10px;
}
header .h_top .h_right .tel a:hover {
	color: #A7AE2C;
}

header .inner {
	text-align: center;
}
/*アコーディオン*/
header .inner .gnav {
	width: 100%;
	height: 160px;
	display: flex;
	padding: 50px 1% 20px;
}
header .inner .gnav > li {
	list-style: none;
	width: 10%;
	margin: 22px 0 0;
	text-align: center;
	position: relative;
}
header .inner .gnav > li:nth-child(6) {
	width: 22%;
	margin-top: -50px;
}
header .inner .gnav > li:nth-child(1),
header .inner .gnav > li:nth-child(5),
header .inner .gnav > li:nth-child(7) {
	margin-top: 15px;
}
header .inner .gnav li a {
	display: block;
	color: #FFF;
	padding: 10px 4%;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.08em;
  line-height: 1.3;
}
header .inner .gnav > li:nth-child(6) a {
	padding: 0;
}
header .inner .gnav li a:hover {
	color: #A7AE2C;
}
header .inner .gnav > li:nth-child(6) a:hover {
	opacity: 0.7;
}
header .inner .gnav li a:after {
	content: "";
	position: absolute;
	/*top: 40px;*/
	left: 25%;
  bottom: 15px;
  width: 50%;
	height: 2px;
	background-color: #A7AE2C;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	transform: scaleX(0);
}
header .inner .gnav > li a:hover:after {
	transform: scaleX(1);
}
header .inner .gnav > li:nth-child(6) a:after {
	display: none;
}
#toggle {
	position: fixed;
  right: 15px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
.open .fa-bars:before {
    content: "\f00d";
}
/* main */
/* 共通ボタン*/
.btnArea {
	text-align: center;
}
.btnArea .btn a {
	width: 280px;
	display: inline-block;
	padding: 15px 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #01017D;
	border-radius: 9px;
}
.btnArea .btn a:hover {
	background-color: #A7AE2C;
}

/* footer */
footer {
	background-image: url(../img/common/f_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-attachment: fixed;*/
	position: relative;
}
footer .inner {
  max-width: 1000px;
	padding: 60px 2% 50px;
}
footer .inner .f_top {
	overflow: hidden;
}
footer .inner .f_top .left,
footer .inner .f_top .right {
	width: 45%;
}
footer .inner .f_top .ttl {
  text-align: center;
	font-size: 20px;
  color: #FFF;
}
footer .inner .f_top .f_sns  {
	margin-bottom: 15px;
}
footer .inner .f_top .f_sns ul {
	display: flex;
  justify-content: center;
}
footer .inner .f_top .f_sns ul li {
	margin: 1%;
}
footer .inner .f_top .sm {
	color: #fff;
	padding: 5px 0 20px;
  font-size: 14px;
  font-weight: bold;
	letter-spacing: 0.1em;
}
footer .f_top .f_2btn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
footer .inner .f_top .left .btn a {
	background-color: #fff;
	color: #494541;
}
footer .inner .f_top .left .btn a:hover {
	background-color: #494541;
	color: #fff;
}
footer .inner .f_top .right .btn a {
	background-color: #A6AD2C;
}
footer .inner .f_top .right .btn a:hover {
	background-color: #494541;
}
footer .inner .f_top .f_logo {
  margin-bottom: 30px;
	text-align: center;
}
footer .inner .f_top .left .addArea .f_logo a {
	display: inline-block;
}
footer .inner .f_top .left .addArea .f_logo a:hover {
	opacity: 0.7;
}
footer .inner .f_top .right .f_storeArea {
	display: flex;
  justify-content: space-around;
}
footer .inner .f_top .right .f_storeArea .f_storelist .ttl {
  font-size: 20px;
  color: #FFF;
}
footer .inner .f_top .right .f_storeArea .f_storelist ul li {
  font-size: 16px;
}
footer .inner .f_top .right .f_storeArea .f_storelist ul li a {
  color: #FFF;
}
footer .inner .f_top .right .f_storeArea .f_storelist ul li a:hover {
  color: #A6AD2C;
}
footer .inner .f_bottom {
	padding-top: 70px;
}
footer .f_bottom .f_nav {
	padding: 40px 1% 0;
	text-align: center;
  border-top: 1px dashed #FFF;
}
footer .f_bottom .f_nav li {
	display: inline-block;
	margin: 15px 1%;
	text-align: center;
}
footer .f_bottom .f_nav li a {
	color: #fff;
	font-size: 14px;
	text-shadow: #141427 1px 1px 10px, #141427 -1px 1px 10px, #141427 1px -1px 10px, #141427 -1px -1px 10px;
}
footer .f_bottom .f_nav li a:hover {
	color:#A6AD2C;
}
footer .pagetop {
	position: absolute;
  bottom: 59px;
  right: 20px;
}
footer .pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 47px;
	background-color: #fff;
	color: #280C12;
	font-size: 15px;
	cursor: pointer;
	text-align: center;
}
footer .copy {
	background-color: #fff;
}
footer .copy p {
	padding: 20px 0;
	color: #444;
	font-size: 12px;
	text-align: center;
}
footer .fsubNav {
	position: fixed;
	width: 100%;
	/*height: 85px;*/
	bottom: 0;
	left: 0;
	z-index: 200;
	transition: all 0.3s;
	background-color: #f7f7f7;
	box-shadow: 1px 1px 5px #ccc;
}
footer .fsubNav .inner {
	text-align: center;
	padding: 10px 2vw 10px;
	display: block;
}
footer .fsubNav .inner p {
	color: #01017D;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
footer .fsubNav .inner p a.reserve-btn{
	display: block;
	padding: 5px;
}
footer .fsubNav .inner p:after {
	display: none;
}
footer .fsubNav .inner ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
}
footer .fsubNav .inner ul li {
	width: 48%;
	margin: 0 1%;
}
footer .fsubNav .inner ul li a {
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
	border-radius: 10px;
}
footer .fsubNav .inner ul li:first-of-type a {
	background-color: #A7AE2C;
}
footer .fsubNav .inner ul li:last-of-type a {
	background-color: #01017D;
}
footer .fsubNav .inner ul li a img {
	width: 30px;
	margin-bottom: 6px;
}	

@media screen and (max-width: 1045px) {
	header .h_top .h_right .h_nav li a,
  header .inner .gnav li a {
    padding: 10px 0%;
    font-size: 12px;
  }
}

@media screen and (max-width: 925px) {
	footer .f_bottom .f_nav li {
		margin: 13px 0.5%;
	}
	footer .f_bottom .f_nav li a {
		color: #fff;
		font-size: 12px;
		text-shadow: #141427 1px 1px 10px, #141427 -1px 1px 10px, #141427 1px -1px 10px, #141427 -1px -1px 10px;
	}
}

@media screen and (max-width: 880px) {
  header .h_top .h_right .h_nav li a,
	header .inner .gnav li a {
    font-size: 11px;
  }
  header .inner .gnav > li:nth-child(6) {
    margin-top: -35px;
  }
}

@media screen and (max-width: 768px) {
	body {
		font-size: 3.8vw;
	}
	.pc_only {
		display: none!important;
	}
	.inner {
		width: 100%;
	}
	.mobile_only {
		display: block;
	}
  /*.fixBtn {
    top: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
  }*/
	header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 500;
		width: 100%;
		transition: .5s;
		background: #01017D;
		box-shadow: 0 0 12px 2px rgba(0,0,0,.2);
	}
	header .h_top {
		/*height: auto;*/
		height: 70px;
		padding-bottom: 5px;
	}
	header .h_top h1 {
		width: 50%;
		margin: 5px 0 0 15px;
		height: auto;
	}
  header .h_top h1 a img {
    width: 65%;
    min-width: 180px;
  }
	header .h_top .h_right {
		top: 0;
		right: 17vw;
	}
	header .h_top .h_right .h_nav .tel {
		text-align: right;
	}
	header .h_top .h_right .tel {
		text-align: center;
		padding-top: 15px;
		padding-right: 0;
	}
	header .h_top .h_right .tel a {
		line-height: 33px;
		color: #fff;
	}
	header .h_top .h_right .tel a i {
		padding-right: 0;
	}
	header .inner .gnav {
    margin: 5px 0;
		padding: 10px 0 0;
		width: 100%;
		height: auto;
		display: none;
	}
	header .inner .gnav li {
		width: 50%;
    float: left;
		line-height: inherit;
		margin: 0;
		border: 1px dashed #333D83;
	}
	header .inner .gnav li:nth-child(5) {
		width: 50%;
		margin-top: 0;
	}
  header .inner .gnav > li:nth-child(1),
  header .inner .gnav > li:nth-child(5),
  header .inner .gnav > li:nth-child(7) {
    margin-top: 0;
  }
	header .inner .gnav li.gnav_bgc {
    background-color: #0253D6;
	}
	header .inner .gnav li.gnav_shopinfo {
		width: 100%;
    background-color: #809A41;
	}
	header .inner .gnav li.gnav_snslink {
		width: 100%;
    background-color: #E5BD0C;
	}
	header .inner .gnav li a {
		display: block;
		padding: 10px 0;
		color: #fff;
		line-height: inherit;
		font-size: 12px;
	}
	header .inner .gnav li a:after {
		display: none;
	}
  header .inner .gnav li > ul > li {
    overflow: inherit;
    float: left;
    width: 50%;
    /*margin: 5px 0;*/
    height: inherit;
    transition: inherit;
    border-radius: 0;
    border-bottom: none;
  }
  header .inner .gnav li > ul > li a {
    color: #96A1C0;
  }
  header .inner .gnav li:hover > ul > li {
    overflow: inherit;
    /*margin: 5px 0;*/
    height: inherit;
    background-color: #01017D;
    position: inherit;
  }
  header .inner .gnav li span {
    display: inline-block;
    padding-left: 0.5em;
  }
  #toggle {
    display: block;
    top: 20px;
    line-height: 22px;
  }
	/* main */
	
	/* 共通ボタン*/
	.btnArea .btn a {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	/* 共通ボタン*/
	
	/* footer */
	footer {
		background-image: url(../img/common/f_bg_sp.png);
		background-repeat: no-repeat;
		background-attachment: unset;
    margin-bottom: 24%;
	}
	footer .inner {
		padding: 50px 5vw 40px;
	}
	footer .inner .f_top .left {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	footer .inner .f_top .right {
		float: none;
		width: 100%;
		padding-left: 0;
		padding: 0 0 10px;
	}
	footer .inner .f_top .addArea {
		text-align: center;
	}
	footer .inner .f_top .ttlArea {
		text-align: center;
		padding-bottom: 45px;
	}
	footer .inner .f_top .ttlArea .ttl {
		font-size: 18px;
	}
	footer .inner .f_top .ttlArea .ttl img {
		width: auto;
		height: 40px;
	}
	footer .inner .f_top .ttlArea .sm {
		padding: 5px 0 25px;
		text-align: center;
	}
	footer .inner .f_top .left .btnArea {
		text-align: center;
	}
	footer .inner .f_top .left .addArea .name {
		padding-top: 15px;
		font-size: 5vw;
		letter-spacing: 0.1em;
	}
  
	footer .inner .f_top .f_logo {
		margin-bottom: 40px;
	}
	footer .inner .f_top .f_logo a {
		width: 80%;
	}
	footer .inner .f_top .left .addArea .add {
		padding: 10px 1% 0;
		font-weight: normal;
		letter-spacing: 0;
	}
	footer .inner .f_top .right .map {
		height: 200px;
	}
	footer .inner .f_top .right .btnArea {
		padding-top: 25px;
	}
	footer .inner .f_bottom {
		padding-top: 0;
	}
	footer .inner .f_bottom .f_nav {
		padding: 20px 5vw 0;
    border-top: none;
	}
	footer .inner .f_bottom .f_nav li {
		display: block;
		margin: 10px 0;
		border-bottom: 1px dotted #eee;
	}
	footer .inner .f_bottom .f_nav li a {
		display: block;
		padding: 10px 0;
		font-size: 15px;
	}
	footer .pagetop {
		position: absolute;
		bottom: 47px;
		right: 15px;
	}
	footer .pagetop a {
		width: 30px;
		height: 30px;
		line-height: 27px;
		font-size: 13px;
	}
	footer .copy p {
		padding: 15px 0;
		font-size: 11px;
	}
}

@media screen and (max-width: 400px) {
  footer .inner .f_top .right .f_storeArea .f_storelist .ttl {
    font-size: 16px;
  }
  footer .inner .f_top .right .f_storeArea .f_storelist ul {
    padding-left: 0;
  }
}

@media screen and (max-width: 340px) {
  header .inner .gnav li a {
    font-size: 11px;
  }
}