@charset "UTF-8";

html {
  background-color: #787878;
}

body {
  font: 0.46667 !important;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  word-break: break-all;
}

* html body,
*:first-child+html body {
  font-size: 75%;
}

body {
  font-size: 16px;
  line-height: 1.9em;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.7em;
  }

  body #text-count p,
  body #text-count li {
    font-size: 16px;
    line-height: 1.9em;
  }
}

a:link,
a:visited {
  text-decoration: underline;
}

a:link,
a:visited {
  color: #444444;
}

a:hover,
a:active {
  color: #C1AC6C;
}

a:hover img {
  opacity: .60;
}

.content img {
  border: 0;
  max-height: 600px;
  max-width: 100%;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .content img {
    max-height: 400px;
    margin-bottom: 20px;
  }
}

.content img.ip-cap {
  border-top: 20px solid #1a1a1a;
  border-bottom: 20px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  border-left: 1px solid #1a1a1a;
  border-radius: 8px;
}

.content .card img {
  margin-bottom: 0px;
}

#main iframe.wp-embedded-content {
  max-width: 100% !important;
}

.google-map-canvas {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.google-map-canvas iframe,
.google-map-canvas object,
.google-map-canvas embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
}

.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.ggmapr object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.page-top {
  display: none;
}

#move-page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  top: auto;
  left: auto;
  overflow: hidden;
  width: auto;
  z-index: 90;
  font-family: sans-serif;
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 #333;
  font-weight: bold;
  padding: 8px 9px;
  border: 1px solid #000;
  background: #111;
  background-origin: border;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 10px 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 10px 10px rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  outline: none;
}

#move-page-top:hover {
  background: #4d5858;
  background: #111 -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.2)), to(rgba(0, 0, 0, 0)));
  background: #111 -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
  background: #111 linear-gradient(to top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0));
  cursor: pointer;
}

#move-page-top:active {
  background: #111;
  background: #111 -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: #111 -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: #111 linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  outline: none;
}

#move-page-top:focus,
#move-page-top:hover {
  outline: none;
}

@media only screen and (max-width: 767px) {
  .content #text-count .br-pc {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .content #text-count .br-md {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .content #text-count .br-md {
    display: none;
  }
}

.content #text-count .br-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .content #text-count .br-sp {
    display: inline-block;
  }
}

/*$color-main: #B28247;*/
/* @include font_min(1rem); */
/* @include thumbnail_top(75%); */
/* @include set_h1; */
/* @include set_h_sub; */
/* @include set_h_p; */
/* 汎用ベース */
/* プロデュースノート追加用 */
/* 3つの魅力専用 */
/* @include photo_frame; */
/* @include photo_back1; */
/* @include photo_back2; */
/* @include photo_back3; */
/* @include ul_line; */
/* ------------------------------------- */
/* 共通基本スタイル */
#text-count .container-fluid.container-contents img {
  max-height: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  #text-count .container-fluid.container-contents img {
    margin-bottom: 0px;
  }
}

#text-count .container-fluid.container-contents h2 {
  font: normal normal 2.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #B28247;
  text-align: center;
  margin-top: 85px;
  background: none;
  border: none;
}

#text-count .container-fluid.container-contents h2::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 0;
}

#text-count .container-fluid.container-contents p.sub-copy {
  font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 2.6rem;
  width: 680px;
  margin: 39px auto 45px;
  text-align: center;
}

#text-count .container-fluid.container-contents h3 {
  font: normal normal 1.7rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #B28247;
  text-align: center;
  margin-top: 95px;
  background: none;
  border: none;
}

#text-count .container-fluid.container-contents h3::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 45px;
}

#text-count .container-fluid.container-contents ul {
  /*background-color: $color-back-sub1;*/
  background-color: transparent;
}

#text-count .container-fluid.container-contents ol {
  /*background-color: #FCFAF8;*/
  background-color: transparent;
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 35px 50px;
}

#text-count .container-fluid.container-contents ol li {
  padding: 0.5em 0;
  position: relative;
  padding-left: 2.4em;
  line-height: 1.5em;
}

#text-count .container-fluid.container-contents ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  color: #B28247;
  font-family: 'Bradley Hand', 'Segoe Script', 'Segoe Print', sans-serif;
  /*手書き風のフォント*/
  font-size: 2.3em;
  /*フォントサイズ*/
}

/* ------------------------------------- */
/* 共通基本スタイル */
#text-count .container-fluid.container-contents.slick-photo-slider ul.slider-all {
  /*padding: 0!important;*/
  margin-bottom: 0;
  padding-bottom: 0;
}

#text-count .container-fluid.container-contents.slick-photo-slider ul.slider-all li.slick-slide {
  margin-bottom: 0;
}

#text-count .container-fluid.container-contents.slick-photo-slider ul.slider-all li.slick-slide a {
  text-align: center !important;
  /*height: 600px;*/
}

#text-count .container-fluid.container-contents.slick-photo-slider ul.slider-all li.slick-slide a img {
  /*max-height: 100%;*/
  /*max-width: 100%!important;*/
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.con-back-01 {
  background-color: #F4F0E9;
}

.con-back-02 {
  background-color: #FCFAF8;
}

.con-bottom {
  padding-bottom: 50px;
}

.updatedview form ul.nav-tabs {
  background-color: transparent !important;
  padding: 60px 0px 0px 8px !important;
}

.updatedview form ul.nav-tabs li.nav-item {
  margin-bottom: 0px !important;
}

.updatedview form ul.nav-tabs li.nav-item a.nav-link.active {
  color: white !important;
}

.updatedview form span.required {
  display: block;
  float: right;
  background-color: #FF0000;
  width: 50px;
  height: 25px;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  border-radius: 5px 5px 0 0;
}

.updatedview form span.option {
  display: block;
  float: right;
  background-color: #00993E;
  width: 50px;
  height: 25px;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  border-radius: 5px 5px 0 0;
}

body {
  padding-top: 92px;
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 62px;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
}

#container-head-logo {
  width: 100%;
  height: 92px;
  background-color: #ffffff;
  border-bottom: 2px solid #1a1a1a;
}

@media only screen and (max-width: 767px) {
  #container-head-logo {
    height: 62px;
  }
}

@media only screen and (min-width: 992px) {
  #container-head-logo .row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  #container-head-logo .row {
    width: 1170px;
  }
}

header #container-head-logo .headlogo-row .col-head-logo {
  text-align: left;
  top: 0;
  width: 100%;
  position: absolute;
}

header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 180px;
  height: 90px;
}

.font {
  font-family: YuMincho, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand img {
  margin-top: 15px;
  max-width: 220px;
  object-fit: contain;
}

@media only screen and (min-width: 992px) {
  header #container-head-logo .headlogo-row .col-head-logo {
    width: 970px;
  }
}

@media only screen and (min-width: 1200px) {
  header #container-head-logo .headlogo-row .col-head-logo {
    width: 1170px;
  }
}

@media only screen and (max-width: 991px) {
  header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand {
    width: 180px;
    height: 90px;
  }

  header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand img {
    margin-top: 15px;
    width: 180px;
    height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  header #container-head-logo .headlogo-row .col-head-logo {
    background-size: 201px 42px;
  }

  header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand {
    width: 201px;
    height: 60px;
  }

  header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand img {
    margin-top: 3px;
    width: 144px;
    height: 44.8px;
  }
}

.navbar-toggle-pc {
  float: right;
  z-index: 99;
}

.navbar-toggle-pc .navbar-toggle-button {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  border-style: none;
  width: 90px;
  height: 90px;
  text-align: center;
  z-index: 99;
  background-color: #D1A987;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .navbar-toggle-pc .navbar-toggle-button {
    width: 60px;
    height: 60px;
  }
}

.navbar-toggle-pc .navbar-toggle-button .icon-bar1,
.navbar-toggle-pc .navbar-toggle-button .icon-bar2,
.navbar-toggle-pc .navbar-toggle-button .icon-bar3 {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  margin-bottom: 6px;
  background: #fff !important;
}

.navbar-toggle-pc .navbar-toggle-button .icon-bar1 {
  margin-top: 8px;
}

.navbar-toggle-pc .navbar-toggle-button .icon-bar3 {
  margin-bottom: -3px;
}

.navbar-toggle-pc .navbar-toggle-button:hover .icon-bar1 {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.navbar-toggle-pc .navbar-toggle-button:hover .icon-bar3 {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.navbar-toggle-pc .navbar-toggle-button.active .icon-bar1 {
  -webkit-transform: rotate(45deg) translateY(5px) translateX(5px) scaleX(1.3);
  transform: rotate(45deg) translateY(5px) translateX(5px) scaleX(1.3);
}

.navbar-toggle-pc .navbar-toggle-button.active .icon-bar2 {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.navbar-toggle-pc .navbar-toggle-button.active .icon-bar3 {
  -webkit-transform: rotate(-45deg) translateY(-8px) translateX(8px) scaleX(1.3);
  transform: rotate(-45deg) translateY(-8px) translateX(8px) scaleX(1.3);
}

.navbar-toggle-pc .navbar-toggle-button .toggle-menu-text {
  font-size: .7rem;
}

.navbar-toggle-pc .navbar-toggle-button .icon-bar1,
.navbar-toggle-pc .navbar-toggle-button .icon-bar2,
.navbar-toggle-pc .navbar-toggle-button .icon-bar3 {
  background-color: #1a1a1a;
}

.navbar-toggle-pc .navbar-toggle-button .toggle-menu-text {
  color: #fff;
}

#global-menu {
  background-color: #D1A987;
  width: 50%;
  z-index: 999;
  height: 90%;
  text-align: center;
  overflow: scroll;
}

.global-menu-manage {
  background-color: #D1A987;
  margin-top: 45px;
}

.menu-close {
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  position: fixed !important;
  right: 0;
  top: -140%;
}

.menu-open {
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  position: fixed !important;
  right: 0;
  top: 90px;
  font-weight: bold;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .menu-open {
    top: 60px;
  }

  #global-menu {
    background-color: #D1A987;
    width: 100%;
  }
}

#global-menu ul {
  margin-top: 25px;
  padding: 0;
}

#global-menu ul li {
  margin-bottom: 0px;
  display: block;
  width: 100%;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#global-menu ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #global-menu ul li a {
    font-size: 0.85rem;
  }
}

#global-menu ul li a:hover {
  background-color: #2e3540;
  color: #D1A987;
}

#global-menu ul li.item-98 a {
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .fixed-top-css .row .col-head nav {
    background-color: #000000;
  }

  .fix-div a.navbar-brand-mb {
    font-weight: bold;
    font-size: 1em;
    color: #D1A987 !important;
    padding-top: 16px;
    padding-left: 5px;
  }

  .fixed-top-css .headmb-collapsemenu-row {
    height: 0 !important;
    font-size: 0;
  }

  .fixed-top-css .headmb-collapsemenu-row .inner {
    height: 0 !important;
    font-size: 0;
  }

  .fixed-top-css .headmb-collapsemenu-row .inner a {
    height: 0 !important;
    font-size: 0;
  }

  .fixed-top-css .headmb-collapsemenu-row .inner a i {
    height: 0 !important;
    font-size: 0;
  }
}

.breadcrumb {
  font-size: 10px;
  text-align: left;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

#container-breadcrumb {
  background-color: #ffffff;
}

#container-breadcrumb .row {
  padding: 8px 0 !important;
  text-align: left;
  font-size: 0.7em;
  line-height: 1.5em;
}

#container-breadcrumb.home {
  padding-left: 45px;
}

@media only screen and (min-width: 992px) {
  #container-breadcrumb {
    border-top: 1px solid #ffffff;
  }

  #container-breadcrumb .row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  #container-breadcrumb .row {
    width: 1170px;
  }
}

#breadcrumbs {
  margin-bottom: 0;
}

#container-breadcrumb strong,
#container-breadcrumb a:hover {
  font-weight: normal;
}

#container-h1 {
  background-color: #f5f4f1;
  margin-bottom: 0px;
}

#container-h1 .row {
  padding: 0 !important;
}

@media only screen and (min-width: 992px) {
  #container-h1 {
    border-top: 1px solid #000000;
  }

  #container-h1 .row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  #container-h1 .row {
    width: 1170px;
  }
}

#container-h1 h1 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 25px;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  #container-h1 h1 {
    font-size: 1.3em;
    line-height: 1.7em;
  }
}

#container-h1 h1 a {
  text-decoration: none;
  color: #000000;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.3);
}

#container-h1 h1 a:visited,
#container-h1 h1 a:hover,
#container-h1 h1 a:active {
  color: #000000;
}

#container-home-h1,
#container-sitemap-h1 {
  background-color: #C1AC6C;
}

#container-home-h1 h1,
#container-sitemap-h1 h1 {
  font-size: 1.5rem;
  line-height: 1.3em;
  background-color: #C1AC6C;
  text-align: center;
  padding: 20px 30px;
  position: relative;
  top: 0px;
  margin-bottom: 0;
}

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

  #container-home-h1 h1,
  #container-sitemap-h1 h1 {
    font-size: 1.2rem;
    line-height: 1.3em;
  }
}

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

  #container-home-h1 h1,
  #container-sitemap-h1 h1 {
    font-size: 1rem;
    line-height: 1.5em;
  }
}

#container-common-h1 {
  background-color: #C1AC6C;
  margin-bottom: 75px;
}

#container-common-h1 h1 {
  font-size: 1.5rem;
  line-height: 1.3em;
  background-color: #C1AC6C;
  text-align: center;
  padding: 20px 30px;
  position: relative;
  top: 0px;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  #container-common-h1 h1 {
    font-size: 1.2rem;
    line-height: 1.3em;
  }
}

@media only screen and (max-width: 767px) {
  #container-common-h1 h1 {
    font-size: 1rem;
    line-height: 1.5em;
  }
}

#container-side-type {
  background-color: #ffffff;
  padding-top: 0px;
}

#container-side-type>.row {
  background-color: #ffffff;
}

#container-side-type>.row>.col-md-8 {
  text-align: left;
  background-color: #ffffff;
  padding-bottom: 60px;
}

#container-side-type>.row>.col-md-4 {
  text-align: left;
  background-color: #ffffff;
}

@media only screen and (min-width: 992px) {
  #container-side-type>.row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }

  #container-side-type>.row>.col-md-8 {
    padding-left: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  #container-side-type>.row {
    width: 1170px;
  }
}

@media (min-width: 1250px) {
  #container-side-type>.row>.col-md-8 {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #container-side-type>.row>.col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }
}

#container-side-type #main div.content {
  margin-bottom: 60px;
}

#container-fullwidth-type #main {
  padding-left: 0;
  padding-right: 0;
}

#container-fullwidth-type #main #text-count .container-list-view>.row {
  border-bottom: 1px dotted #787878;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  #container-fullwidth-type #main #text-count .container-fluid>.row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 35px;
    padding-right: 15px;
  }

  #container-fullwidth-type #main #text-count .container-fluid>.row div.left {
    padding-left: 0;
  }

  #container-fullwidth-type #main #text-count .container-fluid>.row div.right {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  #container-fullwidth-type #main #text-count .container-fluid>.row {
    width: 1115px;
    padding-left: 25px;
    padding-right: 0;
  }
}

@media (min-width: 1250px) {
  #container-fullwidth-type #main #text-count .container-fluid>.row {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #container-fullwidth-type #main #text-count .container-fluid>.row>div {
    padding-left: 0;
    padding-right: 0;
  }

  #container-fullwidth-type #main #text-count .container-fluid>.row>div.left {
    margin-bottom: 12px;
  }

  #container-fullwidth-type #main #text-count .container-fluid>.row .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container-list-view.sitemap-con .row p {
  line-height: 1.2rem;
  margin-top: -2px;
}

.container-list-view.sitemap-con .row p span {
  font-size: 2rem;
  line-height: 0;
  position: relative;
  top: 8px;
  color: #C1AC6C;
}

@media only screen and (max-width: 767px) {
  .container-list-view.sitemap-con .row p {
    line-height: 1.2rem;
    margin-top: -12px;
  }

  .container-list-view.sitemap-con .row p span {
    font-size: 2rem;
    line-height: 0;
    position: relative;
    top: 8px;
    color: #C1AC6C;
  }
}

aside h4 {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #C1AC6C;
  padding-bottom: 13px;
}

aside h4::after {
  content: "";
  background-color: #787878;
  display: block;
  height: 1px;
  top: 14px;
  position: relative;
  width: 30%;
}

aside ul {
  margin: 0;
  padding: 0;
}

aside ul.menu {
  margin-bottom: 35px !important;
}

aside li.menu-item {
  border-bottom: 1px solid #f5f5f5;
  list-style: none;
  font-size: .8rem;
  padding-top: 2px;
  padding-bottom: 2px;
}

aside li.menu-item a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

aside li.menu-item a:hover {
  background-color: #D1A987;
  color: #1a1a1a;
}

aside .menu_topnews li.menu-item {
  font-size: .7rem;
  line-height: 1.3rem;
  position: relative;
}

aside .menu_topnews li.menu-item span.no-disp {
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #C1AC6C;
  padding: 5px 7px;
  top: 3px;
  font-weight: bold;
}

aside .menu_topnews li.menu-item a span {
  display: block;
  background-color: #f5f5f5;
  margin-top: 2px;
  margin-bottom: 5px;
}

aside .menu_topnews li.menu-item a img {
  display: block;
  width: 30%;
  height: 100%;
  float: left;
  margin-right: 8px;
}

aside .menu_topnews h4 {
  margin-top: 80px;
}

aside .menu_side_news li.menu-item a span.img {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}

aside .menu_side_news li.menu-item a img {
  width: 100%;
  padding-right: 8px;
}

aside .menu_side_news li.menu-item a span.text {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}

aside .menu_side_news li.menu-item a:hover {
  background-color: #D1A987;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.side_author {
  text-align: center;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.18);
  padding: 30px 30px 140px 30px;
  margin-bottom: 55px;
  position: relative;
}

.side_author img {
  max-width: 35%;
  margin-bottom: 45px;
}

.side_author h4 {
  text-align: left;
  font-size: 0.8rem;
  color: #7B7B7B;
  font-weight: normal;
}

.side_author h4 span {
  font-size: 1rem;
  color: #000;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: bold;
}

.side_author p {
  font-size: 0.8rem;
  line-height: 1.7rem;
  color: #7B7B7B;
  text-align: left;
}

.side_author ul.prof-link {
  text-align: right;
}

.prof-sns-menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #C1AC6C;
  padding: 15px 15px 20px 15px;
}

.prof-sns-menu .prof-sns-menu-title {
  margin-bottom: 8px;
}

ul.prof-sns-menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.prof-sns-menu-icon li {
  margin-left: 5px;
  margin-right: 5px;
}

ul.prof-sns-menu-icon li a {
  color: #000000;
  display: block;
  width: 32px;
  height: 32px;
  padding: 7px 6px 3px 7px;
  border-radius: 32px;
  line-height: 0px;
  border: 1px solid #000000;
}

ul.prof-sns-menu-icon li a .svg-fa-tw {
  width: 100%;
}

ul.prof-sns-menu-icon li a .svg-fa-fb {
  width: 50%;
}

ul.prof-sns-menu-icon li a .svg-fa-in {
  width: 90%;
}

ul.prof-sns-menu-icon li a .svg-fa-yu {
  width: 90%;
  margin-top: 1.5px;
}

ul.prof-sns-menu-icon li a .svg-fa-ma {
  width: 90%;
}

#container-hooter {
  background-color: #1a1a1a;
}

#container-hooter>.row {
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer-wid-row {
  padding-top: 50px;
  padding-bottom: 33px;
}

.footer-left,
.footer-right {
  margin-bottom: 15px;
}

.footer-left {
  text-align: right;
  padding-right: 15px;
}

.footer-left p {
  background: url("https://sayury wedding.info/media/images/basic/diag-logo.png") right center no-repeat;
  background-size: 166px 84px;
  float: right;
  top: -20px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 166px;
  height: 84px;
  text-align: right;
  margin-bottom: 0;
}

.footer-left p a:hover {
  background-color: #d1b900;
  -webkit-transition: .5s;
  transition: .5s;
  top: 2px;
  position: relative;
  color: #ffffff;
  -webkit-box-shadow: 0 1px #7e6907 !important;
  box-shadow: 0 1px #7e6907 !important;
}

@media only screen and (max-width: 767px) {
  .footer-left {
    text-align: center !important;
  }

  .footer-left p {
    float: none;
    top: 0;
  }
}

.footer-right {
  border-left: 1px dotted #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-right p {
  text-align: left;
  margin-bottom: 0;
}

.footer-right p a {
  display: inline-block;
  color: #1a1a1a;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  width: 80%;
  padding: 20px 30px;
  letter-spacing: 3px;
  background-color: #C1AC6C;
  -webkit-box-shadow: 0 3px #b7980b;
  box-shadow: 0 3px #b7980b;
}

.footer-right p a::after {
  content: "";
  border: 1px solid #fff;
  position: relative;
  top: 4px;
  display: block;
  background-color: #fff;
  border-radius: 2px;
}

.footer-right p a:hover {
  background-color: #d1b900;
  -webkit-transition: .5s;
  transition: .5s;
  top: 2px;
  position: relative;
  color: #ffffff;
  -webkit-box-shadow: 0 1px #7e6907 !important;
  box-shadow: 0 1px #7e6907 !important;
}

.footer-right p a:hover::after {
  border: 2px solid #C1AC6C;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #C1AC6C;
}

@media only screen and (max-width: 767px) {
  .footer-right p {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-right p a {
    width: 100%;
    padding: 20px 30px;
    letter-spacing: 3px;
    background-color: #C1AC6C;
    -webkit-box-shadow: 0 3px #b7980b;
    box-shadow: 0 3px #b7980b;
  }
}

#container-hooter-copyright {
  background-color: #D1A987;
}

#container-hooter-copyright>.row {
  padding-bottom: 45px;
}

@media only screen and (min-width: 992px) {
  #container-hooter-copyright>.row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  #container-hooter-copyright>.row {
    width: 1170px;
  }
}

@media only screen and (max-width: 767px) {
  #container-hooter-copyright #footer-menu-row {
    padding-top: 10px;
  }
}

#container-hooter-copyright #footer-menu-row .col-sm-8,
#container-hooter-copyright #footer-menu-row .col-sm-4 {
  margin-top: 60px;
}

@media only screen and (min-width: 992px) {
  #container-hooter-copyright #footer-menu-row .col-sm-8 {
    padding-left: 35px;
  }
}

@media (min-width: 1250px) {
  #container-hooter-copyright #footer-menu-row .col-sm-8 {
    padding-left: 0;
  }
}

#container-hooter-copyright #footer-menu-row h4 {
  color: #FFFFFF;
  padding: 10px 0;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 0.9rem;
  line-height: 1.3em;
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
}

@media only screen and (min-width: 992px) {
  #container-hooter-copyright #footer-menu-row h4 {
    border-radius: 3px 3px 3px 3px;
  }
}

#container-hooter-copyright #footer-menu-row div ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#container-hooter-copyright #footer-menu-row .menu li {
  width: 100%;
  display: block;
  position: relative;
}

#container-hooter-copyright #footer-menu-row .menu-item a {
  display: block;
  margin-bottom: 3px;
  padding: 0.8em 23px 0.8em 0;
  text-decoration: none;
  position: relative;
  line-height: 1.3em;
  font-size: 0.75em;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  #container-hooter-copyright #footer-menu-row .menu-item a {
    padding: 0.8em 35px 0.8em 0;
    line-height: 1.1rem;
    font-size: 0.7rem;
  }
}

#container-hooter-copyright #footer-menu-row .menu-item a:hover,
#container-hooter-copyright #footer-menu-row .menu-item a:before {
  color: #C1AC6C;
}

#container-hooter-copyright #footer-menu-row .menu-item a:before {
  content: ">";
  position: absolute;
  top: 28%;
  right: 0;
}

@media only screen and (max-width: 991px) {
  #container-hooter-copyright #footer-menu-row .menu-item a:before {
    padding-right: 15px;
  }
}

