@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
/* CSS Document */
html{scroll-behavior:smooth;}
#wrapper {
	width: 100%;
	margin:0 auto 30px;
	font-size:14px;
  overflow: hidden;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family:'Shippori Mincho', serif;
	background: url("../images/page_bottom.png")repeat-x bottom center,url("../images/page_bg.jpg")repeat-y top center;
	background-size: auto 400px,cover;
	padding-bottom: 200px;
}
#wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
@media screen and (max-width: 759.9px){
	#wrapper {
		background: url("../images/page_bottom.png")repeat-x bottom center,url("../images/page_bg.jpg")repeat-y top center;
		background-size: auto 200px,cover;
		padding-bottom: 100px;
	}
}

#wrapper a{
   word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.disnon {
  display: none;
}
.text_red {
	color: #B20202;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
a.godetail{
  width: 80%;
  max-width: 300px;
  height: 50px;
	margin: 0 2%;
  display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
	text-decoration: none;
	border: 2px solid #1b1464;
	background-color:#1b1464;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 6px;
	z-index: 10;
	font-family: 'Noto Sans JP', sans-serif;
  color: #FFFFFF;
}
a.godetail.stay{
	background: url("../images/button_stay.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail.jr{
	background: url("../images/button_jr.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100% ;
}
a.godetail:hover {
	background-color: #FFFFFF;
	color: #1b1464 !important;
  background-image: url("../images/arrow_blue.svg");
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}
a.btn{
  width: 60%;
  max-width: 350px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
	text-decoration: none;
	background:#FF0000;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
  color: #FFFFFF;
}

.deco{
	font-weight: normal;
  display: inline-block;
	padding: 0 15px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: 10px auto;
}
.slash span{
  display: inline-block;
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
	background-size:12px;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    font-size: 90% ;
    background-position: center right 8px;
  }
  .deco{
    display: inline-block;
		padding: 0 10px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: 8px;
	}
	.slash span{
		padding: 0 12px;
		background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
		background-size:8px;
	}
}
/*-------------wave--------------*/
.wave {
	width: 100%;
	background: url("../images/wave.png") repeat-x center right ;
	background-size: auto 80px;
	height: 80px;
	margin:-20px 0 50px;
}
@media screen and (max-width: 759.9px){
  .wave {
    width: 100%;
    background: url("../images/wave.png") repeat-x center right ;
    background-size: auto 60px;
    height: 60px;
    margin:-20px 0 30px;
  }
}
/*-------------トップリード   --------------*/
#pageTopLead {
	margin-bottom:0;
}
#pageTopLead .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 50px;
	text-align: center;
	background: url("../images/topbg.png") repeat-y top center;
	background-size: 100% auto;
}
#pageTopLead .inner h2{
	width: 95%;
	max-width: 850px;
	margin: 0 auto 10px;
}
#pageTopLead h2 img{
	width: 100%;
}
#pageTopLead .comment{
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	background:url("../images/bg_toplead.png")no-repeat top center;
	background-size: 100%;
	padding: 30px 20px 20px;
	/*box-shadow: 0 2px 4px rgba(0,0,0,0.2);*/
	text-align: left;
	border-radius: 0 0 10px 10px;
}
#pageTopLead .comment p{
	font-size: 140%;
}
@media screen and (max-width: 759.9px){
  #pageTopLead .inner {
    padding: 30px 0;
  }
	#pageTopLead .comment p{
		font-size: 110%;
	}
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  padding-bottom: 30px;
}
.pageContent .inner{
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}
.pageContent .title{
	background: url("../images/title_line.png")no-repeat bottom center;
	background-size: auto 10px;
	padding-bottom: 15px;
  margin: 0 auto 20px;
	font-size: 200%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #1B1464;
	text-align: center;
}
@media screen and (max-width: 759.9px){
  .pageContent .title{
    background: url("../images/title_line.png")no-repeat bottom center;
    background-size: auto 8px;
    padding-bottom: 12px;
    font-size: 160%;
  }
}
/*-------------result--------------*/
#result {
	width: 95%;
	max-width: 800px;
	margin: 0 auto 30px;
	background: rgba(255,255,255,0.5);
	padding: 20px 0;
	border:1px solid #1B1464;
	border-radius: 10px;
}
#result h2{
	text-align: center;
	font-size: 160%;
	margin-bottom: 20px;
}
#result dl{
	width: 90%;
	max-width: 450px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 5px;
	font-size: 120%;
	border-bottom:1px solid #CCCCCC;
	padding: 5px;
}
#result dl dt{
	text-align: left;
}
#result dl dd{
	text-align: right;
	white-space: nowrap;
}
#result .comment{
	width: 90%;
	max-width: 700px;
	margin: 20px auto 0;
	display: flex;
	justify-content: center;
}
#result .comment p{
	font-size: 120%;
}
@media screen and (max-width: 759.9px){
	#result h2{
		font-size: 120%;
	}
	#result dl{
		font-size: 110%;
	}
	#result dl{
		width: 90%;
		display: block;
		margin: 0 auto 5px;
		font-size: 120%;
		border-bottom:1px solid #CCCCCC;
		padding: 5px;
	}
	#result dl dt{
		text-align: left;
	}
	#result dl dd{
		text-align: right;
	}

	#result .comment p{
		font-size: 100%;
	}
}
/*-------------information--------------*/
#information {
  width: 90%;
	max-width: 750px;
  margin: 0 auto 50px;
}
#information .guide{
	padding:10px 80px 50px 0;
	background: url("../images/shimako2.png")no-repeat right top;
	background-size: 80px auto;
	margin-bottom: 10px;
}

