@charset "UTF-8";
html {
	font-size: 62.5%; /* 10px */
}

html,body {
	height: 100%;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.guide_line_wrap {
	text-align: center;
	margin-top: 28px;
}

.guide_line_wrap a {
	color: #333;
	font-family: sans-serif;
	font-size: 3.2vw;
	line-height: 1.5;
	border-bottom: solid 1px #333;
	display: inline-block;
	padding-bottom: 6px;
}

#main-visual {
    background-color: #f6f6f6;
    height: 100vh;
}

h1 .prefix {
    font-size: 1.4rem;
    padding-top: 3px;
    padding-right: 5px;
}

.inner {
    width: 100%;
    margin: 0 auto;
}

/* header */
#top-head {
    width: 100%;
    line-height: 1;
    z-index: 999;
    position: absolute;
    top: -100px;
    margin-top: 100px;
}

#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}

#global-nav ul {
    list-style: none;
    font-size: 16px;/*変更*/
}

#global-nav ul li a {
    /*padding: 0 10px;*/
    display: block;
}

.logo a {
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    background: #fff;
    background-color: #74673E;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    border-bottom: 1px solid #000;
    box-shadow: 0px 2px #fff;
}
#top-head.fixed .logo {
    font-size: 20px;
    color: #fff;
    /*text-shadow: none;*/
}

#top-head.fixed #global-nav ul li a {
    color: #fff;
}

/* Toggle Button */
#nav-toggle {
    width: 33px;
    height: 30px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 28px;
	height: 23px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

/*クリックアニメーション*/

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-315deg);
	transform: translateY(11px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}

.sp_menu_tex {
    font-family: sans-serif;
    font-size: 2.5vw;
}

/*ヘッダー予約ボタン*/
.sp_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

/*ヘッダー*/
#top-head .logo {
    font-size: 22px;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 5px #000;
}

/*カレンダーアイコン*/
.rsv {
    color: #fff;
    text-align: center;
    background-color: #ff6801;
    padding: 6px 3px;
    border-radius: 3px;
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 11px;
    box-sizing: border-box;
}

.rsv i {
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
}

/*cssスライド*/
.image-crossfader {
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.image-crossfader-inner {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: opacity 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
}


/*下部固定ナビ*/
.fixde_btm_navi {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
}

.fixde_btm_navi ul {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: center;
    border-bottom: solid 1px #ccc;
}

.fixde_btm_navi li a {
    font-size: 3.4375vw;
    font-family: sans-serif;
    font-weight: bold;
}

.fixde_btm_navi li a {
    display: block;
}


.fixde_btm_navi li:first-child {
    flex: 0 0 40%;
}

.fixde_btm_navi li:not(:first-child) {
    flex: 0 0 30%;
}

.btm_fair a {
    background-color: #74673E;
    padding: 3.5% 0;
    color: #fff;
}

.btm_tel a,.btm_rsv a {
    padding: 3% 0;
    color: #555;
}

.btm_rsv {
    border-left: solid 1px #ccc;
}


.fixde_btm_navi .icon {
    padding-right: 3%;
}

.btm_tel .icon {
   font-size: 4.0625vw;
}

/*スライド*/
.slide {
	width: 100%;
	height: 100vh;
}

/*トップロゴ*/
.main_image {
    position: relative;
}

.top_logo {
    margin: 0 auto;
    width: 86%;
}

.top_copy {
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}

.top_copy h2 {
    font-size : 5vw;
    font-weight: normal;
    line-height: 1.5em;
    text-align: center;
}

.logo_box p {
    font-size: 4.375vw;
    text-align: center;
    line-height: 1.5em;
     padding-top: 3%;
}

.top_tel a {
    color: #333;
}

/*カニバナー*/
.kani {
    background: url(../img/banner/kani/banner_tasting_on.jpg) no-repeat center;
    background-size: contain;
}


/*共通タイトル*/
.main_logo {
    text-align: center;
    line-height: 1.5em;
    font-size: 5.9375vw;
    color: #74673E;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.lead_tex {
    text-align:center;
    line-height: 1.5em;
    font-family: sans-serif;
    font-weight: bold;
    color:#663300;
    padding-top: 4%;
    font-size: 4.0625vw;
}

.main_tex {
    font-family: sans-serif;
    line-height: 1.6em;
    font-size: 1.3rem;
    padding-top: 4.8%;
    color: #333;
}

/*選ばれる理由部*/
#reason {
    padding-top: 10%;
}

