@charset "utf-8";

/* ==========================================
 
 
【サイト全体のレイアウト】
 
 
========================================== */


body {
	color: #333333;
	font-size: 18px;
	line-height: 1.75;
	ont-family: Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	background: #ffffff;
}

img {
	max-width: 100%;
}

iframe {
	max-width: 100%;
	vertical-align: bottom;
}

a:link { color: #00449b; text-decoration: none; }
a:visited { color: #00449b; text-decoration: none; }
a:hover { color: #00449b; text-decoration: underline; }

header {
	background: #00449b;
}

#site_title {
	min-width: 1280px;
	margin: 0 auto;
	padding: 45px 15px;
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
}

h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto 5px;
}

#site_title .right .upper {
	display: flex;
	align-items: baseline;
	margin: 0 0 15px;
	line-height: 1;
}

#site_title .right .upper .address {
	font-size: 16px;
	margin-right: 10px;
}

#global_navi .parent {
	margin: 0 auto;
	display: flex;
	justify-content: right;
}

#global_navi .parent > li {
	text-align: center;
	line-height: 1.4;
	color: #ffffff;
	position: relative;
}

#global_navi .parent > li:after {
	content: "|";
	padding: 0 0.5em;
}

#global_navi .parent > li:last-child:after {
	display: none;
}

#global_navi .child {
	min-width: 100%;
	overflow: hidden;
	position: absolute;
	background: #ffffff;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
	transform: translateY(-20px);
}

#global_navi .parent > li:hover .child {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

#global_navi .child li {
	border-top: #122c52 solid 1px;
	border-left: #122c52 solid 1px;
	border-right: #122c52 solid 1px;
	background: #ffffff;
}

#global_navi .child li:last-child {
	border-bottom: #122c52 solid 1px;
}

#global_navi .child li a {
	white-space: nowrap;
	line-height: 1.75;
	padding: 5px 10px;
	display: block;
	text-align: center;
	font-size: 16px;
}

#global_navi .parent a:link { color: #ffffff; text-decoration: none; }
#global_navi .parent a:visited { color: #ffffff; text-decoration: none; }
#global_navi .parent a:hover { color: #fff600; text-decoration: none;}

#global_navi .child a:link { color: #333333; text-decoration: none; }
#global_navi .child a:visited { color: #333333; text-decoration: none; }
#global_navi .child a:hover { color: #00449b; text-decoration: none; background: #fff600; }

#main_visual_wrapper {
	background: #00449b;
	padding: 0 0 60px;
}

#main_visual {
	overflow: hidden;
	width: 1280px;
	height: 650px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border-radius: 40px;
}

@keyframes zoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}

.swiper-slide-active .zoom,
.swiper-slide-duplicate-active .zoom,
.swiper-slide-prev .zoom {
	animation: zoom 10s linear 0s 1 normal both;
}

.slide-img img{
	height: auto;
	width: 100%;
}

.slide-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9990;
	text-align: center;
}

.slide-text .txt {
	font-size: 36px;
	font-weight: bold;
	font-family: 'Kosugi Maru', sans-serif;
	color: #ffffff;
	text-shadow: 0px 0px 6px #000000;
}


#page, #blog {
	max-width: 1280px;
	margin: 60px auto;
}

footer {
	margin: 60px 0 0;
	text-align: center;
}

#site_footer {
	width: 1280px;
	margin: 0 auto 60px;
}

#site_footer .image_01 {
	margin: 0 0 60px;
}

#site_footer .item {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#site_footer .item .left {
	width: 50%;
}

#site_footer .item .left table {
	width: 100%;
	margin: 0 0 15px;
}

#site_footer .item .left th {
	width: 10%;
	text-align: center;
	padding: 20px 0;
	line-height: 1.2;
}

#site_footer .item .left th:first-child {
	width: 30%;
}

#site_footer .item .left td {
	border-top: #ddd6cf 1px solid;
	text-align: center;
	padding: 20px 0;
	line-height: 1.2;
}

#site_footer .item .left .txt {
	margin: 0 0 15px;
	text-align: right;
}

#site_footer .item .left .tel {
	text-align: center;
	margin: 0 0 15px;
}

#site_footer .item .left .address {
	text-align: center;
}

#site_footer .item .left .parking {
	margin: 5px 0 0;
}

