  @charset "UTF-8";

/* * * * * * * * * * * * * * * * * *
 base.css
* * * * * * * * * * * * * * * * * */
.bread {
  width: 1024px;
  margin: 0 auto;
  padding: 2px 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.bread li {
  display: inline-block;
  font-size: 13px;
}

.bread li br{
  display:none;
}

.bread a {
  color: #403109;
}

#title h1 {
  text-indent: -9999px;
}
/* 220329 */
#introduction #title h1 {
  text-indent: 0;
  text-align: center;
  font-size: 2em;
  margin-top: 60px;
}
/* /220329 */
#title h1 br {
  display: none;
}

#news #title h1.single-news-title br {
  display: block;
}

#title {
  background: #f0eee7;
  padding-bottom: 34px;
}

#main .btn:hover {
  color: #FFF;
  background: #8f8057;
}

#main .btn span {
  display: inline-block;
  background: url(../img/common/arrow.png) right center no-repeat;
  background-size: 6px auto;
  padding-right: 15px;
}

#main .btn.btn_b {
  background: none;
  border: 2px solid #403109;
  color: #614c15;
}

#main .btn.btn_b span {
  display: inline-block;
	background: url(../img/common/arrow_br.png) right center no-repeat;
	background-size: 6px auto;
  padding-right: 15px;
}

#main .btn.btn_b:hover {
  opacity: 0.5;
}


/* Styles specific to this particular page */

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 97%;
  padding: 2px;
  background: #d2d2d2;
  border-radius: 7px;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background-color: #d2d2d2;
  position: relative;
  border-radius: 7px;
  height: 150px !important;
}

.jspDrag {
  background: #FFF;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 5px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background-color: #5d5d5d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background-color: #5d5d5d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

.jspDragTop {
  border-radius: 5px;
}

.jspDragBottom {
  border-radius: 5px;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}


/* partyreport
--------------------------------- */
/* #party_report #title {
  min-height: 240px;
  background: url(../img/party_report/h1.png) center center no-repeat #f0eee7;
} */

#party_report #title h1 {
  background: url(../img/top/ttl_w_report.svg) center center no-repeat;
  height: 70px;
  background-size: auto 60px;
  margin: 60px auto 0;
}

#party_report .report-title{
  color: #614c15;
  font-size: 26px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin: 68px 31px 32px;
}

#party_report .report-title:after {
  content: "";
  width: 100%;
  margin-top: 10px;
  height: 37px;
  background: url(../img/e_report/cont_head.png) center top no-repeat;
  display: block;
}

#party_report #main .img {
  margin-bottom: 32px;
}

#party_report #main .planner {
  text-align: right;
  height: 50px;
}
#party_report #main .pictures{
  margin:60px auto 80px;
  width: 100%;
}
#party_report #main .pictures .flex {
  display:flex;
  margin: 0 -5px;
  flex-wrap:wrap;
}
#party_report #main .pic{
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
#party_report #main .pic img{
  width: 100%;
}

/* #party_report #main table {
  margin: 63px 0 80px;
  width: 100%;
}

#party_report #main table img {
  width: 100%;
} */

#party_report .dialoguebox {
	margin-bottom: 80px;
	color: #593a30;
}

#party_report .dialoguebox .question {
	position: relative;
	margin-top: 60px;
	font-size: 20px;
	font-family: 'Noto Serif JP', serif;
}

#party_report .dialoguebox .question::after {
	display: block;
	position: absolute;
	width: 100%;
	content: "";
	height: 1px;
	border-bottom: 1px solid #593a30;
	top: 50%;
	z-index: 1;
}

#party_report .dialoguebox .question span {
	position: relative;
	padding-right: 20px;
	z-index: 5;
	background-color: #fff;
}

#party_report .dialoguebox .answer {
	font-size: 16px;
	line-height: 2;
	background-color: #f1f0ec;
  margin-top: 20px;
  padding: 30px;
  border-radius: 9px;
}

#party_report .txt pre {
  font-family: 'Noto Serif JP', serif;
}


#party_report #main .backnb {
  background: #fcf2f6;
  padding: 53px 0 64px;
}

#party_report #main .backnb h3 {
  text-align: center;
  position: relative;
  margin: 0px auto 30px;
}

#party_report #main .backnb h3 .img1 {
  position: absolute;
  left: 140px;
  top: -13px;
}

#party_report #main .backnb h3 .img2 {
  position: absolute;
  right: 158px;
  top: -13px;
}

#party_report #main .backnb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#party_report #main .backnb ul li {
  margin-top: 10px;
  width: 48%;
}

#party_report #main .backnb ul li a {
  display: block;
  /* padding: 20px 17px; */
  font-size: 21px;
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
  background: url(../img/common/arrow_g.svg) 98% 98% no-repeat #FFF;
  background-size: 12px auto;
}

#party_report #main .backnb ul li a:hover {
  /* background-color: #e6d9a5; */
  color: #000;
}

#party_report #main .backnb ul li a span {
  color: #614c15;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 2px solid #dbdbda;
}

#party_report #main .backnb ul li .bk_img img {
  width: 100%;
}

#party_report #main .backnb ul li a p.bk_ttl {
  padding-left: 1em;
}

/* eventreport
--------------------------------- */
#e_report #title {
  min-height: 240px;
  background: url(../img/e_report/h1.png) center center no-repeat #ecf5fb;
}

#e_report h2 {
  position: relative;
  color: #614c15;
  font-size: 26px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin: 38px 31px 32px;
}

#e_report h2:after {
  content: "";
  width: 100%;
  margin-top: 10px;
  height: 37px;
  background: url(../img/e_report/cont_head.png) center top no-repeat;
  display: block;
}

#e_report #main .contents {
  margin: 50px auto;
}

#e_report #main .contents:after {
  content: "";
  width: 100%;
  height: 37px;
  background: url(../img/e_report/cont_bottom.png) center top no-repeat;
  display: block;
}

#e_report #main .contents h3 {
  font-size: 30px;
  text-align: center;
  color: #a38d37;
  font-family: 'Noto Serif JP', serif;
  margin: 30px auto;
}

#e_report #main .contents li {
  width: 250px;
  float: left;
  margin-right: 5px;
  margin-bottom: 40px;
}

#e_report #main .contents li:nth-child(4n) {
  margin-right: 0px;
}

#e_report #main .contents li:last-child {
  width: 505px;
  margin-right: 0;
}

#e_report #main .contents li img {
  width: 100%;
}

#e_report #main .contents li p {
  padding: 5px 15px 0;
  line-height: 1.2;
}

#e_report #main .contents p.thanks {
  color: #a38d37;
  text-align: center;
  font-size: 35px;
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  bottom: 140px;
  left: 30px;
}


#e_report #main .backnb {
  background: #fcf2f6;
  padding: 53px 0 64px;
}

#e_report #main .backnb h3 {
  text-align: center;
  position: relative;
  margin: 0px auto 30px;
}

#e_report #main .backnb h3 .img1 {
  position: absolute;
  left: 140px;
  top: -13px;
}

#e_report #main .backnb h3 .img2 {
  position: absolute;
  right: 158px;
  top: -13px;
}

#e_report #main .backnb ul li {
  margin-top: 6px;
  width: 48%;
  float: left;
}

#e_report #main .backnb ul li:nth-child(odd) {
  margin-right: 2%;
}

#e_report #main .backnb ul li a {
  display: block;
  padding: 20px 17px;
  font-size: 18px;
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
  background: url(../img/common/arrow_y.png) 98% center no-repeat #FFF;
}

#e_report #main .backnb ul li a:hover {
  background-color: #e6d9a5;
  color: #000;
}

#e_report #main .backnb ul li a span {
  color: #d4a71c;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 2px solid #dbdbda;
}

/* concept
--------------------------------- */
#concept #title {
  padding-bottom: 34px;
}

#concept #title h1 {
  background: url(../img/concept/ttl_reason.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0;
}

#concept #main .catch {
  text-align: center;
  /* 	background: url(../img/concept/catch_bg.jpg) center center no-repeat #ecf5fb; */
  /* 	background: #ecf5fb; */
  padding: 20px 0 50px;
  line-height: 2;
  color: #403109;
  font-size: 16px;
}

#concept #main {
  padding-top: 0;
  padding-bottom: 50px;
}

