@charset "utf-8";
/* CSS Document */


@media screen and (max-width: 800px) {
  
.sp{display: block;}
.pc{display: none;}

#header{display: none;}
#headerSp{display: block;}

.pad #main .pic{height: 500px;}

#footerSp {
    display: block;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    bottom: 0;
    z-index: 9989;
    border-top:1px solid #fff;
}
#footerSp ul {
    overflow: hidden;
    padding: 4px;
}
#footerSp ul li {
    width: 49.5%;
    float: left;
    margin: 0 1% 0 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
}
#footerSp ul li span {
    background-color:rgba(255,255,255,1);
    border: 1px solid #022d6c;
    display: block;
    padding: 10px 0;
    background-color: #022d6c;
    color: #fff;
    font-weight: bold;
}
#footerSp ul li span small{
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 7px 0;
}
#footerSp ul li:first-child span small{
	color: #ece000;
}
#footerSp ul li:last-child {
    margin: 0;
}
#footerSp ul li:last-child span{
	background-color: #fff;
    color: #022d6c;
}

.bread{display: none;}

#slide_menu{
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color: #ebf2f2;
}
#slide_menu .globalmenu .logo{text-align: center;float: none;width: 100%;margin-bottom: 20px;}
#slide_menu .globalmenu .logo img{width: 50%;height: auto;}
#slide_menu p{font-size: 12px;}
.globalmenu{
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
  color: #fff;
}
.cntBox .bt-fair{
	background-color: #fff;
	padding: 2px;
	margin: 0 0 0 0;
}
.cntBox .bt-fair span{
	display: block;
	background-color: #022d6c;
	color: #fff;
	padding: 8px 0;
}
.cntBox .bt-fair span::before {
    font-family: "fontAwesome";
    content: ' \f004 ';
    margin: 0 5px 0 0;
    color: #ece000;
}

.cntBox{
	padding: 0 20px 10px;
}
.cntBox .bt-reserve{
	background-color: #fff;
	padding: 2px;
	margin: 0 0 5px 0;
}
.cntBox .bt-reserve span{
	display: block;
	background-color: #ac8700;
	color: #fff;
	padding: 8px 0;
}

.cntBox ul{overflow: hidden;padding: 0;}
.cntBox ul li{
  width: 49%;
  float: left;
  margin: 0 2% 0 0;
  background-color: #fff;
}
.cntBox ul li:last-child{margin: 0;}

.cntBox ul li span{
  padding: 6px 0;
  display: block;
  font-size: 12px;
}
.cntBox ul li.contact span::before{
	font-family: "fontAwesome";
    content: ' \f199 ';
    margin: 0 5px 0 0;
    color: #ac8700;
}
.cntBox ul li.inquiry span::before{
	font-family: "fontAwesome";
    content: ' \f02d ';
    margin: 0 5px 0 0;
    color: #ac8700;
}
.cntBox ul li.wide{width: 100%;
  float: none;
  margin-bottom: 5px;
}
.globalmenu .menulist{
  width: 100%;
  margin: 0 auto 10px;
  padding: 0 20px;
}
.globalmenu .menulist ul{overflow: hidden;}
.globalmenu .menulist ul li{
  padding: 8px 0;
  margin: 0 0 5px 0;
  background-color: #fff;
  display: block;
  font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
}
.globalmenu .menulist ul li:nth-child(2n){
	margin: 0 0 2% 0;
}
.globalmenu .menulist ul li a{
  display: block;
  width: 100%;
  height: 100%;
  position:relative;
  font-weight: 200;
}

#headerSp{
	display: block;
	background-color: #022d6c;
	position:fixed;
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	top:0;
	left: 0;
	z-index: 9999;
}
#headerSp .wrap{
  padding: 10px 10px 10px 10px;
  overflow: hidden;
}
#headerSp .logo{
  float: left;
}
#headerSp .logo img{height: 36px;}
#menuRight{
	float: right;
	width: 45px;
	height: 35px;
	position: relative;
	z-index: 9999;
}

/*ハンバーガーメニュー*/
.hamburger{
	position:absolute;
	top:8px;
	right:10px;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 20px;
	height: 16px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 0px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 7px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
	background-color: #000;
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
	background-color: #000;
}
.menu-trigger.active span:nth-of-type(3) {
	opacity: 0;
}

