@charset "utf-8";

* {
	margin: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
body p {
	padding-top: 5px;
	padding-bottom: 5px;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

header {
	background-image: url(images/bg-header.png);
	color: #FFFFFF;
	height: 80px;
}
#site_title {
	z-index: 1;
	position: absolute;
}

#top_width {
	max-width: 1000px;
	margin: 0px auto;
	position: relative;
}
div[id^="max_width"] {
	max-width: 1000px;
	margin: 0px auto;
}
#footer_width {
	max-width: 1000px;
	margin: 0px auto;
}
#site_title img {
	width: 95%;
	height: auto;
	margin-left: -8px;
}
#menu_button img {
	width: 70%;
	height: auto;
}
#contact {
	display: none;
}

/* slideshow */
#content_wrap_slide {
	border-bottom: #FFF4BD 1px solid;
	background-color: #FFFBE5;
}
#stage {
	max-width: 1000px;
	background-color: #FFFBE5;
	position: relative;
	margin: 0px auto;
	-webkit-box-shadow: 3px 3px 3px 0px #C8C8C8;
	box-shadow: 3px 3px 3px 0px #C8C8C8;
}
#stage ul {
	padding: 0px;
	position:relative;
}
#stage ul li {
	width: 100%;
	list-style-type: none;
	position:absolute;
	opacity: 0;
}
#stage img {
	max-width: 100%;
	height: auto;
}
#slide_control {
	position: absolute;
}
[id^='photo_'] {
	cursor: pointer;
}
#prev_button {
	cursor: pointer;
}
#next_button {
	cursor: pointer;
}
#play_stop {
	cursor: pointer;	
}

/* nav */
#nav_pc {
	display: none;
}
#menu_button {
	position:fixed;
	top:0px;
	cursor: pointer;
	z-index:3;
}
#nav_mo {
	position:fixed;
	width: 100%;
	z-index:2;
}
#nav_mo > ul {
	padding: 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(201,180,154,1.00) 0%,rgba(103,66,17,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(201,180,154,1.00) 0%,rgba(103,66,17,1.00) 100%);
	background-color: #674211;
}
#nav_mo > ul > li {
	list-style-type: none;
	font-size: 90%;
}
#nav_mo > ul > li > a:link {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #523715;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
#nav_mo > ul > li > a:visited {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	border-bottom: 1px solid #523715;
	text-decoration: none;
	display: block;
}
#nav_mo > ul > li > a:hover {
	text-decoration: none;
	color: #C4B39B;
}
#nav_mo > ul > li:last-child {
	margin-bottom: -1px;
}
.nav_mo_s {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	border-bottom: 1px solid #523715;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

/* サブメニュー */
.nav_mo_sub {
	display: none;
	padding: 0px;
	background-color: #765934;
	margin-top: 15px;
}
.nav_mo_sub > li {
	list-style-type: none;
	font-size: 90%;
}
.nav_mo_sub > li > a:link {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #463014;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
.nav_mo_sub > li > a:visited {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	border-bottom: 1px solid #463014;
	text-decoration: none;
	display: block;
}
.nav_mo_sub > li > a:hover {
	text-decoration: none;
	color: #BFAC91;
}

.content_even {
	background-color: #FFFFFF;
}
.content_even a:link {
	color: #000000;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
.content_even a:visited {
	color: #000000;
}
.content_even a:hover {
	color: #B0A392;
}

.content_odd {
	background-color: #FFFCEB;
}
.content_odd a:link {
	color: #000000;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
.content_odd a:visited {
	color: #000000;
}
.content_odd a:hover {
	color: #B0A392;
}

div[class^="bg-text"] {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 1;
	height:auto;
	overflow:hidden;
}
div[class^="bg-text"] p {
	text-align:left;
}

/* index.html h1 */
.h1_design {
	font-size: 110%;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
	color: #362714;
	background: url(images/bg-h1.png) no-repeat left;
	text-indent: 35px;
}
/* index.html 以外 h1 */
#under_wrap {
	border-top: #FFF0B6 1px solid;
	border-bottom: #FFF0B6 1px solid;
	background-color: #FFFCEB;
	height: 48px;
}
.h1_design2 {
	font-size: 110%;
	font-weight: normal;
	padding-bottom: 10px;
}
.h1_design2 img {
}

.content_left {
	margin-bottom: 30px;
}

.color1 {
	color: #FF0000; /* 赤色 */
}
.color2 {
	color: #FF6600; /* 橙色 */
}
.color3 {
	color: #564733; /* 茶色 */
}
.supplement {
	font-size: 90%;
	color: #6C6C6C; /* 補足 */
}

/* sub.html */
.content_sub {
	text-align: left;
}
.content_sub ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 30px;
	padding-bottom: 0px;
}
.content_sub ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* gallery modal */
.modal {
}
.modal dt {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #E8E8E8;
	background-color: #FFFFFF;
}
.modal dt p {
	padding: 5px;
}
.modal dd {
	display: none;
}
.modal_title {
	margin-top: 5px;
	margin-bottom: -5px;
	text-align: center;
}
#modal_bg {
	display: none;
	position: fixed;
	background-image: url(images/modal-bg.png);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
}
#modal_window {
	display: none;
	position: fixed;
	overflow: hidden;
	z-index: 5; 
}
#modal_window img {
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	background-color: #F9F9F9;
	border-radius: 5px;
	z-index: 6; 
}
#modal_control {
}
#modal_prev_button {
	position: fixed;
	display: none;
	z-index: 7;
	cursor: pointer;
}
#modal_next_button {
	position: fixed;
	display: none;
	z-index: 7;
	cursor: pointer;
}
#modal_close_button {
	position: fixed;
	display: none;
	z-index: 7;
	cursor: pointer;
}