#concept #main .catch h2 {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  margin: 30px auto;
  color: #614c15;
}
#concept #main .recomend.catch h2 {
  height: 70px;
  margin: 30px auto;
  text-indent: -9999px;
  background: url(../img/concept/ttl_recomend.svg) center center no-repeat;
}
#concept #main .box {
  padding: 70px 0;
}

#concept #main .box h2 {
  text-indent: -9999px;
  height: 70px;
  margin-bottom: 20px;
}

#concept #main .fair.box h2 {
  background: url(../img/concept/ttl_fair.svg) center center no-repeat;
}
#concept #main .recomend{
  background: #FAF9F4;
}
#concept .recomend .line {
  font-weight: bold;
}

#concept .reason .reason-box .txt {
  width: 480px;
}

#concept .reason .reason-box .img {
  width: calc(100% - 520px);
}

#concept .reason .reason-box .img img {
  width: 100%;
}

#concept .reason .sub-ttl {
  font-size: 21px;
  font-family: 'Noto Serif JP', serif;
  color: #593a30;
  font-weight: bold;
  padding: 20px 0;
}

#concept .reason .txt-key {
  font-size: 20px;
  margin: 30px auto;
  font-weight: bold;
  color: #614c15;
}

#concept .reason .reason-box:not(:first-child) {
  margin-top: 30px;
}

#concept .fair .fair-box .sub-ttl {
  font-size: 21px;
  color: #593a30;
  font-weight: bold;
  padding: 20px 0;
}

#concept .fair .fair-box {
  position: relative;
  margin-top: 60px;
  padding: 20px;
  background: #F7F1E1;
}

#concept .fair .fair-box:not(:last-child)::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 52px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12px 0 12px;
  border-color: #614c15 transparent transparent transparent;
}

#concept .fair .fair-box-txt {
  width: calc(100% - 202px);
  float: right;
}

#concept .fair .img {
  width: 132px;
  float: left;
  margin-right: 10px;
  text-align: center;
}

#concept .fair .img img {
  width: 100%;
}

/* ceremony
--------------------------------- */

#ceremony #title h1 {
  background: url(../img/top/ttl_ceremony.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0;
}

#ceremony #main {
  padding-top: 0;
  padding-bottom: 50px;
}

#ceremony #main .catch {
  text-align: center;
  /* 	background: url(../img/banquet/catch_bg.jpg) center center no-repeat #ecf5fb; */
  padding: 50px 0;
  line-height: 2;
  color: #403109;
  font-size: 16px;
}

#ceremony #main .tabbox {
  text-align: center;
  width: 980px;
  margin: 40px auto;
  display: table;
}

#ceremony #main .tabbox li {
  border: 1px solid #614c15;
  border-left: none;
  width: 33%;
  display: table-cell;
}

#ceremony #main .tabbox li:first-child {
  border-left: 1px solid #614c15;
}

#ceremony #main .tabbox li a {
  line-height: 40px;
  font-size: 18px;
  display: block;
  text-decoration: none;
}

#ceremony #main .tabbox li a:hover,
#ceremony #main .tabbox li a.active {
  background: #614c15;
  color: #FFF;
}

#ceremony #main .contents {
  padding: 50px 0;
}

#ceremony #main .text {
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
}

#ceremony #main .slidebox {
  position: relative;
}

#ceremony #main .textbox {
  width: 480px;
}

#ceremony #main .flex-control-nav {
  right: 10px;
}

#ceremony #main .inner .slidebox {
  width: 512px;
}

#ceremony #main .inner .slidebox img {
  width: 100%;
}

#ceremony #main h2 {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  color: #614c15;
  text-align: center;
  margin-bottom: 15px;
}

#ceremony #main h3 {
  text-align: center;
  font-size: 24px;
  color: #403109;
  font-family: 'Noto Serif JP', serif;
  padding: 40px 0 20px;
}

#ceremony #main h4 {
  font-size: 21px;
  color: #403109;
  font-weight: bold;
  padding: 20px 0;
}

#ceremony #main h4 small {
  font-size: 80%;
}

/* banquet
--------------------------------- */

#banquet #title h1 {
  background: url(../img/top/ttl_banquet.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0;
}

#banquet #title h2 {
  text-align: center;
  margin-top: 60px;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  line-height: 1;
  color: #403109;
}

#banquet #main>h2 {
  display: none;
}

#banquet #main .catch {
  text-align: center;
  /* 	background: url(../img/banquet/catch_bg.jpg) center center no-repeat #ecf5fb; */
  /* 	background: #ecf5fb; */
  padding: 40px 0 50px;
  line-height: 2;
  color: #403109;
  font-size: 16px;
}

#banquet #main .catch .icon {
  margin-bottom: 20px;
}

#banquet #main {
  padding-top: 0;
  padding-bottom: 50px;
}

#banquet #main .menu,
#banquet #main .child {
  padding: 70px 0;
}

#banquet #main .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#banquet #main .menu .contents {
  width: 504px;
}

#banquet #main .slidebox {
  position: relative;
}

#banquet #main .menu .contents h3 {
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
}

#banquet #main .menu .contents .btn {
  width: 70%;
}

#banquet #main .child .slidebox {
  width: 50%;
}

#banquet #main .child .textbox {
  width: 50%;
  padding: 50px 0;
  box-sizing: border-box;
}

#banquet #main .child .textbox.l {
  padding-right: 30px;
}

#banquet #main .child .textbox.r {
  padding-left: 30px;
}

#banquet #main .child h3 {
  font-family: 'Noto Serif JP', serif;
  color: #403109;
  font-size: 20px;
  margin-bottom: 20px;
}

#banquet #main .other {
  margin-top: 70px;
  padding-bottom: 30px;
}

#banquet #main .other:before {
  content: "";
  background: #403109;
  width: 600px;
  height: 1px;
  display: block;
  margin: auto;
}

#banquet #main .other h2 {
  background: url(../img/banquet/ttl_other.svg) center center no-repeat;
  height: 70px;
  margin: 30px auto;
  text-indent: -9999px;
}

#banquet #main .other ul {
  display: flex;
}

#banquet #main .other li {
  width: 50%;
}

#banquet #main .other h3 {
  text-align: center;
  margin: 20px 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  line-height: 1;
  color: #403109;
}

#banquet #main .other .btn {
  width: 300px;
}

#banquet #main .flex-control-nav {
  right: 10px;
}

/* dress
--------------------------------- */

#dress #title h1 {
  background: url(../img/dress/ttl_dress.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0;
}

#dress #main .catch {
  text-align: center;
  /* 	background: url(../img/dress/bg_concept.jpg) center center no-repeat #FFF; */
  padding: 50px 0;
  line-height: 2;
  color: #403109;
  font-size: 16px;
}

#dress #main {
  padding-top: 0;
  padding-bottom: 50px;
}

#dress #main .pc ul {
  padding: 18px 0;
}

#dress #main .pc ul li {
  border: 1px solid #90866c;
  float: left;
  margin-right: 13px;
  margin-bottom: 17px;
  width: 330px;
}

#dress #main .pc ul li:nth-child(3n) {
  margin-right: 0px;
}

#dress #main .pc ul li a {
  padding: 0 18px 18px;
  display: block;
}

#dress #main .list {
  border: 1px solid #90866c;
  padding: 33px 48px;
  box-sizing: border-box;
}

#dress #main .list h4 {
  text-align: center;
  font-size: 20px;
  color: #614c15;
}

#dress #main .list p.border {
  width: 100%;
  border-bottom: 1px solid #90866c;
  padding-bottom: 35px;
  margin-bottom: 58px;
  font-size: 16px;
}

#dress #main .list li {
  font-size: 16px;
  margin-bottom: 20px;
}

#dress .detail {
  height: 768px;
  overflow: hidden;
}

#dress .detail .imgbox {
  width: 643px;
  height: 768px;
  float: left;
  position: relative;
}

#dress .detail .textbox {
  width: 382px;
  height: 768px;
  float: left;
}

#dress .detail .textbox h2 {
  padding-top: 62px;
}

#dress .detail .textbox h3 {
  font-size: 20px;
  color: #614c15;
  font-family: 'Noto Serif JP', serif;
  padding: 20px 0;
}

#dress .detail .scrollpane {
  height: 635px;
}

#dress .detail .tabs li {
  display: inline-block;
  float: left;
  margin-left: 2px;
  margin-bottom: 5px;
}

