@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
main * { font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}

.list_asterisk{margin-left:1em;}
.list_asterisk li{text-indent:-1em;}
.list_asterisk li:before{content:"※";}
.list_dot{margin-left:1em;}
.list_dot li{text-indent:-1em;}
.list_dot li:before{content:"●";}
.list_square{margin-left:1em;}
.list_square li{text-indent:-1em;}
.list_square li:before{content:"■";}

.font-weight-bold{font-weight: bold;}
.font-size-large{font-size: 1.2em;}
.font-size-small{font-size: 0.85em;}
.font-color-red{color: #E60012;}
.font-color-blue{color: #008CD6;}

.slick-nav .slick-track {
  transform: unset !important;
}



/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.pc{display:none;}
.sp{display:block;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}

  
.inner{
	width: 100%;
	padding: 0 2%;
	box-sizing: border-box;
}
/*title*/
  .mainvisual{
    margin: 0 auto;
  }  


  
ul.pagelinks{
  width: 100%;
	margin: 15px auto;
	padding: 0 10px;
	box-sizing: border-box;
	background: #FF5500;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}	
ul.pagelinks li{
	width: 50%;
	border-left: 1px solid #FFF;
  box-sizing: border-box;
  height: 60px;
}	
ul.pagelinks li a{
  color: #FFF;
  width: 100%;
	height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}	
ul.pagelinks li:nth-child(even){
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	}	
ul.pagelinks li:nth-child(3),ul.pagelinks li:nth-child(4){
	border-top: 1px solid #FFF;
	}	

.mainimage img,#section_01 img,#section_02 img,#section_03 img,#section_04 img,#section_05 img,#section_06 img,#section_07 img{
	vertical-align:bottom;
  width: 100%
	}
#section_01,#section_02,#section_03,#section_04{
	max-width: 930px;
	width: 100%;
  margin: 0 auto 30px auto;
	text-align: center;
	}
#section_05{
	max-width: 930px;
	width: 100%;
  margin: 0 auto;
	text-align: center;
	}
#section_07{
	max-width: 970px;
	width: 100%;
  margin: 0 auto;
	text-align: center;
	}
  
#section_01 .inner{
	max-width: 930px;
	width: 100%;
  background: #FFFFE6;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.5em;
  font-size: 16px;
	}
#section_01 .sec01_img{
	width: 30%;
  margin: 0 auto 10px auto;
	}
#section_01 p{
	width: 100%;
	}

  

#section_02 .inner{
	max-width: 970px;
	width: 100%;
  background: #FFFFE6;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
	}

#section_02 .inner h3{
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px 0;
	}
#section_02 .inner strong{
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px 0;
	}

#section_02 .inner strong.awaji {color:#00A0E9;}
#section_02 .inner strong.sumoto {color:#DC76AC;}
#section_02 .inner strong.minamiawaji {color:#F29700;}

#section_02 .sec02_img{
  margin: 10px 0 0 0;
  }
  
#section_03 .slick-slider{
  width: 90%;
  margin: 0 auto;
   }
#section_03 p.caption{
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
  }

.slick-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px!important;
}
.slick-nav__btn {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 5px 10px;
    margin: 0 5px;
    color: #fff;
    background-color: #CCCCCC;
    border-radius: 5px;
    cursor: pointer;
}
.slick-nav__btn:nth-child(1).slick-current {
    background-color: #00A0E9;
}
.slick-nav__btn:nth-child(2).slick-current {
    background-color: #DC76AC;
}
.slick-nav__btn:nth-child(3).slick-current {
    background-color: #F29700;
}
.slick-nav__btn:hover {
    opacity: .7;
}
  
#section_04 .inner{
	max-width: 970px;
	width: 100%;
  background: #FFFFE6;
  padding: 20px 20px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
	}
#section_04 p.caption{
  font-size: 12px;
	}
#section_04 h3{
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 0 0;
	}
#section_04 h3 span{
  font-size: 16px;
	}
#section_04 ul.sec04_btn{
    justify-content: center;
    display: flex;
    margin: 15px 0 0 0;
  }
  
#section_04 ul.sec04_btn li{
    margin: 0 8px;
  }
#section_05 .inner{
  background: #FFFFE6;
  padding: 25px 25px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
  border: 4px solid #0000FF;
  margin: 20px auto;
  font-weight: 700;
  display: inline-block;
  width: 96%;
	}
#section_05 h3{
  color:#FF0000;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
	}
