@charset "utf-8";
body {
	margin:0 auto;
	padding: 0;
	font-size: 17px;
	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;
	min-width: 940px;
}
img {max-width: 100%;}
a {color:inherit;text-decoration: none;}
.nopc {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;}
a[href^="tel:"] {pointer-events: none;}
.tel a {
	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;
	pointer-events: none;
}
.tel a span {
	background-color: #338895;
	border: 1px solid #338895;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 10px;
}
.tel a img {
	width: 33px;
	margin-left: 10px;
}
.tel a p {
	font-size: 32px;
	font-weight: bold;
	margin-left: 5px;
	line-height: 0;

}
.tel a small {
	border: 1px solid #000;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 8px;
	border-radius: 10px;
	margin-left: 5px;
}
.btn {
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	display: block;
	border: 1px solid #000;
	border-radius: 10px;
	width: 150px;
	margin: auto;
	background: none;
	cursor: pointer;
	transition: .3s;
}
.btn:hover {
	background-color: #000;
	color: #fff;
}
.nopc {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;
	z-index: 100;
	min-width: 790px;
}
.logo {
	float: left;
	max-width: 250px;
	width: 50%;
	padding: 15px 20px;
}
header .tel {
	float: right;
	padding: 18px 20px;
	position: relative;
}
.burger {display: none;}
header nav {
	clear: both;
	border-top: 1px solid #00537d;
}
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%;
	max-width: 1040px;
	margin: auto;
}
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 ul li a:hover {
	border: 2px solid rgba(51,136,149,1);
	background-color: #338895;
	color: #fff;
}
header nav ul li:last-of-type {
	margin-right: 0;
}
header nav ul li:last-of-type a {
	border: 2px solid #ff9395;
	background-color: #ff9395;
	color: #fff;
}
header nav ul li:last-of-type a:hover {
	background-color: #fff;
	color: #ff9395;
}
header nav p {
	position: fixed;
	top: 200px;
	right: -5px;
}
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>div {
	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;
}
.formlink a {
	display: block;
	position: relative;
	background-color: #338895;
	padding: 10px 20px 10px 100px;
	line-height: 1.2;
	border-radius: 10px;
}
.formlink a img {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 120px;
	max-width: none;
}
.formlink a p {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
}
.formlink a p span {
	color: #ff0;
	font-size: 12px;
	display: block;
}
.formlink a p span br {
	display: none;
}
footer>p {
	background-color: #338895;
	color: #fff;
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
}
footer>ul {
	background-color: #338895;
	color: #fff;
	padding: 10px;
	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: 5px 10px;
}
.breadcrumb {
	margin: 50px auto 0;
	padding: 5px 0;
	background-color: rgba(51, 136, 149,.3);
	font-size: 12px;
}
.breadcrumb ul {
	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: flex-start;
	max-width: 1020px;
	width: 90%;
	margin: auto;
}
.breadcrumb ul li {
	margin-right: 30px;
	position: relative;
}
.breadcrumb ul li:not(:last-of-type)::after {
	content: '>';
	position: absolute;
	top: 50%;
	right: -20px;
	line-height: 0;
}
/*========================================================
$top contents
========================================================*/
.contents {
	padding-top: 140px;
}
.main_area {
	background-image: url(../img/main_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 180px 0 80px;
}
.main_area article h2 {
	font-size: 40px;
	font-weight: bold;
	color: #006300;
	line-height: 1.2;
	margin-bottom: 50px;
}
.main_area article h2 span {
	font-size: 50px;
	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;
	background-repeat: no-repeat;
	width: 250px;
	height: 268px;
	position: absolute;
	bottom: 100%;
	right: 55px;
}
.main_area article .main_slider_wrap .main_slider {
	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;
	max-width: 990px;
	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;
}
.main_area article .main_slider_wrap .main_slider .main_slider_contents h3 {
	font-size: 25px;
	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-size: 17px;
	font-weight: bold;
}
.relief_area {
	padding: 50px 0;
}
.main_area article .main_slider_wrap .main_slider .main_slider_contents .btn {
	width: 70%;
	margin: 20px auto 0;
}
.relief_area article h3 {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #338895;
	margin-bottom: 20px;
}
.relief_area article h3 span {
	font-size: 70px;
}
.relief_area article>p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}
.relief_area article>p span {
	background: linear-gradient(transparent 0%, #f4ff73 0%);
}
.relief_area article ol {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.relief_area article ol li {
	width: 32%;
	position: relative;
	text-align: center;
}
.relief_area article ol li span {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	width: 65px;
	height: 65px;
	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;
	margin-bottom: 50px;
}
.relief_area article ol li img {
	height: 95px;
	margin-bottom: 30px;
}
.relief_area article ol li b {
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	color: #338895;
}
.relief_area article ol li b br {
	display: none;
}
.relief_area article ol li p {
	font-weight: bold;
	min-height: 8em;
}
.relief_area article ol li a.btn {
	width: 60%;
	margin: 20px auto 0;
}
.plan_area {
	position: relative;
	padding: 200px 0 80px;
}
.plan_area::before {
	content: '';
	width: 100%;
	height: 400px;
	background-image: url(../img/bg01.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.plan_area article {
	max-width: 1130px;
	width: 90%;
	margin: auto;
	position: relative;
	z-index: 2;
}
.plan_area article h3 {
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 50px;
	padding-left: 300px;
	color: #fff;
}
.plan_area article h3 br {
	display: none;
}
.plan_area article h3 b {
	font-size: 70px;
}
.plan_area article h3 span {
	display: block;
	font-size: 17px;
	font-weight: normal;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}
.plan_area article ul {
	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;
	position: relative;
}
.plan_area article ul::before {
	content: '';
	width: 300px;
	height: 330px;
	background-image: url(../img/supporter02.png);
	background-position: center;
	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: 24%;
	position: relative;
	z-index: 2;
	height: 430px;
	border: 1px solid;
	border-radius: 5px;
	box-sizing: border-box;
}
.plan_area article ul li a {
	display: block;
}
.plan_area article ul li p {
	font-size: 14px;
	padding: 3px 10px;
}
.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;
}
.img_area {
	width: 100%;
	padding: 30px 0 20%;
	background-image: url(../img/top_bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top -100px center;
	background-repeat: no-repeat;
}
.news_area {
	padding: 0 0 80px;
}
.news_area>div {
	max-width: 1130px;
	width: 90%;
	margin: auto;
}
.news_area div h3 {
	font-size: 40px;
	font-weight: bold;
	color: #338895;
	text-align: center;
	margin-bottom: 80px;
}
.news_area div .news_slider_wrap .news_slider {
	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: flex-start;
	margin-bottom: 50px;
}
.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;
}
.search_area>div {
	max-width: 850px;
	width: 90%;
	margin: auto;
}
.search_area>div>p {
	font-size: 40px;
	font-weight: bold;
	color: #338895;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.search_area>div>p::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	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-size: 20px;
	font-weight: bold;
	color: #338895;
	border-bottom: 1px solid #338895;
	padding: 5px 0;
}
.search_area>div>dl>dt::before {
	content: '';
	width: 15px;
	height: 15px;
	background-color: #338895;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 100px;
}
.search_area>div>dl>dd {
	padding: 20px 0;
}
.search_area div dl.location dd form div {
	display: inline-block;
	vertical-align: middle;
	width: 37.5%;
	position: relative;
	margin-right: 3%;
}
.search_area div dl.location dd form div::after {
	content: '';
	width: 20px;
	height: 20px;
	border-top: 2px solid #338895;
	border-right: 2px solid #338895;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.search_area div dl.location dd form div p {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.search_area div dl.location dd form div select {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 5px;
	width: 185px;
	border-radius: 5px;
}
.search_area div dl.location dd form input[type='submit'] {
	background: none;
	border: none;
	width: 150px;
	background-color: #338895;
	color: #fff;
	padding: 5px 0;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
}
.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: 20%;
	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: 20px 30px;
	border: 1px solid #ccc;
	position: relative;
}
.search_inner_list>ul>li a strong {
	font-size: 24px;
	font-weight: bold;
  border-bottom: 1px solid #ccc;
	display: block;
	margin-bottom: 10px;
}
.search_inner_list>ul>li a 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: flex-start;
	width: 100%;
	position: relative;
}
.search_inner_list>ul>li a dl dt {
	width: 220px;
	position: relative;
	overflow: hidden;
	padding: 30px 0 12%;
	margin-right: 30px;
}
.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%;
}
.search_inner_list>ul>li a dl dd p {
	font-size: 16px;
}
.search_inner_list>ul>li a dl dd p span {
	display: inline-block;
	vertical-align: middle;
	min-width: 5em;
	margin-right: 10px;
}
.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%;
}
.search_inner_list>ul>li a dl dd ul li {
	width: 10%;
	margin-right: 10px;
}

