#resortstay {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #2f2f2f;
}

/* .for_pc {} */
.for_sp {
    display: none !important;
}

@media (max-width: 750px) {
    #maincontents {
        font-size: 4vw;
    }

    .for_pc {
        display: none !important;
    }

    .for_sp {
        display: inherit !important;
    }
}

/*MVスライダー*/
sul.mv_slide {
    width: 100%;
    height: 650px;
    position: relative;
}

ul.mv_slide::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/resort/logo.svg);
    width: 641px;
    height: 333px;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: contain;
}

ul.mv_slide li {
    width: 100%;
    height: 650px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 750px) {
    sul.mv_slide {
        height: 65vw;
    }

    ul.mv_slide::before {
        width: 64%;
        height: 0;
        padding-top: 35%;
    }

    ul.mv_slide li {
        height: 65vw;
    }
}

/*アンカーリンク*/
ul.anchr_list {
    height: 100px;
    background-image: url(../images/resort/bg_achr.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    border-top: 1px solid #fff;
}

ul.anchr_list li {
    padding-top: 35px;
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 750px) {
    ul.anchr_list {
        height: 50px;
    }

    ul.anchr_list li {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*エリア*/
.sec_area {
    width: 100%;
    padding-top: 165px;
    padding-bottom: 1px;
}

.sec_area_wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.bg_bl {
    background-color: #f2fbfc;
}

.bg_ye {
    background-color: #fffff3;
}

.sec_area h2.ttl {
    display: flex;
    align-items: center;
    margin-bottom: 155px;
}

.sec_area h2.ttl:before,
.sec_area h2.ttl:after {
    content: "";
    height: 50px;
    flex-grow: 1;
    background-image: url(../images/resort/dot_ttl.svg);
    background-repeat: repeat-x;
    background-position: 0% center;
}

.sec_area h2.ttl:before {
    margin-right: 3rem;
}

.sec_area h2.ttl:after {
    margin-left: 3rem;
}

@media (max-width: 750px) {
    .sec_area {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }

    .sec_area_wrap {
        max-width: auto;
        margin-left: 25px;
        margin-right: 25px;
    }

    .sec_area h2.ttl {
        margin-bottom: 10vw;
    }

    .sec_area h2.ttl img {
        height: 12vw;
    }

    .sec_area h2.ttl:before,
    .sec_area h2.ttl:after {
        height: 40px;
    }

    .sec_area h2.ttl:before {
        margin-right: 1.1rem;
    }

    .sec_area h2.ttl:after {
        margin-left: 1.1rem;
    }
}

/*リゾート*/
.resort_name {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    font-size: 30px;
    color: #1c96ba;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

.resort_name::after {
    content: url(../images/resort/line_hotel_name.svg);
    width: 321px;
    height: 3px;
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin: auto;
}

.resort_name .u_line {
    background: linear-gradient(transparent 60%, #ffff00 60%);
}

.lead {
    line-height: 2em;
    margin-bottom: 100px;
}

#leadfont1 {
    font-size: 17px;
}

#leadfont2 {
    font-size: 17px;
}

#leadfont3 {
    font-size: 17px;
}

@media (max-width: 750px) {
    .resort_name {
        font-size: 6vw;
        margin-bottom: 10vw;
    }

    .resort_name::after {
        width: 100%;
    }

    .lead {
        line-height: 2em;
        margin-bottom: 10vw;
    }
}

/*ホテル*/
ul.hotel_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px !important;
}

ul.hotel_list li {
    width: 48%;
    background-color: #fff;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 10%);
    padding-bottom: 40px;
    border: 1px solid #e6dec9;
}

/* ul.hotel_list li .hotel_ph {} */
ul.hotel_list li h4.hotel_name {
    margin-left: 40px;
    margin-right: 40px;
    color: #1c96ba;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 16px;
}

ul.hotel_list li p.txt {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 16px;
    font-weight: 300;
}

@media (max-width: 750px) {
    ul.hotel_list {
        display: block;
        margin-bottom: 10vw !important;
    }

    ul.hotel_list li {
        width: auto;
        margin-bottom: 10vw;
        padding-bottom: 20px;
    }

    ul.hotel_list li h4.hotel_name {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 5vw;
        margin-bottom: 4vw;
    }

    ul.hotel_list li p.txt {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 4vw;
    }
}

ul.hotel_detail {
    margin-bottom: 120px !important;
}

ul.hotel_detail li {
    border-bottom: 1px dotted #b9b9b9;
    padding-bottom: 30px;
    padding-top: 15px;
    display: flex;
    justify-content: flex-start;
}

ul.hotel_detail li:last-child {
    border-bottom: none;
}

ul.hotel_detail li .sttl {
    font-size: 18px;
    font-weight: 500;
    color: #1c96ba;
    width: 185px;
    line-height: 36px;
    padding-left: 45px;
}

ul.hotel_detail li .sttl::before {
    font-size: 18px;
    font-weight: 500;
    color: #1c96ba;
    content: "";
    height: 36px;
    width: 36px;
    background-position: center top;
}

ul.hotel_detail li .txt {
    font-size: 16px;
    font-weight: 300;
    padding-top: 10px;
}

ul.hotel_detail li .access {
    background-image: url(../images/resort/icon_access.svg);
    background-repeat: no-repeat;
}

ul.hotel_detail li .hp {
    background-image: url(../images/resort/icon_hp.svg);
    background-repeat: no-repeat;
}

ul.hotel_detail li .sougei {
    background-image: url(../images/resort/icon_sougei.svg);
    background-repeat: no-repeat;
}

@media (max-width: 750px) {
    ul.hotel_detail li {
        display: block;
    }
}

.resort_01 .hoshino_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.resort_01 .hoshino_item .item {
    width: 48%;
}

.resort_01 .hoshino_item h4 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 24px;
    color: #1c96ba;
    position: relative;
}