.reason_inner {
    margin: 0 5%;
    padding-bottom: 10%;
}

.reason_inner ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 8%;
}

.reason_inner li {
    width: 32.6%;
}

/*ウェディング部*/
.wedding {
    margin:0 5%;
}

.wedding h3 {
    width: 80%;
    margin:0 auto;
    padding: 6% 4%;
}

/*フェアアバナー*/
.banner_text {
    padding-top: 6%;
    border-bottom: solid 2px #ccc;
    padding-bottom: 10%;
    margin: 0 5%;
}

.banner_text p {
    font-family: sans-serif;
    color: #333;
    line-height: 1.5em;
    font-size: 3.75vw;
}

/*mlogo*/
 .mlogo {
    width: 54%;
    margin: 0 auto;
    padding: 8% 0 ;
 }

/*料理部*/
.cuisine_box {
    padding-top: 8%;
}

/*新着情報部*/
.news_box {
    margin: 0 auto;
}

.news_inner dd strong {
    color: #d22929;
}

.news_box h3 {
    color: #942e3a;
    font-family: 'Italianno', cursive;
    font-size: 8.75vw;
    border-left: solid 3px #942e3a;
    padding-left: 3%;
}

.news_contWrap {
    padding-top: 3%;
}

.news_head {
    font-size: 11.25vw;
}

.news_box dl {
    font-family: sans-serif;
}

.news_box dl dd a {
    color: #333;
}

.news_box .news_sub {
    color: #333;
    font-size: 3.75vw;
    display: inline-block;
    padding-left: 3.2%;
}

/*プロデュース会場*/
.pd_bunner a {
    display: block;
}

.pd_box a {
    color: #000;
}

/*プロデュースバナー*/
.pd_bg {
	height: 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 33%;
}

/*ポータルサイト部*/
#PortalList {
    padding-top: 6%;
		padding-bottom: 36px;
}

.la_pd {
    margin: 0 5%;
}

#PortalList ul {
    padding-bottom: 8%;
}

#PortalList ul li:not(:last-child) {
    padding-bottom: 5%;
}

.footer_container dl dd a {
    font-weight: bold;
}

.my_pageWrap {
    padding-bottom: 4%;
}

/*フッター*/
.contact {
    text-align: center;
    padding-top: 8%;
}

.footer_container dl {
   font-family: sans-serif;
}

.footer_container dl dt {
   font-weight: bold;
}

.contact a {
    color: #333;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
}

.contact  dl {
    padding-top: 4%;
    font-size: 1.4rem;
    font-weight: bold;
    color:#333;
    font-family: sans-serif;
}

.contact  dl dt {
    margin-bottom: 0.5em;
}

.la_pd {
    padding-top: 6%;
    border-bottom: solid 2px #333;
}

/*予約ボタン*/
.rsv_box {
     display: -webkit-flex;
     display: flex;
     justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding-top: 6%;
}

