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

/*--------------------------------------
    common
--------------------------------------*/

.main-content{
	padding-top: 80px;
}
.visual{
	width:100%;
	height:267px;
	position: relative;
}
.visual .logo{
	width:418px;
	height:25px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 100;
}
.visual .logo a{
	display: block;
}
.visual .pic{
	width:100%;
	height:267px;
	position: absolute;
	top:0;
	right:0;
	z-index: 60;
}
.visual .pic:after{
	width:100%;
	height:267px;
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
	content: "";
	background: rgba(0,0,0,0.5);
}
.visual .pic img{
	width:100%;
	height:100%;
	object-fit: cover;
	position: absolute;
	top:0;
	left:0;
}
.bg{
	width:100%;
	height:268px;
	position: relative;
}
.bg .logo{
	width:354px;
	height:67px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 100;
}
.bg .pic{
	width:100%;
	height:268px;
	position: absolute;
	top:0;
	right:0;
	z-index: 60;
}
.bg .pic:after{
	width:100%;
	height:268px;
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
	content: "";
	background: rgba(0,0,0,0.5);
}
.bg .pic img{
	width:100%;
	height:100%;
	object-fit: cover;
	position: absolute;
	top:0;
	left:0;
}
@media (max-width: 740px) {
.main-content{
	padding-top: 55px;
}
.visual{
	height:150px;
}
.visual .logo{
	width:75%;
	height:auto;
}
.visual .pic{
	height:100%;
}
.visual .pic:after{
	height:100%;
}
.bg{
	height:150px;
}
.bg .logo{
	height:auto;
}
.bg .pic{
	height:150px;
}
.bg .pic:after{
	height:150px;
}
}

/*--------------------------------------
    notfound
--------------------------------------*/

.notfound h1{
	font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    position: relative;
    color: #005666;
    font-weight: bold;
    line-height: 2.5;
    margin-bottom: 20px;
}
.notfound h1 span{
	font-size:12px;
	display: block;
}
.notfound h1:after{
	position: absolute;
	top:100%;
	left:50%;
	transform: translate(-50%,0);
	width:25px;
	height:2px;
	display: block;
	content: "";
	background: #005666;
}
.notfound .link li a{
	font-weight: bold;
	text-decoration: underline;
}
@media (max-width: 740px) {
	
}
/*--------------------------------------
    shop
--------------------------------------*/