.resort_01 .hoshino_item h4 span {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}

.resort_01 .hoshino_item .text_line_l img {
    position: absolute;
    top: 0;
    left: 0;
}

.resort_01 .hoshino_item .text_line_r img {
    position: absolute;
    top: 0;
    right: 0;
}

.resort_01 .hoshino_item_text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 100px;
}

@media (max-width: 750px) {
    .resort_01 .hoshino_item {
        display: block;
    }

    .resort_01 .hoshino_item .item {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .resort_01 .hoshino_item h4 span {
        font-size: 14px;
        margin-bottom: 0;
    }

    .resort_01 .hoshino_item_text {
        margin-bottom: 64px;
        font-size: 17px;
        line-height: 1.75rem;
    }
}


/* .resort_01 {}

.resort_02 {} */
.resort_02 .hotel_detail_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10rem;
}

.resort_02 .img_area {
    width: 55%;
    position: relative;
}

img.img_position {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
}

.resort_02 .detail_area {
    width: 42%;
}

.resort_02 .detail_area .lead {
    margin-bottom: 10px;
    font-size: 17px;
}

.resort_02 ul.hotel_detail li {
    display: block;
}

.resort_02 ul.hotel_detail li .sttl {
    margin-bottom: 5px;
}

@media (max-width: 750px) {
    .resort_02 .hotel_detail_wrap {
        display: block;
    }

    .resort_02 .img_area {
        width: auto;
    }

    .resort_02 .detail_area {
        width: auto;
    }

    /* .tripadvisor {} */
}

/*スライド*/
.spend_slide_area {
    position: relative;
    margin-bottom: 135px;
}

.spend_slide_area::before {
    width: 63px;
    height: 34px;
    position: absolute;
    left: 0;
    right: 0;
    top: -57px;
    margin: auto;
    content: '';
    background-image: url(../images/resort/deco_ttl_slide.svg);
    background-repeat: no-repeat;
}

.spend_slide_area h3.ttl {
    text-align: center;
    margin-bottom: 5px;
    color: #1c96ba;
    font-weight: 700 !important;
    font-size: 24px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -18px;
    display: flex;
    align-items: center;
    width: 100%;
}

.spend_slide_area h3.ttl:before,
.spend_slide_area h3.ttl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #35babf;
}

.spend_slide_area h3.ttl:before {
    margin-right: 2rem;
}

.spend_slide_area h3.ttl:after {
    margin-left: 2rem;
}

.spend_slide_area ul.spend_slide {
    padding-top: 20px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 10px !important;
    border-right: 1px solid #35babf;
    border-left: 1px solid #35babf;
    border-bottom: 1px solid #35babf;
}

/* .spend_slide_area ul.spend_slide li {} */

.spend_slide_area .slick-prev,
.spend_slide_area .slick-next {
    width: 20px;
    height: 30px;
}

.spend_slide_area .slick-prev {
    left: -43px;
}

.spend_slide_area .slick-next {
    right: -43px;
    transform: rotate(-180deg);
}

.spend_slide_area .slick-dots {
    bottom: -35px;
}

.spend_slide_area .slick-dots li {
    width: 70px;
    height: 20px;
}

.spend_slide_area .slick-dots li button {
    width: 70px;
    height: 20px;
}

.spend_slide_area .slick-dots li button:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 5px;
    content: '';
    opacity: 1;
    background-color: #b9b9b9;
}

.spend_slide_area .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #1c96ba;
}