.rsv_box a {
    display: block;
    color: #fff;
    font-family: sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    padding-top: 3%;
    padding-bottom: 3%;
    width: 48%;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.visit {
    background-color: #e74e1b;
}

.doc {
    background-color: #535353;
}

.btn_rsv span {
    padding-left: 10%;
}

/*アドレス*/
.address {
    padding: 6% 0;
}

.address p {
    font-family: sans-serif;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
    line-height: 1.5em;
}

/*コピーライト*/
.copy_right {
    background-color: #000;
    text-align: right;
}

.copy_right h6 {
    color:#fff;
    font-size: 3.59375vw;
    padding: 3% 0;
}

/*バナーフラッシュ*/

.flash {
    transition: all 0.5s ease-in-out 0s;;
    display: block;
}

.flash :hover {
	opacity: 0.6;
	animation: flash 1s;
  -webkit-animation: flash 1s;
}


@keyframes flash {
  0% { opacity: 1; }
  10% {opacity: 0.6;}
  100% { opacity: 1 }
}

@-webkit-keyframes flash {
  0% { opacity: 1; }
  10% {opacity: 0.6;}
  100% { opacity: 1 }
}

/*========================767以下========================*/
@media screen and (max-width: 767px) {
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        height: 55px;
        z-index: 999;
        position: relative;
        border-bottom: 1px solid #000;
        box-shadow: 0px 2px #fff;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 3%;
        background-color: #74673E;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        color: #fff;
        font-size: 1.8rem;
        text-shadow: none;
    }
    #global-nav {

        background: rgba(255,255,255,0.9);
        width: 100%;
        text-align: center;
        display: none;

    }
    #global-nav ul {
        font-size: 14px;
        height: 100vh;
        padding-top: 8%;
    }
    .pc_rsv {
        display :none;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #666;
        padding: 5.5% 0;
        font-family: sans-serif;
        font-size: 1.6rem;
    }
    #nav-toggle {
        display: block;
    }

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav クリックアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(635px);
        -webkit-transform: translateY(635px);
        transform: translateY(635px);
        height: 100vh;
    }

.burger_btn_wrap {
    padding-right: 16px;
}

.pc {
    display: none;
}

.logo_box {
    position: absolute;
    top: 42%;
    z-index: 99;
    width: 100%;
}

/*カニバナー*/
.kani {
    margin: 3% 10% 0;
}

.kani a {
    opacity: 0.0;
}

.cont_wrap {
    margin:10% 5% 6% 5%;
}

/*cssスライド*/
.image-crossfade {
    height: 100vh;
}

.image-crossfader-inner:nth-child(1) {
  background-image: url(../img/slide/001_sp.jpg);
}
.image-crossfader-inner:nth-child(2) {
  background-image: url(../img/slide/002_sp.jpg);
}
.image-crossfader-inner:nth-child(3) {
  background-image: url(../img/slide/003_sp.jpg);
}
.image-crossfader-inner:nth-child(4) {
  background-image: url(../img/slide/004_sp.jpg);
}
.image-crossfader-inner:nth-child(5) {
  background-image: url(../img/slide/005_sp.jpg);
}


.skippr {
   margin-top: 8%;
}


/*トップコピー*/
.top_copy {
    padding: 7% 3%;
}

/*フェア部*/
.fair_wrap {
    margin: 8% 5% 0;
}

.fair_box {
    border: solid 2px #ccc;
}

.wedding h3 {
    margin-top: 5%;
}

.LUptn {
    margin: 0 5%;
}

/*選ばれる理由部*/
.reason_inner {
    border-bottom: solid 2px #ccc;
}

/*プランバナー部*/
.banner_col1_box {
    margin: 0 10%;
}

/*ウェディングバナー部*/
.center_box {
    margin: 0 5%;
}

.wedding_banner {
    border-bottom: solid 2px #ccc;
    padding: 8% 0;
}

.wedding_banner a {
    border: solid 2px #ccc;
    box-sizing: border-box;
}

/*猫くじバナー*/
.cat {
    margin: 10% 5% 0;
}

 /*料理部*/
.cuisine_wrap {
  margin:0 5%;
}

/*プラン部*/
.plan_wrap {
    margin:0 5%;
    border-bottom: solid 2px #ccc;
    padding-bottom: 10%;
}