#container-hooter-copyright #footer-menu-row .menu-item a:after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 5;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
}

#container-hooter-copyright #footer-menu-row .menu-item a:hover {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: .2s;
  transition: .2s;
}

small.copyright {
  color: #FFFFFF;
  display: block;
  padding-top: 25px;
  position: relative;
  text-align: center;
  border-top: 1px solid #ffffff;
}

small.copyright:before {
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 5;
  width: 100%;
  display: block;
  position: absolute;
  top: 0px;
}

a#toc-menu-trigger,
a#admin-menu-trigger {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #212832;
  color: #ffffff;
  text-align: center;
  z-index: 9999;
  position: fixed;
  padding-top: 8px;
  left: 0;
  border-radius: 0px 6px 6px 0px;
  font-weight: bold;
  text-decoration: none;
}

a#toc-menu-trigger {
  top: 300px;
}

a#admin-menu-trigger {
  top: 238px;
}

a#toc-menu-trigger.active,
a#admin-menu-trigger.active {
  background-color: #C1AC6C;
  color: #212832;
}

a#toc-menu-trigger.active:after,
a#admin-menu-trigger.active:after {
  content: "◀";
  color: #C1AC6C;
  position: relative;
}

a#toc-menu-trigger.active:after,
a#admin-menu-trigger.active:after {
  font-size: 20px;
  left: -30px;
  top: -29px;
}

body.side-open {
  -webkit-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
  left: 360px;
  position: absolute !important;
}

body.side-open a#toc-menu-trigger,
body.side-open a#admin-menu-trigger {
  -webkit-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
  left: 360px;
}

body.side-close a#toc-menu-trigger,
body.side-close a#admin-menu-trigger {
  -webkit-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
  left: 0px;
}

.slide-menu {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999;
  width: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  background: #2e3540;
  color: #fff;
  -webkit-box-shadow: 0 0 5px 5px #222 inset;
  box-shadow: 0 0 5px 5px #222 inset;
}

.slide-menu.right {
  left: auto;
  right: -360px;
}

.slide-menu.left {
  left: -360px;
  right: auto;
}

body.side-ct-toc-menu #toc-side-menu.right,
body.side-ct-admin-menu #admin-side-menu.right {
  right: 0;
}

body.side-ct-toc-menu #toc-side-menu.left,
body.side-ct-admin-menu #admin-side-menu.left {
  left: 0;
}

.slide-menu p {
  font-size: 12px;
  font-weight: normal;
  padding: 20px 15px 0;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
}

.slide-menu ol {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  font-size: 0.9em;
}

.slide-menu ol ol {
  border-top: none;
  border-bottom: none;
  font-size: 0.8rem;
}

.slide-menu ol li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a;
  line-height: 1.3rem;
  padding-top: 15px;
  padding-bottom: 10px;
}

.slide-menu ol li a {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #C1AC6C;
}

.slide-menu ol ol li a {
  padding-left: 30px;
}

.slide-menu ol li a:hover,
.slide-menu ol li a.active {
  background-color: #C1AC6C;
  color: #212832;
}

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

  a#toc-menu-trigger,
  a#admin-menu-trigger {
    width: 45px;
    height: 45px;
    padding-top: 10px;
    font-size: 0.9em;
  }

  a#toc-menu-trigger {
    top: 100px;
  }

  a#admin-menu-trigger {
    top: 150px;
  }

  a#toc-menu-trigger.active:after,
  a#admin-menu-trigger.active:after {
    font-size: 20px;
    left: -25px;
    top: -25px;
  }

  body.side-open {
    -webkit-transition: left 0.2s ease 0s;
    transition: left 0.2s ease 0s;
    left: 320px !important;
    position: absolute !important;
  }

  body.side-open a#toc-menu-trigger,
  body.side-open a#admin-menu-trigger {
    left: 320px !important;
  }

  .slide-menu {
    width: 320px !important;
    font-size: 12px !important;
  }

  .slide-menu ol ol {
    font-size: 0.7rem;
  }
}

body.side-open {
  -webkit-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
  left: 360px;
  position: absolute !important;
}

body.side-open a#toc-menu-trigger,
body.side-open a#admin-menu-trigger {
  -webkit-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
  left: 360px;
}

.slide-menu {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999;
  width: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  background: #2e3540;
  color: #ffffff;
  -webkit-box-shadow: 0 0 5px 5px #222 inset;
  box-shadow: 0 0 5px 5px #222 inset;
}

#fix-footer-div {
  -webkit-transition: bottom 0.5s ease 0s;
  transition: bottom 0.5s ease 0s;
  bottom: -60px;
  position: fixed;
  width: 100%;
  height: 50px;
  background-color: #dadada;
  z-index: 9999;
  /*メニューを横並びにする*/
}

#fix-footer-div.fixed-hooter-css {
  -webkit-transition: bottom 0.5s ease 0s;
  transition: bottom 0.5s ease 0s;
  bottom: 0;
}

#fix-footer-div ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#fix-footer-div ul li {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 52%;
  padding: 0;
  padding-top: 2px;
  margin: 0;
  font-size: 14px;
  border-right: 1px solid #fff;
  /*左側メニューを緑色に*/
  /*左側メニューをオレンジ色に*/
  /*ボタンを調整*/
}

#fix-footer-div ul li a {
  display: block;
  height: 50px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 0.9rem;
  padding-top: 12px;
  -webkit-transition: .3s;
  transition: .3s;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: auto;
  margin-left: auto;
}

#fix-footer-div ul li a.contact_button {
  background-color: #1cb57b;
}

#fix-footer-div ul li a.contact_button:hover {
  background-color: #158d5f;
}

#fix-footer-div ul li a.contact_button .fa {
  font-size: 19px;
}

#fix-footer-div ul li.page-top-icon {
  width: 16%;
}

#fix-footer-div ul li.page-top-icon a {
  width: 100%;
  padding-top: 9px;
}

#fix-footer-div ul li.page-top-icon a span {
  display: block;
  padding-top: 7px;
  color: #2c2c2c;
  width: 34px;
  height: 34px;
  padding: 2px 5px 3px 5px;
  border-radius: 50px;
  border: 2px solid #2c2c2c;
  margin-left: auto;
  margin-right: auto;
}

#fix-footer-div ul li.page-top-icon a span .fa {
  font-size: 22px;
}

#fix-footer-div ul li.page-top-icon a:hover span {
  color: #158d5f;
  border: 2px solid #158d5f;
}

#fix-footer-div ul li.prof-sns-menu-icon {
  width: 16%;
}

#fix-footer-div ul li.prof-sns-menu-icon a {
  width: 100%;
  padding-top: 9px;
}

#fix-footer-div ul li.prof-sns-menu-icon a span {
  display: block;
  color: #2c2c2c;
  width: 34px;
  height: 34px;
  padding: 4px 5px 3px 5px;
  border-radius: 50px;
  line-height: 0px;
  border: 2px solid #2c2c2c;
  margin-left: auto;
  margin-right: auto;
}

#fix-footer-div ul li.prof-sns-menu-icon a span .svg-fa-tw {
  width: 100%;
}

#fix-footer-div ul li.prof-sns-menu-icon a span .svg-fa-fb {
  height: 22px;
}

#fix-footer-div ul li.prof-sns-menu-icon a span .svg-fa-in {
  height: 23px;
}

#fix-footer-div ul li.prof-sns-menu-icon a span .svg-fa-yu {
  width: 90%;
  margin-top: 1.5px;
}

#fix-footer-div ul li.prof-sns-menu-icon a span .svg-fa-ma {
  width: 90%;
}

#fix-footer-div ul li.prof-sns-menu-icon a:hover span {
  color: #158d5f;
  border: 2px solid #158d5f;
}

body.side-open .sns {
  -webkit-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
  left: 360px;
}

body.side-close .sns {
  -webkit-transition: left 0.2s ease 0s;
  transition: left 0.2s ease 0s;
  left: 0px;
}

.sns {
  display: block;
  width: 50px;
  text-align: center;
  z-index: 9999;
  position: fixed;
  padding-top: 8px;
  top: 360px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .sns {
    display: none;
  }
}

.sns ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}

.sns li {
  text-aligh: center;
  margin-bottom: 12px;
}

.sns li a {
  display: block;
  color: #fff;
  border-radius: 0px 6px 6px 0px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 8px;
  vertical-align: middle;
}

.sns li a i {
  font-size: 20px;
  display: block;
  margin-bottom: -5px;
  padding-top: 10px;
}

.sns li a span.fa-text {
  display: block;
  font-weight: bold;
  margin-bottom: -12px;
  padding-top: 5px;
}

.sns li.hatebu a span.fa-text {
  font-size: 18px;
}

.sns li.line a span.fa-text {
  font-size: 12px;
}

.sns .twitter a {
  background: #55acee;
}

.sns .twitter a:hover {
  background: #4892cb;
}

.sns .facebook a {
  background: #3b5998;
}

.sns .facebook a:hover {
  background: #324c81;
}

.sns .googleplus a {
  background: #dc4e41;
}

.sns .googleplus a:hover {
  background: #bb4237;
}

.sns .hatebu a {
  background: #00a5de;
}

.sns .hatebu a:hover {
  background: #008cbd;
}

.sns .line a {
  background: #25af00;
}

.sns .line a:hover {
  background: #219900;
}

.sns .pocket a {
  background: #f03e51;
}

.sns .pocket a:hover {
  background: #c0392b;
}

.footer-company-info {
  margin-bottom: 30px;
}

.footer-company-info dt img {
  margin-bottom: 15px;
}

.footer-company-info a {
  border-style: none;
}

.footer-company-info a:after {
  content: none;
}

@media only screen and (max-width: 991px) {
  .footer-company-info dt img {
    width: 70%;
  }
}

@media only screen and (min-width: 992px) {
  .footer-company-info dt img {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-company-info dt img {
    width: 70%;
  }
}

.footer-contact1 {
  margin-bottom: 25px;
}

.footer-contact2 {
  padding-bottom: 24px;
}

.footer-contact1 dt,
.footer-contact2 dt {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 4px 1px !important;
  border-radius: 3px;
  text-shadow: 0 1px 1px #141414;
  font-size: 0.8em;
  font-weight: normal;
}

.footer-contact1 dd,
.footer-contact2 dd {
  clear: both;
}

.footer-contact1 .footer-tel li.footer-01 {
  color: #313131;
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  min-height: 30px;
  padding-left: 35px;
  top: 6px;
  left: 9px;
}

.footer-contact1 .footer-tel li.footer-01:before {
  content: url("http://localhost/doteq/wp-content/themes/theme-doteq-basic/assets/images/icon_tel.png");
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  position: relative;
  left: -28px;
  display: inline-block;
  width: 1px;
  top: 1.5px;
}

.footer-button-contact {
  position: relative;
  top: 8px;
  background-color: #cfa916;
  border: 2px solid #FFFFFF;
  border-radius: 6px 6px 6px 6px/6px 6px 6px 6px;
}

.footer-button-contact:after {
  content: ">";
  position: absolute;
  color: #FFFFFF;
  font-size: 15px;
  right: 8px;
  top: 26px;
}

.footer-button-contact .inner a {
  background-color: #cfa916;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;
  padding-top: 30px;
  padding-bottom: 31px;
  width: 100%;
  text-align: center;
  display: block;
  border-bottom: 4px solid rgba(0, 0, 0, 0.6);
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  font-weight: bold;
}

.content #text-count {
  padding-bottom: 65px;
}

.content #text-count p {
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .content #text-count {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content #text-count p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.content blockquote {
  display: block;
  background-color: #f5f5f5;
  padding: 15px 20px 15px 45px;
  margin: 20px 0;
  position: relative;
  font-family: Georgia, serif;
  font-size: 1em;
  line-height: 1.6em;
  color: #666;
  text-align: justify;
  border-left: 5px solid #C1AC6C;
  border-right: 2px solid #C1AC6C;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
}

.content blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: 30px;
}

.content blockquote a {
  text-decoration: none;
  cursor: pointer;
  padding: 0 3px;
}

.content blockquote a:hover {
  text-decoration: underline;
}

.content blockquote em {
  font-style: italic;
}

.content blockquote p {
  font-size: 1em;
  line-height: 1.6em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.container-list-view-top .contents-top-img-set {
  position: relative;
  width: 100%;
  background-size: 100% auto;
}

.container-list-view-top .contents-top-img-set::before {
  content: "";
  display: block;
  padding-top: 38%;
}

@media only screen and (max-width: 767px) {
  .container-list-view-top .contents-top-img-set::before {
    content: "";
    display: block;
    padding-top: 35%;
  }
}

.container-list-view-top .contents-top-img-set .thumbnail-text-box {
  width: 47%;
  position: absolute;
  top: 0;
  text-align: center;
  padding-top: 7%;
  right: 9px;
}

.container-list-view-top .contents-top-img-set .thumbnail-text-box .text1 {
  color: #FFFFFF;
  font-size: 2.5vw;
  line-height: 4vw;
  font-weight: bold;
  margin-bottom: 6%;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: transparent;
  padding: 0;
  top: 0;
}

@media only screen and (min-width: 1200px) {
  .container-list-view-top .contents-top-img-set .thumbnail-text-box .text1 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 8%;
  }
}

.container-list-view-top .contents-top-img-set .thumbnail-text-box .text2 {
  color: #fbed21;
  font-size: 1.5vw;
  line-height: 2.5vw;
  font-weight: bold;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1200px) {
  .container-list-view-top .contents-top-img-set .thumbnail-text-box .text2 {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

.container-list-view-top .contents-top-img-set .thumbnail-text-box .button a span {
  color: #fff;
  font-size: 1.8vw;
  line-height: 3vw;
  display: inline-block;
  padding: 1.8vw 7vw 0;
  height: 10vw;
  border-radius: 5vw;
  background-color: #1cb57b;
  -webkit-box-shadow: 0 0 0 6px rgba(28, 181, 123, 0.15);
  box-shadow: 0 0 0 6px rgba(28, 181, 123, 0.15);
  -webkit-transition: .3s;
  transition: .3s;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1200px) {
  .container-list-view-top .contents-top-img-set .thumbnail-text-box .button a span {
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 25px 90px 0;
    height: 120px;
  }
}

.container-list-view-top .contents-top-img-set .thumbnail-text-box .button a:hover span {
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: #C1AC6C;
  -webkit-box-shadow: 0 0 0 6px rgba(255, 226, 0, 0.15);
  box-shadow: 0 0 0 6px rgba(255, 226, 0, 0.15);
}

.container-list-view-top.home,
.container-list-view-top.delpost {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0;
  padding-left: 0;
  background-color: #bbdd91;
}

.container-list-view-top.home .contents-top-img-set,
.container-list-view-top.delpost .contents-top-img-set {
  background: url("https://sayury wedding.info/static/cmapp/images/main-img-l-01.png") center no-repeat;
  background-size: contain;
}

.container-list-view-top.news {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0;
  padding-left: 0;
  background-color: #80cdb0;
}

.container-list-view-top.news .contents-top-img-set {
  background: url("https://sayury wedding.info/static/cmapp/images/main-img-l-06.png") center no-repeat;
  background-size: contain;
}

.container-list-view-top.beginners-guides {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0;
  padding-left: 0;
  background-color: #a1d4c3;
}

.container-list-view-top.beginners-guides .contents-top-img-set {
  background: url("https://sayury wedding.info/static/cmapp/images/main-img-l-02.png") center no-repeat;
  background-size: contain;
}

.container-list-view-top.sim {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0;
  padding-left: 0;
  background-color: #74bfb4;
}

.container-list-view-top.sim .contents-top-img-set {
  background: url("https://sayury wedding.info/static/cmapp/images/main-img-l-03.png") center no-repeat;
  background-size: contain;
}

.container-list-view-top.migration-guides {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0;
  padding-left: 0;
  background-color: #9fcdba;
}

.container-list-view-top.migration-guides .contents-top-img-set {
  background: url("https://sayury wedding.info/static/cmapp/images/main-img-l-04.png") center no-repeat;
  background-size: contain;
}

.container-list-view-top.unlock {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0;
  padding-left: 0;
  background-color: #0f5e46;
}

.container-list-view-top.unlock .contents-top-img-set {
  background: url("https://sayury wedding.info/static/cmapp/images/main-img-l-05.png") center no-repeat;
  background-size: contain;
}

.container-contents.home,
.container-contents.sitemap-con {
  margin-top: 10%;
}

.container-contents.con-end {
  margin-bottom: 10%;
}

.contents-top-img-set .thumbnail-top {
  position: relative;
  width: 100%;
  padding-top: 66%;
}

.contents-top-img-set .thumbnail-top img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contents-top-img-set .up-date-top {
  font-family: Arial, "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  color: #ffffff;
  background-color: #C1AC6C;
  margin-right: auto;
  margin-left: auto;
  z-index: 3;
  top: -42px;
  position: relative;
  text-align: center;
  width: 86px;
  height: 86px;
  border-radius: 43px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.3rem;
}

.contents-top-img-set .up-date-top time {
  margin-top: 19px;
  display: inline-block;
}

.contents-top-img-set .up-date-top span {
  font-size: 20px;
}

.contents-top-img-set .up-date-top .date_day {
  margin-right: 1px;
}

.contents-top-img-set .up-date-top .date_year {
  display: block;
  padding-top: 3px;
  border-top: 1px solid;
  padding-right: 4px;
  padding-left: 4px;
}

.contents-top-img-set h1 {
  font-size: 1.6rem;
  line-height: 2.5rem;
  background-color: #f5f5f5;
  text-align: center;
  padding: 50px 30px 25px;
  position: relative;
  top: -86px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .contents-top-img-set h1 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.contents-top-img-set h1 a {
  text-decoration: none;
  color: #534e38;
}

.contents-top-img-set h1 a:hover {
  text-decoration: underline;
  color: #95772F;
}

.contents-top-img-set .summury-box {
  position: relative;
  top: -86px;
}

.contents-top-img-set .summury-box>ul.list-inline {
  font-size: 1rem;
  background-color: #ffffff;
  color: #534e38;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}

.contents-top-img-set .summury-box>ul.list-inline li {
  margin-bottom: 0;
}

.contents-top-img-set .summury-box>ul.list-inline li span {
  color: silver;
  font-weight: normal;
  font-style: normal;
}

.contents-top-img-set .summury-box .summury-of-page {
  padding: 30px;
  background-color: #f5f5f5;
  margin-bottom: 35px;
}

.contents-top-img-set .summury-box .summury-of-page ul.tag-list {
  background-color: #f5f5f5 !important;
}

.contents-top-img-set .summury-box .summury-of-page ul.tag-list li i {
  color: #00a5de !important;
}

@media only screen and (max-width: 767px) {
  .contents-top-img-set .summury-box .summury-of-page {
    padding: 15px;
  }
}

.contents-top-img-set-full-wide {
  margin-bottom: 180px;
  background-color: #f5f5f5;
}

.contents-top-img-set-full-wide .thumbnail-top {
  position: relative;
  width: 100%;
  /*padding-top: 450px;*/
}

.contents-top-img-set-full-wide .thumbnail-top img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

.contents-top-img-set-full-wide h1 {
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: center;
  padding: 50px 30px 25px;
  position: relative;
  top: 130px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .contents-top-img-set-full-wide h1 {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 35px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .contents-top-img-set-full-wide h1 {
    width: 1115px;
    padding-left: 25px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contents-top-img-set-full-wide h1 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.contents-top-img-set-full-wide h1 a {
  text-decoration: none;
  color: #534e38;
}

.contents-top-img-set-full-wide h1 a:hover {
  text-decoration: underline;
  color: #95772F;
}

.contents-top-img-set-full-wide .summury-box {
  position: relative;
  top: 140px;
  background-color: #f5f5f5;
}

.contents-top-img-set-full-wide .summury-box>.summury-list-line {
  background: #ffffff;
}

.contents-top-img-set-full-wide .summury-box>.summury-list-line>ul.list-inline {
  font-size: 1rem;
  color: #534e38;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}

@media only screen and (min-width: 992px) {
  .contents-top-img-set-full-wide .summury-box>.summury-list-line>ul.list-inline {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 35px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .contents-top-img-set-full-wide .summury-box>.summury-list-line>ul.list-inline {
    width: 1115px;
    padding-left: 25px;
    padding-right: 0;
  }
}

.contents-top-img-set-full-wide .summury-box>.summury-list-line>ul.list-inline li {
  margin-bottom: 0;
}

.contents-top-img-set-full-wide .summury-box>.summury-list-line>ul.list-inline li span {
  color: silver;
  font-weight: normal;
  font-style: normal;
}

.contents-top-img-set-full-wide .summury-box .summury-of-page {
  padding: 30px;
  margin-bottom: 35px;
}

@media only screen and (min-width: 992px) {
  .contents-top-img-set-full-wide .summury-box .summury-of-page {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 35px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .contents-top-img-set-full-wide .summury-box .summury-of-page {
    width: 1115px;
    padding-left: 25px;
    padding-right: 0;
  }
}

.contents-top-img-set-full-wide .summury-box .summury-of-page ul.tag-list {
  background-color: #f5f5f5 !important;
}

.contents-top-img-set-full-wide .summury-box .summury-of-page ul.tag-list li i {
  color: #00a5de !important;
}

@media only screen and (max-width: 767px) {
  .contents-top-img-set-full-wide .summury-box .summury-of-page {
    padding: 15px;
  }
}

.content i.fa-unlock {
  color: green;
}

.content i.fa-lock {
  color: red;
}

.content h2 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 25px;
  margin-top: 85px;
  border-bottom: 3px solid #C1AC6C;
  padding-bottom: 20px;
  text-align: center;
  background: url("../images/h-icon.png") center top no-repeat;
  padding-top: 85px;
}

.content h2:first-child {
  margin-top: 0;
}

.content h2 a {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .content h2 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.content h2+p {
  margin-top: 45px;
}

.content h3 {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-bottom: 28px !important;
  margin-top: 80px !important;
  border-bottom: 1px dotted #C1AC6C;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .content h3 {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 65px;
  }
}

.content .container-list-view h3 {
  text-align: left;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

.content h4 {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 30px !important;
  padding: 2px 15px 2px 8px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-bottom: 1px dotted #C1AC6C;
}

.content h4:before {
  content: "●";
  color: #C1AC6C;
  margin-right: 8px;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .content h4 {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

.content h5 {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
  border-bottom: 1px dotted #C1AC6C;
}

.content h5:before {
  content: "●";
  color: #C1AC6C;
  margin-right: 8px;
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  .content h5 {
    font-size: 0.9rem !important;
    line-height: 1.5rem !important;
  }
}

.h5_title {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 5px !important;
  border-bottom: 1px dotted #C1AC6C;
  font-weight: bold;
}

.h5_title:before {
  content: "●";
  color: #C1AC6C;
  margin-right: 8px;
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  .h5_title {
    font-size: 0.9rem !important;
    line-height: 1.5rem !important;
  }
}

#text-count ul,
#text-count ol {
  background-color: #f5f5f5;
  padding: 25px 45px 13px;
  margin-bottom: 15px;
}

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

  #text-count ul,
  #text-count ol {
    padding: 25px 10px 13px 35px;
    margin-bottom: 15px;
    margin-left: 0 !important;
  }
}

#text-count li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 1.5rem;
}

#text-count ul li {
  position: relative;
  padding-left: 5px;
}

#text-count ul li::after,
#text-count ul li::before {
  display: block;
  content: '';
  position: absolute;
}

#text-count ul li::after {
  top: .35em;
  left: -1.2em;
  width: 14px;
  height: 14px;
  background-color: #00a5de;
  border-radius: 100%;
}

#text-count ul li::before {
  z-index: 2;
  top: .625em;
  left: -.975em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#text-count ul.manage-list-inline li {
  margin-right: 28px;
}

#text-count dl dt {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
  border-bottom: 1px dotted #c7c2ac;
}

#text-count dl dt:before {
  content: "〇";
  color: #c7c2ac;
  margin-right: 8px;
  font-size: 0.8em;
  margin-left: 8px;
}

.content strong {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff300));
  background-image: -webkit-linear-gradient(transparent 50%, #fff300 50%);
  background-image: linear-gradient(transparent 50%, #fff300 50%);
  font-weight: bold;
}

.content b {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff300));
  background-image: -webkit-linear-gradient(transparent 50%, #fff300 50%);
  background-image: linear-gradient(transparent 50%, #fff300 50%);
  font-weight: normal;
  font-style: normal;
}

.content b.marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff300));
  background: -webkit-linear-gradient(transparent 60%, #fff300 0%);
  background: linear-gradient(transparent 60%, #fff300 0%);
  font-weight: bold;
}

.content b.marker_blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #10EAEA));
  background: -webkit-linear-gradient(transparent 60%, #10EAEA 0%);
  background: linear-gradient(transparent 60%, #10EAEA 0%);
  font-weight: bold;
}

.content b.marker_red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #E570D0));
  background: -webkit-linear-gradient(transparent 60%, #E570D0 0%);
  background: linear-gradient(transparent 60%, #E570D0 0%);
  font-weight: bold;
}

.content b.marker_green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #66FFCC));
  background: -webkit-linear-gradient(transparent 60%, #66FFCC 0%);
  background: linear-gradient(transparent 60%, #66FFCC 0%);
  font-weight: bold;
}

#main .content ul.tag-list {
  background-color: transparent;
  padding: 0;
  margin: 0 8px 8px 0;
}

#main .content::before,
#main .content::after {
  content: none !important;
}

#main .content li::before,
#main .content li::after {
  content: none;
}

#main .content li i {
  color: #00a5de !important;
}