#headerSp .link{
	padding: 0 20px;
	margin: 0 0 20px 0;
}
#headerSp .link ul li{
	font-size: 11px;
	padding: 4px 0;
	background-color: rgba(255,255,255,0.4);
}
#headerSp .link ul li:first-child{
	margin: 0 0 5px 0;
}
#headerSp .info{
	color: #000;
	line-height: 1.3;
}
#headerSp .info p.name{margin: 0 0 5px 0;}
#headerSp .info p.time{margin: 5px 0 0 0;}
#headerSp .tel{
	font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 600;
	font-size: 24px;
	margin: 5px 0;
}
#headerSp .tel span{
	display: inline-block;
	font-size: 13px;
	margin: 0 4px 0 0 0;
	font-weight: 500;
}

/*footer*/
#footer {
    padding: 0 0 25px 0;
}
.bnr-box {
    padding: 25px 20px;
    margin: 0 0 25px 0;
}
.bnr-box ul {
    width: 100%;
}
.bnr-box ul li {
    width: 49%;
    margin: 0 2% 2% 0;
}
.bnr-box ul li:nth-child(2n){
	margin: 0 0 2% 0;
}
.bnr-box ul li p {
    margin: 0;
    padding: 5px 2px;
    font-size: 11px;
}
#footer .logo img {
    height: 70px;
}
#footer p.name{font-size: 10px;line-height: 150%;}
#footer p.time{font-size: 10px;line-height: 150%;}
#footer .tel {
    font-size: 22px;
    margin: 5px 0 3px 0;
}
#footer .menu {
    margin: 15px 0;
    padding: 0 20px;
}
#footer .menu ul {
    width: 100%;
    border-right: none;
}
#footer .menu ul li {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
    margin: 5px 0;
    border-left: 1px solid #ddd;
}
#footer .menu ul li:first-child{border-left: none;}
#footer .menu ul li:nth-child(4){border-left: none;}
#footer .menu ul li:nth-child(7){border-left: none;}
#footer .box {
    padding: 20px 20px;
    width: 100%;
    margin: 0 auto 20px;
}
#footer .box .txt {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 180%;
}
#footer .box ul {
    float: none;
    width: 100%;
}
#footer .box ul li span {
    padding: 10px 0;
}.copyright {
    font-size: 10px;
    letter-spacing: 1;
}


/*common*/
body{min-width: 100%;}
#section {
    padding: 100px 0 60px 0;
}
#title {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin: 0 0 15px 0;
}
#title span {
    font-size: 12px;
    margin: 7px 0 0 0;
}
.lead {
    margin: 0 0 20px 0;
    padding: 0 20px;
}


/*news*/
.news-box {
    width: 100%;
    padding: 0px 20px;
}
.news-box .entry-list {
    width: 100%;
    float: none;
}
.news-box .nav {
    float: none;
    width: 100%;
    padding: 30px 0 0 0px;
}
.news-box .box .title .date {
    float: none;
    width: 100%;
    font-size: 15px;
    margin: 0 0 10px 0;
}
.news-box .box .title .right {
    float: none;
    width: 100%;
    padding-left: 0;
    border-left: none;
}
.news-box .box {
    margin: 0 0 50px 0;
}
.news-box .nav .nav-box:last-child{margin: 0;}

/*faq*/
.faq-box {
    width: 100%;
    padding: 0 20px;
}
.faq dt {
    padding: 6px 12px;
    margin: 4px 0;
}
.faq dd {
    padding: 15px 0px;
}

/*gallery*/
.gallery-list {
    padding: 0px 20px;
}
.gallery-list ul li {
    width: 49%;
    margin: 0 2% 30px 0;
}
.gallery-list ul li:nth-child(2n){
	margin: 0 0 30px 0;
}
.gallerySlider .tmb img{height: 220px;width: auto;}
.gallery-title .eng {
    font-size: 18px;
}


/*form*/
.form .lead{
	text-align: left;
}
.form .lead span{font-size: 11px;display: inline-block;}
.mailform{
	padding: 0 20px;
	width: 100%;
}
.mailform table tbody tr th {
    width: 100%;
    display: block;
}
.mailform table tbody tr td {
	width: 100%;
    display: block;
    padding: 0 0 15px 0px;
}
.formBt {
    -webkit-appearance: none;
    font-size: 14px;
    padding: 10px 0px;
}
#report .gallery-list ul li {
    width: 49%;
    margin: 0 2% 25px 0;
    position: relative;
}
#report .gallery-list ul li:nth-child(2n){
	margin: 0 0 25px 0;
}
.gallery-list ul li .pic {
    margin: 0 0 12px 0;
}
.gallery-list ul li .title {
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 10px 0;
}
.gallery-list ul li .sb {
    font-size: 12px;
}
.gallery-list ul li hr {
    margin: 10px auto 10px;
}

