@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..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');
/* CSS Document */
html {
  scroll-behavior: smooth;
}

#wrapper {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif;
}

#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;
}

#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;
}
.marker {
  background: linear-gradient(transparent 80%, #ffd22c 80%);
}

a.godetail {
  width: 47%;
  max-width: 300px;
  height: 60px;
  margin: 0 1.5%;
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background: url("../images/button.png") no-repeat center bottom;
  background-size: 100%;
  z-index: 10;
  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 {
  color: #FFFFFF !important;
  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;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background: #f5504a;
  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;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    padding: 10px 0 15px;
    font-size: 90%;
  }

  .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;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  margin: 0 auto;
}
.pageContent > .inner{
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 759.9px) {
	.pageContent > .inner{
		padding: 30px 0;
	}
}
/*-------------トップリード   --------------*/
.color1{
	background:#ec6d65;
}
.color2{
	background:#ffcc00;
}
.color3{
	background:#5DC2D0;
}
#page_roof .toplogo {
  max-width: 100%;
	max-width: 950px;
  margin:20px auto;
}
#page_roof .toplogo{
	width: 100%;
	border: 3px solid #5DC2D0;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:3%;
	padding: 10px 50px;
}
#page_roof .toplogo img:first-child {
	width: 27%;
}
#page_roof .toplogo img:nth-child(2) {
	width: 27%;
}
#page_roof .toplogo img:last-child {
	width: 40%;
}
@media screen and (max-width: 759.9px) {
	#page_roof .toplogo {
		border: 2px solid #5DC2D0;
		margin: 0 auto 10px;
		padding: 10px 20px;
	}
}
#page_roof .pagetitle {
	width: 100%;
	background: #ec6d65;
	padding: 20px 10px;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
#page_roof .pagetitle .inner{
	width: fit-content;
	margin: 0 auto;
	font-family:'M PLUS Rounded 1c', sans-serif;
}
#page_roof .pagetitle p{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 240%;
	line-height: 1.4;
}
#page_roof .pagetitle h2{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 350%;
	line-height: 1.4;
}
#page_roof h3 {
  margin-bottom: 20px;
  font-size: 220%;
	text-align: center;
	font-weight: normal;
}

#page_roof .lead {
	width: 100%;
  margin:0 auto 20px;
	border: 15px solid #ffcc00;
	padding: 20px 20px 10px;
}

#page_roof .lead h4 {
	text-align: center;
	color: #5DC2D0;
	font-size: 180%;
	margin-bottom: 20px;
}
#page_roof .lead p {
	font-size: 140%;
	margin-bottom: 10px;
}

#page_roof p.offer {
  text-align: right;
  color: #636363;
  font-size: 14px;
}
@media screen and (max-width: 759.9px) {
	#page_roof .pagetitle {
		padding: 10px 5px;
	}
	#page_roof .pagetitle p{
		font-size: 5vw;
		margin-bottom: 5px;
	}
	#page_roof .pagetitle h2{
		font-size: 6.5vw;
	}
	#page_roof h3 {
		font-size: 160%;
	}
	#page_roof .lead {
		margin:0 auto 20px;
		border: 10px solid #ffcc00;
		padding: 20px 0 5px;
	}
	#page_roof .lead h4 {
		font-size: 140%;
	}
	#page_roof .lead p {
		font-size: 120%;
		padding: 0 20px;
	}
  #page_roof p.offer {
    font-size: 12px;
		text-align: left;
		text-indent: -3em;
		margin-left: 4em;
  }
}

#information {
  margin: 60px auto 40px;
}

#information dl {
  max-width: 750px;
	font-size: 125%;
  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;
}
#information .chart {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}
#information .chart img {
	max-width: 100%;
}

@media screen and (max-width: 759.9px) {
	#information {
		margin: 0 auto 20px;
	}

	#information dl {
		font-size: 110%;
		width: 95%;
	}
}

/*-------------チャート--------------*/
@media screen and (min-width: 760px) {
  .flow_unit {
    width: 100%;
    margin: 30px auto 30px;
    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;
  }

  .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: 30px -5%;
    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: 100%;
    text-align: center;
  }

  .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: -10%;
    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: -10%;
    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: -10%;
    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: 50px auto 60px;
}

.yoyaku h2 {
  margin: 0 auto 10px;
}

.deco {
  margin: 0 auto 10px;
  display: table;
}

.yoyaku_unit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
@media screen and (max-width: 759.9px) {
	.yoyaku {
		width: 98%;
		margin: 50px auto 40px;
	}
	
}
/*-------------about --------------*/
#about .inner {
  background-color: #FFF0F0;
  border-radius: 40px;
	padding: 40px 0;
}

#about dl.movie {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

#about dl.movie dt {
  padding: 0 20px;
}

#about dl.movie dt img {
  width: 100%;
  max-width: 300px;
}
#about dl.movie .offer {
  margin: 0 0 10px 0;
}
#about dl.faq  {
  width: 90%;
  margin: 0 auto 30px;
}
#about dl.faq h2 {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 160%;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
}
#about dl.faq h2 img {
	width: 40px;
	height: auto;
}
#about dl.faq h2.icon_g {
	background:#5DC2D0;
}
#about dl.faq h2.icon_y {
	background:#ffcc00;
}
#about .faq dd{
	padding: 10px;
}
@media screen and (min-width: 760px) {
	#about .faq dd{
		display: flex;
	}
	#about dl.faq dd .photo{
		width: 35%;
		padding-left: 10px;
	}
	#about dl.faq dd p.unit{
		width: 65%;
	}
}
@media screen and (max-width: 759.9px) {
	#about dl.faq dd .photo{
		width: 80%;
		margin: 15px auto 10px;
	}
}
#about dl.faq dd .photo img{
	width: 100%;
}
#about dl.faq dd p{
	font-size: 110%;
}

@media screen and (max-width: 759.9px) {
  #about dl.movie {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  #about dl.movie dt {
    margin-bottom: 20px;
		text-align: center;
  }

  #about dl.movie dt img {
    width: 70%;
  }

  #about dl.movie dd {
    width: 100%;
  }
  #about dl.movie dd iframe {
		text-align: center;
    width: 100%;
    height: 53vw;
  }

	#about dl.faq h2 {
		font-size: 130%;
	}
}
/*-----トップswiper-----------------*/
.swiper-container.top{
	width: 100%;
	margin:0 auto;
}
.swiper-container.top .swiper-slide{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.swiper-container.top .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}
@media screen and (max-width: 759.9px){
	.swiper-container.top{
		height: 40vh;
	}
}
