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

@font-face {
font-family: 'cg';
src: url(../fonts/GOTHIC_0.TTF);
}
body {
	font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	line-height: 1.8;
	letter-spacing: 0.04em;
	background-color: #00172F;
	padding: 0 30px;
}
#wrapper {
	overflow: hidden;
}
@media screen and (min-width: 736px) {
html,
body {
	min-width: 1260px;
}
}
a {
	color: #fff;
	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: #00F9F9;
}
.inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.lt {
	font-family: 'Lato', sans-serif;
}
.sm {
	font-family: 'Sorts Mill Goudy', serif;
}
.cg {
	font-family: 'cg';
}
.ns {
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP",'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}
.mobile_only {
	display: none;
}

/*header*/
header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0;
	box-shadow: 0 0 12px 2px rgba(0,0,0,.2);
	background-color: #00172F;
}
header .h_inner {
	max-width: 1400px;
    overflow: hidden;
	margin: 0 auto 20px;
	padding-top: 20px;
	border-bottom: 1px solid #fff;
}
header .h_inner h1 {
	float: left;
	width: 158px;
}
header .h_inner h1 a {
    display: inline-block;
	padding: 15px 10px;
}
header .h_inner h1 a:hover {
    opacity: 0.7;
}
header .h_inner .h_map {
	float: right;
	text-align: center;
}
header .h_inner .h_map i {
	font-size: 55px;
}
header .h_inner .h_map a {
	padding: 5px;
	font-size: 10px;
	display: inline-block;
	color: #00F9F9;
}
header .h_inner .h_map a:hover {
	color: #fff;
}
header .h_inner .h_top {
	float: right;
	overflow: hidden;
}
header .h_inner .h_top .wrap_h {
	float: left;
}
header .h_inner .h_top .h_map {
	float: right;
}
header .h_inner .h_top .wrap_h .fb {
	text-align: right;
	margin-right: 5%;
	margin-top: 12px;
}
header .h_inner .h_top .wrap_h .fb a:hover {
	opacity: 0.7;
}
header .h_inner .h_top .wrap_h .gnav {
	overflow: hidden;
}
header .h_inner .h_top .wrap_h .gnav li {
	float: left;
	margin-top: 12px;
	text-align: center;
	position: relative;
}
header .h_inner .h_top .wrap_h .gnav li a {
	padding: 5px 23px;
	display: inline-block;
	font-size: 14px;
}
header .h_inner .h_top .wrap_h .gnav li a:hover {
	color: #00F9F9;
	line-height: 0.8;
}
#toggle {
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 30px;
	display: none;
}
/*共通*/
.listBox {
	width: 100%;
	max-width: 1200px;
	margin: 30px auto 0;
}
.listBox ul {
	padding: 30px 3vw;
	text-align: center;
	font-size: 0;
}
.listBox ul li {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
}
.listBox ul li a {
	overflow: hidden;
	display: block;
}
.listBox ul li a img {
	width: 100%;
	object-fit: cover;
}
.listBox ul li a img:hover {
	opacity: .7;
}
.listBox ul li a:hover {
	color: #888;
}
.listBox ul li a p {
	width: 100%;
	font-size: 13px;
	padding: 5px 1.5em 0 0;
	text-align: left;
	position: relative;
}
.listBox ul li a p i {
	position: absolute;
	top: 20px;
	right: 0;
	vertical-align: bottom;
}

/*list2*/
.listBox .list2 li {
	width: 46%;
	margin-right: 2%;
}
.listBox .list2 li:nth-child(2n) {
	margin-right: 0;
}
/*list3*/
.listBox .list3 li {
	width: 30%;
	margin-right: 2%;
}
.listBox .list3 li:nth-child(3n) {
	margin-right: 0;
}
/*list4*/
.listBox .list4 li {
	width: 22%;
	margin-right: 2%;
}
.listBox .list4 li:nth-child(4n) {
	margin-right: 0;
}

