@charset "utf-8";
body {
	margin:0 auto;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
	position: relative;
	color: #000;
	font-family: a-otf-jun-pro,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","Meiryo UI","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	text-align: left;
	letter-spacing: .05em;
}
img {max-width: 100%;}
a {color:inherit;text-decoration: none;}
.nosp {display: none;}
.gothic {font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","Meiryo UI","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;}
.jun {font-family: a-otf-jun-pro, sans-serif;}
.jun_bold{
	font-family: a-otf-jun-pro, sans-serif;
  text-shadow:
    0.2px 0.2px 0.7px,
    0.2px -0.2px 0.7px,
    -0.2px 0.2px 0.7px,
    -0.2px -0.2px 0.7px,
    0.2px 0px 0.7px,
    0px 0.2px 0.7px,
    -0.2px 0px 0.7px,
    0px -0.2px 0.7px;
  letter-spacing: .07em;
}
.inner {max-width: 1020px;margin: auto;position: relative;}
.tel {
	width: 90%;
	max-width: 400px;
	margin: auto;
	border: 1px solid #338895;
	border-radius: 10px;
}
.tel br {
	display: none;
}
.tel a {
	line-height: 1.3;
	padding: 12% 5% 3%;
	border-radius: 5px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
}
.tel a span {
	background-color: #338895;
	border: 1px solid #338895;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 5px 10px 10px;
	border-radius: 10px;
	position: absolute;
	top: -15%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 45%;
	min-width: 160px;
}
.tel a img {
	width: 10%;
	display: inline-block;
	vertical-align: middle;
}
.tel a p {
	font-size: 32px;
	font-weight: bold;
	margin-left: 3%;
	display: inline-block;
	vertical-align: middle;
}
.tel a small {
	border: 1px solid #000;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 8px;
	border-radius: 10px;
	margin: 3% 5px 0;
	display: inline-block;
	vertical-align: middle;
}
.btn {
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	display: block;
	border: 1px solid #000;
	border-radius: 10px;
	width: 90%;
	margin: auto;
}
.nosp {display: none !important;}
/*========================================================
$header
========================================================*/
header {
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	text-align: right;
	z-index: 100;
}
.logo {
	float: left;
	margin: 3% 0 3% 3%;
	width: 40%;
	min-width: 190px;
}
header .tel {
	width: 40px;
	max-width: none;
	border: none;
	margin: 15px 0;
	margin-right: 0;
	display: inline-block;
	vertical-align: middle;
}
header .tel span,
header .tel p,
header .tel small {
	display: none;
}
header .tel a {
	padding: 0;
}
header .tel a img {
	width: 100%;
}
.burger,
.burger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.burger {
  position: relative;
  width: 35px;
  height: 40px;
	color: #338895;
	vertical-align: middle;
	margin: 15px;
}
.burger small {
	line-height: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 9px;
}
.burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #338895;
  border-radius: 4px;
}
.burger span:nth-of-type(1) {
  top: 0;
}
.burger span:nth-of-type(2) {
  top: 11px;
}
.burger span:nth-of-type(3) {
  top: 22px;
}
.burger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.burger.active span:nth-of-type(2) {
  opacity: 0;
}
.burger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
header nav {
	display: none;
}
header nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding: 10px 3%;
	width: 100%;
}
header nav ul li {
	width: 17%;
	margin-right: 1.5%;
}
header nav ul li a {
	padding: 10px 0;
	display: block;
	text-align: center;
	border-radius: 10px;
	border: 2px solid rgba(51,136,149,.1);
	font-weight: bold;
	background-color: #fff;
	transition: .3s;
	color: #000;
}
header nav p {
	display: none;
}
header nav p a {
	background-color: #338895;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 60px 5px 20px;
	position: relative;
	border-radius: 10px;
}
header nav p a img {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
	max-width: none;
}
/*========================================================
$footer
========================================================*/
footer {
	padding-top: 50px;
}
footer .tel {
	margin-bottom: 10%;
}
.formlink {
	width: 90%;
	max-width: 400px;
	margin: auto;
}
.formlink a {
	display: block;
	position: relative;
	background-color: #338895;
	padding: 3% 5%;
	line-height: 1.2;
	border-radius: 10px;
	text-align: center;
}
.formlink a img {
	position: absolute;
	top: -33%;
	left: -0;
	width: 40%;
  max-width: 140px;
}
.formlink a p {
	color: #fff;
	/* font-size: 28px; */
	font-size: 6vw;
	font-weight: bold;
	white-space: nowrap;
}
.formlink a p span {
	color: #ff0;
	/* font-size: 16px; */
	font-size: 4vw;
	display: block;
	padding-left: 38%;
	text-align: left;
	margin-bottom: 5px;
}
footer>p {
	background-color: #338895;
	color: #fff;
	padding: 5px;
	text-align: center;
}
footer>ul {
	background-color: #338895;
	color: #fff;
	padding: 10px;
	margin-top: 50px;
	text-align: center;
	font-size: 12px;
}
footer>ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	position: relative;
}
footer>ul li:not(:last-of-type)::before {
	content: '';
	width: 1px;
	height: 80%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	background-color: #fff;
}
footer>ul li a {
	display: block;
	padding: 0 10px;
}
.breadcrumb {
	display: none;
}
/*========================================================
$contents
========================================================*/
.contents {
	padding-top: 70px;
}
.main_area {
	background-image: url(../img/main_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 10% 0;
}
.main_area article h2 {
	font-size: 24px;
	font-weight: bold;
	color: #006300;
	line-height: 1.5;
	width: 90%;
	margin: 0 auto 48vw;
}
.main_area article h2 span {
	font-size: 32px;
	display: block;
}
.main_area article .main_slider_wrap {
	position: relative;
}
.main_area article .main_slider_wrap::before {
	content: '';
	background-image: url(../img/supporter01.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 40vw;
	height: 268px;
	position: absolute;
	bottom: 100%;
	right: 12%;
}
.main_area article .main_slider_wrap .main_slider {
	width: 90%;
	margin: auto;
}
.main_area article .main_slider_wrap .main_slider .main_slider_contents {
	width: 32%;
	text-align: center;
	background-color: rgba(255,255,255,.8);
	border-radius: 10px;
	padding-bottom: 30px;
	margin: 0 1%;
}
.main_area article .main_slider_wrap .main_slider .main_slider_contents h3 {
	font-size: 20px;
	color: #006300;
	line-height: 1.2;
	min-height: 3.5em;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.main_area article .main_slider_wrap .main_slider .main_slider_contents p {
	font-weight: bold;
}
.main_area article .main_slider_wrap .main_slider .main_slider_contents .btn {
	margin: 7% auto 0;
}
.slick-dots {
	text-align: center;
	margin-top: 20px;
}
.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	border-radius: 100px;
	background-color: #fff;
	margin: 0 5px;
}
.slick-dots li.slick-active {
	background-color: #006300;
}
.relief_area {
	padding: 10% 0;
}
.relief_area article h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #338895;
	margin-bottom: 20px;
}
.relief_area article h3 span {
	font-size: 50px;
}
.relief_area article>p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5%;
	padding: 0 5%;
}
.relief_area article>p span {
	background: linear-gradient(transparent 0%, #f4ff73 0%);
}
.relief_area article ol li {
	width: 100%;
	position: relative;
	margin-bottom: 10%;
	padding: 20% 5% 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	align-items: flex-start;
}
.relief_area article ol li:last-of-type {
	margin-bottom: 0;
}
.relief_area article ol li span {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	width: 50px;
	height: 50px;
	padding-bottom: 10px;
	background-color: #338895;
	margin: auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.relief_area article ol li img {
	height: 60px;
	margin-right: 10px;
}
.relief_area article ol li b {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #338895;
	height: 60px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
}
.relief_area article ol li p {
	font-weight: bold;
	margin-top: 5%;
}
.relief_area article ol li a.btn {
	width: 60%;
	margin: 5% auto 0;
}
.plan_area {
	position: relative;
	padding: 10% 0;
}
.plan_area::before {
	content: '';
	width: 100%;
	height: 360px;
	background-image: url(../img/bg01.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right 30% center;
	position: absolute;
	top: 0;
	left: 0;
}
.plan_area article {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.plan_area article h3 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 78%;
	color: #fff;
	text-align: center;
}
.plan_area article h3 b {
	font-size: 50px;
}
.plan_area article h3 span {
	display: none;
}
.plan_area article ul {
	position: relative;
	width: 100%;
	padding: 0 5%;
}
.plan_area article ul::before {
	content: '';
	width: 75%;
	height: 30%;
	background-image: url(../img/supporter02.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
  bottom: 97%;
  left: -40px;
	z-index: 1;
}
.plan_area article ul li {
	width: 100%;
	position: relative;
	z-index: 2;
	margin-bottom: 7%;
	border: 1px solid;
	border-radius: 5px;
	box-sizing: border-box;
}
.plan_area article ul li:nth-child(1) {
	border-color: #5d864d;
}
.plan_area article ul li:nth-child(2) {
	border-color: #f38e02;
}
.plan_area article ul li:nth-child(3) {
	border-color: #15376a;
}
.plan_area article ul li:nth-child(4) {
	border-color: #584580;
}
.plan_area article ul li a {
	display: block;
}
.plan_area article ul li p {
	padding: 3px 10px 12px;
}
.img_area {
	width: 100%;
	padding: 30px 0 40%;
	background-image: url(../img/top_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.news_area {
	padding: 10% 0;
}
.news_area>div {
	max-width: 1130px;
	width: 90%;
	margin: auto;
}
.news_area div h3 {
	font-size: 24px;
	font-weight: bold;
	color: #338895;
	text-align: center;
	margin-bottom: 10%;
}
.news_area div .news_slider_wrap .news_slider {
	margin-bottom: 5%;
}
.news_area div .news_slider_wrap .news_slider .news_slider_contents {
	width: 32%;
}
.news_area div .news_slider_wrap .news_slider .news_slider_contents div {
	margin-bottom: 10px;
}
.news_area div .news_slider_wrap .news_slider .news_slider_contents p span {
	display: block;
	color: #338895;
}
.news_area .slick-dots li {
	background-color: #dedede;
}
.news_area .slick-dots li.slick-active {
	background-color: #338895;
}
.search_area>div {
	width: 90%;
	margin: auto;
}
.search_area>div>p {
	font-size: 24px;
	color: #338895;
	text-align: center;
	margin-bottom: 5%;
	position: relative;
}
.search_area>div>p::before {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	margin: auto;
	background-image: url(../img/ico_search.svg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.search_area>div>dl>dt {
	font-weight: bold;
	color: #338895;
	border-bottom: 1px solid #338895;
	padding: 5px 0;
}
.search_area>div>dl>dt::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #338895;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 100px;
}
.search_area>div>dl>dd {
	padding: 3% 0;
}
.search_area div dl.location dd form div {
	width: 100%;
	position: relative;
	margin-bottom: 10%;
	clear: both;
}
.search_area div dl.location dd form div::after {
	content: '';
	width: 20px;
	height: 20px;
	border-bottom: 2px solid #338895;
	border-right: 2px solid #338895;
	transform: rotate(45deg);
	position: absolute;
	bottom: -50%;
	left: 0;
	right: 0;
	margin: auto;
}
.search_area div dl.location dd form div p {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 5px;
}
.search_area div dl.location dd form div select {
	padding: 10px 5px;
	width: 75%;
	border-radius: 5px;
	float: right;
}
.search_area div dl.location dd form input[type='submit'] {
	background: none;
	border: none;
	width: 80%;
	background-color: #338895;
	color: #fff;
	padding: 5px 0;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	margin: auto;
	display: block;
}
.search_area div dl.area dd dl {
	width: 100%;
	margin-bottom: 10px;
}
.search_area div dl.area dd dl dt {
	padding: 10px;
	border: 1px solid #cfc9cb;
	border-radius: 5px;
	width: 100%;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
.search_area div dl.area dd dl dt::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #338895 transparent transparent transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
.search_area div dl.area dd dl dt.active::before {
	transform: rotate(180deg);
}
.search_area div dl.area dd dl dd {
	padding: 20px 0;
	display: none;
}
.search_area div dl.area dd dl dd ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}
.search_area div dl.area dd dl dd ul:last-of-type {
	margin-bottom: 0;
}
.search_area div dl.area dd dl dd ul li {
	width: 33%;
	padding: 5px;
}
.search_area div dl.area dd dl dd p {
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #666;
	margin-bottom: 10px;
}
.search_inner_list {
	padding: 20px 0;
}
.search_inner_list>p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.search_inner_list>ul>li {
	margin-bottom: 20px;
}
.search_inner_list>ul>li a {
	display: block;
	padding: 5%;
	border: 1px solid #ccc;
	position: relative;
}
.search_inner_list>ul>li a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #338895;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
.search_inner_list>ul>li a strong {
	font-size: 18px;
	font-weight: bold;
  border-bottom: 1px solid #ccc;
	display: block;
	margin-bottom: 10px;
}
.search_inner_list>ul>li a dl {
	width: 100%;
	position: relative;
}

.search_inner_list>ul>li a dl:after {content: "";display: block;clear: both;}
.search_inner_list>ul>li a dl dt {
	width: 70%;
	position: relative;
	overflow: hidden;
	padding: 30px 0 32%;
	margin: 0 3% 3% 0;
	/* float: left; */
}
.search_inner_list>ul>li a dl dt img {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.search_inner_list>ul>li a dl dd {
	width: 100%;
	/* float: right; */
}
.search_inner_list>ul>li a dl dd p span {
	display: none;
}
.search_inner_list>ul>li a dl dd ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-top: 3%;
}
.search_inner_list>ul>li a dl dd ul li {
	width: 20%;
	margin-right: 10px;
}
/*========================================================
$concept contents
========================================================*/
.title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #338895;
	height: 150px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-image: url(../img/title_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.concept_box .relief_area article>p {
	color: #338895;
	margin-bottom: 10%;
}
.concept_box .relief_area article ol li b {
	min-height: 3.5em;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.concept_box .relief_area article ol li b br {
	display: block;
}
.concept_box .relief_area article ol li p {
	min-height: 5em;
}
.concept_box>ol>li {
	position: relative;
	padding: 5% 0 10%;
}
.concept_box>ol>li>span {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  width: 50px;
  height: 50px;
  padding-bottom: 10px;
  background-color: #338895;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
	border: 4px solid #fff;
}
.concept_box>ol>li h3 {
	height: 260px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	background-image: url(../img/bg01.jpg);
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 5%;
}
.concept_box>ol>li h3 span {
	font-size: 32px;
	display: block;
	width: 100%;
}
.concept_box>ol>li>img {
	display: block;
	width: 90%;
	margin: auto;
}
.concept_box>ol>li>div>a {
	display: block;
	width: 90%;
	margin: 0 auto 10%;
	padding: 5%;
	border: 1px solid #c5c5c5;
}
.concept_box>ol>li>div:first-of-type>a {
	margin-top: 5%;
}
.concept_box>ol>li div dl {
	width: 100%;
}
.concept_box>ol>li div dl dt {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 5px 0;
  background-color: #338895;
}
.concept_box>ol>li div dl dd {
	padding: 3%;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.concept_box>ol>li div dl:first-of-type dd p {
	padding: 3%;
	order: 1;
}
.concept_box>ol>li>p {
	text-align: center;
	padding: 10% 5%;
}
.concept_box>ol>li h4 {
	font-size: 24px;
	font-weight: bold;
	color: #338895;
	margin-bottom: 5%;
	text-align: center;
}
.concept_box>ol>li ul {
	width: 90%;
	margin: auto;
}
.concept_box>ol>li ul li {
	width: 100%;
	margin-bottom: 5%;
}
.concept_box>ol>li ul li div {
	margin-bottom: 10px;
}
.concept_box>ol>li ul li p {
	font-size: 16px;
	text-align: center;
	color: #338895;
}
/*========================================================
$aboutus contents
========================================================*/
.aboutus_box {
	padding: 10% 0;
}
.aboutus_box dl {
	width: 90%;
	margin: auto;
}
.aboutus_box dl dt {
	background-color: #e5e5e5;
	padding: 2% 3%;
}
.aboutus_box dl dd {
	padding: 5% 3%;
}
/*========================================================
$faq contents
========================================================*/
.faq_box {
	padding: 10% 5%;
	margin: auto;
}
.faq_box div p {
	font-size: 20px;
	font-weight: bold;
	color: #338895;
	border-bottom: 1px solid #338895;
	padding: 5px 0;
	margin-bottom: 20px;
}
.faq_box div dl {
	margin: 0 auto 10%;
}
.faq_box div dl dt {
	font-size: 20px;
	padding: 15px 20px 5px 50px;
	position: relative;
	margin-bottom: 10px;
}
.faq_box div dl dt span {
	font-size: 40px;
	color: #338895;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
.faq_box div dl dd {
	padding: 15px 20px 5px 50px;
	position: relative;
}
.faq_box div dl dd span {
	font-size: 40px;
	color: #ff9395;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
/*========================================================
$contact contents
========================================================*/
.contact_box {
	padding: 10% 5%;
}
.contact_box>p {
	text-align: center;
	margin-bottom: 10%;
}
.contact_box>p b {
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.contact_box .btn {
	max-width: 300px;
	width: 90%;
	background-color: #fff;
}
.contact_form div.privacy_btn {
  background: #F3F4EF;
  padding: 20px;
  margin-bottom: 20px;
}
.contact_form div.privacy_btn a {
	text-decoration: underline;
}
/*========================================================
$news contents
========================================================*/
.news_box {
	padding: 0 5% 10%;
}
.news_box>article {
	padding-bottom: 10%;
}
.news_box>article span {
	display: block;
	color: #338895;
}
.news_box>article .news_title {
	font-size: 24px;
	margin-bottom: 5%;
	color: #338895;
	font-weight: bold;
}
.news_box>article img {
	margin-bottom: 3%;
}
.news_box>article p {
	margin-bottom: 3%;
}
.news_box>ul {
	width: 100%;
	margin-bottom: 5%;
}
.news_box>ul li {
	width: 100%;
	border-bottom: 1px solid #c5c5c5;
	transition: .3s;
	opacity: 1;
	overflow: hidden;
	height: 100%;
}
.news_box>ul li.is-hidden {
	opacity: 0;
	height: 0;
	border: none;
}
.news_box>ul li a {
	display: block;
	width: 100%;
	padding: 3%;
	background-color: #fff;
	transition: .3s;
}
.news_box>ul li a span {
	display: block;
	width: 100%;
	padding: 3px 0;
}
.news_box>ul li a p {
	font-size: 16px;
	width: 100%;
}

/*========================================================
$hurry contents
========================================================*/
.hurry_box {
	padding: 10% 0;
}
.hurry_box>p {
	font-size: 18px;
	text-align: center;
	color: #338895;
	font-weight: bold;
	padding: 0 5%;
}
.hurry_box .hurry_tel {
	position: relative;
	background-image: url(../img/hurry_bg.png);
	background-position: bottom right -5vw;
	background-repeat: no-repeat;
	-webkit-background-size: auto 90%;
	background-size: auto 90%;
	margin: 10% 0 5%;
	padding: 10% 0;
}
.hurry_box .hurry_tel::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(left,  rgba(51,136,149,1) 0%, rgba(51,136,149,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(51,136,149,1) 0%,rgba(51,136,149,0) 100%);
	background: linear-gradient(to right,  rgba(51,136,149,1) 0%,rgba(51,136,149,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#338895', endColorstr='#00338895',GradientType=1 );
	mix-blend-mode: multiply;
	z-index: -1;
}
.hurry_box .hurry_tel div {
	padding: 10% 5%;
	position: relative;
	z-index: 2;
}
.hurry_box .hurry_tel div img {
	width: 80%;
}
.hurry_box div:not(.hurry_tel) {
	padding: 0 5%;
}
.hurry_box div:not(.hurry_tel) dl {
	width: 100%;
	margin-bottom: 5%;
}
.hurry_box div:not(.hurry_tel) dl dt {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #338895;
	margin-bottom: 3%;
}
.hurry_box div:not(.hurry_tel) dl dd {
	padding: 3%;
	border: 1px solid #c5c5c5;
}
.hurry_box div:not(.hurry_tel) dl dd b {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
.hurry_box div:not(.hurry_tel) dl dd span {
	color: #af107e;
}
.hurry_box div:not(.hurry_tel)>p {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #338895;
	margin-bottom: 3%;
}
.hurry_box div:not(.hurry_tel) ol {
	width: 100%;
}
.hurry_box div:not(.hurry_tel) ol li {
	width: 100%;
	border: 1px solid #c5c5c5;
	padding: 5%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	color: #338895;
	line-height: 1.2;
	margin-bottom: 10%;
}
.hurry_box div:not(.hurry_tel) ol li::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 20px;
	border-color: transparent transparent transparent #338895;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(90deg);
}
.hurry_box div:not(.hurry_tel) ol li:last-of-type {
	margin-bottom: 0;
}
.hurry_box div:not(.hurry_tel) ol li:last-of-type::after {
	display: none;
}
.hurry_box div:not(.hurry_tel) ol li br {
	display: none;
}
.hurry_box div:not(.hurry_tel) ol li span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 30px;
  height: 30px;
  padding-bottom: 5px;
  background-color: #338895;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 1;
}

/*========================================================
$hall contents
========================================================*/
.search_box {
	padding: 50px 0;
}
.search_box>p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
	color: #338895;
}
.search_box .hall_map {
	display: none;
}
/*========================================================
$plan contents
========================================================*/
.plan_inner {
	width: 100%;
	margin: auto;
}
.plan_btn {
	align-items: center;
	margin: 10% 5%;
}
.plan_btn li {
	width: 100%;
	margin-bottom: 3%;
}
.plan_btn li:last-of-type {
	margin-bottom: 0;
}
.plan_btn li a {
	display: block;
	width: 100%;
}

.plan_btn li:nth-of-type(1) a {
	color:#5d8d4d;
	border-color:#5d8d4d;
}
.plan_btn li:nth-of-type(2) a {
	color:#fa9502;
	border-color:#fa9502;
}

.plan_btn li:nth-of-type(4) a {
	color:#584585;
	border-color:#584585;
}
.plan_btn li:nth-of-type(3) a {
	color:#15376A;
	border-color:#15376A;
}
.plan_box01 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10%;
	padding: 0 5%;
}
.plan_box01>img {
	order: 1;
	margin-bottom: 5%;
	display: block;
}
.plan_box01 div {
	order: 2;
	text-align: center;
	width: 100%;
}
.plan_box01 div img {
	margin-bottom: 5%;
}
.plan_box01 div p {
	text-align: left;
}
.plan_box01>div>span {
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.plan_box01>div h2 {
	width: 100%;
	margin-bottom: 5px;
}
.plan_box01>div h2 img {
	width: auto;
	max-width: 100%;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: text-bottom;
}
.plan_box01>div h2 span {
	width: 8em;
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 16px;
}
.plan_box02 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10%;
	padding: 0 5%;
}
.plan_box02 dl {
	margin-bottom: 5%;
}
.plan_box02 dl dt {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.plan_box02 dl dd {
	text-align: center;
}
.plan_box02 dl dd img {
	display: block;
	width: 80%;
	margin: 0 auto 5%;
}
.plan_box02 dl dd ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	text-align: left;
}
.plan_box02 dl dd p {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.plan_box02 dl dd span {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 20px;
	border: 1px solid #c5c5c5;
	margin: 0 10px 20px;
}
.plan_flow01 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 5%;
	padding: 0 5%;
}
.plan_flow01 span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	width: 40px;
	background-color: rgba(93, 142, 77,.7);
	color: #fff;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	position: relative;
}
.plan_flow01 span::before,
.plan_flow01 span::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.plan_flow01 span::after {
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #fff transparent;
	left: auto;
	right: 0;
}
.plan_flow01 div {
	margin-left: 5%;
}
.plan_flow01 div img {
	margin-bottom: 5%;
}
.plan_flow01 div p {
	margin-bottom: 5%;
}
.plan_flow01 div ul li {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10%;
}
.plan_flow01 div ul li img {
	margin-bottom: 3%;
}
.plan_flow01 div ul li p strong {
	display: block;
	font-weight: bold;
	color: #5d8d4d;
	margin-bottom: 10px;
	font-size: 22px;
}
.plan_flow01 div dl {
	width: 100%;
}
.plan_flow01 div dl dt {
	text-align: center;
	padding: 10px 0;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	cursor: pointer;
}
.plan_flow01 div dl dt::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #000 transparent transparent transparent;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.plan_flow02 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 5%;
	padding: 0 5%;
}
.plan_flow02 span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	width: 40px;
	background-color: #5d8d4d;
	color: #fff;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
.plan_flow02 div {
	max-width: 670px;
	margin: 0 30px;
}
.plan_flow02 div p {
	padding: 20px 0;
}
.plan_flow02 div p strong {
	display: block;
	font-weight: bold;
	color: #5d8d4d;
	margin-bottom: 10px;
	font-size: 22px;
}

.plan-h {
	padding: 10px 0;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
.plan-h b {
	display: block;
	text-align: center;
	font-size: 22px;
}
.plan-h span {
	display: block;
	text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
}
.plan_ico_list {
	padding: 10% 5%;
	background-color: rgba(96, 147, 201, .1);
}
.plan_ico_list div ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.plan_ico_list div ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	border: 1.5px solid #979696;
	background: #f7f7f7;
	padding: 1%;
}
.plan_ico_list div ul .grayout {
	border: 1.5px solid #ccc!important;
    background-color: #e4e3e3!important;
    opacity: 0.6;
    color: #fff!important;
}
.plan_ico_list div ul li:nth-of-type(2n) {
	margin-right: 0;
}
.plan_ico_list div ul li span {
	width: 50px;
	margin-right: 10px;
}
.plan_ico_list div ul li p {
	font-weight: bold;
}
.plan_set {
	padding: 10% 5%;
}
.plan_set>span {
}
.plan_set>span img {
	width: 100%;
	margin-bottom: 10%;
	display: block;
}
.plan_set ul {
	margin-bottom: 5%;
}
.plan_set ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.plan_set dl {
	margin-bottom: 20px;
}
.plan_set dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.plan_set dl dd span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.plan_set dl dd img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	width: 30px;
}
.plan_set div {
}
.plan_set div img {
	width: 100%;
	margin-bottom: 5%;
}
.plan_shokai {
	padding: 10% 5%;
	background-color: #f5f5f5;
}
.plan_shokai p {
	text-align: center;
	margin-bottom: 5%;
	font-size: 18px;
	font-weight: bold;
}
.plan_shokai p span {
	display: block;
	text-align: center;
}
.plan_shokai p span strong {
	font-size: 50px;
	display: inline-block;
	margin: 0 10px;
	line-height: 1.2;
}
.plan_shokai dl {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	padding: 10px;
	border-top: 1px dashed #000;
}
.plan_shokai dl:last-of-type {
	border-bottom: 1px dashed #000;
	margin-bottom: 20px;
}
.plan_shokai dl dt {
	width: 22%;
}
.plan_shokai dl dd {
	width: 78%;
}
.plan_shokai ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.plan_flow {
	padding: 10% 5%;
}
.plan_flow ol li {
	width: 100%;
	margin-bottom: 50px;
	border: 1px solid #000;
	text-align: center;
	padding: 10px;
	position: relative;
}
.plan_flow ol li:not(:last-of-type)::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -33px;
	margin: auto;
}
.plan_flow ol li p {
	font-weight: bold;
	background-color: #efefef;
	margin-bottom: 10px;
}
.plan_flow ol li div img {
	width: 100%;
	display: inline-block;
	padding: 20px;
}
.plan_flow ol li div a.btn {
	width: 80%;
	margin: 0 auto 20px;
}
.plan_flow ol li span {
	font-weight: bold;
	line-height: 1;
}
.plan_flow ol li.none-before + li {
	border: 1px solid rgba(0,0,0,.5);
}
.plan_flow ol li.none-before + li span {
	opacity: .5;
}
.plan_flow ol li.none-before::before,
.plan_flow ol li.none-before + li::before {
	content: '';
	width: 30px;
	height: 50px;
	position: absolute;
	bottom: -51px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #000;
	opacity: .5;
}
.plan_flow ol li.none-before + li::before {
	height: 100px;
	bottom: auto;
	top: -1px;
}
.plan_flow ol li.none-before::after,
.plan_flow ol li.none-before + li::after {
	display: none;
}
.plan_flow ol li.none-before span {
}
.plan_flow ol li b {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.plan_flow.one-day ol li {
	border: 1px solid #f29600;
}
.plan_flow.one-day ol li:not(:last-of-type)::after {
	border-color: #f29600 transparent transparent transparent;
}
.plan_flow.one-day ol li p {
	background-color: rgba(242, 150, 0,.2);
}
.plan_flow.one-day ol li.none-before::before,
.plan_flow.one-day ol li.none-before + li::before {
	background-color: rgba(242, 150, 0,.4);
}
.plan_flow.one-day ol li b {
	color: #f29600;
}
.plan_flow.sousou ol li {
	border: 1px solid #5d8d4d;
}
.plan_flow.sousou ol li:not(:last-of-type)::after {
	border-color: #5d8d4d transparent transparent transparent;
}
.plan_flow.sousou ol li p {
	background-color: rgba(93, 142, 77,.2);
}
.plan_flow.sousou ol li.none-before::before,
.plan_flow.sousou ol li.none-before + li::before {
	background-color: rgba(93, 142, 77,.4);
}
.plan_flow.sousou ol li b {
	color: #5d8d4d;
}
.plan_flow.two-day ol li {
	border: 1px solid #584585;
}
.plan_flow.two-day ol li:not(:last-of-type)::after {
	border-color: #584585 transparent transparent transparent;
}
.plan_flow.two-day ol li p {
	background-color: rgba(88, 69, 133,.2);
}
.plan_flow.two-day ol li.none-before::before,
.plan_flow.two-day ol li.none-before + li::before {
	background-color: rgba(88, 69, 133,.4);
}
.plan_flow.two-day ol li b {
	color: #584585;
}
.plan_osusume {
	padding: 10% 5%;
}
.plan_osusume div ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.plan_osusume div ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 5%;
}
.plan_osusume div ul li:nth-of-type(even) {
	margin-right: 0;
}
.plan_osusume div ul li img {
	margin-bottom: 5px;
}
.plan_osusume div>p {
	position: relative;
}
.plan_osusume div>p::after {
	content: '';
	width: 150px;
	height: 160px;
	background-image: url(../img/supporter01.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: -150px;
}
.plan_osusume div>p span {
	display: block;
	font-size: 16px;
	margin-bottom: 100px;
	border: 1px solid #000;
	padding: 20px;
	position: relative;
}
.plan_osusume div>p span::before,
.plan_osusume div>p span::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #000 transparent transparent;
	position: absolute;
	left: 0;
	right: -50px;
	bottom: -20px;
	margin: auto;
}
.plan_osusume div>p span::after {
	border-width: 0 19px 19px 0;
	border-color: transparent #fff transparent transparent;
	left: -1px;
	bottom: -18px;
}
.plan_option {
	padding: 10% 5%;
}
.plan_option>p {
	text-align: center;
	margin-bottom: 30px;
}
.plan_option ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.plan_option ul li {
	width: 48%;
	margin-bottom: 4%;
}
.plan_option ul li img {
	margin-bottom: 5px;
}
.plan_option ul li p {
	text-align: center;
	font-weight: bold;
}
.plan_other {
	padding: 10% 5%;
	width: 100%;
}
.plan_other .plan-h {
	width: 100%;
}
.plan_other a {
	display: block;
	width: 100%;
	margin-bottom: 5%;
}

/*========================================================
$privacy contents
========================================================*/
.privacy_box {
	padding: 0 5%;
}
.table01 {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}
.table01 thead tr {
	background: #666;
	color: #fff;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.table01 thead tr th {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 10px;
	text-align: center;
}
.table01 tbody tr th {
	border: 1px solid #ccc;
	border-collapse: collapse;
	background: #F3F4EF;
	padding: 3%;
	box-sizing: border-box;
	width: 30%;
}
.table01 tbody tr td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 3%;
	box-sizing: border-box;
	width: 70%;
}
ol {
	counter-reset: item;
}
ol.counter1>li {
  text-indent: -1em;
  padding-left: 1em;
}
ol.counter1>li * {
  text-indent: 0;
}
ol.counter1>li::before {
  counter-increment:item;
  content: counter(item)'.';
}
ol.counter2>li {
  text-indent: -1.6em;
  padding-left: 1.6em;
}
ol.counter2>li::before {
  counter-increment:item;
  content: '('counter(item)')';
}
ol.counter2>li * {
  text-indent: 0;
}


/*kimutuika*/
form#feas-searchform-0:after {
    content: "";
    display: block;
    clear: both;
}

.search_area div dl.location dd form > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%;
    width: auto;
}
.search_area div dl.location dd form > em {
    display: inline-block;
}

.search_area div dl.location dd form > div:after {
    display: block;
    content: "";
    clear: both;
}

form#feas-searchform-0 > p {
    display: inline-block;
}

.search_area div dl.location dd form div::after {
    content: '';
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #338895;
    border-right: 2px solid #338895;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: -159%;
    right: 0;
    left: 0;
    margin: auto;
}

.search_area div dl.location dd form > div {
    display: block;
    vertical-align: middle;
    /* margin-right: 0; */
    width: 96%;
    margin: 0 auto 13%;
}

form#feas-searchform-0 > p {
    display: inline-block;
    margin-right: 1%;
}

/* -------- slideShow -------- */

.slideShow {width: 100% !important;/* height:548px; *//* display: flex !important; *//* flex-wrap: nowrap; */}

.slideShow .mainView {/* width: 75%; */height: 280px;position: relative;overflow: hidden;z-index:0;}
.slideShow .mainView ul li {
top: 0;
left: 0;
width: 100%;
position: absolute;
}

.slideShow .mainView ul li:first-child {
opacity: 1;
z-index: 99;
}

.slideShow .mainView ul li a {
pointer-events: none;
}

.slideShow .mainView ul li img {
width: 100%;
margin:0;
}

.slideShow .thumbNail {/* width: 25%; */height: auto;/* position: absolute; */z-index:5;/* top:0; *//* right:0; */text-align: center;padding: 0 1% 1%;box-sizing: border-box;/* background: #ededed; *//* display: none; */margin: -40px 0 20px;}
.slideShow .thumbNail ul{
  width: 100%;
  /* height: 102%; */
  /* background-image:
  linear-gradient(90deg, #424242 13%, transparent 13%),
  linear-gradient(#424242 17%, transparent 17%),
  linear-gradient(#4e4e4e 100%, transparent 100%); */
  /* background-size: 78px 61px; */
  /* background-position: -9px -9px; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* background: #eee; */
  text-align: center;
  margin: 6px 0 0;
  }

.slideShow .thumbNail_background li {
background-color: #494949;
width:70px !important;
height:53px;
float: left;
cursor: pointer;
margin: 0 8px 8px 0;
border:solid 1px rgba(255, 255, 255, 0)!important;
}

.slideShow .thumbNail ul li {width: 10px!important;height: 10px;/* height:53px; *//* float: left; */display: inline-block;cursor: pointer;margin: 0 1% 0%;filter: alpha(opacity=80);-moz-opacity:0.5;opacity: 0.5;/* border:solid 1px rgba(255, 255, 255, 0)!important; */background: #edfaff;border-radius: 50%;border: solid 1px #03A9F4;}
.slideShow .thumbNail ul li  a{
}

.slideShow .thumbNail ul li img {display: none;}
.slideShow .thumbNail ul li:hover{
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.slideShow .thumbNail ul li.active{
	border:solid 1px #04dffe!important;
	background: #2db9ef !important;
	border-radius: 50%;
	border: solid 1px #03A9F4;
	z-index: 2;
}
.slideShow .btnPrev,
.slideShow .btnNext {
top: 0px;
width: 30px;
height:100%;
position: absolute;
z-index:100;
}
.phtArea .slideShow .mainView :not(ul):not(.btnNext) ~ .btnPrev,
.phtArea .slideShow .mainView :not(ul):not(.btnPrev) ~ .btnNext {
visibility: hidden;
pointer-events: none;
}
.phtArea .slideShow .mainView ul ~ .btnPrev,
.phtArea .slideShow .mainView ul ~ .btnNext {
visibility: visible !important;
pointer-events: auto !important;
}
.slideShow .btnPrev {
left: 0;
background:url(../img/btnPrev.png) no-repeat center center;
}
.slideShow .btnNext {
right: 0;
background:url(../img/btnNext.png) no-repeat center center;
}

/*ä¼šå ´ã®CSS*/

.halldetail .border_b{
    font-size: 20px;
    font-weight: bold;
    color: #338895;
    border-bottom: 1px solid #338895;
    padding: 5px 0;
    margin-bottom: 20px;
}

.hall_areas {
	margin-bottom: 5%;
	padding: 0 5%;
}
.hall_areas strong{
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.cf:after{
	display: block;
	content: "";
	clear: both;
}

.plans_wrap li{
	margin: 0 0 5% 0;
    border: 1px solid;
    border-radius: 5px;
    box-sizing: border-box;
}
.plans_wrap li:nth-child(1) {
	border-color: #5d864d;
}
.plans_wrap li:nth-child(2) {
	border-color: #f38e02;
}
.plans_wrap li:nth-child(3) {
	border-color: #15376a;
}
.plans_wrap li:nth-child(4) {
	border-color: #584580;
}
.plans_wrap li p {
	padding: 3px 10px;
}

.hall_areas .inbox dl dt{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #338895;
}

.hall_areas .inbox dl{
	margin: 0 0 1%;
}


.hall_areas .ul50 > li{
	width: 96%;
	margin: 0 auto 2%;
	/* float: left; */
}

.hall_areas .ul50 > li:nth-child(2n){
	margin: 0 auto 2%;
}

.hall_areas .ul50 > li ul > li{
	list-style-type:disc;
	    margin: 0 0 0px 20px;
}

.gmapwrap {
	position: relative;
	    padding-bottom: 85%;
	    height: 0;
	    overflow: hidden;
}

.gmapwrap iframe,
.gmapwrap object,
.gmapwrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.titlewrap{
	margin: 3% 0 5%;
	padding: 0 5%;
}

.titlewrap h2{
	font-size: 33px;
	font-weight: bold;
	/* border-right: solid 2px #338895; */
	color:#338895;
	/* display:inline-block; */
	line-height: 1;
	/* padding: 0 10px; */
	/* width: 24%; */
	margin: 0 auto 3%;
}

.titlewrap small{
		font-size: 14px;
		display: block;
		/* padding: 0 10px; */
		/* width: 70%; */
}

.phtArea.mb20.clearfix.inner {
    /* display: flex; */
    /* flex-wrap: nowrap; */
}

.labelicons{
	display:inline-block;
	border: solid 1px #338895;
	color: #338895;
	position: relative;
	padding: 5px 8px;
	border-radius: 5px;
	margin: 0 4px 9px 0;
	vertical-align: top;
	line-height: 1;
}

.labelicons > em{
	display: inline;
}
.labelicons > em >img {
    max-width: 20px;
    margin: 2px 0 0 0;
}
.labelicons > small{
	font-size: 12px;
	position: relative;
	top: 3px;
}
#page_info01 .inner{
	width: 100%;
	margin: 0 auto 0 !important;
}

.hall_areas .inner {
    width: 96%;
    margin: 0 auto;
}
/* 210816_比較リスト */
.hikaku_li {
	width: 100%;
	margin: auto;
	background: #fff;
}
.hikaku_li tr th {
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
	padding: 15px;
	font-size: 30px;
}
.hikaku_li tr th span {
	display: block;
    width: 55px;
    margin: auto;
}
.hikaku_li tr th:nth-child(2) {
	background: #5d864d!important;
}
.hikaku_li tr th:nth-child(3) {
	background: #f38e02!important;
}
.hikaku_li tr th:nth-child(4) {
	background: #15376a!important;
}
.hikaku_li tr th:nth-child(5) {
	background: #584580!important;
}
.hikaku_li tr:nth-child(n+2) th:nth-child(n+2) {
	background: #e3eee0!important;
}
.hikaku_li tr:nth-child(n+2) th:nth-child(n+3) {
	background: #fdecd4!important;
}
.hikaku_li tr:nth-child(n+2) th:nth-child(n+4) {
	background: #dde7f6!important;
}
.hikaku_li tr:nth-child(n+2) th:nth-child(n+5) {
	background: #efe7ff!important;
}
.hikaku_li .title_li {
	color: #fff;
	background: #666666;
	white-space: nowrap!important;
}
.hikaku_li tr th:first-child {
	background: #f7f7f7;
	border-right: none!important;
}
.hikaku_li .title_li th {
color: #fff;
background: #666666!important;
font-size: 14px;
}
.hikaku_li tr {
	border-bottom: 1.5px solid #fff;
}
.hikaku_li tr:first-child {
	border-bottom:none;
}
.hikaku_li tr th:nth-child(-n+4) {
	border-right: 1.5px solid #fff;
}
.setusmei {
	width: 80%;
		margin: 30px auto 0;
		text-align: center;
}
.setusmei h4 {
	color: #000!important;
		font-size: 21px!important;
		border-bottom: 3px solid #338895;
		width: 80%;
		margin: 0 auto 20px;
		padding-bottom: 5px;
}

.scroll table{
width:100%;
}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.hikaku_li tr .fixed01{
  position: sticky;
  left: 0;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}
}
.hikaku_li tr .fixed01 p {
	font-size: 14px;
}
.hikaku_li tr th .hontaiprice {
	display: contents;
}
.tel a .goro {
	display: block;
    background: none;
    border: none;
    color: #000;
    position: absolute;
    top: 21px;
    right: 20px;
    width: auto;
    text-align: right;
}
.concept_box>ol>li div dl dd img {
	order: 2;
}
/* フローティング
-----------------------*/
.rfix-ba {
	display: none;
    padding: 0px 0px 10px;
    z-index: 100;
    position: fixed;
    bottom: 50px;
		right: 0px;
}
.rfix-ba .rfix_box {
	width: 50px;
    box-shadow: 2px 4px 7px 0 #42424261;
    border-radius: 20px;
    margin: auto;
}
.rfix-ba .rfix_box a img {
	max-width: 100%;
	height: auto;
}
.rfix_box .rfix-ba-close {
    position: absolute;
    top: -13px;
    right: -8px;
}
.rfix_box .rfix-ba-close a span {
	display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.rfix_box .rfix-ba-close a i {
	font-size: 20px;
    z-index: 888;
    color: #1f3b53;
    background: #fff;
    padding: 4px 6px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

/* 220126 add */
.formlink a.online_ico {
	background-color: #009944;
	margin-top: 5%;
}

.contact_form table tbody tr td .contact_txt {
	color: #338895;
  font-size: 13px;
}
.mov iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}.mov {
	position: relative;
	width: 100%!important;
	padding-top: 56.25%;
	margin-bottom: 10px;
}
h4.movtit {
    font-size: 22px!important;
    line-height: 1.5em!important;
}
