@charset "UTF-8";
/* ----------------------------------------------
	共通
---------------------------------------------- */
html {
	height: 100%;
	font-size: 10px;
	/* 1rem = 10px */
}

body {
	height: 100%;
	font-size: 1.6rem;
	color: #000000;
}

a {
	color: #47b254;
	text-decoration: underline;
}

a:hover {
	color: #47b254;
	text-decoration: none;
}

a.rollover:hover img {
	opacity: 0.8;
}

button, input, textarea,
body {
	/*
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
*/
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.title_round01, .title_round02, .title_round03,
.base_btn,
.header, .footer,
.title_font {
	font-family: 'M PLUS 1p',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* -------------------------------------
	各要素の初期設定
---------------------------------------- */
input {
	vertical-align: middle;
}

.ja {
	ime-mode: active;
}

.en {
	ime-mode: inactive;
}

.bold,
em,
strong {
	font-weight: 700;
}

.del,
del {
	text-decoration: line-through;
}

.underline {
	text-decoration: underline;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

/* -------------------------------------
	form初期設定
---------------------------------------- */
input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	margin: 0 3px 0 0;
	vertical-align: middle;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="password"] {
	border: 1px solid #CFD8DC;
	line-height: 1.5;
	margin: 0;
	padding: 10px 15px;
}

label {
	display: inline-block;
	vertical-align: middle;
}

textarea {
	border: 1px solid #CFD8DC;
	line-height: 1.5;
	margin: 0;
	padding: 10px 15px;
	resize: vertical;
}

select {
	/* デフォルト装飾を解除 */
	/*/
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
/*/
	border: 1px solid #CFD8DC;
	line-height: 1.5;
	margin: 0;
	padding: 10px 10px 10px 15px;
	cursor: pointer;
}

select::-ms-expand {
	/* デフォルト装飾を解除　IE版 */
	/*/
	display: none;
/*/
}

*:disabled,
.disabled {
	background: #eee;
	color: #555;
}

/* -------------------------------------
	汎用パーツ
---------------------------------------- */
.pc {
	display: block !important;
}

.pc_inline {
	display: inline !important;
}

.pc_inline_block {
	display: inline-block !important;
}

.sp {
	display: none !important;
}

.sp_inline {
	display: none !important;
}

.sp_inline_block {
	display: none !important;
}

.red {
	color: #e60033;
}

/* -------------------------------------
	レイアウト初期設定
---------------------------------------- */
.container {
	position: relative;
	border: 2px solid #000000;
}

.header_inner,
.footer_inner,
.content_inner {
	margin: auto;
	width: 1040px;
}

/* -------------------------------------
	header
---------------------------------------- */
.header {
	width: 100%;
}

.header .header_inner {
	display: flex;
	justify-content: space-between;
}

.header .logo_area {
	width: 20%;
}

.header .-area01 {
	padding: 12px;
}

.header .header_txt {
	font-size: 1.4rem;
	margin-bottom: 5px;
	transform: rotate(-0.045deg);
}

.header .logo {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.header .logo .-txt {
	margin-left: 10px;
}

.header .-area02 {
	color: #333;
	line-height: 1;
	padding: 15px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 365px;
}

.header .-area02 .-info {
	transform: rotate(-0.045deg);
}

.header .-area02 .-tel {
	font-size: 2rem;
	margin-bottom: 15px;
}

.header .-area02 .-time {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.header .-area02 .-time .-mark {
	color: #ffffff;
	background: #333;
	padding: 7px;
	border-radius: 5px;
}

.header .-area02 .-time .-txt {
	font-size: 1.7rem;
	margin-left: 10px;
	line-height: 1.2;
}

.header .-area02 .-address {
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.header .header_navi {
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.header .gnavi {
	width: 100%;
}

.header .gnavi .gnavi_btn {
	display: none;
}

.header .gnavi .menu {
	width: 100%;
}

.header .gnavi .menu ul {
	display: flex;
	width: 100%;
	font-weight: 700;
	font-size: 1.9rem;
}

.header .gnavi .menu ul li a {
	display: flex;
	color: #000000;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
	text-decoration: none;
	transform: rotate(-0.045deg);
	transition: 0.3s;
}

.header .gnavi .menu ul li a:hover {
	color: #fff;
	background: #ccc;
}

.header .gnavi .menu ul li.home {
	width: 190px;
}

.header .gnavi .menu ul li.active a {
	color: #fff;
	background: #ccc;
}

/* -------------------------------------
	footer
---------------------------------------- */
.footer {
	width: 100%;
}

.footer .footer_bg {
	background: #f2f3f4;
}

.footer .footer_column {
	max-width: 1040px;
	margin: 0 auto;
	padding: 15px;
	display: flex;
	justify-content: space-between;
}

.footer .footer_column .-navi {
	display: flex;
	font-size: 1.4rem;
	width: 250px;
	justify-content: space-between;
	transform: rotate(-0.045deg);
	padding-top: 20px;
}

.footer .footer_column .-navi li {
	margin-bottom: 10px;
}

.footer .footer_column .-navi li a {
	color: #000000;
	font-weight: 700;
	text-decoration: none;
}

.footer .footer_column .-navi li a:hover {
	text-decoration: underline;
}

.footer .footer_column .-about {
	display: flex;
	align-items: center;
	background: #ffffff;
	width: 435px;
	justify-content: space-between;
	padding: 10px;
}

.footer .footer_column .-about .-info {
	transform: rotate(-0.045deg);
	color: #333;
	font-weight: 700;
}

.footer .footer_column .-about .-title {
	margin-bottom: 5px;
}

.footer .footer_column .-about .-title img {
	width: 210px;
}

.footer .footer_column .-about .-tel {
	font-size: 2rem;
	margin-bottom: 10px;
}

.footer .footer_column .-about .-time {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.footer .footer_column .-about .-time .-mark {
	color: #ffffff;
	background: #333;
	padding: 7px;
	border-radius: 5px;
	line-height: 1.1;
}

.footer .footer_column .-about .-time .-txt {
	font-size: 1.7rem;
	margin-left: 10px;
	line-height: 1.2;
}

.footer .footer_column .-about .-address {
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.footer .footer_column .-about .-logo {
	width: 105px;
}

.footer .footer_column .-about .-logo img {
	max-width: 100%;
}

.footer_bottom {
	padding: 15px 0;
}

.footer_bottom .sns_area {
	margin-bottom: 20px;
}

.footer_bottom .sns_area ul {
	display: flex;
	justify-content: center;
}

.footer_bottom .sns_area ul li {
	margin: 0 8px;
}

.copyright {
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
	width: 100%;
	display: block;
}

/* -------------------------------------
	content
---------------------------------------- */
.main_visual {
	background: url(../images/main_visual.png) no-repeat center;
	background-size: cover;
	height: 305px;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	color: #ffffff;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.75);
}

.main_visual .-lead {
	font-size: 2.4rem;
	padding: 35px 0 0 55px;
}

.main_visual .-title {
	position: absolute;
	bottom: 10px;
	right: 60px;
}

.main_visual .-title .-mark {
	position: absolute;
	top: -125px;
	right: -40px;
}

.main_visual .-title .-txt {
	display: flex;
	flex-direction: column;
}

.main_visual .-title .-txt .-title01 {
	font-size: 2.3rem;
}

.main_visual .-title .-txt .-title02 {
	font-size: 3.3rem;
}

.top_area01 .-txt_title {
	padding: 35px 0;
	text-align: center;
}

.top_area01 .-bg {
	background: url(../images/bg_line01.png) repeat left top;
}

.top_area01 .-inner {
	max-width: 1040px;
	padding: 15px;
	margin: 0 auto;
}

.top_area01 .-column {
	justify-content: space-between;
	display: flex;
}

.top_area01 .-column .-item {
	background: #ffffff;
	padding: 20px;
	width: calc((100% - 30px) / 3);
	display: flex;
	flex-direction: column;
}

.top_area01 .-column .-item .-txt {
	flex: 1 0 auto;
	line-height: 1.75;
	margin-bottom: 5px;
}

.top_area01 .-one_item {
	max-width: 910px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	padding: 40px 10px;
}

.top_area01 .-one_item .-img {
	width: 439px;
}

.top_area01 .-one_item .-txt_area {
	flex: 1;
	padding-left: 5px;
}

.top_area01 .-one_item .-txt_area .-txt {
	line-height: 1.75;
	margin-bottom: 20px;
}

.top_area01 .-one_item .-txt_area .-btn {
	width: 70%;
	margin: 0 auto;
}

.title_round01 {
	background: url(../images/title_round01.png) no-repeat center center;
	background-size: contain;
	height: 155px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.7rem;
	color: #000000;
	margin-bottom: 25px;
}

.title_round02 {
	background: url(../images/title_round02.png) no-repeat center center;
	background-size: contain;
	height: 102px;
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.7rem;
	color: #000000;
	margin-bottom: 25px;
}

.title_round03 {
	background: url(../images/title_round03.png) no-repeat center center;
	background-size: contain;
	height: 96px;
	width: 354px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.1rem;
	color: #014095;
	font-weight: 400;
	margin-bottom: 25px;
}

.director_area {
	background: #f2f3f4;
}

.director_area .-inner {
	max-width: 910px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 50px 10px 50px;
	align-items: center;
}

.director_area .-inner .-img {
	width: 365px;
	text-align: center;
}

.director_area .-inner .-name_area {
	width: calc(100% - 365px);
	padding-left: 115px;
	line-height: 1.7;
	font-weight: 700;
	font-size: 2.2rem;
}

.director_area .-inner .-name_area .-name {
	margin-top: 50px;
}

.director_area .-inner .-txt {
	padding-top: 20px;
	line-height: 1.75;
}

.director_area .-inner .-txt p:not(:last-of-type) {
	margin-bottom: 1.5em;
}

.news_area .-inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 30px 0;
}

.news_list {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}

.news_list dt {
	width: 110px;
	margin-bottom: 20px;
}

.news_list dd {
	width: calc(100% - 110px);
  margin-bottom: 20px;
}

.access_area {
	background: url(../images/bg_line01.png) repeat left top;
	padding: 35px 0;
}

.access_area .-inner {
	max-width: 940px;
	margin: 0 auto;
	background: #ffffff;
	padding: 15px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.-map2 {
	height: 450px;
	width: 90%px;
    text-align: center;          
}


.access_area .-map {
	height: 325px;
	width: 480px;
	margin-right: 10px;
}

.access_area .-map iframe {
	width: 100%;
	height: 100%;
}

.access_area .-info {
	width: 340px;
	color: #014095;
	font-weight: 700;
}

.access_area .-info .-title {
	margin-bottom: 15px;
}

.access_area .-info .-title img {
	width: 280px;
}

.access_area .-info .-address {
	font-size: 1.4rem;
	line-height: 1.15;
	margin-bottom: 15px;
}

.access_area .-info .-tel {
	font-size: 2.5rem;
	margin-top: 5px;
}

.title_area {
	padding: 40px 0;
}

.page_navi {
	padding: 0 10px;
	margin-bottom: 45px;
	text-align: center;
}

.page_navi ul {
	display: flex;
	font-size: 2.8rem;
	justify-content: center;
	flex-wrap: wrap;
}

.page_navi ul li {
	color: #014095;
}

.page_navi ul li:not(:first-of-type):before {
	content: "/";
}

.page_navi ul li a {
	color: #014095;
	text-decoration: none;
	padding: 0 20px;
}

.page_navi ul li a:hover {
	text-decoration: underline;
}

.page_navi .-txt {
	margin-top: 25px;
}

.price_area .-inner {
	max-width: 910px;
	padding: 0 10px;
	margin: 0 auto;
}

.price_area .-name_block {
	background: #f2f3f4;
}

.price_area .-name_block .-inner {
	display: flex;
	align-items: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.price_area .-name_block .-img {
	margin-right: 120px;
	width: 240px;
}

.price_area .-name_block .-txt_box {
	font-size: 2.1rem;
	font-weight: 700;
	min-height: 250px;
}

.price_area .-name_block .-title {
	position: relative;
	left: -15px;
}

.price_area .-name_block .-price_title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.price_area .-txt_block {
	padding: 50px 0;
	font-size: 2rem;
	line-height: 1.75;
}

.price_area .-txt_block p:not(:last-of-type) {
	margin-bottom: 20px;
}

.price_area .-txt_block .-title {
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.price_area .-txt_block .-link {
	color: #000000;
	text-decoration: none;
	font-weight: 700;
}

.price_area .-txt_block .-link:hover {
	text-decoration: underline;
}

.price_table th, .price_table td {
	font-weight: 700;
	line-height: 1.5;
}

.price_table td:last-child {
	padding-left: 10px;
}

.txt_content .-inner {
	padding: 50px 10px;
	max-width: 910px;
	margin: 0 auto;
	line-height: 1.75;
}

.txt_content .-inner p:not(:last-of-type) {
	margin-bottom: 1.5em;
}

/* -------------------------------------
	item
---------------------------------------- */
/* 黒丸リスト */
.normal > li {
	list-style-type: disc;
	margin: 0 0 0 1em;
	text-indent: 0;
	font-size: 1.6rem;
	line-height: 1.4;
}

/* 数字リスト */
.number > li {
	list-style-position: inside;
	list-style-type: decimal;
	margin: 0 0 0 1em;
	text-indent: -1em;
	font-size: 1.6rem;
	line-height: 1.4;
}

/* 黒四角リスト */
.square > li {
	list-style-type: square;
	margin: 0 0 0 1em;
	text-indent: 0;
	font-size: 1.6rem;
	line-height: 1.4;
}

/* ※リスト */
.notes_list > li {
	list-style-type: none;
	margin: 0 0 0 1em;
	text-indent: -1em;
	font-size: 1.6rem;
	line-height: 1.4;
}

/* -------------------------------------
	parts
---------------------------------------- */
/* -------------------------------------
	button
---------------------------------------- */
.base_btn {
	background: #014095;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 20px;
	position: relative;
	text-align: center;
	line-height: 1.5;
	text-decoration: none;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 50px;
	width: 100%;
}

.base_btn:hover {
	color: #ffffff;
	opacity: 0.8;
}

.base_btn i {
	font-size: 1.4em;
}

/* base_btn option */
.-reservation {
	font-size: 2.25rem;
}

.-arrow:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 2px solid #fff;
	border-right: none;
	border-bottom: none;
	transform: rotate(135deg);
	margin-left: 8px;
	border-radius: 2px;
}

/* -------------------------------------
	ページトップ
---------------------------------------- */
.pagetop {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 5;
}

.pagetop a {
	background: rgba(0, 0, 0, 0.75);
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 4rem;
	height: 50px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	width: 50px;
}

.pagetop .-mark:after {
	content: "";
	border-radius: 2px;
	border: 2px solid #fff;
	border-right: none;
	border-bottom: none;
	position: absolute;
	width: 15px;
	height: 15px;
	left: 17px;
	top: 21px;
	transform: rotate(45deg);
	display: block;
}

/* -------------------------------------
	ellipsis
---------------------------------------- */
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* -------------------------------------
	clearfix
---------------------------------------- */
.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.orange{
  color: #F39E33;
  font-weight: 800;
}

.air_image{
  text-align: center;
  margin: 10px 0;
}

.txC{
  text-align: center;
}

.ml30{
  margin-left: 30px;
}

.box_sitemap{
  width: 40%;
  text-align: left;
  margin: 0 auto;
}

.fs14{
  font-size: 14px;
  line-height: 1.0;
}