﻿* {
	border:0;margin:0;padding:0;
	border-collapse:collapse;
	box-sizing: border-box;

	font-size:13px;color:#222;
	font-weight: 400;

	line-height:180%;

	vertical-align:top;
}

html {
}

body {
	width:100%;
	height:100%;
	background:#887451;
	margin-bottom:60px;
}

main {
}

#front {
/*	background:#000;*/
}

#About {
/*	background:url('../img/back/img_about.png') center center no-repeat,rgba(0,0,0,0.5);
	background-size:contain;
*/
}

nav {
	width:100%;
	background:rgba(88,74,51,1);
	position:fixed;
	border-bottom:2px solid #887451;
	z-index:9999;
}

#menu_bar {
	width:100%;
	max-width:960px;
	margin:0 auto;
	clear:both;
}

#menu_bar li {
	width:16.6%;height:60px;
	float:left;
	text-align:center;
	padding:12px 10px;
	border-right:1px solid #887451;
}

#menu_bar li:last-child {
	border:0;
}

#menu_bar li a {
	width:100%;
	display:block;
	font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size:0.9em;
	color:#fff;
	text-decoration:none;
}

#menu_bar li a span {
	font-size:1.1em;
	letter-spacing:-0.1em;
	font-weight: 600;
	color:#fff;
	line-height:250%;
}

#menu_bar li a:hover {
	font-size:1.1em;
	color:#fff;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3 linear 0;
}

#menu_bar li:hover {
	background:#887451;
	transition: all 1.0s linear 0s;
	-webkit-transition: all 1.0 linear 0;
}


#logo_area {
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	margin:auto;
	width:50%;max-width:200px;
}

section {
	width:100%;
	min-height:100vh;

	padding:0;margin:0;
	background:#fff;

	position:relative;

/*	-webkit-box-shadow: 0 0 15px 5px #000;
	-moz-box-shadow: 0 0 15px 5px #000;
	box-shadow: 0 0 15px 5px #000;*/
}

#front {
	background:transparent;
}

.content {
	width:100%;
	max-width:960px;
	
	padding:40px 20px;
	margin:0 auto;

	position:relative;
}

.content2 {
	width:100%;
	max-width:960px;
	
	text-align:center;

	padding:40px 0;
	margin:0 auto;

	position:relative;

}

.fixed {
	position:fixed;
	top:0;left:0;
	z-index:10000;
}

.pc_not {
	display:none;
}

.comment {
	margin-bottom:2em;
}

.comment_up {
	margin-top:1em;
}

h1 {
	font-size:1.4em;
	font-weight: 600;
	letter-spacing:0.1em;

	text-align:center;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	border-bottom: 1px solid #887451;
	margin-bottom:-300px;
}

h2 {
	font-size:1.6em;
	font-weight: 600;

	font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;

	text-align:center;
}


h3 {
	font-size:1.4em;
	font-weight: 400;

	font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align:center;

	margin-bottom:10px;
}

h4 {
	font-size:1.2em;
	text-align:center;
}

h5{
	font-size:0.6em;
	text-align:left;
}

a {color:#CCAA33;text-decoration:none;}
a.st {color:#CCAA33;font-weight:bold;}
a:link {color:#CCAA33;}
a:visited {color:#CCAA33;}
a:hover {color:#CCAA33;text-decoration:underline;}
a:active {color:#CCAA33;}

a:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.7;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7 ease;
}

img {
	max-width: 100%;
	height: auto;
}

img.w_full {
	width:100%;
}

/* header */
header {
	width:100%;
}

.frame {
	padding:3px;
	border:1px solid #ccc;
	background:#fff;
}

.shadow {
    -webkit-box-shadow: 0 0px 10px 3px #333;
       -moz-box-shadow: 0 0px 10px 3px #333;
            box-shadow: 0 0px 10px 3px #333;
}

.shadow2 {
	-webkit-box-shadow: 0 0 10px 0 #333;
	-moz-box-shadow: 0 0 10px 0 #333;
	box-shadow: 0 0 10px 0 #333;

	border-left:1px solid #555;
	border-right:1px solid #555;
}

/*Slider*/
.swiper-container {margin:0;padding:0;height:500px;}
.swiper-wrapper {margin:0;padding:0;}
.swiper-button-prev {color:#fff;}
.swiper-button-next {color:#fff;}


/* footer */
footer {
	width:100%;height:60px;

	background:rgba(88,74,51,1);
	border-top:2px solid #887451;
	padding:5px;

	position:fixed;
	left:0;bottom:0;
	z-index:1;
}

footer *{
	color:#fff;
}

footer div a {
	color:#fff;
}

/* table*/
#plan, #plan2, #plan3 {
	width:100%;max-width:680px;
	margin:0;padding:0;
	border-top:solid #eee 1px;
	text-align:left;
}

#plan th {
	width:30%;
}

#plan td {
	width:70%;
}

#plan th,#plan td,#plan2 th,#plan2 td,#plan3 th,#plan3 td {
	padding:10px 15px;
	background:#fff;
	border-bottom:solid #eee 1px;
}

#plan2 th,#plan3 th {
	width:60%;
	font-weight:600;
}

#plan2 td {
	width:40%;
	text-align:right;
}

#plan3 td {
	width:40%;
}

#photos {
	margin: 0 auto;
	max-width:960px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	flex-wrap:wrap;
}
#photos li {
	text-align:center;
	width:46%;
	margin:5px 2%;
	padding:10px;
	border:1px solid #ccc;
}

