@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,400italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
 

body {
    overflow-x: hidden;
    font-family: 'Crimson Text', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-color: #f7f7f7;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
	line-height:1.6;
}

a {
    color: #9F862C;
}

a:hover,
a:focus,
a:active,
a.active {
    //color: #ea321e;
    text-decoration: none;
}


p {
    font-size: 13px;
    margin-bottom: 20px;
}

.txt-w{
	color:#fff !important;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}



a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a:hover{
	color:#4F4526;	
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin:0 0 20px;
	line-height:1.6;
}

h2{font-size:26px; font-weight:normal;}
h3{font-size:24px; font-weight:normal;}
h4{font-size:18px; font-weight:normal;}

.txt-l{font-size:1.4em !important;}

.en{
	font-family: 'Crimson Text', serif;	
}

ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}

.white-text {
    color: #fff !important;
}

.section-title h2{
    color: #111;
    font-size: 32px;
    text-transform: none;
}

.section-title p {
    margin-bottom: 60px;
    color: #111;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
}


/* button */
.btn:after {
    font-family: 'FontAwesome';
    content: '\f105';
    margin-left: 7px;
}


.btn-primary {
    font-weight: 300;
    color: #fff;
    border-color: #9F862C;
    background-color: #9F862C;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:13px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: #9F862C;
    background-color: #9F862C;
    //background-color: none !important;
}

.btn-info {
    font-weight: 300;
    color: #fff;
    border-color: #666 !important;
    background-color: #666 !important;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:13px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active{
	color: #fff;
    border-color: #9F862C !important;
    background-color: #9F862C !important	
}

.btn-success {
    font-weight: 300;
    color: #9F862C;
    border-color: #9F862C !important;
    background-color: #fff !important;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:13px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active{
    color: #9F862C;
    border-color: #9F862C !important;
    background-color: #fff !important	
}

