@charset "utf-8";

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


body {
	color: #000000;
	font-size: 18px;
	line-height: 1.75;
	font-family: 'メイリオ',Meiryo;
	text-align: left;
	background: #ffffff;
}

img {
	max-width: 100%;
}

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

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

section {
	padding: 60px 0;
}

.bg01 {
	background: #d9f4f6;
}

.bg02 {
	padding: 0 0 60px;
}

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

h4 {
	margin: 60px 0 30px;
	text-align: center;
	font-size: 26px;
}

h4 .s {
	border-bottom: #59bec7 3px solid;
}

#site_title {
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

#main_visual_wrapper {
	background: #ffe116;
}

#main_visual {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.tokuten {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tokuten .item {
	margin: 0 0 30px;
}

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

.concept {
	max-width: 1000px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
}

.concept_txt {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.concept_txt .orange {
	color: #ff8a00;
}

.onayami {
	max-width: 900px;
	margin: 0 auto;
	background: #ffffff;
}

.onayami .item {
	padding: 30px 0;
	margin: 0 30px;
	border-bottom: #626262 dashed 1px;
}

.onayami .item:last-child {
	border-bottom: none;
}

.onayami .ti {
	margin: 0 0 15px;
}

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

.riyuu .item {
	width: 48%;
	margin: 0 0 30px;
}

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

.riyuu .ti {
	margin: 0 0 10px;
}

.aisatsu {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.aisatsu .txt {
	width: 670px;
}

.faq {
	max-width: 1000px;
	margin: 0 auto;
}

.faq .item {
	border-top: #82bdc2 1px dashed;
	padding: 30px 0;
}

.faq .item:last-child {
	border-bottom: #82bdc2 1px dashed;
}

.faq .q {
	background: url(../images/q.png) no-repeat;
	font-weight: bold;
	padding: 20px 0 0 45px;
	margin: 0 0 15px;
}

.faq .a {
	background: url(../images/a.png) no-repeat;
	padding: 20px 0 0 45px;
}

.access {
	width: 1000px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.access .cont {
	width: 480px;
	border-top: #dddddd 2px solid;
	border-bottom: #dddddd 2px solid;
	padding: 40px 25px;
	box-sizing: border-box;
}

.access .address {
	margin: 0 0 25px;
}

.access .icon {
	margin: 0 0 15px;
}

.access .icon .i {
	display: inline-block;
	background: #ff8c00;
	color: #ffffff;
	font-weight: bold;
	padding: 0 15px;
	border-radius: 50px;
}

.access .map {
	width: 500px;
	height: 320px;
}

.access .map iframe {
	width: 100%;
	height: 100%;
}

footer {
	margin: 60px 0 0;
}

#lisence {
	background: #59bec7;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 0;
	text-align: center;
}