#dress .detail ul.control {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -36px;
}

#dress .detail ul.control li#prev {
  margin-left: 10px;
}

#dress .detail ul.control li#next {
  position: absolute;
  right: 10px;
  top: 0;
}

/* party
--------------------------------- */

#party #title h1 {
  background: url(../img/party/ttl_party.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0;
}

#party #main .catch {
  text-align: center;
  /* 	background: #ecf5fb; */
  padding: 50px 0;
  line-height: 2;
  color: #403109;
  font-size: 16px;
}

#party #main {
  padding-top: 0;
}

#party #main .menu,
#party #main .child {
  padding: 70px 0;
}

#party #main .child ul li {
  margin-bottom: 5px;
}

.form {
  background: #fefcf5;
  padding: 50px 0;
  font-size: 16px;
}

.form h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  text-align: center;
  color: #614c15;
}

.form .progress {
  margin: 50px 0 30px;
  text-align: center;
}

.form .progress li {
  width: 304px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/common/progress.png);
  position: relative;
  display: inline-block;
  margin-left: -23px;
}

.form .progress li.cur {
  background-image: url(../img/common/progress_cur.png);
}

.form .progress li:nth-child(1) {
  z-index: 3;
  margin-left: 0;
}

.form .progress li:nth-child(2) {
  z-index: 2;
}

.form .progress li:nth-child(3) {
  z-index: 1;
}

.form form {
  width: 869px;
  margin: 30px auto;
}

.form form dl {
  clear: both;
}

.form form dt {
  width: 236px;
  float: left;
  font-size: 20px;
  text-align: right;
  line-height: 40px;
  margin-bottom: 20px;
}

.form form dd {
  width: 617px;
  float: right;
  margin-bottom: 20px;
  font-size: 18px;
}

.form form input[type="text"] {
  height: 40px;
  line-height: 40px;
  padding: 5px;
  width: 100%;
  border: 1px solid #614c15;
  background: transparent;
  font-size: 18px;
  box-sizing: border-box;
}

.form form input[type="text"].short {
  width: 278px;
}

.form form input[type="text"].mini {
  width: 70px;
}

.form form input[type="text"]#date {
  width: 188px;
  margin-right: 10px;
}

.form form input[type="text"]#date+label {
  position: relative;
  top: -5px;
}

.form form select {
  width: 200px;
  background: none;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  margin: 8px 0;
}

.form form textarea {
  height: 150px;
  padding: 5px;
  width: 100%;
  border: 1px solid #614c15;
  background: transparent;
  font-size: 18px;
  box-sizing: border-box;
}

.form form select {}

#main .form form button.btn {
  background: #614c15;
  cursor: pointer;
  border: none;
}

#main .form form button.btn.btn_b {
  background: none;
  border: 2px solid #614c15;
  width: 350px;
}

#main .form form button.btn.btn_b span {
  background: url(../img/common/arrow_br_reverse.png) left center no-repeat;
  background-size: 6px auto;
  padding: 0 0 0 15px;
}

#main .form form button.btn:hover {
  background: #8f8057;
}

#main .form form button.btn.btn_b:hover {
  background: none;
}

#main .form form button.btn.send {
  background: #1d5178;
  margin-top: 20px;
}

#main .form form button.btn.send:hover {
  background: #dd1016;
}

#party #main .flex-control-nav {
  right: 10px;
  bottom: 40px;
}


/* planner
--------------------------------- */

#planner #title h1 {
  background: url(../img/top/ttl_staff.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0;
}

#planner #main .boss {
  /* 	background: url(../img/planner/boss_bg.jpg) left bottom no-repeat #f9f9f9; */
  padding: 45px 0;
}

#planner #main .boss .textbox {
  padding-left: 2%;
  width: 49%;
  max-width: 515px;
  float: left;
}

#planner #main .textbox h2 {
  border-bottom: 2px solid #403109;
  padding-bottom: 10px;
}

#planner #main .textbox h2 span {
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  margin-right: 15px;
}

#planner #main .textbox h3 {
  font-family: 'Noto Serif JP', serif;
  margin: 20px 0;
  font-size: 110%;
}

#planner #main .inner {
  padding: 50px 0 80px;
}

#planner #main .list li {
  width: 487px;
  float: left;
  margin-bottom: 70px;
}

#planner #main .list li:nth-child(even) {
  float: right;
}

#planner #main .list li .textbox {
  padding: 15px;
}

#planner #main .list li dl dt {
  font-size: 18px;
  color: #614c15;
  margin-top: 15px;
}

#planner #main .list li dl dd {
  text-indent: -2.3em;
  padding-left: 2.3em;

}

#planner #main .list li dl dd:before {
  content: "──";
  letter-spacing: -1px;
  margin-right: 0.5em;
}


/* access
--------------------------------- */

#access #title h1 {
  background: url(../img/access/ttl_access.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0;
}

#access #main #map {
  height: 590px;

}

#access #main div.inner {
  padding: 60px 0 35px;
}

#access #main .textbox {
  width: 337px;
  float: left;
  margin-left: 50px;
}

#access #main .textbox h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  margin-bottom: 20px;
}

#access #main h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #403109;
}

#access #main .btn {
  margin: 15px auto 30px;
}

#access .way {
  background: rgba(208, 172, 75, .3);
  width: 100%;
  text-align: center;
  padding: 6px 0;
}

#access .waymap {
  max-width: 498px;
}

#access .nocar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#access .nocar .type {
  width: 30%;
}

/* recruit
--------------------------------- */

#recruit #title h1 {
  background: url(../img/recruit/ttl_recruit.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0;
}

#recruit #main .catch {
  text-align: center;
  /* 	background: url(../img/banquet/catch_bg.jpg) center center no-repeat #ecf5fb; */
  padding: 50px 0;
  line-height: 2;
  color: #403109;
  font-size: 16px;
}

#recruit #main h2 {
  text-align: center;
  padding: 70px 0 50px;
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  color: #614c15;
}

#recruit #main h2:after {
  content: "";
  width: 43px;
  height: 1px;
  margin: 10px auto 0;
  background: #403109;
  display: block;
}


#recruit #main .job ul li {
  width: 500px;
  height: 238px;
  float: left;
  padding: 20px;
  border: 1px solid #403109;
  box-sizing: border-box;
  margin-bottom: 24px;
  position: relative;
}

#recruit #main .job ul li:nth-child(even) {
  float: right;
}

#recruit #main .job dl dt {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  border-bottom: 1px solid #403109;
  color: #403109;
  font-family: 'Noto Serif JP', serif;
}

#recruit #main .job dl dd .btn {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #614c15;
  padding: 0 10px;
  width: auto;
}

#recruit #main .conditions {
  background: #fefcf5;
}

#recruit #main .conditions .box {
  background-color: #fff;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

#recruit #main .conditions #job1.box {
  background-image: url(../img/recruit/bg04.jpg);
  height: 576px;
}

#recruit #main .conditions #job2.box {
  background-image: url(../img/recruit/bg01.jpg);
  height: 576px;
}

#recruit #main .conditions #job3.box {
  background-image: url(../img/recruit/bg02.jpg);
  height: 576px;
}

#recruit #main .conditions #job4.box {
  background-image: url(../img/recruit/bg03.jpg);
  height: 636px;
}

#recruit #main .conditions h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  color: #403109;
}

#recruit #main .conditions .textbox {
  width: 594px;
}

#recruit #main .conditions .textbox dt {
  width: 105px;
  height: 36px;
  background: #403109;
  border: 1px solid #403109;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  float: left;
  line-height: 36px;
}

#recruit #main .conditions .textbox dd {
  width: 467px;
  padding: 10px 0 20px 20px;
  float: left;
  border-top: 1px solid #403109;
  font-size: 16px;
}

#recruit #main .flow {
  background: #fcf2eb;
}

#recruit #main .flow p.txt {
  width: 425px;
  margin: 30px auto 0;
}



/* cuisine
--------------------------------- */

#cuisine #title h1 {
  background: url(../img/cuisine/ttl_cuisine.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0;
}

#cuisine #title h2 {
  text-align: center;
  margin-top: 60px;
}

#cuisine #main {
  padding-top: 0;
  padding-bottom: 50px;
}

