@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');

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


body {
	color: #553d2b;
	font-size: 16px;
	line-height: 1.75;
	font-family: Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: left;
	background: url(/res/images/common/bg_01.png) repeat;
}

img {
	max-width: 100%;
}

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

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

#header_description {
	background: #907152;
}

#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 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
}

#site_title .logo {
	position: absolute;
	top: 42px;
	left: 0;
}

#site_title .btn {
	position: absolute;
	bottom: 20px;
	right: 5px;
}

#global_navi {
	margin: 0;
}

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

#global_navi .parent > li {
	text-align: center;
	line-height: 1.4;
	color: #1e50a2;
	position: relative;
	box-sizing: border-box;
}

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

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

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

#global_navi .parent a:link { color: #553d2b; text-decoration: none; }
#global_navi .parent a:visited { color: #553d2b; text-decoration: none; }
#global_navi .parent a:hover { color: #f86f00; text-decoration: none;}

#global_navi .child a:link { color: #553d2b; text-decoration: none; }
#global_navi .child a:visited { color: #553d2b; text-decoration: none; }
#global_navi .child a:hover { color: #ffffff; text-decoration: none; background: #907152; }

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

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

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

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

footer .tel {
	font-size: 200%;
	color: #f86f00;
}

footer .address {
	margin: 15px 0;
}

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

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

footer .time {
	margin: 0 0 30px;
}

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

footer #lisence {
	background: #907152;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 0;
}


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

#index h3 {
	font-size: 30px;
	margin: 0 0 30px;
	text-align: center;
	line-height: 1.3;
}

#index h3:before {
	content: url(/res/images/common/index_smile.png);
	display: block;
	text-align: center;
}

#index h3.index_corona:before {
	content: url(/res/images/common/index_corona.png);
}

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

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

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

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

#index section {
	padding: 60px 0;
}

#index section:nth-child(even) {
	background: url(/res/images/common/bg_02.png) repeat;
}

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

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

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

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

.campaign {
	max-width: 980px;
	margin: 0 auto;
}

.campaign .t {
	text-align: center;
	font-size: 24px;
}

.campaign .p {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.campaign .r {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.campaign .num {
	font-size: 150%;
	color: #f86f00;
}

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

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

.menulist:after {
	content: "";
	display: block;
	width: 200px;
	height: 5px;
}

.riyuu {
	max-width: 980px;
	margin: 0 auto;
}

.riyuu .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px dashed #907152;
}

.riyuu .item:nth-child(odd) {
	flex-direction: row-reverse;
}

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

.riyuu .cont {
	width: 55%;
}

.riyuu .ti {
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 15px;
}

.riyuu .ti .num {
	font-size: 150%;
	font-style: italic;
	padding-right: 0.2em;
}

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

.voice .item {
	margin: 0 0 30px;
	padding: 30px;
	background: #ffffff;
	border: 2px dashed #907152;
	border-radius: 10px;
	box-shadow: 0 0 0 4px #ffffff;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.voice .cont {
	width: 60%;
}

.voice .ti {
	background: #907152;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 5px;
}

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

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

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

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

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

.flow .txt {
	margin: 5px 0 0;
}

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

.red {
	color: #ff0000;
}

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

article p {
	margin: 15px 0;
}

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

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

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

.price_list {
	width: 100%;
}

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

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

.recruit_list {
	width: 100%;
}

.recruit_list tr th {
	border: solid 1px #cccccc;
	padding: 10px;
	background: #eeeeee;
}

.recruit_list tr td {
	border: solid 1px #cccccc;
	padding: 10px;
}

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

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

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


【メールフォーム】


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


.req {
	color: #ff0000;
}

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

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