@charset "UTF-8";
/*
  Theme Name: youseiden
*/
a{
    color: #323231;
}
ul li{
    list-style: none;
}
img{
    max-width: 100%;
    height: auto;
}
body,a,p{
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}
ol li {
	list-style-type: decimal !important;
	margin-left: 24px;/* リストの左側に余白 */
	text-align: left;
}
.archive p{
        line-height: 2;
}

.pc { display:inline; }
.sp { display:none; }

.position-re{position: relative;}
.position-ab{position: absolute;}
.p-footer__copyright{font-size: 14px;}
/* =============== */
.bg-white{background: #fff;}
.bg-gray{background: #eeeeec;}

.text-center{text-align: center;}
.text-left{text-align: left !important;}
.text-danger{color: #c30d23;}
.text-white{color: #fff !important;}

.border{border: 1px solid #d2d2d2;}
/* =============== */
.m-auto{margin: 0 auto !important;}

.mt-0{margin-top: 0 !important;}
.mt-20{margin-top: 20px !important;}
.mt-40{margin-top: 40px !important;}
.mt-60{margin-top: 60px !important;}
.mt-3em{margin-top:3em !important;}
.mt-100{margin-top: 8em !important;}

.mb-0{margin-bottom: 0 !important;}
.mb-20{margin-bottom: 20px !important;}

.mr-80{margin-right: 80px !important;}

.my-20{margin: 20px 0;}
.my-40{margin: 40px 0;}
.my-60{margin: 60px 0 !important;}
/* =============== */
.py-0{
    padding-top:0 !important;
    padding-bottom: 0 !important;
}
.py-20{padding: 20px 0  !important;}
.px-0{padding: 0 !important;}

.p-0{padding: 0 !important;}
.p-20{padding: 20px;}

.pt-0{padding-top: 0 !important;}
.pt-20{padding-top: 20px !important;}
.pt-60{padding-top: 60px !important;}

.pb-0{padding-bottom: 0 !important;}
.pb-20{padding-bottom: 20px !important;}
.pb-40{padding-bottom: 40px !important;}
.pb-60{padding-bottom: 60px !important;}
/* ================== */

/* header nav */
.p-show-menu-main{
    padding: 50px;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}
.menu-trigger {
  display: flex;
  width: 46px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top:16px;
  right: 12px;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
 }
 .menu-trigger.active {
   transform: translateX(-22vw);
   position: absolute;
}
 .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background-color: #c0c0be;
}
.menu-trigger.active span {
  background-color: rgba(40,40,40,0.8);
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  width: 100vw;
  max-width: 600px;
  height: 100%;
  padding-top: 10px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(600px);
  transition: all .5s;
  overflow: scroll;
}
nav.open {
  transform: translateZ(0);
}
nav li {
  /* color: #fff; */
  /* padding: 10px 0; */
}

.block-social{
    display: flex;
}
.social-item{
    padding: 20px 10px;
}
.social-item img{
    width: 30px;
    height: auto;
}

/* =================== */

/* tab */
section.typeA,section.typeB{
	display: flex;
	flex-wrap: wrap;
}

section.typeA .tabLabel {	/* タブ */
    padding: 8px 10px;
    margin: 7px;
	flex: 1;
	order: -1;
    color: #212628;
    background-color: #ffffff;
    border-bottom: 1px solid #d0ced0;
    border-right: 1px solid #d0ced0;
	background: #fff;
	transition: .5s ;
	cursor: pointer;
    text-align: center;
}
section.typeB .tabLabel {	/* タブ */
    padding: 8px 10px;
    margin: 7px;
	flex: 1;
	order: -1;
    color: #212628;
    background-color: #ffffff;
    border-bottom: 1px solid #d0ced0;
    border-right: 1px solid #d0ced0;
	background: #fff;
	transition: .5s ;
	cursor: pointer;
    text-align: center;
    max-width: 220px;
    width: 100%;
}

section.typeA .tabLabel:nth-last-of-type(1),section.typeB .tabLabel:nth-last-of-type(1){ margin-right: 0; }
section.typeA input,section.typeB input {		/* ラジオボタン非表示 */
	display: none;
}
section.typeA .content,section.typeB .content {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
/*アクティブ設定*/
section.typeA input:checked + .tabLabel,section.typeB input:checked + .tabLabel {
	color: #ad8247;
    background-color: #ffffff;
    border-bottom: 1px solid #ad8247;
    border-right: 1px solid #ad8247;
}
section.typeA input:checked + .tabLabel + .content ,section.typeB input:checked + .tabLabel + .content {
	padding: 15px 0;
	height: auto;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
}

/* ========== 挙式プランタブ ========== */
#tab_menu {
	display: flex;
	align-items: center;
    justify-content: center;
	width: 100%;
	padding: 0;
	margin: 0 0 1em 0;
}
#tab_menu li{
	max-width: 220px;
    width: 100%;
	padding: 12px 0 8px;
	margin: 0 7px 0 0;
	text-align: center;
	list-style: none;
	cursor: pointer;
	color: #212628;
	font-size: 100%;
    border-bottom: 1px solid #d0ced0;
    border-right: 1px solid #d0ced0;
}
#tab_menu li:last-child {
	margin-right: 0;
}
#tab_menu li.selected {
    color: #ad8247;
    background-color: #ffffff;
    border-bottom: 1px solid #ad8247;
    border-right: 1px solid #ad8247;
}
#tab_menu li:hover {
	opacity: 0.5;
}
#tab_menu li img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
	padding: 13.5px .4em 13.5px 0;
}
.tab_panel li{
    max-width: 890px;
    width: 100%;
}
/* ========== 挙式プランタブ END ========== */
/* tab END */