#cuisine #main .catch {
  text-align: center;
  /* 	background: #ecf5fb; */
  padding: 50px 0;
  line-height: 2;
  color: #403109;
  font-size: 16px;
}

#cuisine .about-cuisine_ttl{
  padding-bottom: 50px;
}

#cuisine .about-cuisine_ttl h2 {
  margin-bottom: 20px;
  background:url(../img/cuisine/ttl_about_cuisine.svg) center center no-repeat;
  text-indent: -9999px;
  height: 70px;
}

#cuisine .about-cuisine_ttl p {
  text-align: center;
}

#cuisine .about-cuisine{
  padding: 70px 0;
}

#cuisine .about-cuisine .point-box .txt {
  width: 480px;
}

#cuisine .about-cuisine .point-box .img {
  width: calc(100% - 520px);
}

#cuisine .about-cuisine .point-box .img img {
  width: 100%;
}

#cuisine .about-cuisine .sub-ttl {
  font-size: 21px;
  font-family: 'Noto Serif JP', serif;
  color: #593a30;
  font-weight: bold;
  padding: 20px 0;
}

#cuisine .about-cuisine .txt-key {
  font-size: 20px;
  margin: 30px auto;
  font-weight: bold;
  color: #614c15;
}

#cuisine .about-cuisine .point-box:not(:first-child) {
  margin-top: 30px;
}

#cuisine .dessert_ttl{
  padding-bottom: 50px;
}

#cuisine .dessert_ttl  h2 {
  text-align: center;
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  color: #614c15;
}

#cuisine .dessert_ttl p {
  text-align: center;
}

#cuisine .dessert{
  padding: 70px 0;
}

#cuisine .dessert .slick{
  margin: 0 auto 50px;
  width: 510px;
}
#cuisine .dessert .slick .box{
  margin: 0 auto;
  height: auto;
  width: 60%;
}
#cuisine .dessert .slick .box img{
  width: 100%;
}
#cuisine .dessert .slick .slick-dots{
  bottom: -50px;
}
#cuisine .dessert .slick .slick-next{
  right: 2%;
}
#cuisine .dessert .slick .slick-prev{
  left: 2%;
}
/* privacy policy
--------------------------------- */

#privacy #title h1 {
  background: url(../img/privacy/ttl_privacy.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0;
}

#privacy #main {
  padding-bottom: 50px;
}

#privacy #main h2 {
  text-align: center;
  margin: 70px auto 50px;
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
}

#privacy #main dt {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 23px;
  text-indent: -23px;
}

#privacy #main dt:before {
  content: "■";
  margin-right: 10px;
  font-size: 12px;
}

#privacy #main dd {
  padding-left: 23px;
  margin-bottom: 40px;
}


/* company
--------------------------------- */
#company #main h1 {
  text-align: center;
  margin: 70px auto 50px;
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  text-indent: 0;
}

#company table {
  width: 100%;
  border-spacing: 15px;
}

#company th,
#company td {
  padding: 10px 15px;
  line-height: 2;
  border-bottom: 1px solid #403109;
}

#company th {
  border-right: 1px solid #403109;
  vertical-align: top;
}


/* news
--------------------------------- */

#news #title {
  padding-bottom: 34px;
}

#news #title h1 {
  background: url(../img/top/ttl_news.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0;
}

#news #title h1.single-news-title {
    background: none;
    height: auto;
    padding-bottom: 28px;
    margin: 60px auto 0;
    text-indent: 0;
    font-size: 26px;
    text-align: center;
}

#news #main {
  padding: 20px 0 50px;
}

#news p.date {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}

#news span.category {
  display: inline-block;
  border: 3px solid #c8b37a;
  text-align: center;
  color: #c8b37a;
  margin-right: 20px;
  width: 150px;
  font-size: 15px;
  box-sizing: border-box;
}

#news .news-title {
  font-size: 16px;
  border-bottom: 2px solid #d8c596;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

#news .textbox {
  width: 100%;
}

/* archive */
#news .box {
  padding: 70px 0;
}

#news .archive li a {
  display: flex;
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #E8E2DF;
  cursor: pointer;
  text-decoration: none;
}

#news .archive li h2 {
  border-bottom: none;
}

#news .archive li .thumb {
  width: 150px;
  margin-right: 4%;
}

#news .archive li .thumb p {
  width: 100%;
  padding-top: 80%;
  background-size: cover;
  background-position: center;
}

/* news エディタ入力項目用  */
#news .textbox .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#news .textbox .alignleft {
	float: left;
}

#news .textbox .alignright {
	float: right;
}

#news .textbox .wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

#news .textbox .wp-caption-text,
#news .textbox .gallery-caption{
	font-size: 80%;
}

#news .textbox .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#news .textbox .wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

#news .textbox img.alignright {
  display: inline-block;
  margin: 0 0 1em 1.5em;
}

#news .textbox img.alignleft {
  display: inline-block;
  margin: 0 1.5em 1em 0;
}

#news .textbox h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

#news .textbox h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

#news .textbox h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

#news .textbox h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

#news .textbox h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

#news .textbox h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

#news .textbox b,
#news .textbox strong {
  font-weight: bold;
}

#news .textbox hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

#news .textbox p,
#news .textbox pre {
  margin: 1em 0;
}

#news .textbox pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#news .textbox small {
  font-size: 80%;
}

#news .textbox sub,
#news .textbox sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#news .textbox sup {
  top: -0.5em;
}

#news .textbox sub {
  bottom: -0.25em;
}

#news .textbox dl,
#news .textbox menu,
#news .textbox ol,
#news .textbox ul {
  margin: 1em 0;
}

#news .textbox dd {
  margin: 0 0 0 40px;
}

#news .textbox menu,
#news .textbox ol,
#news .textbox ul {
  padding: 0 0 0 40px;
}

#news .textbox nav ul,
#news .textbox nav ol {
  list-style: none;
  list-style-image: none;
}

#news .textbox img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

#news .textbox button,
#news .textbox input,
#news .textbox select,
#news .textbox textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

#news .textbox button,
#news .textbox input {
  line-height: normal;
}

#news .textbox button,
#news .textbox select {
  text-transform: none;
}

#news .textbox table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* archive　pagination*/
.navigation.pagination {
  margin-top: 30px;
  text-align: center;
}

.navigation.pagination h2 {
  display: none;
}

/* plan
_________________________________*/
#plan #title h1 {
  background: url(../img/top/ttl_plan.svg) center center no-repeat;
  height: 70px;
  background-size: auto 60px;
  margin: 60px auto 0;
}

#plan .articlePlan {
  margin-top: 50px;
}

#plan .articlePlan .planInner {
  box-sizing: border-box;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.33333333%;
  max-width: 33.33333333%;
  margin-bottom: 40px;
}

#plan #main .articlePlan .planInner a {
  text-decoration: none;
}

#plan .articlePlan .planInner .planList {
  background: #f1f0ec;
  padding-bottom: 20px;
}

#plan .articlePlan .planInner:nth-child(2n) .planList {
  background: #f0eee7;
}


#plan .articlePlan .planInner .thumb{
  background-position: center center;
  background-repeat: no-repeat;
  background-size:contain;
  -moz-background-size:contain;
  -webkit-background-size:contain;
  -o-background-size:contain;
  background-color:#fff;
  width:100%;
  height:0;
  padding-top: 250px;
  background-size: cover;
}
#plan .articlePlan .planInner dl {
  padding: 0 15px 60px;
  position: relative;
}

#plan #main .articlePlan .planInner dl dt {
  font-size: 17px;
  color: #593a30;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 1.3;
}

#plan #main .articlePlan .planInner dl dd.catch {
  margin: 0px 0 6px;
  font-weight: 500;
  color: #614c15;
}

#plan #main .articlePlan .planInner dl dd.plan-more-button {
  margin-top: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -115px;
}

#plan #main .articlePlan .planInner dl dd .btn {
  width: 230px;
  height: 40px;
  line-height: 40px;
}



#plan h3.detail {
  text-align: center;
  font-size: 30px;
  color: #614c15;
  margin: 20px auto;
  padding: 15px 0;
  border-top: #aaa double 4px;
  border-bottom: #aaa double 4px;
}

#plan h3.detail span {
  font-family: 'Noto Serif JP', serif;
}

#plan #main h3.detail small {
  display: inline-block;
  color: #333;
  font-size: 18px;
  margin-left: 20px;
}

