@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+Serif+JP:wght@400;500;600;700;900 & display=swap');
@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;
	font-family: 'Noto Serif JP', serif;
	background:#f0f8ff;
}
#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 75%, #ffd22c 75%);
  margin-left: 3px;
  margin-right: 3px;
  font-size: 110%;
}
a.godetail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  text-align: center;
  text-decoration: none;
  background: #191970;
  color: #FFFFFF;
  font-size: 100%;
  line-height: 1.4;
  z-index: 10;
  box-shadow: 5px 5px 0 #F4E476;
  transition: 0.2s;
}
@media screen and (max-width: 759.9px) {
  a.godetail {
    height: 50px;
    font-size: 90%;
    box-shadow: 3px 3px 0 #F4E476;
  }
}
a.godetail:hover {
  text-decoration: none;
  background-color: #4169e1;
  box-shadow: none;
  opacity: 1;
  transform: translateX(5px) translateY(5px);
}
a.godetail.gray {
  background-color: #9C9C9C;
  box-shadow: none;
  pointer-events: none;
}
a.godetail.gray:hover {
  transform: none;
}

.slash {
	width: fit-content;
	margin: 0 auto 20px;
	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{
		padding: 0 12px;
		background-size:8px;
	}
}
/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 30px;
	background: url("../images/border.png") repeat-x center bottom -20px,
		url("../images/border.png") repeat-x center top -20px;
	background-size: auto 60px, auto 60px;
}
.page_roof .inner {
	width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
	background: url("../images/top_left.png") no-repeat left center,
		url("../images/top_right.png") no-repeat right center;
	background-size: 20% auto,20% auto;
}
.page_roof h2{
  width: 70%;
	height: 100%;
	margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
  width: 100%;
  height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 759.9px){
  .page_roof {
    height: 20vh;
		background: url("../images/border.png") repeat-x center bottom -10px,
		url("../images/border.png") repeat-x center top -10px;
		background-size: auto 30px, auto 30px;
		margin-bottom: 20px;
  }
	.page_roof .inner {
		background: url("../images/top_left.png") no-repeat left center,
			url("../images/top_right.png") no-repeat right center;
		background-size: 15% auto,15% auto;
	}
	.page_roof h2{
		width: 80%;
	}
}
/*-------------トップリード   --------------*/
#pageTopLead {
	margin-bottom: 40px;
  padding: 20px 0;
}
#pageTopLead .inner {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;

}
#pageTopLead .lead {
	width: fit-content;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin:0 auto 20px;
	background: rgba(255,255,255,0.5);
	padding: 20px 60px 30px;
	border-radius: 20px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

#pageTopLead .lead p{
	font-size: 180%;
	margin-bottom: 1rem;
	line-height: 2;
}
#pageTopLead .lead .maru{
	line-height: 1;
	color: #FFFFFF;
	background: #000080;
	border-radius: 30px;
	font-size: 20px;
	text-align: center;
	font-family:sans-serif;
	font-weight: bold;
	padding: 8px 10px;
	margin: 0 3px;
}
#pageTopLead .lead .maru small{
	font-size: 14px;
}
#pageTopLead .lead h2{
	margin: 0 auto;
	font-size: 200%;
	text-align: center;
	line-height: 1.8;
	position: relative;
}
#pageTopLead .lead h2 span {
	padding-bottom: 10px;
	background-image: url("../images/line_twist.png");
	background-position: center bottom ;
  background-repeat: repeat-x;
  background-size: auto 15px;
}
#pageTopLead .lead h2::before {
	content: "";
	position: absolute;
	top:-8px;
	left:0;
	width: 30px;
	height: 20px;
	background: url("../images/bikkuri.png")no-repeat center;
	background-size: contain;
}
@media screen and (max-width: 759.9px){
	#pageTopLead .lead {
		width: 95%;
		margin:0 auto 20px;
		padding: 20px 0 30px;
		border-radius: 10px;
	}
	#pageTopLead .lead p{
		font-size: 120%;
		margin-bottom: 1rem;
		line-height: 2;
	}
	#pageTopLead .lead .maru{
		border-radius: 25px;
		font-size: 16px;
		padding: 8px 5px;
	}
	#pageTopLead .lead .maru small{
		font-size: 12px;
	}
	#pageTopLead .lead h2{
		font-size: 130%;
	}
	#pageTopLead .lead h2 span {
		padding-bottom: 8px;
		background-image: url("../images/line_twist.png");
		background-size: auto 10px;
	}
	#pageTopLead .lead h2::before {
		content: "";
		position: absolute;
		top:-8px;
		left:-5px;
		width: 26px;
		height: 20px;
		background: url("../images/bikkuri.png")no-repeat center;
		background-size: contain;
	}
}

/*-------------yoyaku--------------*/
.yoyaku {
  width: 100%;
  margin: 0 auto;
}
.yoyaku > p{
	font-size: 130%;
}
.yoyaku_unit {
  width: 98%;
  display: flex;
	flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  margin: auto auto 0 auto;
}
.yoyaku_unit a.godetail{
  width: 30.33%;
  margin: 0 1.5%;
}
@media screen and (max-width: 759.9px){
	.yoyaku_unit a.godetail{
		width: 47%;
		margin: 0 1.5% 20px;;
	}
}
/*------------ご案内------------*/
#annai{
	margin-bottom: 60px;
}
#annai h2{
	margin: 0 auto -20px;
	position: relative;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background: url("../images/ribbon.png")no-repeat center ;
	background-size:auto 100%;
	font-size: 160%;	
}
#annai .caution{
	width: 90%;
	max-width: 800px;
	display: flex;
	justify-content: center;
	background: #FFFFFF;
	padding: 40px 30px 20px 40px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	margin: 0 auto;
}
#annai .caution{
	display: flex;
	justify-content: center;
}