.img_450_left img {
	display: block;
	margin: auto;
}
.img_450_right img {
	display: block;
	margin: auto;
}

/* news */
#news {
}
#news ul {
	padding: 0px;
}
#news ul li {
	list-style-type: none;
	border-bottom: #362714 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}
#news ul li:first-child {
	border-top: #362714 1px solid;
}

/* faq */
#faq {
	text-align: left;
}
#faq dt {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #564733;
}
#faq dd {
	border-bottom: #362714 1px solid;
	padding-top: 10px;
	padding-bottom: 20px;
}
#faq dt:first-child {
	border-top: #362714 1px solid;
}

/* company */
#company {
	margin: 0px auto;
	border-collapse: collapse;
	width: 100%;	
}
#company tr {
}
#company th, #company td {
	border: #604E38 1px solid;
}
#company th {
	color: #564733;
	background-color: #FFFBE9;
	padding: 20px;
	white-space: nowrap;
}
#company td {
	background-color: #FFFFFF;
	padding: 20px;
	text-align: left;
}

/* footer */
#footer_nav {
	display: none;
}
#bg-text-footer {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
#bg-text-footer p {
}
#footer_content {
	border-top: #947957 1px solid;
	color: #FFFFFF;
	clear: both;
	background-image: -webkit-linear-gradient(270deg,rgba(201,180,154,1.00) 0%,rgba(103,66,17,1.00) 100%,rgba(103,66,17,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(201,180,154,1.00) 0%,rgba(103,66,17,1.00) 100%,rgba(103,66,17,1.00) 100%);
	background-color: #674211;
}
#footer_content a:link {
	color: #FFFFFF;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
#footer_content a:visited {
	color: #FFFFFF;
}
#footer_content a:hover {
	color: #C4B39B;
}
footer {
	position: relative;
}
footer a:link {
	text-decoration: none;
}
footer a:visited {
	text-decoration: none;
}
#back_top {
	display: none;
	position: absolute;
	right: 0px;
	top: -25px;
	cursor: pointer;
}

@media only screen and (min-width: 450px) {
#site_title img {
	width: 100%;
	margin-left: 0px;
}
#menu_button img {
	width: 100%;	
}
#nav_mo ul li a:link {
	padding-top: 15px;
	padding-bottom: 15px;
}
#nav_mo ul li a:visited {
	padding-top: 15px;
	padding-bottom: 15px;
}
#under_wrap {
	height: 55px;
}
}

@media only screen and (min-width: 600px) {
#modal_window img {
	padding: 10px;
}

div[class^="bg-text"] {
	padding-top: 40px;
	padding-bottom: 40px;
}
div[class^="bg-text"] h1 {
}
#bg-text-footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

.content_left {
	margin-bottom: 40px;
}
.content_right {
}

/* ie8 以下 */
.ie8_under #site_title {
	width: 150px;
	height: 130px;
}
.ie8_under #slide_control {
	display: none;
}
.ie7 #site_title {
	left: 0px;
}
.ie6 #site_title {
	right: 0px;
}
.ie7 #content_wrap_slide {
	display: none;
}
.ie6 #content_wrap_slide {
	display: none;
}
}

@media only screen and (min-width: 650px) {
.img_450_left {
	float: left;
	padding-right: 5px;
}
.img_450_right {
	float: right;
	padding-left: 5px;
}
}

@media only screen and (min-width: 900px) { /* メニュー格納 | メニューの幅により変更 ｜ js とセットで変更 */
.content_left {
	margin-bottom: 0px;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}
.content_right {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding-left: 10px;
}

/* nav */
#nav_mo {
	display: none;
}
#menu_button {
	display: none;
}
#nav_pc {
	display: block;
}
#nav_pc > ul {
	padding: 0px;
}
#nav_pc > ul > li {
	list-style-type: none;
	float: left;
	width: 130px;
	height: 80px;
	cursor: pointer;
}
#nav_pc > ul > li > a:link {
	padding: 0px;
}
#nav_pc > ul > li > a:visited {
	padding: 0px;
}
#nav_pc > ul > li > a:hover {
	text-decoration: none;
}
#nav_pc > ul > li:first-child {
	margin-left: 180px;
}
.nav_hover {
	position: absolute;
}

/* サブメニュー */
.nav_pc_sub {
	position: relative;
	z-index: 1;
	display: none;
	padding: 0px;
	background-color: #96774F;
	width: 260px;
	text-align: left;
	-webkit-box-shadow: 2px 2px 3px 0px #6B6B6B;
	box-shadow: 2px 2px 3px 0px #6B6B6B;
}
.nav_pc_sub > li {
	list-style-type: none;
	border-bottom: 1px solid #523715;
}
.nav_pc_sub > li > a:link {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	color: #FCF9F6;
	text-decoration: none;
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
.nav_pc_sub > li > a:visited {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	color: #FCF9F6;
	text-decoration: none;
}
.nav_pc_sub > li > a:hover {
	display: block;
	color: #C4B39B;
	text-decoration: none;
}

/* sub.html */
.content_sub {
}
.content_sub ul {
}
.content_sub ul li {
}
.content_sub ul li:nth-child(odd) {
	float: left;
	width: 50%;
}
.content_sub ul li:nth-child(even) {
	float: right;
	width: 50%;
}

#footer_nav {
	display: block;
}
}

@media only screen and (min-width: 1450px) {
#contact {
	z-index: 1;
	position: absolute;
	display: block;
	right: 0px;
}
#top_width {
	max-width: 1200px;
}
div[id^="max_width"] {
	max-width: 1200px;
}
#footer_width {
	max-width: 1200px;
}
#stage {
	max-width: 1200px;
}
#h1_wrap2 {
	max-width: 1200px;
}
}