@charset "utf-8";

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


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

img {
	max-width: 100%;
}

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

.large {
	font-size: 120%;
}

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

#header_description {
	background: #402003;
}

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

/*#site_title .logo {
	position: absolute;
	left: 5px;
	top: 5px;
}*/

#site_title .logo {
	text-align: center;
}


#site_title .btn {
	text-align: center;
	margin: -40px 0 0 650px !important;
}



#global_navi {
	margin: 10px 0 20px;
}

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

#global_navi .parent > li {
	width: 16%;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	border-top: #402003 1px solid;
	color: #402003;
	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: #402003 solid 1px;
	border-left: #402003 solid 1px;
	border-right: #402003 solid 1px;
}

#global_navi .child li:last-child {
	border-bottom: #402003 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: #402003; text-decoration: none; }
#global_navi ul li a:visited { color: #402003; text-decoration: none; }
#global_navi ul li a:hover { color: #ffffff; text-decoration: none; 	background: #402003; }

#main_visual_wrapper {
	background: url('/res/images/common/main_visual_edge.jpg') repeat-x;
}

#main_visual {
	width: 980px;
	height: 390px;
	margin: 0 auto 60px;
	text-align: center;
	position: relative;
}

#main_visual .mv {
	position: absolute;
	top: 0;
	left: 0;
}

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

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

footer .time {
	padding: 30px 0;
	background: #f5f5f5;
}

footer .access {
	background: url(/res/images/common/footer_bg.jpg) no-repeat;
	background-size: 100% auto;
	background-position: top center;
	padding: 30px 0 0;
}

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

footer .address {
	margin: 20px 0 40px;
}

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

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

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

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


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

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

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

#page h3 {
	font-size: 125%;
	margin: 60px 0 30px;
	padding: 0.3em 0.5em;
	border-left: #402003 solid 4px;
	border-bottom: #402003 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:nth-child(even) {
	background: #FFFAFA;
	padding: 30px 0;
	margin: 30px 0;
}

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

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

.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 div {
	width: 25%;
	text-align: center;
	margin: 0 0 40px;
}

.wholikethis span {
	display: block;
	font-weight: bold;
}

.chigai {
	max-width: 800px;
	margin: 60px auto;
}

.chi p {
	max-width: 600px;
	margin: 30px auto;
}

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

.tokucho .title {
	float: left;
	margin: 0 0 15px 0;
}

.tokucho .image {
	width: 300px;
	float: right;
	margin: 0 0px 15px 0;
}

.tokucho .txt {
	clear:left;
}

.media {
	max-width: 800px;
	border: #cccccc solid 3px;
	text-align: center;
	margin: 0 auto 60px;
	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 30px 30px;
}

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

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

.menulist div {
	text-align: center;
	margin: 0 0 40px;
}

.menulist span {
	display: block;
	margin: 5px 0;
}*/


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

}

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

.menulist span {
	display: block;
	margin: 5px 20px;
}



.banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1300px;
	margin: 0 auto;


	text-align: center;
}

.banner div {
	display: block;
	margin: 0 10px 20px;
}

.contact {
	text-align: center;
	margin: 60px auto;
}

.innai {
	text-align: center;
}

.movies {
	width: 800px;
	height: 450px;
	margin: 30px auto 10px;;
}

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

.voice_box {
	border: solid 1px #DC8961;
	padding: 20px 30px 10px;
	background: #FFFAF7;
	margin-bottom: 25px;
}

.voice_name {
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	background: #DC8961;
	padding-left: 10px;
}

.voice_naiyou {
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto 30px;
	width: 100%;
	justify-content: space-between;
}

.voice_pic {
    width: 33%;
}

.voice_text {
    width: 65%;
	font-size: 110%;
}

.voice_menseki {
    font-size: 90%;
    text-align: center;
}


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

.red {
	color: #ff0000;
}

article p {
	margin: 15px;
}

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

.catch {
	font-size: 110%;
	font-weight: bold;
}

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

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

.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: 5px 0 5px 0;
	background: #eeeeee;
	text-align: center;  
}

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

.price {
	width: 100%;
	margin-bottom: 50px !important;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0 10%;
}

.price:after { display:block; clear:both; height:0; visibility:hidden; content:".";}

.price th {
	width: 40% !important;
	padding: 15px 0;
	background: #fcf5ed;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ccc;
}

.price .ttl {
	background: #f5d8b8;
}

.price td {
	width: 30% !important;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ccc;
}

.voice .voice_box {
	border: solid 1px #DC8961;
	padding: 20px 15px;
	background: #FFFAF7;
	margin-bottom: 15px;
}

.voice .voice_name {
	font-size: 125%;
	font-weight: bold;
	color: #FFF;
	background: #DC8961;
	padding-left: 10px;
}

.voice .voice_text {
	font-size: 110%;
	margin-top: 15px;
}

.voice .voice_text img {
	width: 320px;
}

.bg_blue {
	background: #edfff9;
	padding: 10px 20px;
}

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


【メールフォーム】


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


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

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

.riyuu .block {
	width: 32%;
	margin: 0 0 40px;
	text-align: center;
}

.riyuu .ti {
	margin: 10px 0 0;
	font-size: 100%;
	font-weight: bold;
}
