.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.section-title-middle {
    color: #0E62A9;
}

.image-container {
    width: 100%;
    display: flex;
    gap: 4%;
    padding: 4% 0 4%;
}

/* 見学ガイド */
.tour-guide {
    margin: 5% auto 0;
    text-align: center;
}

.tour-guide p {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.tour-guide .section-title::before {
    content: '';
    background-image: url('../.././images/title-icon/binoculars.png');
    background-size: contain;
    display: block;
    margin: 0 auto 0.5rem;
    width: 62px;
    height: 40px;
}

.txt_open{
    padding-left: 130px;
	position:relative;
}

.txt_open span{
    font-size:1.2rem ;
	color: #F28625;
	font-weight: 600;
}

.open_box {
	max-width: 700px;
	padding: 50px 20px;
	margin: 0 auto;
	text-align: left;
	background-color: #ECF5FC;
	margin-top: -2rem;
	margin-bottom: 5rem;
}
.open_box p{
	font-size: 0.95rem;
	margin: 0;
}

.txt_open::before {
    content: '';
    background-image: url('../.././images/tour-guide/ico-open.png');
    background-size: contain;
    display: inline-block;
    width: 120px;
    height: 120px;
	position:absolute;
	top: 50%;
	left: 0;
    transform: translateY(-50%);
}

.content {
    display: flex;
    align-items: flex-start;
    gap: 4%;
    text-align: left;
    width: 86vw;
    margin-bottom: 5%;
}

.content img {
    width: 50%;
    height: auto;
    object-fit: contain;
    object-position: top;
}

.content .text {
    width: 40%;
}

.text>h3 {
    line-height: 1.5rem;
    display: block;
    border-bottom: 1px solid #0E62A9;
    padding-bottom: 1rem;
}

.image-left {
    margin-right: auto;
}

.image-right {
    margin-left: auto;
}

.text>.border-container {
    width: 100%;
    display: flex;
    gap: 2%;
}

.border-container>a {
    display: block;
    width: 20%;
}

.border-container img {
    width: 100%;
    object-fit: contain;
}

.note-container {
    width: 78%;
}

.note-container>p {
    margin-top: 0;
    margin-bottom: 2rem;
}

/* 見学ツアー */
.tour {
    background-color: #ECF5FC;
    text-align: center;
    padding: 5% 0;
}

.tour-content {
    width: 57vw;
    margin: 0 auto;
}

.tour .section-title::before {
    content: '';
    background-image: url('../.././images/title-icon/magnifier.png');
    background-size: contain;
    margin-right: 1rem;
    width: 46px;
    height: 54.44px;
    display: inline-block;
}

.tour-image p {
    display: inline-block;
    font-family: 'Zen Kaku Gothic Antique';
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 37.65px;
    text-align: center;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    position: absolute;
    padding: 0.2rem 0.7rem;
}

.aqua-bg {
    background-color: #23CFED;
}

.blue-bg {
    background-color: #0E62A9;
}

.application-container {
    background-color: #FFFFFF;
    margin: 5% auto 0;
    padding: 5%;
    width: 100%;
}

.application-container>p {
    margin: 0.8rem 0 2.5rem;
}

.dl-container {
    padding-top: 2rem;
    background-color: #ECF5FC;
    width: 100%;
}

.dl-container img {
    display: block;
    margin: 0 auto;
    width: 20%;
}

.dl-container .dl-button {
    margin: 2rem auto;
    display: block;
    min-width: 180px;
    max-width: 350px;
    width: 90%;
}

.tel, .email {
    font-family: 'Zen Kaku Gothic Antique';
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 34.75px;
    text-align: center;
    text-decoration-skip-ink: none;
    margin: 1rem 0;
}

.email a,
.tel a {
    color: #222222;
}

.tel::before {
    content: url('../.././images/tour-guide/tel.png');
    margin-right: 0.5rem;
}

.email::before {
    content: url('../.././images/tour-guide/email.png');
    margin-right: 0.5rem;
}

/* 温泉むすめ×苫田ダム */
.onsen-musume-main  {
    height: 500px;
    background-image: url(../.././images/tour-guide/onsen-musume-main.png);
}

.onsen-musume {
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: rgba(255,244,171,0.82);
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.onsen-musume>img {
    position: absolute;
    right: 0;
    top: 0;
    width: 28%;
    min-width: 10%;
    margin-right: 14%;
}

.cross {
    width: 50px;
    position: relative;
}

.cross::before,
.cross::after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block; /* 高さを持たせるためにinline-blockを指定 */
    background: #0E62A9;
    position: absolute;
    top: 50%;
    left: 0;
}

.cross::before {
    transform: rotate(45deg); /* 時計回りに45度回転させる */
}
.cross::after {
    transform: rotate(-45deg); /* 反時計回りに45度回転させる */
}

.onsen-musume .section-title::before {
    content: '';
    background-image: url('../.././images/title-icon/about-dam.png');
    background-size: contain;
    display: block;
    margin: 0 auto 0.5rem;
    width: 98.12px;
    height: 40px;
}

.onsen-musume .section-title-middle {
    color: #222222;
}

.onsen-musume .explain {
    background-color: #FFFFFF;
    padding: 1rem;
    margin-bottom: 2rem;
    text-align: left;
}

.onsen-musume-content {
    width: 86%;
    margin: 0 auto;
    position: relative;
}

.onsen-musume-content>img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32%;
    margin-bottom: -11%;
    margin-left: 58%;
    min-width: 280px;
}

