@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: 475px;
  right: -10px;
}
.fixBtn02 li:first-of-type:hover,
.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: 15px 18px 5px;
	position: relative;
	background-color: #06c755;
	border-radius: 12px;
	box-shadow: 0 2px 9px rgb(0 0 0 / 30%);
}
.fixBtn02 li:first-of-type a img {
	margin: 0 auto;
	display: inline-block;
  width: 50px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.fixBtn02 li:last-of-type a img {
	margin: 0 auto;
	display: block;
  width: 50px;
	padding-bottom: 10px;
}

.pt0 {padding-top: 0;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
.pt80 {padding-top: 80px;}
.pt90 {padding-top: 90px;}
.pt100 {padding-top: 100px;}
.pr0 {padding-right: 0;}
.pr10 {padding-right: 10px;}
.pr20 {padding-right: 20px;}
.pr30 {padding-right: 30px;}
.pr40 {padding-right: 40px;}
.pr50 {padding-right: 50px;}
.pr60 {padding-right: 60px;}
.pr70 {padding-right: 70px;}
.pr80 {padding-right: 80px;}
.pr90 {padding-right: 90px;}
.pr100 {padding-right: 100px;}
.pb0 {padding-bottom: 0;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
.pb80 {padding-bottom: 80px;}
.pb90 {padding-bottom: 90px;}
.pb100 {padding-bottom: 100px;}
.pl0 {padding-left: 0;}
.pl10 {padding-left: 10px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}
.pl40 {padding-left: 40px;}
.pl50 {padding-left: 50px;}
.pl60 {padding-left: 60px;}
.pl70 {padding-left: 70px;}
.pl80 {padding-left: 80px;}
.pl90 {padding-left: 90px;}
.pl100 {padding-left: 100px;}

@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 .ttlArea 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;
	/*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 a span {
	font-weight: bold;
}
header .h_top .h_right .h_nav li:nth-child(1) {
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	font-size: 18px;
}
header .h_top .h_right .h_nav li:nth-child(3) {
	margin-top: 0;
}
header .h_top .h_right .h_nav li:nth-child(3) 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(3) a:hover {
	padding: 20px 5% 15px;
	/*background-color: #01017D;*/
}
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-right: 3%;*/
}
header .h_top .h_right .tel a {
	display: inline-block;
	font-size: 27px !important;
	font-weight: bold;
	color: #00007D;
	line-height: 1;
}
header .h_top .h_right .tel_txt {
	font-size: 13px !important;
	line-height: 1;
	color: #fff;
}
header .h_top .h_right .tel.kitakuColor .mobile_tel {
  padding: 0 5px;
}
header .h_top .h_right .telArea a {
  color: #FFF;
}
header .h_top .h_right .telArea a i {
	padding-right: 10px;
}
header .h_top .h_right .telArea a:hover {
	color: #A7AE2C;
}
header .inner {
	text-align: center;
}

/*アコーディオン*/
header .inner .gnav {
	width: 100%;
	height: 160px;
	display: flex;
	justify-content: center;
	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(4) {
	width: 22%;
	margin-top: -51px;
}
header .inner .gnav.gnav_item4 > li:nth-child(4) {
	width: 10%;
	margin-top: 22px;
}
header .inner .gnav.gnav_item4 > li:nth-child(3) {
	width: 22%;
	margin-top: -51px;
}
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(4) a {
	padding: 0;
}
header .inner .gnav.gnav_item4 > li:nth-child(4) a {
	padding: 10px 4%;
}
header .inner .gnav.gnav_item4 > li:nth-child(3) a {
	padding: 0;
}
header .inner .gnav li a:hover {
	color: #A7AE2C;
}
header .inner .gnav > li:nth-child(4) a:hover {
	opacity: 0.7;
}
header .inner .gnav.gnav_item4 > li:nth-child(4) a:hover {
	opacity: 1;
}
header .inner .gnav.gnav_item4 > li:nth-child(3) 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(4) a:after {
	display: none;
}
header .inner .gnav.gnav_item4 > li:nth-child(4) a:after {
	display: block;
}
header .inner .gnav.gnav_item4 > li:nth-child(3) a:after {
	display: none;
}
header .inner .gnav li > ul > li {
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: 0.2s;
	border-radius: 10px;
}
header .inner .gnav li > ul > li a {
	font-size: 11px;
  color: #FFF;
}
header .inner .gnav li > ul > li a:hover {
  color: #4545FE;
}
header .inner .gnav li:hover > ul > li {
	overflow: visible;
	margin-top: 0;
	/*margin-bottom: 2px;*/
	height: 40px;
	background-color: #01017D;
	color: #FFF;
	position: relative;
}
header .inner .gnav li > ul > li a:after {
	content: "";
	position: absolute;
	top: 38px;
	left: 10%;
    width: 80%;
	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 > ul > li a:hover:after {
	transform: scaleX(1);
}
#toggle {
	position: fixed;
  right: 15px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
header .inner .gnav li.fontY a {
  color: #A6AD2C
}
.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;
}
/* 共通ボタン*/

/* バナーエリア*/
.bnrArea {
	text-align: center;
}
.bnrArea a {
	display: inline-block
}
.bnrArea a:hover {
	opacity: 0.7;
}
/* バナーエリア*/

/* footer */
footer {
	background-image: url(https://freewan.net//img/common/f_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
footer .inner {
  max-width: 1000px;
	padding: 60px 2% 50px;
}
footer .inner .f_top {
	overflow: hidden;
}
footer .inner .f_top .left {
	float: left;
	width: 49%;
}
footer .inner .f_top .right {
	float: right;
	width: 49%;
}
footer .inner .f_top .ttlArea .ttl {
	font-size: 20px;
  color: #FFF;
}
footer .inner .f_top .ttlArea .f_sns  {
	margin-bottom: 15px;
}
footer .inner .f_top .ttlArea .f_sns ul {
	display: flex;
  justify-content: center;
}
footer .inner .f_top .ttlArea .f_sns ul li {
  margin: 5px 4px 0;
}
footer .inner .f_top .ttlArea .sm {
	color: #fff;
	padding: 5px 0 20px;
  font-size: 14px;
  font-weight: bold;
	letter-spacing: 0.1em;
}
footer .inner .f_top .left .btnArea .btn a {
	background-color: #fff;
	color: #494541;
}
footer .inner .f_top .left .btnArea .btn a:hover {
	background-color: #494541;
	color: #fff;
}
footer .inner .f_top .f_logo {
  margin-bottom: 30px;
	text-align: center;
}
footer .inner .f_top .f_logo a {
  display: inline-block;
}
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 {
  margin: 0 20px;
	text-align: left;
}
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 {
  padding-left: 20px;
}
footer .inner .f_top .right .f_storeArea .f_storelist ul li {
  font-size: 13px;
}
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 .inner .corporateinner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
	border-top: 1px dashed #FFF;
  padding-top: 30px;
}
footer .f_bottom .corporate {
  padding: 1% 2%;
}
footer .f_bottom .corporate a {
  display: inline-block;
  padding: 15px 40px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background-color: #A6AD2C;
  border-radius: 9px;
  /*text-shadow: #141427 1px 1px 10px, #141427 -1px 1px 10px, #141427 1px -1px 10px, #141427 -1px -1px 10px;*/
}
footer .f_bottom .corporate a:hover {
  background-color: #494541;
}
footer .f_bottom .f_nav {
	text-align: center;
}
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 .f_top {
	text-align: center;
}
footer .f_top .shop {
	display: inline-block;
	color: #fff;
	padding: 6px 20px;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
	letter-spacing: .2em;
}
footer .f_top .add {
	color: #fff;
	letter-spacing: .3em;
	padding-bottom: 30px;
	font-weight: bold;
}
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: 31%;
	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:nth-of-type(2) a {
	background-color: #01017D;
}
footer .fsubNav .inner ul li:last-of-type a {
	background-color: #06c755;
}
footer .fsubNav .inner ul li a img {
	width: 30px;
	margin-bottom: 6px;
}

.nolink {
	pointer-events: none;
}

@media screen and (max-width: 1200px){
	header .inner .gnav > li:nth-child(4) {
		width: 14%;
		margin-top: -9px;
	}
	header .inner .gnav.gnav_item4 > li:nth-child(4) {
		width: 10%;
    margin: 22px 0 0;
	}
	header .inner .gnav.gnav_item4 > li:nth-child(3) {
		width: 14%;
		margin-top: -9px;
	}
}

@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: 13px;
  }
}

@media screen and (max-width: 812px) {
  header .h_top .h_right .h_nav li a,
	header .inner .gnav li a {
    font-size: 12px;
  }
}

@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 .h_top .h_right .telArea {
    font-size: 2vw;
  }
  header .h_top .h_right .telArea .mobile_tel {
    padding: 0px 3px;
  }
	header .inner .gnav {
    margin: 5px 0;
		padding: 10px 0 0;
		width: 100%;
		height: auto;
		display: none;
	}
	header .inner .gnav li {
		width: 100%;
		line-height: inherit;
		margin: 0;
		border: 1px dashed #333D83;
	}
	header .inner .gnav li:nth-child(4) {
		width: 50%;
		margin-top: 0;
	}
	header .inner .gnav.gnav_item4 li:nth-child(4) {
		width: 100%;
		margin-top: 0;
	}
	header .inner .gnav.gnav_item4 > li:nth-child(4) a:after {
		display: none;
	}
  header .inner .gnav > li:nth-child(3),
  header .inner .gnav > li:nth-child(6) {
    margin-top: 0;
  }
  header .inner .gnav li.h_w50 {
   /* float: left;
    width: 50%;*/
  }
  header .inner .gnav li.h_oh {
    overflow: hidden;
  }
  header .inner .gnav > li:nth-child(14) {
    width: 100%;
  }
	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: 1em;
  }
	#toggle {
		display: block;
		top: 20px;
		line-height: 22px;
	}
	/* main */
	
	/* 共通ボタン*/
	.btnArea .btn a {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	/* 共通ボタン*/

	/* footer */
	footer {
		background-image: url(https://freewan.net/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;
		text-align: center;
	}
	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;
    padding-bottom: 10px;
	}
	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: 20px;
	}
	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_top .right .btnArea .btn a {
		width: 100%;
	}
  footer .inner .f_top .ttlArea p.tel {
		font-size: 24px;
	}
  footer .inner .f_top .ttlArea p.tel a {
    letter-spacing: 3px;
		color: #FFF;
	}
  footer .inner .f_top .ttlArea p.tel a i {
    padding-right: 10px;
	}
	footer .inner .f_bottom {
    padding: 25px 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 .f_bottom .corporateinner {
    padding: 3% 5vw;
  }
  footer .f_bottom .corporate {
    width: 100%;
    text-align: center;
    padding: 4% 0;
  }
  footer .f_bottom .corporate a {
    font-size: 3.5vw;
    width: 90%;
    padding: 15px 20px;
    margin: 0 auto;
  }
	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;
	}
	
  .s_mt0 {margin-top: 0 !important;}
  .s_mt10 {margin-top: 10px !important;}
  .s_mt20 {margin-top: 20px !important;}
  .s_mt30 {margin-top: 30px !important;}
  .s_mt40 {margin-top: 40px !important;}
  .s_mt50 {margin-top: 50px !important;}
  .s_mt60 {margin-top: 60px !important;}
  .s_mt70 {margin-top: 70px !important;}
  .s_mt80 {margin-top: 80px !important;}
  .s_mt90 {margin-top: 90px !important;}
  .s_mt100 {margin-top: 100px !important;}
  .s_mr0 {margin-right: 0 !important;}
  .s_mr10 {margin-right: 10px !important;}
  .s_mr20 {margin-right: 20px !important;}
  .s_mr30 {margin-right: 30px !important;}
  .s_mr40 {margin-right: 40px !important;}
  .s_mr50 {margin-right: 50px !important;}
  .s_mr60 {margin-right: 60px !important;}
  .s_mr70 {margin-right: 70px !important;}
  .s_mr80 {margin-right: 80px !important;}
  .s_mr90 {margin-right: 90px !important;}
  .s_mr100 {margin-right: 100px !important;}
  .s_mb0 {margin-bottom: 0 !important;}
  .s_mb10 {margin-bottom: 10px !important;}
  .s_mb20 {margin-bottom: 20px !important;}
  .s_mb30 {margin-bottom: 30px !important;}
  .s_mb40 {margin-bottom: 40px !important;}
  .s_mb50 {margin-bottom: 50px !important;}
  .s_mb60 {margin-bottom: 60px !important;}
  .s_mb70 {margin-bottom: 70px !important;}
  .s_mb80 {margin-bottom: 80px !important;}
  .s_mb90 {margin-bottom: 90px !important;}
  .s_mb100 {margin-bottom: 100px !important;}
  .s_ml0 {margin-left: 0 !important;}
  .s_ml10 {margin-left: 10px !important;}
  .s_ml20 {margin-left: 20px !important;}
  .s_ml30 {margin-left: 30px !important;}
  .s_ml40 {margin-left: 40px !important;}
  .s_ml50 {margin-left: 50px !important;}
  .s_ml60 {margin-left: 60px !important;}
  .s_ml70 {margin-left: 70px !important;}
  .s_ml80 {margin-left: 80px !important;}
  .s_ml90 {margin-left: 90px !important;}
  .s_ml100 {margin-left: 100px !important;}
  .s_pt0 {padding-top: 0 !important;}
  .s_pt10 {padding-top: 10px !important;}
  .s_pt20 {padding-top: 20px !important;}
  .s_pt30 {padding-top: 30px !important;}
  .s_pt40 {padding-top: 40px !important;}
  .s_pt50 {padding-top: 50px !important;}
  .s_pt60 {padding-top: 60px !important;}
  .s_pt70 {padding-top: 70px !important;}
  .s_pt80 {padding-top: 80px !important;}
  .s_pt90 {padding-top: 90px !important;}
  .s_pt100 {padding-top: 100px !important;}
  .s_pr0 {padding-right: 0 !important;}
  .s_pr10 {padding-right: 10px !important;}
  .s_pr20 {padding-right: 20px !important;}
  .s_pr30 {padding-right: 30px !important;}
  .s_pr40 {padding-right: 40px !important;}
  .s_pr50 {padding-right: 50px !important;}
  .s_pr60 {padding-right: 60px !important;}
  .s_pr70 {padding-right: 70px !important;}
  .s_pr80 {padding-right: 80px !important;}
  .s_pr90 {padding-right: 90px !important;}
  .s_pr100 {padding-right: 100px !important;}
  .s_pb0 {padding-bottom: 0 !important;}
  .s_pb10 {padding-bottom: 10px !important;}
  .s_pb20 {padding-bottom: 20px !important;}
  .s_pb30 {padding-bottom: 30px !important;}
  .s_pb40 {padding-bottom: 40px !important;}
  .s_pb50 {padding-bottom: 50px !important;}
  .s_pb60 {padding-bottom: 60px !important;}
  .s_pb70 {padding-bottom: 70px !important;}
  .s_pb80 {padding-bottom: 80px !important;}
  .s_pb90 {padding-bottom: 90px !important;}
  .s_pb100 {padding-bottom: 100px !important;}
  .s_pl0 {padding-left: 0 !important;}
  .s_pl10 {padding-left: 10px !important;}
  .s_pl20 {padding-left: 20px !important;}
  .s_pl30 {padding-left: 30px !important;}
  .s_pl40 {padding-left: 40px !important;}
  .s_pl50 {padding-left: 50px !important;}
  .s_pl60 {padding-left: 60px !important;}
  .s_pl70 {padding-left: 70px !important;}
  .s_pl80 {padding-left: 80px !important;}
  .s_pl90 {padding-left: 90px !important;}
  .s_pl100 {padding-left: 100px !important;}}

@media screen and (max-width: 550px) {
	header .h_top .h_right .tel {
		padding-top: 18px;
	}
}

@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;
  }
  header .h_top h1 {
    width: 30%;
  }
  header .h_top h1 a {
    padding-top: 20px;
  }
  header .h_top h1 a img {
    width: 100%;
    min-width: auto;
  }
  header .h_top .h_right .telArea a {
		font-size: 12px;
	}
}