.contents-innner{
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    padding: 3rem;
}
.container-detail{
    max-width: 890px;
    margin: 0 auto;
}

.title__icon{
    margin: 0 auto 30px;
}

.first-block,.blog-block{
    width: 100%;
    float: left;
}
.first-block{
    max-width: 800px;
    /* text-align: center; */
}
.first-block figure{
    margin: 1em 0 ;
}
.blog-block{
    max-width: 800px;
    text-align: left;
}
.side-colomn .sidebar{
    max-width: 300px !important;
    float: right !important;
}
.c-section__title{
    line-height: 1.4em;
}

.page-left,.page-right{
    width: 100%;
    max-width: 380px;
    /* height: 86px; */
    padding: 0 20px;
    text-align: center;
    position: relative;
    max-width: 40%;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    border-bottom: 1px solid #ccc;
    margin: 0 5px;
}
.page-left a,.page-right a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 26px;
}
.page-left a{
    margin-left: 40px;
}
.page-right a{
    margin-right: 40px;
}

.page-left::before{
    content: "";
    display: inline-block;
    border-bottom: solid 3px #d8ad33;
    border-left: solid 3px #d8ad33;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    position: absolute;
    left: 10px;
    top:32px;
}
.page-right::after{
    content: "";
    display: inline-block;
    border-top: solid 3px #d8ad33;
    border-right: solid 3px #d8ad33;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top:32px;
}
.archive-list{
    justify-content: center !important;
    align-items: flex-start !important;
}
.archive-list li{
    max-width: 280px;
    width: 100%;
    margin: 0 15px 30px ;
}
.archive-list img{
    width: 280px;
    height: 210px;
    object-fit: cover;
}
.wedding-plan-top{
    width: calc(100% / 3 - 15px);
    background: #fff;
}
.c-card03__right{
    width: 250px;
    padding: 1.5em;
    display: table-cell;
}
.c-card03__left{
    width: 134px !important;
    display: table-cell;
}
.c-card03__left img{
    object-fit: cover;
    width: 134px;
    height: 178px;
}
.serch-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 30px 0;
}
.serch-list li{
    margin: 0 10px 30px;
    max-width: 130px;
    width: 100%;
}
.serch-list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.serch-list li a::before{
    content: '○';
    padding: 0 10px 0 0 ;
    color: #ccccca;
}

/* ====== front ===== */

.front-fair-slide{
    max-width: 350px !important;
}
.em-search-options{
    display: none !important;
}

.top-card{
    max-width: 434px !important;
    width: 100%;
    padding-right: 28px;
    padding-left: 28px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    border-right: 1px solid #ccccca;
    line-height: 2;
}
.top-card img{
    object-fit: cover;
    width: 376px !important;
    height: 250px !important;
}

/* search */
.em-search-wrapper{
    width: 100%;
}
.em-date-start,.em-date-end{
    width: 90px !important;
}
div.css-search{
    border: none !important
}
span.p-fair-search__em-span{display: none;}

.img-wrap img{
    width: 376px;
    height: 251px;
    object-fit: cover;
}
.list-border{
    border-left: 1px solid #9c9c9b;
}
.front-ropics a:last-child{
    border-right: 1px solid #9c9c9b;
}

/* ===== slider ===== */

.slide-bg-block{
    padding:60px 0 80px 0 ;
}
.slick-slider,.swiper-wrapper-menu{
    max-width:800px;
    margin: 0 auto;
}
.swiper-pagination {
    display:none;
    position:unset!important;
}
.swiper-container-slide{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    max-width: 800px;
    width: 100%;
    height: auto;
    z-index: 1;
    padding: 48px 0 80px;
    /* min-height: 760px; */
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 2em !important;
}
.swiper-container-slide .swiper-pagination{
    top:auto;
}
.swiper-container-slide .swiper-button-prev,.swiper-container-slide .swiper-button-next{
    top:auto!important;
    bottom: 100px;
}
.swiper-container-menu .swiper-button-prev,.swiper-container-menu .swiper-button-next{
    /* top: 76% !important; */
    top: 570px !important;
}
.swiper-container-slide .swiper-button-prev{
    left: 10px;
}
.swiper-container-slide .swiper-button-next{
    right: 10px;
}

.prev-arrow{
    position: absolute;
    bottom: -10px;
    left: -20px;
    z-index: 1;
}
.next-arrow{
    position: absolute;
    bottom: -10px;
    right: -20px;
    z-index: 1;
}

.slide-custom .slick-dots{
    /* display: none !important; */
}

.slick-fair .front-fair-slide{
    border: 1px solid #e4e4e1;
}
.slick-fair ul.slick-dots{
    display: none !important;
}
.slide-dots button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-indent: -9999px;
}
.slide-dots button::before{
    content: '○';
    font-size: 20px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    color: #999;
}
.slick-active button:before{
    content: '●';
}
.slide-dots{
  text-align: center;
}
.slide-dots li{
    display: inline-block;
    margin: 0 15px;
}
.top-banner .swiper-button-prev,.top-banner .swiper-button-next{
    display: none;
}

/* ===== END slider ===== */

/* ===== Gallery ===== */
.foogallery{
    max-width: 1200px !important;
    margin: 0 auto;
}
/* ===== END Gallery ===== */

.fair_main,.plan_main,.contents-main-vis{
    margin: 80px 0 0 0;
    background-size: cover;
    background-position: center;
    height: 60vh;
    max-height: 730px;
}

.fair_main,.plan_main,.contents-main-vis1{
    margin: 80px 0 0 0;
    background-size: cover;
    background-position: center;
    height: 350px;
}
.fair_main{background-image: url(assets/img/fair/fair_main.png);}
.ceremony_main{background-image: url(assets/img/ceremony/ceremony_main.png);}

