@charset "utf-8";
/* CSS Document */

/*------------------------------------------------*/
/*道後温泉*/
/*------------------------------------------------*/

.page-dougo {}
.page-dougo #page-header {
	position: relative;
}


.page-dougo #page-header .page-header{border-color: #009bc1;}	

.page-dougo #page-header .title-page-header{
	margin-left: 0;
}


#head{
	background-image: url("../images/dougo/head.jpg");
	height: 750px;
	position: relative;
	z-index: 5;
}
#head h1{
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color:white;
  text-align: right;
  font-size: 4.5rem;
  padding-top: 63px;
	max-width: 83.78%;/*1240*/
        margin: 0 auto;
	position: relative;
}
#head h1 span{
  font-size: 10rem;
	        line-height: 1.2;
        letter-spacing: 0.1em;
        margin-right: 22px;
}
#head h1::before{
  content: "";
	position: absolute;
	width: 109px;
	height: 109px;
	background-image: url("../images/dougo/head_ac.svg");
        bottom: -134px;
        right: -43px;
}

.main {
		position: relative;

	background-image: url("../images/dougo/main_ac.svg");
	background-size: 100%;
}


.main::before {
	content: "";
	position: absolute;
        width: 100%;
        height: 100%;	/**/
	background:#f2ebeb;
	        z-index: -100;

}

.main section {
	position: relative;
	        z-index: 1;
}
.main section#concept::before,
.main section#about::before{
	content: "";
	position: absolute;
		        z-index: -1;
	background-repeat: no-repeat;
	        top: 0;
        left: 0;
}
#concept {
	font-family: "Zen Old Mincho", serif;
	color: #563517;
	text-align: center;
	padding: 98px 0 115px;
	
	
}
#concept::before {
        width: 100%;
        height: 100%;	/**/
	background-image: url("../images/dougo/concept_ac01.webp"), url("../images/dougo/concept_ac02.webp");
	background-size: 415px,250px;
background-position: left -111px top -77px,right -26px bottom -4px;
	
	    /*    width: 415px,250px;
        height: 515px,249px;	*/
}



#concept h2{
	font-size: 2.3rem;
}

#concept p.copy{
	font-size: 5rem;
	color: #a5231c;
	font-weight: 600;
	line-height: 1.6;
	text-indent: 38px;
}

#concept p{
	font-size: 2.6rem;
}


#message{
	background-image: url("../images/dougo/bg_message.jpg");
	height: 980px;
	position: relative;
	z-index: 5;
	padding-top: 95px;
	        background-position: top;
}
#message p{
	color: white;
	        font-family: "Shippori Mincho", serif;
        font-weight: 500;
        font-style: normal;
	text-align: center;
	font-size: 2.0rem;
}

#story{
	        width: min(100vw, 1100px);
	    margin: 0 auto;
}
#story dl{
	margin-top: 126px;
}

#about{
		font-family: "Zen Old Mincho", serif;
	padding-top:126px;
}


#about::before{
        width: 100%;
        height: 100%;	/**/
	background-image: url("../images/dougo/about_ac01.webp"), url("../images/dougo/about_ac02.webp");
	background-size: 353px,431px;
background-position: left -126px top 39px ,right -138px top -176px;
}


#story .story_box{
	        /*max-width: 1100px;*/
        margin: 0 auto;

}

#story .story_box:not(:first-of-type){

	margin-top: 126px;
}
#story .story_box .story_num{
	color: white;
background-color: #8c2a28;
		font-size: 2.6rem;
	        display: inline-block;
	        padding: 0 27px;
	width: fit-content;
	
}
#story .story_box .story_content{
	margin: 0 50px;
	  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
        /*width: 100%;*/
	        position: relative;
}

#story .story_box h3{
	color: #8c2a28;
	font-size: 3.2rem;
	font-weight: 600;
	width: fit-content;
	margin-top: 14px;
	
}
#story .story_box h4{
	color: #8c2a28;
	font-size: 2.6rem;
	font-weight: 500;
	width: fit-content;
	margin-top: 60px;
	
}
#story .story_box .story_content .txt{
	margin-top: 56px;
	font-size: 2.0rem;
	color: #333333;
	
}
#story .story_box .story_content .txt p:not(:first-of-type),
#story .story_box:nth-of-type(3) .story_content .txt p{
	margin-top: 32px;
	
}
#story .story_box .story_content .txt p span{
	        color: #8c2a28;
	
}
#story .story_box .story_content .txt p.caution{
	font-size: 1.8rem;
	
}
#story .story_box .story_content img{
	        height: 100%;

}
#story .story_box:first-of-type .story_content{
                max-height: 400px;

}