.entryReport {
    width: 100%;
}
.entryReport .main {
    height: 220px;
    margin-bottom: 0;
    overflow: hidden;
}
.reportInfo {
    padding: 10px 15px;
}
hr.cept {
    margin: 4px auto 4px;
}
.reportInfo .md {
    font-size: 15px;
    font-weight: normal;
}
.entryReport .pic_l {
    width: 100%;
    float: none;
    padding-right: 0px;
}
.entryReport ul li.vertical {
    height: 220px;
    overflow: hidden;
}
.entryReport ul li{margin-bottom: 10px;}
.entryReport .pic_r {
    width: 100%;
    float: none;
    padding-left: 0px;
}
.entryReport .wide {
    height: 220px;
    margin-bottom: 10px;
}

.reportInfo .name {
    font-size: 12px;
}


.entryReport .pic_l {
    width: 50%;
    float: left;
    padding-right: 1px;
}
.entryReport ul li {
    margin-bottom: 2px;
}
.entryReport ul li.vertical {
    height: auto;
    overflow: hidden;
}
.entryReport .pic_r {
    width: 50%;
    float: right;
    padding-top: 0px;
    padding-left: 1px;
}

.cassette{overflow: hidden;margin-bottom: -20px;padding: 0 15px;}

.reportInfo .date {
    font-size: 13px;
    color: #777;
}
.freetxt {
    margin: 0 auto 20px;
    width: 100%;
    padding: 0 20px;
}

.report .btBack{
	margin: 30px auto 0;
}
#report .btBack{
	margin: 30px auto 0;
}


/*plan*/
.pickup-plan {
    padding: 25px 20px;
}
.pickup-plan .md {
    font-size: 17px;
    margin: 0 0 15px 0;
}
.pickup-plan ul li {
    width: 100%;
    float: none;
    padding: 12px;
}
.pickup-plan ul li .pic {
    overflow: hidden;
    position: relative;
    margin: 0 0 10px 0;
}
.pickup-plan ul li .price {
    font-size: 15px;
}
.pickup-plan ul li .sb {
    font-size: 12px;
}
.pickup-plan ul li hr {
    margin: 12px auto 12px;
}
.pickup-plan ul li .pic .title {
    padding: 15px;
}
.pickup-plan ul li .pic .title span {
    font-size: 14px;
}
.lead-cept {
    margin: 30px 0;
}
.planWrap {
    padding: 30px 20px;
}
.titlePlan {
    font-size: 16px;
}
.plan_date dl {
    margin: 5px 0 0px 0;
}
.plan_date dt {
    display: inline-block;
    padding: 5px 0px;
    line-height: 1;
}
.plan_date dd {
    padding: 5px 0 5px 7px;
    font-size: 16px;
}
.term {
    font-size: 13px;
}
.single-plan #section{padding-bottom: 0;}
.plan_inn {
    width: 100%;
    margin: 15px auto 0px;
    padding: 10px 10px 30px;
}
.plan_inn .wrap {
    overflow: hidden;
    margin-bottom: 30px;
}
.plan_inn .wrap .pic {
    float: none;
    width: 100%;
}
.plan_inn .wrap .txt {
    float: none;
    width: 100%;
    font-size: 14px;
}

.planWrap.dis .btBack {
    width: 100%;
    margin: 30px auto 0;
}