.c-btn-reservation{
    width: 380px;
    height: 58px;
    background: #c30d23;
    color: #fff;
    border: none;
    border-radius: 35px;
    font-size: 24px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 58px;
}

.slick-fair.slick-slider{
    max-width: 900px !important;
}
.slick-fair .front-fair-slide{
    max-width: 400px !important;
}
.fair-list-li{
    max-width: 400px;
    width: 100%;
    margin: 0 15px 30px ;
    border: 1px solid #e4e4e1;
}

.flow-box{
    width: 221px;
    height: 220px;
    background-image: url(assets/img/fair/flow-box-back.png);
    background-size: cover;
    text-align: center;
    position: relative;
    margin: 0 10px;
}
.flow-box h3{
    margin-top: 10px;
    font-size: 48px;
}
.flow-box .c-section__title{
    font-size: 18px;
    margin: 0 0 15px 0 ;
}
.flow-box p{font-size: 14px;}
.flow-no{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left:0;
}
.course li{
    margin-bottom: 40px;
}
.course h4{
    color:#848889;
    font-size: 1em;
}
.massege{
    text-align: left;
}
.massege h4{
    margin: 0 0 20px 0 ;
    text-align: left !important;
}

/* ===== ceremony ===== */
.cont-flex,.li-flex,.flow-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.left-text,.center-cont-text{
    margin: 2em auto;
    background-image:url(assets/img/ceremony/bg_ceremony_top.png),url(assets/img/ceremony/bg_ceremony_bottom.png);
    background-repeat:no-repeat,no-repeat;
    background-position:left 10px top,bottom right 10px;
}
.left-text{
    max-width: 550px;
    margin: 0 30px 0 0 ;
}
.center-cont-text{
    max-width: 685px;
    width: 100%;
}
.center-cont-text p{
    line-height: 48px;
}
.left-text p,.center-cont-text p{
    padding: 3em;
    text-align: center;
}
.right-img{
    max-width: 700px;
    width: 100%;
}
.halls-list{
    width: 515px;
    height: 336px;
    margin: 30px ;
    position: relative;
    background-repeat:no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
}
.halls-list::before{
    content: '';
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hall-title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 31px;
    margin: 0.5em auto 0;
}
.hall-title span{font-size: 21px;}
.hall-title-sub{
    font-size: 14px;
    margin: 20px 0 0 0;
}
.ceremony-halls{
    /* background-image:url(assets/img/ceremony/bg_ceremony_halls.png); */
    background-image:url(assets/img/ceremony/waku.png);
    background-repeat:no-repeat;
    background-size: cover;
    /* background-position: 8px; */
    width: 119px;
    height: 189px;
    margin: 0 auto;
    display: grid;
    position: absolute;
    top:10px;
    left: 10px;
}
.ceremony-arrow{
    position: absolute;
    right: 0;
    bottom: -8px;
}
.banquet-halls{
    background-image:url(assets/img/ceremony/bg_ceremony_halls.png);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 8px;
    width: 245px;
    height: 232px;
    margin: 0 auto;
    display: grid;
}

.naihaiden{background-image:url(assets/img/ceremony/bg-naihaiden.png);}
.naihaiden-eve{background-image:url(assets/img/ceremony/bg-naihaiden-eve.png);}
.kaguraden{background-image:url(assets/img/ceremony/bg-kaguraden.png);}
.gishikiden{background-image:url(assets/img/ceremony/bg-gishikiden.png);}

.youseiden{background-image:url(assets/img/banquet/bg-youseiden-btn.png);}
.kihinkan{background-image:url(assets/img/banquet/bg-kihinkan-btn.png);}
.miyabi{background-image:url(assets/img/banquet/bg-miyabi-btn.png);}
.washitsu{background-image:url(assets/img/banquet/bg-washitsu-btn.png);}

.ceremony-other h3{
    font-size: 31px;
    margin: 0 !important;
}
.ceremony-other h4{
    font-size: 21px;
    margin: 0 0 10px 0 ;
}
.ceremony-other li {
    width: 300px;
    height: 241px;
    border-left: 1px solid #eee;
    display: table;
}
.ceremony-other li a{
    display: table-cell;
    vertical-align: bottom;
    padding: 0 0 20px 0;
}

