
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;
}
#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: -75px;
  top: 90px;
}
#ondaytrip header .img img.pc {
  margin-left: -60px;
}
#ondaytrip .act .inner {
  position: relative;
}



#preface {
	padding: 280px 0 200px;
	background: url("images/bg_dots.png") center top;
	background-repeat: repeat-x;
	margin-top: -80px;
}
#preface .inner {
 	width: 700px;
 	padding: 10px;
 	background: #EEF2F5;
 	border: solid 5px #1B1464;
 	border-radius: 35px;
	position: relative;
}
#preface .inner .ce {
	position: absolute;	
}
#preface .inner .ce {
	z-index: 30;
	left: 270px;
    top: -65px;
}
#preface .inner .photo {
	width: 530px;
	margin: 80px auto 0;
}
#preface .inner .text {
	font-size: 125%;
	text-align: justify;
    color: #1B1464;
    line-height: 1.5em;
	font-weight: 700;
    width: 530px;
	margin: -20px auto 50px;		
}


.act {
 	padding: 80px 0 0;
}
#act1,#act2,#act3,#extraspot {
 	background:#EEF2F5;
}
#extraspot {
 	padding: 100px 0;
}


.act .up {
	margin: 0 0 20px;
}
.act .down {
	margin: 20px 0 0;
}
.act .contents {
 	width: 1100px;
  	margin: 0 auto;
}
#act1 .textArea,
#act3 .textArea {
	width: 320px;
	float: right;
	margin: 110px 0 0;
}
#act3 .textArea {
	margin: 130px 0 0;
	padding-top: 0;
}
#act2 .textArea {
	width: 320px;
	float: left;
	margin: 90px 0 0;
}
#act1 .inContent,
#act3 .inContent {
	width: 680px;
	float: left;
}
#act2 .inContent {
	width: 680px;
	float: right;
}

#act1 .lineNami {
	background: url("images/bg_nami.png") ;
	height: 200px;
	transform:rotate(-4deg) ;
	margin-top: 70px;
}
#act2 .lineNami {
	background: url("images/bg_nami.png") ;
	height: 200px;
	transform:rotate(4deg) ;
	margin-top: 70px;
}

.spotTitle {
	margin-bottom: 30px;
}
.act .contents .textWrap {
	font-size: 100%;
	line-height: 180%;
	margin-bottom: 30px;
	color: #1B1464;
}
.act .contents .textWrap .text {
	font-weight: 700;
	line-height: 1.7em;
	font-size: 125%;
	text-align: justify;
}

.act .contents .detail {
	margin: 0;
  color: #1F5173;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.act .contents .detail h3{
	font-weight: bold;
  font-size: 120%;
  margin: 10px 0;
  text-align: center;
}
.act .contents .detail table th,
.act .contents .detail table td{
  font-weight: bold;
	background: auto;
  border: none;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #1F5173;
  padding: 2px;
}
.act .contents .detail .data a{
	display: block;
}
.act .contents .detail .data .btn{
  margin: 10px 0 0;
}








#extraspot .inner {
	width: 1100px;
    background: #FFF;
    border-radius: 30px;
    padding: 40px 50px;
    box-sizing: border-box;
}
#extraspot .inner .extraspotImg {
	width: 450px;
	float: left;
}
#extraspot .inner .extraspotText {
	width: 500px;
	float: right;
}
#extraspot .inner .text {
	width: 500px;
	text-align: justify;
	font-weight: 700;
	line-height: 1.8em;
	font-size: 137%;
	color: #1B1464;
	margin-top: 30px;
}
#extraspot {
	position: relative;
	z-index: 5;
}
#extraspot::after {
	content: "";
	position: absolute;
	top: -30%;
	left: 0;
	width: 0px;
	height: 480px;
}



#consultation{
  background: #EEF2F5;
  color: #1B1464;
  padding: 20px;
}
#consultation h3{
  font-size: 200%;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
}
#consultation dl{
  margin: 0 0 40px;
  text-align: center;
}
#consultation dl dt,
#consultation dl dd{
  width: 48%;
  margin: auto;
}
#consultation dl dd{
  font-size: 140%;
  line-height: 1.6em;
  font-weight: 500;
}
#consultation dl dd h4{
  font-weight: 600;
  margin-top: 20px;
}








@media screen and (max-width: 736px) {
  img{
    max-width: 100%;
  }
  #ondaytrip img.sp {
    max-width: 100%;
    height: auto;
  }
  #ondaytrip .act .inner {
    width: auto;
    border-radius: 30px;
    padding: 20px;
  }
  #ondaytrip header {
    width: auto;
    margin: 0 auto 20px;
  }
  #ondaytrip .inner {
    width: auto;
    padding: 20px 30px;
	margin: auto 10px;
  }
	
	
  #preface {
    padding: 235px 0 70px;
	background-size: cover;
  }
  #preface .inner .ce {
	position: absolute;	
}
  #preface .inner .ce {
	z-index: 30;
	left: 95px;
    top: -85px;
    width: 45%;
}
#preface .inner .photo {
    width: auto;
    margin: 25px auto 10px;
}
  #preface .inner .text {
    width: auto;
    text-align: unset;
    margin: -20px auto 25px;
  }
	
	
.act {
  padding: 180px 10px;
  }	
.act .contents {
    width: auto;
  }
.act .actImg {
    margin-bottom: 10px;
    height: auto;
  }
.act .actImg img {
    display: inline;
    position: static;
  }
#act1 .inContent, #act2 .inContent, #act3 .inContent {
    width: auto;
}
#act1 .inContent {
	margin-top: 50px;	
	}	
.act .contents .textArea {
    width: auto;
    float: none;
}
#act1 .textArea, #act2 .textArea, #act3 .textArea {
    margin-top: 0;
	width: auto;	
}
.act .contents .textWrap {
    margin: -25px 0 30px;
  }
.act .contents .textWrap .text {
    line-height: 160%;
    font-size: 100%;
  }
  .act .inContent {
    margin-bottom: 50px;
  }
  .act .contents .inContent {
    float: none;
  }
  .act .inContent img {
    max-width: 100%;
    height: auto;
  }
  #act1:before,#act2:before,#act3:before,#act4:before,#act5:before,
  #act1:after,#act2:after,#act3:after,#act4:after,#act5:after{
    content: none;
  }
#act1 .lineNami {
    height: 100px;
    margin-top: -30px;
    background-size: cover;
  }
#act2 .lineNami {
    height: 100px;
    margin-top: -10px;
    background-size: cover;
  }
   
  
#extraspot {
    padding: 0 0 50px;
  }
#extraspot .inner {
    width: auto;
    padding: 30px;
	margin: 0 10px;
}
#extraspot::after {
    top: -110px;
    height: 100%;
  }
#extraspot .inner .extraspotImg {
    width: auto;
}
#extraspot .inner .extraspotText {
    width: auto;
	margin-top: 25px;
}	
#extraspot .inner .text {
    width: auto;
	text-align: unset;
    margin-top: 15px;
	font-size: 120%;
}
	




@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%; }
  