@charset "UTF-8";

.h2_ptn1+p {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 60px;
}

@media (max-width: 640px) {
	.h2_ptn1+p {
		font-size: 15px;
		margin-bottom: 35px;
	}
}


#panel #shortcut {
	border: 10px solid #00a59f;
	padding: 0 20px 20px 20px;
	text-align: center;
}

#panel #shortcut.no_data {
	padding-top: 10px;
}

#panel #shortcut h3 {
	font-size: 20px;
	margin-top: -20px;
}

#panel #shortcut.no_data h3 {
	display: none;
}

#panel #shortcut h3 span {
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #fff;
	padding: 0 20px;
}

#panel #shortcut .inner {
	display: table;
	width: 100%;
	height: 263px;
}

#panel #shortcut .inner .area_box {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 40px 30px 270px;
	background: url("../images/index/map.png") no-repeat left 30px center;
	background-size: 213px 244px;
}

#panel #shortcut .area {
	font-size: 20px;
	color: #00a59f;
	font-weight: bold;
	margin-top: 10px;
}

#panel #shortcut.no_data .area {
	display: none;
}

#panel #shortcut .tel_box {
	margin-top: 10px;
}

#panel #shortcut .tel_box h4 {
	position: relative;
	font-size: 16px;
}

#panel #shortcut.no_data .tel_box h4 {
	display: none !important;
}

#panel #shortcut .tel_box h4:before {
	content: "";
	position: absolute;
	top: 12px;
	display: block;
	width: 100%;
	height: 1px;
	background: #e4e4e4;
}

#panel #shortcut .tel_box h4 span {
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
}

#panel #shortcut .tel_box .tel {
	display: inline-block;
	position: relative;
	font-size: 36px;
	font-weight: bold;
	margin-top: 3px;
	padding-left: 32px;
	line-height: 1;
}

#panel #shortcut .tel_box .tel.pc_none {
	display: none;
}

#panel #shortcut .tel_box .tel_common {
	display: none;
}

#panel #shortcut.no_data .tel_box .tel_chihon {
	display: none !important;
}

#panel #shortcut.no_data .tel_box .tel_common.sp_none {
	display: inline-block;
}

#panel #shortcut .tel_box .tel::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../../../new/img/index/main/icon-tel.png");
	background-size: 30px;
}

#panel #shortcut .tel_box .tel a {
	text-decoration: none;
	color: #333;
}

#panel #shortcut .btn {
	overflow: hidden;
	margin-top: 8px;
}

#panel #shortcut .btn li {
	float: left;
	/* width: 49.5%; */
	/* margin-right: 1%; */
	width: 100%;
}

#panel #shortcut .btn li:nth-child(2) {
	margin-right: 0;
}

#panel #shortcut.no_data .btn li.access,
#panel #shortcut.no_data .btn li.pamphlet {
	display: none;
}

#panel #shortcut .btn li.other_open {
	width: 100%;
	margin-right: 0;
	display: none;
}

#panel #shortcut.no_data .btn li.other_open {
	display: block;
}

#panel #shortcut.no_data .btn li:last-child.other_open {
	display: block;
	text-align: left;
	padding-top: 10px;
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}

#panel #shortcut .btn li a,
#panel #shortcut .btn li span {
	position: relative;
	display: block;
	height: 50px;
	color: #fff;
	font-size: 14px;
	background: #00a59f;
	text-align: left;
	font-weight: bold;
	padding: 15px 35px 0 18px;
}

#panel #shortcut.no_data .btn li a,
#panel #shortcut.no_data .btn li span {
	position: relative;
	display: block;
	height: 70px;
	color: #fff;
	font-size: 16px;
	background: #00a59f;
	font-weight: bold;
	padding: 24px 35px 0 18px;
}

#panel #shortcut .btn li span {
	text-align: center;
	padding: 25px 35px 0 35px;
	cursor: pointer;
}

#panel #shortcut .btn li a:hover,
#panel #shortcut .btn li span:hover {
	opacity: .7;
	text-decoration: none;
}

#panel #shortcut .btn li a::before,
#panel #shortcut .btn li span::before {
	content: "";
	position: absolute;
	top: 14px;
	right: 12px;
	width: 22px;
	height: 20px;
	background-size: 22px 20px;
}