/* main */
#main {
	position: relative;
	padding-top: 124px;
}
.btn {
	display: inline-block;
	min-width: 175px;
	text-align: center;
	border-radius: 40px;
}
.btn a {
	display: block;
	padding: 8px 0;
	border-radius: 50px;
	font-size: 17px;
}
.btn02 a {
	border: 1px solid #fff;
	background-color: transparent;
}
.btn02 a:hover {
	border: 1px solid #00F9F9;
	background-color: #00F9F9;
	color: #fff;
}


/* footer */
footer .f_top {
	background-image: url(../img/common/f_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
footer .f_top .inner {
	overflow: hidden;
	padding: 60px 0 70px;
}
footer .f_top .inner .left {
	float: left;
	width: 50%;
}
footer .f_top .inner .left .addArea {
	padding: 10px 20px;
}
footer .f_top .inner .left .addArea .shop {
	font-size: 44px;
	letter-spacing: 0.08em;
	line-height: 1.3;
}
footer .f_top .inner .left .addArea .add {
	letter-spacing: 0.08em;
}
footer .f_top .inner .left .addArea .shop span {
	font-size: 20px;
}
footer .f_top .inner .left .addArea .tel,
footer .f_top .inner .left .addArea .tel a {
	font-size: 43px;
	letter-spacing: 0.12em;
}
footer .f_top .inner .left .addArea .tel i {
	padding-right: 10px;
}
footer .f_top .inner .left .addArea .txt {
	padding-bottom: 30px;
	line-height: 1.4;
	letter-spacing: 0.001em;
}
footer .f_top .inner .right {
	float: right;
	width: 50%;
	text-align: center;
}
footer .f_bottom {
	position: relative;
	background-color: #00172F;
}
footer .f_bottom .inner {
	padding: 30px 0 80px;
	text-align: center;
}
footer .f_bottom .inner .fnavArea {
	padding: 20px 0;
}
footer .f_bottom .inner .fnavArea .fnav {
	padding: 20px 0;
}
footer .f_bottom .inner .fnavArea .fnav li {
	text-align: center;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
}
footer .f_bottom .inner .fnavArea .fnav li a {
	padding: 5px 25px;
}
footer .f_bottom .inner .fnavArea .fnav li:after {
	content: "/";
	top: 0;
	right: 0;
	position: absolute;
}
footer .f_bottom .inner .fnavArea .fnav li:nth-child(8):after,
footer .f_bottom .inner .fnavArea .fnav li:last-child:after {
	display: none;
}
footer .f_bottom .inner .f_logo a {
	display: inline-block;
}
footer .f_bottom .inner .f_logo a:hover {
	opacity: 0.7;
}
footer .f_bottom .pagetop {
    position: absolute;
    bottom: 95px;
    right: 20px;
}
footer .f_bottom .pagetop a {
	display: block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #00F9F9;
	cursor: pointer;
}
footer .f_bottom .pagetop a:hover {
	opacity: .9;
}
footer .inner .copyright {
	text-align: center;
	padding-top: 10px;
}
footer .inner .copyright p {
	font-size: 11px;
	letter-spacing: 0.3em;
}


@media screen and (max-width: 736px) {
body {
	padding: 0 15px;
}

.pc_only {
	display: none!important;
}
.inner {
	width: 100%;
}
.mobile_only {
	display: block;
}
header .h_inner {
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: none;
	position: relative;
}	
header .h_inner h1 {
	width: 30%;
	padding-left: 15px;
}
header .h_inner h1 a {
	padding: 10px 0;
}

header .h_inner .h_top {
	float: none;
	width: 100%;
}
header .h_inner .h_top .wrap_h {
	float: none;
	width: 100%;
}
header .h_inner .h_map {
	position: absolute;
	top: 10px;
	right: 60px;
}
header .h_inner .h_map i {
	font-size: 25px;
}
#toggle {
	display: inline-block;
}
header .h_inner .h_top .wrap_h .gnav {
	display: none;
	background-color: rgba(255,255,255,.95);
}
header .h_inner .h_top .wrap_h .gnav li {
	width: 100%;
	margin-top: 4px;
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
}
header .h_inner .h_top .wrap_h .gnav li a {
	color: #00172F;
	display: block;
	padding: 4px 0;
}
header .h_inner .h_top .wrap_h .gnav li a:hover {
	line-height:inherit;
}
#main {
	padding: 0 0;
}
.btn {
min-width: 160px !important;
}
.btn a {
	padding: 5px 0 !important;
	font-size: 15px !important;
}
/*共通*/
.listBox ul {
	text-align: center;
}
.listBox ul li a p {
    font-size: 13px;
	line-height: 18px;
}
/*list2リセット*/
.listBox .list2 li {
	width: inherit;
	margin-right: inherit;
}
.listBox .list2 li:nth-child(2n) {
	margin-right: inherit;
}
/*list3リセット*/
.listBox .list3 li {
	width: inherit;
	margin-right: inherit;
}
.listBox .list3 li:nth-child(3n) {
	margin-right: inherit;
}
/*list4リセット*/
.listBox .list4 li {
	width: inherit;
	margin-right: inherit;
}
.listBox .list4 li:nth-child(4n) {
	margin-right: inherit;
}
/*list2_sp*/
.listBox .list2_sp li {
	width: 46%;
	margin-right: 2%;
}
.listBox .list2_sp li:nth-child(2n) {
	margin-right: 0;
}
/*list3_sp*/
.listBox .list3_sp li {
	width: 30%;
	margin-right: 2%;
}
.listBox .list3_sp li:nth-child(3n) {
	margin-right: 0;
}
/*list4_sp*/
.listBox .list4_sp li {
	width: 22%;
	margin-right: 2%;
}
.listBox .list4_sp li:nth-child(4n) {
	margin-right: 0;
}

footer .f_top .inner {
	padding: 30px 4vw;
}
footer .f_top .inner .left {
	float: none;
	width: 100%;
}
footer .f_top .inner .left .addArea {
	padding: 10px 0;
}
footer .f_top .inner .left .addArea .shop {
	font-size: 13vw;
}
footer .f_top .inner .left .addArea .add {
	letter-spacing: inherit;
	font-size: 3.7vw;
}
footer .f_top .inner .left .addArea .shop span {
	font-size: 5vw;
}
footer .f_top .inner .left .addArea .tel,
footer .f_top .inner .left .addArea .tel a {
	font-size: 9vw;
	letter-spacing: 0.08em;
}
footer .f_top .inner .left .addArea .tel i {
	padding-right: 8px;
}
footer .f_top .inner .left .addArea .txt {
	padding-bottom: 15px;
	font-size: 3.5vw;
	line-height: 1.3;
	letter-spacing: inherit;
}
footer .f_top .inner .left .btnArea {
	margin-top: 15px;
}
footer .f_top .inner .right {
	float: none;
	width: 100%;
}
footer .f_bottom .inner {
	padding: 30px 4vw;
}
footer .f_bottom .inner .fnavArea {
	padding: 0 0;
}
footer .f_bottom .inner .fnavArea .fnav {
	padding: 0px 0 30px;
}
footer .f_bottom .inner .fnavArea .fnav li {
	display: block;
	margin-bottom: 0;
	border-bottom: 1px dotted #444;
}
footer .f_bottom .inner .fnavArea .fnav li a {
	display: block;
	padding: 10px 0;
}
footer .f_bottom .inner .fnavArea .fnav li:after {
	display: none;
}

footer .f_bottom .inner .f_logo {
	width: 40%;
	margin: 0 auto;
}
footer .f_bottom .inner .f_logo a {
	display: inline-block;
}
footer .f_bottom .inner .f_logo a:hover {
	opacity: 0.7;
}
footer .f_bottom  .pagetop {
	bottom: 100px;
}
footer .f_bottom  .pagetop a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}
footer .inner .copyright  {
	padding-top: 30px;
}
footer .inner .copyright p {
	font-size: 9px;
}
}


