@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:bottom;
background:transparent;
text-decoration: none;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
li {
	list-style-type: none;
}
address {
	font-style: normal;
}
/* ↓↓↓　スマホ入力時のフォーカスを防ぐ*/
input, select {
font-size: 16px;
vertical-align:middle;
}
textarea {
font-size: 16px;
}
/* =============================================================================
   移動＋フェードイン表示
   ========================================================================== */
   .fade {
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px);
	transition: .8s;
}
.mv {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
/* =============================================================================
   基本設定
   ========================================================================== */
*, *:before, *:after {
	box-sizing: border-box;
	-webkit-appearance: none;
}
html {overflow-y: scroll;}
body {color: #0a0a0a;line-height: 1.6;font-size: 14px;font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;letter-spacing: 0.03em;}
#overwrap {overflow: hidden;position: relative;}
a {color: #0a0a0a;text-decoration: none;}
a:link {color: #0a0a0a;}
a:visited {color: #0a0a0a;}
a:hover {color: #0c566b;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
a:active {color: #0a0a0a;}
a:hover img {opacity: 0.8;filter: alpha(opacity=80);-moz-opacity: 0.8;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
img {width: auto;max-width: 100%;height: auto;vertical-align: bottom;}
em {font-style: normal;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
ul {list-style: none;}
sup {vertical-align: super;}
sub {vertical-align: sub;}
/* ========================================================================== */
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
.shadow {
	text-shadow:
    #fff 2px 0px, #fff -2px 0px,
    #fff 0px -2px, #fff -2px 0px,
    #fff 2px 2px, #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px, #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
.btn1 {
	text-align: center;
}
.btn1 a {
	display: inline-block;
	width:210px;
	height:61px;
	background-color: #293c4a;
	color: #fff;
	text-decoration:none;
	line-height:61px;
	text-align:center;
	cursor:pointer;
	position:relative;
	letter-spacing: 0.2em;
}
.btn1 a:hover {
	background-color: #4f7594;
	transition:all .5s ease;
}
.btn1 a:before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.arno {
	font-family: arno-pro, serif;
	font-weight: 700;
	font-style: normal;
}

@media screen and (min-width: 768px) {
/*	body {background: #ccc; }*/
    .wrap {max-width: 1550px;padding: 0 10px;margin: 0 auto;}
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
}
@media screen and (max-width: 767px) {
	/*body {background: #000;}*/
    .wrap {width: 100%;padding: 0 10px;}
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

/* =============================================================================
	header
   ========================================================================== */
   #wrapper {
    position: fixed;
    width: 100%;
    z-index: 9999;
   }
header {
/*	max-width: 1280px;*/
	margin: 0 auto;
	padding-bottom: 0;
    background-color: #fff;
    position: relative;
    z-index: 99999;
	box-shadow:0px 0px 6px 3px #ececec;
	height: 110px;
}
header .headerTop {
	padding: 0 20px;
	max-width: 1550px;
    margin: 0 auto;
}

header .siteTitle a {
    padding: 41px 0;
    display: inline-block;
    font-size: 18px;
    color: #900000;
    font-weight: bold;
    text-decoration: none;
}
/* header .pc {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
} */
header .pc li {
	padding: 0 20px;
	display: inline;
}
header .pc li:first-child {
	border-right: 1px solid #000;
}
.navDrawr {width: 700px;position: absolute;top: 0;right: 60px;}
.navDrawr>ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.navDrawr>ul>li {
    float: left;
    /*width: 25%;*/
    position: relative;
	padding-right: 30px;
}
.navDrawr>ul>li.sp {
	display: none;
}
.navDrawr a {
    display: block;
    color: #0a0a0a;
    text-decoration: none;
    background: #fff;
    padding: 60px 15px 26px;
}

.navDrawr>ul>li>a {
	font-size: 15px;
	font-weight: bold;
    text-align: center;
}
.navDrawr>ul>li:last-child >a {
	border-right: none;
}
.navDrawr>ul>li>a:hover {
    /*background: #f5f5f5;*/
}
.navDrawr>ul>li img {
	vertical-align: middle;
}
.navDrawr>ul>li>a span {display: block;font-size: 12px;font-weight: normal;}
.navDrawr .sub {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
}
.navDrawr .sub a {
    background: #fefdfd;
    /*border-bottom: 1px solid #00877e;*/
    padding: 20px 10px 20px 20px;
}
.navDrawr .sub a:hover {
    background: #f5f5f5;
}
#contents{
    padding-top:20px;
}

@media screen and (min-width: 1031px) {
    .animoBorderLeftRight{
        display:inline-block;
        position:relative;
        cursor:pointer
    }
    .animoBorderLeftRight::after{
        content:'';
        position:absolute;
        width:100%;
        transform:scaleX(0);
        height:2px;
        bottom:0;
        left:0;
        background-color:#f39c12;
        transform-origin:bottom right;
        transition:transform .4s cubic-bezier(.86,0,.07,1)
    }
    .animoBorderLeftRight:hover::after{
        transform:scaleX(1);
            transform-origin:bottom left
        }
      
    .navDrawr>ul>li.business {
        position: relative;
    } 
    /* .navDrawr>ul>li.business a {
        position: relative;
    } 
    .navDrawr>ul>li.business a.mincho:hover:after {
        position: absolute;
        content: "";
        bottom: -8px;
        left: 50%;
        margin-left: -3px;
        width: 6px;
        height: 30px;
        background: #293c4a;
        z-index: 100;
    }  */
    .navDrawr>ul>li a.current{
        border-bottom: 3px solid #293c4a;
      }
      .navDrawr>ul>li a.noCurrent {
        border-bottom: none;
      }
    .navDrawr>ul>li a:hover {
        background: #293c4a;
        color: #fff;
    }
    .navDrawr>ul>li.pc a:hover {
        background: none;
        color: #293c4a;
    }
    .navDrawr>ul>li.contact a {
        background-color: #0068b7;
        color: #fff;
    }
    .navDrawr>ul>li.contact>a:hover {
        background-color: #f5f5f5;
        color: #333;
    }
	.navDrawr .sub {
        /* display:-webkit-box;
	    display:-moz-box;
	    display:box;
        display:-webkit-flex;
        -moz-box-orient:horizontal;
	-webkit-box-orient:horizontal;
	flex-direction:row;
    -ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	    display:flex; */
        position: absolute;
        top: 110px;
        left: -196px;
        width: 580px;
	}
	.navDrawr .sub li {
        width: 140px;
        float: left;
	}
	.navDrawr .sub a {
        width: 140px;
		background: #293c4a;
        color: #fff;
        padding: 25px 0;
        text-align: center;
	}
	.navDrawr .sub a:hover {
        background: #0c566b;
	}
}
@media screen and (max-width: 1030px) {
header .pc {
	display: none;
	}
    #wrapper{
        overflow:hidden;
    }

    .navDrawr {
        background-color: #666;
        position: fixed;
        width: 270px;
        top: 60px;
        bottom: 0;
        right: -270px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 999;
    }
    body.menuOpen #wrapper{
        padding-top:60px;
    }
    .overlay {
        display: none;
        background-color: rgba(0,0,0,0.49);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }
    header {
        position:relative;
        height: 60px;
        padding:0;
    }
    body.menuOpen header{
        position: fixed;
        top:0;
        width: 100%;
    }
    header .headerTop{
        padding:inherit;
    }
    header .siteTitle a{
        margin-left: 10px;
        line-height: 60px;
        padding: 0;
    }
    .navDrawrBtn {
        text-align: right;
    }
    .navDrawrBtn span {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: block;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }
    .navDrawrBtn span::before {
        font-family: FontAwesome;
        content: "\f0c9";
        font-size: 24px;
        color: #0a0a0a;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 60px;
    }
    body.menuOpen .navDrawrBtn span::before {
        content: "\f00d";
    }
    .navDrawr a {
        position: relative;
        padding: 10px;
    }
    .navDrawr a::after {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 15px;
        font-family: FontAwesome;
        content: "\f054";
    }
   
    .navDrawr>ul>li.business > a::after {content: none;}
    .navDrawr>ul>li {
        float: none;
        width: auto;
        padding-right: 0;
    }
	.navDrawr>ul>li.sp {
		display: block;
	}
    .navDrawr>ul>li>a {
    	font-weight: bold;
        text-align: left;
        border-right: none;
        border-bottom: 1px solid #0068b7;
    }
    .navDrawr>ul>li.business>a {border-bottom: 1px solid #ccc;}

    .navDrawr > ul > li > a span {display: inline-block;margin-left: 1em;}
    .navDrawr .sub {
        position: static;
        display: block!important;
    }
    .navDrawr .sub a {border-bottom: 1px solid #ccc;padding: 10px 10px 10px 30px;}
    .navDrawr>ul>li.business > .sub li:last-child a {border-bottom: 1px solid #0068b7;}

	ul.imgList{}
	ul.imgList::after{
	    display: table;
	    line-height: 0;
	    content: "";
	    clear:both;
	}
	ul.imgList li{
	    float: left;
	    width: 31.33333333%;
	    margin: 1%;
	}
	ul.imgList li .thumbnail{
	    background-color: #FFF;
	    padding: 20px;
	    border:solid 1px #ccc;
	    -webkit-border-radius: 8px;
	    -moz-border-radius: 8px;
	    border-radius: 8px;
	}
	ul.imgList li img{
	    margin-bottom:10px;
	}
	ul.imgList li .caption{}
	ul.imgList li .title{
	    font-size: 24px;
	    font-weight: bold;
	    margin-bottom: 10px;
	}

	.siteTitle img {
		/* height: 40px; */
		width: auto;
        vertical-align: middle;
	}
}
/* @media screen and (max-width: 768px) {
    .navDrawr .sub {
        left: 0;
    }
} */
@media screen and (max-width: 480px) {
	.siteTitle img {
		width: 50%;
	}
}
/* =============================================================================
    Footer
   ========================================================================== */
    #page-top {background-color: #0068b7;text-align: center;}
    #page-top a {display: block;padding: 10px 0;}
    #page-top a:hover {background-color: #0c566b;transition:all .5s ease;}
    footer {background-color: #fff;}
    footer .copy {padding: 20px 0;text-align: center;font-size: 11px;}
    footer .add dl {margin-bottom: 20px;}
    footer .add dt {font-weight: bold;}
    footer .add dt span {color: #0068b7;font-size: 20px;}
    footer .add dd {display: inline-block;margin-right: 1em;}
    footer .add dd.tel {font-size: 18px;}

@media screen and (min-width: 768px) {
    footer .cont {display: table;width: 100%;padding: 60px 0 40px;}
    footer h1,footer .add,footer nav {display: table-cell;vertical-align: top;}
    footer h1 {width: 30%;text-align: center;padding: 0 20px; }
    footer .add {width: 46%;}
    footer nav {width: 24%;}

    footer nav .mark {color: #0068b7;font-size: 12px;}
    footer nav li {line-height: 2.5em;font-weight: bold;}
    footer nav ul li > ul {padding-left: 1em;}
    footer nav ul li > ul li {font-weight: normal;}
}
@media screen and (max-width: 767px) {
    #page-top img {width: 40px;}
    footer h1 {text-align: center;padding: 20px 0;}
    footer .cont {padding: 10px 0;}
    footer nav {display: none;}
    footer .add dt span {font-size: 12px;}
}

/* =============================================================================
	トップページ
   ========================================================================== */

/*共通*/
h2 {
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 0.05em;
}
h2 span {
	display: block;
	text-align: center;
	font-size: 15px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
}
section p {
	text-align: center;
}
/* キーイメージ */
/*.topKeyimages {background: url(../images/top/bgKeyimages.jpg) no-repeat 50% 100%;background-size: cover;}*/
.topKeyimages h2 {text-align: center;object-fit: cover;margin: 0 auto;}

/*ギャラリー*/
#gallerySec {
	padding: 150px 0;
}
#gallerySec h2 {
	position: relative;
}
#gallerySec h2:before {
	position: absolute;
	content: "";
	top: -134px;
	left: 50%;
	margin-left: 0.5px;
	width: 1px;
	height: 120px;
	background: #293c4a;
}
#gallerySec .gallery-cont {
	margin: 0 auto;
	max-width: 1380px;
	margin-top: 60px;
}

#aboutSec .about-cont .txt {
	background: #293c4a;
	color: #fff;
	padding: 50px;
}
#aboutSec .about-cont .txt h2 {
	text-align: left;
	vertical-align: middle;
	margin-bottom: 40px;
}
#aboutSec .about-cont .txt h2 span {
	display: inline-block;
	padding-left: 20px;
}
#aboutSec .about-cont .txt p {
	line-height: 2.2em;
	text-align: left;
	margin-bottom: 60px;
}
#aboutSec .about-cont .txt .intro {
	border-top: 1px solid #fff;
	padding-top: 20px;
	color: #fff;
	margin-bottom: 30px;
	line-height: 2em;
}
#aboutSec .about-cont .txt .name {
	font-size: 20px;
	text-align: left;
	vertical-align: middle;
}
#aboutSec .about-cont .txt .name img {
	padding-left: 40px;
}

/*ショップ*/
#shopSec {
	padding: 120px 0;
}
#shopSec .shop-cont .txt h2 {
	text-align: left;
}
#shopSec .shop-cont .txt h2 span {
	text-align: left;
}
#shopSec .shop-cont .txt {
	text-align: left;
}
#shopSec .shop-cont .txt .shopName {
	font-size: 22px;
	padding: 10px 0;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 40px;
}
#shopSec .shop-cont .txt .shopName span {
	font-size: 13px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
}
#shopSec .shop-cont .txt .shop-info {
	line-height: 2em;
}
#shopSec .shop-cont .txt .shop-info th {
    font-weight: bold;
    padding: 5px 0;
}
#shopSec .shop-cont .txt .shop-info td {
    padding: 5px 0;
}
#shopSec .shop-cont .map {
		position: relative;
	}