.shop .intro{
	width:700px;
	margin:80px auto 0;
}
.shop .intro .brand{
	margin-top:70px;
	border-top:1px solid #44403F;
	padding-top:35px;
}
.shop .intro .brand p{
	font-size:12px;
	font-size:1.2rem;
	margin-bottom: 30px;
	font-weight: bold;
}
.shop .intro .brand ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.shop .intro .brand ul li img{
	vertical-align: middle;
}
.shop .intro .banner{
	margin-top: 70px;
}
.shop .intro .banner p{
	width:700px;
	height:100px;
	margin-top: 30px;
}
.shop .intro .banner p a{
	width:100%;
	height:100%;
	display: block;
	text-align: center;
	font-size:24px;
	font-size:2.4rem;
	color:#FFFFFF;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;  
}
.shop .intro .banner p a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.shop .intro .banner .contactbanner a{
	background: #006C81;
	line-height: 100px;
}
.shop .intro .banner .pdfbanner a{
	background: #3E8F90;
	padding: 20px 0 0;
	box-sizing: border-box;
	line-height: 1.5;
}
.shop .intro .banner .pdfbanner a img{
	width:280px;
	height:auto;
	vertical-align: middle;
    margin: 0 10px 7px;
}
.shop .intro .banner .pdfbanner a span{
	display: block;
	text-align: center;
	font-size:16px;
	font-size:1.6rem;
}
.shop #shop{
	padding-top: 80px;
	overflow: hidden;
}
.shop .detail{
	width:860px;
	margin: -100px auto 160px;
	text-align: center;
	padding-top:100px;
}
.shop .detail h2{
	font-size:24px;
	font-size:2.4rem;
	text-align: center;
	position: relative;
	color:#005666;
	font-weight: bold;
	line-height: 2.5;
	margin-bottom: 60px;
}
.shop .detail h2:after{
	position: absolute;
	top:100%;
	left:50%;
	transform: translate(-50%,0);
	width:25px;
	height:2px;
	display: block;
	content: "";
	background: #005666;
}
.shop .detail .bx-wrapper .bx-viewport{
	-webkit-box-shadow: none;
    box-shadow: none;
    border: none;
	overflow: visible !important;
}
.shop .detail .bxslider .pic{
	width:860px !important;
	height:500px;
	position: relative;
	overflow: hidden;
}
.shop .detail .bxslider .pic img{
	position: absolute;
	max-width:100%;
	height:auto;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.shop .detail .info{
	width:860px;
	height:220px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 30px 0;
}
.shop .detail .info .map{
	width:420px;
	height:220px;
	text-align: center;
}
.shop .detail .info .text{
	width:420px;
	height:220px;
	position: relative;
}
.shop .detail .info .text p{
	position: absolute;
	top:50%;
	left:0;
	transform: translate(0,-50%);
	width:100%;
}
.shop .detail .iframe{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.shop .detail .iframe .box{
	width:500px;
	height:400px;
	position: relative;
}
.shop .detail .iframe .box:nth-child(2){
	width:340px;
}
.shop .detail .iframe .box iframe{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.shop .bg{
	width:100%;
	height:268px;
	position: relative;
}
.shop .bg .logo{
	width:354px;
	height:67px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 100;
}
.shop .bg .pic{
	width:100%;
	height:268px;
	position: absolute;
	top:0;
	right:0;
	z-index: 60;
}
.shop .bg .pic:after{
	width:100%;
	height:268px;
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
	content: "";
	background: rgba(0,0,0,0.5);
}
.shop .bg .pic img{
	width:100%;
	height:100%;
	object-fit: cover;
	position: absolute;
	top:0;
	left:0;
}
@media (max-width: 740px) {
.shop .intro{
	width:100%;
	padding:0 5%;
	margin:50px auto 0;
	box-sizing: border-box;
}
.shop .intro .brand{
	margin-top:30px;
	padding-top:20px;
}
.shop .intro .brand p{
	margin-bottom: 10px;
}
.shop .intro .brand ul{
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.shop .intro .brand ul li{
	margin-right: 10px;
	margin-top: 10px;
}
.shop .intro .banner{
	margin-top: 40px;
}
.shop .intro .banner p{
	width:100%;
	height:60px;
	margin-top: 20px;
}
.shop .intro .banner p a{
	font-size:16px;
	font-size:1.6rem;
}
.shop .intro .banner .contactbanner a{
	line-height: 60px;
}
.shop .intro .banner .pdfbanner a{
	padding: 10px 0 0;
}
.shop .intro .banner .pdfbanner a img{
	width:210px;
    margin: 0 10px 5px;
}
.shop .intro .banner .pdfbanner a span{
	font-size:12px;
	font-size:1.2rem;
}
.shop #shop{
	padding-top: 55px;
}
.shop .detail{
	width:100%;
	margin: -70px auto 50px;
	padding-top:70px;
}
.shop .detail h2{
	font-size:21px;
	font-size:2.1rem;
	padding:0 5%;
	margin-bottom: 30px;
}
.shop .detail .bxslider .pic{
	width:90vw !important;
	height:auto;
	margin:0 4vw;
}
.shop .detail .bxslider .pic img{
	position: static;
	transform: none;
}
.shop .detail .info{
	width:90%;
	height:auto;
	display:block;
	margin: 30px auto;
}
.shop .detail .info .map{
	width:100%;
	height:auto;
	margin-bottom: 30px;
}
.shop .detail .info .text{
	width:100%;
	height:auto;
}
.shop .detail .info .text p{
	position: static;
	transform: none;
}
.shop .detail .iframe{
	display:block;
}
.shop .detail .iframe .box{
	width:100%;
	height:auto;
	padding-top: 65%;
}
.shop .detail .iframe .box:nth-child(2){
	max-width:340px;
	width:100%;
	text-align: center;
	margin: 20px auto 0;
}
.shop .bg{
	height:150px;
}
.shop .bg .logo{
	height:auto;
}
.shop .bg .pic{
	height:150px;
}
.shop .bg .pic:after{
	height:150px;
}
}

/*--------------------------------------
    contact
--------------------------------------*/

.contact{
	padding:60px 0 100px;
	background: #006D81;
	color:#FFFFFF;
}
.contact h2{
	font-size:36px;
	font-size:3.6rem;
	text-align: center;
	position: relative;
	color:#FFFFFF;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 20px;
}
.contact h2 span{
	font-size:12px;
	font-size:1.2rem;
	display: block;
	line-height: 1.5;
}
.contact h2:after{
	position: absolute;
	top:100%;
	left:50%;
	transform: translate(-50%,0);
	width:25px;
	height:2px;
	display: block;
	content: "";
	background: #FFFFFF;
}
.contact .inner{
	padding:30px 0 0;
	width:800px;
	margin: 0 auto;
	position: relative;
}
.contact .inner .comment{
	position: absolute;
	top:0;
	right:545px;
	color:#FFFFFF;
}
.contact .inner table{
	width:100%;
}
.contact .inner table tr th{
	width:260px;
	text-align: right;
	color:#FFFFFF;
	padding:10px;
	vertical-align: top;
}
.contact .inner table tr td{
	width:540px;
	color:#FFFFFF;
	padding:5px;
}
.contact .inner .mw_wp_form_confirm table tr td{
	padding:10px;
}
.contact .inner input:focus,
.contact .inner textarea:focus{
	outline:none !important;
}
.contact .inner input.middle{
	width:250px;
	height:18px;
	padding:5px;
	border: none;
	margin:5px 0;
}
.contact .inner input.short{
	width:130px;
	height:18px;
	padding:5px;
	border: none;
	margin:5px 0;
}
.contact .inner .mw_wp_form_confirm .only{
	display: none;
}
.contact .inner textarea{
	width:100%;
	height:300px;
	padding:5px;
	border: none;
	box-sizing: border-box;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contact .inner .mwform-radio-field label{
	display: block;
	margin-bottom: 5px !important;
}
.contact .inner table tr td span.error{
	color:#FFFFFF;
}
.mw_wp_form .horizontal-item + .horizontal-item{
	margin-left: 0 !important;
}
.contact .inner .button.clearfix{
	margin:40px auto 0;
	width:240px;
	height:40px;
	overflow: visible;
}
.contact .inner .mw_wp_form_confirm.mw_wp_form_preview .button{
	width:540px;
}
.contact .inner .button .btn{
	width:100%;
	height:100%;
	display: block;
	box-sizing: border-box;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	position: relative;
	text-align: center;
	font-size:14px;
	font-size:1.4rem;
	line-height: 36px;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;
	cursor:pointer;
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
}
.contact .inner .button .btn:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.contact .inner .button .right-box{
	width:240px;
	height:40px;
	position: relative;
}
.contact .inner .button .right-box:after{
	content: "";
	display: block;
	width:40px;
	height:2px;
	position: absolute;
	top:50%;
	right:0;
	transform: translate(50%,-50%);
	background: #FFFFFF;
}
.contact .inner .button .right-box:hover input[name="submitConfirm"],
.contact .inner .button .right-box:hover input[name="確認"]{
	color:#FFFFFF;
}
.contact .inner .mw_wp_form_input .button .left-box{
	display: none;
}
.contact .inner .button .left-box{
	width:240px;
	height:40px;
	position: relative;
	display: block;
}
.contact .inner .button .left-box:after{
	content: "";
	display: block;
	width:40px;
	height:2px;
	position: absolute;
	top:50%;
	left:0;
	transform: translate(-50%,-50%);
	background: #FFFFFF;
}
@media (max-width: 740px) {
.contact{
	padding:50px 0;
}
.contact h2{
	font-size:24px;
	font-size:2.4rem;
}
.contact .inner{
	padding:30px 5% 0;
	width:100%;
}
.contact .inner .comment{
	right:auto;
	left:5%;
}
.contact .inner table tr th{
	width:100%;
	height:auto;
	text-align: left;
	padding:5px 10px;
	display: block;
	box-sizing: border-box;
}
.contact .inner table tr td{
	width:100%;
	height:auto;
	padding:5px 10px;
	display: block;
	box-sizing: border-box;
}
.contact .inner .mw_wp_form_confirm table tr td{
	padding:5px 10px;
}
.contact .inner input.middle{
	width:100%;
	height:30px;
	box-sizing: border-box;
	margin: 0 0 10px;
}
.contact .inner input.short{
	width:100%;
	height:30px;
	box-sizing: border-box;
	margin: 0 0 10px;
}
.contact .inner textarea{
	height:200px;
}
.contact .inner .mw_wp_form_confirm.mw_wp_form_preview .button{
	width:240px;
	height:120px;
}
.contact .inner .button .left-box{
	margin-top: 40px;
}
}

/*--------------------------------------
    contact
--------------------------------------*/

.contact .btn-thanks{
	width:240px;
	height:40px;
	margin:30px auto 0;
}
.contact .btn-thanks a{
	width:100%;
	height:100%;
	display: block;
	box-sizing: border-box;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	position: relative;
	text-align: center;
	font-size:14px;
	font-size:1.4rem;
	line-height: 36px;
	font-weight: bold;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;
	cursor:pointer;
	-webkit-appearance: none;
	border-radius: 0;
	background: none;
}
.contact .btn-thanks a:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.contact .btn-thanks a:after{
	content: "";
	display: block;
	width:40px;
	height:2px;
	position: absolute;
	top:50%;
	right:0;
	transform: translate(50%,-50%);
	background: #FFFFFF;
}