@charset "utf-8";

body {
	width: 100% !important;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	overflow-x: hidden;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
	max-width: 1920px;
	margin: auto;
	position: relative;
	word-break: break-all;
}

/*webフォント設定*/
@font-face {
font-family: "hkreikk";
      src:  url(../fonts/hkreikk.woff) format("woff");
}

.titleImgBox {
    text-align: center;
    position: relative;
    z-index: 9;
}

.titleImgBox img {
    width: auto;
}

.hkreikk{
    font-family: hkreikk, sans-serif;
}

.ec-drawerRole {
    /* background: #000 url(../img/common/f_logo.svg) no-repeat 37% 98%; */
    background: #000;
    background-size: 80%;
}

.ec-gNaviWp {
    background: #F6F6F6;
    padding: 1.1em 0 1.6em;
}
.tp-ttl .ttl-ja {
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-size: 35px;
    text-align: center;
    letter-spacing: 0.1em;
    display: block;
    font-weight: 500;
}

.tp-ttl .ttl-en {
    display: block;
    text-align: center;
    margin: 14px 0 0;
}

.ec-gNavi {
    width: 94vw;
    margin: 0 5.5vw 0 auto;
    text-align: right;
}

.ec-gNavi__link {
    display: inline-block;
    /* border-left: solid 1px #333; */
    line-height: 1;
    padding: 1em 0 0;
    position: relative;
}

.ec-gNavi__link a {
    border-bottom: none;
    margin: 0px 7px;
    padding: 0 0 0.4em;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    position: relative;
    z-index: 9999;
}

.ec-gNavi__link .hvr-underline-from-center:before {
    background: #333;
    height: 1px;
}

.ec-gNavi__link:first-child {
    border-left: none;
}

.ec-gNavi__link:after {
    content: "";
    width: 1px;
    height: 1em;
    background: #333;
    display: block;
    position: absolute;
    right: 0;
    top: 1em;
    bottom: 0.4em;
    margin: auto;
}

.ec-gNavi__link:last-of-type:after {
    display: none;
}

.fix-bnr01 {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 15%;
    background: #000;
    color: #fff;
    width: 50px;
    border-radius: 5px 0 0 5px;
    display: none;
}

.fix-bnr02 {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 50%;
    background: #000;
    width: 50px;
    /* padding: 32px 0; */
    /* min-height: 250px; */
    border-radius: 5px 0 0 5px;
    display: none;
}

.fix-bnr02 a {
    color: #fff;
    display: flex;
    justify-content: center;
    min-height: 190px;
    font-size: 12px;
    align-items: center;
}

.fix-bnr01 a {
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    align-items: center;
    min-height: 190px;
    font-size: 12px;
}

.txt-ja {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
}