#panel #shortcut.no_data .btn li a::before,
#panel #shortcut.no_data .btn li span::before {
	content: "";
	position: absolute;
	top: 25px;
	right: 20px;
	width: 22px;
	height: 20px;
	background-size: 22px 20px;
}

#panel #shortcut .btn li.access a::before {
	background-image: url("../../../new/img/index/main/icon-access.png");
}

#panel #shortcut .btn li.pamphlet a::before {
	background-image: url("../../../new/img/index/main/icon-pamphlet.png");
}

#panel #shortcut .btn li.other_open span::before {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
}

#panel #shortcut .btn li.other_open span::after {
	content: "";
	position: absolute;
	top: 29px;
	right: 19px;
	width: 0px;
	height: 0;
	border: 7px solid transparent;
	border-left: 8px solid #00a59f;
}

#panel #shortcut .other {
	margin-top: 5px;
}

#panel #shortcut.no_data .other {
	display: none;
}

#panel #shortcut .other a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 18px;
	color: #333;
}

#panel #shortcut .other a::before,
#panel #shortcut .other a::after {
	content: "";
	position: absolute;
	right: 0;
}

#panel #shortcut .other a::before {
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #333;
	box-sizing: border-box;
}

#panel #shortcut .other a::after {
	top: 8px;
	width: 0px;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
}

#panel #shortcut .other a span {
	border-bottom: 1px solid #333;
}

#panel #shortcut .other a:hover span {
	border-bottom: none;
}

#panel #web_btn {
	margin-top: 5px;
}

#panel #web_btn a {
	display: block;
	height: 70px;
	background: #f9e614;
	color: #333;
	text-align: center;
	box-sizing: border-box;
	padding-top: 22px;
}

#panel #web_btn a:hover {
	opacity: .7;
}

#panel #web_btn a span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
}

#panel #web_btn a span::before,
#panel #web_btn a span::after {
	content: "";
	position: absolute;
	right: 0;
}

#panel #web_btn a span::before {
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #333;
	box-sizing: border-box;
}

#panel #web_btn a span::after {
	top: 8px;
	width: 0px;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #f9e614;
}

@media (max-width: 640px) {
	#panel {
		position: relative;
		right: 0;
		top: 0;
		max-width: 345px;
		width: 100%;
		margin: 0 auto;
		transform: translateY(0);
	}

	#panel #shortcut .btn li.other_open span::after {
		top: 28px;
		right: 19px;
	}

	#panel #shortcut.no_data .btn li a::before,
	#panel #shortcut.no_data .btn li span::before {
		top: 28px;
		right: 19px;
	}

	#panel #shortcut {
		border: 5px solid #00a59f;
		padding: 0 15px 15px;
	}

	#panel #shortcut.no_data {
		padding: 10px 15px 15px;
	}

	#panel #shortcut h3 {
		font-size: 18px;
		margin-top: -16px;
	}

	#panel #shortcut h3 span {
		padding: 0 5px;
	}

	#panel #shortcut .inner {
		height: auto;
		display: block;
	}

	#panel #shortcut .inner .area_box {
		display: block;
		padding: 0;
		background: none;
	}

	#panel #shortcut .area {
		font-size: 16px;
		margin-top: 5px;
	}

	#panel #shortcut .tel_box {
		margin-top: 5px;
	}

	#panel #shortcut .tel_box h4 {
		font-size: 13px;
	}

	#panel #shortcut .tel_box h4:before {
		top: 9px;
	}

	#panel #shortcut .tel_box h4 span {
		padding: 0 5px;
	}

	#panel #shortcut .tel_box .tel {
		font-size: 28px;
		margin-top: 3px;
		padding-left: 26px;
	}

	#panel #shortcut .tel_box .tel.pc_none {
		display: inline-block;
	}

	#panel #shortcut .tel_box .tel_common.pc_none {
		display: none;
	}

	#panel #shortcut .tel_box .tel.sp_none {
		display: none;
	}

	#panel #shortcut.no_data .tel_box .tel_common.sp_none {
		display: none;
	}

	#panel #shortcut.no_data .tel_box .tel_common.pc_none {
		display: inline-block;
	}

	#panel #shortcut .tel_box .tel::before {
		width: 24px;
		height: 24px;
		background-size: 24px;
	}

	#panel #shortcut .btn {
		margin-top: 5px;
	}

	#panel #shortcut .btn li a,
	#panel #shortcut .btn li span {
		height: 40px;
		padding: 10px 25px 0 10px;
		font-size: 12px;
	}

	#panel #shortcut .btn li a::before,
	#panel #shortcut .btn li span::before {
		top: 13px;
		right: 10px;
		width: 15px;
		height: 14px;
		background-size: 15px 14px;
	}

	#panel #shortcut .btn li.other_open span::before {
		width: 15px;
		height: 15px;
	}

	#panel #shortcut .btn li.other_open span::after {
		top: 30px;
		right: 18px;
		border: 5px solid transparent;
		border-left: 6px solid #00a59f;
	}

	#panel #shortcut .other {
		margin-top: 5px;
	}

	#panel #shortcut .other a {
		font-size: 13px;
		padding-right: 18px;
	}

	#panel #shortcut .other a::before {
		top: 2px;
	}

	#panel #shortcut .other a::after {
		top: 6px;
	}

	#panel #web_btn a {
		height: 60px;
		padding-top: 18px;
	}

	#panel #web_btn a span {
		font-size: 16px;
	}

	#panel #web_btn a span::before {
		top: 4px;
	}

	#panel #web_btn a span::after {
		top: 8px;
	}
}