#lisence {
	font-size: 16px;
	background: #00449b;
	color: #ffffff;
	padding: 5px 0;
}

#lisence a {
	font-size: 12px;
	color: #ffffff;
}

#lisence a:hover {
	color: #ffffff;
}

/* ==========================================
 
 
【見出し】
 
 
========================================== */

#index h3 {
	font-size: 32px;
	margin: 0 auto 60px;
	text-align: center;
	color: #00449b;
}

#index .bg01 h3 {
	color: #ffffff;
}

#index h3.b {
	color: #00449b;
}

#index h3 .e {
	display: inline-block;
	font-size: 14px;
	background: #fff600;
	color: #00449b;
	border-radius: 50px;
	padding: 0.2em 2em;
}

#page h2 {
	font-size: 32px;
	margin: 0 auto 60px;
	text-align: center;
	color: #00449b;
}

#page h3 {
	font-size: 22px;
	margin: 60px 0 30px;
	padding: 0.2em 0.2em 0.2em 0.5em;
	border-left: #00449b 5px solid;
	background: #eeeeee;
}

#page h4 {
	font-size: 20px;
	margin: 60px 0 30px;
	border-bottom: solid 3px #eeeeee;
	position: relative;
}

#page h4:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #00449b;
	bottom: -3px;
	width: 20%;
}

#page h5 {
	font-size: 18px;
	padding: 0.3em;
	margin: 30px 0 15px;
	background: #eeeeee;
}


/* ==========================================
 
 
【トップページ】
 
 
========================================== */

#index section {
	padding: 60px 0;
}

.bg01 {
	background: #00449b;
}

.bg02 {
	background: #f6f6f6;
}

.whatsnew {
	width: 1280px;
	margin: 0 auto;
}

.whatsnew .oshirase {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 2px dotted #ffffff;
	color: #ffffff;
}

.whatsnew .oshirase .date {
	padding-right: 10px;
}

.whatsnew .oshirase a {
	color: #ffffff;
}

.campaign {
	width: 1280px;
	margin: 0 auto;
	background: #ffffff;
	padding: 60px;
	border-radius: 40px;
	box-sizing: border-box;
}

.menu_list {
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 60px 60px 30px;
	border-radius: 20px;
	box-sizing: border-box;
	background: #ffffff;
}

.menu_list .item {
	width: 260px;
	margin: 0 0 30px;
}

.menu_list .item .txt {
	display: block;
	text-align: center;
	margin: 5px 0 0;
}

.menu_list .item .txt .t {
	display: inline-block;
	background: #00449b;
	border-radius: 50px;
	color: #ffffff;
	padding: 0 1em;
}

.menu_list .item a:hover .txt .t {
	color: #fff600;
}

.banner {
	text-align: center;
	margin: 0 0 60px;
}

.banner:last-child {
	margin: 0;
}

