@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{scroll-behavior:smooth;}
#wrapper {
	width: 100%;
	margin:0 auto 30px;
 	font-size:14px;
	line-height:1.6;
  overflow: hidden;
	background: transparent linear-gradient(167deg, #F2F7FA 0%, #F4FFFF 100%) 0% 0% no-repeat padding-box;
}
#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 85%, #ffd22c 85%);
  margin-left: 3px;
  margin-right: 3px;
  font-size: 110%;
}
a.godetail{
	display: flex;
	align-items: center;
	justify-content: center;
  height: 60px;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
  color: #FFFFFF;
  font-size: 90%;
  line-height: 1.5;
  padding-bottom: 5px;
}
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;
}
.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{
    height:50px;
  }
  .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;
	}
}
/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  height: 450px;
	background: url("../images/topbg.jpg")no-repeat center;
	background-size: cover;
}
.page_roof .inner {
	width: 100%;
  max-width: 950px;
  margin: 0 auto;
  height: 100%;
}
.page_roof h2{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
  max-width: 100%;
  max-height: 90%;
}

@media screen and (max-width: 759.9px){
  .page_roof {
    height: 25vh;
  }
}
/*-------------fix--------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
  z-index: 20;
}
/*-------------ナビPC--------------*/
@media screen and (min-width: 760px){
	#pageNav {
		background:#4B90FF;
		width: 100%;
		z-index: 20;
		margin-bottom: 80px;
		padding: 0;
		box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
	}
	#pageNav ul a,
	#pageNav ul a:hover{
		color: #FFFFFF !important;
		text-decoration: none !important;
	}
	#pageNav ul {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap:nowrap;
		justify-content: center;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
	}
	#pageNav ul a{
		flex-grow:1;
		height: 60px;
		background: url("../images/menu_line.svg") no-repeat center right ;
		background-size: 1px;
		width: 100%;
	}
	#pageNav ul a:first-child{
		background: url("../images/menu_line.svg") no-repeat center left,
			url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
	}
	#pageNav ul a li{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		font-size: 120%;
	}
	#pageNav ul a.selected{
		background-color:#0ACDBD;
	}
}
/*--スマホ--*/
@media screen and (max-width: 759.9px){
	#pageNav {
		margin-bottom: 50px;
	}
  .nav_btn.open{
    width:100%;
    margin: 0;
    text-align:center;
    cursor:pointer;
    position:relative;
    padding:15px 0;
    background: #4B90FF;
    color: #FFFFFF;
  }
  .nav_btn.open:after{
    content:"▼ MENU ▼";
  }
  .nav_btn.close:after{
    content:"▲ 閉じる ▲";
  }
  #pageNav ul {
    display: none;
    width: 100%;
    z-index: 100;
    margin: 0;
    padding: 0;
    background: #4B90FF;
    color: #FFFFFF;
  }
  #pageNav ul a,
  #pageNav ul a:hover{
    color: inherit;
    text-decoration: none !important;
  }
  #pageNav ul a{
    width: 100%;
  }
  #pageNav ul a li{
    font-size: 120%;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
  }
}
/*-------------ページコンテンツ--------------*/
.pageContent {
  width: 100%;
  margin-bottom: 80px;
}
.pageContent .inner{
  width: 90%;
  max-width: 950px;
  margin: 0 auto 30px;
}
.pageContent .inner .title{
  width: 100%;
	height: 60px;
  margin: 0 auto 30px;
	background: transparent linear-gradient(95deg, #88DBFF 0%, #46A3FF 100%) 0% 0% no-repeat padding-box;
	font-size: 180%;
	text-align: center;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pageContent .inner .title_area{
	font-size: 160%;
	border-left: 3px solid #7EC3FF;
	color: #50ACFC;
	padding-left: 10px;
	margin-bottom: 20px;
}
@media screen and (max-width: 759.9px){
  .pageContent .inner .title{
    height: 60px;
    font-size: 160%;
  }
	.pageContent .inner .title_area{
		font-size: 140%;
	}
}
/*-------------MAP--------------*/
#map #mapnav{
	width: 100%;
	margin: 20px 0;
}
#map #mapnav svg{
	width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}