/*ceremony*/
.select-tab {
    width: 100%;
    padding: 0 20px;
    margin: 20px auto 20px;
}
.select-tab ul {
    border-left: none;
    border-right: none;
    padding: 0 0px;
}
.select-tab ul li {
    width: 100%;
    float: none;
    border-left: none;
    border-bottom:none;
    margin: 0 0 3px 0;
}
.select-tab ul li:last-child{border-bottom: none;}
.select-tab ul li span {
    font-size: 13px;
    font-weight: normal;
    padding: 5px 0;
    background-color: #fafafa;
    border: 1px solid #ddd;
}
.ceremony .main {
    padding: 0 0px;
    margin: 0 0 30px 0;
}
.ceremony .main .pic {
    height: 200px;
}
.lead-txt {
    font-size: 15px;
    margin: 0 0 20px 0;
}
#section.restaurant .lead-txt {
    line-height: 170%;
    margin: 20px 0 20px;
}
.ceremony-concept {
    padding: 30px 10px;
}
.ceremony-concept .box {
    height: auto;
}
.ceremony-concept .box .pic {
    width: 100%;
    height: 220px;
    position:relative;
    right:auto;
    bottom: auto;
}
.ceremony-concept .box .txt {
    width: 100%;
    height: auto;
    position: relative;
    left:auto;
    top: auto;
    padding: 20px;
}
.ceremony-concept .box .txt .inn {
    height: auto;
}
.ceremony-concept .box .txt .inn p {
    position:relative;
    top:auto;
    left:auto;
    -webkit-transform:inherit;
    transform: inherit;
    width: 100%;
    padding-right:0;
    margin: 0;
    font-size: 13px;
}
.ceremony-concept .box .copy-jp {
    position:relative;
    top:auto;
    right: auto;
    font-size: 15px;
    margin: 40px 0 0 0;
    text-align:center;
}
.ceremony-concept .box .copy-eng {
    display: none;
}
.ceremony-concept .spec-box {
    overflow: hidden;
    padding: 35px 0;
}
.ceremony-concept .spec-box .pic {
    height: 220px;
    width: 100%;
    float: none;
}
.ceremony-concept .spec-box .txt {
    height: auto;
    width: 100%;
    float: none;
    border-top: none;
}
.ceremony-concept .spec-box .txt .md {
    font-size: 22px;
    padding: 30px 0 10px 0;
    text-align: center;
}
.ceremony-concept .spec-box .txt .md span {
    font-size: 11px;
    color: #777;
}
.ceremony-concept .spec-box p{
	text-align: center;
	font-size: 13px;
	line-height: 170%;
}
.ceremony-concept .scene .pics {
    width: 100%;
    margin: 70px auto 0;
    height: auto;
    overflow: hidden;
}
.ceremony-concept .scene .pics .pic {
    width: 100%;
    height: 400px;
    float: none;
    margin: 0 0 20px 0;
}
.ceremony-concept .scene .pics .txt {
    width: 100%;
    height: auto;
    float: none;
    padding: 0 0 20px 0;
}
.ceremony-concept .scene .pics .txt p {
    position:relative;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
    transform: inherit;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.pic-list {
    padding: 0 0 0px 0;
    position: relative;
    height: 330px;
}
.pic-list ul li {
    width: 49%;
}
.pic-list ul li:nth-child(3){margin: 0;}
.pic-list ul li:first-child {
	position: absolute;
	left: 0;
	bottom: 0;
    width: 100%;
    margin: 0px 0 0 0;
    float: none;
}
.pic-list ul li .txt {
    font-size: 14px;
}
.ceremony .cept-pic {
    padding: 0 0px;
}
.ceremony .cept-pic .pic {
    height: 250px;
    background-attachment:inherit;
}
.ceremony .cept-pic p {
    font-size: 14px;
    padding: 20px 0 40px 0;
}
.other-banquet {
    padding: 30px 20px 20px;
}
.other-banquet ul li {
    width: 100%!important;
    float: none;
    margin: 0 0 20px 0!important;
}
.other-banquet ul li p {
    font-size: 15px;
}
.other-banquet ul li .pic {
    margin: 0 0 20px 0;
}
.other-banquet ul li p span {
    font-size: 11px;
    margin: 5px 0 0 0;
}
.nv-box ul li {
    width: 100%;
    height: 250px;
    float: none;
}
.nv-box ul{
	border-top:1px solid #ddd;
	padding: 20px;
	background-color: #f1f1f1;
}
.nv-box ul li .inn p {
    font-size: 12px;
}
.nv-box ul li .inn h2#title {
    font-size: 26px;
}
.nv-box ul li .inn .bt {
    width: 220px;
}
.nv-box ul li .inn .bt span {
	font-size: 12px;
  padding: 7px 0;
}
.nv-box .tmb-fair {
    height: 320px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-image: url(../../img/party/tmb-fair.jpg);
}
.nv-box .tmb-fair .inn h2#title {
    font-size: 26px;
}
.nv-box .tmb-fair .inn h2#title span{
	margin: 0 0 7px 0;
}
.nv-box .tmb-fair .inn .lead{
	font-size: 13px;
	padding: 0 5px;
}


/*party*/
.party .main{
	padding: 0;
}
.party .main .pic {
    height: 380px;
}
.main #title {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin: 20px 0 0 0;
}
body.party #section {
    padding-top: 50px;
}
body.party #section.restaurant {
    padding-top: 50px;
}
.partyscene {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 40px;
}
.banquet-list ul li {
    height: 350px;
    margin: 0 0 20px 0;
}
.banquet-list ul li .inn p{display: none;}
.banquet-list ul li .inn #title{line-height: 120%;}
.banquet-list ul li .inn .bt{
	width: 220px;
}
.banquet-list ul li .inn .bt span{padding: 7px 0;font-size: 12px;}
.partyscene .other-list {
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
    border-top:1px solid #ddd;
}
.partyscene .other-list ul li {
    width: 100%;
    margin: 0 0 40px 0;
}
.partyscene .other-list ul li .pic {
    margin: 0 0 20px 0;
    height: 200px;
    background-size: cover;
    background-position: center center;
}
.partyscene .other-list ul li p{
	font-size: 13px;
	line-height: 150%;
}

