
img{ max-width: 100%;}
.atn{
	font-weight: bold;
	color: #FF0004;
	font-size: 120%;
	margin: 10px 0;
}
.mbm{ mix-blend-mode: multiply;}


#ondaytrip {
  color: #584743;
}
#ondaytrip .inner {
  width: 1100px;
  margin: 0 auto 70px;
}
#ondaytrip header {
  position: relative;
  width: 1000px;
  margin: 0 auto ;
}
#ondaytrip header img {
  width: 100%;
  height: auto;
}
#ondaytrip header i {
  position: absolute;
  left: 0;
  top: 80px;
}
#ondaytrip header h2 {
  position: absolute;
  right: -100px;
  top: 70px;
}
#ondaytrip header .img img.pc {
  margin-left: -60px;
}
#ondaytrip .act .inner {
  position: relative;
}




.wrap {
}


#intro {
	background-image: url("images/intro_flame.png");
	background-size: auto;
    background-repeat: no-repeat; 
	background-position: center;
	width: 869px;
	height: 500px;
	margin: 100px auto;
}

#intro .introImg {
	float: left;
	width: 55%;
	margin: 25px 0 0 10px;
}

#intro .introText {
	float: left;
    width: 40%;
    margin: 60px 0 20px;
}

#intro .introText h2 {
	font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: justify;
}

#intro .introText p {
	font-size: 1rem;
    font-weight: 600;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: justify;
	margin-top: 20px;
}


#intro .clearfix::after {
	content: “”;
	display: block;
	clear: both;
} 

#intro .introBtn {
	margin-top: 10px;
}

#intro .introBtn img {
	margin: auto;
}


#sec01 .sec01Title img,
#sec02 .sec02Title img,
#sec03 .sec03Title img {
	width: 100%;
	margin-bottom: 100px;
}

#sec01 .sec01Text,
#sec03 .sec03Text {
	display: flex;
}

#sec01 .textLeft,
#sec03 .textLeft {
	width: 40%;
}

#sec01 .textLeft p,
#sec02 .textRight p,
#sec03 .textLeft p {
	font-size: 1rem;
    font-weight: 600;
    line-height: 2em;
    letter-spacing: 0.8px;
    text-align: justify;
	padding: 0 50px 0;
}

#sec02 .sec02Text {
	display: flex;
	flex-direction: row-reverse;
}

#sec02 .textRight {
	width: 40%;
}

#information {
	width: 800px;
	margin: 100px auto;
	position: relative;
}

.infoTitle {
	background-color: #EDD3D5;
    width: 145px;
    height: 65px;
    border-radius: 15px;
    margin-bottom: -35px;
}

.infoTitle img {
	position: absolute;
    top: 15px;
    left: 25px
}


#information .address {
	background-color: #FCFF05;
    height: 370px;
    margin: auto;
    border-radius: 30px;
}

#information h3 {
	font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: justify;
	padding: 30px 0 0 75px;
}

#information table {
	width: 750px;
	font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: justify;
	padding: 30px 0 0 75px;
}

#information table th {
	width: 100px;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
}

#information table td {
	width: 650px;
	text-align: left;
	padding-left: 20px;
}

#information .infoBtn img {
	margin: 30px auto;
}


.spotNote .infoImg {
	width: 40%;
	margin: 40px 0;
}

.spotNote .infoImg img {
	margin: auto;
}

.spotNote .address {
	width: 60%;
	margin-top: 40px; 
}

.spotNote .address h3 {
	font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 600;
	line-height: 1.2em;
}

.spotNote address {
	font-size: 1rem;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: 0.5px;
}

.infoTitle {
	background-color: #FCFF05;
    width: 145px;
    height: 65px;
    border-radius: 15px;
    margin-bottom: -35px;
}

.infoTitle img {
	position: absolute;
    top: 15px;
    left: 25px
}