#shopSec .shop-cont .map .btnMap {
	position: absolute;
	text-align: center;
	bottom: 20px;
	left: -56px;
}
#shopSec .shop-cont .map .btnMap a {
	display: inline-block;
	width:210px;
	height:61px;
	background-color: #293c4a;
	color: #fff;
	text-decoration:none;
	line-height:61px;
	text-align:center;
	cursor:pointer;
	position:relative;
}
#shopSec .shop-cont .map .btnMap a:hover {
    background-color: #0c566b;
}
/*お問い合わせ*/
#contactSec {
	background: #b3bfc7;
	padding: 80px 0;
	color: #333;
}
#contactSec h2 {
	position: relative;
}
#contactSec h2:before {
	position: absolute;
	content: "";
	top: -134px;
	left: 50%;
	margin-left: 0.5px;
	width: 1px;
	height: 120px;
	background: #293c4a;
}
#contactSec .contact-txt {
	font-size: 15px;
	padding-bottom: 20px;
}
#contactSec .contact-txt span {
	color: #0c566b;
	font-weight: bold;
}
#contactSec .contact-cont {
	text-align: center;
	max-width: 1036px;
	color: #293c4a;
}
#contactSec .contact-cont .tel {
	background: #eeeeee;
	padding: 20px 0;
	font-size: 17px;
}
#contactSec .contact-cont .tel p {
    padding-bottom: 45px;
    padding-top: 15px;
}
#contactSec .contact-cont .tel a {
    font-size: 35px;
    letter-spacing: 0.08em;
}
#contactSec .contact-cont .tel span {
	display: block;
	font-size: 16px;
}
#contactSec .contact-cont .mail {
	background: #eeeeee;
	font-size: 17px;
	padding: 20px 0;
}
#contactSec .contact-cont .mail a {
	display: block;
    padding: 36px 0;
}
#contactSec .contact-cont .mail p {
    padding-bottom: 20px;
    padding-top: 15px;
}
@media screen and (min-width: 1031px) {
    /* キーイメージ */
    .topKeyimages {
        padding-top: 97px;
    }
    }