.party #section hr.cept{
	margin:12px auto 12px;
}
.party #section .lead{
	text-align: left;
}
.party #section .lead br{display: none;}
.spec {
    margin: 0 0 30px 0;
    padding: 0 20px;
}
.spec dl{
	width: 100%;
	color: #555;
}
.spec dt {
	display: block;
    width: 100%;
    font-size: 12px;
    padding: 10px 0px;
    vertical-align: middle;
    line-height: 1;
    border: none;
}
.spec dd {
    display: block;
    font-size: 12px;
    vertical-align: middle;
    padding: 12px 0px 12px 0px;
    line-height: 1;
}
.partyscene .md {
    margin-bottom: 20px;
    font-size: 20px;
}
.partyscene .md span {
    padding: 5px 10px;
}
.partyscene ul li {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
}
#section.restaurant .partyscene ul li {
    width: 100%;
}
.partyscene ul li h3 {
    font-size: 17px;
}
.partyscene ul li p{
	font-size: 13px;
}
.photogallery {
    padding: 40px 0 40px 0;
    background-size: contain;
}
.photogallery #title{margin: 0 0 30px 0;}
.photogallery .tmb {
    margin: 0 5px;
}
.photogallery .lead {
    margin: 70px 0 0 0;
    font-size: 13px;
}
.pic-cept {
    height: 450px;
}
.pic-cept .inn {
    font-size: 15px;
    line-height: 180%;
}
.pic-cept.fuji{
	background-position: left center;
}

/*concept*/
.concept .main {
    overflow: hidden;
    padding: 78px 20px 0;
}
.concept .main .pic {
    width: 100%;
    height: 400px;
    float: none;
}
.concept .main .txt {
    float: none;
    width: 100%;
    height: auto!important;;
}
.concept .main .txt .inn {
    position:relative;
    top:auto;
    left:auto;
    -webkit-transform: inherit;
    transform:inherit;
    width: 100%;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
    padding: 30px 0 15px;
}
.concept .main .txt .inn h2 {
    font-size: 35px;
    margin: 0 0 10px 0;
}
.concept .main .txt .inn p {
    font-size: 16px;
}
.concept .main .txt .bt {
    position:relative;
    left: auto;
    bottom:auto;
}
body.concept #section {
    padding-top: 0px;
}
.concept-lead {
    padding: 50px 0 30px 0;
}
.loop-slide {
    margin: 0 0 50px 0;
}
.loop-slide .tmb {
    width: 180px;
    height: 180px;
    margin: 0 5px;
}
.feature {
    padding: 20px;
}
.feature .box {
    height: auto;
}
.feature .box .pic {
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
}
.feature .box .txt {
    float: none;
    width: 100%;
    height: auto!important;
}
.feature .box .txt .inn {
    position:relative;
    top: auto;
    left: auto;
    -webkit-transform: inherit;
    transform:inherit;
}

.feature .box .pic .tmb {
    height: 200px;
}
.feature .slick-dots {
    bottom: -30px!important;
}
.feature .box .txt h3 {
    font-size: 30px;
    text-align: center;
    margin: 0 0 10px 0;
    letter-spacing: 0.1em;
}
.feature .box .txt .lead {
    font-size: 17px;
    text-align: center;
    margin: 0 0 10px 0;
}

.feature .cept-txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 200%;
    padding: 50px 0;
    border-top:1px solid #333;
}
.feature .box.even .txt {
    float: none;
}
.feature .box.even .pic {
    float: none;
}
.feature .box.even .txt h3 {
    text-align: center;
}
.feature .box.even .txt .lead {
    text-align: center;
}