#annai .caution li{
	text-indent: -1em;
	margin-bottom: 5px;
	font-size: 100%;
}
@media screen and (max-width: 759.9px){
	#annai h2{
		margin: 0 auto -20px;
		height: 40px;
		font-size: 140%;	
	}
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
}
.pageContent .inner{
  width: 90%;
  max-width: 950px;
  margin: 0 auto 30px;
}
/*------------ラインナップ --------------*/
.lineup {
	margin-bottom: 80px;
}
.lineup .title {
  width: 100%;
	max-width: 720px;
	height: 230px;
	margin: 0 auto;
	background:url("../images/fukidashi.png")no-repeat center;
	background-size: contain;
}
.lineup .title .target{
	width: fit-content;
	margin: -20px auto 0;
	display: flex;
	justify-content: center;
	align-items:flex-end;
}
.lineup .title .target p{
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 5px;
	background-image: url("../images/line_twist.png");
	background-position: center bottom ;
  background-repeat: repeat-x;
  background-size: auto 15px;
}
.lineup .title h2 {
	width: fit-content;
	margin: 0 auto;
	padding: 0 0.2em;
	font-size: 200%;
	padding-bottom: 5px;
	background-image: url("../images/line_twist.png");
	background-position: center bottom ;
  background-repeat: repeat-x;
  background-size: auto 15px;
}
.lineup .title h2 span{
	font-size: 140%;
}
.lineup .title .month{
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
  background: #000080;
	border-radius: 60px;
	font-size: 80px;
	color: #FFFFFF;
	font-family:sans-serif;
	font-weight: bold;
	margin:0 10px -10px;
}
.lineup .title .month span{
	font-size: 30px;
	font-weight: bold;
	align-self:flex-end;
	padding-bottom: 25px;
}
@media screen and (max-width: 759.9px){
	.lineup .title {
		height: 160px;
		background:url("../images/fukidashi_sp.png")no-repeat center;
		background-size: contain;
	}
	.lineup .title .target p{
		font-size: 130%;
		margin-bottom: 5px;
	}
	.lineup .title h2 {
		font-size: 130%;
		background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #ffe343 6px, #ffe343 12px);
		background-position: center bottom ;
		background-repeat: repeat-x;
		background-size: auto 6px;
	}
	.lineup .title h2 span{
		font-size: 110%;
	}
	.lineup .title .month{
		width: 70px;
		height: 70px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		background: #000080;
		border-radius: 40px;
		font-size: 36px;
		color: #FFFFFF;
		font-family:sans-serif;
		font-weight: bold;
		margin:0 10px;
	}
	.lineup .title .month span{
		font-size: 20px;
		font-weight: bold;
		align-self:flex-end;
		padding-bottom: 15px;
	}
}
/*------------ラインナップ 見出し--------------*/
.lineup h3 {
	margin-bottom:30px;
	font-size: 180%;
  position: relative;
	background: url("../images/border.png") no-repeat center bottom;
	background-size: auto 30px;
	padding-bottom: 30px;
	text-align: center;
}
.box_unit {
	display: flex;
	flex-wrap: wrap;
}
.box_unit dl{
	width: 30.33%;
	margin: 0 1.5% 30px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.box_unit dl dd{
	margin: 0 0 auto 0;
	position: relative;
}
.box_unit dl dd p{
	background: #FADC28;
	padding: 2px 10px;
	font-size: 100%;
	line-height: 1.2;
	display: inline-block;
	margin-bottom: 5px;
}
.box_unit dl dd h4{
	font-size: 140%;
	line-height: 1.4;
	margin-bottom: 10px;
}
.box_unit dl dt,
.box_unit dl dt img{
	width: 100%;
}
.box_unit dl dd .sns_unit{
	position: absolute;
	bottom:5px;
	right: 0;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	padding: 0 10px 0 5px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 1;
	border: 1px solid rgba(0,0,0,0.1);
	height: 35px;
}
.box_unit dl dd .sns_unit a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: inherit;
}
.box_unit dl dd .sns_unit img{
	width: 26px;
	height: 26px;
	object-fit: contain;
	margin-left: 10px;
}
.box_unit dl dd .sns_unit img.iconX{
	width: 20px;
	height: 20px;
}
@media screen and (max-width: 759.9px){
	.lineup h3 {
		margin-bottom:20px;
		font-size: 130%;
		position: relative;
		background: url("../images/border.png") no-repeat center bottom;
		background-size: auto 20px;
		padding-bottom: 20px;
	}
	.box_unit{
		justify-content: space-between;
	}
	.box_unit dl{
		width: 48%;
		margin: 0 0 20px;
	}
	.box_unit dl dd p{
		padding: 0 5px;
		font-size: 90%;
	}
	.box_unit dl dd h4{
		font-size: 120%;
	}
	.box_unit dl dd .sns_unit{
		bottom: 3px;
		height: 28px;
		padding: 0 10px 0 0;
	}
	.box_unit dl dd .sns_unit span{
		display: none;
	}
	.box_unit dl dd .sns_unit img{
		width: 20px;
		height: 20px;
		margin-left: 10px;
	}
	.box_unit dl dd .sns_unit img.iconX{
		width: 14px;
		height: 14px;
	}
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
.swiper-container.inbox .swiper-pagination {
	bottom: 0px;
}
/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
	display: none;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
	display: none;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
}