@charset "utf-8";

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


body {
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	text-align: left;
}

img {
	max-width: 100%;
}

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

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

#header_description {
	background: #1f2d5b;
}

#header_description h1 {
	max-width: 1200px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	padding: 5px 0;
	color: #ffffff;
}

#site_title_bg {
	
}

#site_title {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#global_navi {
	background: #1f2d5b;
}

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

#global_navi .parent > li {
	width: 14%;
	font-weight: bold;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}

#global_navi .parent > li a {
	display: block;
	padding: 25px 0;
}

#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: #1f2d5b solid 1px;
	border-left: #1f2d5b solid 1px;
	border-right: #1f2d5b solid 1px;
}

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

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

#global_navi ul li a:link { color: #ffffff; text-decoration: none; }
#global_navi ul li a:visited { color: #ffffff; text-decoration: none; }
#global_navi ul li a:hover { color: #ffffff; text-decoration: none; background: #ff9c00; }

#main_visual_wrapper {
	margin: 0 auto 30px;
}

#main_visual {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#main_visual .btn {
	position: absolute;
	right: 160px;
	bottom: 30px;
}

#page, #blog {
	max-width: 980px;
	margin: 10px auto 80px;
}

footer {
	padding: 60px 0 0;
	text-align: center;
	background: #eeeeee;
}

footer .access {
	padding: 15px 0 0;
}

footer .logo {
	margin: 0 0 15px;
}

footer .tel {
	font-size: 200%;
	font-weight: bold;
	color: #1f2d5b;
	line-height: 1;
}

footer .address {
	margin: 10px 0 15px;
	font-weight: bold;
	color: #6c4a2c;
}

footer .mail {
	display: inline-block;
	width: 400px;
	background: #ff9c00;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 30px;
	border-radius: 3px;
}

footer .mail:hover {
	text-decoration: none;
	background: #a4a4a4;
}

footer .line {
	display: inline-block;
	width: 400px;
	background: #00b900;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	margin: 0 0 30px;
	border-radius: 3px;
}

footer .mail:hover {
	text-decoration: none;
	background: #a4a4a4;
}

footer .time {
	padding: 15px 0;
}

footer iframe {
	width: 100%;
	height: 580px;
}

#footer_navi {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

#footer_navi ul {
	display: flex;
	justify-content: space-around;
}

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

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

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

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

#index h3 {
	font-size: 180%;
	margin: 0 0 30px;
	text-align: center;
}

#index h3 span {
	display: inline-block;
	border-bottom: 5px solid #1f2d5b;
	line-height: 1.5;
}

#page h2 {
	font-size: 150%;
	margin: 0 0 40px;
	padding: 0.8em;
	color: #ffffff;
	background: #1f2d5b;
}

#page h3 {
	font-size: 125%;
	margin: 60px 0 30px;
	padding: 0.3em 0.5em;
	border-left: #1f2d5b solid 4px;
	border-bottom: #1f2d5b solid 1px;
}

#page h4 {
	font-size: 120%;
	padding: 0.2em 0.5em;
	margin: 40px 0 20px;
	border-bottom: double 5px #d1d1d1;
}

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


.flex {
	display: flex;
	flex-wrap: wrap;
	margin: 60px auto;
	max-width: 1000px;
}

.between {
	justify-content: space-between;
}

.around {
	justify-content: space-around;
}

#index section {
	padding: 30px 0;
}

#index section .inner {
	max-width: 1000px;
	margin: 0 auto;
}

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

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

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

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

.wholikethis .item {
	width: 25%;
	text-align: center;
	margin: 0 0 20px;
}

.tokucho_title {
	text-align: center;
	margin: 0 0 30px;
}

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

.tokucho .left {
	width: 65%;
}

.tokucho .ti {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 30px;
	display: flex;
	align-items: center;
	text-align: left;
}

.tokucho .num {
	padding-right: 0.5em;
}

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

.aisatsu .image {
	text-align: center;
	margin: 0 0 15px;
}

.aisatsu .txt {
	background: #fff3ca;
	padding: 30px;
	border-radius: 15px;
}

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

.menulist .item {
	text-align: center;
	margin: 0 0 30px;
}

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

.button .item {
	margin: 0 0 20px;
}

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

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

.flow .arrow {
	text-align: center;
	margin: 30px 0;
}

.flow .ti {
	text-align: center;
	margin: 0 0 15px;
}

.flow .image {
	text-align: center;
}

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

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

.voice .item {
	margin: 0 0 30px;
	padding: 30px;
	background: #eeeeee;
}

.voice .item:last-child {
	margin: 0;
}

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

.voice .item .cont {
	width: 770px;
}

.voice .item .name {
	font-size: 22px;
	font-weight: bold;
	color: #1f2d5b;
}

.voice .item .prof {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
}

.voice .item .ti {
	font-size: 18px;
	font-weight: bold;
}

.access_wrapper {
	background: #1f2d5b;
}

.access {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.access .item {
	width: 30%;
	background: #ffffff;
	padding: 15px;
	box-sizing: border-box;
}

.access .name {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px;
	text-align: center;
}

.access .name .sub {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #d28d34;
}

.access .tel {
	font-size: 32px;
	font-weight: bold;
	color: #0077c5;
	line-height: 1;
	margin: 0 0 10px;
	text-align: center;
}

.access .address {
	margin: 0 0 15px;
	font-weight: bold;
	text-align: center;
}

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

.access .mail {
	padding: 0 0 15px;
}

.access .mail a {
	display: inline-block;
	width: 100%;
	background: #ff9c00;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	border-radius: 3px;
}

.access .mail a:hover {
	text-decoration: none;
	background: #a4a4a4;
}

.access .line {
	padding: 0 0 15px;
}

.access .line a {
	display: inline-block;
	width: 100%;
	background: #00b900;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	border-radius: 3px;
}

.access .line a:hover {
	text-decoration: none;
	background: #a4a4a4;
}

.access iframe {
	width: 100%;
	height: 200px;
}

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

.red {
	color: #ff0000;
}

article p {
	margin: 15px;
}

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

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

.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 0 10px 20px;
	text-align: left;
}

.price_list {
	width: 100%;
}

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

.price_list tr td {
	border: solid 1px #cccccc;
	padding: 15px;
}

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;
}

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


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

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

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


【メールフォーム】


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


.req {
	color: #ff0000;
}

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

table.contact th {
	width: 25%;
	background: #F3F5FA;
	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;
}

#global_navi_sp {
	display: none;
}
.checkbox {
	box-sizing: border-box;
}