/*cuisine*/
.movie-cuisine{
	margin-top: 20px;
}
.cuisine .main {
    overflow: hidden;
    padding: 75px 20px 0;
}
.cuisine .main .pic {
    height: 500px;
}
.cuisine .main .pic h1 {
    font-size: 30px;
}
body.cuisine #section {
    padding-top: 0;
}
.select-cuisine {
    padding: 30px 20px 10px;
    overflow: hidden;
}
.select-cuisine ul li {
    display: inline-block;
    text-align: center;
    width: 49%;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
.select-cuisine ul li span {
    display: block;
    padding: 8px 0;
}
.cuisine-lead {
    padding: 40px 0 40px 0;
}
.cuisine-lead h2 {
    font-size: 17px;
    margin: 0 0 15px 0;
}
.cept-chef {
    background-attachment:inherit;
    height: 250px;
    margin: 0 0 50px 0;
}
.chef h2 {
    font-size: 24px;
    top:auto;
    text-align: center;
    margin: 0 0 20px 0;
}
.chef {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 150px;
    position: relative;
}
.chef .pic {
    width: 100%;
    margin: 0 auto 15px;
}
.chef h2::after {
    display: none;
}
.chef .copy{display: none;}
.cuisine .feature h2 {
    font-size: 45px;
    top: -50px;
    right: 5px;
}
.cuisine .feature {
    padding: 30px 20px;
}
.cuisine .feature .box {
    margin: 0 0 30px 0;
    height: auto!important;
}
.cuisine .feature .box .txt {
    border-top: none;
}
.cuisine .feature .box .txt h3 img {
    height: 40px;
}
.cuisine .feature .box .txt h3 {
    margin: 0 0 15px 0;
}
.cuisine .feature .box .txt .lead {
    font-size: 16px;
    padding: 0;
    margin: 0 0 10px 0;
}
.feature .box .txt p br{display: none;}
.nv-cuisine {
    padding: 20px;
}
.nv-cuisine .inn {
    height: 400px;
    background-attachment:inherit;
}
.nv-sweets {
    padding: 20px;
}
.nv-sweets .inn {
    height: 400px;
    background-attachment:inherit;
}
.chef p.sp{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "Times New Roman", Times, 'YuMincho', '游明朝','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 16px;
    line-height: 180%;
    font-weight: normal;
    margin: 0 0 0px 0;
    color: #ac8700;
}

/*dress*/

.dress .main {
    padding: 0 20px;
}
.dress .main .pic {
    height: 150px;
}
.dress-concept {
    padding: 50px 20px ;
}
.dress-concept .inn {
    height: 595px;
    width: 100%;
}
.dress-concept h2 {
    font-size: 50px;
    padding: 60px 0 20px 20px;
}
.dress-concept h2::before {
    top: 1px;
    left: 0;
    width: 100px;
    height: 1px;
}
.dress-concept h2 span {
    font-size: 19px;
    padding-left: 2px;
}
.dress-concept p.lead {
    padding-left: 23px;
}
.dress-concept .pic01 {
    position: absolute;
    top: 0px;
    right: -60px;
    z-index: -1;
    width: 70%;
}
.dress-concept .pic01 img {
    width: 100%;
    height: auto;
}

.dress-concept .pic02 {
	width: 100%;
    bottom: 0px;
    left: 0px;
}
.dress-concept .pic02 img {
    width: 100%;
    height: auto;
}
.dress-concept p.lead-btm {
    margin: 60px 0 0 0;
}
.dress-concept p.lead-btm::before {
    height: 70px;
    top: -80px;
}
.dress .photogallery #title {
    margin: 0 0 10px 0;
}
.dress .photogallery p {
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0 20px;
    font-size: 13px;
}
.dress .photogallery {
    padding: 30px 0 30px 0;
}
.dress .photogallery:last-child{padding-bottom: 60px;}


/*home*/
#main {
    padding: 78px 20px 20px;
    background-image: url(../../img/bg.jpg);
    background-repeat: repeat-x;
    background-color: #fff;
}
#main .pic {
    height: 450px;
    background-position: 70% bottom;
}
#main .pic h2 {
    top: 30%;
    left: 50%;
    -webkit-transform: translateY(-30%) translateX(-50%);
    transform: translateY(-30%) translateX(-50%);
    width: 90%;
    padding-left: 60px;
    font-size: 18px;
    line-height: 150%;
}
#main .pic h2::before {
    width: 50px;
}
.bnr-mv {
    width: 70%;
    padding: 5px;
    bottom: 12px;
    left: 12px;
}
.bnr-mv img{width: 100%;height: auto;}
#fair-box {
    padding: 20px 20px 40px;
}
#fair-box .title-box p{text-align: center;}
#fair-box p{
	text-align: left;
}
#fair-box p br{display: none;}
#fair-box .inn {
    width: 100%;
}
.top-plan {
    width: 100%;
    margin: 0 0 30px 0;
}
.fair-cal {
    float: none;
    width: 100%;
    border-top: none;
}