.character-container {
    margin: 0 auto;
    margin-right: 37.5%;
    margin-top: 2%;
    max-width: 768px;
    min-width: 500px;
}

.character-name {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 1rem;
}

.sns-icon {
    display: flex;
    gap: 1rem;
}

.data-container {
    display: flex;
    align-items: flex-start;
    gap: 4%;
    width: 100%;
    height: auto;
}

.data {
    width: 45%;
}

.data-container img {
    object-fit: contain;
    width: 50%;
    height: auto;
}

.data-row {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px dotted #222222;
    line-height: 31px;
}

.data-row span {
    margin-left: 1.5rem;
}

.data-title {
    background-color: #FBDC0D;
    color: #FFFFFF;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 32.69px;
    text-decoration-skip-ink: none;
    text-align: left;
    padding: 0 8px;
}

/* ダムカード */
.dam-card {
    margin: 0 auto;
    text-align: center;
    padding: 5% 18%;
    justify-content: center;
    background-color: #FFFFFF;
}

.dam-card .section-title::before {
    content: '';
    background-image: url('../.././images/title-icon/dam-card.png');
    background-size: contain;
    margin-right: 1rem;
    width: 60px;
    height: 43.17px;
    display: inline-block;
}

.dam-card .border-container  {
    margin-top: 12%;
}

.about-dam-card {
    padding: 0 10%;
}

.about-dam-card p {
    margin-top: 1rem; 
}

.dam-card .warning-note {
    margin: 2rem 0;
} 

.dam-card dt {
    font-family: 'Zen Kaku Gothic Antique';
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 34.75px;
    text-align: center;
    text-decoration-skip-ink: none;
}

.dam-card dd {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 24.52px;
}

.dam-card .image-container {
    margin: 0 auto 4%;
    width: 60%;
}

.place {
    background-color: #ECF5FC;
    width: 50%;
    margin: 0 auto;
    padding: 3%;
}

.place h4 {
    font-family: 'Zen Kaku Gothic Antique';
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 28.96px;
    text-align: center;
    text-decoration-skip-ink: none;
}

.place img {
    margin: 2rem auto;
    width: 64.65px;
    height: 77.76px;
    display: block;
}

.place .dl-button {
    margin: 2rem auto;
    display: block;
    min-width: 180px;
    max-width: 350px;
    width: 100%;
}

/* かざして for visitor */
.image-title::before {
    content: '';
    background-image: url('../.././images/title-icon/smart-phone.png');
    background-size: contain;
    margin-right: 1.2rem;
    width: 31.79px;
    height: 60px;
    display: inline-block;
    margin-bottom: -1rem;
}

