@charset "utf-8";
@import url('/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://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html {
  scroll-behavior: smooth;
}
#wrapper {
	width: 100%;
	/*max-width:970px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
	overflow: hidden;
}
#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;
}
.center_left {
	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;
}
.deco{
	font-weight: normal;
	padding: 0 35px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: auto 90%;
}
@media screen and (max-width: 759.9px){
	.deco{
		padding: 0 25px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: auto 90%;
	}
  .center_left {
    text-align: left;
  }
}
a.godetail{
	width: 80%;
	max-width: 350px;
	display:inline-block;
	margin: 20px 1% 5px;
  padding: 20px 0 25px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 100;
  color: #FFFFFF;
}
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 20px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: 15px auto;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    width: 90%;
    display: inline-block;
    margin: 20px auto 10px;
    padding: 15px 0 20px;
    background: url("../images/button.png") no-repeat center bottom;
    background-size: 100% ;
    font-size: 90% ;
  }
  .deco{
    display: inline-block;
		padding: 0 16px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: 12px;
	}
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background: url("../images/top.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 450px;
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
	width: 50%;
	margin: 0 auto 0 0;
}
.page_roof h2{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
  max-width:100%;
  max-height:95%;
}
@media screen and (max-width: 759.9px){
  .page_roof {
    position: relative;
    width: 100%;
    padding-top: 50%;
  }
}
/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
/*-------------トップリード   --------------*/
#pageTopLead {
	margin: 0;
}
#pageTopLead > .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
#pageTopLead .inner  > p{
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8;
}
#pageTopLead .inner  > p.attention{
	font-size: 100%;
	line-height: 1.6;
}

#pageTopLead .info{
  width: 70%;
  margin: 20px auto 10px;
  padding: 15px 25px 20px;
  text-align: center;
  border: 1px solid #cf6c8b;
}
/*#pageTopLead .info dl{
  display: inline-block;
  border-bottom: 2px dashed #CCCCCC;
  padding: 0 20px 10px;
  margin-bottom: 10px;
}*/
#pageTopLead .info dl dt{
  font-weight: bold;
	font-size: 110%;
  margin-bottom: 10px;
}
#pageTopLead .info dl dd{
  font-size: 110%;
}
#pageTopLead .info p{
  font-weight: normal;
  font-size: 100%;
	margin-top: 5px;
}
#pageTopLead .info p.caution{
  font-size: 100%;
}
#pageTopLead .info p.attention{
  font-size: 90%;
}

@media screen and (max-width: 759.9px){
	#pageTopLead > .inner p{
		font-size: 110%;
	}
  #pageTopLead .info{
    width: 80%;
    margin: 20px auto 10px;
    padding: 20px 15px;
  }
	#pageTopLead .info p.attention,
	#pageTopLead .info p.caution{
		text-align: left;
	}
	#pageTopLead .inner  > p.attention{
		text-align: left;
		width: 70%;
		margin: 0 auto;
	}
}
/*-------------マップ  --------------*/
#map {
	margin-bottom: 40px;
}
#map h2 {
	text-align: center;
  font-size: 150%;
  margin-bottom: 5px;
}

#map .map_tab_wrap {
  width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.map_tab_wrap .map_unit{
  width:90%;
	margin: 0 auto;
}
.map_tab_wrap .map_unit img{
  width:100%;
}
.map_tab_wrap #tab{
	width: 100%;
	display: flex;
	flex-wrap:wrap;
}
.map_tab_wrap #tab li{
	width: 24%;
	border: 1px solid #CCCCCC;
	margin:0 0.5% 10px;
	padding: 10px 10px;
	cursor: pointer;
}
.map_tab_wrap #tab li p{
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
  background: url("../images/icon_yubi.png")no-repeat center right 10px;
  background-size: 15px;
	font-weight: bold;
}
.map_tab_wrap #tab li:first-child p{
	border-bottom: none;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.map_tab_wrap #tab li p:hover{
  background-color:rgba(252,240,245,1);
}

