@charset "utf-8";

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


body {
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align: left;
	background: #ffffff;
}

img {
	max-width: 100%;
}

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

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

#header_description {
	background: #00983c;
}

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

#site_title_bg {
	
}

#site_title {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}

#site_title .logo {
	position: absolute;
	left: 15px;
	top: 20px;
}

#site_title .btn {
	position: absolute;
	right: 3px;
	top: 9px;
}

#global_navi {
	margin: 0;
}

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

#global_navi .parent > li {
	width: 13.5%;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	border-top: #00983c 1px solid;
	color: #00983c;
	position: relative;
	box-sizing: border-box;
}

#global_navi .parent > li a {
	display: block;
	padding: 10px 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: #00983c solid 1px;
	border-left: #00983c solid 1px;
	border-right: #00983c solid 1px;
}

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

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

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

#main_visual_wrapper {
	overflow: hidden;
	margin: 0 auto;
}

#main_visual {
	width: 1200px;
	height: 680px;
	margin: 0 auto;
	position: relative;
}

#main_visual .mv {
	width: 1920px;
	position: absolute;
	top: 0;
	left: -360px;
}

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

footer {
	background: #00983c;
}

.site_footer {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}

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

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

.site_footer .info {
	background: #ffffff;
	padding: 30px 30px 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.site_footer .info .item {
	width: 50%;
	margin: 0 0 15px;
}

.site_footer .info .ti {
	display: inline-block;
	margin-right: 1em;
	border: #ff7e00 2px solid;
	color: #ff7e00;
	font-weight: bold;
	padding: 2px 10px;
	border-radius: 5px;
}

.site_footer .info .icons {
	text-align: right;
}

.site_footer .info .icon01 {
	display: inline-block;
	margin-right: 1em;
}

.map {
	width: 100%;
	height: 480px;
}

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

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

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

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

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

#index h3 {
	max-width: 1000px;
	font-size: 32px;
	margin: 30px auto 45px;
	text-align: center;
	color: #362115;
}

#index h3 .t {
	display: inline-block;
	line-height: 0.7;
}

#index h3 .t:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 7px;
	border-radius: 30px;
	background: #00983c;
	margin: 0 auto;
}

#index h3.bk {
	text-align: center;
	padding: 0.25em;
	border-top: solid 4px #5b9f5a;
	border-bottom: solid 4px #5b9f5a;
	background: -webkit-repeating-linear-gradient(-45deg, #d5f4db, #d5f4db 3px,#d8f8dd 3px, #d8f8dd 7px);
	background: repeating-linear-gradient(-45deg, #d5f4db, #d5f4db 3px,#d8f8dd 3px, #d8f8dd 7px);
}

#page h2 {
	font-size: 26px;
	margin: 10px 0 30px;
	padding: 0.6em;
	color: #ffffff;
	background: #00983c;
}

#page h3 {
	font-size: 22px;
	margin: 60px 0 30px;
	padding: 0.2em 0.2em 0.2em 0.5em;
	border-left: #00983c 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 #00983c;
	bottom: -3px;
	width: 20%;
}

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

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

#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_title {
	text-align: center;
	margin: 0 0 30px;
}

.wholikethis {
	max-width: 800px;
	margin: 0 auto;
}

.wholikethis li {
	background: #f4eddd;
	margin: 0 0 15px;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 30px;
}

.wholikethis li:before {
	content: url("/res/images/inner/checkbox.png");
	padding-right: 0.5em;
}

.wholikethis li span {
	color: #00983c;
}

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

.menulist .item {
	width: 49%;
	margin: 0 0 15px;
	padding: 10px;
	background: #f4eddd;
	border-left: #00983c 5px solid;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
}

.menulist .item .t {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.menulist .item a {
	color: #362115;
}

.riyuu_title {
	text-align: center;
}

.riyuu {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 30px 30px;
	background: url(/res/images/common/riyuu_bg.png) repeat;
	box-sizing: border-box;
}

.riyuu .item {
	margin: 0 auto 60px;
	border-top: #ffde00 5px solid;
	background: #ffffff;
}

.riyuu .item:last-child {
	margin: 0 auto;
}

.riyuu .item .num {
	position: relative;
	top: -30px;
	text-align: center;
}

.riyuu .item .ti {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px;
	color: #362115;
}

.riyuu .item .lower {
	display: flex;
	justify-content: space-between;
	padding: 15px;
}

.riyuu .item .txt {
	width: 600px;
}

.message {
	max-width: 800px;
	margin: 15px auto 0;
	padding: 30px;
	background: #f4eddd;
	border-radius: 15px;
	box-sizing: border-box;
}

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

.aisatsu:after {
	content: "";
	display: block;
	clear: both;
}

.aisatsu .image {
	float: right;
	margin: 0 0 15px 15px;
}

.suisen {
	background: #f4eddd;
	padding: 30px;
	margin: 0 auto;
	max-width: 1000px;
	box-sizing: border-box;
}

.suisen .item {
	background: #ffffff;
	padding: 30px;
	margin: 0 0 15px;
	display: flex;
	justify-content: space-between;
}

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

.suisen .cont {
	width: 60%;
}

.suisen .ti {
	background: #00983c;
	font-size: 22px;
	font-weight: bold;
	padding: 0.2em;
	color: #ffffff;
	margin: 0 0 30px;
}

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

.flow .item {
	width: 301px;
	margin: 0 0 30px;
}

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

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

.red {
	color: #ff0000;
}

article p {
	margin: 15px 0;
}

.catch {
	font-weight: bold;
	margin: 0 0 15px;
	color: #00983c;
}

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

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

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

.borderline {
	padding: 30px 0;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
}

.num {
	list-style-type: decimal;
	margin: 15px 30px;
}

.num li {
	margin: 15px 0;
}

.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 #ddd3c4;
	padding: 10px;
	background: #fff3df;
}

.price_list tr td {
	border: solid 1px #ddd3c4;
	padding: 10px;
}

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

.large {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}

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

.staff {
	background: #fff4db;
	padding: 60px;
	margin: 0 0 30px;
}

.staff .image {
	width: 80%;
	margin: 0 auto 15px;
}

.staff .name {
	font-size: 32px;
	font-weight: bold;
}

.staff .name .aa {
	font-size: 26px;
}

.staff .name .bb {
	font-size: 22px;
}

.staff ul {
	list-style-type: disc;
	margin: 0 0 15px;
}

.staff li {
	margin: 0 1.5em;
}

.staff .profile {
	font-size: 18px;
	font-weight: bold;
}

.staff .txt {
	padding: 15px 0 0;
	margin: 15px 0 0;
	border-top: dashed #aea288 2px;
}

.voice {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.voice .item {
	width: 320px;
	background: #fff4db;
	padding: 15px;
	margin: 0 0 30px;
	box-sizing: border-box;
}

.voice .image {
	margin: 0 0 15px;
}

.voice .txt {
	border-radius: 10px;
	background: #ffffff;
	padding: 10px;
}

.voice .txt:after {
	content: "効果には個人差があります。";
	display: block;
	text-align: right;
	margin: 5px 0 0;
	font-size: 14px;
}

.banner2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.banner2 .item {
	width: 48%;
	margin: 0 0 30px;
	text-align: center;
}

.banner3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.banner3 .item {
	width: 30%;
	margin: 0 0 30px;
	text-align: center;
}

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


【メールフォーム】


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


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