.for-visitor{
    background-image: url(../.././images/tour-guide/for-visitor.png);
    background-position: left;
    height: 457px;
}

.page-parallax-visual p {
    font-family: 'Zen Kaku Gothic Antique';
    font-weight: 500;
    line-height: 26.06px;
}

/* 画像上のテキスト */
.parallax-text-container {
    text-align: center;
    position: absolute;
    top: 7%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.parallax-text-container {
    width: 86%;
}

.parallax-text-container .link-button {
    margin-top: 3rem;
}

/* 奥津湖周辺探索 */
.surrounding-search {
    background-color: #F5F5F5;
    padding: 5% 0;
    margin: 0 auto;
    text-align: center;
}

.surrounding-search>img {
    margin: 1rem auto 2rem;
    display: block;
}

.surrounding-search>.section-title::before {
    content: '';
    background-image: url('../.././images/title-icon/map-pin.png');
    background-size: contain;
    margin-right: 1rem;
    width: 37.4px;
    height: 53px;
    display: inline-block;
    margin-bottom: -0.5rem;
}

.sightseeing .section-title::before {
    content: '';
    background-image: url('../.././images/title-icon/sightseeing.png');
    background-size: contain;
    margin-right: 1rem;
    width: 45px;
    height: 41.96px;
    display: inline-block;
    margin-bottom: -0.2rem;
}

.animals .section-title::before {
    content: '';
    background-image: url('../.././images/title-icon/bird.png');
    background-size: contain;
    margin-right: 1rem;
    width: 60px;
    height: 56.05px;
    display: inline-block;
    margin-bottom: -0.7rem;
}

.search-content {
    background-color: #FFFFFF;
    width: 76vw;
    margin: 0 auto;
    text-align: center;
    margin-top: 5%;
    padding: 5% 9%;
}

.search-content ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.search-content>p {
    margin: 1rem auto 2rem;
}

.search-content>ul>li>p {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 24px;
    text-decoration-skip-ink: none;
    color: #0E62A9;
    margin-top: 1rem;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .onsen-musume-content>img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35%;
        margin-bottom: -5%;
        margin-left: 65%;
    }
    
    .character-container {
        margin-left: 3%;
    }

    .data {
        width: 50%;
    }
    
    .data-container img {
        object-fit: contain;
        width: 45%;
        height: auto;
    }

}