.map_tab_wrap #tab li p i{
	color: red;
	margin-right: 5px;

}
.map_tab_wrap #tab li a{
	background: url("../images/icon_coupon.png")no-repeat center right;
	background-size: 27px;
	padding-right: 30px;
}
#snowbouquet {
  width: 99%;
	border: 1px solid #CCCCCC;
	margin:0 auto 10px;
  text-align: center;
  padding-bottom: 10px;
}
#snowbouquet p{
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
	padding:8px 0;
	font-weight: bold;
  background: url("../images/bg_dot.png")repeat-x top left;
  background-size: auto 100%;
  font-size: 110%;
}
#snowbouquet p span{
  background: url("../images/icon_kakigori1.png")no-repeat center left,url("../images/icon_kakigori2.png")no-repeat center right;
  background-size: 28px;
	padding: 5px 30px;
}
#snowbouquet a{
	background: url("../images/icon_coupon.png")no-repeat center right;
	background-size: 27px;
	padding-right: 30px;
}
@media screen and (min-width: 760px){
  .sp_map{
    display: none;
  }
}
@media screen and (max-width: 759.9px){
	.map_tab_wrap .map_unit{
    display: none;
		width:100%;
	}
	.map_tab_wrap #tab{
		width:100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.map_tab_wrap #tab li{
		width: 90%;
	}
  .sp_map {
    width: 100%;
    display: none;
  }
  .sp_map.selected {
    display: block;
  }
  .sp_map img{
    width: 100%;
  }
  #snowbouquet {
    width: 90%;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
	margin-bottom: 40px;
}
.pageContent .inner{
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
}
/*-------------エリアコンテンツ   --------------*/
.area .inner{
	background: url("../images/box_upper.png")no-repeat top center,
		url("../images/box_bottom.png")no-repeat bottom center;
	background-size: 100%;
	padding: 20px 20px;
  position: relative;
}
.area:nth-child(odd) .inner{
	background: url("../images/box_upper2.png")no-repeat top center,
		url("../images/box_bottom2.png")no-repeat bottom center;
	background-size: 100%;
}
.area .inner > h2{
	writing-mode:vertical-rl;
	position: absolute;
	top:20px;
	left: 30px;
	color:#cd1c3a;
	font-size: 350%;
  white-space: nowrap;
  line-height: 1.2;
  font-weight: bold;
}
.area:nth-child(odd) .inner > h2{
	position: absolute;
	top:20px;
	right: 30px;
}
@media screen and (max-width: 759.9px){
  .area .inner > h2{
    top:15px;
    left: 15px;
    font-size: 240%;
  }
  .area:nth-child(odd) .inner > h2{
    top:15px;
    right: 15px;
  }
}
.area .intro_access_unit{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin:20px 0 30px 10%;
  width: 90%;
}
.area .h2_access_unit{
	display: flex;
	justify-content: space-between;
  margin:20px auto 30px;
  width: 90%;
}

.area:nth-child(odd) .intro_access_unit{
  margin:20px 10% 20px 0;
}
.area:nth-child(odd) .h2_access_unit{
	flex-flow: row-reverse;
}