.btn-circle {
    border-color: #9F862C;
    background-color: #9F862C;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}


.border {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 0 45%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* margin */
.mgnB0 {margin-bottom:0 !important;}
.mgnB5 {margin-bottom:5px !important;}
.mgnB10 {margin-bottom:10px !important;}
.mgnB15 {margin-bottom:15px !important;}
.mgnB20 {margin-bottom:20px !important;}
.mgnB30 {margin-bottom:30px !important;}
.mgnB40 {margin-bottom:40px !important;}
.mgnB50 {margin-bottom:50px !important;}
.mgnB60 {margin-bottom:60px !important;}
.mgnB70 {margin-bottom:70px !important;}
.mgnB80 {margin-bottom:80px !important;}
.mgnB100 {margin-bottom:100px !important;}

.mgnT0 {margin-top:0 !important;}
.mgnT5 {margin-top:5px !important;}
.mgnT10 {margin-top:10px !important;}
.mgnT20 {margin-top:20px !important;}
.mgnT30 {margin-top:30px !important;}
.mgnT40 {margin-top:40px !important;}
.mgnT50 {margin-top:50px !important;}
.mgnT60 {margin-top:60px !important;}
.mgnT70 {margin-top:70px !important;}
.mgnT80 {margin-top:80px !important;}


.pdnT0 {padding-top:0 !important;}
.pdnB0 {padding-bottom:0 !important;}



/* clear */
.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: inline-table;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* row-eq-height */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}


/* page top */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
	z-index:99;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    padding: 3px 10px 7px;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


/* RWD table */
.table-rwd dl{
	border-bottom:1px solid #dedede;
	/*clear:both;*/
}

.table-rwd dl:nth-child(1){
	border-top:1px solid #dedede;
	padding-top:20px;
}

.table-rwd dl dt{
	width:25%;
	float:left;
	margin-bottom:20px;
}

.table-rwd dl dd{
	margin:0 0 0 25%;
	margin-bottom:20px;
	margin-top: -20px;
}

@media only screen and (max-width: 767px) {
	/* table */
	.table-rwd dl{
		margin-bottom:0;
	}
	
	.table-rwd dl:nth-child(1){
		padding-top:0;
	}
	
  	.table-rwd dl dt{
		width:100%;
		float:none;
		margin-bottom:10px;
		font-weight:bold;
	}
	
	.table-rwd dl dd{
		margin:0;
		margin-bottom:20px;
		font-size:12px;
	}

}

/*--------------------------------------------------*/
/* Start Side Nav Section
/*--------------------------------------------------*/


.menu-wrap a {
	color: #fff;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

.menu-wrap .logo {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    font-size: 35px;
    text-align: center;
}



/* Menu Button */
.menu-button {
	position: fixed;
	z-index: 1000;
	margin: 1em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
	color: transparent;
	background: transparent;
}

.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	/*background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);*/
	background: linear-gradient(#ccc 20%, transparent 20%, transparent 40%, #ccc 40%, #ccc 60%, transparent 60%, transparent 80%, #ccc 80%);
	content: '';
}


@media (max-width : 479px) {
    .menu-button {
        width: 1.5em;
        height: 1.5em;
    }
    
    .menu-button::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        /*background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);*/
		background: linear-gradient(#ccc 20%, transparent 20%, transparent 40%, #ccc 40%, #ccc 60%, transparent 60%, transparent 80%, #ccc 80%);
        content: '';
    }
    
    .menu-wrap a {
        /*padding: 5px !important;*/
		padding:7px 10px;
		font-size:12px;
    }
}

@media (max-width : 767px) {
    .menu-button {
        width: 2em;
        height: 2em;
    }
    
    .menu-button::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        /*background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);*/
		background: linear-gradient(#ccc 20%, transparent 20%, transparent 40%, #ccc 40%, #ccc 60%, transparent 60%, transparent 80%, #ccc 80%);
        content: '';
    }
}



.menu-button:hover {
	opacity: 0.6;
}

/* Close Button */
.close-button {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #bdc3c7;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Menu */
.menu-wrap {
	position: absolute;
	z-index: 1001;
	//width: 300px;
	height: 100%;
	/*background: #111;*/
	background: rgba(17, 17, 17, 0.9);
	padding: 2.5em 0;
	font-size: 1.15em;
    
	-webkit-transform: translate3d(-320px,0,0);
	-moz-transform: translate3d(-320px,0,0);
	-o-transform: translate3d(-320px,0,0);
	transform: translate3d(-320px,0,0);
    
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -webkit-transform 0.4s;
	-o-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
    
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.menu, 
.icon-list {
	height: 100%;
}

.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	-moz-transform: translate3d(0,100%,0);
	-o-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.icon-list a {
	display: block;
    /*padding: 0.8em 3.5em 0.8em .5em;
    text-align: center;
    //padding-left: 1.5em;*/
	padding:7px 15px;
    
	-webkit-transform: translate3d(0,500px,0);
	-moz-transform: translate3d(0,500px,0);
	-o-transform: translate3d(0,500px,0);
	transform: translate3d(0,500px,0);
}

.icon-list a.logo {
    padding-left: 2em;
    padding-right: 2.5em;
}

.icon-list,
.icon-list a {
	-webkit-transition: -webkit-transform 0s 0.4s;
	-moz-transition: -webkit-transform 0s 0.4s;
	-o-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
    
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	-moz-transform: translate3d(0,1000px,0);
	-o-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	-moz-transform: translate3d(0,1500px,0);
	-o-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	-moz-transform: translate3d(0,2000px,0);
	-o-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	-moz-transform: translate3d(0,2500px,0);
	-o-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	-moz-transform: translate3d(0,3000px,0);
	-o-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}

.icon-list a span {
	margin-left: 10px;
	font-weight: 500;
}


.icon-list h2{
	color:#fff;
	text-align:center;	
}

/* Shown menu */
.show-menu .menu-wrap {
    position: fixed;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -webkit-transform 0.8s;
	-o-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
    
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -webkit-transform 0.8s;
	-o-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
    
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
	-o-transition-duration: 0.9s;
	transition-duration: 0.9s;
}










/*--------------------------------------------------*/
/* Start Header Section                             */
/*--------------------------------------------------*/



.header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../images/main_visual.jpg);
    background-position: center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.intro-text {
    position: relative;
    padding: 10% 0 14% 0;
	text-align: center;
}

.header .intro-text h1 {    
    font-size: 45px;
    font-weight: bold;
    /*line-height: 50px;*/
/*    letter-spacing: 5px;*/
    /*-webkit-animation: bounceIn;
    -moz-animation: rubberBand;
    -o-animation: bounceIn;
    animation: bounceIn;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;*/
	display:table;
	text-align:center;
	width:80%;
	margin:10px auto 80px;
	text-shadow:1px 1px 3px #000;
}
.header .intro-text h1 span:nth-child(1) {
    font-size: 30px;
}
.header .intro-text h1 span:nth-child(2),
.header .intro-text p {
/*    font-size: 30px;*/
/*    font-weight: 300;*/
/*    line-height: 35px;*/
    letter-spacing: 1px;
    margin-bottom: 55px;
    -webkit-animation: bounceInLeft;
    -moz-animation: fadeInLeft;
    -o-animation: fadeInLeft;
    animation: bounceLeft;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.header .intro-text .btn-primary {
    padding: 15px 25px;
    font-size: 16px;
}

.header .intro-text h1 span{
/*	display:table-cell;*/
	vertical-align:middle;
}
.header .container {
    position: relative;
}
.hdr_logo {
    position: absolute;
    bottom: 4rem;
    right: 0;
}

/*-------------------------------------------------------*/
/* Start Footer Section                                  */
/*-------------------------------------------------------*/

footer {
    //margin-top: 100px;
    padding: 25px 0;
    background: #131005;
    border-top: 2px solid #9F862C;
}

.copyright {
    text-transform: uppercase;
    text-transform: none;
    color: #eee;
	text-align:right;
	margin-top: 18px;
}

/*.footer-social li {
    display: inline;
    padding: 0 10px;
}

.footer-social li a {
    padding: 8px;
    color: #fff;
    background: #9F862C;
}

.footer-social li i {
    font-size: 15px;
    width: 20px;
    height: 20px;
}

.footer-social li:hover a {
    background: #fff;
    color: #666;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}*/


.footer-link li {
    display: inline;
    padding-right: 10px;
    font-size: 16px;
	color:#eee;
}

.footer-link li a{
	color:#eee;
}

.footer-link li a:hover{
	color:#fff;
	text-decoration:underline;
}

.footer-link .copy{
	font-size:13px;
	margin-left:30px;
}



.google-map {
    position: relative;
}

.google-map #map {
    width: 100%;
    height: 500px;
    background-color: #ff432e;
}
.gmap {
    height: 400px;
}
.section-map dl {
    border-bottom: 1px dotted #dedede;
    padding-bottom: 15px;
}
.section-map dl dt {
    float: left;
    width: 20%;
}
.section-map dl dd {
    margin-left: 20%;
}

.contact-info {
	background-color: #ffffff;
	box-shadow: 0 0 3px;
    position: absolute;
    right: 20%;
    top: 30%;
    //color: #fff;
    padding: 30px 30px;
    font-size: 15px;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
}

.contact-info li {
    padding-bottom: 10px;
}

.contact-info h4 {
    padding-bottom: 10px;
}

.contact-info li strong {
    font-weight: 600;
}

/* footer vm list */
.footer-group{
	background-color:#f4f4f4;
	padding:40px 0;
}

table.vm-list{
	font-size:12px;
	font-family: 'Crimson Text', serif;
	margin-bottom:0;
}

table.vm-list th{
	width:60px;
	color:#fff;
}

table.vm-list td a{
	color:#fff;
}

table.vm-list td a:hover{
	text-decoration:none;
	color:#fff;
}


/*.footer-social li {
    display: inline;
    padding: 0 10px;
}

.footer-social li a {
    padding: 8px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    
}

.footer-social li i {
    font-size: 15px;
    width: 20px;
    height: 20px;
}

.footer-social li:hover a {
    background: #fff;
    color: #666;
}


.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}*/



/***************************************/
/* ● about
/***************************************/

.about {
    background: url(../images/bg_about.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 90%;
    text-align: center;
    padding: 150px 0;
}

.about h2{
    color:#fff;
	text-shadow: 1px 1px 2px #000;
	font-weight:bold;
	font-size:32px;
}

.about p{
	color:#fff;
	text-shadow: 1px 1px 2px #000;
	font-weight:bold;
	font-size:16px;
	line-height:2;
}

/*.about h1 strong {
    color: #9F862C;
    font-weight: 600;
}

.about .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.about .btn-primary:hover {
    //background: transparent;
}*/




/***************************************/
/* ● kodawari
/***************************************/
.kodawari{
	padding:80px 0;
	/*background:#fff;*/
	background:url(../images/bg_kodawari.jpg) center center;
}

.about-img {
    width: 200px;
    height: 200px;
    margin-bottom: 1.6rem;
    overflow: hidden;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 auto 2rem auto;
    display: flex;
    box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
}

.about-img-inner {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    margin: auto;
}

.about-img-inner img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}
/*
.divider{
	width:50% !important;
	text-align:center;
}*/

.divider{
	background:url(../images/line.png) top center no-repeat;
	background-size: 100%;
    display: block;
    height: 20px;
    margin: 0px auto 20px;
    padding: 0;
    position: relative;
    width: 260px;
}




/***************************************/
/* ● list                       
/***************************************/

.list-section {
    padding: 80px 0 0;
}

.list-subtitle{
	text-align:center;
	margin-bottom:40px;
}

.list-subtitle::after {
    content: " ";
    border: solid 1px #595446;
    display: block;
    width: 65px;
    margin: 15px auto 0;
}

.list-item .btn-primary:hover {
    background: none;
    color: #666;
    border: 1px solid #888;
    box-shadow: none;
}

.list-item {
    padding: 30px 20px 30px;
    box-shadow: 0 0 3px #ddd;
    background-color: #ffffff;
}
.banquet .list-item {
    padding: 0 !important;
}
.list-item p img {
    max-width: 100%;
}

.area{
	text-align:center;
	color:#191405;
	margin-bottom:10px;
}

.res-title {
	text-align:center;
    color: #9F862C;
	font-size:20px;
}

.res-title-dl {
	text-align:center;
    color: #9F862C;
	font-size:14px;
}

table.res-info caption{
	font-size:13px;
	color:#191405;
	border-top:1px solid #ddd;
	background:#fff;
	text-align:center;
}

table.res-info th{
	font-weight:normal;
	width:25%;
}

table.res-info{
	border-bottom: 1px solid #ddd;
	font-size:13px;
	margin-bottom:20px;
}

.list-item ul{
	margin:0;
	padding:0;
}

.list-item ul li{
	/*display:inline-block;*/
	/*text-align:center;*/
	float:left;
	width:31%;
	text-transform: capitalize;
}

/*.list-item ul li:nth-child(1){
	width:45%;
	margin-right:5%;
}*/

.list-item ul li:nth-child(2){
	margin:0 3.5%;
}

.photo-l img{
	float:left !important;
	width:50% !important;
	height:auto !important;
	margin:0 15px 20px 0 !important;	
}


/* nav-res-list */
/* parent */
ul.nav-res-list{
	width:100%;
}

ul.nav-res-list li{
	float:left;
	width:49.5%;
	margin:0 1% 0 0;
	background:#3D361F;
	text-align:center;
	color:#fff;
	padding:13px 10px;
	position:relative;
}

ul.nav-res-list li:last-child{
	margin-right:0;
}

/* child */
ul.nav-res-list-inner{
	height:0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
}

ul.nav-res-list li:hover ul.nav-res-list-inner li{
	width:100%;
	padding:0;
}

ul.nav-res-list li:hover ul.nav-res-list-inner{
	top:48px;
	left:0px;
	height:auto;
	z-index:1;	
	width:100%;
}

ul.nav-res-list li:hover ul.nav-res-list-inner a{
	color:#fff;
	display:block;
	padding:13px 10px;
	width:100%;
}

ul.nav-res-list li:hover ul.nav-res-list-inner a:hover{
	background:#28251A;
}

/* nav-res fix */
.fixed {
    position: fixed;
    top: 0;
    width: 747px;
    z-index: 1000;
	background-color: #f7f7f7;
	padding-top:10px;
}


/* modal : party detail */
.detail-title{
	font-size:16px;
	color:#111;
}

table.banq-info{
	font-size:12px;
	border-bottom: 1px solid #ddd;
	margin-bottom:0px;
}

table.banq-info th{
	background:#f9f9f9;
	font-weight:normal;
	line-height:1.1;
	vertical-align:middle;
}

.point-title{
	margin-bottom:10px;
	font-size:16px;
}

.point-title i{
	font-size:20px;
}

ul.list-point{
	margin:0 0 20px 20px;
}

ul.list-point li{
	list-style-type:disc;
}
.points dl dt {
    font-size: 1.7em;
    font-weight: normal;
    float: left;
}
.points dl dd {
    margin-left: 80px;
}

@media only screen and (max-width: 767px) {
	.points dl dt,
	.points dl dd h3{
		font-size: 18px;
	}
	
	.points dl dd p.list-item{
		font-size: 14px;
	}
}

/*.logo-w-01{
	width:116px;
	height:auto;
}

.logo-w-02{
	width:auto;
	height:60px;
}

.logo-w-03{
	width:auto;
	height:40px;
}*/


/*.list-item .post-details .date {
    position: absolute;
    top: 0;
    left: 10%;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.list-item .post-details .date strong {
    font-size: 16px;
}

.list-item .post-details li {
    display: inline;
    font-size: 13px;
    color: #999;
    padding-right: 10px;
}

.list-item .post-details li i {
    color: #9F862C;
    padding-right: 5px;
}

.list-item p {
    padding: 15px 0;
    color: #999;
    font-weight: 300;
}

.list-item .btn-primary {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    font-weight: 300;
}

.list-item:hover .date {
    opacity: 1;
    -webkit-animation: bounceIn;
    -moz-animation: bounceIn;
    -o-animation: bounceIn;
    animation: bounceIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
}*/




/***************************************/
/* ● contact                 
/***************************************/
/* tel info */
.section-contact{
	padding:0 0 80px;	
}

.contact-wrap{
	/*background:#777468;*/
    background: #a48403;
    border-radius: 8px;
    padding: 10px;
}
.section-title-03 {
    background: #98958e;
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    margin-bottom: 40px;
}

.contact-wrap-inner{
	width:100%;
	display:table;
}

.contact-wrap-inner div{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.contact-wrap-inner div:nth-child(2),
.contact-wrap-inner div:nth-child(3){
	background:#fff;
	padding:7px 10px;
}

.contact-wrap-inner div:nth-child(2){
	/*border-top-left-radius:8px;
	border-bottom-left-radius:8px;*/
	border-radius:8px;
}

.contact-wrap-inner div:nth-child(3){
	padding-left:0;
	font-size:18px;
	border-left:1px solid #ccc;
	border-bottom-right-radius:8px;
	border-top-right-radius:8px;
}

.contact-wrap-inner div:nth-child(1) p{
	margin:0;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

.contact-wrap-inner div:nth-child(1) h3 span{
	display:block;
	font-size:14px;
}

.contact-wrap-inner div:nth-child(2) p{
	margin-bottom:0;
	font-size:22px;
	color:#000;
	line-height: 1.3;
}

.contact-wrap-inner div:nth-child(2) p span{
	display:block;
	font-size:12px;
}
.contact-wrap-inner div:nth-child(1) h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}

/* form */
.section-contact-form{
	padding:80px 0;
}


/***************************************/
/* ● slider Section
/***************************************/

.slider-item {
    background: #fff;
    box-shadow: 0 0 3px #666;
    color: #111;
    /*padding: 20px;*/
    /*margin-left: 30px;*/
	padding-top:20px;
	text-align:center;
	margin:0 15px;
}

.slider-item a{
	color:#191405;
}

.slider-item a:hover{
	color:#776421;
}

.slider-item h2{
	font-family: 'Crimson Text', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
	font-size:18px;
	margin-left:10px;
	margin-right:10px;
}

.slider-item h2 span{
	display:block;
	font-size:12px;
	margin-top:5px;
}

.slider-item p{
	margin-bottom:20px;
}

/* kodawari */
.slider-item-about-inner{
	width:80%;
	margin:0 auto;
	padding:50px 30px;
	/*background:rgba(255,255,255,0.8);*/
}

.slider-item-about-inner p{
	font-size:16px;
}

.slider-item-about .owl-nav.disabled + .owl-dots{
	padding-top:10px;
}

/* restaurant list */
.slider-item {
    background: #fff;
    box-shadow: 0 0 3px #666;
    color: #111;
	/*padding-top:20px;
	text-align:center;*/
	margin:0 15px;
}

.slider-item-list .owl-nav.disabled + .owl-dots{
	/*box-shadow: 0 0 3px #ddd !important;*/
	/*box-shadow: -5px -5px 10px #ddd inset !important;*/
    /*background-color: #fff !important;*/
	margin-top:0 !important;
	padding-top:10px;
	border-left:1px solid #EAEAEA !important;
	border-right:1px solid #EAEAEA !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	background:#635D49;	
}

.slider-item-about h3{
	font-size:18px;
}

/*.slider-section {
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #C4BA9B;
}

.slider-item {
    background: #fff;
    box-shadow: 0 0 3px #666;
    color: #111;
	padding-top:20px;
	text-align:center;
	margin:0 15px;
}

.slider-item a{
	color:#191405;
}

.slider-item a:hover{
	color:#776421;
}

.slider-item h2{
	font-family: 'Crimson Text', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
	font-size:18px;
	margin-left:10px;
	margin-right:10px;
}

.slider-item h2 span{
	display:block;
	font-size:12px;
	margin-top:5px;
}

.slider-item p{
	margin-bottom:20px;
}*/


/***************************************/
/* ● btn contact
/***************************************/
.fixbtn{
	position:fixed;
	top:30px;
	right:30px;
	z-index:999;
}

/***************************************/
/* ● language menu
/***************************************/

.menu_lang{
	margin-top:30px;
}

.menu_lang ul{
  margin:0;
  padding:0;
}
.menu_lang ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background:#666;
  color: #fff;
  text-align:center;
}
.menu_lang ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.menu_lang ul li:hover, .menu ul li a:hover {
  background:#666;
  color:#fff;
}
.menu_lang ul li ul {
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 100;
}
.menu_lang ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
  background:#888;
  background:#777;
}
.menu_lang ul li ul li:hover, .menu ul li ul li a:hover {
  background:#666;
}
.menu_lang ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;
  z-index: 10;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}	


/***************************************/
/* ● gallery
/***************************************/

/* nav */
.section-ga-nav{
	padding:80px 0;
}

.section-ga-nav .btn-info{
	margin-bottom:10px;
	font-size:12px;
}

/* ga wp */
.section-ga{
	padding:0 0 80px;
}

.section-ga .section-title h2{
	font-size:28px;
}

.section-ga .section-title p{
	display:none;
}

.ga-detail{
	margin-bottom:100px;
}

table.nav-ga{
	width:100%;
	margin:0 0 30px;
	font-size:16px;
}

table.nav-ga th{
	padding:10px;
	vertical-align:top;
}

table.nav-ga td{
	padding:10px;
	vertical-align:top;
}


table.nav-ga td a{
	display:block;
	padding:10px;
}

table.nav-ga td a:hover{
	background:#9F862C;
	color:#fff;
}

/* venue */
table.nav-venue th,
.pdn-nav-venue{
	padding-top:15px !important;
}


/* contact */
.section-contact-ga{
	padding:80px 0;
	background:#fff;	
}

/* nextgen Shutter修正 */
.ngg-gallery-thumbnail{
	border:none !important;	
}

.ngg-gallery-thumbnail a{
	margin:0 !important;
}

.ngg-gallery-thumbnail{
	margin:10px !important;
}

.ngg-galleryoverview{
	margin-left:0 !important;
}

.ngg-gallery-thumbnail img{
	width:240px !important;
/*	width:200px !important;*/
}

/* nextgen Thickbox修正 */
/*.screen-reader-text{
	display:none;
}

.tb-close-icon{
	top:20px !important;
	color:#fff !important;
}

#TB_closeWindowButton:hover .tb-close-icon,
#TB_closeWindowButton:focus .tb-close-icon {
	color:#fff !important;
}

#TB_window img#TB_Image{
	border:none !important;
}

#TB_secondLine{
	color:#fff !important;
}

#TB_secondLine #TB_next{
	display:inline-block !important;
	margin-left: -70px;
}

#TB_caption{
	padding: 7px 30px 30px 25px !important;	
}*/


/***************************************/
/* ● venue
/***************************************/
.header-venue{
	position:relative;
}

.venue-tit{
	position:absolute;
	top:300px;
	right:100px;
}

.section-venue{
	padding:50px 0;
}


/* hover */
/*.bigmaskeffect{
    width:100%;
    overflow: hidden;
    background:#000;
	position:relative;
}

.bigmaskeffect a{
	display:block;
}

.bigmaskeffect img{
    width:100%;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;

    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1.0;
    transition: 1.0s;
}

.bigmaskeffect img:hover{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 0.7;
}

.bigmaskeffect h4{
	position:absolute;
	top:42%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	text-align:center;
	color:#fff;
	font-size:22px;
	font-weight:bold;
}*/

/* hover2 */
.wrap-mask{
	position:relative;
	width: 360px;
 	height: 360px;
}

.article-link {
  background-clip: padding-box;
  color: #fff;
  width: 360px;
  height: 360px;
  position: absolute;
  /*top: 50%;
  left: 50%;*/
  overflow: hidden;
  /*transform: translateX(-50%) ;*/
  text-align:center;
}
.article-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  /*transform: translateX(-50%) translateY(-50%) scale(0.85);*/
  transform: translateX(-50%) translateY(-50%) scale(0.65);
  transition: all 1.1s ease;
}
.article-link:hover img, 
.article-link:focus img {
 transform: translateX(-50%) translateY(-50%);
 /*transform: translateX(-50%) translateY(-50%) scale(0.95);*/
}
 