.content table.table-responsive {
  width: 100%;
  display: table;
}

.content table .thead-light {
  background-color: #00a5de;
}

.content table .thead-light th {
  color: #fff;
  vertical-align: middle;
  font-weight: normal;
}

.content th {
  border-bottom: 1px solid #c7c2ac;
  border-left: 1px dotted #c7c2ac;
  padding: 4px;
}

.content td {
  padding: 4px;
  border-left: 1px dotted #c7c2ac;
}

.note {
  position: relative;
  background-color: #f5f5f5;
  padding: 1.8rem 1.5rem 1.3px;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.note .note-title {
  position: absolute;
  top: -1em;
  background-color: rgba(0, 165, 222, 0.4);
  padding: 0.25em 2rem !important;
  color: #4f4f4f;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.note .h5_title {
  margin-top: 1em;
}

.plink {
  padding: 20px 15px 0 5px;
  margin: 1rem 0;
  border: 2px solid #f5f5f5;
}

@media only screen and (max-width: 767px) {
  .plink {
    padding: 20px 10px 0;
    margin: 3rem 5px 1rem;
    border: 1px solid #f5f5f5;
  }
}

.plink .right {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .plink .right {
    padding-left: 15px;
  }
}

span.af-class.bt {
  display: block;
  width: 80%;
  -webkit-box-shadow: inset 0 6px 0 rgba(255, 255, 255, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 6px 0 rgba(255, 255, 255, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
  margin-right: auto;
  margin-left: auto;
}

span.af-class.bt a {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  background-color: #009943;
  -webkit-box-shadow: 0 3px 0 #1A4806;
  box-shadow: 0 3px 0 #1A4806;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

span.af-class.bt a:hover {
  background-color: #1abc9c;
  top: 3px;
  -webkit-box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.2), 0 3px 3px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.2), 0 3px 3px rgba(0, 0, 0, 0.19);
}

span.af-class.bt a:active {
  background-color: #31c8aa;
  top: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.default-aflink-amazon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 1em;
}

.default-aflink-amazon .item-image {
  -webkit-flex-basis: 450px;
  -ms-flex-preferred-size: 450px;
  flex-basis: 450px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1.3vw solid transparent;
  color: #ffffff;
}

.default-aflink-amazon .item-desc {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  border: 0vw solid transparent;
  text-decoration: none;
  background-color: #fff;
  word-break: break-word;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666;
}

.default-aflink-amazon .item-title {
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.6rem;
}

.default-aflink-amazon .item-title a {
  color: #009943;
  text-decoration: none;
}

.default-aflink-amazon .item-price {
  color: #b00;
  background-color: #f6f6f6;
  padding: 3px 10px;
  margin-top: 8px;
  margin-bottom: 25px;
  border-radius: 5px;
}

.default-aflink-amazon .item-price span {
  color: #666;
  font-size: 0.8rem;
  display: inline-block;
}

.default-aflink-amazon .item-price span.item-price-label {
  margin-right: 5px;
}

.default-aflink-amazon .item-price span.item-price-time {
  margin-left: 15px;
}

.default-aflink-amazon .item-desc .link-button a {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #009943;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: 0 3px 0 #1A4806;
  box-shadow: 0 3px 0 #1A4806;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.default-aflink-amazon .item-desc .link-button a:hover {
  background-color: #006c99;
  -webkit-box-shadow: 0 3px #063f48;
  box-shadow: 0 3px #063f48;
  -moz-box-shadow: 0 3px #063f48;
}

@media only screen and (max-width: 767px) {
  .default-aflink-amazon {
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .default-aflink-amazon .item-image {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border-right: 0vw solid transparent;
    text-align: center;
  }

  .default-aflink-amazon .item-desc {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .default-aflink-amazon .item-price {
    margin-bottom: 10px;
  }
}

.embed-responsive-4by3 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  margin-bottom: 25px;
}

.embed-responsive-4by3 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.embed-responsive-16by9 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 25px;
}

.embed-responsive-16by9 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

p a.readmore {
  display: block;
  background-color: #cfa916;
  color: #FFFFFF;
  max-width: 10em;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  float: right;
  width: 10em;
  margin-top: 30px;
  text-decoration: none;
  border-radius: 6px 6px 6px 6px/6px 6px 6px 6px;
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0), 0px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: .2s;
  transition: .2s;
}

p a.readmore:hover {
  text-decoration: underline;
  color: #313131;
  background-color: #000000;
}

.balloon-2-right {
  position: relative;
  display: block;
  padding: 23px 30px 15px;
  color: #212529;
  text-align: center;
  background: #C1AC6C;
  z-index: 0;
  border-radius: 20px;
}

.balloon-2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #C1AC6C transparent transparent;
}

@media only screen and (max-width: 767px) {
  .balloon-left {
    padding: 0 0 15px;
  }

  .balloon-left img {
    width: 100%;
  }

  .balloon-2-right:after {
    left: 30%;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: transparent transparent #C1AC6C transparent;
    top: -10px;
  }
}

.pagenation-list nav ul.pagination {
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: unset;
}

.pagenation-list nav ul.pagination .page-item.active a {
  background: #C1AC6C;
  color: #212529;
  border-color: #C1AC6C;
}

.pagenation-list nav ul.pagination .page-item a:hover,
.pagenation-list nav ul.pagination .page-item a:focus {
  color: #212529;
  font-weight: normal;
  font-style: normal;
}

@media only screen and (min-width: 992px) {
  .container-pagenation-detail .row {
    width: 970px;
    margin: 10px auto;
  }
}

@media only screen and (min-width: 1200px) {
  .container-pagenation-detail .row {
    width: 1170px;
    margin: 10px auto;
  }
}

.container-pagenation-detail .row .left {
  border-right: 1px dotted #1a1a1a;
}

.container-pagenation-detail .row p.menu-item {
  margin-bottom: 15px;
  margin-top: 15px;
}

.container-pagenation-detail .row p.menu-item span.prev,
.container-pagenation-detail .row p.menu-item span.next {
  width: 100%;
  background-color: #1a1a1a;
  display: block;
  color: #ffffff;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 5px;
}

.container-pagenation-detail .row p.menu-item a:hover span.prev,
.container-pagenation-detail .row p.menu-item a:hover span.next {
  color: #C1AC6C;
}

.container-pagenation-detail .row p.menu-item span.next {
  text-align: right;
}

.container-pagenation-detail .row p.menu-item span i {
  color: #ffffff;
  font-size: 15px;
}

.container-pagenation-detail .row p.menu-item a:hover span i {
  color: #C1AC6C;
}

.container-pagenation-detail .row p.menu-item span.prev i {
  margin-right: 8px;
}

.container-pagenation-detail .row p.menu-item span.next i {
  margin-left: 8px;
}

.container-pagenation-detail .row p.menu-item span.img {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}

.container-pagenation-detail .row p.menu-item img {
  width: 100%;
}

.container-pagenation-detail .row .left p.menu-item img {
  padding-right: 8px;
}

.container-pagenation-detail .row p.menu-item span.text {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}

.container-pagenation-detail .row p.menu-item a:hover {
  background-color: #C1AC6C;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.note-editor.note-frame {
  border: none !important;
  width: 100% !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px 0 !important;
  overflow: auto;
  color: #000;
  background-color: #fff;
  max-height: 850px;
}

.note-editor.note-frame.fullscreen {
  padding-left: 80px;
  margin-bottom: 95px;
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  top: 95px !important;
  -webkit-box-shadow: 0 0 8px gray;
  box-shadow: 0 0 8px gray;
}

.note-editor.note-frame .note-statusbar .note-resizebar {
  background-color: #2e3540;
}

.note-editor .note-toolbar {
  background-color: #2e3540;
  padding-right: 8px !important;
}

.note-editor .note-btn {
  background-color: #ebebeb;
}

.note-editor .note-toolbar .dropdown-menu.dropdown-style,
.note-editor .note-toolbar .dropdown-menu.dropdown-fontname {
  width: 320px;
}

.form-control {
  overflow-y: scroll;
}

pre[class*="language-"]>code[data-language] {
  max-height: none;
  overflow: auto;
}

:not(pre)>code[class*="language-"],
pre[data-line] {
  background: #272822;
}

.form-control {
  margin-bottom: 20px;
}

#entry-form1-main>div.row {
  width: 100%;
}

.content-form {
  max-width: none !important;
  width: 1200px !important;
  margin-right: auto;
  margin-left: auto;
}

ul.flow-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

ul.flow-list:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

ul.flow-list li {
  width: 33%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  float: left;
  padding: 10px 20px;
  margin-right: 3px;
  background: #f4f2f1;
  color: #686868;
  position: relative;
  text-align: center;
}

ul.flow-list li.left:before,
ul.flow-list li.center:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  width: 0;
  height: 0;
  border-top: solid 30px transparent;
  border-right: solid 30px transparent;
  border-bottom: solid 30px transparent;
  border-left: solid 30px #f4f2f1;
  z-index: 4;
  right: -56px;
}

ul.flow-list li:after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  width: 0;
  height: 0;
  border-top: solid 30px transparent;
  border-right: solid 30px transparent;
  border-bottom: solid 30px transparent;
  border-left: solid 30px #fff;
}

ul.flow-list li:first-child:after {
  display: none;
}

.page-id-2409 .flow-list li.left {
  background: #333 !important;
  color: #fff;
}

.page-id-2409 .flow-list li.left:before {
  border-left: solid 30px #333 !important;
}

ul.flow-list li.active {
  background: #e2edd7;
  color: #333;
  font-weight: bold;
}

ul.flow-list li.active.left:before,
ul.flow-list li.active.center:before {
  border-left: solid 30px #e2edd7;
}

@media only screen and (min-width: 992px) {
  #entry-form1 .row {
    width: 940px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  #entry-form1 .row {
    width: 1140px;
  }
}

#entry-form1 input {
  height: 40px;
  border-radius: 5px;
  border: 1px solid silver;
  background-color: white;
  margin-right: 5px;
  margin-left: 5px;
}

#entry-form1 select {
  height: 40px;
  border-radius: 5px;
  border: 1px solid silver;
  background-color: white;
}

#entry-form1 .row {
  background-color: #f4f2f1;
  margin: 0;
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
}

#entry-form1 .first-row {
  border-top: 1px solid silver;
}

#entry-form1 label.col-sm-4 {
  font-weight: normal;
  font-style: normal;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

#entry-form1 .col-sm-8 {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid silver;
  margin-bottom: 0;
  text-align: left;
  min-height: 55px;
}

@media only screen and (max-width: 767px) {
  #entry-form1 .col-sm-8 {
    border-left-style: none;
  }
}

input::-webkit-input-placeholder,
input:-moz-placeholder {
  color: #ccc;
  font-size: 100%;
  line-height: 100%;
  font-weight: normal;
  font-style: normal;
  padding-left: 5px;
  padding-right: 5px;
}

textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 100%;
  line-height: 100%;
  font-weight: normal;
  font-style: normal;
  padding: 5px;
}

textarea::-moz-placeholder {
  color: #ccc;
  font-size: 100%;
  line-height: 100%;
  font-weight: normal;
  font-style: normal;
  padding-left: 5px;
  padding-right: 5px;
}

.necessary {
  display: block;
  float: right;
  background-color: #FF0000;
  width: 50px;
  height: 25px;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  border-radius: 5px;
}

.optional {
  display: block;
  float: right;
  background-color: #00993E;
  width: 50px;
  height: 25px;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  border-radius: 5px;
}

#entry-form1 button#imbtn,
#entry-form1 button#imbtn_confirm {
  position: relative;
  background-color: #009943;
  padding: 25px 15px;
  display: block;
  width: 70%;
  border-radius: 8px;
  margin: 45px auto 200px;
  color: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 3px white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 3px white;
  text-align: center;
}

#entry-form1 button#imbtn:hover,
#entry-form1 button#imbtn_confirm:hover {
  background-color: #e2edd7;
  color: #009943;
}

#entry-form1 button#imbtn span,
#entry-form1 button#imbtn_confirm span {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.5em;
  position: relative;
  top: 0px;
}

#entry-form1 button#imbtn:after,
#entry-form1 button#imbtn_confirm:after {
  content: "\f138";
  font: 18px FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  float: right;
  top: 39%;
  right: 10px;
}

#entry-form1 button#imbtn[disabled] {
  background-color: red;
}

#entry-form1 button#rebtn {
  margin-top: -30px;
  margin-bottom: 30px;
  background-color: #f3f4ef;
  border: 1px solid #cfcfcf;
  color: #858585;
  font-size: 0.8em;
}

@media only screen and (max-width: 767px) {
  #entry-form1 button#imbtn {
    width: 93%;
  }
}

.name-row .col-sm-8 ul.list-inline {
  padding: 0;
  background-color: white !important;
  margin-bottom: 0;
}

.name-row .col-sm-8 .name {
  padding-left: 5px;
  padding-right: 5px;
}

.mobile-row .col-sm-8 .tel {
  width: 26%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.mobile-row .col-sm-8 span {
  float: left;
  width: 4%;
  text-align: center;
  height: 40px;
  line-height: 38px;
  font-weight: bold;
  font-size: 20px;
}

.mobile-row .col-sm-8 .tel1 {
  width: 33%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.mobile-row .tel2 {
  width: 33%;
  float: right;
  padding-left: 5px;
  padding-right: 5px;
}

.mail-row #mail {
  margin-bottom: 7px;
}

.mail-row .mail {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.mail-row .necessary-text {
  line-height: 130%;
  margin-top: 7px;
  margin-bottom: 0;
}

.address-row .address {
  margin-bottom: 7px;
}

.address-row .col-sm-8 label {
  display: block;
  float: left;
  margin-right: 0px;
  font-weight: normal;
  font-style: normal;
  line-height: 37px;
  width: 15%;
}

.address-row #zip1,
.address-row #zip2 {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0;
}

.address-row #zip1 {
  width: 25% !important;
}

.address-row #zip2 {
  width: 35% !important;
}

.address-row .col-sm-8 #zip1+span {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.address-row .col-sm-8 #address1 {
  margin-bottom: 0px;
  width: 63%;
}

.address-row .address2,
.address-row .address3 {
  width: 85%;
  padding-left: 5px;
  padding-right: 5px;
}

.address-row select {
  line-height: 20px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .address-row .col-sm-8 label {
    line-height: 37px;
    width: 22%;
  }

  .address-row .address2,
  .address-row .address3 {
    width: 78%;
  }
}

.mail-to-row .col-sm-8 {
  padding-top: 2px !important;
}

.mail-to-row .radio-inline {
  position: relative !important;
  margin-bottom: 5px;
  padding-left: 0;
}

.mail-to-row .radio-inline:first-child {
  margin-left: 10px;
}

.radio-inline input {
  display: inline-block;
  position: relative !important;
  width: 25px !important;
  height: 25px !important;
  top: 6px;
}

.note-row textarea {
  width: 100%;
  border-radius: 5px;
  min-height: 100px;
}

textarea.rules {
  width: 100%;
  min-height: 100px;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: 0%;
  border-radius: 5px;
  border: 1px solid silver;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  line-height: 150%;
}

#entry-form1 .row.policy-row {
  background-color: white;
  margin: 0;
  border-style: none;
}

#entry-form1 .policy-row label.col-sm-4 {
  margin-top: 15px;
  font-weight: bold;
}

#entry-form1 .policy-row .col-sm-8 {
  border-style: none;
}

@media only screen and (max-width: 767px) {
  #entry-form1 .policy-row label.col-sm-4 {
    background-color: #f4f2f1;
  }

  #entry-form1 .policy-row .col-sm-8 {
    margin-top: -5px;
    background-color: transparent;
    text-align: center;
  }
}

input#policy[type=checkbox] {
  display: none;
}

.policy_label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f4f2f0;
  vertical-align: middle;
  cursor: pointer;
}

.policy_label:hover {
  background-color: #e2edd7;
}

.policy_label:hover:after {
  border-color: #53b300;
}

.policy_label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  margin-top: -13px;
  width: 22px;
  height: 22px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.policy_label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input#policy[type=checkbox]:checked+.policy_label:before {
  opacity: 1;
}

.submit_text {
  margin-bottom: 35px;
  padding: 12px 42px;
  border-radius: 8px;
  background-color: #e2edd7;
  text-align: center;
  font-weight: bold;
}

#contacts_form {
  padding-top: 8%;
}

#contacts_form p.contacts_done_text {
  text-align: center;
}

#contacts_form form p {
  text-align: center;
}

#contacts_form form p button {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  width: 80%;
  padding: 30px;
  letter-spacing: 3px;
  background-color: #1cb57b;
  -webkit-box-shadow: 0 3px #10724d;
  box-shadow: 0 3px #10724d;
  border-style: none;
  margin: 80px auto 130px;
}

#contacts_form form p button:hover {
  background-color: #0274d8;
  -webkit-box-shadow: 0 2px #015096;
  box-shadow: 0 2px #015096;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

#contacts_form form label {
  font-size: 1rem;
  margin: 23px 0 0;
}

header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand img {
  height: 50px;
}

@media only screen and (max-width: 767px) {
  header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand img {
    margin-top: 12px;
    width: 180px;
    height: auto;
  }
}

/* ******************************************************************************** */
/* 更新画面 */
/* ******************************************************************************** */
.updatedview ul.nav-tabs {
  border-bottom-color: #282f39 !important;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

.updatedview ul.nav-tabs li.nav-item {
  margin-bottom: 0;
  /*padding-bottom: 0!important;*/
}

.updatedview ul.nav-tabs li.nav-item:before {
  content: none !important;
}

.updatedview ul.nav-tabs li.nav-item:after {
  content: none !important;
}

.updatedview ul.nav-tabs li.nav-item a.nav-link {
  /*margin-bottom: 0!important;*/
  color: #282f39 !important;
  border: 1px dotted #282f39;
  border-bottom: none;
  text-decoration: none;
}

.updatedview ul.nav-tabs li.nav-item a.nav-link.active {
  background-color: #282f39;
  /*border: none;*/
  color: white !important;
}

.updatedview form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.7rem;
}

.updatedview form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.7rem;
}

.updatedview form ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.7rem;
}

.updatedview form ::placeholder {
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.7rem;
}

.updatedview #id_serp_description {
  max-height: 105px;
}

.updatedview .tab-pane ul.form-note {
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
}

/* ******************************************************************************** */
/* 更新画面 */
/* ******************************************************************************** */
/* ******************************************************************************** */
/* Google SERP リッチスニペットシミュレーションツール */
/* ******************************************************************************** */
#serp_simulation {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  color: #222;
  font-size: 13px;
  max-width: 600px;
}

#serp_simulation h3 {
  border-bottom: none;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
}

#serp_simulation h3 a {
  color: #1a0dab;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
  /*white-space: nowrap;*/
}

#serp_simulation .serp_url_pc {
  margin-top: -5px;
}

#serp_simulation .serp_url_pc cite {
  color: #006621;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  white-space: nowrap;
  margin: 0 !important;
}

#serp_simulation .serp_disc_pc {
  color: #545454;
  font-size: 13px;
  line-height: 18px;
}

#serp_simulation #serp_frame_mb {
  width: 320px;
  border-radius: 5px;
  border-top: 30px solid #202220;
  /*border-bottom: 30px solid #202220;*/
  border-left: 3px solid #202220;
  border-right: 3px solid #202220;
}

#serp_simulation #serp_frame_mb #m_head #m_input {
  background-color: #f1f1f1;
  height: 50px;
  padding: 7px 7px 6px 7px;
}

#serp_simulation #serp_frame_mb #m_head #m_input .form {
  /*display: block;*/
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid silver !important;
  height: 39px;
  border-radius: 0 3px 3px 0;
}

#serp_simulation #serp_frame_mb #m_head #m_input .form input {
  /*outline: none;*/
  font-size: 16px;
  padding: 0 5px;
  margin: 0;
  border: none;
  background-color: white;
  height: 37px;
  line-height: normal;
  /*margin-top: 4px;*/
  vertical-align: middle;
  width: 268px;
  position: absolute;
  top: 0;
  left: 0;
}

#serp_simulation #serp_frame_mb #m_head #m_input .form .clrbtn {
  position: absolute;
  top: 3px;
  right: 45px;
  font-size: 15px;
  font-weight: bold;
  color: #545454;
}

#serp_simulation #serp_frame_mb #m_head #m_input .form .button {
  background-image: none;
  background-color: #4d90fe;
  background: -webkit-gradient(linear, left top, left bottom, from(#4D90FE), to(#4787ED)) !important;
  border: 1px solid #3079ed;
  border-radius: 0 3px 3px 0;
  height: 37px;
  width: 38px;
  position: absolute;
  top: 0;
  right: 0;
}

#serp_simulation #serp_frame_mb #m_head #m_input .form .button i {
  position: absolute;
  font-size: 15px;
  color: #fff;
  top: 9px;
  right: 10px;
}

#serp_simulation #serp_frame_mb #m_head #m_menu {
  background-color: #fff;
  height: 35px;
  padding: 0 7px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}

#serp_simulation #serp_frame_mb #m_head #m_menu ._gY {
  float: left;
  margin-right: 20px;
  height: 35px;
}

#serp_simulation #serp_frame_mb #m_head #m_menu ._gY._all {
  color: #dd4b39;
  border-bottom: 3px solid #dd4b39;
}

#serp_simulation #serp_frame_mb #m_head #m_menu ._gY a {
  text-decoration: none;
  color: #777;
}

#serp_simulation #serp_frame_mb #m_result {
  padding: 6px 5px 0 5px;
}

#serp_simulation #serp_frame_mb #m_result .serp_mb {
  border-radius: 5px;
  border-bottom: 1px solid silver;
  padding: 6px 8px 15px 13px;
  margin-bottom: 10px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#serp_simulation #serp_frame_mb #m_result .serp_mb hr {
  margin: 8px 0 8px 0;
}

#serp_simulation #serp_frame_mb #m_result .serp_mb .serp_url_mb {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: -5px !important;
}

#serp_simulation #serp_frame_mb #m_result .serp_mb .serp_url_mb cite {
  color: #006621;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  white-space: nowrap;
  margin: 0 !important;
  font-family: arial, sans-serif;
}

#serp_simulation #serp_frame_mb #m_result .serp_mb h3.serp_title_mb {
  line-height: 22px;
  font-size: 18px;
}

