@charset "utf-8";
/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.contsWrap {
    margin: 50px 40px 0;
}
.contsWrapMid {
    margin: 0 40px;
}
.homeBtn {
    position: absolute;
    top: 10px;
    left: 45px;
}
.homeLink {
    font-size: 1.6rem;
    transition: all .3s ease-in-out;
}
.homeLink:before {
    width: 10px;
    height: 10px;
    margin: 0 2px 0 0;
    content: "";
    display: inline-block;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out;
}
.homeLink:hover:before {
    border-color: #AB0106;
}
.header {
    padding: 100px 0 90px;
    background: url(../../img/karatsu/main_figure.jpg) no-repeat center top / cover;
    text-align: center;
}
.headSub {
    margin: 0 0 25px;
    padding: 12px 16px;
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 0.16em;
    color: #999999;
    background: #FFFFFF;
}
.headMain {
    margin: 0 0 35px;
    font-size: 7.0rem;
    font-weight: 400;
    color: #AB0106;
}
.especially {
    font-weight: 700;
}
.headPlaceEn {
    margin: 0 0 28px;
    font-size: 2.0rem;
    font-weight: 400;
    letter-spacing: 0.46em;
    color: #6b1012;
}
.headPlace {
    font-size: 3.0rem;
    color: #6b1012;
    letter-spacing: 0.46em;
}
.conts {
    margin: 0 0 890px;
    padding: 45px 0 80px;
    background: #FFFFFF;
}
.linkArea {
    width: 100%;
    margin: 0 0 80px;
    padding: 40px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #FBF8F4;
}
.linkArea ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.linkItem {
    width: 326px;
    width: 17.7%;
    width: 17.7%;
}
.linkItem a {
    display: block;
    width: 100%;
    padding: 15px 0 19px;
    position: relative;
    background: #FFFFFF;
    text-align: center;
    border: 1px solid #000000;
    transition: all .3s ease-in-out;
}
.linkJp, .linkEn {
    display: block;
    font-weight: 700;
}
.linkJp {
    margin: 0 0 5px;
    font-size: 2.0rem;
}
.linkEn {
    font-size: 1.3rem;
}
.linkItem a:hover {
    background: #000000;
}
.linkItem a:hover .linkJp, .linkItem a:hover .linkEn {
    color: #FFFFFF;
}
.linkItem a:before, .linkItem a:after {
    content: "";
    position: absolute;
    transition: all .3s ease-in-out;
}
.linkItem a:before {
    width: 1px;
    height: 30px;
    right: 23px;
    bottom: 28px;
    background: #000000;
}
.linkItem a:after {
    width: 7px;
    height: 7px;
    right: 20px;
    bottom: 17px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: rotate(45deg);
}
.linkItem a:hover:before {
    background: #FFFFFF;
}
.linkItem a:hover:after {
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.linkItem05 a {
    background: #AB0106;
    border-color: #AB0106;
}
.linkItem05 a:hover {
    background: #FFFFFF;
    border-color: #AB0106;
}
.linkItem05 .linkJp, .linkItem05 .linkEn {
    color: #FFFFFF;
}
.linkItem05 a:hover .linkJp, .linkItem05 a:hover .linkEn {
    color: #AB0106;
}
.linkItem05 a:before {
    background: #FFFFFF;
}
.linkItem05 a:after {
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.linkItem05 a:hover:before {
    background: #AB0106;
}
.linkItem05 a:hover:after {
    border-right: 1px solid #AB0106;
    border-bottom: 1px solid #AB0106;
}
.txtEn {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #BAAC8F;
}
.txtEnSmall {
    font-size: 1.4rem;
}
.txtEnLarge {
    font-size: 1.8rem;
}
.covidArea {
    width: 100%;
    margin: 0 0 80px;
    padding: 56px 40px 45px;
    border: 1px solid #000000;
}
.covidHead {
    margin: 0 0 3px;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
}
.covidHeadEn {
    margin: 0 0 30px;
    text-align: center;
}
.covidTxt {
    margin: 0 0 14px;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.07em;
}
.covidTxtEn {
    margin: 0 0 20px;
}
.selfConts {
    margin: 0 0 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.selfFigure {
    width: 32.2%;
}
.selfFigure img {
    width: 100%;
}
.selfDes {
    width: 67.8%;
    padding: 0 0 0 45px;
}
.selfTtl {
    margin: 0 0 12px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 0.8;
}
.selfTtlEn {
    margin: 0 0 21px;
}
.selfDesTxt {
    margin: 0 0 11px;
    font-size: 1.6rem;
    line-height: 1.4;
}
.covidList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cdvListItem {
    width: 18.4%;
    max-width: 220px;
    margin: 0 40px 0 0;
}
.cdvListItem .br_:before {
    content: "\A";
    white-space: pre;
}
.cdvList01 {
    margin: 0 10px 0 0;
}
.cdvList02 {
    margin: 0 30px 0 0;
    padding: 0 0 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cdvList04 {
    margin: 0;
}
.cdvListItem span {
    font-size: 1.6rem;
    line-height: 1.5;
    font-feature-settings: "palt";
}
.cdvList02 .assist {
    padding: 0 0 23px;
    display: inline-block;
}
.cdvListItem:before {
    content: "";
    display: block;
}
.cdvListItem span.txtEn {
    margin: 7px 0 0;
    display: inline-block;
    font-size: 1.4rem;
}
.cdvList01:before {
    width: 83px;
    height: 92px;
    margin: 0 auto 20px;
    background: url(../../img/common/icon_wash.png) no-repeat 0 0 / 100%;
}
.cdvList02:before {
    width: 111px;
    height: 46px;
    margin: 0 auto 44px;
    background: url(../../img/common/icon_mask.png) no-repeat 0 0 / 100%;
}
.cdvList03:before {
    width: 83px;
    height: 89px;
    margin: 0 auto 21px;
    background: url(../../img/common/icon_disinfection.png) no-repeat 0 0 / 100%;
}
.cdvList04:before {
    width: 102px;
    height: 66px;
    margin: 0 auto 33px;
    background: url(../../img/common/icon_clean.png) no-repeat 0 0 / 100%;
}
.cdvList05:before {
    width: 65px;
    height: 90px;
    margin: 0 auto 22px;
    background: url(../../img/common/icon_checkin.png) no-repeat 0 0 / 100%;
}
#sliderWrap {
    margin: 0 0 80px;
}
#slider {
    width: 100%;
    margin: 0 auto 30px;
}
.customThumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.thumbFig {
    margin: 0 10px 0 0;
    background: #000000;
}
.thumbFig img {
    opacity: 0.7;
    transition: all .3s ease-in-out;
}
.thumbFig.active img, .thumbFig:hover img {
    opacity: 1;
}
.thumbFig:nth-last-of-type(1) {
    margin: 0;
}
#contsMain {
    background: #FFFFFF;
}
.headTop {
    margin: 0 0 33px;
    padding: 7px 20px;
    display: inline-block;
    background: #000000;
    font-size: 2.4rem;
    color: #FFFFFF;
}
.headTopEn {
    margin: 0 0 0 30px;
    display: inline-block;
    font-size: 1.9rem;
    color: #BAAC8F;
    vertical-align: 2px;
}
.mainHeadTxt {
    margin: 0 0 13px;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.4;
}
#mainConts {
    background: #FFFFFF;
}
.intro {
    margin: 0 auto 150px;
}
.mainTxtEn {
    margin: 0 0 50px;
}
.feature {
    margin: 0 0 150px;
    padding: 50px 42px 134px;
    background: #FBF8F4 url(../../img/karatsu/box_bg.png) no-repeat right bottom;
}
.featureTxt {
    margin: 0 0 15px;
    font-size: 1.8rem;
    line-height: 1.4;
}
.featureEn {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #857452;
}
#poiontWrap {
    margin: 0 0 120px;
}
.point {
    margin: 0 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.point04 {
    margin: 0;
}
.pointFigure {
    width: 60.6%;
}
.even .pointFigure {
    order: 2;
}
.pointFigure img {
    width: 100%;
}
.pointConts {
    width: 39.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.even .pointConts {
    order: 1;
}
.pointContsInner {
    width: 72.8%;
    max-width: 528px;
}
.pointTxt {
    margin: 0 0 25px;
    font-size: 1.8rem;
}
.pointTxt:after {
    width: 60px;
    height: 1px;
    margin: 25px 0 0;
    display: block;
    content: "";
    background: #AB0106;
}
#detail {
    margin: 0 0 175px;
    padding: 100px 0 80px;
    background: #FBF8F4;
}
.detailConts {
    padding: 0 70px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.detailBox {
    width: 21.7%;
    padding: 0 0 40px;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
}
.detailBox:before {
    width: 100%;
    height: calc(100% - 36px);
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: -1;
    background: #FFFFFF;
}
.detailFigure {
    margin: 0 0 30px;
}
.detailFigure img {
    width: 100%;
}
.detailTxtArea {
    padding: 0 0 0 30px;
}
.detailTxt {
    margin: 0 0 20px;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.07em;
    font-feature-settings: "palt";
}
#location {
    margin: 0 0 150px;
}
.locationConts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.locationBox {
    width: 48.4%;
    margin: 0 0 60px;
}
.locationBox img {
    width: 100%;
}
.locaDes {
    width: 85.3%;
    margin: -25px 0 0;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    border: 1px solid #BAAC8F;
    border-left-width: 30px;
}
.locaDes:before {
    width: 15px;
    height: 21px;
    margin: -10px 0 0;
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    background: url(../../img/kiyokawa/icon_pin.png) no-repeat 0 0 / 100%;
}
.locaTxt {
    margin: 0 0 12px;
    font-size: 1.8rem;
    line-height: 1.4;
}
.box02 .locaTxt, .box04 .locaTxt {
    letter-spacing: 0.04em;
}
#access {
    margin: 0 0 150px;
}
#accessConts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#accessDes, #accessMap {
    width: 48.4%;
}
.entrance {
    margin: 0 0 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.entranceBox {
    width: 47.2%;
}
.entranceFigure {
    margin: 0 0 26px;
}
.entranceFigure img {
    width: 100%;
}
.entranceTtl {
    margin: 0 0 4px;
    font-size: 1.8rem;
}
#address {
    margin: 0 0 20px;
    padding: 0 0 0 15px;
    border-left: 2px solid #AB0106;
}
.addressHead {
    margin: 0 0 30px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 0.8;
    color: #1A1A1A;
}
.addressTxt {
    font-size: 1.6rem;
    line-height: 1.4;
}
#traffic {
    width: 100%;
    padding: 40px;
    border: 1px solid #CCCCCC;
}
.transportation {
    margin: 0 0 28px;
}
.transportation:nth-last-of-type(1) {
    margin: 0;
}
.transportation dl {
    width: 100%;
    margin: 0 0 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.transportation dl.txtEn {
    margin: 0;
}
.transportation dt, .transportation dd {
    font-size: 1.6rem;
    line-height: 1.4;
}
.transportation dt {
    width: 63px;
    margin: 0 40px 0 0;
    text-align: right;
}
.transportation dd {
    width: 85.5%;
}
#accessMap iframe {
    width: 100%;
    height: 100%;
}
#about {
    padding: 0 0 150px;
}
#aboutConts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#aboutFigArea {
    width: 45%;
    margin: 0 0 20px;
}
#aboutFigure {
    margin: 0 0 20px;
}
#aboutFigure img {
    width: 100%;
}
.aboutFigTxt {
    font-size: 1.6rem;
    font-weight: 700;
}
#aboutDes {
    width: 50.4%;
}
.listConts {
    margin: 0 0 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.promiseBox {
    width: 32.1%;
    max-width: 590px;
    margin: 0 30px 0 0;
    padding: 20px 20px 20px 129px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #AB0106;
    border-radius: 20px;
}
.cleanBox {
    background: url(../../img/karatsu/about_icon01.png) no-repeat left 43px center;
}
.lateBox {
    background: url(../../img/karatsu/about_icon02.png) no-repeat left 34px center;
}
.wifiBox {
    background: url(../../img/karatsu/about_icon03.png) no-repeat left 32px center;
}
.promiseTxt, .promiceTxtEn {
    line-height: 1.4;
}
.promiseTxt {
    margin: 0 0 10px;
    font-size: 1.6rem;
}
.promiceTxtEn {
    font-size: 1.4rem;
    color: #AB0106;
}
#reservation {
    padding: 80px 0 100px;
    background: #FBF8F4;
}
.priceInner {
    margin: 0 0 60px;
    padding: 50px 130px;
    background: #FFFFFF;
}
#priceList {
    margin: 0 0 50px;
    padding: 0 0 0 50px;
}
.priceItem {
    margin: 0 0 30px;
}
.priceItem:nth-last-of-type(1) {
    margin: 0;
}
.priceItem dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.priceItem dt, .priceItem dd {
    line-height: 1.4;
}
.priceItemJp dt, .priceItemJp dd {
    font-size: 1.6rem;
}
.priceItemEn dt, .priceItemEn dd {
    font-size: 1.4rem;
    color: #BAAC8F;
}
.priceItemJp dt {
    margin: 0 30px 0 0;
}
.priceItemJp dt:before {
    width: 8px;
    height: 8px;
    margin: 0 10px 0 0;
    content: "";
    display: inline-block;
    background: #1A1A1A;
    border-radius: 50%;
    vertical-align: 2px;
}
.priceItemJp {
    margin: 0 0 7px;
}
.priceItemEn {
    margin: 0 0 0 18px;
    word-break: keep-all;
    white-space: nowrap;
}
.discount {
    width: 100%;
    padding: 35px 50px;
    background: #f8f8f8;
}
.especially {
    margin: 0 0 5px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #AB0106;
}
.discountEn {
    font-weight: 700;
    letter-spacing: 0.08em;
}
.reserveInner {
    padding: 50px 0 70px;
    background: #FFFFFF;
    text-align: center;
}
.reservationTxt {
    margin: 0 0 11px;
    font-size: 2.0rem;
    line-height: 0.8;
}
.btnArea {
    margin: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btnReserve {
    width: 360px;
    margin: 0 66px 0 0;
}
.btnReserve:nth-last-of-type(1) {
    margin: 0;
}
.btnReserve:after {
    border-color: #AB0106;
}
.linkReserve {
    padding: 17px 0;
    background: #AB0106;
}
.btnTxt, .btnTxtEn {
    display: block;
    line-height: 1.0;
    color: #FFFFFF;
}
.btnTxt {
    margin: 0 0 8px;
    font-size: 2.0rem;
    font-weight: 700;
}
.btnTxtEn {
    font-size: 1.8rem;
    font-weight: normal;
}
.pageTop {
    position: inherit;
    width: 100%;
    height: 70px;
    margin: 0 0 50px;
    background: #1A1A1A;
    text-align: center;
}
.pageTop .pageTopTxt {
    position: relative;
    top: inherit;
    z-index: 0;
    display: block;
    width: 100%;
    padding: 40px 0 0;
    background: #AB0106 !important;
    color: #FFFFFF;
    transform: none;
}
.pageTop a:before {
    z-index: -1;
    background: #000 !important;
}
.pageTop a:after {
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    transform: translateX(-50%) rotate(45deg);
}
.copy {
    margin: 0;
    text-align: center;
}
/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.pageTop {
		display: block !important;
	}
    .contsWrap {
        margin: 50px 40px 0;
    }
    .header {
        padding: 8vw 0 21px;
        text-align: center;
        background: url(../../img/karatsu/main_figure.jpg) no-repeat center top / cover;
    }
    .headSub {
        margin: 0 0 25px;
        padding: 12px 16px;
        font-size: 1.4rem;
    }
    .headMain {
        margin: 0 0 15px;
        font-size: 3.5rem;
        line-height: 1.2;
    }
    .headPlaceEn {
        margin: 0 0 15px;
        font-size: 1.6rem;
    }
    .headPlace {
        font-size: 2.0rem;
    }
    .linkArea {
        margin: 0 0 40px;
        padding: 20px 0 5px;
    }
    .linkArea ul {
        justify-content: center;
    }
    .linkItem {
        width: 44.3%;
        margin: 0 2% 12px;
    }
    .linkJp {
        font-size: 1.6rem;
    }
    .linkEn {
        font-size: 1.0rem;
        letter-spacing: 0.05em;
    }
    .linkItem a:before {
        right: 8px;
    }
    .linkItem a:after {
        width: 7px;
        height: 7px;
        right: 5px;
    }
    .linkItem a:hover {
        background: #FFFFFF;
    }
    .linkItem a:hover .linkJp, .linkItem a:hover .linkEn {
        color: #1A1A1A;
    }
    .linkItem a:hover:before {
        background: #1A1A1A;
    }
    .linkItem a:hover:after {
        border-right: 1px solid #1A1A1A;
        border-bottom: 1px solid #1A1A1A;
    }
    .linkItem05 a:hover {
        background: #AB0106;
    }
    .linkItem05 a:hover .linkJp, .linkItem05 a:hover .linkEn {
        color: #FFFFFF;
    }
    .linkItem05 a:hover:before {
        background: #FFFFFF;
    }
    .linkItem05 a:hover:after {
        border-right: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
    }
    .covidArea {
        padding: 40px 15px 5px;
    }
    .selfFigure {
        width: 100%;
        margin: 0 0 20px;
    }
    .selfDes {
        width: 100%;
        padding: 0;
    }
    .selfTtl {
        line-height: 1.2;
    }
    .covidList {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .cdvListItem {
        width: 39%;
        max-width: inherit;
        margin: 0 0 30px;
    }
    .cdvListItem span {
        font-size: 1.6rem;
        letter-spacing: 0;
    }
    .cdvListItem .br_:before {
        content: "";
    }
    .cdvList05 {
        padding: 0;
    }
	.cdvList01:before {
		background: url(../../img/common/sp_icon_wash.png) no-repeat 0 0 / 100%;
	}
	.cdvList02:before {
		background: url(../../img/common/sp_icon_mask.png) no-repeat 0 0 / 100%;
	}
	.cdvList03:before {
		background: url(../../img/common/sp_icon_disinfection.png) no-repeat 0 0 / 100%;
	}
	.cdvList04:before {
		background: url(../../img/common/sp_icon_clean.png) no-repeat 0 0 / 100%;
	}
    .customThumb {
        justify-content: space-around;
    }
    .thumbFig {
        background: #000000;
        margin: 0 0 10px !important;
    }
    .mainHeadTxt {
        font-size: 2.5rem;
    }
    .txtEnLarge {
        font-size: 1.6rem;
    }
    .mainTxtEn {
        margin: 0 4% 50px;
    }
    .intro {
        margin: 0 auto 60px;
        width: 100%;
    }
    .feature {
        padding: 20px 4.5%;
        background: #FBF8F4 url(../../img/karatsu/box_bg.png) no-repeat right bottom / 100%;
    }
    .featureTxt {
        font-size: 1.6rem;
    }
    .feature {
        margin: 0 0 70px;
        padding: 20px 4.5% 70px;
    }
    .featureEn br {
        display: none;
    }
    #poiontWrap {
        margin: 0 0 60px;
    }
    .point {
        margin: 0 0 50px;
    }
    .pointFigure {
        width: 100%;
        margin: 0 0 20px;
    }
    .pointConts {
        width: 100%;
    }
    .pointContsInner {
        width: 92%;
        max-width: inherit;
    }
    .pointTxt {
        margin: 0 0 25px;
        font-size: 1.6rem;
    }
    .even .pointFigure {
        order: 1;
    }
    .even .pointConts {
        order: 2;
    }
    #detail {
        margin: 0 0 60px;
        padding: 60px 0;
    }
    .detailConts {
        padding: 0 4%;
    }
    .detailBox {
        width: 48.3%;
        margin: 0 0 30px;
        padding: 0 0 20px;
    }
    .detailBox:before {
        display: none;
    }
    .detailTxtArea {
        padding: 0 5%;
    }
    .detailTxt br {
        display: none;
    }
    .locationBox {
        width: 100%;
        margin: 0 0 50px;
    }
    .locaDes {
        width: 90%;
        padding: 20px;
    }
    .locaDes:before {
        background: url(../../img/kitatenjin/sp_icon_pin.png) no-repeat 0 0 / 100%;
    }
    .locaTxt {
        margin: 0 0 12px;
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .locaTxt br {
        display: none;
    }
    #location {
        margin: 0 0 30px;
    }
    #accessDes, #accessMap {
        width: 100%;
    }
    .entrance {
        margin: 0 0 50px;
    }
    #traffic {
        padding: 20px;
        margin: 0 0 40px;
    }
    .transportation dt {
        text-align: left;
        font-weight: 700;
        margin: 0 0 6px;
    }
    .transportation dd {
        width: 100%;
    }
    #accessMap {
        height: 30vh;
    }
    #access {
        margin: 0 0 80px;
    }
    #about {
        padding: 0 0 60px;
    }
    #aboutFigArea {
        width: 100%;
        margin: 0 0 30px;
    }
    #aboutDes {
        width: 100%;
    }
    .aboutCatch {
        font-size: 2.5rem;
    }
    .listConts {
        margin: 0 0 60px;
        flex-wrap: wrap;
    }
    .promiseBox {
        width: 100%;
        margin: 0 0 14px;
    }
    .promiseTxt br {
        display: none;
    }
    .priceInner {
        margin: 0 0 40px;
        padding: 50px 4.5%;
        background: #FFFFFF;
    }
    #priceList {
        margin: 0 0 50px;
        padding: 0;
    }
    .priceItem dl {
        flex-wrap: wrap;
    }
    .priceItemJp dt, .priceItemJp dd {
        width: 100%;
    }
    .priceItemJp dt, .priceItemEn dt {
        font-weight: 700;
        margin: 0 0 8px;
    }
    .priceItemEn {
        white-space: inherit;
    }
    .discount {
        padding: 20px;
    }
    .discount .br_:before {
        content: "\A";
        white-space: pre;
    }
    .reservationTxt {
        line-height: 1.4;
    }
    .reservationTxt .br_:before {
        content: "\A";
        white-space: pre;
    }
    .reserveInner {
        padding: 50px 4.5% 70px;
        background: #FFFFFF;
        text-align: center;
    }
    .btnArea {
        flex-wrap: wrap;
    }
    .btnReserve {
        width: 100%;
        margin: 0 0 20px;
    }
    #reservation {
        padding: 60px 0;
    }
}
/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.pageTop {
		display: block !important;
	}

	.homeBtn {
		position: absolute;
		top: 8px;
		left: 4%;
	}
	.homeLink {
		font-size: 1.2rem;
	}
	.homeLink:before {
		width: 6px;
		height: 6px;
	}
    .contsWrap {
        margin: 40px 4% 20px;
    }
    .header {
        padding: 8vw 0 21px;
        text-align: center;
        background: url(../../img/karatsu/main_figure.jpg) no-repeat center top / cover;
    }
    .headSub {
        margin: 0 0 25px;
        padding: 12px 16px;
        font-size: 1.4rem;
    }
    .headMain {
        margin: 0 0 15px;
        font-size: 3.5rem;
        line-height: 1.2;
    }
    .headPlaceEn {
        margin: 0 0 15px;
        font-size: 1.6rem;
    }
    .headPlace {
        font-size: 2.0rem;
    }
    .linkArea {
        margin: 0 0 40px;
        padding: 20px 0;
    }
    .linkArea ul {
        justify-content: center;
    }
    .linkItem {
        width: 44.3%;
        margin: 0 2% 12px;
    }
	.linkItem a {
		padding: 10px 0 24px;
	}
    .linkJp {
        font-size: 1.5rem;
    }
    .linkEn {
        font-size: 1.0rem;
        letter-spacing: 0.05em;
    }
    .linkItem a:before {
        display: none;
    }
	.linkItem a:after {
		width: 7px;
		height: 7px;
		right: 50%;
		bottom: 10px;
		margin: 0 -5px 0 0;
	}
    .linkItem a:hover {
        background: #FFFFFF;
    }
    .linkItem a:hover .linkJp, .linkItem a:hover .linkEn {
        color: #1A1A1A;
    }
    .linkItem a:hover:before {
        background: #1A1A1A;
    }
    .linkItem a:hover:after {
        border-right: 1px solid #1A1A1A;
        border-bottom: 1px solid #1A1A1A;
    }
	.linkItem05 {
		width: 100%;
		margin: 0 3.5%;
	}
    .linkItem05 a:hover {
        background: #AB0106;
    }
    .linkItem05 a:hover .linkJp, .linkItem05 a:hover .linkEn {
        color: #FFFFFF;
    }
    .linkItem05 a:hover:before {
        background: #FFFFFF;
    }
    .linkItem05 a:hover:after {
        border-right: 1px solid #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
    }
	.cdvList01:before {
		width: 83px;
		height: 92px;
		margin: 0 auto 20px;
		background: url(../../img/common/sp_icon_wash.png) no-repeat 0 0 / 100%;
	}
	.cdvList02:before {
		width: 111px;
		height: 46px;
		margin: 0 auto 44px;
		background: url(../../img/common/sp_icon_mask.png) no-repeat 0 0 / 100%;
	}
	.cdvList03:before {
		width: 83px;
		height: 89px;
		margin: 0 auto 21px;
		background: url(../../img/common/sp_icon_disinfection.png) no-repeat 0 0 / 100%;
	}
	.cdvList04:before {
		width: 102px;
		height: 66px;
		margin: 0 auto 33px;
		background: url(../../img/common/sp_icon_clean.png) no-repeat 0 0 / 100%;
	}
    .covidArea {
        padding: 40px 15px 5px;
    }
	.covidHead .br_:after {
		content: "\A" ;
		white-space: pre ;
	}
    .selfFigure {
        width: 100%;
        margin: 0 0 20px;
    }
    .selfDes {
        width: 100%;
        padding: 0;
    }
    .selfTtl {
        line-height: 1.2;
    }
    .covidList {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .cdvListItem {
        width: 39%;
        max-width: inherit;
        margin: 0 0 30px;
    }
    .cdvListItem span {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
    .cdvListItem .br_:before {
        content: "";
    }
    .cdvList02, .cdvList05 {
        padding: 0;
    }
    .customThumb {
        justify-content: space-around;
        margin: -30px 0 0;
    }
    .thumbFig {
        background: #000000;
        margin: 0 0 10px !important;
    }
    .mainHeadTxt {
        font-size: 2.5rem;
    }
    .txtEnLarge {
        font-size: 1.6rem;
    }
    .mainTxtEn {
        margin: 0 4% 50px;
    }
    .intro {
        margin: 0 auto 60px;
        width: 100%;
    }
    .feature {
        padding: 20px 4.5%;
        background: #FBF8F4 url(../../img/karatsu/box_bg.png) no-repeat right bottom / 100%;
    }
    .featureTxt {
        font-size: 1.6rem;
    }
    .feature {
        margin: 0 0 70px;
        padding: 20px 4.5% 70px;
    }
    .featureEn br {
        display: none;
    }
    #poiontWrap {
        margin: 0 0 60px;
    }
    .point {
        margin: 0 0 50px;
    }
    .pointFigure {
        width: 100%;
        margin: 0 0 20px;
    }
    .pointConts {
        width: 100%;
    }
    .pointContsInner {
        width: 100%;
        max-width: 528px;
    }
    .pointTxt {
        margin: 0 0 25px;
        font-size: 1.6rem;
    }
    .even .pointFigure {
        order: 1;
    }
    .even .pointConts {
        order: 2;
    }
    #detail {
        margin: 0 0 60px;
        padding: 60px 0;
    }
    .detailConts {
        padding: 0 4%;
    }
    .detailBox {
        width: 100%;
        margin: 0 0 30px;
        padding: 0 0 20px;
    }
    .detailBox:before {
        display: none;
    }
    .detailTxtArea {
        padding: 0 4.5%;
    }
    .detailTxt br {
        display: none;
    }
    .locationBox {
        width: 100%;
        margin: 0 0 50px;
    }
    .locaDes {
        width: 90%;
        margin: -25px auto 0;
        padding: 20px;
    }
    .locaDes:before {
		width: 14px;
        background: url(../../img/kitatenjin/sp_icon_pin.png) no-repeat 0 0 / 100%;
    }
    .locaTxt {
        margin: 0 0 12px;
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .locaTxt br {
        display: none;
    }
    #location {
        margin: 0 0 30px;
    }
    #accessDes, #accessMap {
        width: 100%;
    }
    .entrance {
        margin: 0 0 50px;
    }
    #traffic {
        padding: 20px;
        margin: 0 0 40px;
    }
    .transportation dt {
        text-align: left;
        font-weight: 700;
        margin: 0 0 6px;
    }
    .transportation dd {
        width: 100%;
    }
    #accessMap {
        height: 30vh;
    }
    #access {
        margin: 0 0 80px;
    }
    #about {
        padding: 0 0 60px;
    }
    #aboutFigArea {
        width: 100%;
        margin: 0 0 30px;
    }
    #aboutDes {
        width: 100%;
    }
    .aboutCatch {
        font-size: 2.5rem;
    }
    .listConts {
        margin: 0 0 60px;
        flex-wrap: wrap;
    }
    .promiseBox {
        width: 100%;
        margin: 0 0 14px;
        padding: 120px 20px 20px 20px;
    }
    .cleanBox {
        padding: 130px 20px 20px 20px;
        background: url(../../img/karatsu/about_icon01.png) no-repeat top 30px center;
    }
    .lateBox {
        background: url(../../img/karatsu/about_icon02.png) no-repeat top 30px center;
    }
    .wifiBox {
        background: url(../../img/karatsu/about_icon03.png) no-repeat top 30px center;
    }
    .promiseTxt br {
        display: none;
    }
    .lateBox .br_:before {
        content: "\A";
        white-space: pre;
    }
    .priceInner {
        margin: 0 0 40px;
        padding: 50px 4.5%;
        background: #FFFFFF;
    }
    #priceList {
        margin: 0 0 50px;
        padding: 0;
    }
    .priceItem dl {
        flex-wrap: wrap;
    }
    .priceItemJp dt, .priceItemJp dd {
        width: 100%;
    }
    .priceItemJp dt, .priceItemEn dt {
        font-weight: 700;
        margin: 0 0 8px;
    }
    .priceItemEn {
        white-space: inherit;
    }
    .discount {
        padding: 20px;
    }
    .discount .br_:before {
        content: "\A";
        white-space: pre;
    }
    .reservationTxt {
        line-height: 1.4;
    }
    .reservationTxt .br_:before {
        content: "\A";
        white-space: pre;
    }
    .reserveInner {
        padding: 50px 4.5% 70px;
        background: #FFFFFF;
        text-align: center;
    }
    .btnArea {
        flex-wrap: wrap;
    }
    .btnReserve {
        width: 100%;
        margin: 0 0 20px;
    }
    #reservation {
        padding: 60px 0;
    }
    .bx-wrapper .bx-controls-direction a {
        top: 50%;
        margin-top: -26px !important;
        outline: 0;
        width: 20px !important;
        height: 53px !important;
    }
    .bx-wrapper .bx-prev {
        left: 4% !important;
        background: url(../../img/karatsu/slide_btn_prev.jpg) no-repeat 0 0 / 100% !important;
    }
    .bx-wrapper .bx-next {
        right: 4% !important;
        background: url(../../img/karatsu/slide_btn_next.jpg) no-repeat 0 0 / 100% !important;
    }
}

@media screen and (max-width:700px) {	
	.cdvList02 {
		padding: 0 0 20px;
	}
}

@media screen and (max-width:502px) {	
	.cdvList02 {
		padding: 0 0 39px;
	}
}

@media screen and (max-width:422px) {	
	.cdvList02 {
		padding: 0 0 41px;
	}
}

@media screen and (max-width:383px) {	
	.cdvList02 {
		padding: 0 0 63px;
	}
}
@media screen and (max-width:374px) {
    .thumbFig {
        width: 47%;
    }
    .thumbFig img {
        width: 100%;
    }
}