/*ドレス＆レポート部*/
.banner_s {
    margin: 0 10%;
}

.dress_wrap {
    margin: 0 5%;
}

.banner_bg_m {
    border-bottom: solid 2px #ccc;
    padding-bottom: 10%;
}

.banner_bg_m:last-child {
    padding-top: 8%;
    border-bottom: solid 2px #ccc;
    padding-bottom: 10%;
}

 /*アクセス部*/
.access_box {
    margin: 0 5%;
    border-bottom: solid 2px #ccc;
    padding-bottom: 8%;
}

/*新着情報部*/
.news_box {
    margin: 8% 5% 0;
}

.news_box dl {
    border-bottom: dotted 1px #ccc;
    padding-bottom: 6px;
    font-size: 1.3rem;
}

.news_contWrap .news_inner:not(:first-child) {
    padding-top: 5px;
}

.news_box dl dd {
    padding-top: 5px;
    line-height: 1.5em;
    display: inline;
}

.news_inner dt {
    padding: 3% 0;

}

.news_inner dd strong {
    font-size: 3.75vw;
}

.news_cont {
    padding-left: 2%;
}

/*プロデュース部*/
.produced_btn {
    text-align: center;
    background-color: #f2f2f2;
    padding: 3% 0;
    margin-top: 10%;
    border-bottom: solid 3px #ccc;
    border-right: solid 2px #ccc
}

.produced_btn p {
    font-family:sans-serif;
    font-weight: bold;
    font-size: 3.75vw;
    color: #666;
    line-height: 1.5em;
}

.produced_btn span {
    color: #bb4e53;
    padding-left: 6%;
}

/*プロデュース会場*/
.pd_cont {
    display: none;
}

.pd_box {
    background-color: #f6f6f6;
    padding-top: 10%;
}

.pd_bunner {
    margin-bottom: 8%;
}

/*プロデュースバナー*/
.pd_bunner {
	display: flex;
	align-items: center;
	background-color: #fff;
	box-sizing: border-box;
	border-bottom: solid 2px #000;
}

.pd_text {
	display: flex;
	justify-content: space-between;
	width: 62%;
	padding-left: 2%;
}

.pd_text dl {
	display: flex;
	align-items: center;
	font-size: 3.4375vw;
	font-family: sans-serif;
	font-weight: bold;
}

.pd_text span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #ef0707;
}

/*ポータルサイト部*/

#PortalList ul li:last-child {
     /*padding-bottom: 8%;*/
}

.my_page {
    margin: 0 auto;
    width: 64%;
}

/*フッター*/
.close  {
	display: none;
}

footer {
    padding-top: 10%;
}

.footer_container {
    margin: 0 10%;
}

.fLogo {
    width: 64%;
    margin: 0 auto;
}

.footer_container dl dt {
   background-color: #f2f2f2;
   border-bottom: solid 2px #ccc;
   color: #666;
   line-height: 2.5em;
   font-size: 1.3rem;
   letter-spacing: 0.1em;
   margin-bottom: 5%;
   text-align:center;
   position: relative;
}

.footer_container dl dt span {
    position: absolute;
    top: 27%;
    right: 4%;
}

.footer_container dl dd {
    padding-bottom: 5%;
    text-align:center;
    font-size: 1.3rem;
}

.footer_container dl dd a {
    color: #777;
}

/*アドレス*/
.address {
    text-align: center;
}

/*コピーライト*/
.copy_right {
    padding-bottom: 7%;
    text-align: center;
}

}

/*========================768px以上========================*/
@media (min-width:768px) {

	.guide_line_wrap {
		margin-top: 34px;
	}

	.guide_line_wrap a {
		font-size: 15px;
	}

.cont_wrap {
    padding: 31px 0 45px;
}

.sp {
    display: none;
}

/*ヘッダー*/
#top-head {
    height: 55px;
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

h1 .prefix {
    font-size: 15px;
}

#global-nav ul {
    font-size: 16px;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#global-nav ul li {
    text-shadow: 0px 0px 5px #000;
}