@media (max-width: 320px) {
	#panel #shortcut {
		padding: 0 10px 15px;
	}

	#panel #shortcut .btn li a {
		font-size: 11px;
		padding: 12px 25px 0 10px;
	}

	#panel #shortcut .btn li a::before {
		right: 8px;
	}
}

.special {
	margin-top: 60px;
}

.special h3 {
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: #00a59f;
	margin-bottom: 25px;
}

.special h3 span {
	display: block;
	font-size: 18px;
}

.special ul {
	border-top: solid 2px #e1e1e1;
}

.special li {
	border-bottom: solid 2px #e1e1e1;
	padding: 30px 0;
}

.special li a {
	display: table;
	width: 100%;
	color: #333;
}

.special li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.special li a .thumb {
	display: table-cell;
	vertical-align: top;
	width: 260px;
}

.special li a .thumb img {
	width: 100%;
	height: auto;
}

.special li a .txt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
}

.special li a .txt h4 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.special li a .txt p {
	font-size: 14px;
	line-height: 2;
}

.special li a .txt .btn {
	width: 200px;
	height: 50px;
	margin-top: 15px;
	border: solid 1px #00a59f;
	font-size: 15px;
	font-weight: bold;
	color: #00a59f;
}

.special li a .txt .btn span {
	display: block;
	line-height: 48px;
	padding: 0 50px 0 20px;
	position: relative;
}

.special li a .txt .btn span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -1px;
	transform: translate(0%, -50%);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #00a59f;
}

.special li a .txt .btn span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -1px;
	transform: translate(0%, -50%);
	width: 0px;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
}

@media (max-width: 640px) {
	.special {
		margin-top: 50px;
	}

	.special li a {
		display: block;
	}

	.special li a .thumb {
		display: block;
		width: 100%;
		max-width: 260px;
		margin: 0 auto 15px;
	}

	.special li a .txt {
		display: block;
		padding-left: 0;
	}

	.special li a .txt .btn {
		margin: 15px auto 0;
	}
}

/* ---------------------------------
chihon_modal
---------------------------------- */
.modal_wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	display: none;
}

.modal_wrap.active {
	display: block;
}

.modal_wrap .modal_bg {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .5s;
	cursor: pointer;
}

.modal_wrap .modal_bg.active {
	opacity: 1;
}

.modal_wrap .modal_detail {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 500px;
	max-height: 80vh;
	overflow-y: auto;
}

.modal_wrap .modal_inner {
	opacity: 0;
	transition: opacity .5s;
}

.modal_wrap .active+.modal_detail .modal_inner {
	transition: opacity .5s .5s;
	opacity: 1;
}

.modal_wrap .modal_inner h2 {
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	padding: 6px;
	background: #00a59f;
	text-align: center;
}