@media screen and (min-width: 768px) {
	/* キーイメージ */
	/*.topKeyimages h2 {padding: 130px 20px;}*/
	/*アバウト*/
	#aboutSec .about-cont {
	position: relative;
		height: 670px;
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
	#aboutSec .about-cont .img {
		width: 60%;
		height: 100%;
		background: url(../images/top/img-about.jpg) no-repeat center center;
		-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
		position: relative;
		display: block;
    	overflow: hidden;
		order: 0;
	}
	#aboutSec .about-cont .txt {
		width: 40%;
		order: 1;
	}
	#aboutSec .about-cont .txt p {
		max-width: 400px;
	}
	#aboutSec .about-cont .txt .intro {
		max-width: 400px;
	}
	/*ショップ*/
	#shopSec .shop-cont {
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
	#shopSec .shop-cont .txt {
		width: 24%;
	}
	#shopSec .shop-cont .txt .shop-info th {
		width: 37%; 
	}
	#shopSec .shop-cont .map {
		width: 70%;
		height: 464px;
	}
	#shopSec .shop-cont .map iframe {
		height: 100%;
	}
	/*お問い合わせ*/
	#contactSec .contact-cont {
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
		margin: 0 auto;
	}
	#contactSec .contact-cont .tel {
		width: 32%;
	}
	#contactSec .contact-cont .mail {
		width: 32%;
	}
}
@media screen and (max-width: 1030px) {
/* キーイメージ */
.topKeyimages {
    padding-top: 60px;
}
}
@media screen and (max-width: 767px) {
    /* 共通 */
    h2 {
        font-size: 24px;
    }
    h2 span {
        font-size: 13px;
    }
    h2 span img {
        padding-bottom: 14px;
    }
    
    /* .topKeyimages h2 {padding: 40px 10px;} */
    /* ギャラリー */
    #gallerySec {
        padding: 80px 0;
    }
    #gallerySec h2:before {
        position: absolute;
        content: "";
        top: -75px;
        left: 50%;
        margin-left: 0.5px;
        width: 1px;
        height: 60px;
        background: #293c4a;
    }
    /* アバウト */
    #aboutSec .about-cont .txt {
        padding: 50px 20px;
    }
    #aboutSec .about-cont .txt .name {
        font-size: 16px;
    }
	#aboutSec .about-cont .img {
		width: 100%;
		height: 100%;
		background: url(../images/top/img-about.jpg) no-repeat center center;
		-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
		position: relative;
		display: block;
    	overflow: hidden;
		order: 0;
		padding-top: 50%;
	}
    /* ショップ */
    #shopSec {
        padding: 40px 0;
    }
    #shopSec .shop-cont .txt h2 {
        text-align: center;
    }
    #shopSec .shop-cont .txt h2 span {
        text-align: center;
    }
    #shopSec .shop-cont .txt .shopName {
        margin-bottom: 20px;
    }
    #shopSec .shop-cont .txt .shop-info th {
        width: 34%;
    }
    #shopSec .shop-cont .txt .shop-info {
        margin-bottom: 20px;
    }
    #shopSec .shop-cont .map iframe {
        height: 240px;
    }
    /*お問い合わせ*/
    #contactSec {padding: 60px 0;}
    #contactSec h2:before {
        position: absolute;
        content: "";
        top: -75px;
        left: 50%;
        margin-left: 0.5px;
        width: 1px;
        height: 60px;
        background: #293c4a;
    }
    #contactSec .contact-txt span {
        display: block;
    }
    #contactSec h3 img {width: 100%;}
    #contactSec .col2 {width: 100%;padding: 20px 0;background-color: #f5f5f5;text-align: center;}
    #contactSec .ttlTel {font-size: 16px;margin-bottom: 10px;}
    #contactSec .tel {font-size: 16px;margin-bottom: 10px;}
	#contactSec .mail {margin-bottom: 10px;}
    #contactSec .tel a {vertical-align: middle;}
    #contactSec .tel span {font-size: 28px;font-weight: bold;}
    #contactSec .tel small {font-size: 12px;display: inline-block;}
}
@media screen and (max-width: 480px) {
	.topKeyimages h2 img {
		height: 600px;
		object-fit: cover;
	}
	#shopSec .shop-cont .map .btnMap {
		position: inherit;
		padding-top: 20px;
		bottom: 0;
    left: 0;
	}
	#contactSec .contact-cont .tel div {
		display: inline-block;
	}
	#contactSec .contact-cont .mail a {
		padding: 20px 0;
	}
}

