﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
body {
	background-color: #f3f2e9;
	color: #5f5039;
	font-size: 87.5%;
	line-height: 1.5;
	background-image: url(../images/bgclr4.png);
}
header {
	width: auto;
	background-color: #843900;
	/*border: 2px dashed #ffffff;*/
}
header h1 {
	margin: 0;
	width: 200px;
	height: 72px;
	background-color: #843900;
}
header h1 a {
	padding: 0 20px;
	text-align: center;
	Text-decoration: none;
	font-size: 90%;
}
nav {
	margin-bottom: 15px;
	float: left;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	overflow: hidden;
	position: absolute;
	left: 200px;
	top: 0;
}
nav ul li {
	width: 198px;
	float: left;
}
nav ul li a {
	display: block;
	height: 0;
	padding-top: 72px;
	text-decoration: none;
}
nav ul li#nav_concept a {
background-image: url(../images/nav1.png);
}
nav ul li#nav_introduction a {
background-image: url(../images/nav2.png);
}
nav ul li#nav_history a {
background-image: url(../images/nav3.png);
}
nav ul li#nav_contact a {
background-image: url(../images/nav4.png);
}
#concept #nav_concept a,
#introduction #nav_introduction a,
#history #nav_history a,
#contact #nav_contact a,
nav ul li a:hover {
background-position: 0 72px;
}
.menu-drawer .btn {
  font-size: 40px;
  background: #843900; /* ドロワーメニューボタン背景色設定 */
  width: 72px;
  height: 64px;
  padding: 4px;
  cursor: pointer;
  text-align: center;
  top: 0;
  right: 0;
}
.menu-drawer .btn::before, .menu-drawer .btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff; /* ドロワーメニューボタン文字色設定 */
}
.menu-drawer .btn::before {
  content: "≡"; /* ドロワーボタン押す前の表示 */
}
.menu-drawer .btn::after {
  content: "×"; /* ドロワーボタン押した後の表示 */
}
.menu-drawer .other {
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.menu-drawer .content {
  display: table;
  border: 1px solid #ebebeb;
  border-radius: 4px; /*ドロワーメニュー外枠の角設定*/
  background: #fff;
  width: 90vw;
  top: 72px;
  right: 0;
  text-align: center;
}
.menu-drawer .content h2 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #383838;
  margin: 0;
  padding: .7em;
  border-radius: 4px 4px 0 0;
}
.menu-drawer .content {
width: 200px; /*ドロワーメニュー幅設定*/
}
.menu-drawer .content h2 i {
  color: #383838;
  background: #fff;
  border-radius: 50%;
  padding: .4em;
  margin-right: .5em;
}
.menu-drawer .content .menu {
  height: 200px; /*ドロワーメニュー高さ設定*/
  overflow-y: auto;
}
.menu-drawer .content a {
  border-bottom: 1px solid #ebebeb;
  padding: 1rem 0 0 0;
  text-decoration: none;
  color: #858585;
  display: block;
  width: 100%;
  display: flex;
  flex-flow: column;
}
.menu-drawer .content a i {
  font-size: 27px;
}
.menu-drawer .content p {
  color: #858585;
}
.menu-drawer .btn,
.menu-drawer .content,
.menu-drawer .other {
  position: absolute; /* ボタン位置固定 */
}
.menu-drawer .btn,
.menu-drawer .content {
  z-index: 1001;
}
.menu-drawer .other {
  z-index: 1000;
}
.menu-drawer #chk {
  display: none;
}
.menu-drawer #chk ~ .btn::before {
  display: block;
}
.menu-drawer #chk ~ .btn::after {
  display: none;
}
.menu-drawer #chk ~ .other {
  display: none;
}
.menu-drawer #chk:checked ~ .btn::before {
  display: none;
}
.menu-drawer #chk:checked ~ .btn::after {
  display: block;
}
.menu-drawer #chk:checked ~ .other {
  display: block;
}
.menu-drawer #chk ~ .content {
  transform: translate(0, -200%);
  transition: transform 0.1s ease-in-out;
}
.menu-drawer #chk:checked ~ .content {
  transform: none;
}
.clear {
	clear: both;
}
#contents {
	overflow: hidden;
}
#main, #sub {
	float: left;
	width: 560px;
	margin-left: 100px;
	padding: 0 20px 5px 20px;
	/*border: 2px dashed #000000;*/
}
#main h1, #sub h1 {
	margin: 0 0 30px 0;
	padding: 10px 20px 5px 65px;
	font-size: 156.25%;
	background-image: url(../images/bg_h1_head.png), url(../images/bg_h1_top-bottom5.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	border-bottom: 1px solid #8b4513;
}
#main h2, #sub h2 {
	margin: 0 0 20px 0;
	padding: 10px 20px 5px 0;
}
caption {
	text-align: left;
}
.bnr_inner a p img:hover {
	opacity: 0.8;
}
#breadcrumb {
margin: 20px 0 0 30px;
}
footer {
	padding-top: 70px;
	clear: both;
}
footer p {
width: 180px;
margin-right: 30px;
}
/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */
#news ul {
	list-style-type: none;
}
#news ul li {
	padding: 0 0 10px 165px;