#serp_simulation #serp_frame_mb #m_result .serp_mb h3.serp_title_mb a {
  /*width: 296px;*/
  color: #1a0dab;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
  /*white-space: nowrap;*/
}

#serp_simulation #serp_frame_mb #m_result .serp_mb .serp_disc_mb {
  color: #545454;
  font-size: 13px;
  line-height: 18px;
}

/* ******************************************************************************** */
/* Google SERP リッチスニペットシミュレーションツール */
/* ******************************************************************************** */
.side_author img {
  border: 1px solid #C1AC6C;
  padding: 5px;
}

.navbar-op1,
.navbar-op2 {
  float: right;
  margin-right: 2px;
}

.navbar-op1 a,
.navbar-op2 a {
  display: block;
  background-color: #36393c;
  height: 90px;
  text-decoration: none;
  color: #ffe200;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding-top: 28px;
}

.navbar-op1 a:hover,
.navbar-op2 a:hover {
  background-color: rgba(54, 56, 59, 0.7);
}

table .thead-dark th {
  background-color: #36393c !important;
}

/* ボタン設定 */
a.btn-outline-primary:link,
a.btn-outline-primary:visited,
button.btn-outline-primary {
  color: #0275d8;
  text-decoration: none;
  background-color: rgba(2, 118, 212, 0.15);
}

a.btn-outline-primary:hover,
a.btn-outline-primary:active {
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  background-color: #0275d8;
}

/* TOC */
ol.chapter {
  background-color: transparent !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  font-weight: bold;
}

ol.chapter li {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  line-height: 0.9rem !important;
  font-size: 0.8rem;
}

ol.chapter>ol.chapter {
  padding-left: 25px !important;
  font-weight: normal;
  font-style: normal;
}

ol.chapter li {
  list-style-type: decimal !important;
}

#container-head-logo {
  border-bottom: 2px solid #C1AC6C;
}

#container-head-logo {
  width: 100%;
  height: 92px;
  background-color: #ffffff;
  border-bottom: 2px solid #1a1a1a;
}

@media only screen and (max-width: 767px) {
  #container-head-logo {
    height: 62px;
  }
}

@media only screen and (min-width: 992px) {
  #container-head-logo .row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1200px) {
  #container-head-logo .row {
    width: 1170px;
  }
}

header #container-head-logo .headlogo-row .col-head-logo {
  text-align: left;
  top: 0;
  width: 100%;
  position: absolute;
}

header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 180px;
  height: 90px;
}

header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand img {
  margin-top: 15px;
}

@media only screen and (min-width: 992px) {
  header #container-head-logo .headlogo-row .col-head-logo {
    width: 970px;
  }
}

@media only screen and (min-width: 1200px) {
  header #container-head-logo .headlogo-row .col-head-logo {
    width: 1170px;
  }
}

@media only screen and (max-width: 991px) {
  header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand {
    width: 180px;
    height: 90px;
  }

  header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand img {
    margin-top: 15px;
    width: 180px;
    height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  header #container-head-logo .headlogo-row .col-head-logo {
    background-size: 201px 42px;
  }

  header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand {
    width: 201px;
    height: 60px;
  }

  header #container-head-logo .headlogo-row .col-head-logo a.navbar-brand img {
    margin-top: 3px;
    width: 144px;
    height: 44.8px;
  }
}

html {
  background-color: #C1AC6C;
}

#container-head-logo {
  border-bottom: 3px solid #D1A987;
}

.content #text-count {
  padding-bottom: 0px;
}

#container-hooter-copyright {
  background-color: #D1A987;
}

#container-hooter-copyright #footer-menu-row h4 {
  border-bottom: 1px solid #ffffff;
}

#sec-footer-contact {
  background-color: #221814;
  background-position: center 75px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*画面からの相対位置（背景固定）*/
  background-size: 1920px;
  height: 970px;
  color: #ffffff;
  text-align: center;
  /* <a href="https://www.sejuku.net/blog/50370" title="【超簡単】もう悩まない！CSSのみで二重線をつける方法 | 侍エンジニア塾ブログ | プログラミング入門者向け学習情報サイト" target="_blank">【超簡単】もう悩まない！CSSのみで二重線をつける方法 | 侍エンジニア塾ブログ | プログラミング入門者向け学習情報サイト</a> */
}

@media only screen and (max-width: 767px) {
  #sec-footer-contact.get_lazy_bg {
    background-image: url("../../../media/images/contents/footer_back-h.png");
  }
}

@media only screen and (max-width: 1199px) {
  #sec-footer-contact.get_lazy_bg {
    background-image: url("../../../media/images/contents/footer_back-h@2x.png");
  }
}

@media only screen and (min-width: 1200px) {
  #sec-footer-contact.get_lazy_bg {
    background-image: url("../../../media/images/contents/footer_back-f.png");
  }
}

@media only screen and (max-width: 991px) {
  #sec-footer-contact {
    /* パララックス効果キャンセル */
    background-attachment: scroll;
    background-position: center 0px;
  }
}

#sec-footer-contact>.row {
  padding-bottom: 45px;
}

@media only screen and (min-width: 992px) {
  #sec-footer-contact>.row {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  #sec-footer-contact>.row {
    width: 1170px;
  }
}

#sec-footer-contact>.row>.col {
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (max-width: 991px) {
  #sec-footer-contact>.row>.col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#sec-footer-contact h2 {
  font: normal normal 2rem Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 2.5rem;
  padding: 0 0px 0px;
  top: 0px;
  background: none;
  border: none;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  #sec-footer-contact h2 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  #sec-footer-contact h2 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

#sec-footer-contact h2 span {
  display: block;
  font-size: 1.6rem;
}

@media only screen and (max-width: 991px) {
  #sec-footer-contact h2 span {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  #sec-footer-contact h2 span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#sec-footer-contact .text_frame {
  border: solid 1px #fff;
  /* 内側の線になる一本線の枠線をひく*/
  outline: solid 1px #fff;
  /* 外側の線になる一本線の枠線をひく*/
  outline-offset: 10px;
  /* 外側の線と内側の線の空き具合を調整*/
  /*margin: 20px;            	/* 外側の線を広げた分、要素の大きさを調整する*!/*/
  padding: 40px;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  #sec-footer-contact .text_frame {
    padding: 20px;
  }
}

#sec-footer-contact .text_frame ul {
  background-color: transparent;
  list-style: none;
  padding-left: 0;
}

#sec-footer-contact p.sub_copy {
  font: normal normal 2rem Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  #sec-footer-contact p.sub_copy {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  #sec-footer-contact p.sub_copy {
    font-size: 1.2rem;
    margin-bottom: 15px !important;
  }
}

#sec-footer-contact .left a,
#sec-footer-contact .right a {
  font: normal normal 1.5rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px;
  border: solid 1px #fff;
}

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

  #sec-footer-contact .left a,
  #sec-footer-contact .right a {
    font-size: 1.3rem;
  }
}

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

  #sec-footer-contact .left a,
  #sec-footer-contact .right a {
    font-size: 1rem;
  }
}

#sec-footer-contact p.time {
  color: #ffffff;
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #sec-footer-contact p.time {
    /*margin-bottom: 15px;*/
  }
}

.contents-top-img-set-full-wide {
  margin-bottom: 0px;
  background-color: #ffffff;
}

.contents-top-img-set-full-wide .thumbnail-top {
  height: 600px;
  padding: 0;
}

.contents-top-img-set-full-wide .thumbnail-top img {
  /*height: 600px;*/
}

#events_area {
  padding-bottom: 45px;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

@media only screen and (min-width: 1200px) {
  #events_area.get_lazy_bg {
    background: url("../../../media/images/contents/back_2-f.png");
  }
}

@media only screen and (max-width: 1199px) {
  #events_area.get_lazy_bg {
    background: url("../../../media/images/contents/back_2-h@2x.png");
  }
}

@media only screen and (max-width: 767px) {
  #events_area.get_lazy_bg {
    background: url("../../../media/images/contents/back_2-s.png");
  }
}

#events_area .col {
  padding-right: 100px;
  padding-left: 100px;
}

@media only screen and (max-width: 1199px) {
  #events_area .col {
    padding-right: 55px;
    padding-left: 55px;
  }
}

@media only screen and (max-width: 991px) {
  #events_area .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}

#events_area h1 {
  font: normal normal 2.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-top: 95px;
}

#events_area h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 45px;
}

#events_area p.sub-copy {
  font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 2.6rem;
}

#events_area p {
  width: 680px;
  margin: 39px auto 45px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  #events_area p {
    width: 100%;
  }
}

#events_area img {
  margin: 0;
}

#events_area .plink {
  /*border: solid 1px $color-text-h;    	/* 内側の線になる一本線の枠線をひく*!/*/
  /*outline: solid 1px $color-text-h;    /* 外側の線になる一本線の枠線をひく*!/*/
  /*outline-offset: 5px;        /* 外側の線と内側の線の空き具合を調整*!/*/
  /*margin: 20px;            	/* 外側の線を広げた分、要素の大きさを調整する*!/*/
  border: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #events_area .plink img {
    margin-bottom: 15px !important;
  }

  #events_area .plink .col-sm-3,
  #events_area .plink .col-sm-9 {
    padding-right: 0;
    padding-left: 0;
  }
}

#events_area .plink p {
  text-align: left;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6rem;
}

@media only screen and (max-width: 991px) {
  #events_area .plink p {
    width: 100%;
  }
}

#events_area .plink p.link_bu {
  text-align: right;
}

#events_area .plink p.link_bu a {
  display: inline-block;
  width: 140px;
  padding: 8px;
  text-decoration: none;
  color: #ffffff;
  background-color: #B28247;
  text-align: center;
  font-size: 0.8rem;
  margin-top: 15px;
  margin-right: 0;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  #events_area .plink p.link_bu a {
    margin-right: auto;
    margin-left: auto;
  }
}

#events_area .plink .h5_title {
  margin: 0;
  font: normal normal 1.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media only screen and (max-width: 991px) {
  #events_area .plink .h5_title {
    font-size: 1.2rem !important;
    line-height: 1.8rem !important;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

#news_area {
  padding-bottom: 45px;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

@media only screen and (min-width: 1200px) {
  #news_area.get_lazy_bg {
    background: url("../../../media/images/contents/back_2-f.png");
  }
}

@media only screen and (max-width: 1199px) {
  #news_area.get_lazy_bg {
    background: url("../../../media/images/contents/back_2-h@2x.png");
  }
}

@media only screen and (max-width: 767px) {
  #news_area.get_lazy_bg {
    background: url("../../../media/images/contents/back_2-s.png");
  }
}

#news_area .col {
  padding-right: 100px;
  padding-left: 100px;
}

@media only screen and (max-width: 1199px) {
  #news_area .col {
    padding-right: 55px;
    padding-left: 55px;
  }
}

@media only screen and (max-width: 991px) {
  #news_area .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}

#news_area h1 {
  font: normal normal 2.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-top: 95px;
}

#news_area h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 45px;
}

#news_area p.sub-copy {
  font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 2.6rem;
}

#news_area p {
  width: 680px;
  margin: 39px auto 45px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  #news_area p {
    width: 100%;
  }
}

#news_area img {
  margin: 0;
}

#news_area .plink {
  /*border: solid 1px $color-text-h;    	/* 内側の線になる一本線の枠線をひく*!/*/
  /*outline: solid 1px $color-text-h;    /* 外側の線になる一本線の枠線をひく*!/*/
  /*outline-offset: 5px;        /* 外側の線と内側の線の空き具合を調整*!/*/
  /*margin: 20px;            	/* 外側の線を広げた分、要素の大きさを調整する*!/*/
  border: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #news_area .plink img {
    margin-bottom: 15px !important;
  }

  #news_area .plink .col-sm-3,
  #news_area .plink .col-sm-9 {
    padding-right: 0;
    padding-left: 0;
  }
}

#news_area .plink p {
  text-align: left;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6rem;
}

@media only screen and (max-width: 991px) {
  #news_area .plink p {
    width: 100%;
  }
}

#news_area .plink p.link_bu {
  text-align: right;
}

#news_area .plink p.link_bu a {
  display: inline-block;
  width: 140px;
  padding: 8px;
  text-decoration: none;
  color: #ffffff;
  background-color: #B28247;
  text-align: center;
  font-size: 0.8rem;
  margin-top: 15px;
  margin-right: 0;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  #news_area .plink p.link_bu a {
    margin-right: auto;
    margin-left: auto;
  }
}

#news_area .plink .h5_title {
  margin: 0;
  font: normal normal 1.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media only screen and (max-width: 991px) {
  #news_area .plink .h5_title {
    font-size: 1.2rem !important;
    line-height: 1.8rem !important;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

#v_area {
  padding-bottom: 75px;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

@media only screen and (min-width: 1200px) {
  #v_area.get_lazy_bg {
    background: url("../../../media/images/contents/back_2-f.png");
  }
}

@media only screen and (max-width: 1199px) {
  #v_area.get_lazy_bg {
    background: url("../../../media/images/contents/back_2-h@2x.png");
  }
}

@media only screen and (max-width: 767px) {
  #v_area.get_lazy_bg {
    background: url("../../../media/images/contents/back_2-s.png");
  }
}

#v_area h1 {
  font: normal normal 2.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-top: 95px;
}

#v_area h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 45px;
}

#v_area p.sub-copy {
  font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 2.6rem;
}

#v_area p {
  width: 680px;
  margin: 39px auto 45px;
  text-align: center;
}

.kira_back {
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

@media only screen and (min-width: 1200px) {
  .kira_back.get_lazy_bg {
    background: url("../../../media/images/contents/back_2-f.png");
  }
}

@media only screen and (max-width: 1199px) {
  .kira_back.get_lazy_bg {
    background: url("../../../media/images/contents/back_2-h@2x.png");
  }
}

@media only screen and (max-width: 767px) {
  .kira_back.get_lazy_bg {
    background: url("../../../media/images/contents/back_2-s.png");
  }
}

/* ------------------------------------- */
/* top */
#text-count {
  /* sayury weddingのウエディングスタイル */
  /* プロデュースノート */
  /* sayury weddingのプロデュースノートをもっと見る */
  /* sayury weddingのウエディング 3つのポイント */
  /* やりたいことを叶えるとことんオリジナルな取り組み */
}

#text-count #ns_area ul {
  background-color: transparent !important;
  border-top: dotted #212529 1px;
  /*上のボーダー*/
  border-bottom: dotted #212529 1px;
  /*下のボーダー*/
  padding: 1.5rem 0 0.8em 1.5em;
}

#text-count #ns_area ul li {
  line-height: 1.8rem;
  list-style-type: circle;
}

#text-count .con-home1.row1,
#text-count .con-home1.row3 {
  background-color: #F4F0E9;
}

#text-count .con-home1.row2 {
  background-color: #FCFAF8;
}

#text-count .con-home1 .card {
  border: none;
  margin-bottom: 62px;
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  #text-count .con-home1 .card {
    margin-bottom: 102px;
  }
}

#text-count .con-home1 .card-img {
  width: 659px;
  /*height: 100%;*/
  height: auto;
  margin-top: 170px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home1 .card-img {
    width: 590px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home1 .card-img {
    width: 100%;
    margin-top: 0px;
  }
}

#text-count .con-home1 .card-img-overlay {
  width: 430px;
  height: 365px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 92px;
  padding-right: 35px;
  padding-left: 35px;
  border: solid 1px #B28247;
  /* 内側の線になる一本線の枠線をひく*/
  outline: solid 20px rgba(255, 255, 255, 0.9);
  padding-top: 5px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-home1 .card-img-overlay {
    width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
    top: 30px !important;
  }
}

#text-count .con-home1 .card-img-overlay h3 {
  color: #212529;
  font-size: 1.3rem;
  margin-top: 5px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-home1 .card-img-overlay h3 {
    font-size: 1.2rem !important;
    margin-top: 25px !important;
  }
}

#text-count .con-home1 .card-img-overlay h3::after {
  width: 85px;
  margin: 8px auto 25px;
}

#text-count .con-home1 .card-img-overlay p {
  font: normal normal 1rem Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.3rem;
}

@media only screen and (max-width: 991px) {
  #text-count .con-home1 .card-img-overlay p {
    margin-bottom: 20px;
  }
}

#text-count .con-home1 .card-img-overlay p a {
  text-align: center;
  display: block;
  background-color: #B28247;
  color: #ffffff;
  text-decoration: none;
  padding: 8px;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

#text-count .con-home1 .card-img-overlay p a:hover {
  color: #ffffff;
  background-color: #B28247;
}

@media only screen and (max-width: 991px) {
  #text-count .con-home1 .card-img-overlay {
    position: relative;
    top: -15px;
    padding-top: 0px;
  }
}

#text-count .con-home1 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home1 .left-photo-frame .card-img-overlay {
    left: 460px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home1 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-home1 .right-photo-frame .card-img {
  left: 308px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-home1 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home1 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-home1.row3 .right-photo-frame .card-img-overlay p a {
  margin-top: 10px;
}

#text-count .con-home2 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-home2 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-home2 .card .card-img {
  width: 762px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home2 .card .card-img {
    width: 662px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home2 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-home2 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home2 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home2 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-home2 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-home2 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-home2 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home2 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home2 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-home2 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-home2 .right-photo-frame .card-img {
  left: 308px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-home2 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home2 .right-photo-frame .card-img {
    left: 238px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home2 .right-photo-frame .card-img {
    left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home2 .card-img-overlay {
    padding-bottom: 80px;
  }
}

#text-count .con-home2 .card-img-overlay h3 {
  margin-top: 0px !important;
  line-height: 2.5rem !important;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home2 .card-img-overlay h3 {
    font-size: 1.5rem !important;
    margin-top: -20px !important;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-home2 .card-img-overlay h3 {
    font-size: 1.1rem !important;
  }
}

#text-count .con-home2 .card-img-overlay h3::after {
  /*width: 85px;*/
  margin: 20px auto 25px;
}

#text-count .con-home2 .card-img-overlay p.bu {
  position: absolute;
  bottom: 15px;
  width: 100%;
  margin-left: -35px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-home2 .card-img-overlay p.bu {
    /*width: 90%!important;*/
    margin-left: 0px;
  }
}

#text-count .con-home2 .card-img-overlay p.bu a {
  text-align: center;
  display: block;
  background-color: #B28247;
  color: #ffffff;
  text-decoration: none;
  padding: 8px;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-home2 .card-img-overlay p.bu a {
    width: 70%;
  }
}

#text-count .con-home2 .card-img-overlay p.bu a:hover {
  color: #ffffff;
  background-color: #B28247;
}

#text-count .con-home2 .card-img-overlay p.bu a::before {
  content: "≫ ";
}

#text-count .con-home3 {
  padding-bottom: 75px;
}

#text-count .con-home4 {
  background-color: #FCFAF8;
  padding-bottom: 150px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-home4 {
    padding-bottom: 0px;
  }
}

#text-count .con-home4 .card {
  border: none;
  margin-bottom: -100px;
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  #text-count .con-home4 .card {
    margin-bottom: 0px;
  }
}

#text-count .con-home4 .card-img {
  width: 507px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home4 .card-img {
    width: 407px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home4 .card-img {
    width: 100%;
    margin-bottom: 15px;
  }
}

#text-count .con-home4 .card-img-overlay {
  width: 550px;
  height: 350px;
  top: 70px;
  padding-top: 0px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home4 .card-img-overlay {
    width: 480px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home4 .card-img-overlay {
    width: 100%;
  }
}

#text-count .con-home4 .card-img-overlay h3 {
  margin-top: 65px !important;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home4 .card-img-overlay h3 {
    margin-top: 25px !important;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home4 .card-img-overlay h3 {
    margin-top: 15px !important;
    text-align: center;
  }
}

#text-count .con-home4 .card-img-overlay h3::after {
  content: none;
  /*width: 85px;*/
  margin: 20px auto 25px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-home4 .card-img-overlay {
    position: relative;
    height: 100%;
    top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px !important;
  }
}

#text-count .con-home4 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home4 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home4 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-home4 .right-photo-frame .card-img {
  left: 563px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-home4 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home4 .right-photo-frame .card-img {
    left: 493px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home4 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-home4 .link-b {
  margin-top: 150px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-home4 .link-b {
    margin-top: 0px;
  }
}

#text-count .con-home6 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-home6 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-home6 .card .card-img {
  width: 700px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home6 .card .card-img {
    width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home6 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-home6 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home6 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home6 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-home6 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-home6 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-home6 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home6 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home6 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-home6 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-home6 .right-photo-frame .card-img {
  left: 370px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-home6 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home6 .right-photo-frame .card-img {
    left: 300px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home6 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-home8 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-home8 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-home8 .card .card-img {
  width: 700px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home8 .card .card-img {
    width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home8 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-home8 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home8 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home8 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-home8 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-home8 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-home8 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home8 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home8 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-home8 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-home8 .right-photo-frame .card-img {
  left: 370px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-home8 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home8 .right-photo-frame .card-img {
    left: 300px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home8 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-home9 {
  padding-bottom: 75px;
  background-color: #FCFAF8;
  padding-top: 50px;
}

#text-count .con-home9 .card-deck {
  margin-bottom: 45px;
}

#text-count .con-home9 .card-deck .col-sm-4 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #text-count .con-home9 .card-deck .col-sm-4 {
    margin-bottom: 25px;
  }
}

#text-count .con-home9 .card-deck .card {
  border: none;
  /* IEだけに適用されるスタイル */
}

@media all and (-ms-high-contrast: none) {
  #text-count .con-home9 .card-deck .card {
    display: block !important;
    /*IE対策*/
  }
}

#text-count .con-home9 .card-deck .card img {
  margin-bottom: 0px;
  /*font-family: 'object-fit: cover;'; /*IE対策*!/*/
  /*height: 100%!important;*/
}

#text-count .con-home9 .card-deck .card .card-body {
  position: relative;
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

#text-count .con-home9 .card-deck .card .card-body h2,
#text-count .con-home9 .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.2rem;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

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

  #text-count .con-home9 .card-deck .card .card-body h2,
  #text-count .con-home9 .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-home9 .card-deck .card .card-body h2::after,
#text-count .con-home9 .card-deck .card .card-body h3::after {
  margin-bottom: 0;
  margin-top: 30px;
}

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

  #text-count .con-home9 .card-deck .card .card-body h2::after,
  #text-count .con-home9 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

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

  #text-count .con-home9 .card-deck .card .card-body h2::after,
  #text-count .con-home9 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

#text-count .con-home9 .card-deck .card .card-body p {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-home9 .card-deck .card .card-body p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-home9 .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

@media only screen and (max-width: 991px) {
  #text-count .con-home9 .card-deck .card .card-body p.bu {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

#text-count .con-home9 .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #B28247;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #B28247;
  /*max-width: 100%;*/
}

#text-count .con-home9 .card-deck .card .card-body p.bu a::before {
  content: "≫ ";
}

#text-count .con-home9 .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #B28247;
}

#text-count .con-home10-1 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-home10-1 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-home10-1 .card .card-img {
  width: 700px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home10-1 .card .card-img {
    width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home10-1 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-home10-1 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home10-1 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home10-1 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-home10-1 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-home10-1 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-home10-1 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home10-1 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home10-1 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-home10-1 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-home10-1 .right-photo-frame .card-img {
  left: 370px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-home10-1 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home10-1 .right-photo-frame .card-img {
    left: 300px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home10-1 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-home11 .row {
  margin-bottom: 25px;
}

#text-count .con-home11 .col-sm-6 img {
  margin-bottom: 8px;
}

#text-count .con-home11 .col-sm-6:nth-child(even) {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  #text-count .con-home11 .col-sm-6:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

#text-count .con-home12 .logo_img {
  text-align: center;
}

#text-count .con-home12 .logo_img img {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

#text-count .con-home12 .row {
  margin-bottom: 25px;
}

#text-count .con-home12 .col-sm-6 img {
  margin-bottom: 8px;
}

#text-count .con-home12 .col-sm-6:nth-child(even) {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  #text-count .con-home12 .col-sm-6:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

#text-count .con-home12 .logo_img,
#text-count .con-home12 .logo_text {
  text-align: center;
}