#information p{
	text-align: left;
	font-size: 120%;
	display: flex;
	justify-content: center;
}
#information p.kikan{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 160%;
	text-align: center;
}
#information dl{
  width: 90%;
  margin: 0 auto 10px;
  display: flex;
}
#information dl dt{
  white-space: nowrap;
	text-align: left;
}
#information dl dd{
	text-align: left;
  padding-left: 10px;
}
@media screen and (max-width: 759.9px){
	#information .guide{
		padding:0 0 80px 0;
		background: url("../images/shimako2.png")no-repeat right bottom;
		background-size: auto 80px;
		margin-bottom: -20px;
	}
  #information p.kikan{
    font-size: 140%;
    text-align: center;
    line-height: 2;
  }
  #information dl{
    width: 100%;
    margin: 0 auto 15px;
    display: flex;
    flex-wrap: wrap;
  }
  #information dl dt{
    width: 100%;
  }
  #information dl dd{
    width: 100%;
    padding-left: 1em;
  }
}

/*-------------チャート--------------*/
@media screen and (min-width: 760px){
  .flow_unit {
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
  }
  .flow_unit .flow{
    width: 25%;
    text-align: center;
    position: relative;
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow_unit .flow p{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    font-size: 110%;
    text-align: center;
	  font-family: 'Noto Sans JP', sans-serif;
  }
  .flow img {
    width: 70%;
  }
  .flow_unit .flow::before{
    content: "";
    position: absolute;
    top:45%;
    left: 84%;
    width: 33%;
    height: 40px;
    background: url("../images/arrow.png")no-repeat center;
    background-size: contain;
  }
  .flow_unit .flow:last-child::before{
    content: "";
    background: none;
  }
}
@media screen and (max-width: 759.9px){
  .flow_unit {
    width: 110%;
    height: 330px;
    margin: 0 -5% 60px;
    position: relative;
  }
  .flow_unit .flow{
    width: 40%;
    text-align: center;
    position: relative;
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow_unit .flow p{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    font-size: 90%;
    text-align: center;
	  font-family: 'Noto Sans JP', sans-serif;
  }
  .flow img {
    width: 80%;
  }
  .flow:first-child {
    position: absolute;
    top:35%;
    left: 0;
  }
  .flow:nth-child(2) {
    position: absolute;
    top:0;
    left:30%;
  }
  .flow:nth-child(3) {
    position: absolute;
    top:35%;
    right:0;
  }
  .flow:last-child {
    position: absolute;
    bottom: -10%;
    left:30%;
  }
  .flow_unit .flow:nth-child(2)::before{
    content: "";
    position: absolute;
    top:60%;
    left: -20%;
    width: 30%;
    height: 40px;
    background: url("../images/arrow.png")no-repeat center;
    background-size: contain;
    transform: rotate(-40deg);
    z-index: 1;
  }
  .flow_unit .flow:nth-child(2)::after{
    content: "";
    position: absolute;
    top:60%;
    right: -20%;
    width: 30%;
    height: 40px;
    background: url("../images/arrow.png")no-repeat center;
    background-size: contain;
    transform: rotate(40deg);
    z-index: 1;
  }
  .flow_unit .flow:last-child::before{
    content: "";
    position: absolute;
    top:5%;
    right: -20%;
    width: 30%;
    height: 40px;
    background: url("../images/arrow.png")no-repeat center;
    background-size: contain;
    transform: scale(-1, 1) rotate(40deg);
    z-index: 1;
  }
}
/*-------------yoyaku--------------*/
.yoyaku {
  width: 100%;
  margin: 0 auto 20px;
}
.yoyaku p.slash{
 font-size: 140%;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.yoyaku p.title{
	width: 60%;
	max-width: 250px;
	background: url("../images/title_line.png")no-repeat bottom center;
	background-size: 100% 8px;
	padding-bottom: 12px;
  margin: 0 auto 20px;
	font-size: 120%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #1B1464;
}
.yoyaku_block_unit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  margin: 0 auto 30px;
}
.yoyaku_block {
  width: 33.33%;
}
.yoyaku_unit {
  width: 100%;
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 759.9px){
  .yoyaku_block {
    width: 100%;
    margin-bottom: 20px;
  }
  .yoyaku p.slash{
   font-size: 120%;
  }
  .yoyaku p.title{
    background: url("../images/title_line.png")no-repeat bottom center;
    background-size: 100% 6px;
    padding-bottom: 12px;
  }

}
.otherarea {
	width: 95%;
	border-top:5px dotted #1B1464;
	padding-top: 30px;
	margin: 50px auto 20px;
}
.otherarea .yoyaku_block {
  width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

/*-------------about --------------*/
#about {
}	
#about dl {
  width: 100%;
  display: flex;
  justify-content: center;
  margin:50px auto 0;
	position: relative;
}
#about dl::before {
	content: "";
	position: absolute;
	top:-100px;
	right:30px;
  width: 150px;
	height: 150px;
	background: url("../images/shimakosan.png")no-repeat center;
	background-size: contain;
}
#about dl dt {
	width: 40%;
}
#about dl dt img{
  width: 100%;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