.photo_side_title, .photo_side {
	margin:0;
	padding:10px 15px;
}

.photo_side_title {
	border-bottom:solid #eee 1px;
	font-weight:600;
}

/* page */

.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}

.top {vertical-align:top;}
.middle {vertical-align:middle;}
.bottom {vertical-align:bottom;}

.bg_white {
	background:rgba(255,255,255,1);
}

.bg_black {
	background:rgba(88,74,51,0.85);
	color:#ffffff;
}

.font_white, .font_white * {
	color:#ffffff;
}

/* contents */
.tab {display:table;}
.tab_split75 {width:75%;display:table-cell;}
.tab_split60 {width:60%;display:table-cell;}
.tab_hulf {width:50%;display:table-cell;}
.tab_split40 {width:40%;display:table-cell;}
.tab_split25 {width:25%;display:table-cell;}

.m_none {margin:0;}
.m_20 {margin:20px auto;}

.p_none {padding:0;}
.p_10 {padding:10px}
.p_20 {padding:20px 10px}
.p_20v {padding:0 20px;}
.p_20w {padding:20px 0;}
.p_40 {padding:40px}
.p_40v {padding:0 40px;}

.round {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.w_full {
	width:100%;
	max-width:960px;
	margin:0 auto;
}

.w_hulf {
	width:50%;
}

hr.line_001 {
	width:90%;max-width:960px;
	border:0;margin:10px auto 15px auto;height:1px;background:transparent;
	background-image: -webkit-linear-gradient(left, transparent, #887451, transparent);
	background-image: -moz-linear-gradient(left, transparent, #887451, transparent);
	background-image: -ms-linear-gradient(left, transparent, #887451, transparent);
	background-image: -o-linear-gradient(left, transparent, #887451 transparent);
}

hr.line_002 {
	width:100%;
	border:0;margin:0 auto;height:1px;background:transparent;
	background:#887451;
}

/* menu bar */
ul, li {
	list-style:none;
	margin:0;padding:0;
}

/* form */
#form {
	width:100%;
	border:0;margin:0;padding:0;
}

#form tr {
	border:1px solid #887451;
}

#form th {
	width:25%;
	font-size:0.9em;
	text-align:left;
	padding:10px;
}

#form td {
	width:75%;
	padding:10px;
}

.label {
	text-align:right;
	letter-spacing:0.1em;
}

.tbox {
	width:100%;
	background:#eee;
	padding:0 10px;
}

.tbox2 {
	width:45%;
	border:1px solid #333;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	padding:0 10px;

	color:#333;
}

.tarea {
	width:100%;height:10em;
	border:1px solid #333;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	padding:0 10px;

	color:#333;
}

.f_btn {
	width:100%;
	background:#333;color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	padding:0 15px;

}

#pageTop {
	position: fixed;
	bottom: 80px;
	right: 20px;
}

#pageTop a {
	display: block;
	z-index: 9999;
	padding: 18px;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
 }

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*Blog*/
ul.feed {
	width:100%;
	list-style:none;
	border:0;margin:0;padding:0;
}

#link_deco a {color:#4c0000;}

#feed a {color:#4c0000;}

#feed li {
	width:100%;height:40px;line-height:40px;
	vertical-align: middle;

	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
}

#menu, #toggle{
	display:none;
}


@media only screen and (max-width: 767px) {

body {
}

.form_frame {
	display:none;
}

h2 {
	font-size:1.5em;
	margin:0 0 10px;
	line-height:110%;
}

h3 {
	font-size:1.1em;
	margin:0 0 10px;
	line-height:110%;
}

.hulf_br {
	line-height:70%;
}

#menu_bar li a {
	color:#333;
}

#plan th, #plan td {
	display:block;
	width:100%;
}

#form th {
	border-bottom:1px solid #222;
}

#form th, #form td {
	text-align:center;
	display:block;
	width:100%;
}

.sp_not {
	display:none;
}
.pc_not {
	display:inline;
}

.sp_left {
	text-align:left;
}


img {
	width:100%;max-width:767px;
}

.tab div {
	width:100%;
	display:block;
}

.max_50{
	display:block;
	margin:0 auto;
	width:auto;
	max-height:50px;
}


/*Menu*/
#menu_bar {
	display:none;
}

#menu-box {
	position:fixed;
	width: 100%;
	top:0;left:0;
	z-index:99999;
	border-bottom:#887451 solid 2px;
}

#menu {
	display:none;
}

#menu li:first-child {
}

#menu li{
	width: 100%;
	border-top: 1px solid #887451;
	background:rgba(88,74,51,1);
}

#menu a {
	font-size:1.1em;
	letter-spacing:0.1em;
	
	padding:10px;
	font-weight:800;
	color:#fff;
	display:block;
	text-decoration: none;
}

#menu a:hover {
	background:#F7F0DD;
	color:rgba(88,74,51,1);

	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5 ease-out;
}

#toggle{
	display: block;
	position: relative;
	width: 100%;
	height:48px;
	margin-left:0;
	background:rgba(88,74,51,1);

	border-bottom:none;
}

#toggle a{
	display: block;
	position: relative;
	padding:5px;
	font-size:1.3em;
	font-weight:800;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#toggle a span {
	font-size:0.6em;
	color: #fff;
	vertical-align:middle;
	margin-right:5px;
}



}