#text-count .con-home14 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-home14 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-home14 .card .card-img {
  width: 700px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home14 .card .card-img {
    width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home14 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-home14 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home14 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home14 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-home14 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-home14 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-home14 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home14 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home14 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-home14 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-home14 .right-photo-frame .card-img {
  left: 370px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-home14 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-home14 .right-photo-frame .card-img {
    left: 300px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-home14 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-home16 ul {
  padding: 0;
}

#text-count .con-home18 {
  padding-bottom: 75px;
}

#text-count .con-home19 {
  padding-bottom: 75px;
  background-color: #FCFAF8;
  padding-top: 50px;
}

#text-count .con-home19 .card-deck {
  margin-bottom: 45px;
}

#text-count .con-home19 .card-deck .col-sm-4 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #text-count .con-home19 .card-deck .col-sm-4 {
    margin-bottom: 25px;
  }
}

#text-count .con-home19 .card-deck .card {
  border: none;
  /* IEだけに適用されるスタイル */
}

@media all and (-ms-high-contrast: none) {
  #text-count .con-home19 .card-deck .card {
    display: block !important;
    /*IE対策*/
  }
}

#text-count .con-home19 .card-deck .card img {
  margin-bottom: 0px;
  /*font-family: 'object-fit: cover;'; /*IE対策*!/*/
  /*height: 100%!important;*/
}

#text-count .con-home19 .card-deck .card .card-body {
  position: relative;
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

#text-count .con-home19 .card-deck .card .card-body h2,
#text-count .con-home19 .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.2rem;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

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

  #text-count .con-home19 .card-deck .card .card-body h2,
  #text-count .con-home19 .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-home19 .card-deck .card .card-body h2::after,
#text-count .con-home19 .card-deck .card .card-body h3::after {
  margin-bottom: 0;
  margin-top: 30px;
}

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

  #text-count .con-home19 .card-deck .card .card-body h2::after,
  #text-count .con-home19 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

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

  #text-count .con-home19 .card-deck .card .card-body h2::after,
  #text-count .con-home19 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

#text-count .con-home19 .card-deck .card .card-body p {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-home19 .card-deck .card .card-body p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-home19 .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

@media only screen and (max-width: 991px) {
  #text-count .con-home19 .card-deck .card .card-body p.bu {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

#text-count .con-home19 .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #B28247;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #B28247;
  /*max-width: 100%;*/
}

#text-count .con-home19 .card-deck .card .card-body p.bu a::before {
  content: "≫ ";
}

#text-count .con-home19 .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #B28247;
}

/* sayury weddingのウエディング */
#pk-9 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 65%;
  object-position: 50% 65%;
}

#text-count {
  /* 私たちは次のようなウエディングを
	おふたりに体験して頂きたいと考えています */
  /* 専属チームと楽しみながらできる準備 */
}

#text-count .con-sayury-wedding2 {
  padding-bottom: 75px;
}

#text-count .con-sayury-wedding2 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-sayury-wedding2 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-sayury-wedding2 .card .card-img {
  width: 762px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-sayury-wedding2 .card .card-img {
    width: 662px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-sayury-wedding2 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-sayury-wedding2 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-sayury-wedding2 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-sayury-wedding2 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-sayury-wedding2 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-sayury-wedding2 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-sayury-wedding2 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-sayury-wedding2 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-sayury-wedding2 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-sayury-wedding2 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-sayury-wedding2 .right-photo-frame .card-img {
  left: 308px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-sayury-wedding2 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-sayury-wedding2 .right-photo-frame .card-img {
    left: 238px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-sayury-wedding2 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-sayury-wedding2 ol {
  background-color: #FCFAF8 !important;
}

@media only screen and (max-width: 991px) {
  #text-count .con-sayury-wedding2 ol {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-sayury-wedding2 {
    padding-bottom: 25px;
  }

  #text-count .con-sayury-wedding2 h2 {
    font-size: 1.2rem !important;
  }
}

#text-count .con-sayury-wedding3 {
  padding-bottom: 75px;
  background-color: #FCFAF8;
}

#text-count .con-sayury-wedding3 .photo-frame {
  margin-top: 25px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-sayury-wedding3 .col-sm-6 img {
    margin-bottom: 20px !important;
  }
}

#text-count .con-sayury-wedding4 {
  padding-bottom: 75px;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

@media only screen and (min-width: 1200px) {
  #text-count .con-sayury-wedding4.get_lazy_bg {
    background: url("../../../media/images/contents/back_3-f.png");
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-sayury-wedding4.get_lazy_bg {
    background: url("../../../media/images/contents/back_3-h@2x.png");
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-sayury-wedding4.get_lazy_bg {
    background: url("../../../media/images/contents/back_3-s.png");
  }
}

/* ------------------------------------- */
/* レストランウエディング */
#pk-11 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 75%;
  object-position: 50% 75%;
}

#text-count {
  /* 自分たちらしく
	ゲストにも喜ばれる楽しい結婚式を！ */
  /* レストランウエディングの3つの魅力 */
  /* 当日のパーティスケジュール */
  /* ロケーション選びのチェックポイント */
  /* おすすめの会場 */
  /* お客様の声 */
}

#text-count .con-rest2 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest2 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-rest2 .card .card-img {
  width: 700px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest2 .card .card-img {
    width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest2 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-rest2 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest2 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest2 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-rest2 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-rest2 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-rest2 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest2 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest2 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-rest2 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-rest2 .right-photo-frame .card-img {
  left: 370px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-rest2 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest2 .right-photo-frame .card-img {
    left: 300px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest2 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-rest3 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest3 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-rest3 .card .card-img {
  width: 650px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest3 .card .card-img {
    width: 550px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest3 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-rest3 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest3 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest3 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-rest3 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-rest3 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-rest3 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest3 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest3 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-rest3 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-rest3 .right-photo-frame .card-img {
  left: 420px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-rest3 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest3 .right-photo-frame .card-img {
    left: 350px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest3 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-rest3.end {
  padding-bottom: 75px;
}

#text-count .con-rest4 {
  background-color: #FCFAF8;
  padding-bottom: 75px;
}

#text-count .con-rest4 .card {
  border: none;
  margin-bottom: 30px;
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest4 .card {
    margin-bottom: 0px;
  }
}

#text-count .con-rest4 .card-img {
  width: 507px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest4 .card-img {
    width: 407px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest4 .card-img {
    margin-left: auto;
    margin-right: auto;
  }
}

#text-count .con-rest4 .card-img-overlay {
  width: 550px;
  height: 350px;
  top: 20px;
  padding-top: 0px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest4 .card-img-overlay {
    width: 480px;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest4 .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    /*padding-top: 25px;*/
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-rest4 .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-rest4 .card-img-overlay h3 {
  margin-top: 65px !important;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest4 .card-img-overlay h3 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest4 .card-img-overlay h3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    text-align: center;
  }
}

#text-count .con-rest4 .card-img-overlay h3::after {
  content: none;
  margin: 20px auto 25px;
}

#text-count .con-rest4 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest4 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest4 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-rest4 .right-photo-frame .card-img {
  left: 563px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-rest4 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest4 .right-photo-frame .card-img {
    left: 493px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest4 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-rest5-1 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest5-1 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-rest5-1 .card .card-img {
  width: 762px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest5-1 .card .card-img {
    width: 662px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest5-1 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-rest5-1 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest5-1 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest5-1 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-rest5-1 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-rest5-1 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-rest5-1 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest5-1 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest5-1 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-rest5-1 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-rest5-1 .right-photo-frame .card-img {
  left: 308px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-rest5-1 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest5-1 .right-photo-frame .card-img {
    left: 238px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest5-1 .right-photo-frame .card-img {
    left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest5-1 .card-img-overlay {
    padding-bottom: 80px;
  }
}

#text-count .con-rest5-1 .card-img-overlay h3 {
  margin-top: 0px !important;
  line-height: 2.5rem !important;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest5-1 .card-img-overlay h3 {
    font-size: 1.5rem !important;
    margin-top: -20px !important;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-rest5-1 .card-img-overlay h3 {
    font-size: 1.1rem !important;
  }
}

#text-count .con-rest5-1 .card-img-overlay h3::after {
  /*width: 85px;*/
  margin: 20px auto 25px;
}

#text-count .con-rest5-1 .card-img-overlay p.bu {
  position: absolute;
  bottom: 15px;
  width: 100%;
  margin-left: -35px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest5-1 .card-img-overlay p.bu {
    /*width: 90%!important;*/
    margin-left: 0px;
  }
}

#text-count .con-rest5-1 .card-img-overlay p.bu a {
  text-align: center;
  display: block;
  background-color: #B28247;
  color: #ffffff;
  text-decoration: none;
  padding: 8px;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest5-1 .card-img-overlay p.bu a {
    width: 70%;
  }
}

#text-count .con-rest5-1 .card-img-overlay p.bu a:hover {
  color: #ffffff;
  background-color: #B28247;
}

#text-count .con-rest5-1 .card-img-overlay p.bu a::before {
  content: "≫ ";
}

#text-count .con-rest5-1.end {
  padding-bottom: 75px;
}

#text-count .con-rest6-1 h3 {
  margin-top: 0px !important;
  font-size: 1.5rem !important;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-rest6-1 h3 {
    font-size: 1.4rem !important;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest6-1 h3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-size: 1.2rem !important;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest6-1 h3::after {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    font-size: 1.2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-rest6-1 .left-photo-frame>.row {
    margin-bottom: 35px;
  }

  #text-count .con-rest6-1 .left-photo-frame>.row .order-sm-1 {
    /*margin-top: -35px;*/
  }
}

#text-count .con-rest7-1 {
  padding-bottom: 75px;
  background-color: #FCFAF8;
  padding-top: 50px;
}

#text-count .con-rest7-1 .card-deck {
  margin-bottom: 45px;
}

#text-count .con-rest7-1 .card-deck .col-sm-4 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #text-count .con-rest7-1 .card-deck .col-sm-4 {
    margin-bottom: 25px;
  }
}

#text-count .con-rest7-1 .card-deck .card {
  border: none;
  /* IEだけに適用されるスタイル */
}

@media all and (-ms-high-contrast: none) {
  #text-count .con-rest7-1 .card-deck .card {
    display: block !important;
    /*IE対策*/
  }
}

#text-count .con-rest7-1 .card-deck .card img {
  margin-bottom: 0px;
  /*font-family: 'object-fit: cover;'; /*IE対策*!/*/
  /*height: 100%!important;*/
}

#text-count .con-rest7-1 .card-deck .card .card-body {
  position: relative;
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

#text-count .con-rest7-1 .card-deck .card .card-body h2,
#text-count .con-rest7-1 .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.2rem;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

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

  #text-count .con-rest7-1 .card-deck .card .card-body h2,
  #text-count .con-rest7-1 .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-rest7-1 .card-deck .card .card-body h2::after,
#text-count .con-rest7-1 .card-deck .card .card-body h3::after {
  margin-bottom: 0;
  margin-top: 30px;
}

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

  #text-count .con-rest7-1 .card-deck .card .card-body h2::after,
  #text-count .con-rest7-1 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

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

  #text-count .con-rest7-1 .card-deck .card .card-body h2::after,
  #text-count .con-rest7-1 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

#text-count .con-rest7-1 .card-deck .card .card-body p {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest7-1 .card-deck .card .card-body p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-rest7-1 .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest7-1 .card-deck .card .card-body p.bu {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

#text-count .con-rest7-1 .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #B28247;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #B28247;
  /*max-width: 100%;*/
}

#text-count .con-rest7-1 .card-deck .card .card-body p.bu a::before {
  content: "≫ ";
}

#text-count .con-rest7-1 .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #B28247;
}

#text-count .con-rest8 {
  padding-bottom: 75px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-rest8 h3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-size: 1.2rem !important;
  }

  #text-count .con-rest8 h3::after {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    font-size: 1.2rem !important;
  }
}

/* ------------------------------------- */
/* ガーデンウエディング */
#text-count {
  /* 来ていただくゲストがワクワクする
	  体験したことのない世界 */
  /* @include media */
  /* ガーデンでも美味しく楽しいお料理でおもてなし */
  /* 会場よりも自由なスタイルでお二人なりのウエディング */
  /* ガーデンウエディングにぴったりの演出アイデア */
  /* ガーデンウエディングの3つの魅力 */
  /* 当日のパーティスケジュール */
  /* ロケーション選びのチェックポイント */
  /* おすすめの会場 */
  /* お客様の声 */
}

#text-count .con-gard2 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard2 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-gard2 .card .card-img {
  width: 700px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard2 .card .card-img {
    width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard2 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-gard2 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard2 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard2 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-gard2 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-gard2 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-gard2 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard2 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard2 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-gard2 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-gard2 .right-photo-frame .card-img {
  left: 370px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-gard2 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard2 .right-photo-frame .card-img {
    left: 300px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard2 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-gard2-1 .row {
  margin-bottom: 25px;
}

#text-count .con-gard2-1 .col-sm-6 img {
  margin-bottom: 8px;
}

#text-count .con-gard2-1 .col-sm-6:nth-child(even) {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  #text-count .con-gard2-1 .col-sm-6:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-gard2-1>.row {
    margin-bottom: 0px !important;
  }

  #text-count .con-gard2-1 .photo-frame>.row {
    margin-bottom: 0px !important;
  }

  #text-count .con-gard2-1 h2 {
    font-size: 1.3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-gard3 h2 {
    font-size: 1.4rem !important;
  }
}

#text-count .con-gard3-1 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard3-1 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-gard3-1 .card .card-img {
  width: 650px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard3-1 .card .card-img {
    width: 550px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard3-1 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-gard3-1 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard3-1 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard3-1 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-gard3-1 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-gard3-1 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-gard3-1 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard3-1 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard3-1 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-gard3-1 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-gard3-1 .right-photo-frame .card-img {
  left: 420px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-gard3-1 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard3-1 .right-photo-frame .card-img {
    left: 350px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard3-1 .right-photo-frame .card-img {
    left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-gard3-1 h3 {
    font-size: 1.2rem !important;
  }
}

#text-count .con-gard3-1.end {
  padding-bottom: 75px;
}

#text-count .con-gard3-1 h4 {
  font: normal normal 1.7rem Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #B28247;
  text-align: center;
  margin-top: 15px !important;
  background: none;
  border: none;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard3-1 h4 {
    margin-top: 0px !important;
    font-size: 1.4rem !important;
  }
}

#text-count .con-gard3-1 h4::before {
  content: none;
}

#text-count .con-gard3-1 h4::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 45px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard3-1 h4::after {
    margin: 20px auto;
  }
}

#text-count .con-gard4 {
  background-color: #FCFAF8;
  padding-bottom: 135px;
}

#text-count .con-gard4 .sub-copy+p {
  text-align: center;
  margin-bottom: 45px;
}

#text-count .con-gard4 .card {
  border: none;
  margin-bottom: 30px;
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard4 .card {
    margin-bottom: 0px;
  }
}

#text-count .con-gard4 .card-img {
  width: 507px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard4 .card-img {
    width: 407px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard4 .card-img {
    margin-left: auto;
    margin-right: auto;
  }
}

#text-count .con-gard4 .card-img-overlay {
  width: 550px;
  height: 350px;
  top: 20px;
  padding-top: 0px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard4 .card-img-overlay {
    width: 480px;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard4 .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    /*padding-top: 25px;*/
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-gard4 .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-gard4 .card-img-overlay h3 {
  margin-top: 65px !important;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard4 .card-img-overlay h3 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard4 .card-img-overlay h3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    text-align: center;
  }
}

#text-count .con-gard4 .card-img-overlay h3::after {
  content: none;
  margin: 20px auto 25px;
}

#text-count .con-gard4 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard4 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard4 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-gard4 .right-photo-frame .card-img {
  left: 563px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-gard4 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard4 .right-photo-frame .card-img {
    left: 493px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard4 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-gard5-1 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard5-1 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-gard5-1 .card .card-img {
  width: 762px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard5-1 .card .card-img {
    width: 662px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard5-1 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-gard5-1 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard5-1 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard5-1 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-gard5-1 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-gard5-1 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-gard5-1 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard5-1 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard5-1 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-gard5-1 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-gard5-1 .right-photo-frame .card-img {
  left: 308px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-gard5-1 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard5-1 .right-photo-frame .card-img {
    left: 238px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard5-1 .right-photo-frame .card-img {
    left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard5-1 .card-img-overlay {
    padding-bottom: 80px;
  }
}

#text-count .con-gard5-1 .card-img-overlay h3 {
  margin-top: 0px !important;
  line-height: 2.5rem !important;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard5-1 .card-img-overlay h3 {
    font-size: 1.5rem !important;
    margin-top: -20px !important;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-gard5-1 .card-img-overlay h3 {
    font-size: 1.1rem !important;
  }
}

#text-count .con-gard5-1 .card-img-overlay h3::after {
  /*width: 85px;*/
  margin: 20px auto 25px;
}

#text-count .con-gard5-1 .card-img-overlay p.bu {
  position: absolute;
  bottom: 15px;
  width: 100%;
  margin-left: -35px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard5-1 .card-img-overlay p.bu {
    /*width: 90%!important;*/
    margin-left: 0px;
  }
}

#text-count .con-gard5-1 .card-img-overlay p.bu a {
  text-align: center;
  display: block;
  background-color: #B28247;
  color: #ffffff;
  text-decoration: none;
  padding: 8px;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard5-1 .card-img-overlay p.bu a {
    width: 70%;
  }
}

#text-count .con-gard5-1 .card-img-overlay p.bu a:hover {
  color: #ffffff;
  background-color: #B28247;
}

#text-count .con-gard5-1 .card-img-overlay p.bu a::before {
  content: "≫ ";
}

#text-count .con-gard5-1.end {
  padding-bottom: 75px;
}

#text-count .con-gard55 {
  padding-top: 45px;
}

#text-count .con-gard55-1 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard55-1 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-gard55-1 .card .card-img {
  width: 700px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard55-1 .card .card-img {
    width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard55-1 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-gard55-1 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard55-1 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard55-1 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-gard55-1 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-gard55-1 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-gard55-1 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard55-1 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard55-1 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-gard55-1 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-gard55-1 .right-photo-frame .card-img {
  left: 370px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-gard55-1 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard55-1 .right-photo-frame .card-img {
    left: 300px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard55-1 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-gard55-2 .row {
  margin-bottom: 25px;
}

#text-count .con-gard55-2 .col-sm-6 img {
  margin-bottom: 8px;
}

#text-count .con-gard55-2 .col-sm-6:nth-child(even) {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  #text-count .con-gard55-2 .col-sm-6:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

#text-count .con-gard55-3 .logo_img {
  text-align: center;
}

#text-count .con-gard55-3 .logo_img img {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

#text-count .con-gard55-3 .row {
  margin-bottom: 25px;
}

#text-count .con-gard55-3 .col-sm-6 img {
  margin-bottom: 8px;
}

#text-count .con-gard55-3 .col-sm-6:nth-child(even) {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  #text-count .con-gard55-3 .col-sm-6:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

#text-count .con-gard6-1 h3 {
  margin-top: 0px !important;
  font-size: 1.5rem !important;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard6-1 h3 {
    font-size: 1.4rem !important;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard6-1 h3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-size: 1.2rem !important;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard6-1 h3::after {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    font-size: 1.2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-gard6-1 .left-photo-frame>.row {
    margin-bottom: 35px;
  }

  #text-count .con-gard6-1 .left-photo-frame>.row .order-sm-1 {
    /*margin-top: -35px;*/
  }
}

#text-count .con-gard7-1 {
  padding-bottom: 75px;
  background-color: #FCFAF8;
  padding-top: 50px;
}

#text-count .con-gard7-1 .card-deck {
  margin-bottom: 45px;
}

#text-count .con-gard7-1 .card-deck .col-sm-4 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #text-count .con-gard7-1 .card-deck .col-sm-4 {
    margin-bottom: 25px;
  }
}

#text-count .con-gard7-1 .card-deck .card {
  border: none;
  /* IEだけに適用されるスタイル */
}

@media all and (-ms-high-contrast: none) {
  #text-count .con-gard7-1 .card-deck .card {
    display: block !important;
    /*IE対策*/
  }
}

#text-count .con-gard7-1 .card-deck .card img {
  margin-bottom: 0px;
  /*font-family: 'object-fit: cover;'; /*IE対策*!/*/
  /*height: 100%!important;*/
}

#text-count .con-gard7-1 .card-deck .card .card-body {
  position: relative;
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

#text-count .con-gard7-1 .card-deck .card .card-body h2,
#text-count .con-gard7-1 .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.2rem;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

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

  #text-count .con-gard7-1 .card-deck .card .card-body h2,
  #text-count .con-gard7-1 .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-gard7-1 .card-deck .card .card-body h2::after,
#text-count .con-gard7-1 .card-deck .card .card-body h3::after {
  margin-bottom: 0;
  margin-top: 30px;
}

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

  #text-count .con-gard7-1 .card-deck .card .card-body h2::after,
  #text-count .con-gard7-1 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

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

  #text-count .con-gard7-1 .card-deck .card .card-body h2::after,
  #text-count .con-gard7-1 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

#text-count .con-gard7-1 .card-deck .card .card-body p {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard7-1 .card-deck .card .card-body p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-gard7-1 .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard7-1 .card-deck .card .card-body p.bu {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

#text-count .con-gard7-1 .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #B28247;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #B28247;
  /*max-width: 100%;*/
}

#text-count .con-gard7-1 .card-deck .card .card-body p.bu a::before {
  content: "≫ ";
}

#text-count .con-gard7-1 .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #B28247;
}

#text-count .con-gard8 {
  padding-bottom: 75px;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

@media only screen and (min-width: 1200px) {
  #text-count .con-gard8.get_lazy_bg {
    background: url("../../../media/images/contents/back_3-f.png");
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-gard8.get_lazy_bg {
    background: url("../../../media/images/contents/back_3-h@2x.png");
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-gard8.get_lazy_bg {
    background: url("../../../media/images/contents/back_3-s.png");
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-gard8 h3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-size: 1.2rem !important;
  }

  #text-count .con-gard8 h3::after {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    font-size: 1.2rem !important;
  }
}

/* ------------------------------------- */
/* La sea.naのウエディング */
#pk-27 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 85%;
  object-position: 50% 85%;
}

#text-count {
  /* 思い出の数だけパーティ会場がある */
  /* La sea.na（ラシーナ）メンバー */
  /* 当日のパーティスケジュール */
  /* おすすめの会場 */
  /* お客様の声 */
}

#text-count #v_area .col>p {
  text-align: center !important;
  width: 720px;
}

#text-count .con-lase2-1 .col>p {
  text-align: left;
}

#text-count .con-lase2-1 .logo_img {
  text-align: center !important;
}

#text-count .con-lase2-1 .logo_img img {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

#text-count .con-lase2-1 .row {
  margin-bottom: 25px;
}

#text-count .con-lase2-1 .col-sm-6 img {
  margin-bottom: 8px;
}

#text-count .con-lase2-1 .col-sm-6:nth-child(even) {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  #text-count .con-lase2-1 .col-sm-6:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

#text-count .con-lase2-1 .logo_img,
#text-count .con-lase2-1 .logo_text {
  text-align: center;
}

#text-count .con-lase2-1 .row {
  margin-bottom: 25px;
}

#text-count .con-lase2-1 .col-sm-6 img {
  margin-bottom: 8px;
}

#text-count .con-lase2-1 .col-sm-6:nth-child(even) {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  #text-count .con-lase2-1 .col-sm-6:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-lase2-1>.row {
    margin-bottom: 0px !important;
  }

  #text-count .con-lase2-1 .photo-frame>.row {
    margin-bottom: 0px !important;
  }
}