#plan #main .planDetail .photo {
	float: left;
	width: 400px;
}
#plan #main .planDetail .photo .plan-mv{
	background-position: center center;
	background-repeat: no-repeat;
	background-size:contain;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	-o-background-size:contain;
	background-color:#fff;
	width:400px;
	height:400px;
	background-size: cover;
}
#plan #main .planDetail .photo .img-area{
  display: flex;
  flex-wrap: wrap;
}
#plan #main .planDetail .photo .sub-img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size:contain;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	-o-background-size:contain;
	background-color:#fff;
	width:200px;
	height:200px;
	background-size: cover;
}
#plan #main .planDetail .textbox {
  width: 600px;
  float: right;
}

#plan #main .planDetail .title {
  font-size: 24px;
  margin: 0px auto 40px;
}

#plan #main .planDetail .description {
  font-size: 16px;
  margin-bottom: 10px;
}

#plan #main .planDetail .layout-table-ttl {
  font-size: 18px;
  margin: 0 0 0 15px;
  padding-left: 15px;
}

#plan .layout-table {
  margin-top: 10px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #ddd;
}

#plan .layout-table th {
  width: 80px;
  padding: 5px 15px 0 0;
  color: #614c15;
  text-align: right;
  vertical-align: top;
  font-size: 16px;
}
#plan .layout-table th span{
	font-weight: normal; line-height: 25.9200000762939px;
}
#plan .layout-table td span{
	line-height: 25.9200000762939px;
}

#plan .layout-table td {
  vertical-align: top;
  padding: 5px 15px 0px 0;
  font-size: 15px;
}

#plan #plan-include {
  margin: 30px -15px;
  font-size: 16px;
}
#plan #plan-include .plan-include-ttl{

}
#plan .plan-box{
	display: flex;
	flex-wrap: wrap;
}

#plan .plan-content {
	display: flex;
	flex-wrap: wrap;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  /* background: rgba(255,255,255,0.6); */
}

#plan .plan-content .plan-label {
  width: 25%;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  background-color: #ecf5fb;
  color: #614c15;
}

#plan .plan-content .description {
  width: 75%;
  padding: 15px;
  box-sizing: border-box;
}


/* line(ex.concept)
--------------------------------- */
#line img {
  vertical-align: inherit;
}

#line #title {
  padding-bottom: 34px;
}

#line #title h1 {
  background: url(../img/top/ttl_line.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0;
}

#line #main {
  text-align: center;
  /* 	background: url(../img/concept/catch_bg.jpg) center center no-repeat #ecf5fb; */
  /* 	background: #ecf5fb; */
  padding: 20px 0 50px;
  line-height: 2;
  color: #403109;
  font-size: 16px;
}

#line #main {
  padding-top: 0;
  padding-bottom: 0;
}

#line h2 {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  margin: 0 auto;
  color: #614c15;
}

#line .line_block p {
  margin: 14px 0;
}

#line #main .box {
  padding: 40px 0;
  background: #f1f0ec;
}

#line #main .box h3 {
  text-indent: -9999px;
  height: 70px;
  margin-bottom: 20px;
}

#line #main .box h4 {
  color: #403109;
  font-size: 20px;
  margin-bottom: 10px;
}

#line #main .flow {
  background: #f1f0ec;
}

#line #main .flow p {
  margin: 10px 0 60px;
  line-height: 1.4;
}

#line #main .flow h3 {
  background: url(../img/top/ttl_ceremony.svg) center center no-repeat;
}

#line #main .flow ul li {
  width: 336px;
  float: left;
  margin-right: 8px;
  text-align: center;
}

#line #main .flow ul li:last-child {
  margin-right: 0;
}

#line #main .flow ul li h5 {
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  margin: 20px auto;
}

#line .line_block {
  margin-bottom: 40px;
}

#line .line_block h2 {
  margin: 20px 0;
}

/* ranking(ex.dress)
--------------------------------- */

#ranking #title h1 {
  background: url(../img/ranking/ttl_ranking.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0;
}
#ranking #main .box h2 {
  height: 40px;
  background-size: auto 100% !important;
}
#ranking #main img {
  display: block;
  margin: 0 auto;
}

#ranking #main .btn_area {
  background: #F7F1E1;
  padding: 20px 0;
}

#ranking #main .catch small {
  font-size: smaller;
}

#ranking #main .catch {
  text-align: center;
  line-height: 2;
  color: #403109;
  font-size: 16px;
}

#ranking .gallery {
  padding: 40px 0 50px;
  background: #DBEDF0;
}

#ranking .gallery h2 img {
  padding: 0 0 50px;
  background: #DBEDF0;
}

#ranking .plan .img {
  margin: 20px auto 20px;
  width: 400px;
}

#ranking .plan img {
  width: 100%;
}

#ranking .plan a {
  text-decoration: none;
}
#ranking .plan .txt {
  text-align: center;
}
#ranking .plan .txt span{
  font-weight: bold;
}

#ranking .btn {
  margin: 10px auto;
  padding: 8px 0;
}

/* 2020/01/27 */
#ranking #main .box {
  padding: 70px 0;
}

#ranking #main .catch h2 {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  margin: 30px auto;
  color: #614c15;
}

#ranking #main h4 {
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  margin: 30px auto;
  color: #614c15;
}

#ranking .rank-award-box {
  margin: 0 auto;
  width: 506px;
}

#ranking .rank-award-box li {
  width: 237px;
  float: left;
  margin-right: 8px;
  text-align: center;
}
#ranking .rank-award-box li:nth-child(2n) {
  margin-right: 0;
}

#ranking #main .voice-box img {
  width: 132px;
  float: left;
  margin-right: 30px;
  text-align: center;
}

#ranking .message p {
  margin: 30px auto;
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  color: #614c15;
}

#ranking .ranking dl {
  font-size: 20px;
}

#ranking .ranking dl dt {
  padding: 20px 0;
  font-weight: bold;
}
#ranking #main .box h2{
  height: 40px;
  background-size: auto 100% !important;
}
#ranking #main .voice h2 {
  text-indent: -9999px;
  background: url(../img/ranking/ttl_voice.svg) center center no-repeat;
}
#ranking #main .message h2 {
  text-indent: -9999px;
  background: url(../img/ranking/ttl_message.svg) center center no-repeat;
}
#ranking #main .ranking h2 {
  text-indent: -9999px;
  background: url(../img/ranking/ttl_ranking.svg) center center no-repeat;
}
#ranking #main .gallery h2 {
  height: 20px;
  text-indent: -9999px;
  background: url(../img/ranking/ttl_gallery.svg) center center no-repeat;
}
#ranking #main .plan h2 {
  text-indent: -9999px;
  background: url(../img/ranking/ttl_plan.svg) center center no-repeat;
}
#ranking #main .recomend{
  background: #FAF9F4;
}
#ranking #main .recomend.catch h2 {
  height: 70px;
  text-indent: -9999px;
  background: url(../img/concept/ttl_recomend.svg) center center no-repeat;
}
#ranking .recomend .line {
  font-weight: bold;
}

/* anniversaire
--------------------------------- */
#anniversaire #title h1 {
  background: url(../img/top/ttl_anniversaire.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0;
}

#anniversaire p {
  text-align: center;
}

#anniversaire h2 {
  padding: 50px;
  text-align: center;
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  color: #614c15;
}

#anniversaire h3 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  color: #403109;
  font-size: 20px;
  margin-bottom: 20px;

}

#anniversaire #main img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#anniversaire .btn {
  line-height: 28px;
  padding: 10px 0;
}

#anniversaire .btn a {
  color: #fff;
  text-decoration: none;
}

#anniversaire .catch_anniversary {
  padding: 100px 0 100px 0;
}

#anniversaire .catch p,
#anniversaire .eternal p {
  font-size: 16px;
}

#anniversaire #main .slidebox {
  position: relative;
}

#anniversaire #main .textbox {
  width: 480px;
}

#anniversaire #main .flex-control-nav {
  right: 10px;
}

#anniversaire #main .inner .slidebox {
  width: 512px;
}

#anniversaire #main .inner .slidebox img {
  width: 100%;
}

#anniversaire #message {
  background-color: #f1f0ec;
}

#anniversaire #message p {
  padding-bottom: 50px;
}