#about dl dd {
	width: 60%;
  padding: 70px 20px 0;
  text-align: left;
}
#about dl dd p {
	font-size: 140%;
}
@media screen and (max-width: 759.9px){
	#about dl::before {
		top:-90px;
		right:-10px;
		width: 90px;
		height: 90px;
	}
	#about dl {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin:50px auto 0;
		flex-direction: column;
	}
	#about dl dt {
		width: 80%;
	}
	#about dl dd {
		width: 100%;
		padding: 20px 20px;
		text-align: left;
	}
	#about dl dd p {
	font-size: 120%;
	}
}
/*-------------report--------------*/
#report .inner{
	background: #FFFFFF;
	border:4px solid #DFF226;
	border-radius: 20px;
	padding: 20px 0 40px;
}
#report .inner h3{
	background:  #DFF226;
	padding: 5px 20px 8px;
	font-size: 160%;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap:20px;
}
#report .inner h3 span{
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding-right: 30px;
}
#report .inner p{
	padding: 5px 20px;
	font-size: 120%;
	margin-bottom: 20px;
}
#report .inner dl{
	width: 95%;
	margin: 0 auto -20px;
	display: flex;
	align-items: center;
}
#report .inner dl dt{
	width: 40%;
}
#report .inner dl dd{
	width: 60%;
}
#report .inner .photo_unit{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#report .inner .photo_unit img:first-child{
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: bottom;
	margin-bottom: 4px;
}
#report .inner .photo_unit img:nth-child(2){
	width: calc(50% - 2px);
}
#report .inner .photo_unit img:nth-child(3){
	width: calc(50% - 2px);
}
#report .inner .photo,
#report .inner .photo img{
	width: 100%;
}

@media screen and (max-width: 759.9px){
	#report .inner{
		background: #FFFFFF;
		border:2px solid #DFF226;
		border-radius: 10px;
		padding: 15px 0 30px;
	}
	#report .inner h3{
		padding: 2px 15px 10px;
		font-size: 120%;
		margin-bottom: 15px;
		display: flex;
		align-items:flex-start;
		gap:0;
		flex-direction: column;
	}
	#report .inner h3 span{
		color: #FFFFFF;
		border-right:none;
		padding-right: 0;
		margin: 0 0 0 auto;
	}
	#report .inner p{
		padding: 5px 00px;
		font-size: 120%;
		margin-bottom:5px;
	}
	#report .inner dl{
		width: 90%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	#report .inner dl dt{
		width: 100%;
		margin-bottom: 10px;
	}
	#report .inner dl dd{
		width: 100%;
	}
	#report .inner .photo_unit{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#report .inner .photo_unit img:first-child{
		width: 100%;
		height: 150px;
	}
}