#text-count .con-lase3 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase3 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-lase3 .card .card-img {
  width: 700px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-lase3 .card .card-img {
    width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase3 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-lase3 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-lase3 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase3 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-lase3 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-lase3 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-lase3 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-lase3 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase3 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-lase3 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-lase3 .right-photo-frame .card-img {
  left: 370px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-lase3 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-lase3 .right-photo-frame .card-img {
    left: 300px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase3 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-lase3 ul,
#text-count .con-lase3 ol {
  background-color: transparent;
  padding-left: 26px;
  padding-top: 0;
}

#text-count .con-lase3 ul li,
#text-count .con-lase3 ol li {
  line-height: 1.5rem;
  list-style-type: circle;
}

#text-count .con-lase4 {
  padding-bottom: 75px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase4 .sub-copy {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #text-count .con-lase4 p {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#text-count .con-lase4 .container {
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase4 .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#text-count .con-lase4 .container .col-sm-7 {
  padding-right: 60px;
}

@media only screen and (max-width: 767px) {
  #text-count .con-lase4 .container .col-sm-7 {
    padding-right: 15px;
  }
}

#text-count .con-lase4 .container .col-sm-7 h3 {
  text-align: left;
  color: #212529;
  font-size: 2rem;
  letter-spacing: 10px;
  margin-top: 0px !important;
}

#text-count .con-lase4 .container .col-sm-7 h3 span {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 4px;
  line-height: 1rem;
  padding-bottom: 20px;
}

#text-count .con-lase4 .container .col-sm-7 h3::after {
  width: 100%;
  margin: 0;
}

#text-count .con-lase4 .container .col-sm-7 p.sub-copy {
  width: 100%;
  color: #B28247;
  font-size: 1.5rem;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 50px;
  text-align: left;
  margin-top: 0px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-lase4 .container .col-sm-7 p.sub-copy {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase4 .container .col-sm-7 p.sub-copy {
    font-size: 1.4rem !important;
    line-height: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-lase4 .container .col-sm-7 p.sub-copy {
    font-size: 1.2rem !important;
    line-height: 2rem !important;
  }
}

#text-count .con-lase4 .container .col-sm-7 p.sub-copy span {
  display: block;
}

#text-count .con-lase4 .container .col-sm-5 img {
  max-height: 900px;
  margin-bottom: 15px;
}

#text-count .con-lase4 .container .col-sm-5 ul {
  background-color: #F4F0E9 !important;
  padding: 30px 25px;
}

@media only screen and (max-width: 767px) {
  #text-count .con-lase4 .container .col-sm-5 ul {
    padding-right: 15px;
    padding-left: 5px;
  }
}

#text-count .con-lase4>div.row>div.col>p {
  padding-left: 100px;
  padding-right: 100px;
}

#text-count .con-lase5-1 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase5-1 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-lase5-1 .card .card-img {
  width: 762px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-lase5-1 .card .card-img {
    width: 662px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase5-1 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-lase5-1 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-lase5-1 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase5-1 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-lase5-1 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-lase5-1 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-lase5-1 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-lase5-1 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase5-1 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-lase5-1 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-lase5-1 .right-photo-frame .card-img {
  left: 308px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-lase5-1 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-lase5-1 .right-photo-frame .card-img {
    left: 238px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase5-1 .right-photo-frame .card-img {
    left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase5-1 .card-img-overlay {
    padding-bottom: 80px;
  }
}

#text-count .con-lase5-1 .card-img-overlay h3 {
  margin-top: 0px !important;
  line-height: 2.5rem !important;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-lase5-1 .card-img-overlay h3 {
    font-size: 1.5rem !important;
    margin-top: -20px !important;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-lase5-1 .card-img-overlay h3 {
    font-size: 1.1rem !important;
  }
}

#text-count .con-lase5-1 .card-img-overlay h3::after {
  /*width: 85px;*/
  margin: 20px auto 25px;
}

#text-count .con-lase5-1 .card-img-overlay p.bu {
  position: absolute;
  bottom: 15px;
  width: 100%;
  margin-left: -35px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase5-1 .card-img-overlay p.bu {
    /*width: 90%!important;*/
    margin-left: 0px;
  }
}

#text-count .con-lase5-1 .card-img-overlay p.bu a {
  text-align: center;
  display: block;
  background-color: #B28247;
  color: #ffffff;
  text-decoration: none;
  padding: 8px;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase5-1 .card-img-overlay p.bu a {
    width: 70%;
  }
}

#text-count .con-lase5-1 .card-img-overlay p.bu a:hover {
  color: #ffffff;
  background-color: #B28247;
}

#text-count .con-lase5-1 .card-img-overlay p.bu a::before {
  content: "≫ ";
}

#text-count .con-lase5-1.end {
  padding-bottom: 75px;
}

#text-count .con-lase6-1 {
  padding-bottom: 75px;
  background-color: #FCFAF8;
  padding-top: 50px;
}

#text-count .con-lase6-1 .card-deck {
  margin-bottom: 45px;
}

#text-count .con-lase6-1 .card-deck .col-sm-4 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #text-count .con-lase6-1 .card-deck .col-sm-4 {
    margin-bottom: 25px;
  }
}

#text-count .con-lase6-1 .card-deck .card {
  border: none;
  /* IEだけに適用されるスタイル */
}

@media all and (-ms-high-contrast: none) {
  #text-count .con-lase6-1 .card-deck .card {
    display: block !important;
    /*IE対策*/
  }
}

#text-count .con-lase6-1 .card-deck .card img {
  margin-bottom: 0px;
  /*font-family: 'object-fit: cover;'; /*IE対策*!/*/
  /*height: 100%!important;*/
}

#text-count .con-lase6-1 .card-deck .card .card-body {
  position: relative;
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

#text-count .con-lase6-1 .card-deck .card .card-body h2,
#text-count .con-lase6-1 .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.2rem;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

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

  #text-count .con-lase6-1 .card-deck .card .card-body h2,
  #text-count .con-lase6-1 .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-lase6-1 .card-deck .card .card-body h2::after,
#text-count .con-lase6-1 .card-deck .card .card-body h3::after {
  margin-bottom: 0;
  margin-top: 30px;
}

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

  #text-count .con-lase6-1 .card-deck .card .card-body h2::after,
  #text-count .con-lase6-1 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

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

  #text-count .con-lase6-1 .card-deck .card .card-body h2::after,
  #text-count .con-lase6-1 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

#text-count .con-lase6-1 .card-deck .card .card-body p {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase6-1 .card-deck .card .card-body p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-lase6-1 .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase6-1 .card-deck .card .card-body p.bu {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

#text-count .con-lase6-1 .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #B28247;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #B28247;
  /*max-width: 100%;*/
}

#text-count .con-lase6-1 .card-deck .card .card-body p.bu a::before {
  content: "≫ ";
}

#text-count .con-lase6-1 .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #B28247;
}

#text-count .con-lase7 {
  padding-bottom: 75px;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

@media only screen and (min-width: 1200px) {
  #text-count .con-lase7.get_lazy_bg {
    background: url("../../../media/images/contents/back_3-f.png");
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-lase7.get_lazy_bg {
    background: url("../../../media/images/contents/back_3-h@2x.png");
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-lase7.get_lazy_bg {
    background: url("../../../media/images/contents/back_3-s.png");
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-lase7 h3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-size: 1.2rem !important;
  }

  #text-count .con-lase7 h3::after {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    font-size: 1.2rem !important;
  }
}

/* ------------------------------------- */
/* 香川県でできる少人数結婚式特集 */
#text-count .con-smallp ul,
#text-count .con-smallp ol {
  background-color: transparent;
  border-top: dotted #212529 1px;
  /*上のボーダー*/
  border-bottom: dotted #212529 1px;
  /*下のボーダー*/
  padding: 1.5rem 30px 0.8em 30px;
}

#text-count .con-smallp ul li,
#text-count .con-smallp ol li {
  line-height: 1.5rem;
  padding: 0.5em 0;
  list-style-type: circle;
}

/* ------------------------------------- */
/* note詳細 */
#text-count {
  /* パーティスケジュール */
  /* お客様の声 */
  /* その他のプロデュースノート */
}

#text-count #ns_area {
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  padding-bottom: 75px;
}

@media only screen and (min-width: 1200px) {
  #text-count #ns_area.get_lazy_bg {
    background: url("../../../media/images/contents/back_2-f.png");
  }
}

@media only screen and (max-width: 1199px) {
  #text-count #ns_area.get_lazy_bg {
    background: url("../../../media/images/contents/back_2-h@2x.png");
  }
}

@media only screen and (max-width: 767px) {
  #text-count #ns_area.get_lazy_bg {
    background: url("../../../media/images/contents/back_2-s.png");
  }
}

#text-count #ns_area h1 {
  font: normal normal 2.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-top: 95px;
}

#text-count #ns_area h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 45px;
}

#text-count #ns_area .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count #ns_area .card {
    margin-bottom: 35px;
  }
}

#text-count #ns_area .card .card-img {
  width: 700px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count #ns_area .card .card-img {
    width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count #ns_area .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count #ns_area .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count #ns_area .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count #ns_area .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count #ns_area .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count #ns_area .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count #ns_area .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count #ns_area .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count #ns_area .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count #ns_area .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count #ns_area .right-photo-frame .card-img {
  left: 370px;
}

@media only screen and (min-width: 992px) {
  #text-count #ns_area .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count #ns_area .right-photo-frame .card-img {
    left: 300px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count #ns_area .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count #ns_area .card-img-overlay h2 {
  margin-top: 0;
  padding: 0;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

#text-count #ns_area .card-img-overlay h2::after {
  padding: 0;
  margin-top: 5px;
  width: 250px;
  margin-bottom: 15px;
}

#text-count #ns_area .card-img-overlay p {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0;
}

#text-count #ns_area .row {
  margin-bottom: 25px;
}

#text-count #ns_area .col-sm-6 img {
  margin-bottom: 8px;
}

#text-count #ns_area .col-sm-6:nth-child(even) {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  #text-count #ns_area .col-sm-6:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

#text-count .con-note2 {
  background-color: #FCFAF8;
  padding-bottom: 75px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-note2 .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#text-count .con-note2 .card {
  border: none;
  margin-bottom: 62px;
  background-color: transparent;
  /* IEだけに適用されるスタイル */
}

@media all and (-ms-high-contrast: none) {
  #text-count .con-note2 .card {
    display: block !important;
    /*IE対策*/
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-note2 .card {
    margin-bottom: 15px;
  }
}

#text-count .con-note2 .card-img {
  width: 100%;
  /*height: 100%;*/
  height: auto;
  margin-top: 115px;
  margin-bottom: 0;
  /*@include mediaPCN {*/
  margin-top: 0px !important;
  /*}*/
}

@media only screen and (max-width: 1199px) {
  #text-count .con-note2 .card-img {
    margin-top: 155px;
  }
}

#text-count .con-note2 .card-img+img {
  margin-top: 40px;
}

#text-count .con-note2 .card-img-overlay {
  width: 350px;
  height: 165px;
  background-color: rgba(255, 255, 255, 0.95);
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 30px;
  /*border: solid 1px $color-text-h;*/
  /* 内側の線になる一本線の枠線をひく*/
  outline: solid 10px rgba(255, 255, 255, 0.95);
  /*@include mediaSP_M {*/
  position: relative;
  width: 100%;
  height: 100% !important;
  outline: none;
  /*}*/
}

#text-count .con-note2 .card-img-overlay h3 {
  color: #B28247;
  font-size: 1.2rem;
  margin-top: 0px !important;
}

@media only screen and (max-width: 991px) {
  #text-count .con-note2 .card-img-overlay h3 {
    font-size: 1rem !important;
  }
}

#text-count .con-note2 .card-img-overlay h3::after {
  width: 85px;
  margin: 8px auto 25px;
}

#text-count .con-note2 .card-img-overlay p {
  font: normal normal 1rem Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

#text-count .con-note2 .card-img-overlay p a {
  text-align: center;
  display: block;
  background-color: #B28247;
  color: #ffffff;
  text-decoration: none;
  padding: 8px;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

#text-count .con-note2 .card-img-overlay p a:hover {
  color: #ffffff;
  background-color: #B28247;
}

#text-count .con-note2 .right-photo-frame .card {
  padding-top: 45px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-note2 .right-photo-frame .card {
    padding-top: 0px;
  }
}

#text-count .con-note2 .right-photo-frame .card-img-overlay {
  top: 45px;
  margin-right: 0;
  margin-left: auto;
  /*@include mediaPCN {*/
  top: 0px;
  /*}*/
}

#text-count .con-note2 .right-photo-frame .card-img-overlay.img-overlay2 {
  /*top: 300px;*/
  margin-top: 85%;
  margin-left: 0;
  margin-right: auto;
}

@media only screen and (max-width: 991px) {
  #text-count .con-note2 .right-photo-frame .card-img-overlay.img-overlay2 {
    margin-top: 0px;
  }
}

#text-count .con-note2 .right-photo-frame .card-img {
  position: relative;
}

#text-count .con-note2 .right-photo-frame .card-img.img2 {
  padding-top: 0;
  margin-top: 70px;
}

#text-count .con-note3 {
  padding-bottom: 75px;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

@media only screen and (min-width: 1200px) {
  #text-count .con-note3.get_lazy_bg {
    background: url("../../../media/images/contents/back_3-f.png");
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-note3.get_lazy_bg {
    background: url("../../../media/images/contents/back_3-h@2x.png");
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-note3.get_lazy_bg {
    background: url("../../../media/images/contents/back_3-s.png");
  }
}

#text-count .con-note4 {
  padding-bottom: 75px;
  background-color: #FCFAF8;
}

#text-count .con-note4 .card-deck {
  margin-bottom: 45px;
}

#text-count .con-note4 .card-deck .col-sm-4 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #text-count .con-note4 .card-deck .col-sm-4 {
    margin-bottom: 25px;
  }
}

#text-count .con-note4 .card-deck .card {
  border: none;
  /* IEだけに適用されるスタイル */
}

@media all and (-ms-high-contrast: none) {
  #text-count .con-note4 .card-deck .card {
    display: block !important;
    /*IE対策*/
  }
}

#text-count .con-note4 .card-deck .card img {
  margin-bottom: 0px;
  /*font-family: 'object-fit: cover;'; /*IE対策*!/*/
  /*height: 100%!important;*/
}

#text-count .con-note4 .card-deck .card .card-body {
  position: relative;
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

#text-count .con-note4 .card-deck .card .card-body h2,
#text-count .con-note4 .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.2rem;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

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

  #text-count .con-note4 .card-deck .card .card-body h2,
  #text-count .con-note4 .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-note4 .card-deck .card .card-body h2::after,
#text-count .con-note4 .card-deck .card .card-body h3::after {
  margin-bottom: 0;
  margin-top: 30px;
}

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

  #text-count .con-note4 .card-deck .card .card-body h2::after,
  #text-count .con-note4 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

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

  #text-count .con-note4 .card-deck .card .card-body h2::after,
  #text-count .con-note4 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

#text-count .con-note4 .card-deck .card .card-body p {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-note4 .card-deck .card .card-body p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-note4 .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

@media only screen and (max-width: 991px) {
  #text-count .con-note4 .card-deck .card .card-body p.bu {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

#text-count .con-note4 .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #B28247;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #B28247;
  /*max-width: 100%;*/
}

#text-count .con-note4 .card-deck .card .card-body p.bu a::before {
  content: "≫ ";
}

#text-count .con-note4 .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #B28247;
}

#pk-14 {
  /* パーティスケジュール */
}

#pk-14 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 35%;
  object-position: 50% 35%;
}

#pk-14 #text-count .con-note2 .card-img {
  margin-top: 155px;
}

#pk-14 #text-count .con-note2 .card-img-overlay {
  height: 205px;
}

#pk-23 {
  /* パーティスケジュール */
}

#pk-23 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
}

#pk-23 #text-count .con-note2 .card-img {
  margin-top: 135px;
}

#pk-23 #text-count .con-note2 .card-img-overlay {
  height: 185px;
}

#pk-24 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 70%;
  object-position: 50% 70%;
}

#pk-25 {
  /* パーティスケジュール */
}

#pk-25 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 30%;
  object-position: 50% 30%;
}

#pk-25 #text-count .con-note2 .card-img {
  margin-top: 175px;
}

#pk-25 #text-count .con-note2 .card-img-overlay {
  height: 225px;
}

/*  */
#pk-65 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 15%;
  object-position: 50% 15%;
}

/* ------------------------------------- */
/* フリーランスのウエディングプランナー */
#pk-10 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

#text-count {
  /* フリーランスのウエディングプランナーに出来ること */
  /* お客様の声 */
  /* お客様とは一生のお付き合い */
}

#text-count #plan_area {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 0;
}

#text-count #plan_area h1 {
  font: normal normal 2.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-top: 95px;
}

#text-count #plan_area h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 45px;
}

#text-count #plan_area p.sub-copy {
  font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 2.6rem;
}

#text-count .con-plan0 {
  background-color: #FCFAF8;
  padding-top: 75px;
  padding-bottom: 75px;
}

#text-count .con-plan0 .container {
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan0 .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#text-count .con-plan0 .container .col-sm-7 {
  padding-right: 60px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan0 .container .col-sm-7 {
    padding-right: 15px;
  }
}

#text-count .con-plan0 .container .col-sm-7 h3 {
  text-align: left;
  color: #212529;
  font-size: 2rem;
  letter-spacing: 10px;
  margin-top: 30px !important;
}

#text-count .con-plan0 .container .col-sm-7 h3 span {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 4px;
  line-height: 1rem;
  padding-bottom: 20px;
}

#text-count .con-plan0 .container .col-sm-7 h3::after {
  /*content: "";*/
  /*display: block;*/
  width: 100%;
  /*height: 1px;*/
  /*background-color: #B28247;*/
  margin: 0;
}

#text-count .con-plan0 .container .col-sm-7 p.sub-copy {
  color: #B28247;
  font-size: 1.5rem;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 50px;
  text-align: left;
  margin-top: 0px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan0 .container .col-sm-5 {
    text-align: center;
  }
}

#text-count .con-plan0 .container .col-sm-5 img {
  max-height: 900px;
}

@media only screen and (max-width: 767px) {
  #text-count .con-plan0 .container .col-sm-5 img {
    max-height: 450px;
    margin-top: 25px;
  }
}

#text-count .con-plan0>div.row>div.col>p {
  padding-left: 100px;
  padding-right: 100px;
}

#text-count .con-plan1 {
  padding-bottom: 75px;
}

#text-count .con-plan2 {
  background-color: #FCFAF8;
  padding-bottom: 75px;
}

#text-count .con-plan2 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan2 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-plan2 .card .card-img {
  width: 700px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-plan2 .card .card-img {
    width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan2 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-plan2 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-plan2 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan2 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-plan2 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-plan2 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-plan2 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-plan2 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan2 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-plan2 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-plan2 .right-photo-frame .card-img {
  left: 370px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-plan2 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-plan2 .right-photo-frame .card-img {
    left: 300px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan2 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-plan2 .card-img-overlay h3 {
  margin-top: 0 !important;
  padding: 0;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

#text-count .con-plan2 .card-img-overlay p {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0;
}

#text-count .con-plan2 h4 {
  border-top: dotted #212529 1px;
  /*上のボーダー*/
  border-bottom: dotted #212529 1px;
  /*下のボーダー*/
  background-color: transparent;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  font-style: normal;
  padding-top: 8px;
  padding-bottom: 8px;
}

#text-count .con-plan2 h4::before {
  color: #B28247;
}

#text-count .con-plan2 ul,
#text-count .con-plan2 ol {
  background-color: transparent;
  padding-left: 26px;
  padding-top: 0;
}

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

  #text-count .con-plan2 ul,
  #text-count .con-plan2 ol {
    padding-bottom: 0px;
  }
}

#text-count .con-plan2 ul li,
#text-count .con-plan2 ol li {
  line-height: 1.5rem;
  /*padding: 0.5em 0;*/
  list-style-type: circle;
}

#text-count .con-plan2 .photo-frame .row {
  margin-bottom: -150px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan2 .photo-frame .row {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan2 .photo-frame .col-sm-6 {
    margin-bottom: 25px;
  }
}

#text-count .con-plan2 .photo-frame .col-sm-6 img {
  margin-bottom: 8px;
}

#text-count .con-plan2 .photo-frame .col-sm-6:nth-child(even) {
  padding-top: 200px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan2 .photo-frame .col-sm-6:nth-child(even) {
    padding-top: 0px;
  }
}

#text-count .con-plan2 .photo-frame .col-sm-6:nth-child(even) p {
  padding: 30px;
  background-color: #fff;
  margin-top: 70px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan2 .photo-frame .col-sm-6:nth-child(even) p {
    margin-top: 0px;
  }
}

#text-count .con-plan3 {
  padding-bottom: 75px;
  background-color: #FCFAF8;
  padding-bottom: 75px;
}

#text-count .con-plan3 h3 {
  margin-top: 0 !important;
  padding: 0;
  font-size: 1.4rem !important;
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan3 h3::after {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    font-size: 1.2rem !important;
  }
}

#text-count .con-plan3 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan3 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-plan3 .card .card-img {
  width: 700px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-plan3 .card .card-img {
    width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan3 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-plan3 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-plan3 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan3 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-plan3 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-plan3 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-plan3 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-plan3 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan3 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-plan3 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-plan3 .right-photo-frame .card-img {
  left: 370px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-plan3 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-plan3 .right-photo-frame .card-img {
    left: 300px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-plan3 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-plan3 .card-img-overlay h3 {
  margin-top: 0 !important;
  padding: 0;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

#text-count .con-plan3 .card-img-overlay p {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0;
}

#text-count .con-plan3 .row .row {
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  #text-count .con-plan3 .row .row {
    margin-bottom: 25px;
  }
}

#text-count .con-plan3 .col-sm-7 img {
  margin-bottom: 0;
}

#text-count .con-plan3 ul,
#text-count .con-plan3 ol {
  background-color: transparent;
  border-top: dotted #212529 1px;
  /*上のボーダー*/
  border-bottom: dotted #212529 1px;
  /*下のボーダー*/
  padding: 1.5rem 0 0.8em 1.5em;
}

#text-count .con-plan3 ul li,
#text-count .con-plan3 ol li {
  line-height: 1.5rem;
  /*padding: 0.5em 0;*/
  list-style-type: circle;
}

#text-count .con-plan3 .note {
  margin-top: 15px;
}

#text-count .con-plan4 {
  padding-bottom: 75px;
}

#text-count .con-plan5 {
  padding-bottom: 75px;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

@media only screen and (min-width: 1200px) {
  #text-count .con-plan5.get_lazy_bg {
    background: url("../../../media/images/contents/back_3-f.png");
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-plan5.get_lazy_bg {
    background: url("../../../media/images/contents/back_3-h@2x.png");
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-plan5.get_lazy_bg {
    background: url("../../../media/images/contents/back_3-s.png");
  }
}

#text-count .con-plan5 .row {
  margin-bottom: 25px;
}

#text-count .con-plan5 .col-sm-6 img {
  margin-bottom: 8px;
}

#text-count .con-plan5 .col-sm-6:nth-child(even) {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  #text-count .con-plan5 .col-sm-6:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

/* パーティ会場 */
#text-count {
  /* 一覧 */
}

#text-count .con-cat-tab {
  text-align: center;
}

#text-count .con-cat-tab .col {
  border-top: 1px dotted #212529 !important;
  /*border-bottom: 1px dotted $color-text-main!important;*/
  padding-top: 20px;
  padding-bottom: 20px;
}

#text-count .con-cat-tab .col .btn {
  text-decoration: none;
  color: #B28247;
  border: 1px solid #B28247;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 8px;
}

#text-count .con-cat-tab .col .btn:hover {
  color: #ffffff;
  background-color: #B28247;
}

#text-count .con-place1 {
  padding-bottom: 75px;
  background-color: #FCFAF8;
  padding-top: 50px;
}

#text-count .con-place1 .card-deck {
  margin-bottom: 45px;
}