.article-title,
.article-date {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
}
 
.article-title {
  display: block;
  font-size:22px;
  transform: translateX(-50%) translateY(-50%);
  transition: all 1.1s ease;
}

.article-link:hover .article-title, 
.article-link:focus .article-title {
	color: #fff;
}
 
/***************************************/
/* ● intro
/***************************************/
.intro p img {
    max-width: 100%;
}
.txt-s {font-size:.75em !important;}
dl.res-detail {
    clear: both;
}
dl.res-detail dt {
    float: left;
    width: 30%;
}
dl.res-detail dd {
    margin-left: 32%;
}
@media only screen and (max-width: 767px) {
    dl.res-detail dt {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    dl.res-detail dd {
        margin-left: 0%;
    }
}
dl.res-detail dd table tr {
    line-height: 2.4;
}
dl.res-detail dd table tr th {
    min-width: 80px;
    vertical-align: top;
}
.tit-area {
    font-size: 24px;
/*    font-size: 28px;*/
    border-bottom: 1px solid #000;
/*    line-height: 1;*/
    padding-bottom: 7px;
}
.columns-2 {
    -webkit-columns: 300px 2;
    -moz-columns: 300px 2;
    -ms-columns: 300px 2;
    columns: 300px 2;
    column-gap: 36px;
}
.bg-wh {
    background-color: #fff;
}
.intro .img-box {
    background-color: #fff;
    margin-bottom: 20px !important;
    padding-top: 30px;
}
.intro .img-box img {
    max-width: 100%;
}
.intro .img-box h2 {
    font-size: 24px;
    margin-bottom: 0;
    padding-top: 40px;
}
.img-width-90 {
    max-width: 90% !important;
    display: block;
    margin: 0 auto;
}

/***************************************/
/* ● proposal
/***************************************/

.reason-wrap {
    background-color: #544b41;
    color: #fff;
    padding: 2rem 4rem 2rem;
    position: relative;
}
.reason-wrap h2 {
    font-size: 36px;
    /* position: absolute; */
    top: -15%;
/*    margin-bottom: 80px;*/
    margin-top: -10%;
}
.reason-wrap h2 span {
    color: rgb(127,127,127);
    display: block;
    font-size: 2.5em;
}
.rsn-img-box img {
    width: 24%;
}
.rsn-img {
    position: absolute;
    top: -8%;
    width: 40%;
    max-width: 400px;
}

.rsn-img-l .reason-wrap {
    margin-left: 4rem;
}
.rsn-img-r .reason-wrap {
    margin-right: 4rem;
}
.rsn-img-l .rsn-img-box {
    text-align: right;
}
.rsn-img-l .reason-wrap h2 {
/*    left: 45%;*/
    padding-left: 40%;
    margin-top: -10%;
}
.rsn-img-r .reason-wrap h2 {
/*    right: 45%;*/
    padding-right: 40%;
    margin-top: -10%;
    /* text-align: right; */
}
.rsn-img-l .rsn-img {
    left: -4rem;
}
.rsn-img-r .rsn-img {
    right: -4rem;
}
/* reason */
.btn-cuisine {
    display: block;
    width: 24%;
    padding: 10px;
    position: absolute;
    right: 40px;
    bottom: 40px;
}

@media screen and (min-width:1200px) {
    .rsn-img-l .reason-wrap h2,
    .rsn-img-r .reason-wrap h2 {
        margin-bottom: 60px;
    }
}
@media screen and (max-width:1199px) {
    .rsn-img-l .reason-wrap h2,
    .rsn-img-r .reason-wrap h2 {
        margin-bottom: 30px;
    }
}



/***************************************/
/* ● party plan
/***************************************/
.section-plan {
    background-color: #eae7e7;
    margin: 80px 0 0;
    padding-bottom: 80px;
}
#plan .inner h2 {
    /*background-image: url(../images/party_plan_bg.jpg); */
    background-size: 100% auto;
    background-position: center;
    padding: 16px 0;
    color: #fff;
    background-color: #a48403;
    /* text-shadow: 1px 1px 3px #000; */
    /* font-weight: bold; */
    margin-bottom: 0 !important;
    font-size: 2.5em;
    text-align: center;
}
#plan .inner .text {
    padding: 30px 20px 30px;
    box-shadow: 0 0 3px #ddd;
    background-color: #ffffff;
}
@media screen and (min-width: 769px), print {
    #plan .inner .text dl {
        font-size: 93%;
    }
    #plan .inner .text dl dt {
        float: left;
        clear: left;
        width: 70px;
        font-weight: 700;
    }
    #plan .inner .text dl dd {
        padding-left: 75px;
        line-height: 2;
    }
}
@media only screen and (max-width: 768px) {
    #plan .inner .text dl {
        font-size: 93%;
    }
    #plan .inner .text dl dt {
        float: left;
        clear: left;
        width: 60px;
        font-weight: 700;
    }
    #plan .inner .text dl dd {
        padding-left: 65px;
    }
}
.image-list li {
    float: left;
    width: 25%;
}
.image-list li img {
    max-width: 100%;
}
.tab-content {
    padding-top: 30px;
    padding: 30px 20px 30px;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #ddd;
    margin-bottom: 30px;
}
#plan-gift dl dt {
    font-size: 1.5em;
    font-weight: normal;
}