.movie .inn img {
    height: auto;
    width: 80%;
}
#concept-box {
    padding: 10px;
}
#concept-box .inn {
    height: 300px;
    background-position: 65% center;
}
#concept-box .inn .txt h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
}
#concept-box .inn .txt .lead-copy{display: none;}
#concept-box .inn .txt p {
    font-size: 11px;
    margin: 0;
}
#concept-box .inn .txt {
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translateY(-80%) translateX(-50%);
    transform: translateY(-80%) translateX(-50%);
    width: 92%;
    z-index: 1;
    text-align: left;
    vertical-align: middle;
    color: #fff;
}
#bnr-list {
    padding: 20px 20px;
}
#bnr-list .inn {
    width: 100%;
}
#bnr-list .inn ul li {
    width: 49%;
    margin: 0 2% 2% 0;
    padding: 5px;
    background-color: #fff;
}
#bnr-list .inn ul li:nth-child(3n){margin: 0 2% 2% 0;}
#bnr-list .inn ul li:nth-child(2n){margin: 0 0 2% 0;}
#other-box {
    padding: 30px 20px;
}
#other-box ul li {
    width: 100%;
    float: none;
    margin: 0 0 40px 0;
}
#other-box ul li .pic {
    height: 180px;
}
#other-box ul li p{font-size: 13px;line-height: 170%;}
#news-box {
    padding: 0 20px 50px;
}
#news-box .title-box {
    padding-top: 40px;
}
#news-box ul {
    width: 100%;
    margin: 0 auto 20px;
}
#news-box ul li{
	width: 49%;
	margin: 0 2% 5% 0;
	float: left;
}
#news-box ul li:nth-child(2n){
	margin: 0 0 5% 0;
}

#our-wedding {
    background-attachment:inherit;
    padding: 50px 10px 5px;
    position: relative;
}
#our-wedding .inn h2 {
    font-size: 28px;
    line-height: 130%;
}
#our-wedding .inn .lead {
    margin:10px 0 20px 0;
    padding: 0;
}
#our-wedding .inn ul li {
    margin: 10px 0;
    position: relative;
    height: 250px;
}
#our-wedding .inn ul li .pic {
    float: none;
    width: 98%;
    height: 250px;
    background-position: 99.5% center;
}
#our-wedding .inn ul li .txt {
    float: none;
    width: 100%;
    height: auto;
    position:absolute;
    top:0;
    right: 0;
}
#our-wedding .inn ul li .txt .box {
    position:relative;
    top:auto;
    left:auto;
    -webkit-transform:inherit;
    transform:inherit;
    text-align: right;
    margin: 20px 0 0 0;
}
#our-wedding .inn ul li .txt .box h3 {
    font-size: 27px;
}
#our-wedding .inn ul li .txt .box p {
    font-size: 12px;
    margin: 0 0 12px 0;
}
#our-wedding .inn ul li.even .txt {
    float: none;
    margin: 130px 0 0 0;
}
#our-wedding .inn ul li.even .txt .box {
    text-align: left;
}
.o-ceremony .pic{
	background-image: url(../../img/tmb-ceremony-sp.png);
}
.o-banquet .pic{
	background-image: url(../../img/tmb-banquet-sp.png);
}
.o-cuisine .pic{
	background-image: url(../../img/tmb-cuisine-sp.png);
}
.o-dress .pic{
	background-image: url(../../img/tmb-dress-sp.png);
}