.logo_box {
    position: absolute;
    top: 44%;
    z-index: 99;
    width: 100%;
}

.skippr {
    min-width: 980px;
}

.slide {
	width: 100%;
	height: 100vh;
}

/*ヘッダー*/
#top-head .inner {
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-jalign-items: center;
	align-items: center;
	width: 95%;
	max-width: 1600px;
    margin: 0 auto;
}

 /*バーガーボタン*/
    .sp_btn {
        display: none;
    }

/*カレンダーアイコン*/
.rsv {
    display: none;
}

/*ナビ*/
#global-nav ul li:not(:last-child) {
    padding-right: 24px;
}

.text {
	width: 980px;
	margin: 0 auto;
	padding-top: 30px;
}

/*ナビ来館*/
#top-head.fixed #global-nav ul li:last-child {
    background-color: #ff6801;
    box-sizing: border-box;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}

.pc_rsv a {
    padding: 6px;
}

/*トップコピー*/
.top_logo {
    width: 474px;
}

.top_copy {
    text-align: center;
}

.top_copy h2 {
    font-size: 24px;
    padding-top: 24px;
}

.logo_box p {
    font-size: 16px;
    padding-top: 13px;
}

/*トップコンタクト*/
.contact_top {
    position: absolute;
    top: 110px;
    right: 3%;
    z-index: 97;
    color: #333;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: -1px -1px #fff,1px -1px #fff,-1px 1px #fff,1px 1px #fff;
    text-align: center;
}

.top_tel {
    font-family: serif;
    font-size: 26px;
    letter-spacing: 0.1em;
    padding: 3px 0;
}

.top_tel a {
    color: #333;
}

.top_store ,.top_desk,.top_hours {
     font-size: 12px;
}

.top_hours {
    padding-top: 3px;
}

/*cssスライド*/
.image-crossfade {
    height: 100vh;
}

.image-crossfader-inner:nth-child(1) {
  background-image: url(../img/slide/001_pc.jpg);
}
.image-crossfader-inner:nth-child(2) {
  background-image: url(../img/slide/002_pc.jpg);
}
.image-crossfader-inner:nth-child(3) {
  background-image: url(../img/slide/003_pc.jpg);
}
.image-crossfader-inner:nth-child(4) {
  background-image: url(../img/slide/004_pc.jpg);
}
.image-crossfader-inner:nth-child(5) {
  background-image: url(../img/slide/005_pc.jpg);
}

/*下部固定ナビ*/
.fixde_btm_navi li a {
    font-size: 14px;
}

.btm_tel .icon {
    font-size: 13px;
}

.fixde_btm_navi .icon {
    padding-right: 8px;
}

.fixde_btm_navi {
    width: 606px;
}

/*カニバナー*/
.kani_wrap {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.kani {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    width: 342px;
    height: 123px;
    background: url(../img/banner/kani/banner_tasting_on.jpg) no-repeat center;
    background-size: 342px 123px;
}

.kani a:hover {
    opacity: 0.0;
}

/*猫くじバナー*/
.cat {
    padding: 30px 0;
    width: 980px;
    margin: 0 auto;
}

/*猫くじ用下線：終わったら取る*/
.sp_bg {
    border-top: solid 2px #f6f6f6
}

/*共通タイトル*/
.main_logo {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 37px;
}

.lead_tex {
    font-size: 18px;
    padding-top: 2px;
}

.main_tex  {
    font-size: 15px;
    text-align: center;
    padding-top: 15px;
}

#Heatful h4 {
    padding-top: 38px;
}

/*選ばれる理由部*/
#reason {
    padding-top: 38px;
    background-color: #f6f6f6;
}

.reason_inner {
    width: 884px;
    margin: 0 auto;
    padding-bottom: 63px;
}