.modal_wrap .modal_inner [include*="form-input-select()"] {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 0;
	overflow: hidden;
	vertical-align: middle;
	background: #fff;
	cursor: pointer;
}

.modal_wrap .modal_inner [include*="form-input-select()"] .chihon_select_label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	padding: 0.6em 2%;
}

.modal_wrap .modal_inner [include*="form-input-select()"] select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	display: block;
	box-sizing: border-box;
	width: 120%;
	padding: 0.6em 22% 0.6em 2%;
	margin: 0;
	border: none;
	border-radius: 0;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	opacity: 0;
	position: relative;
	z-index: 2;
}

.modal_wrap .modal_inner [include*="form-input-select()"] select:focus {
	background-color: transparent;
	outline: none;
}

.modal_wrap .modal_inner [include*="form-input-select()"] option {
	font-weight: normal;
}

.modal_wrap .modal_inner [include*="form-input-select()"] x:-o-prefocus,
.modal_wrap .modal_inner [include*="form-input-select()"]::after {
	display: none;
}

.modal_wrap .modal_inner [include*="form-input-select()"] .arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0%, -50%);
	pointer-events: none;
}

.modal_wrap .modal_inner [include*="form-input-select()"] .arrow::before {
	content: "";
	display: block;
	position: relative;
	bottom: -7px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 18px solid #333;
}

.modal_wrap .modal_inner .chihon_select_view {
	margin-top: 30px;
	background: #fff;
	padding: 30px 60px;
	text-align: center;
	opacity: 0;
	transition: opacity .3s;
}

.modal_wrap .modal_inner .chihon_select_view.active {
	opacity: 1;
}

.modal_wrap .modal_inner .chihon_select_view .area {
	font-size: 20px;
	color: #00a59f;
	font-weight: bold;
}

.modal_wrap .modal_inner .chihon_select_view .tel_box {
	margin-top: 10px;
}

.modal_wrap .modal_inner .chihon_select_view .tel_box h3 {
	position: relative;
	font-size: 16px;
}

.modal_wrap .modal_inner .chihon_select_view .tel_box h3::before {
	content: "";
	position: absolute;
	left: top;
	top: 10px;
	display: block;
	width: 100%;
	height: 1px;
	background: #e4e4e4;
}

.modal_wrap .modal_inner .chihon_select_view .tel_box h3 span {
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
}

.modal_wrap .modal_inner .chihon_select_view .tel_box .tel {
	display: inline-block;
	position: relative;
	font-size: 36px;
	font-weight: bold;
	margin-top: 3px;
	padding-left: 32px;
	line-height: 1;
}

.modal_wrap .modal_inner .chihon_select_view .tel_box .tel.pc_none {
	display: none;
}

.modal_wrap .modal_inner .chihon_select_view .tel_box .tel::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../images/icon-tel.png");
	background-size: 30px;
}

.modal_wrap .modal_inner .chihon_select_view .tel_box .tel a {
	text-decoration: none;
	color: #333;
}

.modal_wrap .modal_inner .chihon_select_view .btn {
	overflow: hidden;
	margin-top: 8px;
}

.modal_wrap .modal_inner .chihon_select_view .btn li {
	float: left;
	width: 49.5%;
	margin-right: 1%;
	width: 100%;
}

.modal_wrap .modal_inner .chihon_select_view .btn li:nth-child(2) {
	margin-right: 0;
}

.modal_wrap .modal_inner .chihon_select_view .btn li a,
.modal_wrap .modal_inner .chihon_select_view .btn li span {
	position: relative;
	display: block;
	height: 50px;
	color: #fff;
	font-size: 14px;
	background: #00a59f;
	text-align: left;
	font-weight: bold;
	padding: 15px 35px 0 18px;
}

.modal_wrap .modal_inner .chihon_select_view .btn li span {
	text-align: center;
	padding: 15px 35px 0 35px;
	cursor: pointer;
}

.modal_wrap .modal_inner .chihon_select_view .btn li a:hover,
.modal_wrap .modal_inner .chihon_select_view .btn li span:hover {
	opacity: .7;
}