/* =============================================================================
    under 共通
   ========================================================================== */
/*#under a {color: #0068b7;text-decoration: underline;}
#under a:link {color: #0068b7;}
#under a:visited {color: #0068b7;}
#under a:hover {color: #00877e;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
#under a:active {color: #0068b7;}*/

#under {padding-bottom: 60px;}
#under .keyimages {background: linear-gradient(to bottom, #fff 0%, #fff 50%, #dfe4e8 50%, #dfe4e8 100%);height: 257px;}
#under .keyimages h2 {
	position: relative;
	text-align: center;
	line-height: 1.2;
	font-weight: normal;
	color: #293c4a;
	font-size: 60px;
	letter-spacing: 0.1em;
	padding: 28px 0;
	margin-bottom: 0;
}
#under h3 {text-align: center;font-size: 30px;margin-bottom: 40px;}
#under h3 .box {
    padding: 0 20px;
    background: #fff;
    position: relative;
    z-index: 5;
}

@media screen and (min-width: 1031px) {
	#under .keyimages {
		margin-top: 97px;
	}
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 1030px) {
	#under .keyimages {
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
    #under {padding-bottom: 20px;}
	#under .keyimages {
		height: 200px;
	}
    #under .keyimages h2 {padding: 36px 0; font-size: 24px;}
    #under .keyimages h2 span.box {font-size: 30px;}
    #under h3 {font-size: 20px;}
}



/* =============================================================================

   ========================================================================== */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
/* =============================================================================

   ========================================================================== */
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