#anniversaire #place_plan p {
  padding: 50px 0;
}

#anniversaire #place_plan dl {
  text-align: center;
}

#anniversaire #place_plan dt {
  background-color: #000;
  color: #fff;
  width: 50%;
  margin: 30px auto;
}

#anniversaire #place_plan h3 {
  text-align: center;
  font-size: 24px;
  color: #403109;
  font-family: 'Noto Serif JP', serif;
  padding: 40px 0 20px;
}

#anniversaire #place_plan .price_line {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  margin: 50px auto;
  padding: 10px 0;
}

#anniversaire #place_plan .plan_txt {
  width: 60%;
}

#anniversaire #place_plan .plan_img img {
  display: block;
  margin: 0 auto;
  width: 40%;
}

#anniversaire #place_plan .reserve_txt {
  padding: 50px 0;
  margin: 0 auto 0 46%;
  width: 40%;
}

#anniversaire #eternal {
  padding: 50px 0;
  background-color: #FAFAF3;
}

#anniversaire .eternal_ttl {
  padding-bottom: 50px;
}

#anniversaire .eternal_ttl h2,
#anniversaire .eternal_ttl h3 {
  padding: 0;
}

#anniversaire div.section_bnr.section_detail {
  padding: 50px 0;
}

#anniversaire #eternal .txt_box h4 {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px 0 0 0;
}

#anniversaire #eternal .slick {
  margin: 50px auto;
  width: 80%;
}

#anniversaire #eternal .slick img {
  height: auto;
  width: 60%;
}

#anniversaire .anniver_plan table {
  margin: 0 auto;
}

#anniversaire .anniver_plan th {
  width: auto;
  padding: 5px 15px 0 0;
  color: #614c15;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
}

#anniversaire .anniver_plan td {
  vertical-align: top;
  padding: 5px 15px 0px 0;
  font-size: 15px;
}

#anniversaire .close{
  text-align: center;
    font-size: 20px;
    color: #614c15;
    padding: 20px 0;
}
/*231120追記*/
#anniversaire .phone-yoyaku{
    margin-bottom: 50px;
}
#anniversaire .phone-yoyaku p{
    font-size: 14px;
}
#anniversaire .phone-no{
    font-size: 25px;
}
/*231120*/

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 256px;
  overflow: hidden;
  position: absolute;
}

.loop {
  margin: 0 auto;
  width: 100%;
  height: 256px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loop ul {
  height: 256px;
  float: left;
  overflow: hidden;
}

.loop ul li {
  width: 336px;
  height: 256px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loop ul li img{
    width: 100%;
}

#cuisine .loopSliderWrap {
  height: 510px;

}

#cuisine .loop {
  height: 510px;
  margin-bottom: 40px;
}

#cuisine .loop ul {
  height: 510px;
  float: left;
  overflow: hidden;
}

#cuisine .loop ul li {
  width: 510px;
  height: 510px;
  padding: 0 10px;
}

/*--------------------------------- */
/*お問い合わせフォーム用CSS*/

/* ヘッダタイトル */
#contact .contact #title,
#visit .visit #title {
  background-color: #f0eee7;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

/*
#contact #title h1 {
  background: url(../img/contact/ttl_contact.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0px;
}
*/
#webform #title .contact .type_request, #webform #title .contact .type_inquiry {
  background: url(../img/contact/ttl_contact_02.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0px;
}

#webform #title h1 {
  background: url(../img/visit/ttl_visit.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0px;
}

#webform #title .contact .type_tour {
  background: url(../img/contact/ttl_reservation.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0px;
}

#attended_form #title h1 {
  background: url(../img/contact/ttl_attended.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0px;
}

#drink_bar #title h1 {
  background: url(../img/contact/ttl_drink_bar.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0px;
}

#contact_osechi #title h1 {
  background: url(../img/contact/ttl_contact_osechi.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0px;
}


.chapel_style>span{
  display: block;
}

.chapel_style .horizontal-item{
    margin: 0 0 0 10px;
}

#hawaii #title h1 {
    background: url(../img/contact/hawaii.png) center center no-repeat;
    height: 70px;
    margin: 60px auto 0px;
    background-size: contain;
}

#present_cp #title h1 {
    background: url(../img/contact/ttl_present_cp.svg) center center no-repeat;
    height: 70px;
    margin: 60px auto 0px;
}

#hawaii #title h1.campagin {
    background: url(../img/contact/hawaii_02.png) center center no-repeat;
    background-size: 270px;
}

/*
* fair
*/
#fair .btn-reserve a {
  position: relative;
  background: #b9ad90;
  height: 30px;
  line-height: 30px;
  width: 100%;
  max-width: 200px;
  font-size: 16px;
}

#fair .fair-detail .fair-title {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  margin: 30px auto;
  color: #614c15;
}

#fair .fair-detail h3.other-fair-area-ttl {
  margin-bottom: 20px;
  text-indent: -9999px;
  background: url(../img/fair/ttl_other_fair_02.svg) center center no-repeat;
  height: 40px;
  background-size: auto 100% !important;
}
#fair .fair-detail .fair-thumb img{
	width: 100%;
}

#fair .fair-detail .cat_area{
  display: flex;
  flex-wrap: wrap;
}
#fair .fair-detail .cat_area .cat_area_slug{
  margin: 0 0.5em 2.0em;
  padding: 0.2em 0.5em;
  border: #b9ad90 solid 1px;
}
#fair .fair-detail .box {
  padding: 70px 0;
}

#fair .fair-detail .fair-table table {
  margin-bottom: 8px;
  width: 100%;
  border-collapse: collapse;
}

#fair .fair-detail .fair-table tbody tr {
  border: 1px #ddd solid;
}

#fair .fair-detail .fair-table th,
#fair .fair-detail .fair-table td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px #ddd solid;
  border-right: 1px #ddd solid;
}

#fair .fair-detail .fair-table th {
  font-weight: bold;
  padding: 5px 4px;
  background-color: #ecf5fb;
  color: #614c15;
  border-right: 1px solid #ddd;
  letter-spacing: 1px;
}

#fair .fair-detail .fair-table th:nth-child(1) {
  width: 40%;
}

#fair .fair-detail .fair-table th:nth-child(2) {
  width: 15%;
}

#fair .fair-detail .fair-table th:nth-child(3) {
  width: 45%;
}

#fair .fair-detail .fair-table th:nth-child(4) {
  border-right: none;
}

/*受付期限*/
#fair .fair-detail .fair-table.box2 th:nth-child(1) {
  width: 30%;
}
#fair .fair-detail .fair-table.box2 th:nth-child(2) {
  text-align: left;
  width: 70%;
}
#fair .fair-detail .fair-table.box2 td:nth-child(2) {
  text-align: left;
}
/* 詳細情報 */
#fair .fair-detail .fair-table.box3 th:nth-child(1) {
  width: 10%;
}
#fair .fair-detail .fair-table.box3 th:nth-child(2) {
  width: 70%;
}
#fair .fair-detail .fair-table.box3 td:nth-child(2) {
  text-align: left;
}
#fair .fair-detail .fair-table.box3 th:nth-child(3) {
  width: 10%;
}
#fair .fair-detail .fair-table.box3 th:nth-child(4) {
  width: 10%;
}

#fair .fair-detail .fair-table .fairtime {
  text-align: center;
}

#fair .fair-detail .fair-table td {
  padding: 5px 4px;
  vertical-align: middle;
}

#fair .fair-detail .fair-table td:last-child {
  padding: 10px 8px;
}

#fair .fair-detail .ex dt,
#fair .fair-detail .ex dd {
  float: left;
  font-size: 14px;
  font-weight: normal;
}

#fair .fair-detail .ex dt:after {
  content: ": ";
}

#fair .fair-detail .ex dd {
  margin-right: 2em;
}

/** fair 共通 一覧 */
/*
--------------------------------- */
#fair #title {
  background: #f8f6f0;
  padding-bottom: 34px;
  margin-bottom: 40px;
}

#fair #title h1 {
  background: url(../img/top/ttl_fair.svg) center center no-repeat;
  height: 70px;
  margin: 60px auto 0;
}

/* 一覧部品 一覧、詳細共通 fairlists*/
#fair .fairlists {
  /* margin:10px -10px; */
}

#fair .fairlists li {
  float: left;
  margin: 10px 0 10px 25px;
  text-align: center;
}