#section_05 p.caption{
  font-size: 10px;
  font-weight: normal;
  line-height: 1.5em;
  margin: 10px 0 0 0;
	}

  #section_06 .inner_box01{
    border: 5px solid #00A0E9;
    max-width:890px;
    width: 90%;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
  }  
  #section_06 .inner_box02{
    border: 5px solid #DC76AC;
    max-width:890px;
    width: 90%;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
  }  
  #section_06 .inner_box03{
    border: 5px solid #F29700;
    max-width:890px;
    width: 90%;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
 }  

  
  
  #section_06 ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }  
  #section_06 ul li{
    width: 100%;
  }  
  #section_06 .inner_box01 ul li:nth-child(odd){
    padding: 20px;
    box-sizing: border-box;
     background: #BFE7F9;
 }  
  #section_06 .inner_box01 ul li:nth-child(even){
    padding: 20px;
    box-sizing: border-box;
    background: #EDF8FD;
  }  
  #section_06 .inner_box02 ul li:nth-child(odd){
    padding: 20px;
    box-sizing: border-box;
     background: #FDF5F9;
 }  
  #section_06 .inner_box02 ul li:nth-child(even){
    padding: 20px;
    box-sizing: border-box;
    background: #F6DDEA;
  }  
  #section_06 .inner_box03 ul li:nth-child(odd){
    padding: 20px;
    box-sizing: border-box;
     background: #FDEFD9;
 }  
  #section_06 .inner_box03 ul li:nth-child(even){
    padding: 20px;
    box-sizing: border-box;
     background: #FBE0B2;
 }  
  
  #section_06 ul li.minamiawaji01{
    padding: 20px!important;
    box-sizing: border-box;
  }  
  #section_06 ul li.minamiawaji02{
    padding: 20px;
    width: 100%;
  }  
  #section_06 ul li:nth-child(1),#section_06 ul li:nth-child(2){
    padding:0!important;
    box-sizing: border-box;
  }  
  #section_06 ul li p{
    text-align: center;
    font-size: 16px;
    margin: 0 0 10px 0;
  }

  


  

.btn a{
    max-width: 400px;
    width: 100%;
    border-radius: 20px;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #FFF;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    background-size: 16px!important;
    padding: 8px 0;
  }
  
.btn a.jr{
  background: url("../images/common_arrow.png") no-repeat left 20px center #4470FF;
  margin: 0 0 15px 0;
  }
.btn a.stay{
  background: url("../images/common_arrow.png") no-repeat left 20px center #774433;
  margin: 0;
  }

#section_07 .inner{
	max-width: 970px;
	width: 100%;
  background: #FFFFE6;
  padding: 25px 20px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 20px 0;
	}

#section_07 .inner h2{
  margin: 0 0 10px 0;
	}
#section_07 .inner .pamphlet_wrap{
	}
#section_07 .inner .pamphlet_wrap > div{
  margin: 0 10px;
	}
#section_07 .inner .pamphlet_wrap > div img{
  margin: 10px auto;
  width: 70%;
	}
#section_07 .inner .pamphlet_wrap > div ul{
  display: flex;
  justify-content: center;
	}
#section_07 .inner .pamphlet_wrap > div ul li{
  margin: 0;
  width: 50%;
	}
  #section_07 .inner .pamphlet_wrap > div:first-child ul{
    margin: 0 0 20px 0;
  }
#section_07 .inner .pamphlet_wrap > div:first-child ul li{
  margin: 0;
  width: 50%;
	}
#section_07 .inner .pamphlet_wrap > div ul li span{
  color: #FF0000;
	}
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
.sp{display:none;}
.pc{display:block;}

#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
img{
    max-width: 100%;
  }

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}


  .mainvisual{
    max-width: 970px;
    width: 100%;
    margin: 0 auto;

  }  
  

  
ul.pagelinks{
	max-width: 970px;
  width: 100%;
	margin: 30px auto;
	padding: 5px 20px;
	box-sizing: border-box;
	background: #FF5500;
  font-size: 17px;
  text-align: center;
  display: table;
  font-weight: bolder;
  
	}	
ul.pagelinks li{
	width: 25%;
	border-left: 1px solid #fff;;
  box-sizing: border-box;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}	
  ul.pagelinks li a{
    color: #FFF;
	}	
ul.pagelinks li:last-child{
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	}	
  
#section_01 img,#section_02 img,#section_03 img,#section_04 img,#section_05 img,#section_06 img{
	vertical-align:bottom;
	}
#section_01,#section_02,#section_03,#section_04{
	max-width: 930px;
	width: 100%;
  margin: 0 auto 60px auto;
	text-align: center;
	}
#section_05{
	max-width: 930px;
	width: 100%;
  margin: 0 auto;
	text-align: center;
	}
#section_07{
	max-width: 970px;
	width: 100%;
  margin: 0 auto;
	text-align: center;
	}

  
  
#section_01 .inner{
	max-width: 930px;
	width: 100%;
  background: #FFFFE6;
  padding: 25px 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  text-align: left;
  line-height: 1.5em;
	}
#section_01 .sec01_img{
	width: 150px;
  margin: 5px 10px 0 0;
	}
#section_01 p{
	width: calc(100% - 160px);
	}

  

#section_02 .inner{
	max-width: 970px;
	width: 100%;
  background: #FFFFE6;
  padding: 25px 20px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  line-height: 1.5em;
	}

#section_02 .inner h3{
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 30px 0;
	}
#section_02 .inner strong{
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 30px 0;
	}

#section_02 .inner strong.awaji {color:#00A0E9;}
#section_02 .inner strong.sumoto {color:#DC76AC;}
#section_02 .inner strong.minamiawaji {color:#F29700;}

#section_02 .sec02_img{
  margin: 10px 0 0 0;
  }
  