/*fair*/
.pickUpFair {
   padding: 25px 20px;
}
.pickUpFair .md {
    font-size: 17px;
    margin: 0 0 15px 0;
}
.fairWrap .pickUpFair dl {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
}
.fairWrap .pickUpFair dl:last-child{margin: 0;}
.fairWrap .pickUpFair dl .date {
    font-size: 12px;
    padding: 10px 0 2px 0;
}
.fairWrap .pickUpFair dl .titleFair {
    font-size: 14px;
}
.fairWrap .pickUpFair dl .pic .fairTxtInfo {
    padding: 12px;
}
.fairList {
    width: 100%;
}
.fairList dt {
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 0px;
    text-align: left;
    border-right: none;
    border-bottom: 1px solid #ddd;
}
.fairList dt .inn {
    padding: 5px 10px;
}
.fairList dt .day {
    font-size: 16px;
    margin: 0 0 0px 0;
    display: inline-block;
}
.fairList .otherFair {
    font-size: 12px;
    display: inline-block;
}
.fairList dd {
    display: block;
    width: 100%;
}
.fairList .inn {
    padding: 5px 5px 10px 5px;
}
.fairList .inn .fairTxtInfo .titleFair {
    font-size: 15px;
    padding: 7px 0;
    line-height: 130%;
}
.fairList .inn .fairTxtInfo ul.icon {
    padding: 5px;
}
.fairList .inn .fairTxtInfo ul.icon li span,
.topics ul.icon li span {
    display: block;
    padding: 2px 7px;
    font-size: 10px;
}
.fairList .inn p {
    font-size: 12px;
    margin: 5px 0;
}
.fairList .inn .fairTxtInfo .bt ul {
    margin-top: 10px;
}
.fairList .inn .fairTxtInfo .bt ul li {
    width: 100%;
    float: none;
    margin: 0 0 4px 0;
    padding: 0;
}
.fairList .inn .fairTxtInfo .bt ul li span {
    padding: 7px 0;
    font-size: 13px;
}
.fair_category ul li span {
    padding: 3px 6px;
    font-size: 11px;
}
#fair h2 span {
    font-size: 12px;
    padding: 0 0 8px 0;
}
.fairWrap h2 {
    font-size: 17px;
    line-height: 150%;
    margin-bottom: 15px;
}
#fair .topics .time dl{width: 100%;text-align: center;margin-bottom: 0px;display: inline-block;padding: 0 20px;}
#fair .topics .time dt {
    width: 100%;
    display:block;
    font-size: 13px;
    padding: 2px 10px;
}
#fair .topics .time dd{
	font-size: 13px;
	padding: 10px 0;
	display:block;
}
#fair .topics {
    text-align: center;
}
.fair_inn {
    width: 100%;
    margin: 0px auto;
    padding: 20px 20px 30px;
}
.fairBox .pic {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
.fairBox .txt {
    float: none;
    width: 100%;
}
.fairBox .txt p {
    font-size: 14px;
    margin: 0 0 15px 0;
}
.fairBox .txt .privilege {
    padding: 13px;
    margin-bottom: 10px;
}
.fairBox .txt .privilege .hd {
    font-size: 14px;
    margin: 0 0 6px 0;
    padding: 0px 0 5px 0;
}

.fairBox .txt .reserveBox .timelist {
    float: none;
    width: 100%;
    text-align: center;
}
.fairBox .txt .reserveBox .bt span {
    padding: 7px 0;
}
.fairBox .txt .reserveBox .tel {
    font-size: 22px;
    margin-top: 20px;
    float: none;
    width: 100%;
}
.fairBox .txt .reserveBox .tel p {
    font-size: 12px;
}
.fairBox .txt .reserveBox .tel a:link{color: #000;}
.fairBox .txt .reserveBox .tel a:hover{color: #000;}
.fairBox .txt .reserveBox .tel a:visited{color: #000;}
.fairBox .txt .reserveBox .tel a:active{color: #000;}

.fairBox {
    margin: 0 0 40px 0;
}

.contentTitle {
    margin-bottom: 20px;
    font-size: 15px;
}

.contentList ul li .pic {
    width: 100%;
    float: none;
    margin-bottom: 12px;
}
.contentList ul li .txt {
    width: 100%;
    float: none;
    font-size: 12px;
}
.contentList ul li .txt .title {
    font-size: 15px;
    margin: 0 0 7px 0;
}
.btnBox .bPrev {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.btnBox .bDown {
    float: none;
    width: 100%;
    margin: 0 ;
}
.bPrev span {
    padding: 12px 0;
    width: 99%;
    font-size: 13px;
}
.bDown span {
    padding: 12px 0;
    width: 99%;
    font-size: 13px;
}
.fairInfoSection {
    margin: 0 0 50px 0;
}
#fair .mailform .md {
    font-size: 16px;
    margin-bottom: 12px;
}
.otherFairList .md {
    font-size: 16px;
    margin-bottom: 12px;
    text-align: left;
}
#fair .mailform {
    margin: 0 auto 40px;
    padding: 0;
}

.fairWrap .pickUpFair::before {
    height: 40px;
    top: -20px;
    left: 50%;
}
.pickUpFair .title {
    font-size: 18px;
    margin-bottom: 20px;
}
.pickUpFair .title span {
    margin-top: 0px;
    font-size: 12px;
}
.fairWrap .pickUpFair dl .pic .fairTxtInfo {
    padding: 10px;
}
.fairWrap .pickUpFair dl .date {
    font-size: 12px;
    padding: 0px 0 3px 0;
}
.fairWrap .pickUpFair dl .titleFair {
    font-size: 14px;
    line-height: 150%;
}

.full_cal {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 20px;
}
.fairList .inn .fairTxtInfo p {
    font-size: 12px;
}
.fairBox .txt .reserveBox .hd{text-align: center;}

.btSelect ul li{margin: 0 0 7px 0;}
.btSelect ul li:first-child{
	opacity: 0.5;
}
	
#mnsry_container article {
    width: 48%!important;
    padding: 0 1% 6%;
}
article.item .pic {
    margin: 0 0 10px 0;
}
article.item hr{margin:10px auto 10px;}

/*---------------------------------------------------------------------------------------------------------------------------------------- 800px */
}


@media screen and (max-width: 320px) {
	
/*---------------------------------------------------------------------------------------------------------------------------------------- 320px */
}


