#plan-gift dl dd {
    font-size: 1.8em;
    padding-left: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    letter-spacing: -1px;
}
.modal-body dl {
    margin: 15px 15px 30px;
}
.modal-body dl dt {
    float: left;
}
.modal-body dl dd {
    margin-bottom: 4px;
}

/***************************************/
/* ● party option
/***************************************/
.bdTdash td {
    border-top: 1px dashed #ddd !important;
}

/***************************************/
/* ● cuisine popup
/***************************************/
@media only screen and (max-width: 768px) {
    #cuisine h2 {
        font-size: 143%;
        font-weight: normal;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }
    #cuisine dl {
        padding-bottom: 70px;
    }
    #cuisine dl dt {
        font-size: 108%;
        margin-bottom: 20px !important;
    }
    #cuisine dl dd {
        font-size: 93%;
        line-height: 2em;
        font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
    }
    .chef .prof .name {
        font-size: 109%;
        margin-bottom: 15px;
    }
    .chef .prof .read {
        margin-bottom: 20px;
        font-size: 100%;
        text-align: justify;
        font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
    }
    .chef .prof .record {
        margin-bottom: 10px;
        font-family: YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
    }
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @media screen and (min-width: 992px) {
        _::-webkit-full-page-media, _:future, :root .col-md-4 {
            width: 33%;
        }
        _::-webkit-full-page-media, _:future, :root .col-sm-4 {
            width: 33%;
        }
    }
    _::-webkit-full-page-media, _:future, :root .image-list li {
        width: 24.9%;
    }
}