#text-count .con-place1 .card-deck .col-sm-4 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #text-count .con-place1 .card-deck .col-sm-4 {
    margin-bottom: 25px;
  }
}

#text-count .con-place1 .card-deck .card {
  border: none;
  /* IEだけに適用されるスタイル */
}

@media all and (-ms-high-contrast: none) {
  #text-count .con-place1 .card-deck .card {
    display: block !important;
    /*IE対策*/
  }
}

#text-count .con-place1 .card-deck .card img {
  margin-bottom: 0px;
  /*font-family: 'object-fit: cover;'; /*IE対策*!/*/
  /*height: 100%!important;*/
}

#text-count .con-place1 .card-deck .card .card-body {
  position: relative;
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

#text-count .con-place1 .card-deck .card .card-body h2,
#text-count .con-place1 .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.2rem;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

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

  #text-count .con-place1 .card-deck .card .card-body h2,
  #text-count .con-place1 .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-place1 .card-deck .card .card-body h2::after,
#text-count .con-place1 .card-deck .card .card-body h3::after {
  margin-bottom: 0;
  margin-top: 30px;
}

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

  #text-count .con-place1 .card-deck .card .card-body h2::after,
  #text-count .con-place1 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

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

  #text-count .con-place1 .card-deck .card .card-body h2::after,
  #text-count .con-place1 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

#text-count .con-place1 .card-deck .card .card-body p {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-place1 .card-deck .card .card-body p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-place1 .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

@media only screen and (max-width: 991px) {
  #text-count .con-place1 .card-deck .card .card-body p.bu {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

#text-count .con-place1 .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #B28247;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #B28247;
  /*max-width: 100%;*/
}

#text-count .con-place1 .card-deck .card .card-body p.bu a::before {
  content: "≫ ";
}

#text-count .con-place1 .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #B28247;
}

/* パーティ会場：詳細 */
#text-count {
  /* 会場名 */
  /* CONCEPT */
  /* 一覧 */
}

#text-count #pl_area {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 50px;
}

#text-count #pl_area h1 {
  font: normal normal 2.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-top: 95px;
}

#text-count #pl_area h1 span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 25px;
}

#text-count #pl_area h1 span::before {
  content: "─　";
}

#text-count #pl_area h1 span::after {
  content: "　─";
}

#text-count #pl_area h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 45px;
}

#text-count .con-place-s1 {
  /*padding-bottom: $con-bottom;*/
  background-color: #FCFAF8;
}

#text-count .con-place-s1 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-place-s1 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-place-s1 .card .card-img {
  width: 700px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-place-s1 .card .card-img {
    width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-place-s1 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-place-s1 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-place-s1 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-place-s1 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-place-s1 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-place-s1 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-place-s1 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-place-s1 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-place-s1 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-place-s1 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-place-s1 .right-photo-frame .card-img {
  left: 370px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-place-s1 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-place-s1 .right-photo-frame .card-img {
    left: 300px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-place-s1 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-place-s2-1 .row {
  margin-bottom: 25px;
}

#text-count .con-place-s2-1 .col-sm-6 img {
  margin-bottom: 8px;
}

#text-count .con-place-s2-1 .col-sm-6:nth-child(even) {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  #text-count .con-place-s2-1 .col-sm-6:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-place-s2-1 .photo-frame>.row {
    margin-bottom: 0px;
  }
}

#text-count .con-place-s2-2 {
  padding-bottom: 75px;
}

#text-count .con-place-s2-2 h3 {
  margin-top: 0 !important;
}

#text-count .con-place-s4 {
  padding-bottom: 75px;
}

#text-count .con-place-s5 {
  padding-bottom: 75px;
  background-color: #F4F0E9;
}

#text-count .con-place-s5 h3 {
  color: #212529 !important;
  border-top: 1px dotted #212529 !important;
  border-bottom: 1px dotted #212529 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

#text-count .con-place-s5 h3::after {
  content: none !important;
}

#text-count .con-place-s5 h4 {
  background-color: transparent;
  border-bottom: 1px dotted silver;
  font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

#text-count .con-place-s5 h4::before {
  color: #ffffff;
}

#text-count .con-place-s5 ul,
#text-count .con-place-s5 ol {
  background-color: transparent;
  padding: 0 0 0.8em 1.5em;
}

#text-count .con-place-s5 ul li,
#text-count .con-place-s5 ol li {
  line-height: 1.5rem;
  /*padding: 0.5em 0;*/
  list-style-type: circle;
}

#text-count .con-place-s5 .note {
  background-color: #ffffff;
}

#text-count .con-place-s5 .google-map {
  position: relative;
  width: 100%;
  /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 56.25%;
  /* padding-topでもOK */
  overflow: hidden;
}

#text-count .con-place-s5 .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 必要であれば!importantを付けてください */
  height: 100%;
  /* 必要であれば!importantを付けてください */
}

#text-count .con-place-s6 {
  padding-bottom: 75px;
  padding-top: 50px;
  background-color: #FCFAF8;
}

#text-count .con-place-s6 .card-deck {
  margin-bottom: 45px;
}

#text-count .con-place-s6 .card-deck .col-sm-4 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #text-count .con-place-s6 .card-deck .col-sm-4 {
    margin-bottom: 25px;
  }
}

#text-count .con-place-s6 .card-deck .card {
  border: none;
  /* IEだけに適用されるスタイル */
}

@media all and (-ms-high-contrast: none) {
  #text-count .con-place-s6 .card-deck .card {
    display: block !important;
    /*IE対策*/
  }
}

#text-count .con-place-s6 .card-deck .card img {
  margin-bottom: 0px;
  /*font-family: 'object-fit: cover;'; /*IE対策*!/*/
  /*height: 100%!important;*/
}

#text-count .con-place-s6 .card-deck .card .card-body {
  position: relative;
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

#text-count .con-place-s6 .card-deck .card .card-body h2,
#text-count .con-place-s6 .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.2rem;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

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

  #text-count .con-place-s6 .card-deck .card .card-body h2,
  #text-count .con-place-s6 .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-place-s6 .card-deck .card .card-body h2::after,
#text-count .con-place-s6 .card-deck .card .card-body h3::after {
  margin-bottom: 0;
  margin-top: 30px;
}

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

  #text-count .con-place-s6 .card-deck .card .card-body h2::after,
  #text-count .con-place-s6 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

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

  #text-count .con-place-s6 .card-deck .card .card-body h2::after,
  #text-count .con-place-s6 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

#text-count .con-place-s6 .card-deck .card .card-body p {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-place-s6 .card-deck .card .card-body p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-place-s6 .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

@media only screen and (max-width: 991px) {
  #text-count .con-place-s6 .card-deck .card .card-body p.bu {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

#text-count .con-place-s6 .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #B28247;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #B28247;
  /*max-width: 100%;*/
}

#text-count .con-place-s6 .card-deck .card .card-body p.bu a::before {
  content: "≫ ";
}

#text-count .con-place-s6 .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #B28247;
}

/* Azalée（アザレ） */
#pk-31 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 85%;
  object-position: 50% 85%;
}

/* レールサクレ */
#pk-32 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 85%;
  object-position: 50% 85%;
}

/* 女木島ビーチアパート */
#pk-49 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 85%;
  object-position: 50% 85%;
}

#pk-66 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 65%;
  object-position: 50% 65%;
}

/* 協力店 */
#pk-18 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 60%;
  object-position: 50% 60%;
}

#text-count .con-item-list1 {
  padding-bottom: 75px;
  padding-top: 50px;
  background-color: #FCFAF8;
  /* 1行にカードが1つしかないときの臨時対応 */
}

#text-count .con-item-list1 .card-deck {
  margin-bottom: 45px;
}

#text-count .con-item-list1 .card-deck .col-sm-4 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #text-count .con-item-list1 .card-deck .col-sm-4 {
    margin-bottom: 25px;
  }
}

#text-count .con-item-list1 .card-deck .card {
  border: none;
  /* IEだけに適用されるスタイル */
}

@media all and (-ms-high-contrast: none) {
  #text-count .con-item-list1 .card-deck .card {
    display: block !important;
    /*IE対策*/
  }
}

#text-count .con-item-list1 .card-deck .card img {
  margin-bottom: 0px;
  /*font-family: 'object-fit: cover;'; /*IE対策*!/*/
  /*height: 100%!important;*/
}

#text-count .con-item-list1 .card-deck .card .card-body {
  position: relative;
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

#text-count .con-item-list1 .card-deck .card .card-body h2,
#text-count .con-item-list1 .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.2rem;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

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

  #text-count .con-item-list1 .card-deck .card .card-body h2,
  #text-count .con-item-list1 .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-item-list1 .card-deck .card .card-body h2::after,
#text-count .con-item-list1 .card-deck .card .card-body h3::after {
  margin-bottom: 0;
  margin-top: 30px;
}

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

  #text-count .con-item-list1 .card-deck .card .card-body h2::after,
  #text-count .con-item-list1 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

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

  #text-count .con-item-list1 .card-deck .card .card-body h2::after,
  #text-count .con-item-list1 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

#text-count .con-item-list1 .card-deck .card .card-body p {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-item-list1 .card-deck .card .card-body p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-item-list1 .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

@media only screen and (max-width: 991px) {
  #text-count .con-item-list1 .card-deck .card .card-body p.bu {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

#text-count .con-item-list1 .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #B28247;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #B28247;
  /*max-width: 100%;*/
}

#text-count .con-item-list1 .card-deck .card .card-body p.bu a::before {
  content: "≫ ";
}

#text-count .con-item-list1 .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #B28247;
}

#text-count .con-item-list1 .col-one .card {
  max-width: 30.5% !important;
}

@media only screen and (max-width: 767px) {
  #text-count .con-item-list1 .col-one .card {
    max-width: 100% !important;
  }
}

/* 協力店：詳細 */
#text-count {
  /* 会場名 */
  /* CONCEPT */
  /* 一覧 */
}

#text-count #it_area {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 50px;
}

#text-count #it_area h1 {
  font: normal normal 2.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-top: 95px;
}

#text-count #it_area h1 span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 25px;
}

#text-count #it_area h1 span::before {
  content: "─　";
}

#text-count #it_area h1 span::after {
  content: "　─";
}

#text-count #it_area h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 45px;
}

#text-count .con-item0 {
  background-color: #FCFAF8;
}

#text-count .con-item0 .card {
  border: none;
  margin-bottom: 35px;
  background-color: transparent;
  /*.card-img-overlay::before,.card-img-overlay::after{ 
		    content:'';
		    width: 30px;
		    height: 30px;
		    position: absolute;
		    display: inline-block;
			@include mediaPCN {
				display: none;
			}
		}*/
}

@media only screen and (max-width: 991px) {
  #text-count .con-item0 .card {
    margin-bottom: 35px;
  }
}

#text-count .con-item0 .card .card-img {
  width: 700px;
  /*height: 100%;*/
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-item0 .card .card-img {
    width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-item0 .card .card-img {
    width: 100%;
    margin-bottom: 0;
  }
}

#text-count .con-item0 .card .card-img-overlay {
  width: 550px;
  height: 366.66667px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 70px;
  padding-top: 50px;
  padding-right: 35px;
  padding-left: 35px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-item0 .card .card-img-overlay {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-item0 .card .card-img-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 15px;
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-item0 .card .card-img-overlay {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#text-count .con-item0 .left-photo-frame {
  /*.card-img-overlay::before{
		    border-right: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    right: 0;
		}
		.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
  /*.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
}

#text-count .con-item0 .left-photo-frame .card-img-overlay {
  left: 520px;
}

@media only screen and (max-width: 1199px) {
  #text-count .con-item0 .left-photo-frame .card-img-overlay {
    left: 450px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-item0 .left-photo-frame .card-img-overlay {
    left: 0px;
  }
}

#text-count .con-item0 .right-photo-frame {
  /*.card-img-overlay::before{
		    border-left: solid 1px $color-text-h;
		    border-top: solid 1px $color-text-h;
		    top:0;
		    left: 0;
		}
		.card-img-overlay::after{
		    border-right: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    right: 0;
		}*/
  /*.card-img-overlay::after{
		    border-left: solid 1px $color-text-h;
		    border-bottom: solid 1px $color-text-h;
		    bottom:0;
		    left: 0;
		}*/
}

#text-count .con-item0 .right-photo-frame .card-img {
  left: 370px;
}

@media only screen and (min-width: 992px) {
  #text-count .con-item0 .right-photo-frame .card-img {
    position: relative;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .con-item0 .right-photo-frame .card-img {
    left: 300px;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .con-item0 .right-photo-frame .card-img {
    left: 0px;
  }
}

#text-count .con-item2 .row {
  margin-bottom: 25px;
}

#text-count .con-item2 .col-sm-6 img {
  margin-bottom: 8px;
}

#text-count .con-item2 .col-sm-6:nth-child(even) {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  #text-count .con-item2 .col-sm-6:nth-child(even) {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .con-item2 .photo-frame>.row {
    margin-bottom: 0px;
  }
}

#text-count .con-item3 {
  padding-bottom: 75px;
}

#text-count .con-item4 {
  padding-bottom: 75px;
  background-color: #F4F0E9;
}

#text-count .con-item4 h3 {
  color: #212529 !important;
  border-top: 1px dotted #212529 !important;
  border-bottom: 1px dotted #212529 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

#text-count .con-item4 h3::after {
  content: none !important;
}

#text-count .con-item4 h4 {
  background-color: transparent;
  border-bottom: 1px dotted silver;
  font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

#text-count .con-item4 h4::before {
  color: #ffffff;
}

#text-count .con-item4 ul,
#text-count .con-item4 ol {
  background-color: transparent;
  padding: 0 0 0.8em 1.5em;
}

#text-count .con-item4 ul li,
#text-count .con-item4 ol li {
  line-height: 1.5rem;
  /*padding: 0.5em 0;*/
  list-style-type: circle;
}

#text-count .con-item4 .note {
  background-color: #ffffff;
}

#text-count .con-item4 .google-map {
  position: relative;
  width: 100%;
  /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 56.25%;
  /* padding-topでもOK */
  overflow: hidden;
}

#text-count .con-item4 .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 必要であれば!importantを付けてください */
  height: 100%;
  /* 必要であれば!importantを付けてください */
}

#text-count .con-item10 {
  padding-bottom: 75px;
  padding-top: 50px;
  background-color: #FCFAF8;
}

#text-count .con-item10 .card-deck {
  margin-bottom: 45px;
}

#text-count .con-item10 .card-deck .col-sm-4 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #text-count .con-item10 .card-deck .col-sm-4 {
    margin-bottom: 25px;
  }
}

#text-count .con-item10 .card-deck .card {
  border: none;
  /* IEだけに適用されるスタイル */
}

@media all and (-ms-high-contrast: none) {
  #text-count .con-item10 .card-deck .card {
    display: block !important;
    /*IE対策*/
  }
}

#text-count .con-item10 .card-deck .card img {
  margin-bottom: 0px;
  /*font-family: 'object-fit: cover;'; /*IE対策*!/*/
  /*height: 100%!important;*/
}

#text-count .con-item10 .card-deck .card .card-body {
  position: relative;
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

#text-count .con-item10 .card-deck .card .card-body h2,
#text-count .con-item10 .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.2rem;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

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

  #text-count .con-item10 .card-deck .card .card-body h2,
  #text-count .con-item10 .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-item10 .card-deck .card .card-body h2::after,
#text-count .con-item10 .card-deck .card .card-body h3::after {
  margin-bottom: 0;
  margin-top: 30px;
}

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

  #text-count .con-item10 .card-deck .card .card-body h2::after,
  #text-count .con-item10 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

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

  #text-count .con-item10 .card-deck .card .card-body h2::after,
  #text-count .con-item10 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

#text-count .con-item10 .card-deck .card .card-body p {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-item10 .card-deck .card .card-body p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-item10 .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

@media only screen and (max-width: 991px) {
  #text-count .con-item10 .card-deck .card .card-body p.bu {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

#text-count .con-item10 .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #B28247;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #B28247;
  /*max-width: 100%;*/
}

#text-count .con-item10 .card-deck .card .card-body p.bu a::before {
  content: "≫ ";
}

#text-count .con-item10 .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #B28247;
}

/* ROSSO NERO */
#pk-36 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 75%;
  object-position: 50% 75%;
}

@media only screen and (max-width: 991px) {
  #pk-36 .thumbnail-top img {
    /*height: 1200px!important;*/
    -o-object-position: 80% 85%;
    object-position: 80% 85%;
  }
}

/* 結婚式当日までの流れ */
#text-count {
  /* 結婚式当日までの流れ */
}

#text-count #sc_area {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 50px;
}

#text-count #sc_area h1 {
  font: normal normal 2.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-top: 95px;
}

#text-count #sc_area h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 45px;
}

#text-count .con-sche1 {
  background-color: #FCFAF8;
  padding-bottom: 75px;
}

#text-count .con-sche1 ul,
#text-count .con-sche1 ol {
  background-color: transparent;
  padding: 0 0 0 1.5em;
}

#text-count .con-sche1 ul li,
#text-count .con-sche1 ol li {
  line-height: 1.5rem;
  /*padding: 0.5em 0;*/
  list-style-type: circle;
}

#text-count .con-sche2-t {
  /*background-color: $color-back-sub2;*/
}

#text-count .con-sche2-t h3 {
  color: #212529 !important;
  border-top: 1px dotted #212529 !important;
  border-bottom: 1px dotted #212529 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.5rem !important;
  margin-top: 0;
}

#text-count .con-sche2-t h3 span {
  margin-left: 15px;
  font-size: 1.8rem;
}

#text-count .con-sche2-t h3::after {
  content: none !important;
}

#text-count .con-sche2 {
  /*background-color: $color-back-sub2;*/
}

#text-count .con-sche2 .row {
  margin-bottom: 25px;
}

#text-count .con-sche2 .row .col-sm-6 img {
  width: 100%;
}

#text-count .con-sche2 .row .col-sm-6 .sub-copy {
  width: 100%;
}

#text-count .con-sche3 {
  padding-bottom: 75px;
}

/* FAQ */
#pk-20 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 15%;
  object-position: 50% 15%;
}

#text-count .con-faq1 {
  background-color: #FCFAF8;
  padding-top: 75px;
  padding-bottom: 50px;
}

#text-count .con-faq1 dl {
  /*font-family: 'FontAwesome', sans-serif;*/
}

#text-count .con-faq1 dt {
  margin: 0 0 25px 50px;
  font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-faq1 dt {
    margin-left: 0px;
    padding-bottom: 15px;
  }
}

#text-count .con-faq1 dd {
  margin: 0 0 60px 90px;
  font-size: 1rem;
  line-height: 2rem;
}

@media only screen and (max-width: 991px) {
  #text-count .con-faq1 dd {
    margin-left: 0px;
  }
}

#text-count .con-faq1 dt::before,
#text-count .con-faq1 dd::before {
  font-family: serif;
  font-size: 1.3em;
  margin: 0 1em 0 -1.7em;
}

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

  #text-count .con-faq1 dt::before,
  #text-count .con-faq1 dd::before {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

#text-count .con-faq1 dt::before {
  content: 'Q';
}

@media only screen and (max-width: 991px) {
  #text-count .con-faq1 dt::before {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted silver;
  }
}

#text-count .con-faq1 dd::before {
  content: 'A';
}

@media only screen and (max-width: 991px) {
  #text-count .con-faq1 dd::before {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted silver;
  }
}

#text-count .con-faq2 {
  padding-bottom: 75px;
  padding-top: 75px;
}

/* sayury wedding（sayury wedding）について */
#pk-4 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 65%;
  object-position: 50% 65%;
}

#text-count .con-abo1 {
  background-color: #FCFAF8;
  padding-bottom: 75px;
}

#text-count .con-abo1 ul,
#text-count .con-abo1 ol {
  background-color: transparent;
  border-top: dotted #212529 1px;
  /*上のボーダー*/
  border-bottom: dotted #212529 1px;
  /*下のボーダー*/
  padding: 1.5rem 0 0.8em 1.5em;
}

#text-count .con-abo1 ul li,
#text-count .con-abo1 ol li {
  line-height: 1.5rem;
  padding: 0.5em 0;
  list-style-type: circle;
}

#text-count .con-abo1 .sub-copy span {
  display: block;
  color: #c7c2ac;
}

#text-count .con-abo2 {
  padding-bottom: 75px;
  padding-top: 75px;
}

#text-count .con-abo2 dt {
  margin: 0 0 5px 0px !important;
  font: normal normal 1.2rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding-bottom: 10px;
}

#text-count .con-abo2 dd {
  margin-bottom: 45px;
  padding-left: 30px;
}

#text-count .con-abo2 dd ul {
  background-color: transparent;
  margin: 0;
  padding: 8px 0 1px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-abo2 dd {
    padding-left: 0;
  }
}

/* アクセス */
#text-count {
  /* ACCESS */
}

#text-count #ac_area {
  padding-bottom: 75px;
}

#text-count #ac_area h1 {
  font: normal normal 2.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-top: 95px;
}

#text-count #ac_area h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 45px;
}

#text-count #ac_area p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #cde6f4));
  background: -webkit-linear-gradient(transparent 60%, #cde6f4 0%);
  background: linear-gradient(transparent 60%, #cde6f4 0%);
  font-weight: bold;
  font-size: 1.2rem;
}

#text-count .con-access1 {
  padding-bottom: 75px;
  background-color: #F4F0E9;
}

#text-count .con-access1 ul.info {
  border-top: dotted #212529 1px;
  border-bottom: dotted #212529 1px;
  padding: 1.5rem 1.5rem 0.8rem;
  margin-top: 35px;
}

#text-count .con-access1 ul.info li {
  line-height: 1.5rem;
  /*padding: 0.5em 0;*/
  list-style-type: circle;
  /* CSSだけで均等割付 */
}

#text-count .con-access1 ul.info li .justify {
  width: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: left;
  margin-right: 8px;
}

#text-count .con-access1 ul.note {
  background-color: #ffffff !important;
  padding: 1.5rem 1.5rem 0.8rem !important;
}

#text-count .con-access1 .google-map {
  position: relative;
  width: 100%;
  /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 56.25%;
  /* padding-topでもOK */
  overflow: hidden;
}

#text-count .con-access1 .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 必要であれば!importantを付けてください */
  height: 100%;
  /* 必要であれば!importantを付けてください */
}

#pk-21 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

@media only screen and (max-width: 991px) {
  #pk-21 .thumbnail-top img {
    /*height: 1200px!important;*/
    -o-object-position: 40% 50%;
    object-position: 40% 50%;
  }
}

/* お問合せ */
#text-count #contacts_form {
  padding-top: 0;
}

#text-count #cn_area {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 50px;
  text-align: center;
}

#text-count #cn_area h1 {
  font: normal normal 2.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-top: 95px;
}

#text-count #cn_area h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 45px;
}

#text-count #cn_area p.sub-copy {
  font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 2.6rem;
}

/* プライバシー・ポリシー・免責 */
#text-count #po_area {
  padding-bottom: 50px;
}

#text-count #po_area h1 {
  font: normal normal 2.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-top: 95px;
}

#text-count #po_area h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 45px;
}

#text-count .con-pol1 ul,
#text-count .con-pol1 ol {
  background-color: transparent;
  border-top: dotted #212529 1px;
  /*上のボーダー*/
  border-bottom: dotted #212529 1px;
  /*下のボーダー*/
  padding: 1.5rem 30px 0.8em 30px;
}

#text-count .con-pol1 ul li,
#text-count .con-pol1 ol li {
  line-height: 1rem;
  padding: 0.5em 0;
  list-style-type: circle;
}

#text-count .con-pol2 {
  padding-bottom: 75px;
}

#text-count .con-pol2 ul,
#text-count .con-pol2 ol {
  background-color: #F4F0E9;
  /*border-top: dotted $color-text-main 1px;/*上のボーダー*!/*/
  /*border-bottom: dotted $color-text-main 1px;/*下のボーダー*!/*/
  padding: 1.5rem 60px 0.8em 60px;
}

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

  #text-count .con-pol2 ul,
  #text-count .con-pol2 ol {
    padding: 1.5rem 0 0.8em 20px !important;
  }
}