#fair .fairlists li .img {
	background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-color: #fff;
  width: 313px;
  height: 313px;
  background-size: cover;
  background-position: center
}

#fair .tab-wrap {
  overflow: hidden;
  margin: 0 0 43px;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #614c15;
}

#fair .tab-wrap.bottom {
  border-bottom: none;
  border-top: 1px solid #614c15;
  margin-top: 20px;
}

#fair .tab-wrap li {
  float: left;
  width: 502px;
  width: calc(50% - 10px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  padding: 15px 10px 13px;
  cursor: pointer;
  color: #614c15;
  font-size: 16px;
  background: #f1f5f1;
  box-sizing: border-box;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  line-height: 1;
}

#fair .tab-wrap li:last-child {
  margin-right: 0;
}

#fair .tab-wrap li.active {
  color: #fff;
  background: #614c15;
}

#fair #calendar-wrap {
  width: auto;
  margin: auto;
  clear: both;
}

#fair .calendar-table {
  float: left;
  width: 482px;
  width: calc(50% - 30px);
  margin: 15px;
}

#fair .calendar-table thead th {
  text-align: center;
  font-size: 18px;
  line-height: 1.7em;
}

#fair .calendar-table thead th span {
  font-size: 40px;
}

#fair .calendar-table tbody th {
  text-align: center;
  font-size: 14px;
}

#fair .calendar-table tbody td {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
}
#fair .calendar-table tbody td.fair-on {
  background: #614c15;
}
#fair .calendar-table tbody td.fair-on a{
  display: block;
  color: #fff;
  text-decoration: none;
}

#fair .calendar-table tbody td.past {
  opacity: 0.6;
}

#fair .calendar-table tbody td {
  background: #f8f8f8;
}

#fair .calendar-table tbody td.sat {
  color: #5eade4;
}

#fair .calendar-table tbody td.sun,
#fair .calendar-table tbody td.holiday {
  color: #e1afc3;
}

#fair #calendar .month-wrap ul {
  width: 100%;
  position: relative;
  height: 18px;
}

#fair #calendar .month-wrap li.next {
  position: absolute;
  top: 0;
  right: 0;
}

#fair #calendar .btn-wrap {
  text-align: center;
  font-size: 16px;
}

#fair #calendar .btn-wrap .btn {
  width: 400px;
  height: 54px;
  background-color: #614c15;
  border-radius: 4px;
  margin: 10px auto 30px;
}

#fair #calendar .btn-wrap .btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  text-decoration: none;
}

#fair #calendar .btn-wrap .btn a:hover {
  text-decoration: none;
}

#fair ul.fairlists li {
  background-color: #f8f6f0;
  width: 310px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#fair ul.fairlists li:nth-child(even) {
  background-color: #f1f5f1;
}

#fair ul.fairlists li:nth-child(3n+1) {
  clear: both;
}

#fair ul.fairlists li dt {
  height: 36px;
  padding: 10px 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#fair ul.fairlists li dd {
  padding: 15px 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
}

#fair ul.fairlists li dd a {
  text-decoration: none;
}

#fair ul.fairlists li dd a.link {
  font-size: 13px;
  display: inline-block;
  text-align: right;
  width: 100%;
  line-height: 14px;
}

#fair ul.fairlists li dd a.link:before {
  content: "";
  font-size: 10px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/fair/arrow.png) left center no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

#fair ul.fairlists li dt+dd {
  padding: 5px 15px 15px;
}

#fair ul.fairlists li dd p.text {
  margin-top: 10px;
  font-size: 90%;
  line-height: 1.3;
}
/*240130*/
#fair ul.fairlists li dd p small {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/*/240130*/

#fair ul.fairlists li .fair-date {
  white-space: nowrap;
}

#fair #flistset h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 10px;
  padding-bottom: 10px;
  letter-spacing: 2px;
  border-bottom: 1px solid #f2f2ed;
}

#fair #flistset h4 small {
  font-size: 16px;
  font-weight: normal;
}

#fair .recommend-fair .inner {
  width: 100% !important;
  padding: 25px 35px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#fair .recommend-fair .articlePlan {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid #c8b37a;
  background: rgba(255, 255, 255, 0.5);
}

#fair .recommend-fair .articlePlan h2.pickup {
  font-size: 100%;
  text-align: center;
  background: #c8b37a;
  color: #FFF;
  padding: 5px 0 15px;
  font-family: 'Noto Serif JP', serif;
}

#fair .recommend-fair .articlePlan h2.pickup span {
  padding-left: 35px;
  display: inline-block;
  background: url(../img/fair/icon_pickup.png) left center no-repeat;
  background-size: auto 25px;
}

#fair .recommend-fair .articlePlan li.recommend-pic {
  width: 370px;
  margin-right: 30px;
  float: left;
}

#fair .recommend-fair .articlePlan li.recommend-body {
  width: 809px;
  width: calc(100% - 400px);
  float: left;
}

#fair .recommend-fair .articlePlan li.recommend-body dt {
  font-size: 24px;
  font-weight: 500;
}

#fair .recommend-fair .articlePlan li.recommend-body dt p.date {
  line-height: 1.2;
  font-weight: normal;
}

#fair .recommend-fair .articlePlan li.recommend-body dt p.time {
  font-size: 18px;
  margin: 0px 0 15px;
  font-weight: normal;
}
#fair .recommend-fair .articlePlan li.recommend-body dt p.time .time-kbn {
  position: relative;
  display: inline-block;
}
#fair .recommend-fair .articlePlan li.recommend-body dt p.time .time-kbn:not(:last-child) {
  position: relative;
  margin-right: 1.0em;
}
#fair .recommend-fair .articlePlan li.recommend-body dt p.time .time-kbn:not(:last-child)::after {
  position: absolute;
  content: "/";
  padding-left: 10px;
}
#fair .recommend-fair .articlePlan li.recommend-body dt a {
  text-decoration: none;
}

#fair .recommend-fair .articlePlan li.recommend-body dd.catch {
  font-weight: bold;
  font-size: 1.1em;
  margin: 5px 0 5px;
}

#fair .recommend-fair .articlePlan li.recommend-body dd.text {
  margin: 30px 0px 20px;
}

#fair .datelist {
  margin-bottom: 50px;
}

#fair .datelist h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 10px;
  padding-bottom: 10px;
  letter-spacing: 2px;
  border-bottom: 1px solid #f2f2ed;
}

#fair #flistset h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 10px;
  padding-bottom: 10px;
  letter-spacing: 2px;
  border-bottom: 1px solid #f2f2ed;
}

#fair #flistset h4 small {
  font-size: 16px;
  font-weight: normal;
}

#fair #fair_detail_details {
  font-size: small;
  font-color: #333333;
  width: 980px;
  margin: 0 auto;
  text-align: left;
}

#fair .fair-intro-wrap {
  width: 100%;
  min-height: 350px;
  position: relative;
  padding-left: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#fair .col-wrap {
  width: 100%;
  margin: auto;
  padding: 10px;
  position: relative;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 30px;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-gap: 30px;
}

#fair .fair_contents-col-wrap {
  position: relative;
  border-bottom: 1px solid #ccc;
  min-height: 120px;
  /* padding:10px; */
  padding: 10px 10px 10px 10px;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
}

#fair .image {
  position: absolute;
  left: 0;
}

#fair .fair_contents-col-wrap .image {
  /* width:120px; */
  height: 120px;
}

#fair .fair_name {
  background: #f1f5f1;
  padding: 12px;
  margin: 10px 5px 10px 0px;
  color: #614c15;
}

#fair #title h1.name {
  font-size: 22px;
  text-indent: 0;
  font-weight: 500;
}

#fair .left-col,
#fair .right-col {
  padding: 5px;
  position: relative;
}

#fair .keyword {
  margin-bottom: 5px;
}

#fair .fair_desc {
  margin-top: 20px;
}

#fair h3.h3-title {
  margin: 0;
  padding: 15px 0 15px 10px;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
}

#fair h3.h3-title:before {
  display: block;
  width: 3px;
  height: 20px;
  background-color: #614c15;
  position: absolute;
  top: 14px;
  left: 0;
  content: '';
}

#fair .title {
  color: #593a30;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

#fair dd.catch {
  padding-bottom: 0px;
}

