@charset "UTF-8";
/*-----clearfix-----*/
.cf:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.cf {min-height: 1px;}
* html .cf {height: 1px;}

/*-----cleartext-----*/
.clearText {text-indent:100%;white-space:nowrap;overflow:hidden;}
/*-----common-----*/
/*all device*/
.wrapper {position: relative;}
.taRBlk {text-align: right;display: block;}
.noLine {text-decoration: none;}
.bold {font-weight: bold;}
.bgFit {background-repeat: no-repeat;background-position: center;background-size: cover;}
.bgFit.ctn {background-size: contain;}
.kome {margin-left: 1.2em;}
.kome li {position: relative;list-style-type: none !important; margin-bottom: 8px;}
.kome li:last-child {margin-bottom: 0px;}
.kome li:before {position: absolute;content: '※';left: -1.2em;top: 0;}
.taL {text-align: left;}
.taC {text-align: center;}
.taR {text-align: right;}
.fL {float: left !important;}
.fR {float: right !important;}
.posRel {position: relative;}
.lh0 {line-height: 0;}
.lhS {line-height: 1.0em;}
.lhM {line-height: 1.4em;}
.lhL {line-height: 1.8em;}
.fBox {margin-left: -4%}
.fAll {float: left;width: 96%;margin-left: 4%;}
.f1of2 {float: left;width: 46%;margin-left: 4%;}
.f1of3 {float: left;width: 29.3333%;margin-left: 4%;}
.f2of3 {float: left;width: 62.6666%;margin-left: 4%;}
.f1of4 {float: left;width: 21%;margin-left: 4%;}
.f3of4 {float: left;width: 71%;margin-left: 4%;}
.f1of5 {float: left;width: 16%;margin-left: 4%;}
.f2of5 {float: left;width: 36%;margin-left: 4%;}
.f3of5 {float: left;width: 56%;margin-left: 4%;}
.f4of5 {float: left;width: 76%;margin-left: 4%;}
.f1of6 {float: left;width: 12.6666%;margin-left: 4%;}
.f5of6 {float: left;width: 79.3333%;margin-left: 4%;}
.f1of7 {float: left;width: 10.2857%;margin-left: 4%;}
.f2of7 {float: left;width: 24.5714%;margin-left: 4%;}
.f3of7 {float: left;width: 38.8571%;margin-left: 4%;}
.f4of7 {float: left;width: 53.1428%;margin-left: 4%;}
.f5of7 {float: left;width: 67.4285%;margin-left: 4%;}
.f6of7 {float: left;width: 81.7142%;margin-left: 4%;}
.f1of8 {float: left;width: 8.5%;margin-left: 4%;}
.f3of8 {float: left;width: 33.5%;margin-left: 4%;}
.autoImg {width: 100%;height: auto;}
.autoImg.full {width: auto;max-width: 100%;height: auto;display: table;margin: 0 auto;}
.autoImg.lg {width: 80%;margin: 0 auto;display: block;}
.autoImg.md {width: 50%;margin: 0 auto;display: block;}
.autoImg.sm {width: 30%;margin: 0 auto;display: block;}
.hAuto {height: auto !important;}
select::-ms-expand {
  display: none;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.icon:after,.icon:before,.bg:after,.bg:before {
    background-repeat: no-repeat;
    background-position: center;
}
.icon:after,.icon:before {
    background-size: contain;
}
.bg:after,.bg:before {
    background-size: cover;
}
/*sp*/
@media only screen and (max-width: 767px){
.wrapper {width: 100%;letter-spacing: 0.05em;}
.boldSp {font-weight: bold;}
.hideSp {display: none !important;}
.taLSp {text-align: left;}
.taCSp {text-align: center;}
.taRSp {text-align: right;}
.fLSp {float: left;}
.fRSp {float: right;}
.fBoxSp {margin-left: -4%}
.fAllSp {float: left;width: 96%;margin-left: 4%;}
.f1of2Sp {float: left;width: 46%;margin-left: 4%;}
.f1of3Sp {float: left;width: 29.3333%;margin-left: 4%;}
.f2of3Sp {float: left;width: 62.6666%;margin-left: 4%;}
.f1of4Sp {float: left;width: 21%;margin-left: 4%;}
.f3of4Sp {float: left;width: 71%;margin-left: 4%;}
.f1of5Sp {float: left;width: 16%;margin-left: 4%;}
.f2of5Sp {float: left;width: 36%;margin-left: 4%;}
.f3of5Sp {float: left;width: 56%;margin-left: 4%;}
.f4of5Sp {float: left;width: 76%;margin-left: 4%;}
.f1of6Sp {float: left;width: 12.6666%;margin-left: 4%;}
.f5of6Sp {float: left;width: 79.3333%;margin-left: 4%;}
.f1of7Sp {float: left;width: 10.2857%;margin-left: 4%;}
.f2of7Sp {float: left;width: 24.5714%;margin-left: 4%;}
.f3of7Sp {float: left;width: 38.8571%;margin-left: 4%;}
.f4of7Sp {float: left;width: 53.1428%;margin-left: 4%;}
.f5of7Sp {float: left;width: 67.4285%;margin-left: 4%;}
.f6of7Sp {float: left;width: 81.7142%;margin-left: 4%;}
.f1of8Sp {float: left;width: 8.5%;margin-left: 4%;}
.f3of8Sp {float: left;width: 33.5%;margin-left: 4%;}
.autoImg {width: 100%;height: auto;}
.autoImg.fullSp {width: auto;max-width: 100%;height: auto;display: table;margin: 0 auto;}
.autoImg.lgSp {width: 80%;margin: 0 auto;display: block;}
.autoImg.mdSp {width: 50%;margin: 0 auto;display: block;}
.autoImg.smSp {width: 30%;margin: 0 auto;display: block;}
.hAutoSp {height: auto !important;}
}
/*pc*/
@media only screen and (min-width: 768px){
.wrapper {width: 100%; min-width: 1024px;letter-spacing: 0.05em;}
.boldPc {font-weight: bold;}
.hidePc {display: none !important;}
.taLPc {text-align: left;}
.taCPc {text-align: center;}
.taRPc {text-align: right;}
.fLPc {float: left;}
.fRPc {float: right !important;}
.fBoxPc {margin-left: -4%}
.fAllPc {float: left;width: 96%;margin-left: 4%;}
.f1of2Pc {float: left;width: 46%;margin-left: 4%;}
.f1of3Pc {float: left;width: 29.3333%;margin-left: 4%;}
.f2of3Pc {float: left;width: 62.6666%;margin-left: 4%;}
.f1of4Pc {float: left;width: 21%;margin-left: 4%;}
.f3of4Pc {float: left;width: 71%;margin-left: 4%;}
.f1of5Pc {float: left;width: 16%;margin-left: 4%;}
.f2of5Pc {float: left;width: 36%;margin-left: 4%;}
.f3of5Pc {float: left;width: 56%;margin-left: 4%;}
.f4of5Pc {float: left;width: 76%;margin-left: 4%;}
.f1of6Pc {float: left;width: 12.6666%;margin-left: 4%;}
.f5of6Pc {float: left;width: 79.3333%;margin-left: 4%;}
.f1of7Pc {float: left;width: 10.2857%;margin-left: 4%;}
.f2of7Pc {float: left;width: 24.5714%;margin-left: 4%;}
.f3of7Pc {float: left;width: 38.8571%;margin-left: 4%;}
.f4of7Pc {float: left;width: 53.1428%;margin-left: 4%;}
.f5of7Pc {float: left;width: 67.4285%;margin-left: 4%;}
.f6of7Pc {float: left;width: 81.7142%;margin-left: 4%;}
.f1of8Pc {float: left;width: 8.5%;margin-left: 4%;}
.f3of8Pc {float: left;width: 33.5%;margin-left: 4%;}
.autoImg {width: 100%;height: auto;}
.autoImg.fullPc {width: auto;max-width: 100%;height: auto;display: table;margin: 0 auto;}
.autoImg.lgPc {width: 80%;margin: 0 auto;display: block;}
.autoImg.mdPc {width: 50%;margin: 0 auto;display: block;}
.autoImg.smPc {width: 30%;margin: 0 auto;display: block;}
.hAutoPc {height: auto !important;}
}

.text .marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.fairCampaign {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 40px;
}
.fairCampaign .fairCampaignInner {
  padding: 20px;
}
.fairCampaign .fairCampaignInner .fairCampaignItem {
  margin-top: 30px;
  margin-bottom: 30px;
}
.fairCampaign .fairCampaignInner .fairCampaignItem:first-child {
  margin-top: 0;
}
.fairCampaign .fairCampaignInner .fairCampaignItem:last-child {
  margin-bottom: 0;
}
.fairCampaign .fairCampaignInner .fairCampaignItem h2 {
  position: relative;
  background-color: #d32f2f;
  color: #fff;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 5px 10px;
}
.fairCampaign .fairCampaignInner .fairCampaignItem h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -7.5px;
  border: 15px solid transparent;
  border-top: 15px solid #d32f2f;
  width: 0;
  height: 0;
}
.fairCampaign .section-border2 {
  background-image: url(../image/bg/bg_separator-line2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  height: 20px;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
.Header__brandName .logo-espoir {
  width: 120px;
}
.Header__brandName .logo-espoir:before {
  width: 120px;
  top: 4px;
}
.Header .instBtn {
  height: 20px;
    width: 20px;
    position: absolute;
    top: 20px;
    right: 75px;
}
.Header .instBtn .ImportantNav_link.icon-instagram {
    height: 20px;
    width: 20px;
}
.Header .instBtn .ImportantNav_link.icon-instagram:before {
    height: 20px;
    left: calc(50% - 10px);
    width: 20px;
}
}
@media screen and (min-width: 768px) {
.PageCuisine .Chef__profile {
  display: block;
}
.PageCuisine .Chef__profileInfo {
  margin-left: 0;
}
}

.btn-more,
.Top-Voice .btn-more,
.Top-WeddingService .btn-more
 {
  padding: 0 60px 0 20px;
  display: table;
  width: auto !important;
}
.topPlanCard {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.card-photo-title-main {
  border-bottom: none;
}
.Blog__otherPostBtn a {
  color: #fff;
  line-height: 50px;
  display: block;
  width: 100%;
  height: 100%;
}
.Blog__otherPostBtn a:hover {
  color: #fff;
}
.Blog__otherPostBtn.btn:before {
  pointer-events: none;
}
.Blog__mainContent {
  margin-left: auto;
  margin-right: auto;
}
/*sp*/
@media only screen and (max-width: 767px){
.home .GalleryPhoto__photoList {
      margin-left: -10px;
    margin-top: -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home .GalleryPhoto__photoListItem {
      margin-left: 10px;
    margin-top: 10px;
    width: calc(calc(100% - 20px) / 2);
}
.home .GalleryPhoto__photoListItem:last-child {
  display: none;
}
}
/*pc*/
@media only screen and (min-width: 768px){
.card-photo-list {
  flex-wrap: wrap;
  margin-left: -40px;
}
.Top-WeddingService .card-photo-list-item {
  width: calc(33.3333% - 40px);
  margin-left: 40px;
  margin-bottom: 40px;
}
.Top-WeddingService .card-photo-img {
  height: 230px;
}
.home .GalleryPhoto__photoList {
  margin-left: -20px;
    margin-top: -20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home .GalleryPhoto__photoListItem {
  margin-left: 20px;
    margin-top: 20px;
    width: calc(33.3333% - 20px);
}
.home .GalleryPhoto__photoListItem a {
  display: block;
}
.home .GalleryPhoto__photoListItem img {
  width: 100%;
  height: auto;
}
.Top-Service .card-photo-list-item {
  width: calc(25% - 40px);
}
}


.Top-News.twoClm .card-post-list-item + .Top-News.twoClm .card-post-list-item {
  margin-top: 20px;
}
.Top-News.twoClm .card-post {
  display: -ms-flexbox;
  display: flex;
}
.Top-News.twoClm .card-post-img-box {
  width: 100px;
  height: 100px;
}
.Top-News.twoClm .card-post-img {
  height: 100px;
  margin: 0;
  width: 100px;
}
.Top-News.twoClm .card-post-info {
  margin-top: 0;
  margin-left: 10px;
  padding-bottom: 44px;
  width: calc(100% - 110px);
}
.Top-News.twoClm .card-post-title {
  font-size: 1.4rem;
  height: 44px;
  line-height: 1.6;
}
.Top-News.twoClm .card-post-data {
  width: calc(100% - 130px);
}
.Top-News.twoClm .card-post-date {
  bottom: 32px;
  font-size: 1.2rem;
}
.Top-News.twoClm .card-post .tag {
  left: 0;
  padding: 1px 8px;
}
.Top-News.twoClm  .card-post-list-item {
  width: 100%;
}
.Top-News.twoClm  .card-post .tag {
  right: auto;
}

.pageFooter .pageFooterList .pageFooterListItem .pageFooterListCard {
  box-shadow: 2px 3px 7px rgba(180, 180, 180, 0.5);
  background-color: #fff;
  padding: 10px;
  display: block;
  margin-bottom: 20px;
}
.pageFooter .pageFooterList .pageFooterListItem .pageFooterListCard span {
  display: block;
  color: #333;
}
.pageFooter .pageFooterList .pageFooterListItem .pageFooterListCard span.en {
  font-family: "Amatic SC", cursive;
  font-size: 3.8rem;
}
.pageFooter .pageFooterList .pageFooterListItem .pageFooterListCard span.jp {
  font-size: 1.6rem;
}

.card-plan-dt-list-item .openBtn {
  margin: 20px auto 0;
  color: #2d9692;
  border-bottom: 1px solid #2d9692;
  padding: 0 0 5px 0;
  display: table;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}
.card-plan-dt-list-item .openBtn:before {
  content: '＋';
  margin-right: 10px;
}
.card-plan-dt-list-item .openBtn.-active:before {
  content: '−';
}
.card-plan-dt-list-item .planDetail {
  display: none;
}
.card-plan-dt-list-item .planBtn {
  margin: 20px auto 0;
  background-color: #2d9692;
  color: #fff;
  font-weight: bold;
  display: table;
  padding: 10px 20px;
}
.planSpec {
  border-top: 1px solid #ccc;
  margin-top: 10px;
}
.planSpec .planSpecLine {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.planSpec .planSpecLine:nth-child(odd) {
  background-color: #fff;
}
.planSpec .planSpecLine dt {
  color: #999;
}
.planSpec .planSpecLine dd .off {
  background-color: #e3593f;
  color: #fff;
  font-weight: bold;
  display: table;
  margin-top: 10px;
  padding: 0 10px;
  border-radius: 50px;
}
/*sp*/
@media only screen and (max-width: 767px){
.planSpec {
  font-size: 1.4rem;
 
}
.planSpec .planSpecLine {
 padding: 16px;
}
.planSpec .planSpecLine dt {
  margin-bottom: 5px;
}
}
/*pc*/
@media only screen and (min-width: 768px){
.planSpec {
  font-size: 1.6rem;
}
.planSpec .planSpecLine dt {
  float: left;
  width: 140px;
}
.planSpec .planSpecLine dd {
  float: right;
  width: calc(100% - 140px);
}
.planSpec .planSpecLine dt,
.planSpec .planSpecLine dd {
  padding: 16px;
}
.planSpec .planSpecLine dt {
  padding-right: 0;
}
}


.ImportantNav_link.icon-freepaper {
  display: inline-block;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}
/*pc*/
@media only screen and (min-width: 768px){
.ImportantNav_linkItem.-instagram {
  margin-left: 20px;
}
.ImportantNav_link.icon-freepaper {
  height: 26px;
    margin-top: 2px;
    padding: 0;
    width: 20px;
    margin-left: 40px;
}
.icon-freepaper.-black:before {
  background-image: url(../image/icon/icon_paper_black.svg);
  height: 20px;
    left: calc(50% - 10px);
    width: 20px;
    top: calc(50% - 10px);
}
.icon-freepaper.-black:hover:before {
  background-image: url(../image/icon/icon_paper_green.svg);
}
}

/*pc*/
@media only screen and (min-width: 768px){
.Top-WeddingService .card-photo-list-item.fourClm {
      width: calc(25% - 40px);
}
.card-photo-title.-big .card-photo-title-main {
  font-size: 3.6rem;
}
.card-photo-title.-big .card-photo-title-ruby {
  font-size: 1.8rem;
}
}


.photoFrame__single,
.photoFrame__cardLinkImage,
.photoFrame__twin .image,
.photoFrame__sectionTitle .image,
.photoFrame__three .image,
.photoFrame__threeLeft .image,
.photoFrame__threeRight .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.photoFrame__cardLink {
  display: block;
  box-shadow: 4px 4px 8px rgba(0,0,0,0.16);
}
.photoFrame__cardLink:hover {
  opacity: 0.7;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.16);
  transition: 0.3s;
}
.photoFrame__cardLink.off {
  opacity: 0.7;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.16);
  pointer-events: none;
}
.photoFrame__cardLinkTitle {
  padding: 10px 16px;
  font-size: 18px;
  font-weight: bold;
}
.photoFrame__cardLinkText {
  padding: 0 16px 16px 16px;
  font-size: 14px;
  color: #333;
}
.photoFrame__twin {
  overflow: hidden;
}
.photoFrame__twin .one {
  float: left;
}
.photoFrame__twin .two {
  float: right;
}
.photoFrame__sectionTitle {
  position: relative;
}
.photoFrame__sectionTitle .image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}
.photoFrame__sectionTitle.left .image {
  left: 0;
}
.photoFrame__sectionTitle.right .image {
  right: 0;
}
.photoFrame__three {
  display: flex;
  justify-content: space-between;
}
.photoFrame__threeLeft {
  position: relative;
}
.photoFrame__threeLeft .image.three {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.photoFrame__threeRight {
  position: relative;
  overflow: hidden;
}
.photoFrame__threeRight .image.three {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/*sp*/
@media only screen and (max-width: 767px){
.photoFrame__single {
  height: 250px;
}
.photoFrame__cardLinkImage {
  height: 200px;
}
.photoFrame__twin .image {
  height: 150px;
}
.photoFrame__twin .one {
  width: calc(50% - 2.5px);
}
.photoFrame__twin .two {
  width: calc(50% - 2.5px);
}
.photoFrame__sectionTitle.left {
  padding: 30px 0 30px calc(50% + 16px);
}
.photoFrame__sectionTitle.right {
  padding: 30px calc(50% + 16px) 30px 0;
}
.photoFrame__sectionTitle .number {
  font-family: "Fredericka the Great", cursive;
  font-size: 32px;
  color: #ccc;
}
.photoFrame__sectionTitle .title,
.photoFrame__threeRight .title,
.photoFrame__threeLeft .title {
  font-size: 22px;
  font-weight: normal;
  color: #666;
}
.photoFrame__sectionTitle .text {
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 10px;
}
.photoFrame__three .image {
  height: 100px;
  width: calc(33% - 2.5px);
}
.photoFrame__threeLeft .image {
  width: calc(50% - 2.5px);
}
.photoFrame__threeLeft .image.two {
  margin-top: 5px;
  display: table;
}
.photoFrame__threeLeft .image.one,
.photoFrame__threeLeft .image.two {
  height: 150px;
}
.photoFrame__threeRight .image {
  width: calc(50% - 2.5px);
}
.photoFrame__threeRight .image.two {
  margin-top: 5px;
  display: table;
}
.photoFrame__threeRight .image.one,
.photoFrame__threeRight .image.two {
  height: 150px;
  float: right;
  clear: both;
}
.photoFrame__threeRight .title,
.photoFrame__threeLeft .title {
  vertical-align: middle;
  display: table-cell;
}
}
/*pc*/
@media only screen and (min-width: 768px){
.photoFrame__single {
  height: 450px;
}
.photoFrame__cardLinkImage {
  height: 150px;
}
.photoFrame__twin .image {
  height: 250px;
}
.photoFrame__twin .one {
  width: calc(50% - 5px);
}
.photoFrame__twin .two {
  width: calc(50% - 5px);
}
.photoFrame__sectionTitle.left {
  padding: 80px 0 80px calc(50% + 32px);
}
.photoFrame__sectionTitle.right {
  padding: 80px calc(50% + 32px) 80px 0;
}
.photoFrame__sectionTitle .number {
  font-family: "Fredericka the Great", cursive;
  font-size: 32px;
  color: #ccc;
}
.photoFrame__sectionTitle .title,
.photoFrame__threeRight .title,
.photoFrame__threeLeft .title {
  font-size: 28px;
  font-weight: normal;
  color: #666;
}
.photoFrame__sectionTitle .text {
  font-size: 18px;
  line-height: 1.6em;
  margin-top: 10px;
}
.photoFrame__three .image {
  height: 200px;
  width: calc(33% - 5px);
}
.photoFrame__threeLeft .image {
  width: calc(50% - 5px);
}
.photoFrame__threeLeft .image.two {
  margin-top: 10px;
  display: table;
}
.photoFrame__threeLeft .image.one,
.photoFrame__threeLeft .image.two {
  height: 300px;
}
.photoFrame__threeRight .image {
  width: calc(50% - 5px);
}
.photoFrame__threeRight .image.two {
  margin-top: 10px;
  display: table;
}
.photoFrame__threeRight .image.one,
.photoFrame__threeRight .image.two {
  height: 300px;
  float: right;
  clear: both;
}
.photoFrame__threeRight .title,
.photoFrame__threeLeft .title {
  vertical-align: middle;
  display: table-cell;
}
}



/*sp*/
@media only screen and (max-width: 767px){
}
/*pc*/
@media only screen and (min-width: 768px){
.PageLunch .Option__menuItem {
  height: 420px;
}
.PageLunch .Drink__menuItem {
  height: 420px;
}
}


@media only screen and (max-width: 767px){
.GNav__menuContact.-sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #2d9692;
}
}


/*sp*/
@media only screen and (max-width: 767px){
.mainBnr {
  margin: 20px auto 0 auto;
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
}
}
/*pc*/
@media only screen and (min-width: 768px){
.mainBnr {
  margin: 40px auto 0 0;
  width: 400px;
  height: auto;
  box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
}
}

/*pc*/
@media only screen and (min-width: 768px){
.btn-cta {
  height: 60px;
  width: auto;
  display: table;
  padding-right: 60px;
}
}

.Access__busArea {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #2d9692;
}
.Access__busTitle {
  position: relative;
  color: #2d9692;
  font-weight: bold;
  padding-top: 64px;
}
.Access__busTitle:before {
  content: '';
  position: absolute;
  background-image: url(../image/icon/icon_bus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 0;
  margin-left: -32px;
}
.Access__busText {
  margin-top: 8px;
}
.Access__busCaution {
  margin-top: 8px;
}
/*sp*/
@media only screen and (max-width: 767px){
.Access__busArea {
  width: 100%;
  margin-bottom: 20px;
  padding: 16px;
}
.Access__busTitle {
  font-size: 20px;
}
.Access__busText {
  font-size: 16px;
}
.Access__busCaution {
  font-size: 12px;
}
}
/*pc*/
@media only screen and (min-width: 768px){
.Access__busArea {
  width: 600px;
  margin-bottom: 40px;
  padding: 24px;
}
.Access__busTitle {
  font-size: 24px;
}
.Access__busText {
  font-size: 18px;
}
.Access__busCaution {
  font-size: 14px;
}
}


/* QA */
.pageQa .title-2 {
  border-left: 5px solid #333;
  padding-left: 13px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pageQa .title-2:first-child {
  margin-top: 0;
}
.pageQa .qaList {
  border-top: 1px solid #ccc;
}
.pageQa .qaTitle {
  border-bottom: 1px solid #ccc;
  padding: 16px 40px;
  cursor: pointer;
  color: #2d9692;
  position: relative;
}
.pageQa .qaTitle:hover {
  background-color: #f1f1f1;
  transition: 0.3s;
}
.pageQa .qaTitle:before {
  content: 'Q.';
  color: #333;
  position: absolute;
  left: 16px;
  top: 16px;
}
.pageQa .qaTitle:after {
  content: '＋';
  color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #333;
  right: 16px;
  top: 50%;
  margin-top: -12px;
  text-align: center;
}
.pageQa .qaTitle.-active:after {
  content: '−';
}
.pageQa .qaContent {
  border-bottom: 1px solid #ccc;
  padding: 16px 40px;
  display: none;
  position: relative;
}
.pageQa .qaContent:before {
  content: 'A.';
  color: #333;
  position: absolute;
  color: #999;
  font-weight: bold;
  left: 16px;
  top: 16px;
}
/*sp*/
@media only screen and (max-width: 767px){
.pageQa .title-2 {
  font-size: 18px;
}
.pageQa .qaTitle {
  font-size: 14px;
}
}
/*pc*/
@media only screen and (min-width: 768px){
.pageQa .title-2 {
  font-size: 20px;
}
.pageQa .qaTitle {
  font-size: 16px;
}
}

/* add200501 */
.espoirWeddingBox .inner {
  display: block;
  padding: 24px;
  border: 5px double #2d9692;
  text-align: center;
}
.espoirWeddingBox a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.espoirWeddingBox .title {
  color:#2d9692;
  font-weight: bold;
}
@media only screen and (min-width: 768px){
  .espoirWeddingBox .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px){
  .espoirWeddingBox .title {
    font-size: 16px;
  }
}
.espoirWeddingBox .text {
  font-size: 14px;
  margin-top: 16px;
  color: #333;
}
.espoirWeddingBox .link {
  font-size: 14px;
  font-weight: bold;
  background-color: #2d9692;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  display: table;
  margin: 16px auto 0;
}


@media only screen and (max-width: 767px){
.FixedFt__contactCtaText.icon-fair {
  /*padding-top: 7px;*/
  padding-top: 26px;
}
.FixedFt__contactCtaText.icon-fair:before {
  background-image: none;
}
}

@media only screen and (max-width: 767px){
.MainVisual {
  height: auto;
  /* padding-bottom: 55vh; */
  box-sizing: content-box;
}
.TopLabelArea {
  z-index: 1;
}
}

@media only screen and (min-width: 768px){
.PageGallery .GalleryCategory__categoryList {
  flex-wrap: wrap;
}
.PageGallery .GalleryCategory__categoryListItem {
  margin-bottom: 20px;
}
}


/*ワンポイント*/
.pointArea__title {
  position: relative;
}
.pointArea__title:before {
  content: '';
  position: absolute;
  background-image: url(../image/icon/icon_point.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pointArea__text:last-child {
  margin-bottom: 0;
}
/*sp*/
@media only screen and (max-width: 767px){
.pointArea {
  padding: 24px 16px;
  background-color: #f1f1f1;
  border: 2px dashed #2d9692;
}
.pointArea__title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #2d9692;
  padding-bottom: 4px;
  line-height: 60px;
  padding-left: 60px;
}
.pointArea__title:before {
  width: 50px;
  height: 56px;
  top: 50%;
  left: 0;
  margin-top: -30px;
}
.pointArea__subTitle {
  font-size: 15px;
  color: #2d9692;
  margin-bottom: 4px;
}
.pointArea__text {
  font-size: 13px;
  margin-bottom: 16px;
}
}
/*pc*/
@media only screen and (min-width: 768px){
.pointArea {
  padding: 24px;
  background-color: #f1f1f1;
  border: 3px dashed #2d9692;
}
.pointArea__title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #2d9692;
  padding-bottom: 8px;
}
.pointArea__title:before {
  width: 100px;
  height: 112px;
  left: -120px;
  top: 4px;
}
.pointArea__content {
  padding-left: 120px; 
}
.pointArea__subTitle {
  font-size: 16px;
  color: #2d9692;
  margin-bottom: 4px;
}
.pointArea__text {
  font-size: 14px;
  margin-bottom: 16px;
}
}

.btn-fair-more {
  border: 1px solid #2d9692;
  background: #fff;
  text-align: center;
}
.btn-fair-more-text {
  color: #2d9692;
}
.btn-fair-more .icon.-details:after, .btn-fair-more .-details.logo:after, .btn-fair-more .-details.ilst:after, .btn-fair-more .-details.typ:after {
    /*画像がなさそうなのでいったんコメントアウト20210629
    background-image: url(../image/icon/icon_eye_green.svg);*/
    left: 0;
}

/*top Instagramバナー*/
/*sp*/
@media only screen and (max-width: 767px){
  .Top-SNS__otherInstaTitle {
    position: relative;
    padding-left: 50px;
  }
  .Top-SNS__otherInstaTitle:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background-image: url(../image/icon/icon_sns_instagram.png);
  }
  .Top-SNS__otherInstaList, .Top-SNS__otherInstaListFB {
    width: 100%;
    margin: 20px auto 0;
    display: block;
    justify-content: space-between;
  }
  .Top-SNS__otherInstaListItem, .Top-SNS__otherInstaListItemFB {
    width: 100%;
    height: 80px;
    background-color: #222222;
    margin-bottom: 16px;
  }
  .Top-SNS__otherInstaListItem:last-child {
    margin-bottom: 0;
  }
  .Top-SNS__otherInstaLink {
    color: white;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .Top-SNS__otherInstaLink:hover {
    color: #6CB6B3;
    transition: .7;
  }
  .Top-SNS__otherInstaRestaurant, .Top-SNS__otherInstaFlower, .Top-SNS__otherInstaBeauty, .Top-SNS__otherInstaDress, .Top-SNS__otherInstaPhoto {
    position: relative;
    padding-left: 60px;
  }
  .Top-SNS__otherInstaRestaurant:before {
    position: absolute;
    content: '';
    width: 35px;
    height: 55px;
    top: 13px;
    left: 20px;
    background-image: url(../image/icon/icon_sns_restaurant.png);
  }
  .Top-SNS__otherInstaFlower:before {
    position: absolute;
    content: '';
    width: 38px;
    height: 55px;
    top: 12px;
    left: 24px;
    background-image: url(../image/icon/icon_sns_flower.png);
  }
  .Top-SNS__otherInstaBeauty:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 55px;
    top: 12px;
    left: 34px;
    background-image: url(../image/icon/icon_sns_beauty.png);
  }
  .Top-SNS__otherInstaDress:before {
    position: absolute;
    content: '';
    width: 56px;
    height: 40px;
    top: 20px;
    left: 24px;
    background-image: url(../image/icon/icon_sns_dress.png);
  }
  .Top-SNS__otherInstaPhoto:before {
    position: absolute;
    content: '';
    width: 44px;
    height: 38px;
    top: 20px;
    left: 24px;
    background-image: url(../image/icon/icon_sns_photo.png);
  }
  .Top-SNS__otherInstaEn {
    font-family: "Amatic SC", cursive;
    font-weight: normal;
    letter-spacing: 0.08em;
    font-size: 31px;
  }
}
/*pc*/
@media only screen and (min-width: 768px){
  .Top-SNS__otherInstaTitle {
    position: relative;
  }
  .Top-SNS__otherInstaTitle:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    margin: -12px 0 0 -50px;
    background-image: url(../image/icon/icon_sns_instagram.png);
  }
  .Top-SNS__otherInstaList {
    width: 980px;
    margin: 40px auto;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
  }
  .Top-SNS__otherInstaListFB {
    width: 980px;
    margin: 40px auto;
    display: block;
  }
  .Top-SNS__otherInstaListItem {
    width: calc(100%/3 - 100px/3);
    height: 80px;
    margin-right: 32px;
    background-color: #222222;
  }
  .Top-SNS__otherInstaListItem:nth-child(3n) {
    margin-right: 0;
  }
  .Top-SNS__otherInstaListItem:nth-child(n+4) {
    margin-top: 32px;
  }
  .Top-SNS__otherInstaListItemFB {
    width: calc(100%/3 - 100px/3);
    height: 80px;
    margin: 32px auto;
    background-color: #222222;
  }
  .Top-SNS__otherInstaLink {
    color: white;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .Top-SNS__otherInstaLink:hover {
    color: #6CB6B3;
    transition: .7;
  }
  .Top-SNS__otherInstaRestaurant, .Top-SNS__otherInstaFlower, .Top-SNS__otherInstaBeauty, .Top-SNS__otherInstaDress, .Top-SNS__otherInstaPhoto {
    position: relative;
    padding-left: 60px;
  }
  .Top-SNS__otherInstaRestaurant:before {
    position: absolute;
    content: '';
    width: 35px;
    height: 55px;
    top: 13px;
    left: 20px;
    background-image: url(../image/icon/icon_sns_restaurant.png);
  }
  .Top-SNS__otherInstaFlower:before {
    position: absolute;
    content: '';
    width: 38px;
    height: 55px;
    top: 12px;
    left: 24px;
    background-image: url(../image/icon/icon_sns_flower.png);
  }
  .Top-SNS__otherInstaBeauty:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 55px;
    top: 12px;
    left: 34px;
    background-image: url(../image/icon/icon_sns_beauty.png);
  }
  .Top-SNS__otherInstaDress:before {
    position: absolute;
    content: '';
    width: 56px;
    height: 40px;
    top: 20px;
    left: 24px;
    background-image: url(../image/icon/icon_sns_dress.png);
  }
  .Top-SNS__otherInstaPhoto:before {
    position: absolute;
    content: '';
    width: 44px;
    height: 38px;
    top: 20px;
    left: 24px;
    background-image: url(../image/icon/icon_sns_photo.png);
  }
  .Top-SNS__otherInstaEn {
    font-family: "Amatic SC", cursive;
    font-weight: normal;
    letter-spacing: 0.08em;
    font-size: 31px;
  }
}
/*関連記事リンク*/
/*sp*/
@media only screen and (max-width: 767px){
  .readMoreBox {
    border: 1px solid #2D9692;
    padding: 24px;
    display: table;
    margin: 0 auto;
  }
  .readMoreBox__title {
    color: #2D9692;
    font-weight: bold;
  }
  .readMoreBox__list {
    margin-top: 24px;
  }
  .readMoreBox__listInner {
    position: relative;
    margin-bottom: 16px;
    margin-left: 45px;
  }
  .readMoreBox__listInner:last-child {
    margin-bottom: 0;
  }
  .readMoreBox__listInner:before {
    position: absolute;
    content: '';
    width: 35px;
    height: 24px;
    margin-left: -45px;
    background-image: url(../image/icon/icon_readMore.png);
  }
  .readMoreBox__link {
    color: #666;
    text-decoration: underline;
    font-size: 14px;
  }
  .readMoreBox__link:hover {
    color: #2D9692;
  }
}
/*pc*/
@media only screen and (min-width: 768px){
  .readMoreBox {
    border: 1px solid #2D9692;
    padding: 24px;
    display: table;
    margin: 0 auto;
  }
  .readMoreBox__title {
    color: #2D9692;
    font-weight: bold;
  }
  .readMoreBox__list {
    margin-top: 24px;
  }
  .readMoreBox__listInner {
    position: relative;
    margin-bottom: 16px;
    margin-left: 45px;
  }
  .readMoreBox__listInner:last-child {
    margin-bottom: 0;
  }
  .readMoreBox__listInner:before {
    position: absolute;
    content: '';
    width: 35px;
    height: 24px;
    margin-left: -45px;
    background-image: url(../image/icon/icon_readMore.png);
  }
  .readMoreBox__link {
    color: #666;
    text-decoration: underline;
    font-size: 14px;
  }
  .readMoreBox__link:hover {
    color: #2D9692;
  }
}
@media only screen and (min-width: 768px){
  .h1_small {
    font-size: 14px;
    font-weight: normal;
    color: #aaa;
    text-align: center;
    width: 900px;
    margin: 32px auto -32px;
  }
}
@media only screen and (max-width: 767px){
  .h1_small {
    font-size: 14px;
    font-weight: normal;
    color: #aaa;
    text-align: center;
    width: 80%;
    margin: 32px auto -32px;
  }
}

.PageTitle {
  padding-bottom: 10px;
}

/*------ ブログ　公開日・更新日表示 ------*/
.articleDate {
    overflow: hidden;
    display: table;
    margin: 0;
    padding-bottom: 8px;
    color: #555;
    font-size: 1.4rem;
}
.articleDate__label {
    font-weight: bold;
    float: left;
    clear: both;
}
.articleDate__label:after {
    content: '：';
}
.articleDate__date {
    float: left;
}

/*------ 固定フッタバナー　〇〇のおすすめ ------*/
@media screen and (max-width: 767px) {
  .fixedFt__recommendedArea {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 10%);
    z-index: 20;
    position: absolute;
    left: 20px;
    top: -61px;
    justify-content: space-between;
  }
  .fixedFt__recommendedItem {
    background-color: #fff;
    border: 2px solid #2d9692;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
    padding: 4px 0;
    text-align: center;
    width: calc(100%/2 - 1%/2);
    line-height: 1em;
    font-weight: bold;
    box-sizing: border-box;
  }
  /*.fixedFt__recommendedItem + .fixedFt__recommendedItem {
    margin-left: 1%;
  }*/
  .fixedFt__recommendedLink {
    color: #2d9692;
  }
  .fixedFt__recommendedLink:hover {
    color: #2d9692;
  }
  .fixedFt__recommendedTextBlockMonth, .fixedFt__recommendedTextBlockWeekday {
    position: relative;
    font-size: 12px;
    line-height: 1.2em;
    padding: 4px 0 4px 10px;
    text-align: center;
  }
  .fixedFt__recommendedTextBlockMonth:before {
    background-image: url(../image/bnr/bnr_recommended_iconMonth.png);
    width: 21px;
    height: 22px;
    position: absolute;
    content: '';
    top: 0;
    left: 7px;
  }
  .fixedFt__recommendedTextBlockWeekday:before {
    background-image: url(../image/bnr/bnr_recommended_iconWeekday.png);
    width: 22px;
    height: 24px;
    position: absolute;
    content: '';
    top: 0;
    left: 7px;
  }
  .fixedFt__recommendedTextSub {
    font-size: 14px;
    padding: 0 0 4px 10px;
  }
  .fixedFt__recommendedTextBlockCampaign {
    font-size: 11px;
    font-weight: bold; 
    padding: 4px 2px;
    letter-spacing: 0.2px;
  }
  .fixedFt__recommendedTextBlockCampaignSub {
    font-size: 10px;
    position: relative;
    text-align: left;
    letter-spacing: 0.2px;
    padding-left: 2px;
  }
  .fixedFt__recommendedTextBlockCampaignSub:after {
    position: absolute;
    content: '詳細へ';
    bottom: 0;
    right: 2px;
    color: white;
    text-shadow:1px 1px 0 #2d9692, -1px -1px 0 #2d9692,
              -1px 1px 0 #2d9692, 1px -1px 0 #2d9692,
              0px 1px 0 #2d9692,  0-1px 0 #2d9692,
              -1px 0 0 #2d9692, 1px 0 0 #2d9692;
    font-size: 10px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .fixedFt__recommendedArea {
    display: -ms-flexbox;
    display: flex;
    z-index: 20;
    justify-content: space-between;
    position: absolute;
    top: -80px;
    right: 20px;
  }
  .fixedFt__recommendedItem {
    width: 200px;
    margin-right: 20px;
    height: 60px;
    background-color: #fff;
    border: 2px solid #2d9692;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
    padding: 5px;
    font-weight: bold;
  }
  .fixedFt__recommendedLink {
    height: 40px;
    transition: .3s;
    color: #2d9692;
  }
  .fixedFt__recommendedLink:hover {
    color: #2d9692;
  }
  .fixedFt__recommendedTextBlockMonth, .fixedFt__recommendedTextBlockWeekday {
    position: relative;
    font-size: 0.6em;
    line-height: 1em;
    padding: 10px 0 0 78px;
  }
  .fixedFt__recommendedTextBlockMonth:before {
    background-image: url(../image/bnr/bnr_recommended_imgMonth.jpg);
    width: 70px;
    height: 46px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
  }
  .fixedFt__recommendedTextBlockWeekday:before {
    background-image: url(../image/bnr/bnr_recommended_imgWeekday.jpg);
    width: 70px;
    height: 46px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
  }
  .fixedFt__recommendedTextSub {
    font-size: 12px;
    padding: 4px 0 0 78px;
  }
  .fixedFt__recommendedTextBlockCampaign {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
  }
  .fixedFt__recommendedTextBlockCampaignSub {
    font-size: 14px;
    padding-left: 8px;
    position: relative;
  }
  .fixedFt__recommendedTextBlockCampaignSub:after {
    position: absolute;
    content: '詳細へ';
    bottom: 0;
    right: 0;
    width: 40px;
    height: 20px;
    color: #FFF;
    text-shadow:1px 1px 0 #2d9692, -1px -1px 0 #2d9692,
              -1px 1px 0 #2d9692, 1px -1px 0 #2d9692,
              0px 1px 0 #2d9692,  0-1px 0 #2d9692,
              -1px 0 0 #2d9692, 1px 0 0 #2d9692;
    font-size: 12px;
  }
}
.red {
  color: #F23761;
}


/*------ SP メインビジュアル改修 ------*/
@media screen and (max-width: 767px) {
  .MainVisual__copyBody {
    top: 50px;
  }
  .MainVisual__mvCopy {
    font-size: 5vw;
    font-weight: 700;
  }
  .MainVisual__mvText {
    font-size: 3.2vw;
    margin-top: 45vh;
    padding: 6px 36px 0;
    position: relative;
  }
  .MainVisual__mvText:before {
    content: '';
    position: absolute;
    background-image: url(../image/ilst/ilst_title-leaf_left.svg);
    left: 0;
    top: 0;
    width: 30px;
    height: 120px;
  }
  .MainVisual__mvText:after {
    content: '';
    position: absolute;
    background-image: url(../image/ilst/ilst_title-leaf_right.svg);
    right: 0;
    top: 0;
    width: 30px;
    height: 120px;
  }
  .TopLabelArea {
    top: 70vh;
  }
  .covid19Measures {
    margin-top: 0;
  }
}


/*------ ムービーフォト ------*/
@media screen and (max-width: 767px) {
  .MovieGallery__leadBg {
    background-image: url(../image/movie/movie_leadBg_sp.png);
    background-repeat: no-repeat;
    height: 200px;
    padding-top: 16px;
  }
  .MovieGallery__movieList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
  }
  .MovieGallery__movieListItem {
    margin-left: 10px;
    margin-top: 10px;
    width: calc(calc(100% - 20px) / 2);
  }
  .MovieGallery__movieListItem:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  .MovieGallery__movieListItem a {
    display: block;
  }
  .MovieGallery__pageImgFlame {
    /*position: relative;*/
    width: 100%;
    /*padding-top: 100%;*/
    overflow: hidden;
    margin: 0 auto;
  }
  .MovieGallery__pageImg {
    /*position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 150%;
    max-height: 150%;*/
  }
}
@media screen and (min-width: 768px) {
  .MovieGallery__leadBg {
    background-image: url(../image/movie/movie_leadBg.png);
    height: 170px;
  }
  .MovieGallery__movieList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -20px;
  }
  .MovieGallery__movieListItem {
    margin-left: 20px;
    margin-top: 20px;
    width: calc(calc(100% - 60px) / 3);
    cursor: pointer;
  }
  .MovieGallery__movieListItem:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  .MovieGallery__movieListItem a {
    display: block;
  }
  .MovieGallery__pageImgFlame {
    /*position: relative;*/
    width: 100%;
    /*padding-top: 100%;*/
    overflow: hidden;
    margin: 0 auto;
  }
  .MovieGallery__pageImg {
    /*position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 150%;
    max-height: 150%;*/
  }
}

/*------ フェア下層ページCTA改修 ------*/
@media screen and (min-width: 768px) {
  .FixedFt__contactCtaFairInner {
    width: 800px;
    margin: 0 auto;
    padding-left: 80px;/*TOPボタンの分*/
    display: flex;
    justify-content: space-between;
  }
  .FixedFt__contactCtaFairInnerItem {
    width: calc(100% / 2);
  }
  .fairInner__btnTel, .fairInner__btnMail {
    width: 80%;
    margin: 16px auto;
    line-height: 3em;
    display: block;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
    text-align: center;
    color: #FFF;
    position: relative;
    padding-left: 25px;
  }
  .fairInner__btnTel {
    background-color: #2D9692;
  }
  .fairInner__btnMail {
    background-color: #f55524;
  }
  .fairInner__btnTel:hover ,.fairInner__btnMail:hover {
    opacity: 0.6;
    color: #FFF;
    transition: .3s;
  }
  .fairInner__btnTel:before {
    position: absolute;
    content: '';
    background-image: url(../image/icon/icon_tel_white.svg);
    width: 12px;
    height: 14px;
    top: 1em;
    left: 72px;
  }
  .fairInner__btnMail:before {
    position: absolute;
    content: '';
    background-image: url(../image/icon/icon_mail_white.svg);
    width: 14px;
    height: 10px;
    top: 1.2em;
    left: 56px;
  }
}

@media screen and (max-width: 767px) {
  .FixedFt__contactCtaFairInner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .FixedFt__contactCtaFairInnerItem {
    width: calc(100% / 2);
  }
  .fairInner__btnTel, .fairInner__btnMail {
    width: 98%;
    margin: 16px auto;
    line-height: 3em;
    display: block;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
    text-align: center;
    color: #FFF;
    font-size: 13px;
    position: relative;
    padding-left: 22px;
  }
  .fairInner__btnTel {
    background-color: #2D9692;
  }
  .fairInner__btnMail {
    background-color: #f55524;
  }
  .fairInner__btnTel:hover ,.fairInner__btnMail:hover {
    opacity: 0.6;
    color: #FFF;
    transition: .3s;
  }
  .fairInner__btnTel:before {
    position: absolute;
    content: '';
    background-image: url(../image/icon/icon_tel_white.svg);
    width: 12px;
    height: 14px;
    top: 1em;
    left: 22px;
  }
  .fairInner__btnMail:before {
    position: absolute;
    content: '';
    background-image: url(../image/icon/icon_mail_white.svg);
    width: 14px;
    height: 10px;
    top: 1.2em;
    left: 22px;
  }
  .FixedFt {
    height: auto;
  }
}

/*------ SNS表示改修 ------*/
@media screen and (min-width: 768px) {
  .Top-SNS__snsListItem {
    border: 1px solid #333;
    margin: 0 auto;
    width: calc(calc(100% - 200px) / 2);
  }
  .Top-SNS__snsList {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .Top-SNS__snsListItem {
    border: 1px solid #333;
    padding: 0;
  }
  .Top-SNS__snsListItem + .Top-SNS__snsListItem {
    margin-top: 32px;
  }
}

/*---- ランチメニュー改定210726 -----*/
@media screen and (min-width: 768px) {
  .PageLunch .Course__menuNameSub_bg {
    color: #FFF;
    background-color: #2d9692;
    font-size: 2.2rem;
    padding: 4px;
  }
}
@media screen and (max-width: 767px) {
  .PageLunch .Course__menuNameSub_bg {
    color: #FFF;
    background-color: #2d9692;
    font-size: 1.8rem;
    padding: 4px;
  }
}

/*---- 法人向けフォーム追加210906 -----*/
.text-linkRed {
  color: #D40000;
  font-weight: bold;
  text-decoration: underline;
  word-break: break-all;
}

/*---- フェアページ改修210929 -----*/
@media screen and (max-width: 767px) {
  .backArchive {
    margin: 64px 0 0 auto;
    padding-right: 16px;
  }
  .backArchive__link {
    display: inline-block;
    font-size: 14px;
  }
  .pageContainer.PageFairDetails {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .FairDetails__ctaArea {
    background: #fff;
    border-bottom: 1px solid rgba(45, 150, 146, 0.3);
    border-top: 1px solid rgba(45, 150, 146, 0.3);
    width: 100%;
    margin: 40px auto;
  }
  .FairDetails__ctaTitle {
    color: #2D9692;
    font-weight: 600;
    text-align: center;
    margin-top: 12px;
  }
  .FairDetails__ctaContainer {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .FairDetails__ctaContainerItem {
    width: calc(100% / 2);
  }
  .FairDetails__ctaBtnTel, .FairDetails__ctaBtnMail {
    width: 80%;
    margin: 12px auto 16px;
    line-height: 3em;
    display: block;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
    text-align: center;
    color: #FFF;
    position: relative;
    padding-left: 25px;
  }
  .FairDetails__ctaBtnTel:hover, .FairDetails__ctaBtnMail:hover {
    opacity: 0.6;
    color: #FFF;
    transition: .3s;
  }
  .FairDetails__ctaBtnTel {
    background-color: #2D9692;
  }
  .FairDetails__ctaBtnTel:before {
    position: absolute;
    content: '';
    background-image: url(../image/icon/icon_tel_white.svg);
    width: 12px;
    height: 14px;
    top: 1em;
    left: 46px;
  }
  .FairDetails__ctaBtnMail {
    background-color: #f55524;
  }
  .FairDetails__ctaBtnMail:before {
    position: absolute;
    content: '';
    background-image: url(../image/icon/icon_mail_white.svg);
    width: 14px;
    height: 10px;
    top: 1.2em;
    left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .FairDetails__ctaArea {
    background: #fff;
    border-bottom: 1px solid rgba(45, 150, 146, 0.3);
    border-top: 1px solid rgba(45, 150, 146, 0.3);
    width: 100%;
    margin: 40px auto;
  }
  .FairDetails__ctaTitle {
    color: #2D9692;
    font-weight: 600;
    text-align: center;
    margin-top: 12px;
  }
  .FairDetails__ctaContainer {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .FairDetails__ctaContainerItem {
    width: calc(100% / 2);
  }
  .FairDetails__ctaBtnTel, .FairDetails__ctaBtnMail {
    width: 98%;
    margin: 12px auto 16px;
    line-height: 3em;
    display: block;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 30%);
    text-align: center;
    color: #FFF;
    font-size: 13px;
    position: relative;
    padding-left: 22px;
  }
  .FairDetails__ctaBtnTel:hover, .FairDetails__ctaBtnMail:hover {
    opacity: 0.6;
    color: #FFF;
    transition: .3s;
  }
  .FairDetails__ctaBtnTel {
    background-color: #2D9692;
  }
  .FairDetails__ctaBtnTel:before {
    position: absolute;
    content: '';
    background-image: url(../image/icon/icon_tel_white.svg);
    width: 12px;
    height: 14px;
    top: 1em;
    left: 22px;
  }
  .FairDetails__ctaBtnMail {
    background-color: #f55524;
  }
  .FairDetails__ctaBtnMail:before {
    position: absolute;
    content: '';
    background-image: url(../image/icon/icon_mail_white.svg);
    width: 14px;
    height: 10px;
    top: 1.2em;
    left: 22px;
  }
}

/*---- トップ改修211007 -----*/
@media screen and (min-width: 768px) {
  .Top-Wedding .sectionContainer {
    padding-top: 0;
    padding-top: 80px;
    padding-bottom: 200px;
    /* margin-top: 80px; 
    margin-bottom: 140px;*/
  }
  .Top-SNS__otherInstaList {
    text-align: center;
  }
  .Top-SNS__otherInstaWedding, .Top-SNS__otherInstaFB {
    position: relative;
    padding-left: 60px;
  }
  .Top-SNS__otherInstaWedding:before {
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    top: 13px;
    left: 20px;
    background-image: url(../image/icon/icon_sns_wedding.png);
  }
  .Top-SNS__otherInstaFB:before {
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    top: 13px;
    left: 20px;
    background-image: url(../image/icon/icon_sns_fb.png);
  }
}
@media screen and (max-width: 767px) {
  .MainVisual {
    /* padding-bottom: 0vh!important; */
  }
  .card-photoSp {
    width: 100%;
    height: 110px;
    box-shadow: 2px 3px 7px rgb(180 180 180 / 50%);
    transition: .3s;
    background: #fff;
    padding: 10px;
    display: flex;
  }
  .card-photo-imgSp {
    width: 150px;
    height: 100px;
  }
  .card-photo-infoSp {
    margin-top: 0;
    margin-left: 10px;
    padding-bottom: 44px;
    width: calc(100% - 160px);
  }
  .card-photo-title.-big .card-photo-title-main, .card-photo-title.-small .card-photo-title-main {
    font-size: 2rem;
    margin-top: 16px;
  }
  .card-photo-title.-small {
    padding: 18px 0;
  }
  .card-photo-title.-big .card-photo-title-ruby, .card-photo-title.-small .card-photo-title-ruby {
    font-size: 1.5rem;
  }
  .Top-WeddingService .card-photo-img {
    height: 90px;
  }
  .Top-WeddingService .card-photo-title {
    padding-top: 8px;
  }
  .card-photo-list-item {
    margin: 0 auto -24px;
  }
  .Top-Service .card-photo-img {
    height: 90px;
  }
  .btn-more-textSp {
    font-size: 2.0rem;
  }
  .card-photo-infoSp .btn-more {
    display: none;
  }
  .btn-moreSp {
    height: 40px;
  }
  .Top-SNS__otherInstaWedding, .Top-SNS__otherInstaFB {
    position: relative;
    padding-left: 60px;
  }
  .Top-SNS__otherInstaWedding:before {
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    top: 13px;
    left: 20px;
    background-image: url(../image/icon/icon_sns_wedding.png);
  }
  .Top-SNS__otherInstaFB:before {
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    top: 13px;
    left: 20px;
    background-image: url(../image/icon/icon_sns_fb.png);
  }
}

/*---- クリスマス予約211007 -----*/
.borderBox {
  display: block;
  padding: 24px;
  border: 5px double #2d9692;
}
.green {
  color: #2d9692;
}
@media screen and (min-width: 768px) {
  .mbL {
    margin-bottom:  60px !important;
  }

}
@media screen and (max-width: 767px) {
  .mbL {
    margin-bottom:  40px !important;
  }
  .mbXL {
    margin-bottom:  60px !important;
  }
}
/*---- クリスマスディナー予約211008 -----*/
@media screen and (min-width: 768px) {
  .greenBox__list dl {
    display: flex;
    flex-wrap: wrap;
  }
  .greenBox__list dt {
    width: 20%;
    color: #2d9692;
  }
  .greenBox__list dd {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .greenBox__list dl {
  }
  .greenBox__list dt {
    width: 100%;
    color: #2d9692;
  }
  .greenBox__list dd {
    width: 100%;
  }
}

/*---- ウェディングページ改修　211015 -----*/
.pageWedding-charm {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.pageWedding-charm:after {
  content: '';
  width: 24px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  background-color: #2E9692;
}

@media screen and (min-width: 768px) {
  .PageWeddingSlide {
    position: relative;
    overflow: hidden;
    height: 85vh;
  }
  .slick-slider {
    position: relative;
  }
  .slick-slider .caption {
    position: absolute;
    /*left: 0;*/
    bottom: 120px;
    z-index: 2;
    width: calc(100% - 40px);
    padding: 20px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: .3s ease;
  }
  .slick-current .caption {
    opacity: 1;
    transition-delay: .5s;
  }
  .breadcrumb__wedding {
    margin-top: 100px;
  }
  .pageWedding-title {
    font-size:1.8em;
    line-height: 2em;
    padding-bottom: 8px;
    font-weight: 300;
  }
  .dottedLine {
    border-bottom: 1px dotted #2E9692;
  }
  .pageWedding-subtitle {
    font-size: 1.4em;
  }
  .pageWedding-subtitleImg {
    width: 800px;
    height: auto;
  }
  .pageWedding-staff {
    display: flex;
    flex-wrap: wrap;
  }
  .pageWedding-staffCard {
    width: 50%;
    margin-bottom: 8px;
  }
  .pageWedding-charm {
    display: block;
    color: #2E9692;
    font-weight: bold;
    font-size: 22px;
    line-height: 1em;
  }
  .pageWedding-thanksMovie iframe {
    width: 800px;
    height: 315px;
  }
  .customersLetter__photoList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -20px;
  }
  .customersLetter__photoListItem {
    margin-left: 20px;
    margin-top: 20px;
    width: calc(calc(100% - 60px) / 3);
  }
  .customersLetter__photoImg {

  }
}
@media screen and (max-width: 767px) {
  .PageWeddingSlide {
    position: relative;
    overflow: hidden;
    height: 60vh;
  }
  .slick-slider {
    position: relative;
  }
  .slick-slider .caption {
    position: absolute;
    top: 40vh;
    z-index: 2;
    width: calc(100% - 40px);
    height: 32px;
    padding: 10px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 12px;
    opacity: 0;
    transition: .3s ease;
  }
  .slick-current .caption {
    opacity: 1;
    transition-delay: .5s;
  }
  .pageWedding-title {
    font-size:1.8em;
    line-height: 2em;
    padding-bottom: 8px;
    font-weight: 300;
  }
  .dottedLine {
    border-bottom: 1px dotted #2E9692;
  }
  .pageWedding-subtitle {
    font-size: 1.4em;
    font-weight: 300;
  }
  .pageWedding-subtitleImg {
    width: 100%;
    height: auto;
  }
  .autoImgSp {
    width: 100%;
    height: auto;
  }
  .pageWedding-staff {
    display: block;
  }
  .pageWedding-staffCard {
    width: 100%;
    margin-bottom: 8px;
  }
  .weddingCustom .card.card-photo {
    display: flex;
  }
  .weddingCustom .card-photo-img {
    height: 100px;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100px;
  }
  .weddingCustom .card-photo-info {
    margin-left: 10px;
    margin-top: 0px !important;
  }
  .weddingCustom .card-photo-title {
    margin-top: 0px !important;
    text-align: left !important;
  }
  .weddingCustom .btn-more {
    display: none;
  }
  .weddingCustom .card-photo-title-main {
    font-size: 2.6rem !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
  }
  .weddingCustom .card-photo-title-ruby {
    font-size: 1.4rem !important;
    margin-top: 4px !important;
  }
  .pageWedding-charm {
    display: block;
    color: #2E9692;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
  }
  .pageWedding-thanksMovie iframe {
    width: 100%;
    height: auto;
  }
  .customersLetter__photoList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
  }
  .customersLetter__photoListItem {
    margin-left: 10px;
    margin-top: 10px;
    width: calc(calc(100% - 20px) / 2);
  }
  .customersLetter__photoImg {

  }
}

/*-- モーダルウィンドウ --*/
@media only screen and (min-width: 768px){
  .pageWedding-staffCard__link {
    cursor: pointer;
    display: block;
  }
  .modal {
      z-index: 100;
  }
  .modal-overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 200ms linear;
  }

  .modal.is-open .modal-overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .modal.is-open {
    display: block;
  }
  .modal-container {
    background-color: #fff;
    border-radius: 6px;
    min-width: 300px;
    max-height: 90vh;
    padding: 1.5rem;
    transform: translateY(24px);
    transition: transform 300ms ease-in-out;
    width: 800px;
    /*overflow-y: scroll;*/
  }
  .modal.is-open .modal-container {
    transform: translateY(0);
    position: relative;
  }
  .modal-footer {
    margin-top: 1.5rem;
    text-align: right;
    display: block;
    border: none !important;
  }
  .button-modal {
    background-color: #806054;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    font-family: "Amatic SC", cursive;
    letter-spacing: 0.1em;
    cursor: pointer;
    line-height: 1;
    outline: 0;
    padding: 0.75rem 1rem;
    display: block;
    margin: 40px auto 0;
    /*position: absolute;
    right: 2%;
    top: 2%;*/
    z-index: 101;
  }
  .modal-inner {
    margin: 40px auto;
  }
  .modal-innerBlock {
    width: 100%;
    text-align: center;
  }
  .modal__title {
    color: #2e9692;
    font-size: 20px;
    font-weight: 300;
  }
  .modal__text {
    line-height: 2em;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px){
  .modal {
      z-index: 100;
  }
  .modal-overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 200ms linear;
  }

  .modal.is-open .modal-overlay {
    opacity: 1;
    pointer-events: auto;
    display: block;
  }
  .modal-container {
    background-color: #fff;
    border-radius: 6px;
    min-width: 300px;
    max-height: 90vh;
    padding: 1.5rem;
    transform: translateY(24px);
    transition: transform 300ms ease-in-out;
    width: 96%;
    margin: 80px auto 0;
    overflow-y:scroll;
  }
  .modal.is-open {
    display: block;
  }
  .modal.is-open .modal-container {
    transform: translateY(0);
    position: relative;
  }
  .modal-footer {
    margin-top: 1.5rem;
    text-align: right;
    display: block;
    border: none !important;
  }
  .button-modal {
    background-color: #806054;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #FFF;
    font-family: "Amatic SC", cursive;
    letter-spacing: 0.1em;
    cursor: pointer;
    line-height: 1;
    outline: 0;
    padding: 0.75rem 1rem;
    display: block;
    margin: 40px auto 0;
    /*position: absolute;
    right: 1%;
    top: 1%;*/
    z-index: 101;
  }
  .modal-inner {
    display: block;
    margin: 40px auto;
  }
  .modal-innerFrame {
    width: 98%;
    margin: 16px auto;
  }
  .modal-innerBlock {
    width: 100%;
    text-align: center;
  }
  .modal__title {
    color: #2e9692;
    font-size: 18px;
    font-weight: 300;
  }
  .modal__text {
    line-height: 2em;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 768px){
  .messageArrow {
    position: relative;
    padding-bottom: 40px;
  }
  .messageArrow:after {
    position: absolute;
    content:"";
    display: block;
    width: 32px;
    height: 32px;
    top: 0;
    left: calc(50% - 16px);
    border-bottom: solid 1px #999;
    border-right: solid 1px #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 767px){
  .messageArrow {
    position: relative;
    padding-bottom: 40px;
  }
  .messageArrow:after {
    position: absolute;
    content:"";
    display: block;
    width: 32px;
    height: 32px;
    top: -8px;
    left: calc(50% - 16px);
    border-bottom: solid 1px #999;
    border-right: solid 1px #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/*211126 フェア一覧*/
.fairCampaignTitle {
  position: relative;
  background-color: #2E9692;
  color: #fff !important;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 5px 10px;
}
.fairCampaignTitle:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left: -7.5px;
  border: 15px solid transparent;
  border-top: 15px solid #2E9692;
  width: 0;
  height: 0;
}

/*220201 バースデーケーキ*/
.takeoutLinkList {
  display: flex;
  justify-content: space-between;
}
.takeoutLinkList__item {
  width: calc(100%/2 - 24px/2);
  margin-right: 24px;
  border: 1px solid #2D9692;
  text-align: center;
}
.takeoutLinkList__link {
  display: inline-block;
  padding: 24px;
  color: #2D9692;
}
.takeoutLinkList__link:hover {
  color: #2D9692;
  opacity: 0.6;
  transition: 0.3s;
}

/*220201ランチメニュー改修*/
@media only screen and (min-width: 768px){
  .PageLunch .Course__menuPriceMainDessert {
    font-size: 2.4rem;
  }
  .PageLunch .Course__menuPriceSubMin {
    font-size: 2.4rem;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px){
  .PageLunch .Course__menuPriceMainDessert {
    font-size: 2rem;
  }
}

/*220222レストランほか改修*/
@media only screen and (min-width: 768px){
  .card-plan-list {
    display: -ms-flexbox;
    display: flex;
    margin-left: -40px;
    width: 100%;
    flex-wrap: wrap;
  }
  .PageRestaurant .card-plan-list-item {
      width: calc(calc(100% - 120px) / 3);
      margin-bottom: 80px;
  }
  .PageConnection .Connection__serviceList.-second {
    margin-top: 60px;
    justify-content: center;
  }
}
.FixedFt__contactCtaItem.-reservation .FixedFt__contactCtaLink {
  background: #f55524!important;
  position: relative;
}
@media only screen and (max-width: 767px){
  .FixedFt__contactCtaText.icon-fair:before {
    height: 15px;
    left: calc(50% - 10.5px);
    top: 9px;
    width: 21px;
  }
  .FixedFt__contactCtaText.icon-fair:before {
    background-image: url(../image/icon/icon_couple_white.svg) !important;
  }

}

/* 230203 テイクアウトメニュー */
@media only screen and (max-width: 767px){
  .takeoutLinkList {
    flex-direction: column;
  }
  
  .takeoutLinkList__item {
    width: 100%;
    margin-bottom: 10px;
  }
}

/*LP調整　22.04*/
@media only screen and (min-width: 768px){
  .fbox_img_mb {
    margin-bottom: -24px!important;
  }
}
@media only screen and (max-width: 767px){
  .fbox_img_mb {
    margin-bottom: -24px!important;
  }
}

/*フォトウェディングプラン　注釈追加　22.04*/
@media only screen and (min-width: 768px){
  .plan_notice {
    margin: 40px auto;
    display: table;
  }
  .plan_notice_text {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 650px;
    background-color: #f55524;
    padding: 18px 0;
  }
}
@media only screen and (max-width: 767px){
  .plan_notice {
    margin: 40px auto;
  }
  .plan_notice_text {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    background-color: #f55524;
    padding: 18px 0;
  }
}

/*メインビジュアル文言修正　22.05*/
@media only screen and (min-width: 768px){
  .MainVisual__mvText {
    margin-top: 16pt!important;
  }
  .MainVisual__copyBody {
    top: 128px!important;
  }
  .MainVisual__mvCopy {
    line-height: 1.3!important;
  }
}

/* フェア用インフォメーション 2022/08/30 */
.espoirInformationBox .inner {
	color: #ffffff;
	background-color: #77AA9C;
    padding: 12px;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 500;
}

/* ドロワーメニュー修正 2022.11.02 */
@media screen and (min-width: 768px){
  .GNav__menuPagesList.-layer1 {
      padding-left: 20px;
      width: 50%;
  }
  /* ドロワーメニュー修正　2022.11.10 */
  
  .GNav__menuPagesList.-layer1:nth-of-type(1){
    order: 1;
  }
  
  .GNav__menuPagesList.-layer1:nth-of-type(2){
    order: 3;
  }
  
  .GNav__menuPagesList.-layer1:nth-of-type(3) {
    border-left: 1px solid #fff;
    order: 2;
  }
  }
  
/* フェア用タグスタイル追加 2023.03.17 */
.tag-search-category .tag.-black,
.tag-search-category .tag.-black:hover {
	background: #000;
	color: #fff;
}
/* 4種の選べる挙式スタイル 1種追加 2024.10.01 */
.weddingStyle__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4%;
}
.weddingStyle {
  width: 30%;
}
.weddingStyle:nth-child(n+4) {
  margin-top: 4%;
}
.weddingStyle__wrap .photoFrame__cardLinkImage {
  height: 230px;
}
@media only screen and (max-width: 767px){
  .weddingStyle {
    width: 100%;
  }
  .weddingStyle__wrap .photoFrame__cardLinkImage {
    height: 200px;
  }

}
/* sidebar&single SNSリンク 2025.07.02 */
.Blog__subContentSNSLink.-x,
.Blog__recommendSNSLink.-x {
  background-color: #FFF;
	border: 2px solid #404040;
	padding-block: 16px;
}
.Blog__subContentSNSLink.-x .icon-x::before {
	width: 28px;
	height: 28px;
	left: calc(50% - 15px);
  background-image: url(../image/icon/icon_x_black.svg);
}
.Blog__recommendSNSData.icon-x {
	color:#000;
}
.Blog__recommendSNSLink.-x .icon-x::before {
	height: 20px;
	width: 20px;
	left: 0;
	top: calc(50% - 10px);
	background-image: url(../image/icon/icon_x_black.svg);
}
.Blog__subContentSNSLink.-tiktok,
.Blog__recommendSNSLink.-tiktok {
  background-color: #0c0c0c;
}

.Blog__subContentSNSLink.-tiktok .icon-tiktok.-white {
	left: calc(50% - 25px);
	top: calc(50% - 10px);	
	text-indent: 0;
	font-size: 15px;
	color: #FFF;
	font-weight: 600;
}
.Blog__recommendSNSLink .icon-tiktok{
	display: inline-block;
	padding-left: 0;
	width: calc(100% + 4px);
}
.Blog__recommendSNSLink.-tiktok .icon-tiktok::before {
	display: none;
}

@media screen and (max-width: 767px) {
	.Blog__recommendSNSListItem {
		width: calc( calc(100% - 18px) / 4);
		overflow: hidden;
	}
	.Blog__recommendSNSData{
		width: 100%;
		max-width: 100%;
	}
	.Blog__recommendSNSLink.-x {
		padding-block: 0;
	}
	.Blog__recommendSNSLink.-x .icon-x::before {
		top: calc(50% - 10px);
		left: calc(50% - 10px);
	}
	.Blog__recommendSNSLink .icon-tiktok{
		text-indent: 0;
	}
  .Top-Wedding {
    padding: 80px 0;
  }
}
.Top__copyBody {
  text-align: center;
  padding: 60px 24px;
}
.Top__copyText {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 16px;
}
.Top__copyText::before {
  content: '';
  position: absolute;
  background-image: url(../image/ilst/ilst_title-leaf_left.svg);
  left: 0;
  top: 0;
  width: 30px;
  height: 120px;
}
.Top__copyText::after {
  content: '';
  position: absolute;
  background-image: url(../image/ilst/ilst_title-leaf_right.svg);
  right: 0;
  top: 0;
  width: 30px;
  height: 120px;
}
.Top__copyLogo {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .Top__copyText {
  font-size: 3.2vw;
}
.Top__copyBody {
  padding: 60px 12px;
}
.Top__copyText::before {
  content: '';
  position: absolute;
  background-image: url(../image/ilst/ilst_title-leaf_left.svg);
  left: 0;
  top: -15px;
  width: 30px;
  height: 120px;
}
.Top__copyText::after {
  content: '';
  position: absolute;
  background-image: url(../image/ilst/ilst_title-leaf_right.svg);
  right: 0;
  top: -15px;
  width: 30px;
  height: 120px;
}
}