.reason_inner ul {
    padding-top: 40px;
}

/*ウェディング部*/
.wedding {
width: 980px;
margin: 0 auto;
}

.wedding h3 {
    width: 446px;
    padding: 29px 14px;
}


/*フェアバナー*/
#fair {
    width: 100%;
    margin: 0;
}

#fair h4 {
    padding-top: 38px;
}

.LUptn {
    background: rgba(0, 0, 0, 0) url("../img/bg/l_up_ptn.png") no-repeat scroll left center / 50% auto;
}

.RUptn {
    background: rgba(0, 0, 0, 0) url("../img/bg/r_up_ptn.png") no-repeat scroll right center / 50% auto;
}

.LDptn {
    background: rgba(0, 0, 0, 0) url("../img/bg/l_down_ptn.png") no-repeat scroll left center / 50% auto;
}

.RDptn {
    background: rgba(0, 0, 0, 0) url("../img/bg/r_down_ptn.png") no-repeat scroll right center / 50% auto;
}

.banner_box {
    width: 884px;
    margin: 0 auto;
}

.fair_box {
    width: 884px;
    margin: 0 auto;
}

.banner_col2 {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	background-image: url(../../common/img/cmn/marble_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 10px;
	box-sizing: border-box;

}

.banner_b img {
    display: block;
	position: relative;
	z-index:-1;
}

.banner_a img {
    display: block;
	position: relative;
	z-index:-1;
}

.image_box {
	 position: relative;
      z-index: 1;
}

.banner_a {
    width: 603px;
	/*height: 395px;*/
}

.banner_b {
    width: 251px;
	/*height: 395px;*/
}

.luster {
    box-shadow:0px 0px 6px 3px #000000 inset;
	-moz-box-shadow:0px 0px 6px 3px 000 inset;
	-webkit-box-shadow:0px 0px 6px 3px 000 inset;
}

.fair_wrap {
    background-image: url(../img/bg/fair.jpg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 10px 0;
	margin-top: 45px;
}

#Equipment p {
    padding-bottom:43px;
}

/*mlogo*/
 .mlogo {
    width: 287px;
    padding: 69px 0 47px;
 }

#Equipment {
    border-top: solid 1px #f7e7df;
}

/*ウェディングバナー部*/
.banner_wed img {
    display: block;
	position: relative;
	z-index:-1;
}

.banquet_box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 916px;
	margin: 0 auto;
	box-sizing: border-box;
}