#section_03 .slick-slider{
  width: 600px;
  margin: 0 auto;
   }
#section_03 p.caption{
  width: 600px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
   }

.slick-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px!important;
}
.slick-nav__btn {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 5px 15px;
    margin: 0 5px;
    color: #fff;
    background-color: #CCCCCC;
    border-radius: 5px;
    cursor: pointer;
}
.slick-nav__btn:nth-child(1).slick-current {
    background-color: #00A0E9;
}
.slick-nav__btn:nth-child(2).slick-current {
    background-color: #DC76AC;
}
.slick-nav__btn:nth-child(3).slick-current {
    background-color: #F29700;
}
.slick-nav__btn:hover {
    opacity: .7;
}
  
#section_04 .inner{
	max-width: 970px;
	width: 100%;
  background: #FFFFE6;
  padding: 25px 20px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  line-height: 1.5em;
	}
#section_04 p.caption{
  font-size: 14px;
	}
#section_04 h3{
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0 0 0;
	}
#section_04 h3 span{
  font-size: 20px;
	}
#section_04 ul.sec04_btn{
    justify-content: center;
    display: flex;
    margin: 15px 0 0 0;
  }
  
#section_04 ul.sec04_btn li{
    margin: 0 8px;
  }
#section_05 .inner{
  background: #FFFFE6;
  padding: 15px 15px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
  border: 4px solid #0000FF;
  margin: 20px auto;
  font-weight: 700;
  display: inline-block;
	}
#section_05 h3{
  color:#FF0000;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px 0;
	}
#section_05 p.caption{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5em;
  margin: 20px 0 0 0;
	}

  #section_06 .inner_box01{
    border: 5px solid #00A0E9;
    max-width:890px;
    width: 100%;
    margin: 0 auto 40px auto;
    box-sizing: border-box;
  }  
  #section_06 .inner_box02{
    border: 5px solid #DC76AC;
    max-width:890px;
    width: 100%;
    margin: 0 auto 40px auto;
    box-sizing: border-box;
  }  
  #section_06 .inner_box03{
    border: 5px solid #F29700;
    max-width:890px;
    width: 100%;
    margin: 0 auto 40px auto;
    box-sizing: border-box;
 }  

  
  
  #section_06 ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }  
  #section_06 ul li{
    width: 50%;
  }  
  #section_06 ul li:nth-child(odd){
    padding: 20px 20px 20px 15px;
    box-sizing: border-box;
  }  
  #section_06 ul li:nth-child(even){
    padding: 20px 15px 20px 20px;
    box-sizing: border-box;
  }  
  
  
  
  
  
  
  #section_06 ul li.minamiawaji01{
    padding: 10px!important;
    box-sizing: border-box;
  }  
  #section_06 ul li.minamiawaji02{
    padding: 20px;
    width: 100%;
  }  
  #section_06 ul li.minamiawaji02 .btn{
    display: flex;
    justify-content: center;
  }  
  #section_06 ul li.minamiawaji02 .btn a{
    margin: 0 15px!important;
  }  

  
  #section_06 ul li:nth-child(1),#section_06 ul li:nth-child(2){
    padding:0;
    box-sizing: border-box;
  }  
  #section_06 ul li p{
    text-align: center;
    font-size: 24px;
    margin: 0 0 15px 0;
  }

  #section_06 ul li.bk01{
    background: #EDF8FD;
  }
  #section_06 ul li.bk02{
    background: #BFE7F9;
  }
  #section_06 ul li.bk03{
    background: #FDF5F9;
  }
  #section_06 ul li.bk04{
    background: #F6DDEA;
  }
  #section_06 ul li.bk05{
    background: #FDEFD9;
  }
  #section_06 ul li.bk06{
    background: #FBE0B2;
  }




  

.btn a{
    max-width: 400px;
    width: 100%;
    border-radius: 20px;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #FFF;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    background-size: 16px!important;
    padding: 8px 0;
  }
  
.btn a.jr{
  background: url("../images/common_arrow.png") no-repeat left 20px center #4470FF;
  margin: 0 0 15px 0;
  }
.btn a.stay{
  background: url("../images/common_arrow.png") no-repeat left 20px center #774433;
  margin: 0;
  }

#section_07 .inner{
	max-width: 970px;
	width: 100%;
  background: #FFFFE6;
  padding: 25px 20px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 20PX 0;
	}

#section_07 .inner h2{
  margin: 0 0 20px 0;
	}
#section_07 .inner .pamphlet_wrap{
  display: flex;
  justify-content: center;
	}
#section_07 .inner .pamphlet_wrap > div{
  margin: 0 20px;
	}
#section_07 .inner .pamphlet_wrap > div img{
  margin: 10px 0;
	}
#section_07 .inner .pamphlet_wrap > div ul{
  display: flex;
	}
#section_07 .inner .pamphlet_wrap > div ul li{
  margin: 0;
  width: 230px;
	}
#section_07 .inner .pamphlet_wrap > div:first-child ul li{
  margin: 0;
  width: 200px;
	}
#section_07 .inner .pamphlet_wrap > div ul li span{
  color: #FF0000;
	}

  
}