/*	border-bottom: 1px dotted #6c5f45;*/
	color: #342300;
	text-indent: -165px;
}
#news ul li time {
	display: inline-block;
	width: 165px;
	font-weight: bold;
	color: #6c5f45;
	text-indent: 0;
}
#news h2 i {
color: #383838;
background: #fff;
}
/* トップページ ここまで↑ */	

/* 「概要」ページ ここから↓ */
#concept_box, 
#concept_box_sub {
overflow: hidden;
margin-bottom: 30px;
/*border: 2px dashed #000000;*/
}
#concept_box_sub h2 {
	font-size: 105%;
}
#concept_box .image_left, #concept_box_sub .image_right {
	margin: 0px 25px 0px 20px;
	float: left;
/*border: 2px dashed #000000;*/
}
.image_left:hover, .image_right:hover {
	transition: transform 1s;
	transform: scale(1.05);
}
.mask:hover .image_text1 {
	opacity: 1;
}
.image_text1 {
	position: absolute;
	top: 300px;
	left: 140px;
	text-align: center;
	transition: 1s ease-in;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 200%;
}
.concept_box:last-child,
.concept_box p:last-child {
	margin-bottom: 0;
}
/* 「概要」ページ ここまで↑ */

/* 「紹介」ページ ここから↓ */
#main_profile {
	width: 1350px;
	height:100%;
	margin-left: 100px;
	padding: 0 20px 5px 20px;
}
#main_profile h1 {
	margin: 0 0 30px 0;
	padding: 10px 20px 5px 65px;
	font-size: 156.25%;
	background-image: url(../images/bg_h1_head.png), url(../images/bg_h1_top-bottom5.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	border-bottom: 1px solid #8b4513;
}
#main_profile figure {
margin: 0 10px 20px 10px;
float: left;
overflow: hidden;
}
#main_profile figcaption {
width: 200px;
height: 150px;
margin-top: 10px;
}
/* 「紹介」ページ ここまで↑ */

/* 「活動履歴」ページ ここから↓ */
#main .tb_space {
/*border: 2px dashed pink;*/
}
#main table {
	width: 550px;
	border-collapse: collapse;
}
#main caption {
	text-align: left;
	margin-bottom: 20px;
/*border: 2px dashed #000000;*/
}
#main caption p {
	margin: 0 0;
}
#main .carefull {
margin: 20px auto 20px 0;
width: 550px;
height: 120px;
/*border: 2px dashed #000000;*/
}
#main table th {
	padding: 10px;
	background-color: #f0e68c;
}
#main table td {
	padding: 8px;
	background-color: #ffffff;
	text-align: center;
}
#main table th, table td {
	border: 1px outset #ff8c00;
}
/* 「活動履歴」ページ ここまで↑ */

/* 「お問い合わせ」ページ ここから↓ */
#input_info {
/*border: 2px dashed #000000;*/
}
#input_info ul li {
/*border: 2px dashed #000000;*/
}
#input_info ul li#tel p {
padding-left: 30px;
text-decoration: underline;
font-size: 150%;
}
form p {
	margin-top: 0px;
	margin-bottom: 30px;
}
form p:nth-last-child(2) {
	margin-bottom: 20px;
}
form p:nth-last-child {
	margin-bottom: 0px;
}
#textfield {
	width: 200px;
}
#emailfield {
	width: 300px;
}
#pref {
	width: 250px;
}
input[required] {
	background-color: #f3c8c1;
}
textarea {
	width: 420px;
	height: 115px;
	overflow-y: scroll;
}
#sub1 {
	float: left;
	width: 560px;
	height: auto;
	margin-left: 100px;
	padding: 0 20px 5px 20px;
/*border: 2px dashed #000000;*/
}
#sub2 {
	float: left;
	width: 560px;
	height: auto;
	margin-left: 100px;
	margin-top: 10px;
	padding: 0 20px 5px 20px;
/*border: 2px dashed #000000;*/
}
#sub1 h2, #sub2 h2 {
font-size: 155%;
}
#sub1 ul li {
font-size: 110%;
}
#sub2 p {
padding-left: 20px;
}
#sub2 a{
color: blue;
}
/* 「お問い合わせ」ページ ここまで↑ */