.banner_bg_s {
    background-image: url(../img/banner/marble_bg_s.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 10px;
	width: 442px;
	box-sizing: border-box;
}

.banner_col1_box {
    background-image: url(../img/bg/equipment.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 52px 0;
}

/*料理 アクセスバナー*/
.cuisine_wrap {
      background-image: url(../img/bg/cuisine.jpg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 10px 0;
}

.baner_l {
  width: 251px;
}

.banner_t img {
	display: block;
	position: relative;
	z-index:-1;
}

.banner_b img {
	display: block;
	position: relative;
	z-index:-1;
}

.buaner_r img {
    display: block;
	position: relative;
	z-index:-1;
}

.banner_low {
    margin-top: 10px;
}

/*プランバナー*/
.plan_wrap {
    background-image: url(../img/bg/plan.jpg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 10px 0;
}

/*レポート＆ドレスバナー*/
.dress_box {
    background-image: url(../img/bg/customer.jpg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 10px 0;
}

.dress_wrap {
    width: 812px;
    margin: 0 auto;
     display: flex;
    display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
}

.banner_bg_m {
    background-image: url(../img/banner/marble_bg_m.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 10px;
	width: 375px;
}

.banner_bg_m img {
    display: block;
	position: relative;
	z-index:-1;
}

/*アクセスバナー*/
.access_box {
    background-image: url(../img/bg/access.jpg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 10px 0;
}

/*新着情報部*/
#NEWS {
    padding: 30px 0;
}

.news_box {
    width: 884px;
    margin: 0 auto;
}

.news_box h3 {
    font-size: 34px;
    padding-left: 14px;
}

.news_contWrap {
    padding-left: 30px;
}

.news_contWrap dl  {
    border-bottom: dotted 1px #ccc;
    font-size: 15px;
}

.news_contWrap dt {
    padding-bottom: 8px;
}

.news_contWrap dl:not(:first-child) {
    padding-top: 20px;
}

.news_box dl {
    display: flex;
}

.news_inner dd strong {
    font-weight: normal;
    padding-right: 10px;
}

.news_head {
    font-size: 46px;
}

.news_box .news_sub {
    font-size: 14px;
    font-weight: normal;
    font-family: serif;
    padding-left: 8px;
}

.news_box dl dd {
    padding-left: 42px;
}

/*プロデュースバナー*/
.produced_btn h3 {
    width: 294px;
}

.produced_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 980px;
    margin: 0 auto;
    padding: 18px 0 20px;
}

.produced_btn p {
    font-family: sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-left: 38px;
    color: #663300;
}

.pd_box {
    width: 980px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 11px;
}

.produce_bg  {
    background: #d7d7d7; /* Old browsers */
    background: -moz-linear-gradient(top, #d7d7d7 0%, #fcfcfc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d7d7d7 0%,#fcfcfc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d7d7d7 0%,#fcfcfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-bottom: solid 1px #ccc;
}

.pd_inner {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: 4px;
}

.pd_bunner {
	width: 238px;
	border-bottom: solid 2px #362410;
	margin:0 0 4px 4px;
}

.pd_bg {
	width: 238px;
	height: 107px;
}

.pd_text {
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
	background-image: url(../../common/img/bg/w_bg_logo.png);
	background-repeat: no-repeat;
	/*height: 46px;*/
	border: solid 1px #fff;
}

.pd_text dl {
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: bold;
}

.pd_text dl dd {
		line-height: 1.5em;
}

.pd_text span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #ff0000 transparent;
	position: absolute;
	top: 3px;
	right: 6px;
}

/*ポータルサイト部*/
.la_pd {
    padding-top: 42px;
}

.check_now {
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 15px;
    padding-top: 10px;
}

#PortalList {
    width: 980px;
    margin: 0 auto;
    padding-top: 25px;
}

#PortalList ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 34px;
}

#PortalList ul li {
    flex: 0 486px;
    -webkit-flex: 0 486px;
}

#PortalList ul li:not(:last-child) {
    padding-bottom: 4px;
}

.my_pageWrap {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.my_page {
    width: 238px;
    height: auto;
}

/*フッター*/
.footer_inner {
    width: 980px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
     background-image: url(../../common/img/cmn/fbg.jpg);
     background-repeat: no-repeat;
     background-position: right;
     padding-top: 31px;
     padding-bottom: 23px;
}

.fLogo {
    /*width: 250px;*/
}

.contact_box {
    width: 250px;
}

.contact a {
    font-size: 30px;
}

.contact  dl {
    font-size: 12px;
}

.contact  dl dt {
    margin-bottom: 0.3em;
}

.rsv_box a {
    font-size: 13px;
}

.address {
    padding: 8px 0 12px 12px;
}

.address p {
    font-size: 13px;
}

.footer_container {
    padding-left: 36px;
}

.fotter_right {
    display: flex;
    display: -webkit-flex;
}

.footer2,.footer3 {

}

.footer_container dl {
    font-size: 13px;
}

.footer_container dl dt {
    padding-top: 12px;
}

.footer_container dl dd {
    padding-top: 11px;
    padding-left: 15px;
}

.footer_container dl dd a {
    color: #333;
}

/*コピーライト*/
.copy_right h6 {
    font-size: 13px;
    padding: 11px 56px 11px 0;
}
}