#map #mapnav a:hover{
  opacity:0;
}

#map dl {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #83BCFF;
	background:transparent url('../images/shigarism_bg.png') 0% 0% no-repeat padding-box;
	/*background: url("../images/shigarism_bg.png");*/
	padding: 20px 10px;
}

#map dl dd{
	width: 75%;
	font-size: 150%;
}
#map dl dt{
	width: 20%;
	text-align: center;
}
#map dl dt img{
	width: 70%;
}
@media screen and (max-width: 759.9px){
	#map dl {
		flex-direction: column;
		padding: 20px;
	}
	#map dl dd{
		width: 100%;
		font-size: 120%;
	}
	#map dl dt{
		width: 100%;
		margin-bottom: 20px;
	}
	#map dl dt img{
		width: 20%;
	}
}
/*-----------information------------*/
.area_wrap {
  padding-top: 60px;
  margin-bottom: -60px;
}
@media screen and (max-width: 759.9px){
  .area_wrap {
    padding-top: 40px;
    margin-bottom: -20px;
  }
}
/*-----------box_unit-------------*/
.pageContent .box_unit{
  width: 100%;
  display: flex;
	flex-wrap: wrap;
}
.box_unit .box{
  width: 46%;
  margin: 20px 2% 30px;
}
.box h3{
	display: flex;
  font-size: 140%;
	line-height: 1;
	color: #555555;
	margin-bottom: 15px;
}
.box h3 span{
	background-image: repeating-linear-gradient(135deg, transparent, transparent 15px, #7EC3FF 15px, #7EC3FF 18px );
	flex-grow: 1;
  margin-left: 8px;
}
.box .photo{
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.photo_courtesy {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50%;
    color: #fff;
	text-shadow: 1px 1px 0 #555, -1px 1px 0 #555, 1px -1px 0 #555, -1px -1px 0 #555;
    font-size: 80%;
    text-align: right;
	z-index: 1;
}

.box .photo > img{
  width: 100%;
}
.box .comment{
	margin-bottom: 15px;
  font-size: 110%;
}
.box .comment p{
  font-size: 110%;
}
.box .data{
	margin-bottom: 15px;
  font-size: 110%;
}
.box .data li{
  font-size: 100%;
	text-indent: -1em;
	margin: 0 0 5px 1em;
}
@media screen and (max-width: 759.9px){
	.box_unit .box{
		width: 90%;
		margin: 20px auto;
	}
  .box .title .area{
    font-size: 110%;
  }
  .box h3{
    font-size: 140%;
  }
  .box h3 span{
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #7EC3FF 9px, #7EC3FF 12px );
    flex-grow: 1;
    margin-left: 5px;
  }
  .box .data{
    margin-bottom: 15px;
    font-size: 110%;
  }
  .box .data li{
    font-size: 100%;
  }

}
/*-----四季-------------------*/
@media screen and (min-width: 760px){
	#season {
		margin-top: 100px;
}
}
#season .box{
	width: 50%;
	margin: 0;
	padding: 35px;
}
#season .box .photo{
	border-radius: 30px;
	overflow: hidden;
}
#season .box {
	border-radius: 30px;
	box-shadow: inset 0 0 10px 10px #F4FFFF;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 760px){
	#season .box:nth-of-type(1) .photo,
  #season .box:nth-of-type(4) .photo{
		order: 2;
		margin: auto 0 0;
	}
	#season .box:nth-of-type(1) .icon_intro_unit,
  #season .box:nth-of-type(4) .icon_intro_unit{
		order: 1;
    margin-bottom: 20px;
	}
	#season .box .icon_intro_unit{
		display: flex;
		margin-bottom: 10px;
		flex-grow: 1;
	}
	#season .box .icon_intro_unit .icon{
		width: 300px;
		padding-right: 10px;
	}
	#season .box .icon_intro_unit .icon img{
		width: 100%;
	}
	#season .box .icon_intro_unit .intro{
		flex-grow:1;
		padding-left: 15px;
		border-left-style: solid;
		border-left-width: 2px;
	}
}	
.spring {
	background: #FFEDED;
}
.summer {
	background: #DBFCF6;
}
.autumn {
	background: #FFE5AC;
}
.winter {
	background: #E0E1FC;
}
.spring h3{
	color: #FF8D8D;
}
.summer h3{
	color: #2FCFF5;
}
.autumn h3{
	color: #FF981F;
}
.winter h3{
	color: #956CE2;
}
.spring .intro{
	border-color: #FF8D8D;
}
.summer .intro{
	border-color: #2FCFF5;
}
.autumn .intro{
	border-color: #FF981F;
}
.winter .intro{
	border-color: #956CE2;
}
@media screen and (max-width: 759.9px){
	#season .box{
		width: 100%;
		margin: 0 auto;
	}
	#season .box .photo {
    margin-bottom: 5px;
	}
  #season .box .icon_intro_unit {
		position: relative;
	}
	#season .box .icon_intro_unit .icon{
		position: absolute;
		top:5px;
		left:0;
		width: 30%;
    height: 100px;
	}
	#season .box .icon_intro_unit .icon img{
		width: auto;
    height: 90px;
	}
	#season .box .icon_intro_unit .intro h3{
		margin-left: 25%;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom-style: solid;
		border-width: 1px;
		line-height: 1.6;
    font-size: 130%;
	}
	#season .box .icon_intro_unit .comment{
		width: 100%;
    font-size: 110%;
	}
	#season .box .icon_intro_unit .data{
		width: 100%;
    font-size: 100%;
	}
}
/*-----おすすめプラン-------------------*/
.recommend_box {
  width: 100%;
  margin-bottom: 70px;
  color:#555555;
}
.recommend_box .photo{
  margin-bottom: 15px;
}
.recommend_box h3{
  font-size: 160%;
  margin-bottom: 10px;
}
.recommend_box .intro{
  margin-bottom: 30px;
}
.recommend_box .comment{
  font-size: 120%;
  margin-bottom: 10px;
}
.recommend_box .data{
  font-size: 110%;
  margin:0 10px;
}
.recommend_box .data li{
  margin-bottom: 5px;
}
@media screen and (max-width: 759.9px){
  .recommend_box h3{
    font-size: 140%;
    margin-bottom: 10px;
  }
  .recommend_box .comment{
    font-size: 110%;
  }
  .recommend_box .data{
    font-size: 100%;
  }
}
/*-------------yoyaku--------------*/
.yoyaku {
  width: 100%;
  margin: 0 auto;
}
.yoyaku_unit {
  width: 90%;
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  margin: 20px auto;
}
.yoyaku_unit a.godetail{
  width: 46%;
  margin: 0 2%;
}
@media screen and (max-width: 759.9px){
  .yoyaku_unit a.godetail{
    width: 100%;
    margin: 0 0 15px;
  }
  
}
/*-----脱炭素-----------------*/
.no-carbon {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 120%;
}
.no-carbon .logo {
  width: 100%;
}
.no-carbon .logo img{
  width: 100%;
}
.no-carbon .attention{
  display: flex;
  justify-content: center;
  text-align: left;
}

/*-----パンフレット-----------------*/
.pamph {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 30px;
  text-align: center;
}
.pamph img{
  width: 50%;
  text-align: center;
  margin-bottom: 30px;  
}
.pamph p{
  font-size: 140%;
  margin-bottom: 20px;  
}
.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){
	.slash span{
    padding: 0 20px;
		background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
		background-size:15px;
	}
}

/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container{
	width: 100%;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-pagination {
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox{
	margin:0 auto;
}
.swiper-pagination.inbox {
	bottom: 10px;
}
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
.swiper-button-prev.inbox{
	left:5px;
	top:48%;
}
.swiper-button-next.inbox{
	right:5px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
	.swiper-button-prev.inbox{
		left:3px;
		top:46%;
	}
	.swiper-button-next.inbox{
		right:3px;
		top:46%;
	}
}
