@charset "utf-8";

.clear:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	line-height:0;
	visibility:hidden;
}

.font-mincho{
	font-family:"Hiragino Mincho Pro", "HG明朝E", "MS 明朝", serif;
}

.font-marugo{
	font-family:"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}

.font-marugo{
	font-family:"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
	
}

.m-t-5{
	margin-top:5px;
}

.m-t-10{
	margin-top:10px;
}

.m-t-15{
	margin-top:15px;
}

.m-t-20{
	margin-top:20px;
}

.m-t-25{
	margin-top:25px;
}

.m-t-30{
	margin-top:30px;
}

.m-t-35{
	margin-top:35px;
}

.m-t-40{
	margin-top:40px;
}

.m-t-45{
	margin-top:45px;
}

.m-t-50{
	margin-top:50px;
}

.m-t-55{
	margin-top:55px;
}

.m-t-60{
	margin-top:60px;
}

.m-t-65{
	margin-top:65px;
}

.m-t-70{
	margin-top:70px;
}

.m-t-75{
	margin-top:75px;
}

.m-t-80{
	margin-top:80px;
}

.m-t-85{
	margin-top:85px;
}

.m-t-90{
	margin-top:90px;
}

.m-t-95{
	margin-top:95px;
}

.m-t-100{
	margin-top:100px;
}

.m-l-5{
	margin-left:5px;
}

.m-l-10{
	margin-left:10px;
}

.m-l-15{
	margin-left:15px;
}

.m-l-20{
	margin-left:20px;
}

.m-l-25{
	margin-left:25px;
}

.m-l-30{
	margin-left:30px;
}

.m-l-35{
	margin-left:35px;
}

.m-l-40{
	margin-left:40px;
}

.m-l-45{
	margin-left:45px;
}

.m-l-50{
	margin-left:50px;
}

.m-l-55{
	margin-left:55px;
}

.m-l-60{
	margin-left:60px;
}

.m-l-65{
	margin-left:65px;
}

.m-l-70{
	margin-left:70px;
}

.m-l-75{
	margin-left:75px;
}

.m-l-100{
	margin-left:100px;
}

.m-l-a{
	margin-left:auto;
}

.m-r-a{
	margin-right:auto;
}

.m-t-a{
	margin-top:auto;
}

.m-b-a{
	margin-bottom:auto;
}

.w-p-100{
	width:100%;
}

.w-p-95{
	width:95%;
}

.w-p-90{
	width:90%;
}

.w-p-85{
	width:85%;
}

.w-p-80{
	width:80%;
}

.w-p-75{
	width:75%;
}

.w-p-70{
	width:70%;
}

.w-p-65{
	width:65%;
}

.w-p-60{
	width:60%;
}

.w-p-55{
	width:55%;
}

.w-p-50{
	width:50%;
}

.w-p-45{
	width:45%;
}

.w-p-40{
	width:40%;
}

.w-p-35{
	width:35%;
}

.w-p-30{
	width:30%;
}

.w-p-25{
	width:25%;
}

.w-p-20{
	width:20%;
}

.w-p-15{
	width:15%;
}

.w-p-10{
	width:10%;
}

.w-p-5{
	width:5%;
}

.mw-p-100{
	max-width:100%;
}

.mw-p-95{
	max-width:95%;
}

.mw-p-90{
	max-width:90%;
}

.mw-p-85{
	max-width:85%;
}

.mw-p-80{
	max-width:80%;
}

.mw-p-75{
	max-width:75%;
}

.mw-p-70{
	max-width:70%;
}

.mw-p-65{
	max-width:65%;
}

.mw-p-60{
	max-width:60%;
}

.mw-p-55{
	max-width:55%;
}

.mw-p-50{
	max-width:50%;
}

.mw-p-45{
	max-width:45%;
}

.mw-p-40{
	max-width:40%;
}

.mw-p-35{
	max-width:35%;
}

.mw-p-30{
	max-width:30%;
}

.mw-p-25{
	max-width:25%;
}

.mw-p-20{
	max-width:20%;
}

.mw-p-15{
	max-width:15%;
}

.mw-p-10{
	max-width:10%;
}

.mw-p-5{
	max-width:5%;
}

.h-p-100{
	height:100%;
}

.h-p-95{
	height:95%;
}

.h-p-90{
	height:90%;
}

.h-p-50{
	height:50%;
}

.v-a-t{
	vertical-align:top;
}

.v-a-m{
	vertical-align:middle;
}

.v-a-b{
	vertical-align:bottom;
}

.v-a-tb{
	vertical-align:text-bottom;
}

.p-t-0{
	padding-top:0 !important;
}

.flex{
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
}

.flex-wrap{
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.flex.center{
	-webkit-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
}

.flex.right{
	-webkit-justify-content:flex-start;
	-ms-justify-content:flex-start;
	justify-content:flex-start;
}

.flex.right{
	-webkit-justify-content:flex-end;
	-ms-justify-content:flex-end;
	justify-content:flex-end;
}

.flex.space-between{
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}

.flex.space-around{
	-webkit-justify-content:space-around;
	-ms-justify-content:space-around;
	justify-content:space-around;
}

.flex.top{
	-webkit-align-items:flex-start;
	-ms-align-items:flex-start;
	align-items:flex-start;
}

.flex.middle{
	-webkit-align-items:center;
	-ms-align-items:center;
	align-items:center;
}

.flex.bottom{
	-webkit-align-items:flex-end;
	-ms-align-items:flex-end;
	align-items:flex-end;
}

.flex.baseline{
	-webkit-align-items:baseline;
	-ms-align-items:baseline;
	align-items:baseline;
}

a{
	color:inherit;
	text-decoration:none;
}

a.text{
	text-decoration:underline;
}

a.text.hover{
	text-decoration:none;
}

a.text.hover:hover{
	text-decoration:underline;
}

.text-shadow{
	text-shadow:2px 2px 1px #fff,
	-2px 2px 1px #fff,
	2px -2px 1px #fff,
	-2px -2px 1px #fff,
	2px 0 1px #fff,
	-2px 0 1px #fff,
	0 -2px 1px #fff,
	0 -2px 1px #fff;
}

.text-shadow *,
.text-shadow *:before,
.text-shadow *:after{
	text-shadow:inherit;
}

.align-center{
	text-align:center;
}

.align-left{
	text-align:left;
}

.align-right{
	text-align:right;
}

.italic{
	font-style:italic;
}

.bold{
	font-weight:bold;
}

.inline{
	display:inline;
}

.block{
	display:block;
}

.inline-block{
	display:inline-block;
}

html{
	font-size:62.5%;
	background-color:#ffffff;
	box-sizing:border-box;
	word-break:break-all;
}

*, *::before, *::after{
	box-sizing:inherit;
	word-break:inherit;
}

html, body, #wrapper, #header, #main, #footer{
	width:100%;
	max-width:1920px;
	margin-left:auto;
	margin-right:auto;
	min-width:1440px;
}

body{
	font-size:1.6em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG角ｺﾞｼｯｸM-PRO", "HGKakuGothicMPRO", sans-serif;
	text-align:center;
	background:#fff;
	position:relative;
	color:#3d3d3d;
}

.container{
	max-width:1440px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#wrapper{

}

#header{
	text-align:left;
	font-size:2.0rem;
	height:80px;
	top:0;
	position:sticky;
	z-index:1000;
	color:#fff;
	background:rgba(0, 0, 0, 0.5);
	margin-bottom:-80px;
}