.txt-en {
    display: block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.fix-bnr01 a:hover {
    background: #a9362f;
}

.fix-bnr02 a:hover {
    background: #a9362f;
}

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
.bg01 {
    background: #F3EFEA;
}

.innerWrap {
	padding: 90px 0;
}

.inner {
	width: 96%;
	max-width: 1200px;
}


.ec-pageHeader h1 .ttl-ja {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 35px;
    text-align: center;
    letter-spacing: 0.1em;
    display: block;
    font-weight: normal;
}
.ec-pageHeader h1 .ttl-en {
    display: block;
    text-align: center;
    margin: 14px 0 0;
    font-size: 16px;
}
.inTtl .ttl-ja {
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-size: 35px;
    text-align: center;
    letter-spacing: 0.1em;
    display: block;
    font-weight: normal;
}
.inTtl .ttl-en {
    display: block;
    text-align: center;
    margin: 14px 0 0;
    font-size: 16px;
}
.ec-blockBtn--top.map-btn {
    position: relative;
}

.ec-blockBtn--top.map-btn:before {
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    top: 50%;
    right: 0.7em;
    box-sizing: border-box;
    width: 17px;
    height: 7px;
    border: 8px solid transparent;
    border-left: 10px solid #333;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

.ec-blockBtn--top.map-btn:hover:before {
    border-left: 10px solid #fff;
}
/*リンク表示方法*/

a {
	text-decoration: none;
	color: #000;
}

/*-----------------------------------------------------------
バナー
-----------------------------------------------------------*/
.cmnBnrWp {
    margin: 100px auto 0;
}

.cmnBnrList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.cmnBnr_list-item {
    display: block;
    position: relative;
    width: 100%;
    /* max-width: 940px; */
    overflow: hidden;
}

.cmnBnr_list-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
    transition: .5s;
}

.cmnBnr_list-item:hover:before {
    background: rgba(0,0,0,0.2);
    transition: .5s;
}

.cmnBnrBody {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    max-width: 400px;
    width: 100%;
}
.cmnBnr_list-ttl span {
    font-size: 16px;
    display: block;
    border-top: solid 1px #fff;
}
.cmnBnr_list-ttl {
    font-size: 21px;
    display: inline-block;
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn01 {
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-size: 15px;
    /* font-weight: bold; */
    border: solid 1px #000;
    width: 100%;
    max-width: 225px;
    color: #000;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    /* -webkit-transition-property: color; */
    /* transition-property: color; */
    /* -webkit-transition-duration: .3s; */
    /* transition-duration: .3s; */
    text-align: center;
    padding: 13px 2% 15px;
    display: block;
    background: #fff;
    border-radius: 50px;
}

.btn01:before {
    /* content: ""; */
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn01:active:before,
.btn01:focus:before,
.btn01:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.btn01:active,
.btn01:focus,
.btn01:hover {
    color: #fff;
    overflow: hidden;
    background: #000;
}

/*-----------------------------------------------------------
 header
-----------------------------------------------------------*/
.h_logo {
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 2%;
    width: 41px;
}
.ec-sliderRole:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    z-index: 1;
}

.ec-layoutRole__header {
    z-index: 999;
    position: relative;
}

.ec-headerRole__navSP {
    align-items: center;
}

.ec-headerNavSP {
    position: relative;
    top: 0 !important;
    right: 0;
}

.hBox01R .ec-headerNav__item {
    align-self: center;
}

.hBox01R {
    padding: 15px 2%;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: flex-end;
    visibility: hidden;
    transition: .5s;
    opacity: 0;
}

.hBox01R.is-animation {
    visibility: initial;
    transition: .5s;
    opacity: 1;
    background: rgba(255,255,255,0.8);
}

.is_active .hBox01R.is-animation {
    background: none;
}

.headerNavSP__border {
    width: 100%;
    height: 3px;
    background: #9E9E9E;
    display: block;
    border-radius: 130px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}

.headerNavSP__border:nth-of-type(n + 1) {
    top: 0;
}

.headerNavSP__border:nth-of-type(n + 2) {
    top: 11px;
}

.headerNavSP__border:nth-of-type(n + 3) {
    top: 100%;
}

.hGnavWr {
    display: none;
}

/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/


/*-----------------------------------------------------------
ハンバーガー
-----------------------------------------------------------*/

/* ハンバーガーメニュー */
.ec-headerNavSP {
    display: block;
}

.ec-drawerRole {
    /* background: #000 url(../img/common/f_logo.svg) no-repeat 37% 98%; */
    background: #000;
    background-size: 80%;
}

.ec-drawerRole .ec-headerLinkArea {
    padding: 20px 0 80px;
    /* background: #000 url(../img/common/f_logo.svg) no-repeat center 97%; */
    background: #000;
    background-size: 50%;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
    font-size: 15px;
    font-weight: normal;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item:hover {
    text-decoration: none;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__icon {
    font-size: 14px;
}
.sp-nav__icon {
    display: inline-block;
    width: 22px;
    font-size: 17px;
}
.sp-nav__item {
    display: block;
    border-bottom: 1px solid #AE9370;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.sp-nav__item a {
    color: #fff;
    position: relative;
    padding: 0 0 0 1.2em;
}

.sp-nav__ttl {
    display: block;
    border-bottom: 1px solid #AE9370;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.sp-nav__item a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

.sp-navWp {
    margin: 4px 0 0;
}


.hBoxIn01L {
    /* position: absolute; */
    /* z-index: 2; */
    /* right: 2em; */
    /* top: 2em; */
}

.hBox01R .ec-headerNav__item .ec-headerNav__itemLink {
    display: block;
    color: #fff;
    font-size: 10px;
    margin: auto;
    text-align: center;
}

.hBox01R  .ec-headerNav__item {
    text-align: center;
    margin-left: 0;
    display: flex;
    align-items: center;
}

.ec-headerNav__item i {
    color: #fff;
}

.hBox01R  .ec-headerNav .ec-headerNav__itemIcon {
    color: #fff;
    margin: 0;
}

.hBoxIn01L .ec-headerNav {
    text-align: center;
    display: flex;
    align-items: center;
}

/*-----------------------------------------------------------
 中ページカバー
-----------------------------------------------------------*/

.inCoverWrap {
    margin: 70px auto 0;
    max-width: 1920px;
    width: 100%;
}

.inCover01 {
	background: url(../img/incover/incover01.jpg) no-repeat center center;
    background-size: cover;
}

.inCover02 {
	background: url(../img/incover/incover02.jpg) no-repeat center center;
    background-size: cover;
}

.inCover03 {
	background: url(../img/incover/incover03.jpg) no-repeat center center;
    background-size: cover;
}

.inCover04 {
	background: url(../img/incover/incover04.jpg) no-repeat center center;
    background-size: cover;
}

.inCover05 {
	background: url(../img/incover/incover05.jpg) no-repeat center center;
    background-size: cover;
}

.inCover06 {
    background: url(../img/incover/main_about@2x.jpg) no-repeat 50%;
    background-size: cover;
}

/* .inCover06 {
	background: url(../img/incover/incover06.jpg) no-repeat center center;
} */

.inCoverPro {
    height: 500px;
}
.inCover07 {
	background: url(../img/incover/incover07.jpg) no-repeat center center;
    background-size: cover;
}

.inCover08 {
	background: url(../img/incover/incover08.jpg) no-repeat bottom center;
	background-size: cover;
}

.inCover09 {
	background: url(../img/incover/incover09.jpg) no-repeat center center;
    background-size: cover;
}

.inCover10 {
	background: url(../img/incover/incover10.jpg) no-repeat center center;
    background-size: cover;
}

.inCover11 {
	background: url(../img/incover/incover11.jpg) no-repeat center center;
    background-size: cover;
}

.inCover12 {
	background: url(../img/incover/incover12.jpg) no-repeat center center;
    background-size: cover;
}

.inCover13 {
	background: url(../img/incover/incover13.jpg) no-repeat center center;
	background-size: cover;
	background-position: bottom right;
}

.inCover14 {
	background: url(../img/incover/incover14.jpg) no-repeat center center;
    background-size: cover;
}

.inCover15 {
	background: url(../img/incover/incover15.jpg) no-repeat center center;
    background-size: cover;
}

.inCover {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.inCoverTit {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    margin: 0 auto;
    color: #000;
    font-weight: bold;
    text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff, 2px 2px 3px #fff;
    font-size: 22px;
    position: relative;
    z-index: 2;
}

.inCover:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    z-index: 1;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

.gmap iframe {
    display: block;
    height: 500px;
    width: 100%;
    border: none;
}

.footer01Wp {
    padding: 132px 0 0;
}

.tp-map {
    margin: 60px auto 0;
    text-align: center;
    /* padding: 0 1em; */
    max-width: 1359px;
    width: 96%;
    position: relative;
    display: flex;
}
.mapbnrLink {
    display: block;
    position: absolute;
    right: 1em;
    bottom: 1em;
    width: 20%;
    max-width: 169px;
}
.mapbnrLink:hover {
    opacity: .8;
}
.map_list {
    max-width: 1000px;
    width: 98%;
    margin: 95px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.map_list-item {
    width: 100%;
    max-width: 470px;
    margin: 0 auto 50px;
}

.ec-blockBtn--top.map-btn {
    max-width: 475px;
    border-radius: 5px;
    border: solid 1px #707070;
    font-size: 18px;
}

.map_list-body {
    margin: 0;
}

.tp-shopInfo {
    /* display: flex; */
    align-items: flex-end;
    margin: 20px 0 0;
    font-size: 15px;
}

.gmap {
    margin: 140px auto 0;
}

.ec-footerNavi__link02 a {
    color: #fff;
}

.tpMenu_btn-list .tp-btn01 {
    font-size: 14px;
}

.tp-shopInfo-list > li > br {
    display: none;
}

.tp-shopInfo-list > li {
    font-weight: bold;
    line-height: 1.9;
}

.shopIcon i {font-size: 37px;}

.shopIcon {
    border-radius: 100%;
    width: 37px;
    display: block;
    margin-right: 0.4em;
}

.tp-accessInfo-list {
    font-weight: bold;
    line-height: 1.9;
    margin: 5px 0 0;
    font-size: 15px;
}

.tp-access-ttl {font-weight: bold;}

.tp-shop-sns {
    margin: 10px auto 0;
    /* display: flex; */
}

.tp-shopInfo-list {
    margin: 0 .5em 0 0;
}

.tp-accessInfo {
    margin: 0;
    padding: 50px 0 0;
}

.ec-footerNavi {
    /* border-top: solid 1px #fff; */
    /* border-right: solid 1px #fff; */
    /* border-left: solid 1px #fff; */
    margin: 0px 0;
}

.ec-headerCategoryArea .ec-itemNav__nav li {
    float: none;
    width: 100%;
}

.ec-headerCategoryArea .ec-itemNav__nav {
    display: block;
}

/* 共通アクセス */

.commonMap {
    margin: 105px auto 0;
}

.sns_banner {
    max-width: 200px;
    width: 100%;
    height: 35px;
    font-size: 15px;
    color: #FFF;
    background: #acacac;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sns_banner:hover {
    opacity: .8;
    color: #FFF;
}

.sns_banner--facebook {
    background: #3b5998;
}

.sns_banner--instagram {
    background-image: -webkit-gradient(linear,left top,right bottom,from(#742ed2),color-stop(25%,#e84993),color-stop(25%,#e84993),color-stop(50%,#ff3437),color-stop(50%,#ff3437),color-stop(75%,#fe6b2d),to(#ffb140));
    background-image: linear-gradient(to right bottom,#742ed2 0%,#e84993 25%,#e84993 25%,#ff3437 50%,#ff3437 50%,#fe6b2d 75%,#ffb140 100%);
}

.sns_banner:after {
    content: "▶";
    font-size: 10px;
    line-height: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: flex;
    align-items: center;
}

.item05 {
    display: flex;
    justify-content: flex-start;
}

.item06 {
    display: flex;
    justify-content: flex-start;
}

/*-----------------------------------------------------------
 layout
-----------------------------------------------------------*/


/*-----------------------------------------------------------
 パンくず
-----------------------------------------------------------*/
.pankuzu {
    max-width: 1200px;
    width: 96%;
    margin: auto;
    font-size: 12px;
    padding: 3px 0 5px;
    color: #333;
    padding: 20px 0;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #666;
    text-decoration: underline;
}

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

.tp-map-lk {
    max-width: 30%;
    margin: -35px auto 0;
    display: block;
}

/*-----------------------------------------------------------
 right banner
-----------------------------------------------------------*/


/*-----------------------------------------------------------
 table
-----------------------------------------------------------*/


.ly-wp {
    padding: 50px 1em 0;
}
.inleadTxt {
    margin: 0 auto;
    max-width: 500px;
    font-size: 14px;
    line-height: 2em;
    text-align: center;
    margin: 45px auto 0;
    padding: 0 1em;
}

.ec-blockTopBtn.pagetop:hover {
    background: #a9362f;
}

.cmnBnr_list-item img {
    transition-duration: 0.3s;
}

.cmnBnr_list-item:hover img {
    /* transform: scale(1.1); */
    /* transition-duration: 0.3s; */
}

.ec-blockBtn--top.banner-btn {
    margin: 0 auto;
    max-width: 475px;
    border-radius: 5px;
    border: solid 1px #707070;
    font-size: 18px;
}

.spBannerArea .banner-btn:nth-of-type(n + 2) {
    margin: 20px auto 0;
}

.spBannerArea {
    padding: 0 1%;
    margin: 40px auto 0;
}

.map_list-item .banner-btn {
    display: none;
}

.ec-blockBtn--top.map-btn {
    display: none;
}

.ec-layoutRole__footer {
    margin: 160px auto 0;
    max-width: 1920px;
    width: 100%;
}

#page_homepage .ec-layoutRole__contents {
    flex-wrap: wrap;
}

.modBtn01 {
    margin: 40px auto 0;
    border: #000 1px solid;
    padding: 8px 5px;
    position: relative;
    display: flex;
    max-width: 165px;
    width: 100%;
    justify-content: center;
    transition: .5s;
}

.modBtn01.inModBtn01 {
    max-width: 215px;
}

.modBtn01:hover{
    background:#fff;
    transition: .5s;
    text-decoration: none;
}

.modBtn01:hover:before{
    content:"";
    left:-8px;
    transition: .5s;
}

.modBtn01:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    margin: auto;
    transition: .5s;
}

.modBtn01DecoBottom:before,
.modBtn01DecoBottom:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 6px solid #000;
    border-right: 6px solid transparent;
}

.modBtn01DecoBottom:before {
    bottom: 0;
    right: 0;
    transform: rotate(270deg);
}

.modBtn01DecoBottom:after {
    bottom: 0;
    left: 0;
}

.modBtn01DecoTop:before,
.modBtn01DecoTop:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 6px solid #000;
    border-right: 6px solid transparent;
}

.modBtn01DecoTop:before {
    top: 0;
    right: 0;
    transform: rotate(180deg);
}

.modBtn01DecoTop:after {
    top: 0;
    left: 0;
    transform: rotate(90deg);
}

.modBtn01White {
    margin: 30px auto 0;
    border-color: #FFF;
    color: #FFF;
}

.modBtn01White:hover {
    background: #e0e0e0;
}

.modBtn01White .modBtn01DecoTop:before,
.modBtn01White .modBtn01DecoTop:after {
    border-bottom: 6px solid #FFF;
}

.modBtn01White .modBtn01DecoBottom:before,
.modBtn01White .modBtn01DecoBottom:after {
    border-bottom: 6px solid #FFF;
}

.modBtn01White.modBtn01:before {
    background: #FFF;
}

.modTxt01 {
    font-size: 14px;
    line-height: 1.75em;
    font-weight: 500;
}

.inBgBx01 {
    margin: 0 auto;
    padding: 30px 15px;
    max-width: 1200px;
    width: 100%;
    background: rgba(246,246,246,1);
}

.inBgDeco01 {
    background: url(../img/common/in_background01.png) no-repeat;
    background-size: 300px;
    background-position: 90% 0%;
}

.inBgDeco02 {
    background: url(../img/common/in_background02.png) no-repeat;
    background-size: 200px;
    background-position: 10% 100%;
}

.cmnBnr_list-item {
    height: 180px;
    background: url(../img/common/common_banner_bg01.jpg)center center no-repeat;
    background-size: cover;
}

.cmnBnr_list-item:after {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: #FFF 1px solid;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 9;
}

.cmnBnr_list-item:hover {
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
}

.oldSite {
    margin: 0 auto 30px;
}

.oldSiteLk {
    margin: 0 auto;
    display: flex;
    max-width: 400px;
    width: 100%;
    padding: 20px 15px;
    font-size: 18px;
    border: 1px solid #acacac;
    justify-content: center;
    align-items: center;
    transition: .5s;
    background: #ffd59e;
    color: #333;
    font-weight: 700;
}

.oldSiteLk:hover {
    background: #ffeecf;
    transition: .5s;
}

.ec-blockBtn--action[disabled] {
    padding: 0;
    font-size: 10px;
    text-align: center;
}

.h-adr {
    margin: 60px auto 0;
}

.h-adr .ec-borderedDefs {
    margin: 50px auto 0;
}

.h-adr .ec-RegisterRole__actions {
    margin: 50px auto 0;
}

.ec-cartNaviIsset {
	left: 0;
	margin: 10px auto 0;
	max-width: 96%;
}

.ec-cartNaviIsset .ec-blockBtn--action {
	color: #000 !important;
}

.ec-cartNaviIsset .ec-blockBtn--action:hover {
	color: #FFF !important;
}

.ec-cartNaviNull.is-active {
	max-width: 96%;
	left: 0;
	margin: 10px auto 0;
}

.ec-cartNaviNull .ec-cartNaviNull__message {
	font-size: 14px;
}

.mediaTtl.mediaTtl-menu {
	margin: 0 2% 4%;
	width: 100%;
}

/*-- 固定ここまで --*/

/* // 小デバイス*/
@media (min-width: 414px) {


}

/* // 小デバイス（横向きモバイル, 576px 以上） */
@media (min-width: 576px) {

}



@media (min-width: 768px) {
.cmnBnr_list-item {
    width: 100%;
    height: 260px;
    /* margin: 0 0 1.3%; */
}

.cmnBnr_list-ttl {
    font-size: 24px;
}

.cmnBnr_list-ttl span {
    font-size: 18px;
}

.h_logo {
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 2%;
}
.fix-bnr01 a {
    padding: 32px 0;
    min-height: 220px;
    font-size: 12px;
}
.fix-bnr02 a {
    padding: 32px 0;
    min-height: 220px;
    font-size: 14px;
}
.fix-bnr01 {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 10em;
    background: #000;
    color: #fff;
    width: 45px;
    border-radius: 5px 0 0 5px;
    display: none;
}

.fix-bnr02 {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 25em;
    background: #000;
    width: 45px;
    /* padding: 32px 0; */
    /* min-height: 250px; */
    border-radius: 5px 0 0 5px;
    display: none;
}

.map_list-item {
    width: 48%;
    margin:0;
}

.spBannerArea {
    display: none;
}

.map_list-item .banner-btn {
    margin: 20px auto 0;
    display: block;
}

.ec-blockBtn--top.map-btn {
    display: block;
}

.map_list-body {
    margin: 73px 0 0;
}

.modBtn01 {
    margin: 0 0 auto;
    writing-mode: vertical-rl;
    max-height: 165px;
    height: 100%;
    max-width: 50px;
    align-items: center;
}

.modBtn01:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: auto;
    transform: rotate(270deg);
    transition: .5s;
}

.modBtn01:hover:before{
    content:"";
    top: 8px;
    left: 0;
}

.modTxt01.vertical {
    margin: 0;
    line-height: 1.9em;
    letter-spacing: 0.13em;
}

.modTxt01 {
    font-size: 16px;
}

.modBtn01.inModBtn01 {
    margin: 30px auto 0;
    writing-mode: inherit;
    max-height: 100%;
    height: auto;
    align-items: center;
}

.modBtn01.inModBtn01:before {
    top: 0;
    bottom: 0;
    left: -15px;
    right: auto;
    transform: rotate(0deg);
}

.modBtn01.inModBtn01:hover:before {
    top: 0;
    left: -8px;
}

.inleadTxt {
    max-width: 960px;
    font-size: 16px;
    line-height: 2.2em;
}

.ec-blockBtn--action[disabled] {
    font-size: 16px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.ec-cartNaviNull .ec-cartNaviNull__message {
	font-size: 12px;
}

}

/* // 大デバイス（デスクトップ, 992px 以上） */
@media (min-width: 992px) {
.ec-drawerRole {
	display: none;
}
.ec-drawerRoleClose.is_active {
      /* display: none; */
}
.have_curtain .ec-overlayRole {
      /* display: none; */
}
.ec-drawerRole.is_active {
      /* display: none; */
}
.ec-drawerRole {
   display: none;
}
.ec-headerNavSP {
   /* display: none; */
}

.inCover {
    height: 450px;
}

.hGnavWr {
    margin: 0 1em 0 0;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.hGnavWr .ec-Navi__link a {
    font-size: 12px;
}

.hGnavWr .ec-gNavi__link a {
    font-size: 12px;
}

.hGnavWr .ec-gNavi {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hBoxIn01L {
    align-items: center;
}

.hGnavWr .ec-gNavi__link {
    padding: 0;
}

.hGnavWr .ec-gNavi__link:after {
    top: 0;
    bottom: 0.2em;
}

.hGnavWr .ec-gNavi__link .hvr-underline-from-center:before {
    background: #333;
}

}

/* // 特大デバイス（ワイド・デスクトップ, 1200px 以上） */
@media (min-width: 1200px) {

.modTxt01.vertical {
    line-height: 2.6em;
}

.hGnavWr {
    margin: 5px 2em 0 0;
}

.hGnavWr .ec-gNavi__link a {
    font-size: 13px;
}

.cmnBnr_list-item {
    height: 340px;
}

.cmnBnr_list-ttl {
    font-size: 28px;
}

.cmnBnr_list-ttl span {
    font-size: 22px;
}

.ec-cartNaviNull .ec-cartNaviNull__message {
	font-size: 14px;
}

}

@media (min-width: 1400px) {

}