#story .story_box:first-of-type .story_content img{
        width: min(30.87vw, 457px);
	        transform: translate(min(5.4vw,80px), -15px);
}
#story .story_box:nth-of-type(2) .story_content{
               max-height: 610px;

}
#story .story_box:nth-of-type(2) h3{white-space: nowrap;}


#story .story_box:nth-of-type(2) .story_content img{
width: min(28.04vw, 415px);
	        transform: translate(0, 102px);
}

#story .story_box:nth-of-type(2) .story_content::before{
        content: "";
        position: absolute;
        z-index: -1;
        background-repeat: no-repeat;
        top: 0;
                right: -50px;
	width: 100%;
        height: 100%;
        background-image: url(../images/dougo/story_02_ac01.svg), url(../images/dougo/story_02_ac02.svg);
        background-size: 77px, 38px;
        background-position: right min(26.35vw,390px) bottom 30px, right top 90px;
}
#story .story_box:nth-of-type(3) .story_content .copy{
        font-size: 2.3rem;
        width: fit-content;
        color: white;
        background: rgba(51, 35, 35, .6);
        text-align: center;
        line-height: 1.3;
	
        padding: 19px 87px;
	position: absolute;
top: 153px;
        right: -80px;
	        z-index: 1;
}
#story .story_box:nth-of-type(3) .story_content .copy span{
        font-size: 4rem;
}
#story .story_box:nth-of-type(3) .story_content img{
transform: scale(1.1);
	        margin-top: 87px;
}
#story .story_box:nth-of-type(3) .story_content .txt{
                margin-top: 30px;
}
#spots{
	        width: min(100vw, 1000px);
	margin: 0 auto;
	margin-top: 198px;
	
}
#spots h2{
	font-size: 3.2rem;
	color: white;
	text-align: center;
	width: fit-content;
  background-image: linear-gradient(90deg, rgba(111, 30, 27, 1), rgba(140, 42, 40, 1) 50%, rgba(111, 30, 27, 1));
	        margin: 0 auto;
	padding: 7px 98px;
}



#spots .spots_list{
    display: flex;
    flex-wrap: wrap;
	margin-top: 55px;
	justify-content: center;
gap: 100px 50px;
}

#spots .spots_list dl {
max-width: 300px;
	margin: unset;
  display: flex;
  flex-direction: column;
}
#spots .spots_list dl dt,
#spots .spots_list dl dd {
  display: block;
		color: #333333;
}
#spots .spots_list dl .txt {
  flex: 1;          
  display: flex;
  flex-direction: column;
}


#spots .spots_list dl dt{
    font-size: 2rem;
	    font-weight: 600;
	  line-height: 1.4;
	        min-height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
}
#spots .spots_list dl dt br {
  line-height: 1.4;
}
#spots .spots_list dl dd{
    font-size: 1.6rem;
	    font-weight: normal;
	
        text-align: left;
	        margin: 0 22px;
}
#spots .spots_list dl a{
background: #a02d2d;
	color: white;
	border-radius: 30px;
	    font-size: 1.6rem;
	box-shadow: 0 0 6px rgba(0,0,0,.35);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
width: fit-content;
        margin:auto;
	        padding: 16px 92px 16px 82px;
	position: relative;
	transition: all 0.5s;
	margin-top: 24px;
	        letter-spacing: 0.1em;
}

#spots .spots_list dl a::before{
  content: "";
	position: absolute;
	width: 19px;
	height: 19px;
	background-image: url("../images/dougo/icon_link.svg");
	bottom: 0;
        right: 30px;
        top: 0;
        /* left: 0; */
        margin: auto;
}

#map{
		        width: min(100vw, 1100px);
	    margin: 0 auto;
	        padding-bottom: 160px;
}

#map h2{
	color: #8c2a28;
	font-size: 3.2rem;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	margin-top: 140px;
	font-weight: 600;
	
}
#map h2::after,#map h2::before{
content: "";
background: #8c2a28;
border-radius: 50%;
height: 35px;
width: 35px;
bottom: 8px;
position: absolute;
}
#map h2::after{
right: -64px;
}
#map h2::before{
left: -64px;
}

#map .map_dougo{
	margin-top: 40px;
	    display: flex;
}