#report{
  position: relative;
  background: #FCFF05;
  padding: 20px 0;
  margin: 200px 0;
}
#report dl{
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #584743;
}
#report dl dt{
  z-index: 1;
  position: relative;
}
#report dl dd{
  position: relative;
  width: 550px;
}
#report dl dd i{
  position: absolute;
  top: -80px;
  right: 0;
}
#report dl dd h2{
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 20px;
}
#report dl dd h3{
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
#report dl dd p{
  font-size: 0.9rem;
  line-height: 1.6em;
  margin-bottom: 40px;
  text-align: justify;
}
#report dl dd ul li{
  text-align: right;
}
#report dl dd ul li a{
  position: relative;
  color: #736357;
  font-size: 0.8rem;
  font-weight: 600;
}
#report dl dd ul li a:after{
  content: '';
  font-weight: 600;
  border: 2px solid #736357;
  border-width: 2px 2px 0 0;
  height: 6px;
  width: 6px;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 5px;
}
#report:before,
#report:after{
  position: absolute;
  content: '';
  height: 100px;
  width: 100%;
}
#report:before {
  background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #FCFF05 50.5%) no-repeat top left/100% 100%;
  bottom: 100%;
}
#report:after {
  background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #FCFF05 50.5%) no-repeat top left/100% 100%;
  top: 100%;
}

.linkBtn{
  margin-bottom: 100px;
}





@media screen and (max-width: 736px) {
#ondaytrip img.sp {
    max-width: 100%;
    height: auto;
}
#ondaytrip header {
    width: auto;
    margin: 0 auto 50px;
}
#ondaytrip .inner {
    width: auto;
	margin: unset;
}

	
#intro {
    background-image: url(images/intro_flame_sp.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: unset;
    width: auto;
    height: auto;
    margin: 50px 10px 20px;	
}	
	
#intro .introImg {
    float: none;
    width: auto;
    margin: 0 auto;
    padding: 20px 0;
}	
	
#intro .introText {
    float: none;
    width: auto;
    margin: auto;
}	

#intro .introText h2 {
    text-align: center;
}	
	
#intro .introText p {
    margin: 20px 20px 0;
}	

#intro .introBtn {
    margin-top: unset;
    padding: 20px 0 40px;	
}
	
#sec01 .sec01Text,
#sec02 .sec02Text,
#sec03 .sec03Text {
    display: block;
}	
	
#sec01 .textLeft,
#sec02 .textRight,
#sec03 .textLeft {
    width: auto;
    padding-left: unset;
}	
	
#sec01 .textLeft p,
#sec02 .textRight p,
#sec03 .textLeft p {
    padding: 0;
	margin-bottom: 15px;
    line-height: 1.8em;
    letter-spacing: 0.9px;
}
	
#sec01 .sec01Title img,
#sec02 .sec02Title img,
#sec03 .sec03Title img {
    width: 100%;
    margin: 30px 0 15px;
}	
	
#sec02 .textRight {
    padding-right: unset;
}	
	
#information {
    width: auto;
    margin: 50px 10px;
    position: relative;
}
	
#information h3 {
    padding: 30px 0;
	text-align: center;
}
	
#information table {
    padding: 0 20px;
	width: auto;
}

#information .address {
    height: auto;
}	
	
#information .infoBtn img {
    margin: auto;
    padding: 30px 0;
}	

#information table th {
	width: 255px;
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
}	
	
#report {
    margin: 170px 0;
}	
		
  #report dl {
    display: block;
  }
  #report dl dt {
    margin: 0 0 20px;
  }
  #report dl dd {
    width: auto;
  }
  #report dl dd i {
    top: -65px;
    width: 60px;
  }
  #report:before,
  #report:after {
    height: 50px;
  }
  
  
  .linkBtn {
    margin: 10px 20px 100px;
  }	
	
	
	
	
	




@media screen and (max-width:453px) {

  .act {
    padding: unset;
  }
  #ondaytrip .act .inner {
    width: auto;
    border-radius: 30px;
    padding: 20px 0;
  }
  #extraspot dl dd .title {
    text-align: left;
    padding-right: 0;
    font-size: 130%;
  }
  #extraspot dl dd .read {
    font-size: 1em;
    letter-spacing: 0;
  }
  
	
  #preface .map ul li{ transform: scale(0.6);}
  
  #preface .map ul li:nth-of-type(1) { top: 35%; left: 25%; }
  #preface .map ul li:nth-of-type(2) { top: 58%; left: 14%; }
  #preface .map ul li:nth-of-type(3) { top: 58%; left: 26%; }
  #preface .map ul li:nth-of-type(4) { top: 17%; left: 5%; }
  #preface .map ul li:nth-of-type(5) { top: 38%; left: 2%; }
  