#header .left{
	background:#000;
	flex-shrink:0;
	padding:10px 0;
}

#header .right{
	width:100%;
	padding:0 2%;
}

#header .logo a{
	display:block;
	padding-left:15px;
	padding-right:15px;
}

#header .right .nav .nav-list-wrap .nav-list .item{
	margin:0 30px;
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;
}

#header h1{
	font-weight:bold;
	font-size:2rem;
}

#header .flex{
	height:100%;
}

#header .nav .nav-list .item{

}

#footer{
	padding:40px 0;
	color:#fff;
	font-size:1.6rem;
	background:#00041f;
	text-align:center;
}

#footer .shop-info{
	font-size:1.6rem;
	line-height:1.4;
	text-align:center;
	
}

#footer .shop-info .item{
	margin:0 15px;
}

#footer .shop-info .item.fax{
	display:none;
}

#footer .text{
	line-height:1.6;
	font-size:1.6rem;
}

#footer .copyright{
	margin-top:30px;
}

#footer .footer-nav .nav-list{
	text-align:center;
}

#footer .footer-nav .nav-list .item{
	display:inline-block;
	color:#fff;
	padding:0 20px;
	margin-bottom:40px;
}

.fix-header{
	display:none;
}

.fix-footer{
	display:none;
}

input[type="checkbox"].trigger{
	display:none;
}

.section{
	padding-top:6%;
	padding-bottom:6%;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	color:#fff;
}

.section.white{
	color:#333;
}

.section h1.title{
	font-size:6rem;
	padding:0 30px;
	margin-bottom:50px;
	font-weight:bold;
	color:inherit;
}

.section h1.title .border-bottom{
	border-bottom:4px solid;
	padding:0 15px;
}

.section.page-head .head{
	color:#ffffff;
	padding-top:100px;
	position:relative;
}

.section.page-head .body{
	color:#fff;
	font-size:4rem;
	line-height:1.6;
	font-weight:bold;
	position:relative;
}

.block-pc{
	display:block;
}

@media ( max-width:1439px){
	/* max-width:1439px */
}

@media ( max-width:1023px){
	.block-pc{
		display:inline;
	}
	
	.block-sp{
		display:block;
	}
	
	/* max-width:1023px */
}

@media ( max-width:767px){
	
	/* max-width:767px */
}

@media ( max-width:424px){
	
	/* max-width:424px */
}

@media ( max-width:374px){
	/* max-width:374px */
}