@media (max-width: 750px) {
    .spend_slide_area h3.ttl {
        font-size: 4vw;
        top: -12px;
    }

    .spend_slide_area ul.spend_slide {
        padding-top: 10px !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
        padding-bottom: 5px !important;
    }

    .spend_slide_area .slick-prev,
    .spend_slide_area .slick-next {
        width: 10px;
        height: 15px;
    }

    .spend_slide_area .slick-prev {
        left: -20px;
    }

    .spend_slide_area .slick-next {
        right: -20px;
    }

    .spend_slide_area .slick-dots {
        left: 0;
        right: 0;
    }

    .spend_slide_area .slick-dots li {
        width: 40px;
    }

    .spend_slide_area .slick-dots li button {
        width: 40px;
    }

    .spend_slide_area .slick-dots li button:before {
        width: 20px;
        height: 5px;
    }
}

/*お申し込みはこちら*/
.app_lisp {
    margin-bottom: 170px;
}

.app_lisp h3.ttl {
    font-size: 24px;
    text-align: center;
    position: relative;
    margin-bottom: 50px !important;
}

.app_lisp h3.ttl:before,
.app_lisp h3.ttl:after {
    width: 17px;
    height: 25px;
}

.app_lisp h3.ttl:before {
    content: url(../images/resort/deco_ttl_app1.svg);
    margin-right: 10px;
}

.app_lisp h3.ttl:after {
    content: url(../images/resort/deco_ttl_app2.svg);
    margin-left: 10px;
}

.app_lisp h4 {
    text-align: center;
    color: #004095;
    font-size: 1.2rem;
    margin-bottom: 1.25rem;
}

.app_lisp h4 span {
    font-size: 1rem;
}

.app_lisp ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.app_lisp ul.center{
    justify-content: center;
}

.app_lisp ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    height: 80px;
    line-height: 80px;
    width: 48%;
    margin-bottom: 35px;
    position: relative;
}

.app_lisp ul li a {
    display: block;
}

.app_lisp ul li::after {
    content: "";
    height: 1px;
    width: 99%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
}

.app_lisp ul li a:link {
    color: #fff !important;
}

.app_lisp ul li a:visited {
    color: #fff !important;
}

.app_lisp ul li.item_one {
    width: 100%;
}

.app_lisp ul li.item3 {
    width: calc(96% / 3);
}

@media (min-width: 750px) {

    .app_lisp ul li.blue,
    .app_lisp ul li.blue::after {
        background-color: #004095;
    }

    .app_lisp ul li.sky,
    .app_lisp ul li.sky::after {
        background-color: #1c96ba;
    }
}

@media (max-width: 750px) {

    .app_lisp ul li,
    .app_lisp ul li::after {
        background-color: #004095;
    }

    .app_lisp ul li:nth-child(2n),
    .app_lisp ul li:nth-child(2n)::after {
        background-color: #1c96ba;
    }

    .app_lisp {
        margin-bottom: 20vw;
    }

    .app_lisp ul {
        display: block;
    }

    .app_lisp ul li {
        width: auto;
    }

    .app_lisp ul li.item3 {
        width: 100%;
    }
}




/* リンクの格納 */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_qa .cp_actab {
	position: relative;
	/* overflow: hidden; */
	width: 100%;
	margin: 0 0 1em 0;
	color: #fff;
}

.cp_qa .cp_actab::before {
    content: "";
    height: 1px;
    width: 99%;
    position: absolute;
    left: 0;
    right: 0;
    top: 88px;
    /* bottom: -8px; */
    margin: auto;
    background: #1c96ba;
    display: block;
}

.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}

.cp_qa .cp_actab label {
	position: relative;
	display: block;
	margin: 0;
	cursor: pointer;
	background: #1c96ba;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    height: 80px;
    line-height: 80px;
}

.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
    opacity: .5;
}

.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	line-height: 2em;
	position: absolute;
	top: 50%;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
    transform: translateY(-50%);
}

.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}

.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}

.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 80em;
    height: fit-content;
    padding: 1.5rem;
}

/* .cp_qa .cp_actab input:checked ~ label {
	color: #1c96ba;
	border-radius: 0.5em 0.5em 0 0;
} */

.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	/* -webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg); */
	/* -webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%; */
    /* -webkit-transform-origin: 110% 30%;
	transform-origin: 110% 30%; */
}

@media (min-width: 750px) {
    .cp_actab-content ul li.mb_none{
        margin-bottom: 0;
    }
}

@media (max-width: 750px) {
    .cp_qa .cp_actab label {
        line-height: 1.5;
        padding: 12px 0;
    }
    .cp_actab-content ul li:last-child{
        margin-bottom: 0;
    }
}