@media (max-width: 768px) {

    * {
        margin: 0;
        text-align: center;
        justify-content: center;
    }

    .page-main-visual {
        margin-bottom: 0;
    }

    .link-button,
    .dl-button {
        height: 40px;
        width: 260px;
        padding: 0.4rem 0;
    }

    .dl-button {
        padding: 0.4rem 0;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .tour-guide,
    .tour,
    .surrounding-search,
    .about-dam-card {
        padding: 0 7%;
        text-align: center;
    }

    .tour-guide,
    .tour,
    .onsen-musume,
    .dam-card,
    .surrounding-search {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .tour-guide p,
    .tour-content p,
    .search-content>p,
    .about-dam-card p {
        text-align: left;
    }

    .tour-guide .section-title::before {
        width: 40px;
        height: 25.81px;
    }

    .content {
        display: flex;
        flex-direction: column;
    }
    
    .content img {
        width: 100%;
        object-fit: contain;
        object-position: top;
    }
    
    .content .text,
    .tour-content,
    .search-content,
    .dam-card,
    .place {
        width: 100%;
    }
    
    .text>h3 {
        line-height: 50px;
    }

    .text>.border-container {
        flex-direction: column;
        padding: 2.5rem 1.5rem;
        margin-bottom: 2rem;
    }

    .note-container {
        width: 86vw;
        display: contents;
    }

    .note-container>a {
        order: 4;
        margin: 2rem auto 0;
    }

    .note-img {
        width: 100%;
        margin-left: 200%;
    }

    .image-right {
        flex-direction: column-reverse;
    }

    .tour .section-title::before {
        display: block;
        margin: 0 auto 0.5rem;
        width: 30px;
        height: 39.51px;
    }

    .image-container {
        flex-direction: column;
        gap: 2rem 0;
        padding: 4% 0 4%;
    }

    .tour-image p {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 26.06px;
    }

    .destination-container {
        margin: 2rem auto;
    }

    .destination-container p {
        text-align: center;
    }

    .onsen-musume-main  {
        height: 200px;
        background-image: url(../.././images/tour-guide/onsen-musume-main-sp.png);
    }

    .onsen-musume .section-title::before {
        width: 80px;
        height: 32.65px;
    }
    
    .onsen-musume-content {
        width: 86vw;
        min-width: 0;
    }

    .onsen-musume-content>p {
        text-align: left;
    }

    .onsen-musume-content>img {
        position: static;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 60%;
        margin: 0 auto;
    }

    .character-container {
        margin-top: 2%;
        width: 100%;
        min-width: 0;
        margin: 0 auto ;
    }

    .character-name {
        flex-direction: column;
        gap: 0.5rem 0;
        align-items: center;
    }

    .data {
        width: 49%;
    }

    .data-title {
        font-size: 1.125rem;
        line-height: 24.52px;
    }

    .data-container img {
        width: 48%;
    }

    .data-row {
        display: flex;
        justify-content: flex-start;
        text-align: center;
        border-bottom: 1px dotted #222222;
        font-weight: 500;
        line-height: 25px;
    }
    
    .data-row span {
        margin-left: 2rem;
    }

    .dam-card {
        padding: 3rem 0;
    }

    .dam-card .section-title::before {
        display: block;
        margin: 0 auto 0.5rem;
        width: 50px;
        height: 35.97px;
    }

    .about-dam-card>.image-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin: 0 auto;
        width: 100%;

    }

    .about-dam-card .warning-note {
        margin: 0 0 0.5rem;
    }

    .dam-card .border-container {
        width: 86vw;
        margin: 8% auto 2%;
    }

    .dam-card .border-container h2 {
        display: block;
        line-height: 30px;
    }

    .image-title::before {
        display: block;
        margin: 0 auto 0.5rem;
        width: 23.84px;
        height: 45px;
    }

    .dam-card a {
        margin: 3% 0 4%;
    }
    
    .surrounding-search>.section-title::before {
        display: block;
        margin: 0 auto 0.5rem;
    }

    .search-content ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1rem;
    }

    .search-content>ul>li>p {
        font-size: 0.875rem;
        line-height: 16.8px;
        margin-top: 0.7rem;
    }

    .search-content li {
        width: 100%;
    }

    .search-content img {
        width: 80%;
        max-width: 180px;
        min-width: 125px;
        height: auto;
    }

    .search-content {
        margin-top: 3rem;
    } 
    
    .sightseeing .section-title::before {
        display: block;
        margin: 0 auto 0.5rem;
        width: 40px;
        height: 37.3px;
    }
    
    .animals .section-title::before {
        display: block;
        margin: 0 auto 0.5rem;
        width: 45px;
        height: 42.04px;
    }

    .ext-link-button {
        width: 260px;
        height: 40px;
        font-size: 1rem;
        padding: 0.4rem 0;
    }
}

@media (max-width:601px){

    .data-container {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }

    .data {
        width: 100%;
    }
    
    .data-container img {
        width: 100%;
    }

}

@media (max-width:480px){
    .for-visitor{
        background-image: url(../.././images/tour-guide/for-visitor-sp.png);
        height: 643px;
    }

    .parallax-text-container {
        top: 8.7%;
    }

    .parallax-text-container p{
        text-align: left;
    }

    .parallax-text-container h2 {
        /*margin-bottom: 50%;*/
    }
	.open_box {
	padding: 15px;
	margin-bottom:2.5rem;
		}
		
	.txt_open{
		padding-left: 110px;
		}
	
	.txt_open::before {
    width: 100px;
    height: 100px;
		}
}
    