#text-count .con-pol2 ul li,
#text-count .con-pol2 ol li {
  line-height: 1rem;
  padding: 0.5em 0;
  list-style-type: circle;
}

/* サイトマップ */
#text-count #sitemap_area {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 50px;
}

#text-count #sitemap_area h1 {
  font: normal normal 2.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-top: 95px;
}

#text-count #sitemap_area h1 span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 25px;
}

#text-count #sitemap_area h1 span::before {
  content: "─　";
}

#text-count #sitemap_area h1 span::after {
  content: "　─";
}

#text-count #sitemap_area h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 45px;
}

#text-count #sitemap_area .row {
  width: 100% !important;
}

#text-count .sitemap-con2 {
  background-color: #FCFAF8;
}

#text-count .sitemap-con2 h2 a {
  color: #B28247;
}

#text-count .sitemap-con2 span {
  color: #B28247;
  margin-right: 15px;
}

#text-count .sitemap-con4 {
  background-color: #FCFAF8;
  padding-bottom: 75px;
  margin-bottom: 0;
}

#text-count .sitemap-con4 h2 a {
  color: #B28247;
}

#text-count .sitemap-con4 span {
  color: #B28247;
  margin-right: 15px;
}

/* COVID-19 */
#text-count .con-covid-19 {
  padding-bottom: 75px;
  background-color: #FCFAF8;
  padding-top: 50px;
}

#text-count .con-covid-19 h4 {
  margin: 25px 0 25px 0px !important;
  font: normal normal 1.2rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding-bottom: 10px;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px dotted #c7c2ac;
}

#text-count .con-covid-19 h4::before {
  content: "〇";
  color: #c7c2ac;
}

#text-count .con-covid-19 .card-deck {
  margin-bottom: 45px;
}

#text-count .con-covid-19 .card-deck .col-sm-4 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #text-count .con-covid-19 .card-deck .col-sm-4 {
    margin-bottom: 25px;
  }
}

#text-count .con-covid-19 .card-deck .card {
  border: none;
  /* IEだけに適用されるスタイル */
}

@media all and (-ms-high-contrast: none) {
  #text-count .con-covid-19 .card-deck .card {
    display: block !important;
    /*IE対策*/
  }
}

#text-count .con-covid-19 .card-deck .card img {
  margin-bottom: 0px;
  /*font-family: 'object-fit: cover;'; /*IE対策*!/*/
  /*height: 100%!important;*/
}

#text-count .con-covid-19 .card-deck .card .card-body {
  position: relative;
  padding-bottom: 90px;
  padding-left: 0;
  padding-right: 0;
}

#text-count .con-covid-19 .card-deck .card .card-body h2,
#text-count .con-covid-19 .card-deck .card .card-body h3 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 1.2rem;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

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

  #text-count .con-covid-19 .card-deck .card .card-body h2,
  #text-count .con-covid-19 .card-deck .card .card-body h3 {
    font-size: 1.1rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-covid-19 .card-deck .card .card-body h2::after,
#text-count .con-covid-19 .card-deck .card .card-body h3::after {
  margin-bottom: 0;
  margin-top: 30px;
}

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

  #text-count .con-covid-19 .card-deck .card .card-body h2::after,
  #text-count .con-covid-19 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

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

  #text-count .con-covid-19 .card-deck .card .card-body h2::after,
  #text-count .con-covid-19 .card-deck .card .card-body h3::after {
    width: 100%;
  }
}

#text-count .con-covid-19 .card-deck .card .card-body p {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  #text-count .con-covid-19 .card-deck .card .card-body p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#text-count .con-covid-19 .card-deck .card .card-body p.bu {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

@media only screen and (max-width: 991px) {
  #text-count .con-covid-19 .card-deck .card .card-body p.bu {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

#text-count .con-covid-19 .card-deck .card .card-body p.bu a {
  text-align: center;
  display: block;
  color: #B28247;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #B28247;
  /*max-width: 100%;*/
}

#text-count .con-covid-19 .card-deck .card .card-body p.bu a::before {
  content: "≫ ";
}

#text-count .con-covid-19 .card-deck .card .card-body p.bu a:hover {
  color: #ffffff;
  background-color: #B28247;
}

#text-count .con-covid-19 .card-deck .card .card-body {
  padding-bottom: 25px;
}

#text-count .con-covid-19 .card-deck .card .card-body p {
  margin-top: 0px;
  margin-bottom: 12px;
}

#text-count .con-covid-19 .card-deck .card .card-body .card-text {
  margin-top: 2rem;
  margin-bottom: 12px;
}

/* blog */
#pk-2 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 65%;
  object-position: 50% 65%;
}

.blog_area #blog_area {
  padding-bottom: 75px;
}

.blog_area #blog_area .col {
  padding-right: 100px;
  padding-left: 100px;
}

.blog_area #blog_area h1 {
  font: normal normal 2.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-top: 95px;
}

.blog_area #blog_area h1::after {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #B28247;
  margin: 39px auto 45px;
}

.blog_area .container-list-view {
  background-color: #FCFAF8;
  padding-bottom: 75px;
}

.blog_area .container-list-view .row {
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 0 !important;
}

.blog_area .container-list-view .row img {
  margin: 0;
}

.blog_area .container-list-view .row h3 {
  margin: 0;
  /*text-align: left;*/
  font: normal normal 1.1rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  border-bottom: 1px dotted #212529;
  padding-bottom: 15px;
}

.blog_area .container-list-view .row h3 a {
  text-decoration: none;
}

.blog_area .container-list-view .row .tag-list .list-inline-item {
  margin-bottom: 0 !important;
}

.blog_area .container-list-view .row .tag-list .list-inline-item i.fa-tag::before {
  color: #C1AC6C;
}

.blog_area .container-list-view .row p {
  /*text-align: left;*/
  /*margin: 0;*/
  /*font-size: 0.9rem;*/
  /*line-height: 1.6rem;*/
}

@media only screen and (max-width: 991px) {
  .blog_area .container-list-view .row p {
    width: 100%;
  }
}

.blog_area .container-list-view .row p.link_bu {
  text-align: right;
  font-size: 0.9rem;
}

.blog_area .container-list-view .row p.link_bu a {
  display: inline-block;
  width: 140px;
  padding: 8px;
  text-decoration: none;
  color: #ffffff;
  background-color: #B28247;
  text-align: center;
  font-size: 0.8rem;
  margin-top: 15px;
  margin-right: 0;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .blog_area .container-list-view .row p.link_bu a {
    margin-right: auto;
    margin-left: auto;
  }
}

.blog_area .home {
  margin-top: 0;
  background-color: #FCFAF8;
}

.pagenation-list {
  padding-bottom: 75px;
  background-color: #FCFAF8;
}

.post-box .contents-top-img-set h1 {
  background-color: #FCFAF8;
  font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding-top: 80px;
  padding-bottom: 45px;
}

.post-box .contents-top-img-set .summury-box .summury-of-page {
  background-color: #FCFAF8;
}

.post-box .contents-top-img-set .summury-box .summury-of-page .tag-list {
  background: none !important;
}

.post-box .contents-top-img-set .summury-box .summury-of-page .tag-list .list-inline-item {
  margin-bottom: 0 !important;
}

.post-box .contents-top-img-set .summury-box .summury-of-page .tag-list .list-inline-item i.fa-tag::before {
  color: #C1AC6C;
}

.container-pagenation-detail .row p.menu-item span.prev,
.container-pagenation-detail .row p.menu-item span.next {
  background-color: #C1AC6C;
}

.container-pagenation-detail .row p.menu-item a {
  text-decoration: none;
}

.container-pagenation-detail .row p.menu-item a:hover span.prev,
.container-pagenation-detail .row p.menu-item a:hover span.next {
  color: #212529;
}

.container-pagenation-detail .row p.menu-item a:hover span i {
  color: #212529;
}

.container-pagenation-detail .row .left p.menu-item span.text {
  padding-left: 5px;
}

.container-pagenation-detail .row .right p.menu-item span.text {
  padding-right: 15px;
}

aside h4 {
  font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

aside h4 span {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

aside .prof-sns-menu {
  color: #ffffff;
}

aside ul.prof-sns-menu-icon li a {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.con-top-line {
  border-top: 6px solid #D1A987;
}

#sec-planner {
  padding-bottom: 75px;
}

#sec-planner .container {
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (max-width: 991px) {
  #sec-planner .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#sec-planner .container .col-sm-7 {
  padding-right: 60px;
}

@media only screen and (max-width: 991px) {
  #sec-planner .container .col-sm-7 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#sec-planner .container .col-sm-7 h3 {
  text-align: left;
  color: #212529;
  font-size: 2rem;
  letter-spacing: 10px;
  margin-top: 30px !important;
}

#sec-planner .container .col-sm-7 h3 span {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 4px;
  line-height: 1rem;
  padding-bottom: 20px;
}

#sec-planner .container .col-sm-7 h3::after {
  /*content: "";*/
  /*display: block;*/
  width: 100%;
  /*height: 1px;*/
  /*background-color: #B28247;*/
  margin: 0;
}

#sec-planner .container .col-sm-7 p.sub-copy {
  color: #B28247;
  font-size: 1.5rem;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 50px;
  text-align: left;
  margin-top: 0px;
}

@media only screen and (max-width: 991px) {
  #sec-planner .container .col-sm-5 {
    text-align: center;
  }
}

#sec-planner .container .col-sm-5 img {
  max-height: 900px;
}

@media only screen and (max-width: 991px) {
  #sec-planner .container .col-sm-5 img {
    max-height: 500px;
  }
}

#sec-planner>div.row>div.col>p {
  padding-left: 100px;
  padding-right: 100px;
}

#sec-price {
  padding-bottom: 75px;
}

#sec-price h4 {
  font: normal normal 1.3rem 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  background-color: transparent;
  border-top: 1px dotted #212529;
  border-bottom: 1px dotted #212529;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 45px !important;
}

@media only screen and (max-width: 991px) {
  #sec-price h4 {
    font-size: 1.1rem;
  }
}

#sec-price h4::before {
  content: "〇";
}

p.link-b {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

@media only screen and (max-width: 991px) {
  p.link-b {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

p.link-b a {
  text-align: center;
  display: block;
  color: #B28247;
  text-decoration: none;
  padding: 20px;
  border: 1px solid #B28247;
}

p.link-b a:hover {
  color: #ffffff;
  background-color: #B28247;
}

.note {
  text-align: center;
  background-color: #F4F0E9;
  color: #B28247;
  text-decoration: none;
  padding: 20px !important;
}

@media only screen and (max-width: 991px) {
  .contents-top-img-set h1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .contents-top-img-set .summury-box ul.list-inline {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* blog */
#text-count {
  /* La sea.na（ラシーナ）メンバー */
}

@media only screen and (max-width: 767px) {
  #text-count {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#text-count .lp-1 h2 {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

@media only screen and (max-width: 767px) {
  #text-count .lp-1 h2 {
    font-size: 1.5rem !important;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .lp-1 p.sub-copy {
    width: 100% !important;
    font-size: 1.2rem !important;
  }
}

#text-count .lp-1 ul {
  border-top: dotted #212529 1px;
  border-bottom: dotted #212529 1px;
  padding: 1.5rem 0 0.8em 1.5em;
}

#text-count .lp-1 ul li {
  line-height: 1.5rem;
  /*list-style-type: circle;*/
}

#text-count .lp-1 ul li span {
  /*font-size: 1.3rem;*/
}

#text-count .lp-1 ul li span b {
  font-size: 1.3rem;
  background-image: none;
}

#text-count .lp-1 ul li::before {
  content: '〇';
  color: #B28247;
  left: -23px;
  top: 7px;
}

#text-count .lp-1 ul li::after {
  content: none;
}

@media only screen and (max-width: 767px) {
  #text-count .lp-2 h3 {
    font-size: 1.5rem !important;
  }
}

#text-count .lp-2 ul {
  border-top: dotted #212529 1px;
  border-bottom: dotted #212529 1px;
  padding: 1.5rem 0 0.8em 1.5em;
}

#text-count .lp-2 ul li {
  line-height: 1.5rem;
  /*list-style-type: circle;*/
}

#text-count .lp-2 ul li span {
  /*font-size: 1.3rem;*/
}

#text-count .lp-2 ul li span b {
  font-size: 1.3rem;
  background-image: none;
}

#text-count .lp-2 ul li::before {
  content: '〇';
  color: #B28247;
  left: -23px;
  top: 7px;
}

#text-count .lp-2 ul li::after {
  content: none;
}

#text-count .lp-3 {
  padding-bottom: 75px;
}

@media only screen and (max-width: 991px) {
  #text-count .lp-3 p {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .lp-3 h2 {
    font-size: 1.5rem !important;
  }
}

@media only screen and (max-width: 1199px) {
  #text-count .lp-3 .sub-copy {
    width: 100% !important;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .lp-3 .sub-copy {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 1.2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .lp-3 .sub-copy {
    font-size: 1.2rem !important;
  }
}

#text-count .lp-3 .container {
  margin-top: 40px;
}

#text-count .lp-3 .container .col-xl-7 {
  padding-right: 60px;
}

@media only screen and (max-width: 767px) {
  #text-count .lp-3 .container .col-xl-7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#text-count .lp-3 .container .col-xl-7 h3 {
  text-align: left;
  color: #212529;
  font-size: 2rem;
  letter-spacing: 10px;
  margin-top: 0px !important;
}

#text-count .lp-3 .container .col-xl-7 h3 span {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 4px;
  line-height: 1rem;
  padding-bottom: 20px;
}

#text-count .lp-3 .container .col-xl-7 h3::after {
  width: 100%;
  margin: 0;
}

#text-count .lp-3 .container .col-xl-7 p.sub-copy {
  width: 100%;
  color: #B28247;
  font-size: 1.3rem;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 50px;
  text-align: left;
  margin-top: 0px;
}

@media only screen and (max-width: 1199px) {
  #text-count .lp-3 .container .col-xl-7 p.sub-copy {
    font-size: 1.3rem;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  #text-count .lp-3 .container .col-xl-7 p.sub-copy {
    font-size: 1.4rem !important;
    line-height: 2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  #text-count .lp-3 .container .col-xl-7 p.sub-copy {
    font-size: 1.2rem !important;
    line-height: 2rem !important;
  }
}

#text-count .lp-3 .container .col-xl-7 p.sub-copy span {
  display: block;
}

@media only screen and (max-width: 767px) {
  #text-count .lp-3 .container .col-xl-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#text-count .lp-3 .container .col-xl-5 img {
  max-height: 900px;
  margin-bottom: 15px;
}

#text-count .lp-3 .container .col-xl-5 ul {
  background-color: #F4F0E9 !important;
  padding: 30px 25px;
}

@media only screen and (max-width: 767px) {
  #text-count .lp-3 .container .col-xl-5 ul {
    padding-right: 15px;
    padding-left: 5px;
  }
}

#text-count .lp-3 .container .col-xl-5 ul li::before {
  content: '〇';
  color: #B28247;
  left: -23px;
  top: 7px;
}

@media only screen and (max-width: 767px) {
  #text-count .lp-3 .container .col-xl-5 ul li::before {
    content: none;
  }
}

#text-count .lp-3 .container .col-xl-5 ul li::after {
  content: none;
}

#text-count .lp-4 .row .col-sm-6 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #text-count .lp-clink h3 {
    font-size: 1.5rem !important;
  }
}

#text-count .lp-clink .tel_area {
  border-top: dotted #212529 1px;
  border-bottom: dotted #212529 1px;
  padding: 1.5rem 0 0.8em;
  text-align: center;
}

#text-count .lp-clink .tel_area .tel a {
  font-size: 1.8rem;
  color: green;
  font-weight: bold;
  text-decoration: none;
}

#text-count .lp-clink .tel_area .time::after {
  content: " ";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #212529;
  margin: 25px auto 35px;
}

#text-count .lp-carea {
  text-align: center;
}

#text-count .lp-carea .tel_area {
  border-top: dotted #212529 1px;
  border-bottom: dotted #212529 1px;
  padding: 1.5rem 0 0.8em;
  text-align: center;
}

#text-count .lp-carea .tel_area .tel a {
  font-size: 1.8rem;
  color: green;
  font-weight: bold;
  text-decoration: none;
}

/* 家族婚 */
#pk-69 .thumbnail-top img {
  /*height: 1200px!important;*/
  -o-object-position: 50% 25%;
  object-position: 50% 25%;
}

#pk-76 .thumbnail-top img {
  dobject-position: 50% 20%;
}

/* font web 明朝 */
/* <a href="https://mw-s.jp/2017css-font-win-mac/" title="2017年版個人的ベスト｜CSSフォント指定WIN、MACでキレイに表示（ゴシック、明朝）｜MWORKS" target="_blank">2017年版個人的ベスト｜CSSフォント指定WIN、MACでキレイに表示（ゴシック、明朝）｜MWORKS</a> */
/* <a href="http://web-dsn.com/css/mincho/" title="Webサイト製作時に明朝体のフォントを使う3つのパターン" target="_blank">Webサイト製作時に明朝体のフォントを使う3つのパターン</a> */
/* <a href="https://source.typekit.com/source-han-serif/jp/" title="源ノ明朝" target="_blank">源ノ明朝</a> */
/* <a href="https://www.marukin-ad.co.jp/marulog/?p=1258" title="明朝体や縦組みでWebサイトを「和風デザイン」に！ | デザインやWEBに関する情報を発信する【まるログ】" target="_blank">明朝体や縦組みでWebサイトを「和風デザイン」に！ | デザインやWEBに関する情報を発信する【まるログ】</a> */
/* カラムを入れ替え */
/* <a href="https://webnetamemo.com/coding/bootstrap4/201803086794" title="Bootstrap4カラムを入れ替える（表示順の変更）" target="_blank">Bootstrap4カラムを入れ替える（表示順の変更）</a> */
/* 画像の配置 */
/* 画像を任意の位置でトリミングする：<a href="https://www.webcreatorbox.com/tech/object-fit" title="1行追加でOK！CSSだけで画像をトリミングできる「object-fit」プロパティー | Webクリエイターボックス" target="_blank">1行追加でOK！CSSだけで画像をトリミングできる「object-fit」プロパティー | Webクリエイターボックス</a> */
/* <a href="http://noion.jp/tips/css-7.shtml" title="背景画像を下中央に固定　＠スタイルシートtips" target="_blank">背景画像を下中央に固定　＠スタイルシートtips</a> */
/* <a href="https://saruwakakun.com/html-css/basic/relative-absolute-fixed" title="CSSのpositionを総まとめ！absoluteやfixedの使い方は？" target="_blank">CSSのpositionを総まとめ！absoluteやfixedの使い方は？</a> */
/* パララックス */
/* <a href="https://www.4liberty.xyz/entry/20171211_divinner/" title="【CSS】背景画像を固定してdiv内でスクロールさせる(パララックス) | FOR LIBERTY" target="_blank">【CSS】背景画像を固定してdiv内でスクロールさせる(パララックス) | FOR LIBERTY</a> */
/* <a href="https://saruwakakun.com/html-css/reference/parallax" title="パララックス効果が秀逸なWebサイト＆作り方まとめ" target="_blank">パララックス効果が秀逸なWebサイト＆作り方まとめ</a> */
/* <a href="https://www.wan55.co.jp/column/detail/id=313" title="パララックス入門～スクロールで魅力あるWebサイトに～ | コラム | Web制作 株式会社ワンゴジュウゴ WAN55 （東京・千代田区）" target="_blank">パララックス入門～スクロールで魅力あるWebサイトに～ | コラム | Web制作 株式会社ワンゴジュウゴ WAN55 （東京・千代田区）</a> */
/* idの複数利用制限 */
/* 同じ要素内に同じ属性名は１度しか出られません、属性値も空白で区切って書くことは無理：<a href="https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q147063704" title="一つのタグ内にID属性を複数つけるという事は、HTMLの規格上の問題は... - Yahoo!知恵袋" target="_blank">一つのタグ内にID属性を複数つけるという事は、HTMLの規格上の問題は... - Yahoo!知恵袋</a> */
/* XHTML要素は複数のIDを持つことができます。　<p id="foo" xml:id="bar">　複数のidをスペースで区切られたリストを使用して同じid属性に割り当てることはできません。 ：<a href="https://code.i-harness.com/ja/q/2ee30" title="html要素に複数のIDを含めることはできますか？ [xhtml] [standards-compliance] - CODE Q&A 問題解決" target="_blank">html要素に複数のIDを含めることはできますか？ [xhtml] [standards-compliance] - CODE Q&A 問題解決</a> */
/* <a href="http://zero.css-happylife.com/selectors/adjacent_sibling_combinators.shtml" title="隣接セレクタ (E + F)｜セレクタ｜CSS HappyLife ZERO" target="_blank">隣接セレクタ (E + F)｜セレクタ｜CSS HappyLife ZERO</a> */
/* <a href="http://ideahacker.net/2013/06/28/5571/" title="【CSS】奇数・偶数・n番目など、要素を指定する時によく使うセレクタまとめ - アイデアハッカー" target="_blank">【CSS】奇数・偶数・n番目など、要素を指定する時によく使うセレクタまとめ - アイデアハッカー</a> */
/* seo パンくず h1 */
/* Googleも公式ブログ記事でh1タグの重要性に触れ、積極的に活用するようにと推奨しています：<a href="https://seopack.jp/seoblog/20160817-h1-guide-to-get-on-top/" title="SEO１位のための「h1」タグ設定ガイド" target="_blank">SEO１位のための「h1」タグ設定ガイド</a> */
/* 基本的な考え方として、検索エンジンに伝えるのはタイトル要素（<title> </title>）で、ユーザーに伝えるのがh1タグ：<a href="https://no-mark.jp/webdirector/h1-html-tag.html" title="【HTML】h1〜h6タグの使い方＆見出しタグのSEO対策 | NomarkLog" target="_blank">【HTML】h1〜h6タグの使い方＆見出しタグのSEO対策 | NomarkLog</a> */
@media only screen and (max-width: 991px) {
  .contents-top-img-set-full-wide .thumbnail-top {
    height: 600px;
  }

  .contents-top-img-set-full-wide .thumbnail-top img {
    min-height: 600px;
  }

  #container-fullwidth-type #main #text-count {
    padding-left: 0;
    padding-right: 0;
  }

  #container-fullwidth-type #main #text-count .container-fluid.container-contents h1 {
    font-size: 1.8rem;
  }

  #container-fullwidth-type #main #text-count .container-fluid.container-contents p.sub-copy {
    font-size: 1rem;
    line-height: 2rem;
  }

  #container-fullwidth-type #main #text-count .container-fluid.container-contents h2 {
    font-size: 1.5rem;
  }

  #container-fullwidth-type #main #text-count .container-fluid.container-contents h3 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .contents-top-img-set-full-wide .thumbnail-top {
    height: 450px;
  }

  .contents-top-img-set-full-wide .thumbnail-top img {
    min-height: 450px;
  }

  #container-fullwidth-type #main #text-count {
    padding-left: 0;
    padding-right: 0;
  }

  #container-fullwidth-type #main #text-count .container-fluid.container-contents h1 {
    font-size: 1.5rem;
  }

  #container-fullwidth-type #main #text-count .container-fluid.container-contents p.sub-copy {
    font-size: 1rem;
    line-height: 2rem;
    width: 100%;
    margin-top: 0px;
  }

  #container-fullwidth-type #main #text-count .container-fluid.container-contents p {
    width: 100%;
  }

  #container-fullwidth-type #main #text-count .container-fluid.container-contents h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-top: 0px;
  }

  #container-fullwidth-type #main #text-count .container-fluid.container-contents h3 {
    font-size: 1.3rem;
  }
}

#hero-movie {
  height: auto;
  line-height: 0;
}

.form-container {
  width: 100%;
  height: auto;
}

.form-container iframe {
  width: 100%;
  height: 100%;
  min-height: 1200px;
}