/*========================================================
$concept contents
========================================================*/
.title {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #338895;
	height: 230px;
	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 {
	font-size: 24px;
	color: #338895;
}
.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: 35px 0 100px;
}
.concept_box>ol>li>span {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  width: 65px;
  height: 65px;
  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: 20px;
	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;
}
.concept_box>ol>li h3 span {
	font-size: 40px;
	display: block;
	width: 100%;
	margin-bottom: -100px;
}
.concept_box>ol>li>img {
	display: block;
	max-width: 1280px;
	width: 90%;
	margin: auto;
}
.concept_box>ol>li>div>a {
	max-width: 1050px;
	width: 90%;
	margin: auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: center;
}
.concept_box>ol>li>div:first-of-type>a {
	padding-top: 50px;
}
.concept_box>ol>li div dl {
	width: 28%;
	border-bottom: 1px solid #c5c5c5;
}
.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;
	display: none;
}
.concept_box>ol>li div:first-of-type dl dt {
	display: block;
}
.concept_box>ol>li div dl dd {
	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;
	height: 100px;
	padding: 20px;
}
.concept_box>ol>li div dl:first-of-type {
	width: 46%;
}
.concept_box>ol>li div dl:first-of-type dd {
	width: 100%;
	padding: 0;
}
.concept_box>ol>li div dl:first-of-type dd>img {
	width: 50%;
}
.concept_box>ol>li div dl:first-of-type dd p {
	width: 50%;
	padding: 20px;
}
.concept_box>ol>li>p {
	text-align: center;
	padding: 50px 0;
}
.concept_box>ol>li h4 {
	font-size: 30px;
	font-weight: bold;
	color: #338895;
	margin-bottom: 20px;
	text-align: center;
}
.concept_box>ol>li ul {
	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: flex-start;
	max-width: 1120px;
	width: 90%;
	margin: auto;
}
.concept_box>ol>li ul li {
	width: 32%;
}
.concept_box>ol>li ul li div {
	margin-bottom: 10px;
}
.concept_box>ol>li ul li p {
	font-size: 20px;
	text-align: center;
	color: #338895;
}
/*========================================================
$aboutus contents
========================================================*/
.aboutus_box {
	padding: 100px 0;
}
.aboutus_box dl {
	display: table;
	padding: 30px;
	border-bottom: 1px solid #c5c5c5;
	width: 100%;
	font-size: 16px;
}
.aboutus_box dl:first-of-type {
	border-top: 1px solid #c5c5c5;
}
.aboutus_box dl dt {
	display: table-cell;
	vertical-align: top;
	width: 30%;
}
.aboutus_box dl dd {
	display: table-cell;
	vertical-align: top;
	width: 70%;
}
/*========================================================
$faq contents
========================================================*/
.faq_box {
	padding: 50px 0;
}
.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 50px;
}
.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: 50px 0;
}
.contact_box>p {
	text-align: center;
	margin-bottom: 50px;
}
.contact_box>p b {
	font-size: 20px;
	font-weight: bold;
	display: block;
}
.contact_box .btn {
	width: 300px;
}
.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: 50px 0;
}
.news_box>article {
	padding-bottom: 50px;
}
.news_box>article span {
	display: block;
	color: #338895;
}
.news_box>article .news_title {
	font-size: 24px;
	margin-bottom: 30px;
	color: #338895;
	font-weight: bold;
}
.news_box>article img {
	margin-bottom: 20px;
}
.news_box>article p {
	margin-bottom: 20px;
}
.news_box>ul {
	width: 100%;
	margin-bottom: 30px;
}
.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: table;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	transition: .3s;
}
.news_box>ul li a:hover {
	background-color: #f1f1f1;
}
.news_box>ul li a span {
	display: table-cell;
	vertical-align: top;
	width: 20%;
	padding: 3px;
}
.news_box>ul li a p {
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
	width: 80%;
}
.news_box .more_btn {
	width: 150px;
	margin: auto;
}
/*========================================================
$hurry contents
========================================================*/
.hurry_box {
	padding: 50px 0;
}
.hurry_box>p {
	font-size: 24px;
	text-align: center;
	color: #338895;
	font-weight: bold;
}
.hurry_box .hurry_tel {
	position: relative;
	background-image: url(../img/hurry_bg.png);
	background-position: bottom right 20vw;
	background-repeat: no-repeat;
	-webkit-background-size: auto 90%;
	background-size: auto 90%;
	margin: 50px 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: 50px 0;
	position: relative;
	z-index: 2;
}
.hurry_box .hurry_tel div img {
	width: 60%;
}
.hurry_box div:not(.hurry_tel) {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hurry_box div:not(.hurry_tel) dl {
	width: 48%;
	margin-bottom: 50px;
}
.hurry_box div:not(.hurry_tel) dl dt {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #338895;
	margin-bottom: 20px;
}
.hurry_box div:not(.hurry_tel) dl dd {
	padding: 20px;
	border: 1px solid #c5c5c5;
}
.hurry_box div:not(.hurry_tel) dl dd b {
	font-size: 24px;
	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: 30px;
	font-weight: bold;
	color: #338895;
	margin-bottom: 20px;
}
.hurry_box div:not(.hurry_tel) ol {
	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;
	width: 100%;
}
.hurry_box div:not(.hurry_tel) ol li {
	width: 18.5%;
	height: 100px;
	border: 1px solid #c5c5c5;
	padding: 20px 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;
	text-align: center;
	position: relative;
	font-size: 20px;
	color: #338895;
	line-height: 1.2;
}
.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;
	top: 0;
	bottom: 0;
	right: -20px;
	margin: auto;
}
.hurry_box div:not(.hurry_tel) ol li:last-of-type::after {
	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 {
}
/*========================================================
$plan contents
========================================================*/
.plan_inner {
	max-width: 850px;
	width: 100%;
	margin: auto;
}
.plan_btn {
	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;
	max-width: 1020px;
	width: 100%;
	margin: 50px auto;
}
.plan_btn li {
	width: 24%;
}
.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(1) a:hover {
	color:#fff;
	background-color:#5d8d4d;
}
.plan_btn li:nth-of-type(2) a {
	color:#fa9502;
	border-color:#fa9502;
}
.plan_btn li:nth-of-type(2) a:hover {
	color:#fff;
	background-color:#fa9502;
}
.plan_btn li:nth-of-type(3) a {
	color:#15376a;
	border-color:#15376a;
}
.plan_btn li:nth-of-type(3) a:hover {
	color:#fff;
	background-color:#15376a;
}
.plan_btn li:nth-of-type(4) a {
	color:#584585;
	border-color:#584585;
}
.plan_btn li:nth-of-type(4) a:hover {
	color:#fff;
	background-color:#584585;
}
.plan_box01 {
	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;
	margin-bottom: 50px;
}
.plan_box01>img {
	width: 60%;
}
.plan_box01>div {
	width: 35%;
}
.plan_box01>div>span {
	display: block;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.plan_box01>div img {
	width: 100%;
}
.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: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}
.plan_box02 dl {
	width: 48%;
}
.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 20px;
}
.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: 30px;
}
.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 {
	max-width: 670px;
	margin: 0 30px;
}
.plan_flow01 div img {
	max-width: 280px;
	margin-bottom: 20px;
}
.plan_flow01 div p {
	margin-bottom: 20px;
}
.plan_flow01 div ul li {
	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: flex-start;
	margin-bottom: 50px;
}
.plan_flow01 div ul li img {
	margin-right: 30px;
}
.plan_flow01 div ul li p {
	padding: 20px 0;
}
.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: 30px;
}
.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: 50px 0;
	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: flex-start;
	align-items: center;
	width: 100%;
}
.plan_ico_list div ul li {
	width: 32%;
	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;
	border: 1.8px solid #979696;
	height: 70px;
	background: #f7f7f7;
}
.plan_ico_list div ul .grayout {
	border: 1.8px solid #ccc!important;
    background-color: #e4e3e3!important;
    opacity: 0.6;
    color: #fff!important;
}
.plan_ico_list div ul li:nth-of-type(3n) {
	margin-right: 0;
}
.plan_ico_list div ul li span {
	width: 50px;
	margin: 5px 10px;
}
.plan_ico_list div ul li p {
	font-size: 17px;
	font-weight: bold;
}
.plan_set {
	padding: 50px 0;
}
.plan_set>span {
	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: flex-start;
	margin-bottom: 20px;
}
.plan_set>span img {
	width: 32%;
}
.plan_set ul {
	margin-bottom: 30px;
}
.plan_inner ul {
	margin-top: 50px;
}
.plan_set ul li {
	padding-left: 1em;
	text-indent: -1em;
}
.plan_set dl {
	margin-bottom: 20px;
}
.plan_set dl dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.plan_set dl dd span {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
}
.plan_set dl dd img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	width: 55px;
}
.plan_set div {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.plan_set div img {
	width: 49.5%;
}
.plan_shokai {
	padding: 50px;
	background-color: #f5f5f5;
	margin: 50px 0;
}
.plan_shokai p {
	text-align: center;
	margin-bottom: 30px;
	font-size: 22px;
	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: 50px 0;
}
.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-size: 22px;
	font-weight: bold;
	background-color: #efefef;
	margin-bottom: 10px;
}
.plan_flow ol li div {
	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: flex-end;
}
.plan_flow ol li div img {
	width: 60%;
	display: inline-block;
	padding: 20px;
}
.plan_flow ol li div a.btn {
	width: 25%;
	margin: 0 auto 20px;
}
.plan_flow ol li span {
	font-size: 22px;
	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: 27px;
	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: 50px 0;
	background: url(../img/bk-plan_osusume.jpg)no-repeat center center;
	background-size: cover;
	margin: 0 0 50px;
}
.plan_osusume div ul {
	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: 50px;
}
.plan_osusume div ul li {
	width: 23%;
}
.plan_osusume div ul li img {
	margin-bottom: 10px;
}
.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: -10px;
}
.plan_osusume div>p span {
	display: block;
	font-size: 16px;
	margin: 20px 200px 10px 20px;
	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: 20px 20px 0 0;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	margin: auto;
}
.plan_osusume div>p span::after {
	border-width: 19px 19px 0 0;
	border-color: #fff transparent transparent transparent;
	top: 1px;
	right: -18px;
}
.plan_option {
	padding: 50px 0;
}
.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: 10px;
}
.plan_option ul li p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.plan_other {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.plan_other .plan-h {
	width: 100%;
}
.plan_other a {
	display: block;
	width: 32.5%;
}
/*========================================================
$privacy contents
========================================================*/
.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: 25px;
	box-sizing: border-box;
	width: 20%;
}
.table01 tbody tr td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 25px;
	box-sizing: border-box;
	width: 80%;
}
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: 20px;
    height: 20px;
    border-top: 2px solid #338895;
    border-right: 2px solid #338895;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
}

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

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:548px;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;}
.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;
  }