.area .intro_access_unit .intro {
  width: 45%;
  padding: 20px 20px;
  flex-grow: 1;
  background: rgba(255,255,2555,0.8);
  border-radius: 20px;
}
.area .intro_access_unit .access{
  width: 100%;
  background-color:rgba(252,240,245,0.8);
  padding: 10px 10px;
  border-radius: 10px;
}
.area .h2_access_unit h2 {
  width: 60%;
	color:#cd1c3a;
	font-size: 430%;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area .comment{
  width: 90%;
  border-radius: 20px;
  margin: 10px auto 15px;
  font-size: 100%;
}

@media screen and (max-width: 759.9px){
  .area .h2_access_unit{
    width: 100%;
  }
  .area .h2_access_unit h2 {
    width: 10%;
    font-size: 260%;
    writing-mode:vertical-rl;
  }
}
.area .access{
  width: 100%;
  background-color:rgba(252,240,245,0.8);;
  padding: 10px 15px;
  border-radius: 10px;
  margin-left:15px;
  margin-right:0;
}
.area:nth-child(odd) .access{
  margin-left:0;
  margin-right:15px;
}

@media screen and (min-width: 760px){
	.area .intro_access_unit .access{
		width: 54%;
	}
	.area:nth-child(odd) .intro_access_unit.wide{
    margin:20px 15% 30px 0;
    width: 85%;
  }
	.area:nth-child(even) .intro_access_unit.wide{
    margin:20px 0 30px 15%;
    width: 85%;
  }
  .area .intro_access_unit.wide .intro{
    width: 100%;
    margin-bottom: 10px;
  }
  .area .intro_access_unit.wide .access,
	.area .intro_access_unit.wide .imagephoto{
    width: 100%;
  }
}
.area .intro_access_unit.wide .imagephoto{
    text-align: center;
}
.area .intro_access_unit.wide .imagephoto img{
	width: 100%;
}
.area .intro_access_unit.wide .imagephoto.width70 img{
	width: 70%;
}

.area .access h3{
  width: 100%;
	font-size: 110%;
	font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.area .access h4{
	font-size: 100%;
	font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.area .access h3 img{
  vertical-align: middle;
}
.area .access ul{
	width: 100%;
	margin:0 auto 10px;
	display: flex;
	align-items: center;
  justify-content: center;
  font-size: 90%;
  font-weight: bold;
}
.area .access .box{
	border: 1px solid #333333;
  background: #FFFFFF;
}
.area .access ul li p{
	padding: 20px 5px;
	text-align: center;
	width: 100%;
}
.area .access ul li.tatenaga p {
	padding: 50px 5px;
}

.area .access ul li p:nth-child(n + 2){
	margin-top: 10px;
}
.area .access ul li .arrow{
	padding:10px 10px 5px;
	border-bottom: 1px solid #333333;
	margin-bottom: 25px;
  position: relative;
}
.area .access ul li .arrow_dot{
	padding:10px 10px 5px;
	border-bottom: 1px dotted #333333;
	margin-bottom: 25px;
  position: relative;
}

@media screen and (min-width: 760px){
  .area .access ul li .arrow span{
    position: absolute;
    bottom: -22px;
    font-size: 90%;
    left:0;
    right:0;
    white-space: nowrap;
  }
}
.area .access ul li .arrow img{
  width: 20px;
  margin-right: 5px;
}
.area .access ul li .arrow_dot img{
  height: 20px;
}
@media screen and (max-width: 759.9px){
	.area .access .box.vertical{
		width: 30px;
	}
	.area .access ul li .arrow{
		padding:10px 5px 5px;
		font-size: 90%;
	}
	.area .access ul li .arrow_dot{
		padding:10px 5px 5px;
	}
	.area .access ul li .arrow img{
		width: 15px;
		margin-right:3px;
	}
}
.area .access .attention{
  text-align: right;
  margin-right: 20px;
}

@media screen and (max-width: 759.9px){
  .area .intro_access_unit{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0;
    margin:0 0 20px 0;
    width: 100%;
  }
  .area .intro_access_unit .intro {
    width: 90%;
  	padding: 15px;
    margin: 0 0 10px 10%;
  }
  .area:nth-child(odd) .intro_access_unit .intro {
    margin: 0 10% 10px 0;
  }
	.area:nth-child(odd) .intro_access_unit.wide .intro{
    margin: 0 20% 10px 0;
    width: 80%;
  }
	.area:nth-child(even) .intro_access_unit.wide .intro{
    margin: 0 0 10px 22%;
    width: 78%;
  }
  .area .access {
    width: 100%;
  }
  .area .access.tatenaga ul,
  #coupon_toyokawa.area .access ul,
  #coupon_nishio.area .access ul,
  #coupon_rekishiru.area .access ul{
    display: block;
  }
   .area .access.tatenaga ul p,
  #coupon_toyokawa.area .access ul li p,
  #coupon_nishio.area .access ul li p,
  #coupon_nishio.area .access ul li.tatenaga p,
  #coupon_rekishiru.area .access ul li.tatenaga p{
    padding: 5px 5px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .area .access.tatenaga ul li .arrow,
  #coupon_toyokawa.area .access ul li .arrow,
  #coupon_nishio.area .access ul li .arrow,
  #coupon_rekishiru.area .access ul li .arrow{
    width: 70%;
    padding:10px 10px 10px;
    border-bottom: none;
    border-left:1px solid #333333;
    margin: 0 auto;
    position: relative;
  }
  .area .access.tatenaga ul li .arrow_dot{
    width: 70%;
    padding:10px 10px 10px;
    border-bottom: none;
    border-left:1px dotted #333333;
    margin: 0 auto;
    position: relative;
  }

}

.area .coupon_photo_unit{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  padding: 0 20px;
}
.area .coupon_photo_unit h3{
  width: 100%;
  text-align: center;
	color:#cd1c3a;
	font-size: 200%;
	margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
}
.area .coupon_photo_unit .coupon{
  width: 42%;
  padding: 20px 0;
}
.area .coupon_photo_unit.nophoto .coupon{
  width: 100%;
	max-width: 450px;
	margin: 0 auto;
	padding: 0;
}

.area .coupon_photo_unit .photo_unit{
  width: 55%;
}
.area .coupon_photo_unit .coupon ul{
  margin: 10px 0 10px;
  font-size: 90%;
  border-top: 1px dotted #333333;
  border-bottom: 1px dotted #333333;
  padding: 10px 10px;
}
.area .coupon_photo_unit .coupon .data{
  background: #F4F4F4;
  padding: 10px;
  margin-bottom: 10px;
}
.area .coupon_photo_unit .coupon .data h4{
  font-size: 100%;
}
.area .coupon_photo_unit .coupon .data dl{
  display: flex;
  margin-left: 10px;
}
.area .coupon_photo_unit .coupon .data dl dt{
  font-size: 90%;
  font-weight: bold;
  white-space: nowrap;
}
.kikan{
  font-size: 90%;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 10px 1px;
  border-radius: 10px;
  background: #BBBBBB;
  margin-right: 5px;
}

@media screen and (min-width: 760px){
  .area:nth-child(odd) .coupon{
    order: 2;
  }
  .area:nth-child(odd) .photo_unit{
    order: 1;
  }
  .area .intro_access_unit.wide .intro{
    order: 1;
  }
  .area .intro_access_unit.wide .access,
	.area .intro_access_unit.wide .imagephoto{
    order: 2;
  }
	.area .coupon_photo_unit.nophoto{
		margin: 30px auto 0;
		width: 90%;
		display: block;
	}
}
.area .coupon_photo_unit .coupon p{
  margin-bottom: 10px;
}
img.icon_pdf{
	width: 25px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.pageContent .coupon_photo_unit .photo_unit {
	width: 55%;
}
.pageContent .coupon_photo_unit .photo_unit img{
	width: 100%;
}
@media screen and (max-width: 759.9px){
  img.icon_pdf{
		width: 20px;
		margin-left:3px;
		margin-bottom: 5px;
		vertical-align: -10px;
	}
  .pageContent .coupon_photo_unit{
    padding: 0 10px;
  }
	.pageContent .coupon_photo_unit.nophoto{
		margin-top: 30px;
	}
  .area .coupon_photo_unit h3{
    font-size: 160%;
  }
	.pageContent .coupon_photo_unit .coupon {
		width: 100%;
    padding:0 0;
	}
	.pageContent .coupon_photo_unit .photo_unit {
		width: 100%;
	}
}

.pageContent .yoyaku{
	width: 100%;
  text-align: center;
}

.pageContent .yoyaku_inner{
  margin: 50px 0 20px;
  text-align: center;
}
.pageContent .yoyaku_inner .yoyaku{
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 759.9px){
  .pageContent .yoyaku_inner {
  }
}





/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto 10px;
  background: rgba(255,255,255,0.6);
  padding-bottom: 30px;
}
.swiper-container .swiper-slide{
	text-align: center;
}
.swiper-container .swiper-slide img{
	width: 100%;
	/*margin-bottom: 5px;*/
}
.swiper-container .swiper-slide p{
	/*margin-bottom: 20px;*/
}
.swiper-container .swiper-pagination {
	bottom: 15px;
}
.swiper-pagination-bullet-active{
	background: #B20202;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
	opacity: 1;
}
.swiper-button-prev{
	left:5px;
	top:48%;
}
.swiper-button-next{
	right:5px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev::after,
	.swiper-button-next::after{
		font-size:30px;
	}
	.swiper-button-prev{
		left:5px;
		top:46%;
	}
	.swiper-button-next{
		right:5px;
		top:46%;
	}
}

/*--------開閉パネル-------------*/
.panel-trigger {
  display: none; /*チェックボックスは常に非表示*/
}

@media screen and (max-width: 759.9px){
	.btnOpen {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height:300px;
		background: linear-gradient(rgba(253,239,245,0) 0%,rgba(253,239,245,1) 60%) ;
		padding-top:160px;
    z-index: 999;
	}
	.btnOpen span{
		display: block;
		position: relative;
		width: 80%;
		height: 60px;
		margin:0 auto;
		border: 2px solid #333; 
		line-height: 60px;
		font-size: 120%;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
    background:#EEEEEE;
	}
	.btnOpen span::before {
	  content: "詳しく見る";
	}
	.btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F107";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	.panel {
		height: 350px;
		padding: 0 0 100px;
		overflow: hidden;
		opacity: 1;
		transition: 0.8s;
	}
	.panel-trigger:checked + .btnOpen {
		width: 100%;
		height:100px;
		background: none;
		padding-top:0;
	}	
	.panel-trigger:checked + .btnOpen span::before {
	  content: "閉じる" /*チェックされていたら、文言を変更する*/
	}
	.panel-trigger:checked + .btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F106";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	.panel-trigger:checked ~ .panel{
	  height: auto;/*チェックされていたら、高さを戻す*/
	  opacity: 1; 
	 }
}