/************************************************************************
 md
************************************************************************/
@media only screen and (min-width: 992px) and (max-width: 1119px) {

	h2{font-size:18px;}
	
	/* header */
	.header .intro-text h1{  
		width:100%;
        font-weight: bold;
	}
	
	.footer-link li:nth-child(1) img,
	.footer-link li:nth-child(2) img{
		width:150px;	
	}

	/* list */
	table.res-info{
		font-size:12px;
	}
	
	.list-item .btn-primary{
		font-size:12px;
	}
	
	/*.list-item ul li:nth-child(1){
		width:36%;
		margin-right:2%;
	}

	.list-item ul li:nth-child(2){
		width:60%;
	}*/
	
	.res-title {
		font-size:16px;
	}
	
	/* nav-res fix */
	.fixed{
		width:616px;
	}
	
	/* downloads */
	.res-title-dl{
		font-size:16px;
	}
	

}


/************************************************************************
 sm
************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	/* header */
	.header .intro-text h1 span{
		display:block;
        font-weight: bold;
	}
	
	.header .intro-text h1 span:nth-child(1){
		margin-bottom:20px;
	}
	
	h2{font-size:18px;}
	
	.footer-link li:nth-child(1) img,
	.footer-link li:nth-child(2) img{
		width:130px;	
	}
	
	.copyright{
		text-align:left;
	}
	
	/* footer vm list */
	table.vm-list th{
		width:80px;
	}
	
	/* list */
	.list-item .btn-primary{
		font-size:12px;
	}
			
	.photo-l img{
		float:none !important;
		width:100% !important;	
		margin:0 !important;	
	}
	
	.res-title{
		font-size:14px;
	}
	
	
	/* nav-res-list */
	/*ul.nav-res-list li{
		font-size:12px;
	}*/

	/* nav-res fix */
	.fixed{
		width:720px;
	}

	/* contact */
	.contact-wrap-inner div:nth-child(1) h3{
		font-size:16px;
	}
	
	/* modal */
	table.res-info,
	ul.list-point{
		font-size:13px;
	}
	
	/* btn contact */
	.fixbtn-xs{
		position:fixed;
		bottom:20px;
		left:15px;
		z-index:999;
		height:42px;
		padding:9px 15px 0;
	}
	
	/* nextgen Shutter修正 */
	.ngg-galleryoverview {
/*		margin-left: 100px !important;*/
	}

	/* venue */
	.venue-tit{
		top:180px;
		right:60px;
	}

	.wrap-mask,
	.article-link{
		width:345px;
		height:345px;
	}

    .row .col-md-12 .reason-wrap h2 {
        font-size: 26px !important;
        margin-bottom: 30px !important;
        margin-top: -12.4% !important;
    }
    
}



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

	h2{font-size:18px;}
	h4{font-size:16px;}
	
	.txt-s-xs{font-size:11px !important;}
	
	.mgnB10-xs {margin-bottom:10px !important;}

	/* header */
	.header .intro-text h1{
		margin: 30px auto 80px;
        font-weight: bold;
        width: 100%;
	}
	
	.header .intro-text h1 span{
		display:block;
	}
	
	.header .intro-text h1 span:nth-child(1){
		margin-bottom:10px;
        font-size:20px;
	}
	
	.header .intro-text h1 span:nth-child(2){
		
	}
    .hdr_logo {
        right: 15px;
        max-width: 20%;
        height: auto;
    }
	
	/* footer */
	.copyright{
		text-align:left;
	}
	
	.footer-link li{
		margin-bottom:15px;
		display:inline-block;
	}
	
	.footer-link .copy{
		margin-left:0;
		margin-bottom:20px;
	}
	
	/*.footer-link li:first-child{
		display:block;
	}*/
	
	.footer-link li:nth-child(1) img,
	.footer-link li:nth-child(2) img{
		width:130px;	
	}
	
	.copyright{
		margin-top:0;
	}
	
	footer{
		padding-bottom:60px;
	}
	
	/* footer vm list */
	table.vm-list{
		font-size:11px;
	}

	/* page top */
	#page-top{
		bottom:0px;
	}
	
	/* btn contact */
	.fixbtn-xs{
		position:fixed;
		bottom:20px;
		left:15px;
		z-index:999;
		height:42px;
		padding:9px 15px 0;
	}
	
	/* slider */
	.slider-item{
		padding-top:20px;
	}
	
	.slider-item h2{
		font-size:13px;
		margin:0px 5px 10px;
	}
	
	.slider-item h2span,
	.slider-item p{
		font-size:11px;
		margin-bottom:10px;
	}

	/* about */
	.about {
    	background: url(../images/bg_about.jpg) no-repeat;
		background-attachment:scroll;
		background-size: civer;
		background-position: 30% top;
	}
	
	.about h2{
		font-size:20px;
	}
	
	.about p{
		font-size:14px;
		text-align:left;
	}
	
	.slider-item-about-inner{
		width:98%;
		padding:30px 30px;
	}
	
	.slider-item-about-inner h3{
		font-size:16px;
		font-weight:normal;
	}
	
	.slider-item-about-inner p{
		font-size:13px;
	}
	
	.divider{
		width:160px;
		height:10px;	
	}
	
	.about-img{
		width:160px;
		height:160px;
	}
	
	.about-img-inner{
		width:140px;
		height:140px;	
	}
	
	/* list */
	.section-title h2,
    .img-box h2 {
		font-size:20px !important;
	}
	
	.list-subtitle{
		font-size:18px;
	}
	
	.list-item .btn-primary{
		font-size:11px;
	}
	
	.res-title{
		font-size:14px;
	}
	
	.photo-l img{
		float:none !important;
		width:100% !important;	
		margin:0 !important;	
	}
	
	/* nav-res-list */
	ul.nav-res-list li{
		font-size:12px;
	}
	
	ul.nav-res-list li:hover ul.nav-res-list-inner{
		top:45px;
	}
	
	
	/* nav-res fix */
	.fixed{
		width:92%;
	}
	
	
	/* modal */
	.detail-title{
		font-size:14px;
	}
	
	/* contact information */
	.contact-wrap-inner,
	.contact-wrap-inner div{
		display:block;
	}
	
	.contact-wrap-inner div:nth-child(1) h3{
		font-size:16px;
		margin:10px 0 15px;
	}
	
	.contact-wrap-inner div:nth-child(2),
	.contact-wrap-inner div:nth-child(3){
		background:#fff;
		padding:15px 10px;
	}
	
	/*.contact-wrap-inner div:nth-child(2){
		padding-bottom:0;
		border-bottom-left-radius:0px;
		border-top-right-radius:8px;
	}*/
	
	.contact-wrap-inner div:nth-child(3){
		border-left:none;
		border-bottom-left-radius:9px;
		border-top-right-radius:0;	
	}
	
	.contact-wrap-inner div:nth-child(2) p span{
		display:block;
	}
	
	.contact-wrap-inner div:nth-child(3) a.btn-lg{
		padding: 13px 20px !important;
	}

	.point-title{
		font-size:14px;
	}

	.point-title i{
		font-size:18px;
	}
	
	table.res-info,
	ul.list-point{
		font-size:11px;
	}
	
	
	/* form */
	.section-contact-form {
    	padding: 0 0 80px;
	}

	/* language menu */
	.menu_lang{
		margin-top:10px;
	}
	
	/* gallery */
	.section-ga-nav{
		padding:40px 0 80px;
	}
	
	.section-ga-nav .btn-info{
		margin-bottom:0px;
	}
	
	.section-ga .section-title h2{
		font-size:18px;
	}
	
	table.nav-ga{
		font-size:11px;
	}
	
	/* nextgen Shutter修正 */
	.ngg-galleryoverview {
		margin-left: 0px !important;
	}
	
	.ngg-gallery-thumbnail-box {
		max-width: 33.333333% !important;
/*		max-width: 50% !important;*/
		width:33.33333% !important;
/*		width:50% !important;*/
	}
	
	/* venue */
	.venue-tit{
		top:80px;
		right:25px;
	}
	
	.article-link {
	  width: 330px;
	  height: 330px;
	}

	.wrap-mask,
	.article-link{
		width:300px;
		height:300px;
		margin:0 auto;
	}
    
    /* proposal */
    .rsn-img-box {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-top: 4rem;
    }
    .rsn-img-box img {
        width: 33.333333333333333%;
    }
    .reason-wrap {
         margin-left: 0 !important; 
         margin-right: 0 !important; 
    }
    .row .col-md-12 .reason-wrap h2 {
         font-size: 18px; 
         position: static; 
        margin-bottom: 30px !important;
        margin-top: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }
    .rsn-img-l .rsn-img {
        float: right;
        padding-left: 1.5rem;
        margin-right: -26px;
        margin-top: -60px;
        position: static !important;
        width: 100%;
    }
    .rsn-img-r .rsn-img {
        float: left;
        padding-right: 1.5rem;
        margin-left: -26px;
        margin-top: -60px;
        position: static !important;
        width: 100%;
    }
    .reason-wrap {
        padding: 2rem;
    }
    /* party plan */
    #plan .inner h2 {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 2em;
    }
    .tit-area,
	#plan-gift dl dd,
	#party-option .tit-area{
        font-size: 18px;
    }
	
	#plan-gift h3,
	.section-plan .tit-area {
        font-size: 20px;
    }
	
	
    /* reason */
    .btn-cuisine {
        display: block;
        width: 90%;
        padding: 10px;
        margin: 0 auto 20px;
        position: static;
    }
    
}

@media screen and (min-width:768px) {
    .reason-wrap p {
        font-size: 1.4em;
    }
}
@media screen and (max-width:588px) {
    .image-list li {
        width: 49.6%;
        float: left;
    }
}