.modal_wrap .modal_inner .chihon_select_view .btn li a::before,
.modal_wrap .modal_inner .chihon_select_view .btn li span::before {
	content: "";
	position: absolute;
	top: 14px;
	right: 12px;
	width: 22px;
	height: 20px;
	background-size: 22px 20px;
}

.modal_wrap .modal_inner .chihon_select_view .btn li.access a::before {
	background-image: url("../images/icon-access.png");
}

.modal_wrap .modal_inner .chihon_select_view .btn li.pamphlet a::before {
	background-image: url("../../../new/img/index/main/icon-pamphlet.png");
}

.modal_wrap .modal_close {
	border: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.modal_wrap .modal_close::before,
.modal_wrap .modal_close::after {
	content: "";
	display: block;
	width: 35px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
}

.modal_wrap .modal_close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal_wrap .modal_close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 640px) {
	.modal_wrap .modal_detail {
		max-height: 100%;
	}

	.modal_wrap .modal_inner {
		padding: 50px 20px;
	}

	.modal_wrap .modal_inner h2 {
		font-size: 13px;
	}

	.modal_wrap .modal_inner [include*="form-input-select()"] .chihon_select_label {
		font-size: 16px;
	}

	.modal_wrap .modal_inner [include*="form-input-select()"] select {
		font-size: 16px;
	}

	.modal_wrap .modal_inner [include*="form-input-select()"] .arrow {
		right: 10px;
	}

	.modal_wrap .modal_inner [include*="form-input-select()"] .arrow::before {
		bottom: -6px;
		border: 8px solid transparent;
		border-top: 15px solid #333;
	}

	.modal_wrap .modal_inner .chihon_select_view {
		margin-top: 20px;
		padding: 20px;
	}

	.modal_wrap .modal_inner .chihon_select_view .area {
		font-size: 16px;
	}

	.modal_wrap .modal_inner .chihon_select_view .tel_box {
		margin-top: 5px;
	}

	.modal_wrap .modal_inner .chihon_select_view .tel_box h3 {
		font-size: 13px;
	}

	.modal_wrap .modal_inner .chihon_select_view .tel_box .tel {
		font-size: 28px;
		margin-top: 3px;
		padding-left: 26px;
	}

	.modal_wrap .modal_inner .chihon_select_view .tel_box .tel.pc_none {
		display: inline-block;
	}

	.modal_wrap .modal_inner .chihon_select_view .tel_box .tel.sp_none {
		display: none;
	}

	.modal_wrap .modal_inner .chihon_select_view .tel_box .tel::before {
		width: 24px;
		height: 24px;
		background-size: 24px;
	}

	.modal_wrap .modal_inner .chihon_select_view .btn {
		margin-top: 5px;
	}

	.modal_wrap .modal_inner .chihon_select_view .btn li a,
	.modal_wrap .modal_inner .chihon_select_view .btn li span {
		height: 40px;
		font-size: 12px;
		padding: 10px 25px 0 10px;
	}

	.modal_wrap .modal_inner .chihon_select_view .btn li a::before,
	.modal_wrap .modal_inner .chihon_select_view .btn li span::before {
		top: 13px;
		right: 10px;
		width: 15px;
		height: 14px;
		background-size: 15px 14px;
	}

	.modal_wrap .modal_close {
		top: 10px;
		right: 15px;
		width: 30px;
		height: 30px;
	}

	.modal_wrap .modal_close::before,
	.modal_wrap .modal_close::after {
		width: 25px;
	}
}

@media (max-width: 400px) {
	.modal_wrap .modal_inner [include*="form-input-select()"] .chihon_select_label {
		font-size: 13px;
	}

	.modal_wrap .modal_inner [include*="form-input-select()"] select {
		font-size: 13px;
	}

	.modal_wrap .modal_inner [include*="form-input-select()"] .arrow::before {
		bottom: -5.5px;
	}
}

@media (max-width: 320px) {
	.modal_wrap .modal_inner .chihon_select_view {
		padding: 15px;
	}

	.modal_wrap .modal_inner .chihon_select_view .btn li a {
		font-size: 11px;
		padding: 12px 25px 0 10px;
	}

	.modal_wrap .modal_inner .chihon_select_view .btn li a::before {
		right: 8px;
	}
}

body#top #foot_cta {
	display: none;
}