.riyuu {
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.riyuu .item {
	width: 620px;
	background: #ffffff;
	padding: 30px;
	border-radius: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px;
}

.riyuu .item .left {
	width: 55%;
}

.riyuu .item .sub {
	margin: 0 0 10px;
}

.riyuu .item .sub .o {
	display: inline-block;
	background: #fff600;
	border-radius: 50px;
	color: #00449b;
	line-height: 1;
	padding: 0.2em 1em;
}

.riyuu .item .sub .n {
	font-size: 28px;
	font-weight: bold;
}

.riyuu .item .ti {
	color: #00449b;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1.3;
}

.aisatsu {
	width: 1280px;
	margin: 0 auto;
}

.aisatsu .item {
	display: flex;
	justify-content: space-between;
}

.aisatsu .item:first-child {
	flex-direction: row-reverse;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: #f6f6f6 dashed 2px;
}

.aisatsu .txt {
	width: 820px;
}

.aisatsu .txt p {
	margin: 0 0 15px;
}

.flow {
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flow .item {
	width: 360px;
	margin: 0 0 30px;
	background: #ffffff;
	overflow: hidden;
	border-radius: 15px;
}

.flow .item:nth-last-child(-n+3) {
	margin: 0;
}

.flow .item .ti {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	color: #00449b;
	text-align: center;
	padding: 30px 0;
}

.flow .item:nth-child(1) .ti {
	background: url(/res/images/common/flow_01.png) no-repeat;
	background-position: 15px center;
}

.flow .item:nth-child(2) .ti {
	background: url(/res/images/common/flow_02.png) no-repeat;
	background-position: 15px center;
}

.flow .item:nth-child(3) .ti {
	background: url(/res/images/common/flow_03.png) no-repeat;
	background-position: 15px center;
}

.flow .item:nth-child(4) .ti {
	background: url(/res/images/common/flow_04.png) no-repeat;
	background-position: 15px center;
}

.flow .item:nth-child(5) .ti {
	background: url(/res/images/common/flow_05.png) no-repeat;
	background-position: 15px center;
}

.flow .item:nth-child(6) .ti {
	background: url(/res/images/common/flow_06.png) no-repeat;
	background-position: 15px center;
}

.flow .item .txt {
	padding: 0 15px 30px;
}

/* ==========================================
 
 
【インナーページ】
 
 
========================================== */

.red {
	color: #ff0000;
}

.bg_orange {
	max-width: 100%;
	padding: 15px 30px;
	background: #FFF6F2;
	font-size: 120%;
}

.bg_orange ul li::before {
	font-family: FontAwesome;
	content: "\f058";
	margin-right: 10px;
	color: #FF4E00;
}

article p {
	margin: 15px;
}

article .widget {
	margin: 0 0 40px;
}

.inner_catch {
	font-size: 140%;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	color: #FF4E00;
	margin: 15px 0 10px;
}

.checkbox {
	background: #faf9f7;
	padding: 20px 40px 20px 40px;
	margin: 10px 0 0 0;
}

.checkbox ul {
	list-style: none;
}
	
.checkbox ul li {
	font-weight: normal;
	background: url("/res/images/common/checkbox.png") no-repeat 0 0;
	margin: 15px 0 15px 0;
	padding: 0 0 15px 40px;
	border-bottom: dashed 1px #a48b78;
}

.general_list {
	width: 100%;
}

.general_list tr th {
	border: solid 1px #cccccc;
	padding: 5px 0 5px 0;
	background: #eeeeee;
	text-align: center;  
}

.general_list tr td {
	border: solid 1px #cccccc;
	padding: 10px 15px 10px 20px;
	text-align: left;
}

.price_list {
	width: 100%;
}

.price_list th {
	border: solid 1px #00449b;
	border-bottom: solid 1px #ffffff;
	padding: 10px;
	background: #00449b;
	text-align: center;
	color: #ffffff;
}

.price_list td {
	border: solid 1px #00449b;
	padding: 10px;
	text-align: center;
}

.q {
	color: #1270b6;
	font-weight: bold;
	background: url("/res/images/inner/icon_q.png") no-repeat 0 0;
	padding: 20px 0 5px 40px;
	margin: 30px 15px 15px;
}

.a {
	background: url("/res/images/inner/icon_a.png") no-repeat 0 0;
	padding: 20px 0 15px 40px;
	margin: 0 15px;
	border-bottom: dotted 3px #eeeeee;
}

ol.privacy_02 {
	width: 80%;
	padding: 15px 20px 0;
	margin: 0 auto;
}

ol.privacy_02 li {
	margin: 20px 0 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #eeeeee;
}

/* ==========================================


【メールフォーム】


========================================== */


.req {
	color: #ff0000;
}

table.contact {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contact th {
	width: 25%;
	background: #FFF6F2;
	border: solid 1px #cccccc;
	padding: 15px;
	text-align: left;
}

table.contact td {
	border: solid 1px #cccccc;
	padding: 15px;
	text-align: left;
}

table.contact .submit {
	text-align: center;
}

.privacy {
	height: 150px;
	overflow: scroll;
	padding: 10px;
	border: solid 1px #cccccc;
}


/* ==========================================


【ブログ】


========================================== */


#topic_path {
	margin: 30px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #cccccc;
}

#archive_list {
	border-bottom: solid 1px #cccccc;
	padding: 0 0 30px 0;
}

#archive_list ul {
	list-style: disc;
}

#archive_list ul li {
	margin: 0 0 0 20px;
}

#blog .entry_header {
	margin: 20px 0 30px 0;
}

#blog .title {
	font-size: 130% !important;
	margin: 5px 0 0 0 !important;
	border: none !important;
}

#blog .entry_body {
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #cccccc;
}

#page_nav {
	margin: 30px 0 30px;
	text-align: center;
}