#map .map_dougo iframe{
	border: none;
	        max-width: 800px;/*800*/
}

#map .map_dougo ol{
       padding: 24px 16px 30px 16px;
	        background-color: white;
	        min-width: 300px;
	        max-height: 450px;
	        overflow-y: scroll;
}


#map .map_dougo ol li{
	  position: relative;
  list-style-type: none;
	white-space: nowrap;
	        padding-left: 4px;
	margin-left: 34px;
	cursor: pointer;
}


#map .map_dougo ol li:not(:first-of-type){
	 margin-top: 18px;
}

#map .map_dougo ol li::before{
  position: absolute;
  right: calc(100% + 0.5rem);  /* 0.5remは連番とテキストとの余白 */
  content: counter(list-item) ;
	        font-size: 15px;
        background-color: #a03545;
	width: 28px;
        height: 28px;
	        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        border-radius: 14px;
	
}
#map .map_dougo ol li::after{
    content: "▼";
         width: 19px;
        height: 19px;
    background-size: 100%;
    position: absolute;
    color: #a03545b5;
    right: 0;
    bottom: 0;
	top: -10px;
    margin: auto;
    text-align: center;
	background-repeat: no-repeat;
	        opacity: .7;
	
}
#map .map_dougo ol li.active::after {
    content: "▲";
}

#map .map_dougo .spot_ac{
	margin: 14px 0;
	        display: none;
}
    #map .map_dougo .spot_ac img{
		        display: block;
}
#map .map_dougo .spot_links{
    display: flex;
    justify-content: space-between;
	margin-top: 10px;
}

    
#map .map_dougo .spot_ac a {
	          display: inline-block;
        padding: 10px;
        width: 46%;
	font-size: 14px;
	        text-align: center;
	border-radius: 10px;
	        letter-spacing: 0.1em;
	color: white;
	        font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	transition: all 0.5s;
}
#map .map_dougo .spot_ac a:first-of-type {

        background: #41c7a8;
}
#map .map_dougo .spot_ac a:nth-of-type(2) {

        background: #a02d2d;

}



#links{
	background-image: url("../images/dougo/bg_links.jpg");
        font-family: "Zen Old Mincho", serif;
	padding-bottom: 118px;
}

#links h2{
	color: white;
	font-size: 5rem;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding-top: 115px;
	font-weight: 600;
	  text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2);
	        text-indent: 38px;

}
#links p{
	color: white;
	font-size: 2.6rem;
	margin: 0 auto;
	text-align: center;
}
#links .btn_links{
width: min(100vw, 1050px);/**/
        background: rgba(255, 255, 255, .8);
	border-radius: 40px;
	margin: 65px auto 0;
	padding: 58px 0 65px;

}
#links .btn_links h3{
	color: #8c2a28;
	font-size: 3.1rem;
	margin: 0 auto;
	font-weight: 600;
	text-align: center;
	  text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.08);
	

}
#links .btn_links div{
    display: flex;
    flex-wrap: wrap;
	

}
#links .btn_links a{
	transition: all 0.5s;
	border-radius: 42px;
	background: white;
	        letter-spacing: 0.1em;
	color: #8c2a28;
	        font-family: 'Noto Sans JP', sans-serif;
	        font-weight: 600;
	        box-shadow: 0 0 6px rgba(0, 0, 0, .35);
	font-size: 2.2rem;
	margin: 0 auto;
	margin-top: 43px;
	min-width: 400px;
	padding: 23px 33px 23px 13px;
	        text-align: center;
	        position: relative;
}

#links .btn_links a::before{
	        content: "";
        position: absolute;
        width: 36px;
        height: 36px;
        background-image: url(../images/dougo/icon_arrow.svg);
        bottom: 0;
        right: 30px;
        top: 0;
        /* left: 0; */
        margin: auto;}

#links .btn_links a:first-of-type{
	color: white;
	background-color: #8c2a28;
	border-radius: 50px;
	font-size: 2.6rem;
	        display: block;
        width: fit-content;
        margin: 0 auto;
	margin-top: 24px;
	padding: 27px 137px 27px 97px;
	
}
#links .btn_links a:first-of-type::before{
        width: 50px;
        height: 50px;
        background-image: url(../images/dougo/icon_arrow_W.svg);
	        right: 40px;
}

#about.loading{
	        padding: 80px;
}
#about.loading p span{
	        font-size: 20px;
        font-weight: 700;
}
		