@charset "utf-8";
:root {
    --arrow-btn-before-color: #fff; /* ホバー前の色 */
    --arrow-btn-after-color: #ff8000; /* ホバー後の色 */
    --arrow-btn-width: 50px; /* ボタン幅 */
    --arrow-btn-border-width: 2px; /* ボタン線の太さ */
    --arrow-btn-transition: .3s; /* アニメーション速度 */
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{background:none!important;}
#Head01{background:#FFF!important;}

#dirPathBlock {
	width: 970px;
    margin: 0 auto;
}
#anchorLinkBlock{margin:3%;}

body{
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    background-color: #f2f9fe;
}

a:link { color: #0066cc;text-decoration: none;}
a:visited { color: #468ace;text-decoration: none; }
a:hover { color: #ff8000;text-decoration: none; }
a:active { color: #ff8000;text-decoration: none; }


/**/

.mapTxt{
    margin: 50px auto 10px;
    text-align: center;
    color: #68473e;
}

.mapTxt h3{
    font-weight: bold;
    margin-bottom: 15px;
}
.mapTxt .pc {
    margin: 5px;
}
.print-page {
    display: table-cell;
    padding: 0 5px;
}
.print-btn{
    margin: 20px auto;
    padding: 30px 20px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    background-color: #ff9933;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    width: 80%;
}

.print-btn:hover{
    opacity: 0.8;
}


.print-off {
    display: none;
}

.print-page img{
    width:100%;
}


.eachCouse{
    margin-bottom: 15px;
    padding: 5px 10px;
}

.eachCouseTxt{
    padding-bottom: 5px;
}

/*TOPIMG*/

.topImg{
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    position: relative;
}

.topImg h1 {
padding: 0px;
margin: 0px;
}

.topImg img{
    width: 100%;
    vertical-align: bottom;
}
.topImg a {
    position: absolute;
    bottom: 3%;
    right: 2%;
    background-color: #FFFFE6;
    color: #68473e;
    padding: 10px 20px;
    border-radius: 5px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
.topImg a:hover {
    color: orange;
}
/*TOPULLI*/

.headerScroll{
    max-width: 970px;
    margin: 0 auto;
}
.headerScroll ul{
    display: flex;
    justify-content: space-between;
    
}

.headerScroll li{
    width: 30%;
    text-align: center;
    background-color: #389ef2;
}


.headerScroll ul li a{
    color: #fff;
    display: block;
    padding: 10px 20px;
    font-size: 16px;
}

.headerScroll ul li a:hover{
    color: #ff8000;
}


.gb_nav ul {
    overflow: hidden;
}
.gb_nav ul li {
    position: relative;
    float: left;
    width: calc(100% / 4);
    list-style-type: none;
    text-align: center;
}
.gb_nav ul li .line-right {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #fff;
}

.btnArrow span {
    cursor: pointer;
    display: block;
    position: relative;
    width: calc(var(--arrow-btn-width) * 0.2);
    height: calc(var(--arrow-btn-width) * 0.2);
    border-top-style: solid;
    border-top-width: var(--arrow-btn-border-width);
    border-top-color:var(--arrow-btn-before-color);
    border-right-style: solid;
    border-right-width: var(--arrow-btn-border-width);
    border-right-color: var(--arrow-btn-before-color);
    transform: rotate(135deg);
    margin-bottom: calc(var(--arrow-btn-width) * 0.6);
    margin: 0 auto;
}

.btnArrow span::before {
    transition: var(--arrow-btn-transition);
    content: '';
    position: absolute;
    top: calc(-1 * var(--arrow-btn-border-width));
    right: calc(-1 * var(--arrow-btn-border-width));
    width: 0;
    height: var(--arrow-btn-border-width);
    background-color: var(--arrow-btn-after-color);
}

.btnArrow span::after {
    transition: var(--arrow-btn-transition);
    content: '';
    position: absolute;
    top: calc(-1 * var(--arrow-btn-border-width));
    right: calc(-1 * var(--arrow-btn-border-width));
    width: var(--arrow-btn-border-width);
    height: 0;
    background-color: var(--arrow-btn-after-color);
}

.btnArrow:hover span::before {
    content: '';
    position: absolute;
    top: calc(-1 * var(--arrow-btn-border-width));
    right: calc(-1 * var(--arrow-btn-border-width));
    width: calc(100% + var(--arrow-btn-border-width));
    height: var(--arrow-btn-border-width);
    background-color: var(--arrow-btn-after-color);
}

.btnArrow:hover span::after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--arrow-btn-border-width));
    right: calc(-1 * var(--arrow-btn-border-width));
    width: var(--arrow-btn-border-width);
    height: calc(100% + var(--arrow-btn-border-width));
    background-color: var(--arrow-btn-after-color);
}


/*TOP*/
main{
    max-width: 970px;
    width: 100%;
	padding: 100px 0px;
    margin: 0px auto;
	    background-color: #f2f9fe;
}



/*MAP*/

.mapTitle{
    margin: 0 auto;
    max-width: 180px;
    padding-bottom: 30px;
}

.mapTitle h2 img{
    width: 100%;
}

.mapTitle p{
    text-align: center;
    font-size: 34px;
    color: #68473e;
    font-weight: bold;
}

.subtxt{
    font-size: 18px!important;
    font-weight: normal!important;
}

.mapPosition{
    position: relative;
}


.mapPositionAbs{
    position: absolute;
    top: 40px;
    right: 2.5%;
    width: 50%;
}


.mapIntroduction{
    background-image: url(../images/Introductionback.png);
    background-size: cover;
    color: #68473e;
    z-index: 1;
}

.mapStripeOrange{

}

.mapIntroduction:after{
    background-color: #fc693b;
background-image:
repeating-linear-gradient(-45deg,#fff, #fff 7px,transparent 0, transparent 14px);
}


.mapIntroduction h2 {
    position: relative;
    padding: 2rem 1.5rem 1rem;
    text-align: center;
    font-weight: bold;
}

.mapIntroduction h2:before {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 40px);
    width: 80px;
    height: 1px;
    content: '';
    border-radius: 3px;
    
}

.mapIntroduction span{
    font-weight: bold;
    font-size: 20px;
}

.subIntroduction{
    text-align: center;
    padding: 0.5rem 1.5rem 1.0rem;
    font-size: 12px;
    font-weight: bold;
}

.contentsIntroduction{
    width: 83%;
    margin: 0 auto;
    padding-bottom: 34px;
}

.contentsIntroduction p{
    line-height: 1.8;
}


.mapIntroductionAccess{
    background-image: url(../images/accessback.png);
    background-size: cover;
    color: #68473e;
    z-index: 1;
    margin-top: 15px;
}

.mapIntroductionAccess h3{
    text-align: center;
    padding: 40px 5px 0 5px;
    color: #e60012;
    background: linear-gradient(transparent 80%, #fff162 100%);
    margin: 0 auto;
    max-width: 350px;
    font-weight: bold;
    display: inline-block;
}
.mapIntroductionAccess div {
    text-align: center;
}
.mapIntroductionAccess ul{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 20px auto 0;
    padding-bottom: 31px;
}

.mapIntroductionAccess li{
    margin-left: 3px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}

.redTxtLetter{
    color: #e60012;
    font-size: 30px;
    font-weight: bold;
    padding-left: 1px;
    padding-right: 1px;
}
.redTxt{
    color: #e60012;
}

.discIcon{
    font-size: 23px;
}
.accessTxt {
    font-weight: bold;
    display: inline-block;
    vertical-align: text-top;
}



.mapImages img{
    width: 100%;
}


.openBtn {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:10px auto;
    font-weight: bold;
    cursor: pointer;
    transition: .3s ease;

}
.openBtn:hover{
    transition: .3s ease;
}

.openBtn img{
    width: 100%;
}



/*SPOT*/

.spotTitle{
    margin: 100px auto 30px;
    max-width: 180px;
}

.spotTitle h2 img{
    width: 100%;
}

.spotTitle p{
    text-align: center;
    font-size: 34px;
    color: #68473e;
    font-weight: bold;
}




/*TABS*/

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 0 auto;
}

/*タブのスタイル*/
.tabItem {
    width: calc(100%/3);
    padding-top: 6px;
    height: 38px;
    border-bottom: 3px solid #eecf6d;
    background-color: #f6fbcb;
    line-height: initial;
    font-size: 16px;
    text-align: center;
    color: #000;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
}
.tabItem:hover {
    opacity: 0.75;
}


.largeTxt{
    font-weight: bold;
}

.smallTxt{
font-size: 14px;
}

/*ラジオボタンを全て消す*/
input[name="tabItem"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tabContent {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#classicArea:checked ~ #classicContent,
#recommendedArea:checked ~ #recommendedContent,
#topicArea:checked ~ #topicContent {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tabItem {
    background-color: #eecf6d;
    color: #fff;
}


/*POPUP*/

/*ポップアップここから*/
.popupWrap input {
    display: none;
}

.popupOverlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.popupTrigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.popupContent {
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 800px;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.2em;
    transition: 0.5s;
}
.popupContentMap {
    max-width: 1200px;
}
.popupContent a{
    font-size: 12px;
}

.closeBtn {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 30px;
    cursor: pointer;
}

.popupWrap input:checked ~ .popupOverlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.openBtn {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:10px auto;
    font-weight: bold;
    cursor: pointer;
    transition: .3s ease;
cursor: pointer;
}
.openBtn:hover{
    transition: .3s ease;
}

.openBtn img{
    width: 100%;
}


.closeSpacer{
    cursor: default;
    margin: 10px auto;
}

.popupContent img{
    width: 100%;
}


.imgandText{
    display: inline-block;
    text-align: center;
}


.imgandText p:nth-child(2){
font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    background-color: bisque;
}

.imgandText p:nth-child(3){
    text-align: left;
    color: #df3560;
    font-size: 14px;
    line-height: 1.2;
}



table th, table td {
    border: solid 1px black;
}

.popupContent p:nth-child(3){
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 10px 0;
}
.popupContent p:nth-child(4) {
    color: #df3560;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.popupContent table {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0 0 0;

}
.popupContent table tr td {
    padding: 5px 10px;
    vertical-align: middle;
}
.popupContent table tr td:first-child {
    background-color: #f19009;
    color: #fff;
    font-weight: bold;
    text-align: center;
    /*width: 13%;*/
    width: 25%;
}
.popupContent table tr td.colspan {
    background-color: #fff;
    color: #000;
}
.openBtn p {
    font-weight: bold;
}


/*ポップアップココまで*/

.tabContentDescription{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.classicImg{
    width: 30%;
}


.pict02{
    width: 100%;
}

.pict02 img{
    width:100%;
    height:auto;
}

.box:nth-child(even) .pict02 {
    margin-left: 0;
}



/*RECOMMENDED*/


.recommendedImg{
    width: 30%;
}


/*TOPICS*/

.topicsImg{
    width: 30%;
}

/*STYLE*/

.styleImg{
    width: 30%;
    margin: 100px auto 30px;
    max-width: 180px;
}

.styleImg h2 img{
    width: 100%;
}

.styleImg p{
    text-align: center;
    font-size: 34px;
    color: #68473e;
    font-weight: bold;
}

#girl{
    height: 6vh;
}

#family{
    height: 6vh;
}

.styleBtn{
    display: flex;
    justify-content: space-around;
    margin: 50px auto 100px;
}

.styleBtnGirl{
    width: 50%;
}
.styleBtnFamily{
    width: 50%;
}

.girlBtnArea{
    text-align: center;
    margin: 30px auto 20px;
}

.btnFlex{
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.hrBorder01{
    margin-top: 20px;
    border-bottom: 1px solid #df3560;
}

.hrBorder02{
    margin-top: 20px;
    border-bottom: 1px solid #ff9933;
}

.btn,
.styleBtnGirl a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}


.styleBtnGirl a.btnPink {
    color: #fff;
    background-color: #f8ada7;
    border-bottom: 5px solid #ff9999;
    font-size: 18px;
    width: 98%;
}

.styleBtnGirl a.btnPink:hover {
    margin-top: 3px;
    color: #68473e;
    background: #ff9999;
    border-bottom: 2px solid #ff9999;
}


.btn,
.styleBtnFamily a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}


.styleBtnFamily a.btnYellow {
    color: #fff;
    background-color:  #f7c06f;
    border-bottom: 5px solid #ff9933;
    font-size: 18px;
    width: 98%;
}

.styleBtnFamily a.btnYellow:hover {
    margin-top: 3px;
    color: #68473e;
    background:  #f7c06f;
    border-bottom: 2px solid #ff9933;
}

.styleContanier{
    border:1px solid #df3560;
    padding: 20px 40px;
    background-color: #fff1ef;
    color: #68473E;
    margin-bottom: 100px;
}

.styleCourse{
    margin: 20px auto 20px;
}
.styleCourse h3{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
}


.girlsJourney{
    position: relative;
    height: auto;
}
.girlsHeading{
    position: absolute;
    top: -70px;
    left: -100px;
    transform: rotate(-5deg);
    width: 25%;
}
.girlsHeading img{
    width: 100%;
}
.girlsHeading p {
    position: absolute;
    top: 9%;
    left: 10%;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    /* transform: rotate(-3deg); */
}

.girlsHeading h4 {
    padding: 1rem 3rem;
    color: #000;
    border-radius: 100vh;
    background-image: -webkit-gradient(linear, right top, left top, from(#ff9999), to(#f8ada7));
    background-image: -webkit-linear-gradient(right, #ff9999 0%, #f8ada7 100%);
    background-image: linear-gradient(to left, #ff9999 0%, #f8ada7 100%);
    border: 1px solid #df3560;
}

.styleDayGirls{
    display: flex;
    justify-content: space-between;
}

.styleDay01{
    width: 30%;
}
.styleDay02{
    width: 30%;
}
.styleDay03{
    width: 30%;
}

.styleDay01 p{
    font-size: 14px;
    line-height: 2;
}
.styleDay02 p{
    font-size: 14px;
    line-height: 2;
}
.styleDay03 p{
    font-size: 14px;
    line-height: 2;
}

.contentsGirl{
    padding-top: 20px;
}

.styleTitle h2 {
    position: relative;
    background: #ff9999;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;
}

.styleTitle h2:before {
    position: absolute;
    top: -8px;
    left: -6px;
    width: 100%;
    height: 100%;
    content: '';
    border: 2px solid #df3560;
}

.girlMap{
    text-align: right;
}


.girlMap p{
    color: #68473e;
}

.btnRed, a.btnRed, button.btnRed {
    color: #fff;
    background-color: #f8ada7;
}

.btnMap,
.girlMap a.btnMap,
button.btnMap {
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.5rem;
}

.girlMap a.btnRed.btnCubic {
    border-bottom: 5px solid #ff9999;
}

.girlMap a.btnRed.btnCubic:hover {
    margin-top: 3px;
    border-bottom: 2px solid #ff9999;
}

.girlMap a.btnRadius {
    border-radius: 100vh;
}

.btnCubicMap{
    text-align: center;
    margin: 0 auto;
}


/*family*/


.styleContanier02{
    border:1px solid #ff9933;
    padding: 20px 40px;
    background-color: #ffffe6;
    color: #68473E;
    margin-bottom: 100px;
}

.familyHeading{
    position: absolute;
    top: -80px;
    left: -90px;
    transform: rotate(-5deg);
    width: 22%;
}

.familyHeading img{
    width: 100%;
}
.familyHeading p {
    position: absolute;
    top: 15%;
    left: 13%;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    /* transform: rotate(-5deg); */
}
.familyHeading h4 {
    padding: 1rem 3rem;
    color: #000;
    border-radius: 100vh;
    background-image: -webkit-gradient(linear, right top, left top, from(#f7c06f), to(#f9e280));
    background-image: -webkit-linear-gradient(right, #f7c06f 0%, #f9e280 100%);
    background-image: linear-gradient(to left, #f7c06f 0%, #f9e280 100%);
    border: 1px solid #ff9933;
}


.styleTitle02 h2 {
    position: relative;
    background: #f7c06f;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;
}

.styleTitle02 h2:before {
    position: absolute;
    top: -8px;
    left: -6px;
    width: 100%;
    height: 100%;
    content: '';
    border: 2px solid #ff9933;
}

.contentsFamily{
    padding-top: 20px;
}

.btnRed, a.btnOrenge, button.btnRed {
    color: #fff;
    background-color: #f7c06f;
}

.girlMap a.btnOrenge.btnCubic {
    border-bottom: 5px solid #ff9933;
}

.girlMap a.btnOrenge.btnCubic:hover {
    margin-top: 3px;
    border-bottom: 2px solid #ff9933;
}


/*詳しくはこちら*/

.btnRed, a.btnRed, button.btnRed {
    color: #fff;
    background-color: #f8ada7;
}

.btnMap,
.girlBtnArea a.btnMap,
button.btnMap {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.5rem;
}

.girlBtnArea a.btnRed.btnCubicMap {
    border-bottom: 5px solid #ff9999;
}

.girlBtnArea a.btnRed.btnCubicMap:hover {
    margin-top: 3px;
    border-bottom: 2px solid #ff9999;
}


.girlBtnArea a.btnOrenge.btnCubicMap {
    border-bottom: 5px solid #ff9933;
}

.girlBtnArea a.btnOrenge.btnCubicMap:hover {
    margin-top: 3px;
    border-bottom: 2px solid #ff9933;
}

/*MAPYOMIYANSON*/
.mapImg02 img{
    width: 100%;
}



/*HOTEL*/

.hotelImg{
    width: 180px;
    margin: 100px auto 30px;
}
.hotelImg img{
    width: 100%;
}
.hotelImg p{
text-align: center;
font-size: 34px;
color: #68473e;
font-weight: bold;
}






.box {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2px;
    border: 1px solid lightskyblue;
}

.text {
    padding: 10px;
}

h3 {
    font-size: 21px;
    margin: 0;
}

.pict {
    width: 50%;
    margin-left: 1%;
}

.pict img {
    width: 100%;
    height:auto;
}

.box:nth-child(even) {
    flex-direction: row-reverse;
}
.box:nth-child(even) .text {
    text-align: right;
}
.box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 1%;
}


.text h3{
    text-align: left;
    margin-bottom: 5px;
}

.text h3 a{
    font-size: 22px;
    font-weight: bold;
}

.text p{
    text-align: left;
    line-height: 2;
}

.box h4 {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: #df3560;
}

.text h4 {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: #df3560;
    margin-bottom: 10px;
}
.text .h4S{
    letter-spacing: -1px;
}
.box p{
    line-height: 1.9;
}

.hotelContanier .girlBtnArea a.btnOrenge.btnCubicMap {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}
.hotelContanier .girlBtnArea {
    margin: 0;
    width: 48%;
}
.box2 .girlBtnArea {
    width: 100%;
}
.br375 {
    display: none;
}
.uzaterrasseBtn  .girlBtnArea{
    margin: 0 auto;
    width: 100%;
}
.uzaterrasseBtn  .girlBtnArea .btnMap {
    padding: 5px 0;
    height: 100%;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uzaterrasseBtnSp {
    display: none;
}


.uzaTerrasse{
    border: 1px solid lightskyblue;
}
/*01*/


#slider {
    width: 100%;
    height: 100px;
    margin: 0 auto;
}
#slider .slide-item {
    background-color: #666;
}
#slider .slide-item span {
    display: block;
    width: 100%;
    line-height: 100px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

/*ARROW*/
.slick-prev {
    left: 10px!important;
    z-index: 1;
}


.slick-next {
    right: 10px!important;
    z-index: 1;
}





/*SP/TB*/
@media screen and (max-width:950px) {
	.girlsHeading p {
		font-size: 16px;
		line-height: 18px;
	}
	.familyHeading p {
	font-size: 20px;
	line-height: 22px;
	}	
    .mapPositionAbs {
        position: static;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .mapIntroductionAccess {
        position: absolute;
        top: 50%;
        right: 0;
        width: 50%;
    }
    .girlsHeading , .familyHeading{
        left: -30px;
    }
}

@media screen and (max-width:768px) {
    .box {
        flex-direction: column;
    }
    .box:nth-child(even) {
        flex-direction: column;
    }
    .text {
        text-align: center;
    }
    .box:nth-child(even) .text {
        text-align: center;
    }
    .pict {
        width:100%;
        margin-left: 0;
        text-align: center;
    }
    .box:nth-child(even) .pict {
        margin-left: 0;
        margin-right: 0%;
    }
    .pict img {
        width:50%;
        height:auto;
    }

    .pict02 {
        width:100%;
        text-align: center;
    }
    .box:nth-child(even) .pict02 {
        margin-left: 0;
        margin-right: 0%;
    }
    .pict02 img {
        width:50%;
        height:auto;
    }
    .girlsHeading {
        width: 25%;
    }
    .familyHeading {
        width: 30%;
    }
    .uzaterrasseBtn {
        display: none;
    }
    .uzaterrasseBtnSp {
        display: flex;
        margin-top: 5px;
    }
    .hotelContanier{
        padding: 0 10px;
    }
    .uzaTerrasse{
        margin: 0 10px;
    }
    .dynamicBtn{
        font-size: 12px!important;
    }
    .pc{
        display: none;
    }
}
@media screen and (min-width:769px) {
    .sp{
        display: none;
    }
}
@media screen and (max-width:480px){
.spnone {
display: none !important;
}
#dirPathBlock {
	width: 98%;
    margin: 5px auto!important;
    font-size: 12px;
}
    .headerScroll ul li a {
        color: #fff;
        display: block;
        padding: 10px 5px;
        font-size: 12px;
    }
    .mapTitle{
        max-width: 130px;
    }
    .spotTitle{
        max-width: 160px;
    }
    .tabItem{
        width: calc(100%/1);
        font-size: 12px;
    }
    .topicsImg {
        width: 100%;
    }
    .styleBtn{
        display: block;
    }
    .styleBtnGirl a.btnYellow{
        font-size: 12px;
    }

    .btn, .styleBtnGirl a.btn, button.btn{
        width: 98%;
    }
    .styleBtnFamily{
        margin: 10px auto;
    }
    .styleContanier{
        padding: 20px 10px;
        margin: auto 10px;
        margin-bottom: 50px;
    }
    .girlsHeading {
        position: absolute;
        top: -80px;
        left: 50px;
        right: 50px;
        transform: rotate(0deg);
        width: 60%;
    }
    .girlsHeading h4{
        text-align: center;
    }
	.girlsHeading p {
		font-size: 14px;
		line-height: 16px;
	}
    
    .styleDayGirls{
        display: block;
    }
    .styleDay01{
        width: 100%;
    }
    .styleDay02{
        width: 100%;
    }
    .styleDay03{
        width: 100%;
    }
    .familyHeading {
        position: absolute;
        top: -90px;
        left: 10px;
        right: 10px;
        transform: rotate(0deg);
        width: 80%;
    }
	.familyHeading p {
	font-size: 20px;
	line-height: 22px;
	}
    .pict img {
        width: 100%;
        height: auto;
    }
    .pict02 img {
        width: 100%;
        height: auto;
    }
    .classicImg{
        width: 100%;
    }
    .recommendedImg {
        width: 100%;
    }
    .gb_nav ul li{
        width: calc(100% / 2);
    }
    .tabContent{
        padding: 40px 10px 0;
    }
    .styleImg{
        width: auto;
        margin: 100px auto 20px;
        max-width: 130px;
    }
    .styleBtnGirl {
        width: 100%;
        text-align: center;
    }
    .styleBtnFamily {
        width: 100%;
        text-align: center;
    }
    .contentsGirl{
        padding-bottom: 30px;
    }
    .contentsFamily{
        padding-bottom: 30px;
    }
    .styleContanier02{
        padding: 10px;
        margin: auto 10px 50px;
    }
    .slick-slide img{
        width: 100%;
    }
    .headerScroll ul{
        flex-wrap: wrap;
    }
    .popupContent{
        padding: 30px 10px 15px;
    }
    .mapIntroductionAccess {
        position: static;
        top: 50%;
        right: 0;
        width: 100%;
        margin-top:0;
    }
    .girlsHeading{
        top: -80px;
        left: auto;
        right: auto;
        width: 40%;
    }
    .familyHeading{
        top: -80px;
        left: auto;
        right: auto;
        width: 50%;
    }
    
    /*map*/
    .eachCouseTxt{
        font-size: 14px;
    }
    /*ポップアップ箇所*/

    .font12{
        font-size: 12px;
    }
    .popupContent table tr td:first-child{
        width: 27%;
    }
    .popupContent table tr td{
        padding: 2px 10px;
    }
    
    /*style*/
    .btn, .styleBtnGirl a.btn, button.btn{
        padding: 1rem 2rem;
    }
    .btn, .styleBtnFamily a.btn, button.btn{
        padding: 1rem 2rem;
    }
    .btnFlex{
        display: block;
    }
    .hotelContanier .girlBtnArea{
        width: 100%;
        padding: 10px;
    }
    .hotelContanier .girlBtnArea a.btnOrenge.btnCubicMap{
        padding: 20px;
    }
    .uzaterrasseBtn .girlBtnArea{
        width: 100%;
        padding: 10px;
    }
    .uzaterrasseBtn .girlBtnArea .btnMap{
        padding: 20px;
        width: 100%;
        display: block;
    }
    .topImg a {
        position: absolute;
        bottom: 3%;
        right: 2%;
        background-color: #FFFFE6;
        color: #68473e;
        padding: 5px 5px;
        border-radius: 5px;
        line-height: 20px;
        font-weight: normal;
        letter-spacing: 0px;
        font-size: 12px;
    }
    .topImg a br {
        display: none;
    }
}

@media screen and (max-width:400px){
    .girlsHeading {
        width: 50%;
    }
    .familyHeading {
        width: 55%;
    }
}
@media screen and (max-width:375px){
.br375 {
    display: block;
}
}
@media screen and (max-width:320px){
    .girlsHeading {
        width: 60%;
    }
    .familyHeading {
        width: 70%;
    }
}