/* ===== END ceremony ===== */
/* ===== PLAN ===== */
.p-section-title{
    font-size: 34px;
    text-align: center;
    line-height: 1;
    margin-bottom: 60px;
    margin-top: 70px;
}
.card-container{
    display:flex;
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    font-size: 14px;
}
.card-img{
    display: inline;
}
.card-img img{
    width:254px;
    height:100%;
    object-fit: cover;
}
.card-text{
    width:100%;
    margin: 20px;
}
.card-text .text-danger{
    font-size: 16px;
    font-weight: bold;
}
.plan-section-title__icon{
        margin: 0 auto 12px;
}
.plan-info h2{font-size: 24px;}
.plan-info{
    margin: 0 0 30px 0;
    line-height: 35px;
}
.info-text{
    margin: 20px 0 0 0;
}
.detail-btn,.list-reservation-btn{
    color: #fff;
    max-width: 254px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    text-align: center;
}
.detail-btn{
    background: #323231;
    margin-left: 130%;
}
.my-btn{
    margin: 40px 0 30px 0 ;
}
.my-btn a{
    border-radius: 0;
}
.list-reservation-btn{
    background: #d8ad33;
}
.btn-double{
    width: 46%;
    display: inline-block;
}
.detail-btn-box{
    padding: 50px 0 20px 0;
}
.detail-btn-box .btn-double{
    margin: 0 auto 20px auto;
    display: block;
    max-width: 480px;
    width: 100%;
}
.detail-btn-box .btn-double a,.my-btn .c-btn01{
    max-width: 480px;
    width: 100%;
    display: block;
}
.box-title{
    font-size: 24px;
    color: #323231;
}
.box-title span{
    font-size: 18px;
}
.price{
    font-size: 24px;
    color: #323231;
    font-weight: bold;
}
/* ===== banquet ===== */
.info-banquet{
    text-align: center;
}
.info-banquet table{
    border-spacing : 12px 0;
    border-collapse : separate ;
    margin: 0 auto;
}
.info-banquet th,.info-banquet td{
    width: 170px;
    padding: 15px;
}
.info-banquet th{
    border-bottom: 1px solid #d0ced0;
}
.info-banquet td{
    border-bottom: 1px solid #ad8247;
}
.cont-inner-btn{
    width: 266px;
    height: 370px;
    border-left: 1px solid #eee;
    text-align: center;
}
.cont-inner-btn h3{
    font-size: 24px;
}
.cont-inner-btn span{
    font-size: 18px;
    margin: 12px 0 0 0 ;
}
.cont-inner-btn a,.btn-in-more a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.cont-inner-btn a .btn-block-box{
    position: absolute; /*子要素をabusoluteに*/
    width: 266px;
    text-align: center;
    /* background: #000; */
    color: #fff;
    top: 50%; /*親のtopから50%*/
    left: 50%; /*親のleftから50%*/
    transform: translateY(-50%) translateX(-50%); /*子要素自体の大きさを考慮*/
    margin: 0; /*margin:0を入れる*/
    padding: 10px 0; /*左右のpaddingを0にする*/
}
.btn-in-more{
    background: #000;
    line-height: 70px;
    height: 70px;
    text-align: center;
    width: 100%;
}
.btn-in-more a{
    color: #fff !important;
}

.banquet-list-btn{
    padding: 60px 0 0 0;
}
.banquet-list-btn .c-btn01{
    margin: 30px auto 0 ;
}