.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: 48%!important;/* height:53px; */float: left;cursor: pointer;margin: 0 1% 2%;filter: alpha(opacity=80);-moz-opacity:0.5;opacity: 0.5;border:solid 1px rgba(255, 255, 255, 0)!important;}


.slideShow .thumbNail ul li img {
width:100%;
}
.slideShow .thumbNail ul li:hover{
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.slideShow .thumbNail ul li.active{
filter: alpha(opacity=100)!important;
-moz-opacity: 1!important;
opacity: 1!important;
border:solid 1px #04dffe!important;
}
.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: 30px;
}
.hall_areas strong{
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.cf:after{
	display: block;
	content: "";
	clear: both;
}
.plans_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.plans_wrap li {
	width: 24%;
	height: 400px;
	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 {
	font-size: 13px;
	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: 48%;
	margin:0 2% 2% 0;
	float: left;
}

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

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

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

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

.titlewrap{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 30px;
}

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

.titlewrap small{
		font-size: 16px;
		display:inline-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;
}
/* 210816_比較リスト */
.hikaku_li {
	width: 100%;
	margin: auto;
	background: #fff;
}
.hikaku_li tr th {
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
	padding: 10px 0;
	font-size: 30px;
}
.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 tr th span {
	display: block;
    width: 55px;
    margin: auto;
}
.hikaku_li tr th .hontaiprice {
	display: contents;
    font-size: 13px;
}
.hikaku_li .title_li {
	color: #fff;
	background: #666666;
}
.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;
}
.hikaku_li tr .fixed01 p {
	font-size: 14px;
}
.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: 30%;
    margin: 0 auto 20px;
    padding-bottom: 5px;
}
/* 210907_プラン追加 */
.plan_flow.two-day01 ol li {
	border: 1px solid #15376A;
}
.plan_flow.two-day01 ol li:not(:last-of-type)::after {
	border-color: #15376A transparent transparent transparent;
}
.plan_flow.two-day01 ol li p {
	background-color: rgb(21 55 106 / 33%);
}
.plan_flow.two-day01 ol li.none-before::before,
.plan_flow.two-day01 ol li.none-before + li::before {
	background-color: rgb(21 55 106 / 33%);
}
.plan_flow.two-day01 ol li b {
	color: #15376A;
}
header .tel .goro {
	background: none;
    border: none;
    color: #000;
    position: absolute;
    top: 9px;
    right: 149px;
    font-size: 15px;
}
footer .tel .goro {
	background: none;
    border: none;
    color: #000;
    position: absolute;
    top: 0;
    left: 216px;
    font-size: 15px;
}
/* フローティング
-----------------------*/
.rfix-ba {
	display: none;
    padding: 0px 0px 10px;
    z-index: 100;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.rfix-ba .rfix_box {
	width: 270px;
	box-shadow: 2px 4px 7px 0 #42424261;
	border-radius: 20px;
}
.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: 10px;
}

.formlink a.online_ico p {
    font-size: 19px;
}

.contact_form table tbody tr td .contact_txt {
	color: #338895;
  font-size: 15px;
}
