@charset "utf-8";
@import "html5reset-1.6.1.css";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", "Myriad Web", "Myriad Pro", Verdana, sans-serif;
	color:#503200;
	font-size: 16px;
	height: 100%;
	letter-spacing:0.1em;
	background: #f5f0d2;
	position: relative;
}
@media (max-width: 1024px) {
body {
	font-size: 12px;
}
}
html{
	height: 100%;
}
@media (min-width: 1025px) {
a, a:hover{
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
}
#wrapper{
	max-width: 1600px;
	margin: 0px auto;
	background: #FFFFFF;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
	overflow:hidden;
}
.pageTop {
	position: fixed;
	bottom: 100px;
	right:-120px;
	z-index: 3;
}
.pageTop a{
	display: block;
}
/*---------------------- Header ------------------------*/
#header{
	padding: 15px 2%;
	margin: 0px auto;
}
#header .title{
	float: left;
	padding-top:25px;
}
#header .title .hLogo{
	margin-bottom: 15px;
}
#header .title h1{
	text-align: center;
	color:#503200;
	font-weight: bold;
}
#header .hContact{
	float: right;
	text-align: right;
}
#header .hContact .tel{
	margin-bottom:10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
#header .hContact .tel a{
	font-size:2.2em;
	font-style: normal;
	text-decoration: none;
	color:#966432;
}
#header .hContact .tel a img{
	margin-right:10px;
}
#header .hContact .time{
	margin-bottom:10px;
}
#header .hContact .phrase{
	float: left;
	font-size:1em;
	line-height: 160%;
}
#header .hContact .contactBtn{
	float: right;
	position: relative;
	background: url(../images/wood_bg.png) no-repeat center center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	margin-top:2px;
}
#header .hContact .contactBtn a{
	background: url(../images/link_icon_white.svg) no-repeat right center;
	color: #FFFFFF;
	padding:15px 40px 15px 30px;
	display:inline-block;
	text-decoration: none;
	font-weight: bold;
}
#header .hContact .contactBtn img{
	position: absolute;
	top:-175px;
	left:190px;
	margin-left:-90px;
}
@media (min-width: 1025px) {
#header .title h1{
	width: 400px;
}
#header .hContact .tel{
	margin-right: 250px;
}
#header .hContact .time{
	margin-right: 250px;
}
#header .hContact .phrase{
	width: 270px;
	
}
}
@media (max-width: 1024px) and (min-width: 768px) {
#header .title{
	padding-top:25px;
}
#header .title .hLogo{
	margin-bottom: 15px;
}
#header .title .hLogo img{
	width: 260px;
}
#header .title h1{
	width: 260px;
	font-size:0.9em;
}
#header .hContact .tel{
	margin-right: 185px;
}
#header .hContact .tel a{
	font-size:2em;
}
#header .hContact .tel a img{
	margin-right:8px;
	height:18px;
}
#header .hContact .time{
	margin-right: 185px;
}
#header .hContact .phrase{
	width: 190px;
}
#header .hContact .contactBtn a{
	padding:15px 35px 15px 20px;
}
#header .hContact .contactBtn img{
	top:-140px;
	left:140px;
	width:140px;
	margin-left:-70px;
}
}
@media (max-width: 767px){
#header{
	padding: 15px 6%;
	margin: 0px auto 20px;
}
#header .title{
	float: none;
	padding:10px 0 20px;
	text-align:center;
}
#header .title .hLogo img{
	width:90%;
}
#header .hContact{
	float: none;
	text-align: center;
}
#header .hContact .tel a{
	font-size:3em;
	font-style: normal;
	text-decoration: none;
	color:#966432;
}
#header .hContact .tel a img{
	margin-right:10px;
}
#header .hContact .time{
	margin-bottom:15px;
	font-size:1.2em;
}
#header .hContact .phrase{
	float: none;
	font-size:1.2em;
	margin-bottom:90px;
}
#header .hContact .contactBtn{
	float: none;
	padding-top: 0px;
	width:80%;
	margin:0 auto;
	position: relative;
}
#header .hContact .contactBtn a{
	width:100%;
	padding:20px 0px;
	font-size:1.2em;
}
#header .hContact .contactBtn img{
	position: absolute;
	top:-300px;
	left:474px;
	margin-left:-90px;
}
}
/*---------------------- Main Menu ------------------------*/
@media(min-width: 768px) {
#mainMenu h2{
	display: none;
}
#mainMenuList {
	background: #503200;
	margin: 0 auto;
}
#mainMenuList ul li{
	float: left;
	width:12.5%;
	text-align:center;
	position: relative;
	z-index:2000;
}
#mainMenuList li a {
	display: block;
	padding:15px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height:150%;
	font-size:0.8em;
}
}
@media (min-width: 1025px) {
#mainMenuList li a:hover {
	color: #ffffff;
	background: #966432;
}
}
#mainMenuList li ul {
	width:100%;
	display: none;
	position: absolute;
	z-index:100;
}
#mainMenuList li ul li {
	float: none;
	width: 100%;
	border-bottom: 1px solid #966432;
	border-right: 1px solid #966432;
	border-left: 1px solid #966432;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#mainMenuList li ul li a {
	background: #FFFFFF;
	color:#966432;
	text-align:left;
}
@media (min-width: 1025px) {
#mainMenuList li ul li a:hover {
	background: #966432;
}
}
@media (max-width: 1024px) and (min-width: 768px) {
#mainMenuList li a {
	font-size:0.7em;
	padding:10px;
}
}
@media (max-width: 767px){
#mainMenu h2{
	background: #503200 url(../images/slidedown_icon_white.svg) no-repeat right center;
	text-align:center;
	color:#FFFFFF;
	padding:15px;
	font-size:1.8em;
	font-family: 'Roboto Condensed', sans-serif;
}
#mainMenu h2.active{
	background: #503200 url(../images/close_icon_white.svg) no-repeat right center;
}
#mainMenuList{
	border-top: 1px solid #FFFFFF;
	background: #966432;
}
#mainMenuList li a {
	display: block;
	padding:15px 35px 15px 15px;
	color: #ffffff;
	text-decoration: none;
	line-height:150%;
	font-size:1.2em;
}
#mainMenuList ul li{
	float: none;
	width:100%;
	border-bottom: 1px solid #FFFFFF;
}
#mainMenuList ul li:last-child{
	border-bottom: 1px solid #966432;
}
#mainMenuList ul li a{
	background:url(../images/slidedown_icon_white.svg) no-repeat right center;
}
#mainMenuList ul li a.active{
	background:url(../images/close_icon_white.svg) no-repeat right center;
}
#mainMenuList li ul {
	position: static;
}
#mainMenuList li ul li {
	border-right: none;
	border-left: none;
}
#mainMenuList li ul li:last-child{
	border-bottom: none;
}
#mainMenuList li ul li a{
	background:#FFFFFF url(../images/link_icon_gold.svg) no-repeat right center;
}
}
/*---------------------- Sub Menu ------------------------*/
@media(min-width: 768px) {
#subMenu h2{
	display: none;
}
#subMenu .secInner{
	padding: 0;
}
#subMenuList{
	margin: 0 3.33% 3.33%;
	background: #f6ecd4;
}
#subMenuList ul{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#subMenuList ul li{
	float: left;
	width:25%;
	position: relative;
}
#subMenuList li a {
	display: block;
	padding:15px 15px 15px 35px;
	color:#503200;
	text-align:left;
	text-decoration: none;
	line-height:150%;
	font-size:0.8em;
	background:url(../images/link_icon_brown.svg) no-repeat left center;
}
}
@media (min-width: 1025px) {
#subMenuList li a:hover {
	color: #ffffff;
	background: #966432 url(../images/link_icon_white.svg) no-repeat left center;
}
}
@media (max-width: 1024px) and (min-width: 768px) {
#subMenuList li a {
	font-size:0.7em;
	padding:10px 10px 10px 30px;
}
}
@media (max-width: 767px){
#subMenu{
	margin:0 6% 4%;
}
#subMenu .secInner{
	padding: 0;
}
#subMenu h2{
	background: #f6ecd4 url(../images/slidedown_icon_gold.svg) no-repeat right center;
	text-align:center;
	color:#966432;
	padding:15px;
	font-size:1.8em;
	font-family: 'Roboto Condensed', sans-serif;
	border: 1px solid #966432;
}
#subMenu h2.active{
	background: #f6ecd4 url(../images/close_icon_gold.svg) no-repeat right center;
}
#subMenuList li a {
	display: block;
	padding:15px 15px 15px 35px;
	color:#966432;
	text-align:left;
	text-decoration: none;
	line-height:150%;
	font-size:1.2em;
	background:url(../images/link_icon_gold.svg) no-repeat left center;
}
#subMenuList ul li{
	float: none;
	width:100%;
	text-align:center;
	border-left: 1px solid #966432;
	border-right: 1px solid #966432;
	border-bottom: 1px solid #966432;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#subMenuList ul li:last-child{
	border-bottom: 1px solid #966432;
}
}
/*---------------------- Footer ------------------------*/
#footer{
	text-align: center;
}
#footer .footerTop{
	text-align: center;
	padding: 3em 0px;
	background: #f0f0f0;
	letter-spacing:normal;
}
#footer .footerBottom{
	padding: 25px 0px 20px;
	background: #503200;
	color:#FFFFFF;
}
#footer h2{
	font-size:2em;
	margin-bottom:0.5em;
}
#footer p.address{
	line-height:200%;
	margin-bottom:1em;
}
#footer p.access{
	line-height:200%;
	margin-bottom:1.5em;
}
#footer .tel{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
}
#footer .tel a{
	font-size:3em;
	font-style: normal;
	text-decoration: none;
	color:#503200;
}
#footer .link{
	margin-bottom:1.5em;
}
#footer .link a{
	text-decoration: none;
	color:#FFFFFF;
}
#footer .copy{
	font-size:0.7em;
}
@media (max-width: 767px){
#footer p.address{
	font-size:0.8em;
}
#footer p.access{
	font-size:0.8em;
}
#footer .copy{
	font-size:0.7em;
	line-height:150%;
}
}
/*---------------------- Clearfix ------------------------*/
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {
 display: inline-block;
}
* html .clearfix {
 height: 1%;
}
.clearfix {
 display: block;
}

/*---------------------- 201809 ------------------------*/

.socialMediaIcon{
	margin:2em 0 0;
	letter-spacing: -.40em;
}

.socialMediaIcon ul{
	width:20%;
	margin:0 auto;
	text-align:center;
}
	
.socialMediaIcon li{
	display:inline-block;
	margin:0 1em;
	letter-spacing: normal;
}
 .socialMediaIcon li img{
	width:100%;
}
.socialMediaIcon{
	margin:2em 6% 0;
}
.socialMediaIcon li{
	width:10%;
	margin:0 2%;
}

@media (max-width: 1024px) and (min-width: 768px) {
#footer .socialMediaIcon .icon img{
	height:40px;
}
@media (max-width: 767px){
	#footer .socialMediaIcon li img{
	width:100%;
}

.mt-02{margin-top:-2em;
}
