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

/*------------------------------------------------*/
/*道後温泉*/
/*------------------------------------------------*/
body{
	background: unset !important;
}
.page-dougo {}
.page-dougo #page-header {
	display: none;
}


#head{
	background-image: url("../images/dougo/head.jpg");
	height: 422px;
	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: 17px;
  padding-top: 33px;
	max-width: 83.33%;/*600*/
        margin: 0 auto;
	position: relative;
}
#head h1 span{
          font-size: 37.5px;
	        line-height: 1.2;
        letter-spacing: 0.1em;
                margin-right: 4px;
}
#head h1::before{
  content: "";
	position: absolute;
	width: 53px;
	height: 53px;
	background-image: url("../images/dougo/head_ac.svg");
                bottom: -58px;
        right: -6px;
}

.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: 48px 0 52px;
	
	
}
#concept::before {
        width: 100%;
        height: 100%;	/**/
	background-image: url("../images/dougo/concept_ac01_sp.webp"), url("../images/dougo/concept_ac02_sp.webp");
	background-size: 144px,90px;
background-position: left -63px bottom ,right -18px bottom -36px;
}

#concept h2{
	font-size: 14px;
}

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

#concept p{
	font-size: 14px;
	margin-top: 4px;
}


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

#story{
	          width: 83.33%;
	    margin: 0 auto;
}
#story dl{
	margin-top: 126px;
}

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


#about::before{
        width: 100%;
        height: 100%;	/**/
	background-image: url("../images/dougo/about_ac01_sp.webp"), url("../images/dougo/about_ac02_sp.webp");
	background-size: 199px,209px;
background-position: left -116px top 10px ,right -114px top -115px;
}


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

}

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

#story .story_box h3{
	color: #8c2a28;
	font-size: 20px;
	font-weight: 600;
	width: fit-content;
	margin-top: 10px;
	margin-left: 12px;
	
}
#story .story_box h4{
	color: #8c2a28;
	font-size: 18px;
	font-weight: 500;
	width: fit-content;
	margin-top: 25px;
		
	
}
#story .story_box .story_content .txt{
	margin-top: 14px;
	font-size: 13px;
	color: #333333;
	        position: relative;
        left: 12px;
	
}
#story .story_box .story_content .txt p:not(:first-of-type),#story .story_box:nth-of-type(3) .story_content .txt p{
	margin-top: 15px;
	
}
#story .story_box .story_content .txt p span{
	        color: #8c2a28;
	
}
#story .story_box .story_content .txt p.caution{
	font-size: 13px;
	
}
#story .story_box .story_content img{
	        height: 100%;

}
#story .story_box:first-of-type .story_content{

}

#story .story_box:first-of-type .story_content img{
	        width: 100%;
	         transform: translateX(-5px);
	        margin:24px auto 0;
        display: block;
}
#story .story_box:nth-of-type(2){

margin-top: 77px;
}
#story .story_box:nth-of-type(2) .story_content{

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


#story .story_box:nth-of-type(2) .story_content img{
	        width: 94.66%;/*284*/
	         transform: translateX(-4px);
	        margin:30px auto 0;
        display: block;
}
#story .story_box:nth-of-type(2) .story_content::before {
        content: "";
        position: absolute;
        z-index: -1;
        background-repeat: no-repeat;
        bottom: -48px;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/dougo/story_02_ac01.svg), url(../images/dougo/story_02_ac02.svg);
        background-size: 52px, 26px;
        background-position: left 5px bottom, right 12px bottom 326px;
    }


#story .story_box:nth-of-type(3){

margin-top: 120px;
}
#story .story_box:nth-of-type(3) .story_content .copy{
        font-size: 13px;
        width: 100vw;
        color: white;
        background: rgba(51, 35, 35, .6);
        text-align: center;
        line-height: 1.5;
	
        padding: 7px 0px;
	position: absolute;
top:77px;
          left: 50%;
  margin-left: -50vw;
	        z-index: 1;
}
#story .story_box:nth-of-type(3) .story_content .copy span{
        font-size: 18px;
}
#story .story_box:nth-of-type(3) .story_content img{
	    margin-top: 19px;
        max-width: none;
        position: relative;
        width: 166.6vw;
        left: 50%;
        margin-left: -83.3vw;
	
	
}
#story .story_box:nth-of-type(3) .story_content .txt{
                margin-top: 30px;
}
#spots{
	        width: min(100vw, 1000px);
	margin: 0 auto;
	margin-top: 112px;
	
}
#spots h2{
	font-size: 20px;
	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: 1px 35px;
}



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

#spots .spots_list dl {
       width: 150px;
	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: 14px;
	    font-weight: 600;
	  line-height: 1.4;
	        min-height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
	white-space: nowrap;
}
#spots .spots_list dl dt br {
  line-height: 1.4;
}
#spots .spots_list dl dd{
    font-size: 13px;
	    font-weight: normal;
	
        text-align: left;
}
#spots .spots_list dl a{
background: #a02d2d;
	color: white;
	border-radius: 19px;
	    font-size: 12px;
	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: 8px 35px 8px 25px;
	position: relative;
	transition: all 0.5s;
	margin-top: 16px;

	letter-spacing: 0.1em;
}

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

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

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

#map .map_dougo{
	        margin: 0 auto;
	margin-top: 30px;
	width: 86.11%;/*620*/
}

#map .map_dougo iframe{
	border: none;
	height: 387px;
}

#map .map_dougo ol{
        padding: 20px 25px;
	        background-color: white;
	margin-top: -8px;
}


#map .map_dougo ol li{
	  position: relative;
  list-style-type: none;
	white-space: nowrap;
	        padding-left: 4px;
	margin-left: 34px;
}
#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: 16px;
        background-color: #a03545;
        width: 30px;
        height: 30px;
	        display: flex;
        justify-content: center;
        color: white;
        border-radius: 15px;
}
#map .map_dougo ol li::after{
    content: "▼";
         width: 19px;
        height: 19px;
    background-size: 100%;
    position: absolute;
    color: #a03545b5;
    right: 0;
    bottom: 0;
	top: -8px;
    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{
		        width: 100%;
}
    
#map .map_dougo .spot_links{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 10px;
}
#map .map_dougo .spot_ac a {
	        display: block;
        padding: 10px;
        width: 46%;
	font-size: 15px;
	        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: 25px;
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding-top: 49px;
	font-weight: 600;

	  text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.2);
text-indent: 19px;
}
#links p{
	color: white;
	font-size: 13px;
	margin: 0 auto;
	text-align: center;
}
#links .btn_links{
 width: 90.27%;/*325*/
        background: rgba(255, 255, 255, .8);
	border-radius: 17px;
	margin: 18px auto 0;
	padding: 22px 0 30px;

}
#links .btn_links h3{
	color: #8c2a28;
	font-size: 17px;
	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);
	margin: 0 auto;
	margin-top: 24px;
	        min-width: 200px;
	padding: 10px 15px 10px 5px;
	        text-align: center;
	        position: relative;
	font-size: 13px;
}

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

#links .btn_links a:first-of-type{
	color: white;
	background-color: #8c2a28;
	border-radius: 50px;
	        display: block;
        width: fit-content;
        margin: 0 auto;
	margin-top: 11px;
	padding: 11px 45px 11px 35px;
	
}
#links .btn_links a:first-of-type::before{
        width: 22px;
        height: 22px;
        background-image: url(../images/dougo/icon_arrow_W.svg);
	    right: 16px;
}


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