#fair .part-table {
  width: 100%;
  margin: 40px 0 40px 0;
}

#fair .part-table-row:last-child {
  border: none;
}

#fair .part-table-cell {
  height: auto;
  position: relative;
  padding: 3px 0;
}

#fair #fair_detail #main .btn {
  color: #A2D7C0;
  padding: 5px 10px 5px 10px;
  background-color: white;
  position: absolute;
  right: 20px;
  cursor: pointer;
}

#fair #fair_detail #main .btn-reserve {
  width: 200px;
  height: 36px;
  border: 1px solid #A2D7C0;
  font-size: 14px;
}

#fair #fair_detail #main .btn.btn-date-reserve {
  height: auto;
  padding: 0;
  border: none;
  background-color: transparent;
  top: -46px;
}

#fair .section-div {
  margin: 5px 0px 0px 0;
  display: inline-block;
}

#fair #fair_detail #main strong {
  color: #A7946B;
  font-weight: bold;
  font-size: 18px;
  /* margin-left:10px; */
  /* height:100%; */
}

#fair .time {
  font-size: 16px;
  margin-left: 0px;
  /* height:100%; */
}

#fair .reserve-state {
  margin-left: 10px;
}

#fair .fair-outer {
  border: 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 64px;
  padding: 12px 6px;
  position: relative;
  margin: 30px;
}

#fair .fair-inner {
  position: relative;
  padding: 0px;
  height: 40px;
}

#fair .fair-inner .title {
  position: absolute;
  left: 20px;
  margin-top: 8px;
}

#fair .fair-inner .reserve-fair {
  margin-top: 0px;
}

#fair select {
  background-color: #F8F8F8;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 8px;
  height: 40px;
}

#fair .fair-inner .select-date {
  position: absolute;
  left: 140px;
}

#fair .wine {
  color: white;
  background-color: #D19A8B;
  padding: 3px 45px 5px 45px;
  border: 1px solid #D19A8B;
  border-radius: 4px;
  height: 40px;
  font-size: 12px;
}

#fair .wine:before {
  display: block;
  height: 20px;
  position: absolute;
  right: 10px;
  content: '>';
}

#fair .contact-flow-wrap {
  border: 1px black dotted;
  padding: 30px 20px 20px 20px;
  background-color: #F3E9DE;
  margin-bottom: 30px;
}

#fair .contact-flow-wrap .title {
  font-size: 17px;
  text-align: center;
  margin-bottom: 20px;
}

#fair .number:before {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  left: 0;
  text-align: center;
  background-color: #000;
  color: white;
}

#fair .number1:before {
  content: '1';
}

#fair .number2:before {
  content: '2';
}

#fair .number3:before {
  content: '3';
}

#fair .floater3 {
  position: relative;
  height: 80px;
  float: left;
  padding-left: 30px;
}

#fair .inquery {
  width: 286px;
  height: 40px;
  margin-left: 20px;
  padding-left: 0;
}

#fair .flow li {
  width: 282px;
  height: 80px;
  padding-left: 30px;
}

#fair .contact-inner {
  position: relative;
  background-color: white;
  padding: 20px;
}

#fair .contact-inner .title {
  font-size: 13px;
}

#fair .buisiness-time {
  font-size: 12px;
  margin-left: 0px;
  padding-top: 5px;
}

#fair #fair_detail #main .tel {
  /* border:2px solid #1f498e; */
  width: 235px;
  border: none;
  /* text-align:center; */
  /* color:white; */
  /* background-color:#4286f4; */
  padding: 5px 0 5px 0;
  font-size: 16px;
}

#fair .inquery-net {
  width: 300px;
  font-size: 13px;
  font-weight: bold;
}

#fair .inquery-row:before {
  height: 32px;
  width: 32px;
  display: block;
  position: absolute;
  left: 35px;
  text-align: center;
  background-image: url("../img/telicon.png");
  content: '';
}

#fair .bt-span {
  margin-right: 1em;
}

#fair .privilege-inner {
  position: relative;
}

#fair .privilege-content {
  float: left;
  width: 670px;
}

#fair .privilege-image {
  float: right;
}

#fair .the-date {
  font-size: 24px;
}

#fair .fairlists li {
  float: left;
  margin-left: 25px;
}

#fair .fairlists li:nth-child(3n+1) {
  margin-left: 0;
}

#fair div#fair_details {
  padding-top: 30px;
}

#fair #fair_detail #main .tel-reserve {
  text-align: center;
}

#fair #fair_detail #main .tel-reserve p.tel-reserve-title {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 10px;
}

#fair #fair_detail #main .tel-reserve a.btn {
  background: #c8b37a;
  line-height: normal;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 40px;
  height: 56px;
  padding-top: 10px;
  color: #FFF;
}

#fair #main .tel-reserve a.btn span.phone {
  background: url(../img/fair/tel_icon.png) left center no-repeat;
  background-size: 18px 24px;
  padding-left: 0;
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 10px;
}

#fair #main .tel-reserve a.btn>span {
  background: none;
}

#fair #main .tel-reserve a.btn small {
  font-size: 16px;
  line-height: 14px;
  display: block;
}

#fair div#flistset>div {
  display: block !important;
}

/** measure */
/*
--------------------------------- */
#measure #title h1 {
	text-align: center;
	margin: 70px auto 50px;
	font-size: 30px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	text-indent: 0;
}
#measure #main h2 {
	font-size: 26px;
  border-bottom: 2px solid #d8c596;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 50px;
  font-weight: 200;
}
#measure #main ol {
	margin-bottom: 30px;
}
#measure #main li {
	padding-left: 1.7em;
	text-indent: -1.7em;
}
#measure #main li:nth-of-type(n+10) {
	padding-left: 2.4em;
  text-indent: -2.4em;
}
#measure .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#measure .flex .item {
	width: 48%;
}
#measure .youtube {
	text-align: center;
}
#measure #main .btn::after{
	content: '';
  padding: 15px;
  background-image: url(../img/common/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30% 30%;
}
#measure .m_bnr{
	margin: 20px 0;
}

/**コロナウイルス対策ページ**/

.tabs {
  margin-top: 50px;
  background-color: #fff;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
  margin: 5% auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #b9ad90;
  background-color: #eee;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	box-sizing: border-box;
	border-right: 3px solid #fff;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.tab_item:hover {
  opacity: 0.75;
}

.tab_item_new {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #fc4040;
  background-color: #eee;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item_new:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
/* input[name="tab_item"] {
  display: none;
}

input[name="tab_item_new"] {
  display: none;
} */

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
/* #gen_01:checked ~ #gen_01_content,
#gen_02:checked ~ #gen_02_content,
#gen_03:checked ~ #gen_03_content{
  display: block;
} */

/* #gen_04:checked ~ #gen_01_content,
#gen_05:checked ~ #gen_02_content,
#gen_06:checked ~ #gen_03_content{
  display: block;
} */

/*選択されているタブのスタイルを変える*/
/* .tabs input:checked + .tab_item {
  background-color: #7e8e6d;
  color: #fff;
}

.tabs input:checked + .tab_item_new {
  background-color: #fc4040;
  color: #fff;
} */

#measure #main .corona_nav{
    display: table;
    justify-content: space-between;
    width: 100%;
		border-bottom: 2px solid #b9ad90;
		margin-bottom: 5%;
		font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

#measure #main .corona_nav .active{
	background-color: #b9ad90;
	color: #fff;
}

#measure #main .corona_nav li{
    background: #eee;
    width: 33.333%;
    text-align: center;
    display: table-cell;
		font-size: 16px;
    vertical-align: middle;
		border-right: 3px solid #fff;
		padding:0;
		text-indent: 0;
}
#measure #main .corona_nav li:last-child{
	border-right: none;
}

#measure #main .corona_nav li a{
	text-decoration: none;
	display: block;
	padding:10px;
	display: block;
}

#measure #main .corona_nav li a:hover{
	color: #b9ad90;
}

.corona_content_wrap .corona_content_item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.corona_content_wrap .corona_content_item p{
	width: 20%;
}

.corona_content_wrap .corona_content_item p img {
    width: 200px;
    height: 110px;
    object-fit: cover;
}

.corona_content_wrap .corona_content_item ol{
	width: 75%;
}

.corona_content_wrap .corona_content_item ol li span{
	font-size: 17px;
	color: #d8c596;
}