.cont-inner-btn{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.kihinkan-floor{background-image:url(assets/img/banquet/bg-kihinkan-floor.png);}

/* ===== END banquet ===== */
/* ===== guest ===== */
/* .guest_dl{align-items: center;} */
.guest_dl{
    margin: 0 0 2em 0 !important;
}
.guest_dl h3,.guest-info h3{font-size: 24px;}
.guest_dl .c-section-title__en{font-size: 14px;}
.guest_dl dt {
    width: 220px;
    margin-right: 40px;
    text-align: center;
}
.guest_dl dd {
    width: 560px;
}
.guest-info table,.w-table{
    max-width: 300px;
    width: 100%;
}
.guest-info tr,.ceremony-other tr{
    border-bottom: 1px solid #ddd;
}
.guest-info th,.guest-info td{
    width: 150px;
}
.guest-info th{
    text-align: left;
    font-weight: bold;
}
.guest-info td{
    padding: 10px 13px 10px 20px;
    text-align: right;
}
.w-table{
    font-size: 14px;
    text-align: left;
}
/* ===== END guest ===== */

/* reservation box */
.reservation-box{margin-top: 30px;}
.reservation-inner{
    background : rgb(210,181,86);
    background: linear-gradient(0deg, rgba(210,181,86,1) 0%, rgba(238,230,167,1) 16%, rgba(215,173,51,1) 40%, rgba(219,176,51,1) 100%);
    max-width: 746px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.reservation-image{
    padding: 10px;
    background-image:url(assets/img/fair/crane_left_icon.png),url(assets/img/fair/crane_right_icon.png);
	background-repeat:no-repeat,no-repeat;
	background-position:left 10px top 20px,top 20px right 10px;
}
.reservation-image h3{color: #fff !important;}

/* fair */
.other-fair{
    border: 1px solid #e4e4e1;
    max-width: 468px;
    width: 100%;
    margin: 15px;
}
.other-fair img{
    max-width: 468px;
    width: 100% !important;
}
.fair-plan-detbox{
    max-width: 960px;
    margin: 0 auto;
}
.fair-plan-right{
    padding: 40px;
    max-width: 400px;
    width: 100%;
}
.other-fair-listimg{
    width: 468px !important;
    height: 254px;
    object-fit: cover;
}
.border-top-white{
    border-top: 1px solid  #fff;
    /* margin: 0 0 -9px 0 ; */
    /* max-height: 320px; */
}
.border-top-white img{
    max-width: 478px !important;
    height: auto;
}
.border-bottom-white{
    border-bottom: 1px solid  #fff;
}
.fair-tag li{
    margin: 10px 0;
    display: inline-block;
}
.fair-tag li p span{
    padding: 0 10px;
    background-color: #c3bda4;
    color: #fff;
    margin: 0 10px 10px 0;
    font-size: 14px;
}

/* ========= FAQ ========= */

.faq-innner{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c32123;
}
.faq-innner span{
    display: table-cell;
    font-size: 24px;
    padding-right: 15px;
}
.faq-innner p{
    display: table-cell;
}
.anser{
    color: #c32123;
}

/* ========= FAQ END ========= */


/* ==================== */
.post-container{
    max-width: 1000px !important;
}
.post-contents{
    float: none !important;
    margin: 0 auto !important;
}

.custom-block h4{
    border-bottom: 1px solid #E2E0DE;
    font-size: 18px;
}

.contents{
    line-height: 1.9;
}
.contents p,.card-text p{
    margin: 0 0 20px 0;
}
.contents dt{
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: bold;
}
.thumbnail {
    margin-bottom: 30px;
}
.thumbnail img{
    max-width: 700px;
    width: 100%;
    height: auto;
}
.con-title{
    margin: 0 0 20px;
    font-size: 32px;
}
.con-sub-title{
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    padding:  20px 0 0 0;
}
.con-sub-title-cuisenes{
    text-align: left;
    font-size: 24px;
    line-height: 48px;
    padding:  20px 0 0 0;
}
.con-sub-text{
    line-height: 48px;
    margin: 60px 0 0 0;
}
.custom-block{
    margin: 20px 0 0 0;
}
.other-contents{
    padding: 60px 0 ;
}
.other-inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.other-list{
    max-width: 300px;
    width: 100%;
}
.other-naihaiden{
    background-image:url(assets/img/ceremony/naihaiden-other-img.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}
.other-naihaiden-eve{
    background-image:url(assets/img/ceremony/naihaiden-eve-other-img.png) !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
}
.other-gishikiden{
    background-image:url(assets/img/ceremony/gishikiden-other-img.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}
.other-kaguraden{
    background-image:url(assets/img/ceremony/kaguraden-other-img.png) !important;
    background-repeat: no-repeat !important;
}
.other-banquet{
    background-image:url(assets/img/ceremony/banquet-other-img.png) !important;
    background-repeat: no-repeat !important;
}

.op_h1title{
	position: relative;
	overflow: hidden;
	padding: .3em 0;
}
.op_h1title::before,
.op_h1title::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.op_h1title:before{
	border-bottom: 2px solid #cb8f14;
	width: 100%;
}
.op_h1title:after{
	border-bottom: 2px solid #e8bf71;
	width: 100%;
}

.add-block,.option-table{
    margin: 20px 0 30px 0;
    /* border: 1px solid #ccc;
    padding: 10px 20px 20px 20px; */
}
.add-block h4{
    margin: 0 0 10px 0 ;
}
.add-table{
  width: 100%;
  border-spacing: 0;
  text-align: left;
  font-size: 14px;
}
.add-table th{
  /* border-bottom: solid 2px #fb5144; */
  border-bottom: 1px dotted #ddd;
  padding: 10px 0;
  width: 50%;
}
.add-table td{
  border-bottom: 1px dotted #ddd;
  text-align: left;
  padding: 10px 0;
}
.cp_h1title{
	position: relative;
	overflow: hidden;
	padding: .3em 0;
}
.cp_h1title::before,
.cp_h1title::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.cp_h1title:before{
	border-bottom: 2px solid #b3292c;
	width: 100%;
}
.cp_h1title:after{
	border-bottom: 2px solid #e58c8e;
	width: 100%;
}

.list-table {
  border-collapse: collapse;
  margin: 20px auto;
  padding: 0;
  max-width: 700px;
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
  text-align: left;
}
.list-table tr {
  padding: .35em;
  border-bottom: 1px dotted #ddd;
}
.list-table th,
.list-table td {
  padding: 10px 0;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   text-align: right;
}
/* プラン */
.clearfix:after{
 content:""; /*疑似要素を実体化*/
 display:block; /*ブロック要素に変更する*/
 clear:both; /*floatを解除する*/
}
.price-box-inner dt{
    width: 57%;
    display: inline-block;
}
.price-box-inner dd{
    width: 40%;
    display: inline-block;
    text-align: right;
}
.price-box {
    float: left;
    width: 44%;
    margin: 20px 3% 0 3%;
    display: block;
    font-size: 14px;
}
.em-calendar{
 table-layout: fixed;
}
table.em-calendar td{
    vertical-align: middle;
    padding: 1em !important;
}
.days-names td{
    width: 70px;
}
.em-calnav img{
    width: 15px;
}
/* プラン END */

/* その他の記事 */
.other-inner .c-section-title{
    text-align: center;
    width: 100%;
}
.other-inner ul{
    width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    justify-content: center;
}
.other-inner li{
    max-width: 290px;
    width: 100%;
    border-left: 1px solid #eee;
    /* background: #fff; */
}
.other-inner li h3{
    margin: 0 0 10px 0 ;
}
.other-inner li img{
    display: block;
    width: 100%;
    height: auto;
}
.other-inner li a{
    color: #000;
}
.other-inner li p{
    font-size: 14px;
}
.other-content{
    padding: 20px;
}
/* その他の記事 END */

.ceremony-other h3{font-size: 24px;}
.ceremony-other h4{font-size: 18px;}
.ceremony-info table,.w-table{
    max-width: 685px;
    width: 100%;
    margin: 0 auto;
}
.ceremony-info tr{
    border-bottom: 1px solid #ddd;
}
.ceremony-info th{
    text-align: left;
    font-weight: bold;
}
.ceremony-info td{
    padding: 10px 13px 10px 20px;
    text-align: right;
}

/* CONTACT */
.contact-block{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.wpcf7 input, .wpcf7 textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    line-height: 1.2;
    border-radius: .25rem;
}
.wpcf7c-conf{
background-color: rgb(232, 240, 254) !important;
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
    margin: 0 8px 0 0 ;
}
.inquiry{
    font-size: 14px;
    text-align: left;
}
.inquiry th,.inquiry td{
    padding: 10px 15px;
    line-height: 2;
    vertical-align: middle;
}
.inquiry th{
    text-align: left;
    border-bottom: 1px dotted #d6ca8b;
}
.inquiry td{
    border-bottom: 1px dotted #d6ca8b;
}
.form-btn-line{
    display: inline;
    width: 280px !important;
    height: 68px;
    border-radius: 35px !important;
    font-size: 19px;
    text-align: center;
    line-height: 68px;
    color: #fff;
    margin: 0.5em 1em;
}
.back-bnt{
    background: #323231 !important;
}
.submit-bnt{
    background: #c30d23 !important;
}
.c-btn-confirm{
    width: 280px !important;
    height: 68px;
    background: #323231;
    color: #fff;
    border: none;
    border-radius: 35px !important;
    font-size: 19px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 68px;
    transition: 0.5s;
}
.c-btn-confirm:hover {
  opacity: 0.7;
  cursor: pointer;
  cursor: hand;
}

.wpcf7 input, .wpcf7 textarea,.wpcf7-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    line-height: 1.2;
    border-radius: .25rem;
}
.form-btn-box{
    width: 100%;
    text-align: center;
}
.contact-block{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.entry-content{
    text-align: left;
}
.form-control-calendar,.form-control-city{
    max-width: 300px;
    margin: 0 0 0 0.5em;
}
.form-control-select{
    /* max-width: 200px; */
    max-width: 170px;
    margin: 1em 0.5em 1em 0 ;
}
.form-control-year,.form-control-month{
    max-width: 100px;
    margin: 0 0 0 0.5em;
}

.form-control-yuubin{
    max-width: 100px;
    margin: 0 0 0 0.5em;
}
.wpcf7-select{
    background: #fff;
}

/* CONTACT END */

.sitmap {
    margin: 0 auto;
}
.sitmap ul{
    width: 50%;
    max-width: 200px;
}
.wp-pagenavi{
    text-align: center;
        margin: 3em 0 0 0;
}
.wp-pagenavi a, .wp-pagenavi span{
    border:none !important;
    padding: 8px 15px !important;
}
.current{
    background: #d8ad33;
    color: #fff;
}
.a-pdf::after{
    content: "";
    display: inline-block;
    background: 0 0 no-repeat url(assets/img/pdf_icon.svg);
    background-size: contain;
    width: 16px;
    height: 16px;
}

.page-left-arrow,.page-right-arrow{
    display: inline-block;
    width: 48%;
}
.page-left-arrow a,.page-right-arrow a {
    display: table;
    position: relative;
    padding: 1em ;
    /* min-width: 15em; */
    border-bottom: 1px solid #ccc;
    color: #323231;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.5s;
    width: 100%;
}
.page-right-arrow a::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.page-left-arrow a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
}
.page-left-arrow a:hover,.page-right-arrow a:hover {
    opacity: 0.5;
}
.p-fair-search{
    padding: 0 0 2em 0;
}
.tbl-r02 th {
    border-bottom: 1px dotted #d6ca8b;
  padding: 10px;
  text-wrap: nowrap;
}

.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}

.tbl-r02 td input[type=text],input[type=tel], textarea {
    width: 100% !important;
    box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    /* width: 80%; */
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .inquiry th,.inquiry td{
      padding: 10px 0;
      line-height: 2;
      vertical-align: middle;
  }
}


@media screen and (max-width: 1200px){
    .p-header__inner {
        padding-left: 0;
        padding-right: 0;
    }
    .menu-trigger.active {
     /* transform: translateX(-150px); */
      transform: translateX(-50vw);
   }
   .menu-trigger.active span{
       background-color: rgba(40,40,40,0.8);
   }
    .sp-width{
        max-width: 90% !important;
        width: 100%;
        margin: 0 auto;
    }
    .blog-block {
        max-width: 100%;
    }
    .single .sidebar{
        width: 100% !important;
        margin: 2em auto 0 !important;
    }
    .side-colomn .sidebar{
        max-width: 100% !important;
    }
}

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

    .pc { display:none; }
    .sp { display:inline; }
    /* .container-detail,.archive{
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
    } */

    .head-logo-img{
        max-width: 220px;
    }

    .block-social{
        display: flex;
        justify-content: center;
    }
    .social-item{
        padding: 20px 10px;
    }
    .social-item img{
        width: 40px;
        height: auto;
    }

    .no-imag-block{
        margin: 4em 0 0 0;
    }

    .fixed,.fixedBox {
        position: fixed;
        bottom: 0; /*ページ上部の固定する位置*/
        width: 100%;
        z-index: 9999;
    }
    .sp-my-20{margin: 20px 0;}
    .sp-my-40{margin: 40px 0;}

    .pb-20{padding-bottom: 0.5em !important;}
    .pb-40{padding-bottom: 1em !important;}
    .pb-60{padding-bottom: 2em !important;}

    /* header nav */
    .menu-trigger.active {
     /* transform: translateX(-150px); */
      transform: translateX(0);
      position: fixed;
   }
   .menu-trigger.active span {
        background-color: rgba(40,40,40,0.8);
    }
    .p-show-menu-main{
        padding: 10px 10px 80px 10px;
    }
    .p-show-menu__access{
        text-align: left;
    }
    .wedding-plan-top {
        width: 100%;
        margin-bottom: 10px;
    }
    .c-card03__right {
        width: 180px;
        padding: 1em;
    }
    /* =================== */
    .container{
        /* margin: 4em 0 0 0; */
    }
    .news-main{
        background-position: 20%;
    }
    .concept-main{
        background-position: 80%;
    }

    .p-header__inner{
        /* color: #fff;
        background-color:rgba(67,67,67,0.7); */
        background-color:#fff;
    }
    .p-header__logo,.p-header__logo-en{color: #fff !important;}
    .p-header__menu-btn{
        width: 70px;
        height: 70px;
        background-color:rgba(40,40,40,0.8);
    }
    .p-header__menu-btn span, .p-header__menu-btn span:before, .p-header__menu-btn span:after,
    #menu-btn-check:checked ~ .p-header__menu-btn span::before,
    #menu-btn-check:checked ~ .p-header__menu-btn span::after{background-color:#fff;}

    .sp-width{
        max-width: 90% !important;
        width: 100%;
        margin: 0 auto;
    }
    .contents-innner {
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
        padding: 1em;
    }
    .container-title{
        padding: 7rem 0 0 0 ;
    }
    .container.archive{
        padding: 2em 0;
        /* width: 90%;
        margin: 0 auto; */
    }
    .cont-flex{
        display: block;
    }

    .serch-list{
        margin: 0 0 10px 0;
    }
    .first-block{
        width: 100%;
        float: none;
    }
    .side-colomn{
        margin: 3em 0 0 0;
    }
    .single .sidebar{
        width: 100% !important;
        margin: 2em auto 0 !important;
    }
    .side-colomn .sidebar{
        max-width: 100% !important;
        /* float: none !important; */
    }

    .halls-list{
        width: 100%;
        margin: 0 0 30px 0 ;
    }

    .plan_main,.fair_main,.plan_main,.contents-main-vis{
        margin: 0;
        height: 60vh;
        max-height: 730px;
    }

    .list-border{
        border-left: 1px solid #9c9c9b;
    }
    .front-ropics a:last-child{
        border-right: 1px solid #9c9c9b;
    }


    /* ===== slider ===== */

    .slide-bg-block{
        padding:2em 0 3em 0 ;
    }
    .slick-slider{
        max-width:90%;
    }

    .prev-arrow{
        bottom: -10px;
        left: -10px;
    }
    .next-arrow{
        bottom: -10px;
        right: -10px;
    }
    .swiper-container-slide .swiper-pagination{
        display: block;
        bottom: 10px !important;
    }
    .swiper-container-slide .swiper-button-prev,.swiper-container-slide .swiper-button-next{
        top:auto!important;
        bottom: 40px;
    }
    .swiper-container-menu .swiper-button-prev,.swiper-container-menu .swiper-button-next{
        /* top: 76% !important; */
        top: 520px !important;
    }
    .swiper-container-slide .swiper-button-prev{
        left: 0;
    }
    .swiper-container-slide .swiper-button-next{
        right: 0;
    }
    .p-course_column_txt {
        padding-left: 20px;
        padding-right: 20px;
        line-height: 2;
        text-align: center;
    }
    /* ===== END slider ===== */


    /* ===== Gallery ===== */
    .foogallery{
        max-width: 90% !important;
        margin: 0 auto;
    }
    .foogallery img{
        max-width: 100%;
        width: 100%;
    }
    /* ===== END Gallery ===== */
    .plan_main,.fair_main{
        /* margin: 70px 0 0 0; */
        margin: 0;
        height: 60vh;
        max-height: 730px;
    }
    /* PLAN */
    .p-section-title{
        font-size: 24px;
        text-align: center;
        line-height: 1;
        margin-bottom: 60px;
        margin-top: 70px;
    }
    .card-container{
        max-width: 890px;
        width: 90%;
        display: block;
    }
    .card-img img {
        width: 100%;
        height: 100%;
        max-height: 30vh;
        object-fit: cover;
        object-position: top center;
    }
    .card-text{
        width:auto;
        margin: 20px;
        padding: 0 0 20px 0 ;
    }
    .btn-double{
        width: 100%;
        display: block;
        padding : 10px 0;
        text-align: center;
    }
    .box-title{
        font-size: 18px;
        color: #323231;
    }
    .box-title span{
        font-size: 14px;
    }
    .price{
        font-size: 24px;
        color: #323231;
    }
    .text-danger{
        font-size: 18px;
    }
    .detail-btn-box .btn-double{
        margin: 0 auto 20px auto;
        display: block;
        max-width: 90%;
        width: 100%;
    }
    .detail-btn-box .btn-double a,.my-btn .c-btn01{
        max-width: 90%;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .info-text{
        text-align: left;
    }
    table.em-calendar td{
        padding: 10px !important;
    }
    .detail-btn{
        margin-left: auto;
    }
    /* END PLAN */

    /* fair */
    .reservation-inner{
        max-width: 90%;
    }
    .reservation-image{
        padding: 1.5em;
    }
    .c-btn-reservation{
        /* width: 100%; */
        max-width: 100%;
    }
    .c-btn-reservation{
        font-size: 18px;
    }
    .fair-list-li{
        margin: 0 0 30px 0;
    }
    .border-top-white{
        border-top: 1px solid #fff;
    }

    /* ================== */

    .post-contents{
        width: 90% !important;
        margin: 0 auto;
    }
    .con-title{
        margin: 0 0 20px;
        font-size: 24px;
    }
    .con-sub-title,.con-sub-title-cuisenes{
        font-size: 22px;
        line-height: 36px;
        padding: 0;
    }
    .con-sub-title-cuisenes{
        text-align: center;
        margin: 1em 0 0 0 ;
    }
    .con-sub-text{
        line-height: 36px;
        margin: 30px auto 0 auto;
        /* margin: 30px 0 0 0; */
    }
    .left-text{
        margin: 0 auto;
    }
    .left-text p,.center-cont-text p{
        padding: 2em 0.5em;
        line-height: 36px;
        margin: 20px 0;
    }
    .other-inner li,.ceremony-other li{
        border-left: none;
    }
    .other-contents{
        /* background: #eeeeec; */
        padding: 40px 0 0 0;
    }
    .list-table {
      border: 0;
      width:100%
    }
    .list-table th{
      display: block;
      border-right: none;
      border-bottom: 2px solid #0f7d13;
      padding-bottom: .6em;
      margin-bottom: .6em;

    }
    .list-table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }

    .list-table tr {
      display: block;
      margin-bottom: 2em;
      border-bottom: 2px solid #0f7d13;
    }
    .list-table tr:first-child {
      margin-top: 2em;
      border-top: 2px solid #0f7d13;
    }

    .list-table td {
      border-bottom: 1px solid #bbb;
      display: block;
      font-size: .8em;
      text-align: right;
      position: relative;
      padding: .625em .625em .625em 4em;
      border-right: none;
    }

    .list-table td::before {
      content: attr(data-label);
      font-weight: bold;
      position: absolute;
      left: 10px;
    }

    .list-table td:last-child {
      border-bottom: 0;
    }

    .other-inner li{
        /* max-width: 50%; */
        width: 100%;
    }

    .cont-inner-btn{
        width: 100%;
        max-width: 100%;
        height: 370px;
        border-left: none;
        position: relative;
    }
    .cont-inner-btn h3{
        font-size: 24px;
    }
    .cont-inner-btn span{
        font-size: 18px;
        margin: 12px 0 0 0 ;
    }
    .cont-inner-btn a .btn-block-box{
        width: 100%;
        padding: 10px 0; /*左右のpaddingを0にする*/
    }
    .btn-in-more {
        position: absolute;
        bottom: 0;
    }
    .banquet-list-btn{
        padding: 10px 0 0 0;
    }
    .banquet-list-btn .c-btn01{
        margin: : 40px auto 0 ;
    }

    .right-img{
        margin: 4em 0 0 0;
    }

    /* CONTACT */
    .contact-block{
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .inquiry th{
        /* width: 30%; */
        padding: 10px 0;
    }
    /* CONTACT END */


    .guest_dl dt{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .guest_dl h3, .guest-info h3{
        font-size: 20px;
    }
    .sitmap ul{
        width: 100%;
        max-width: 90%;
    }
    .flow-box{
        margin: 15px ;
    }
    .other-fair{
        width: auto;
    }
    .border-top-white{
        max-height: 100%;
    }
    .fair-plan-right{
        width: auto;
        padding: 1em 1em 2.5em 1em;
    }
    .swiper-container-slide{
        padding: 48px 0 40px;
    }
    .massege{
        text-align: center ;
    }
    .massege h4{
        margin: 20px 0 ;
        text-align: center !important;
    }
    .page-left a {
        margin-left: 10px;
    }
    .page-right::after{
        top: 3px;
    }
    .p-fair-search{
        padding: 0;
    }
    .serch-list li{
        margin: 0 5px 30px;
        max-width: 130px;
        width: 100%;
    }
    .form-control-year{
        max-width: 80px;
    }
    .form-control-month{
        max-width: 60px;
    }
    .form-control-calendar,.form-control-city{
        margin: 0 ;
    }
    .p-reserve-menu-font-size {
        font-size: 150% !important;
    }
    .p-reserve-menu-smp__img img {
        padding: 10px 0 0 0;
    }
}
@media screen and (min-width: 666px) and (max-width: 768px){
    .card-img img{
        max-height: 60vh;
    }
    .btn-double{
        width: 48%;
        display: inline-block;
        text-align: center;
    }
    .page-right::after{
        top: 3px;
    }
    .swiper-container-menu .swiper-button-prev,.swiper-container-menu .swiper-button-next{
        /* top: 76% !important; */
        top: 480px !important;
    }
}
@media screen and (max-width: 576px) {
    /* .c-card03__right {
        width: 100%;
    } */
    .swiper-container-menu .swiper-button-prev,.swiper-container-menu .swiper-button-next{
        /* top: 60% !important; */
        top: 280px !important;
    }
    .page-right::after{
        right: 5px;
        top: 20px;
    }
    .list-border{
        border-left: 1px solid #9c9c9b;
        border-right: 1px solid #9c9c9b;
    }
    .front-ropics li{
        margin: 0 auto 2em;
    }
    .front-ropics a:last-child{
        border-right: none;
    }
    .serch-list li{
        margin: 0 5px 30px;
        max-width: 110px;
        width: 100%;
    }
    .sp-m-top{
        margin: 3em 0 0 0;
    }
    /* .swiper-container-slide{
      min-height: 340px;
  } */
}
.serch-list{
    padding: 10px;
}
.serch-list li a::before{
    content: '';
}
.serch-list li {
    margin: auto auto auto 0;
    height: 5rem;
}
.fair-category-word {
    border: none;
    background-color: transparent;
    font-size: 105%;
    opacity: 0.8;
    font-family: "a-otf-ud-reimin-pr6n", "ro-nikkatsu-sei-kai-std",sans-serif;
}
.fair-category-word:after {
    width: 33%;
    content: "";
    display: block;
}
.ui-tooltip{
    max-width: 80% !important;
    border: none !important;
    background: #323231 !important;
    color: #fff !important;
    box-shadow:none !important;
    position: relative;
    display: inline-block;
}
.ui-tooltip:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 30%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #323231;
}
.ui-tooltip-content {
    font-size: 0.8rem !important;
  }
.form-control {
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    line-height: 1.2;
    border-radius: .25rem;
}
.form-control-textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    line-height: 1.2;
    border-radius: .25rem;
}
.form-control-select {
    max-width: 170px;
    margin: 1em 0.5em 1em 0;
}
.form-control-year, .form-control-month {
    max-width: 100px;
    margin: 0 0 0 0.5em;
}
.form-date {
    height: 38px;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    line-height: 1.2;
    border-radius: .25rem;
}

.width-35 {
  width: 35%;
}

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

}

@media screen and (max-width: 360px) {
a{
  font-size: 83%;
}
}
@media screen and (max-width: 414px) {
.fair-category-word {
    font-size: 120%;
}
.p-reserve-menu-font-size {
    font-size: 123% !important;
}
.p-reserve-menu-smp__img img {
    padding: 7px 0 0 0;
}
}


/* ここまでフェア予約詳細ページ、予約フォーム */

@media screen and (min-width: 769px) {
.width-0 {
    width: 0 !important;
}

.width-100 {
    width: 100% !important;
}

}