@charset 'utf-8';

/* ============================
ベース
/* ============================ */
/*ホバーエフェクト*/
a {
  font-size: 1em;
  text-decoration: underline;
  color: #aaa;
  background-color: transparent;
}

a:hover,
a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: brightness(80%);
}

a[data-rel="lightbox-image-0"],
a[data-rel="lightbox-image-1"],
a[data-rel="lightbox-image-2"],
a[data-rel="lightbox-image-3"],
a[data-rel="lightbox-image-4"],
a[data-rel="lightbox-image-5"],
a[data-rel="lightbox-image-6"],
a[data-rel="lightbox-image-7"],
a[data-rel="lightbox-image-8"],
a[data-rel="lightbox-image-9"],
a[data-rel="lightbox-image-10"] {
  display: block;
}

/*選択時の色*/
::-moz-selection {
  background: #d4b87f;
}

::selection {
  background: #d4b87f;
}

::-moz-selection {
  background: #d4b87f;
}

.fa {
  padding: 0 5px;
}

body.single #wrapper,
body.archive #wrapper,
body.page #wrapper {
  background: url('../img/bg_wawhite.jpg') repeat 0 0;
  background-size: 30px;
}

/*見出し*/
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin: 2em 0 1em 0;
  font-weight: 400;
  clear: both
}

#content h1 {
  line-height: 1.75;
  position: relative;
  display: block;
  margin-bottom: 2em;
  text-align: center;
}

#content h1:before {
  position: absolute;
  bottom: -.75em;
  left: 50%;
  display: inline-block;
  width: 60px;
  height: 5px;
  content: '';
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
}

#content h2 {
  padding: 0.6em 0;
  color: #fff;
}

#content .entry-content h2 {
  padding: 0.6em 0;
  color: #1A1A1A;
  border-bottom: 1px solid #B2904A;
}

#content h2::before {
  content: '';
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  background-image: url(../img/icon_logo_gold.png);
  background-size: contain;
  vertical-align: middle;
}

#content h3 {
  position: relative;
  padding-bottom: 1em;
}

#content .entry-content h3 {
  color: #B2904A;
  padding-bottom: 0;
  font-size: 1.5em;
}

#content h4 {
  font-size: 1em;
  padding: 0.5em 1em;
  border-left: 5px solid #B2904A;
  color: #B2904A;
}

#content h5 {
  font-size: 1em;
  color: #B2904A;
}

#content h6 {
  font-size: 1em;
  color: #B2904A;
}

#content .entry-content h1:nth-child(1),
#content .entry-content h2:nth-child(1),
#content .entry-content h3:nth-child(1),
#content .entry-content h4:nth-child(1),
#content .entry-content h5:nth-child(1),
#content .entry-content h6:nth-child(1) {
  margin-top: 0;
}

#content .entry-content ul li {
  list-style-type: disc;
}

#content .entry-content .btn01 {}

/* テーブル
----------------------------- */
#content .entry-content ul.ultable {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0;
  list-style-type: none;
}

#content .entry-content ul.ultable>li {
  margin: 0 0.3% 1.5em 0.3%;
  padding: 0;
  width: 24.4%;
  background-color: rgba(255, 255, 255, 0.3);
  list-style-type: none;
  box-sizing: border-box;
  text-align: center;
}

#content .entry-content ul.ultable>li p {
  padding: 1em 0;
  margin: 0;
}

#content .entry-content ul.ultable>li p img {
  vertical-align: bottom;
}

#content .entry-content ul.ultable>li h3 {
  margin: 0;
  padding: 1em 0.5em;
  background-color: rgba(255, 255, 255, 0.3);
  color: #666;
}

#content .entry-content ul.ultable>li .price {
  text-align: right;
  padding: 0 1em 1em 1em;
}

#content .entry-content ul.ultable>li .price strong {
  margin-right: 1em;
}

#content .entry-content ul.ultable>li dl {
  margin: 0 auto 1em auto;
  padding: 0 0 0 0;
}

#content .entry-content ul.ultable>li dl dt {
  display: inline-block;
  text-align: right;
  margin: 0;
  padding: 0 0.5em 0 0;
  box-sizing: border-box;
  /* width: 45%; */
}

#content .entry-content ul.ultable>li dl dd {
  display: inline-block;
  text-align: left;
  margin: 0;
}

#content table {
  line-height: 1.5;
  width: 100%;
  margin: 1em 0;
  border-collapse: collapse;
  text-align: left;
  text-align: left;
  border-color: #d3c4a4;
  border-bottom: 1px solid #d3c4a4;
  border-right: none;
  border-left: none;
}

#content table tr {
  border-top: 1px solid #d3c4a4;
}

#content table th {
  padding: 10px;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  white-space: nowrap;
  color: #957023;
}

#content table td {
  padding: 1.5em;
  vertical-align: middle;
}

#content table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}

/*ボタンスタイル*/
.btn {
  font-size: 1.2em;
  line-height: 1em;
  display: block;
  margin: 1em 5px;
  padding: .6em 1em;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  border: 1px solid #aaa;
  background-color: #aaa;
}

.btn::after {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  margin-left: .5em;
  content: '\f105';
}

.btn:hover {
  opacity: 1;
  color: #fff;
  border: 1px solid #111;
  background-color: #111;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

/*ヘッダー内お問い合わせボタンスタイル*/
.contactbtn {
  font-size: .9em;
  padding: .5em;
  color: #fff !important;
  border: 1px solid #777;
  background-color: #777;
}

.contactbtn:hover {
  color: #fff;
  border: 1px solid #111;
  background-color: #111;
}

/* 送信・確認ボタン */
.btn_submit input,
.wpcf7-submit {
  background: #b29049;
}

.btn_submit input:hover,
.wpcf7-submit:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: brightness(80%);
}

.btn_submit input:active,
.wpcf7-submit:active {
  filter: brightness(60%);
}

/*お問い合わせフォーム*/
.referencemark {
  border: none;
  background: rgba(255, 255, 255, 0.8);
}

#content .wpcf7 table input,
#content .wpcf7 table textarea {
  margin: 0 0 5px 0;
  border: 1px solid #dfdbd3;
  padding: 0.5em;
  box-shadow: none;
  line-height: 1.25;
}

#content .wpcf7 table input[name="add-number"] {
  display: inline-block;
  width: 50%;
}

/*ページトップ*/
.pagetop {
  z-index: 9000;
  margin: 20px 0 80px 20px;
}

.pagetop a {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.7;
  display: block;
  width: 2em;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  /* border: 1px solid #fff; */
  background: transparent;
  box-shadow: none;
}

/* .pagetop a::before {
font-family: Font Awesome\ 5 Free, FontAwesome;
font-weight: bold;
content: '\f106';
} */
.pagetop a:hover {
  background-color: transparent;
}

/*  ナビゲーション
----------------------------- */
.gnavMenu {
  width: 100%;
  background-color: #1a1a1a;
}

nav {
  align-items: center;
  justify-content: center;
  /*
  display: flex;
  align-items: center;
  */
}

nav p {
  margin-bottom: 0;
}

nav #site-titleArea {
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
}

nav #site-title {
  display: inline-block;
  margin-right: 1em;
}

nav #site-title a {
  display: block;
  vertical-align: middle;
}

nav #site-title a img {
  width: 100%;
  height: auto;
  min-height: 40px;
}

nav #site-description {
  font-size: 0.8em;
  margin-right: 1em;
  vertical-align: top;
  color: #ccc;
  padding: 5px 0;
}

nav #access {
  width: 100%;
}

nav #telno {
  margin-right: 1em;
}

nav #telno span {
  display: block;
  margin-top: 0.5em;
  font-size: 0.6em;
}

nav #telno a {
  text-decoration: none;
  font-size: 120%;
}

nav #telno::before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  margin-right: .5em;
  content: '\f095';
}

nav #soudanBtn a {
  background-color: #b29049;
  padding: 1em 1em;
  display: block;
  font-size: 0.8em;
  text-decoration: none;
}

nav #soudanBtn a::before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  margin-right: .5em;
  content: '\f0e0';
}

nav #nav-toggle a::before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  content: '\f0c9';
}

#nav-toggle {
  display: none;
}

.gnavMenu {
  color: #fff;
  animation: moveY 2s infinite alternate linear;
  -ms-animation: moveY 2s infinite alternate linear;
  -webkit-animation: moveY 2s infinite alternate linear;
  -moz-animation: moveY 2s infinite alternate linear;
}

.gnavMenu a:visited,
.gnavMenu a:link {
  color: #fff;
}

.gnavMenu ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}

.gnavMenu ul li {
  text-align: center;
  display: flex;
  box-sizing: border-box;
}

.gnavMenu ul li a {
  display: block;
  padding: 1.3em 1em;
  margin: 0 auto;
  text-decoration: none;
}

.gnavMenu ul a span {
  font-size: .7em;
  line-height: 1;
  display: inline-block;
  width: 100%;
  letter-spacing: 2px;
}

#gmenu {
  border-top: 1px solid #4e4e4e;
  padding-right: 1em;
  padding-left: 1em;
  justify-content: center;
}

#gmenu .menu-main-container {}

#gmenu .menu-main-container #menu-main {}

#gmenu .menu-main-container #menu-main li {
  padding: 0;
}

#gmenu .menu-header_utility-container {
  padding-left: 1em;
  margin-left: 1em;
}

#gmenu .menu-header_utility-container #menu-header_utility li {
  padding: 0;
}

#gmenu .menu-header_utility-container #menu-header_utility li a {
  color: #ccc;
}

/*メニューカレント*/
.home nav ul li#menu-item-55 a,
.gnavMenu ul li.current-menu-item a,
nav ul li.current-menu-item a,
.post-type-archive-news ul#menu-header_utility li#menu-item-191 a,
.tax-newslist ul#menu-header_utility li#menu-item-191 a,
.single-news ul#menu-header_utility li#menu-item-191 a,
.post-type-archive-scene ul#menu-main li#menu-item-180 a,
.tax-scenelist ul#menu-main li#menu-item-180 a,
.single-scene ul#menu-main li#menu-item-180 a {
  border-bottom: 3px solid #c5a955;
  color: #fff;
}

nav ul li.current-menu-item ul li.current-menu-item a {
  border-bottom: none;
}

nav ul li a:link {
  color: #fff;
}

/* ----- ドロップダウンサブメニュー ----- */
#access ul.sub-menu {
  position: absolute;
  z-index: 10000;
  left: 0;
  display: none;
  width: 100%;
  list-style: none;
  background: rgba(238, 238, 238, .9);
}

#access ul.sub-menu li {
  display: block;
  width: 100%;
  border-top: 1px solid #eee;
}

#access ul.sub-menu li a {
  padding: 10px;
}

#access ul.sub-menu li:last-child {
  border-bottom: 1px solid #eee;
}

#access ul.sub-menu li span {
  display: none;
}

/*サブメニューホバー*/
#access ul li:hover>ul {
  display: block;
}

/*サブメニューカレント*/
nav ul li.current-menu-item ul li a {
  border: none;
}

/*  フッター
----------------------------- */
footer {
  font-size: .8em;
  overflow: auto;
  text-align: center;
  position: relative;
}

footer .inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

#footermenu {
  clear: both;
  margin: 0 auto 0 auto;
  padding: 3em;
  border-top: 1px solid #303030;
  text-align: left;
}

#footermenu ul {
  overflow: hidden;
  margin: 0;
  list-style: none;
}

#footermenu ul li {
  font-size: 13px;
  display: inline;
  margin-right: 10px;
  padding-right: 1em;
  padding-left: 1em;
  /*
  border-right: 1px solid #ccc;
  */
}

#footermenu ul li a {
  color: #ccc;
  position: relative;
  text-decoration: none;
}

#footermenu ul li a::after {
  content: "";
  position: absolute;
  width: 0.7em;
  left: -1em;
  top: 50%;
  border-bottom: 1px solid #fff;
}

#footermenu ul li:nth-last-of-type(1) {
  display: inline;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 0;
}

#menu-header_utility-1,
#menu-footermenu {
  display: inline-block;
}

#site-info {
  padding: 1em;
}

#site-info p {
  margin: 0;
  padding: 0 1em 1em 1em;
}

#utilitymenu {
  padding: 1em;
}

#utilitymenu li a {
  color: #fff;
}

#site-copy {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

#utilitymenu ul li a::before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  margin-right: .5em;
  content: '\f101';
}

/*フッターお問い合わせエリア*/
#footer_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding: 3em 1em;
  background: #efefef;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer_contact .contentbox {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 1em;
  text-align: center;
}

#footer_contact h2 {
  position: relative;
  margin-bottom: 1.5em;
  padding: .5em;
  background: #fff;
}

#footer_contact h2:after {
  position: absolute;
  bottom: -1em;
  left: 50%;
  margin-left: -1em;
  content: '';
  border-top: 1em solid #fff;
  border-right: 1em solid transparent;
  border-left: 1em solid transparent;
}

#footer_contact span {
  font-size: 4em;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

#footer_contact a.btn::before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  margin-right: 10px;
  content: '\f0e0';
}

#footer_contact span::before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  font-size: .7em;
  margin-right: 10px;
  content: '\f095';
}

#footer_contact a::after {
  content: none;
}

/* btn01 */
.btn01 {
  text-align: center;
}

.btn01 a {
  background-color: #b29049;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 135%;
  padding: 0.9em 1.3em;
}

.btn01 a::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 20px;
  margin-right: 0.5em;
  background-image: url('../img/icon_arrow.png');
  background-size: contain;
  vertical-align: middle;
}

#utility-nav div#soudanBtn a:hover,
.btn01 a:hover {
  filter: brightness(80%);
  opacity: 1;
}

/*  メインビジュアル
----------------------------- */
#mainimageSection {
  background-image: url('../img/bg_wawhite.jpg');
  background-repeat: repeat;
  display: flex;
  /* background-position: 50% 50%; */
  /* background-size: cover; */
  position: relative;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* line-height: 1; */
  /* overflow: hidden; */
  max-height: 75vh;
}

#mainimageSectionTxt_wrap {
  background-image: url('../img/mainimage_slide01.jpg');
  background-position: 100% 50%;
  background-size: 50% 100%;
  padding: 7% 0 11% 0;
}

#mainimageSection #mainimageSectionTxt {
  display: flex;
  /* justify-content: center; */
  /* box-sizing: border-box; */
  /* align-content: center; */
  /* align-items: center; */
  /* margin-bottom: 2em; */
}

#mainimageSection #mainimageSectionTxt p.logoImg img {
  max-width: 2em;
}

#mainimageSection #mainimageSectionTxt p {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0;
}

#mainimageSection #mainimageSectionTxt p:nth-of-type(1) {
  width: 2em;
  margin-bottom: auto;
}

#mainimageSection #mainimageSectionTxt p:nth-of-type(2) {
  margin-left: 1em;
}

.sectionFlex.column-2 #mainimageSectionTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.mainimage_box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainimage_box_img {
  /* position: relative; */
  /* overflow: hidden; */
}

.mainimage_box_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*
#mainimage {
position: relative;
overflow: hidden;
width: 100%;
height: auto;
}

#mainimage ul li {
max-height: 85vh;
list-style-type: none;
}

#mainimage img {
width: 100%;
height: auto;
}

#mainimage .copy {
line-height: 1.25;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
padding: 10px;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
text-align: center;
}

#mainimage .catchcopy {
font-size: 5em;
font-weight: bold;
line-height: 1.2;
display: block;
color: #fff;
}

#mainimage .subcopy {
display: block;
margin-top: 1em;
color: #fff;
}
*/
#newsLine {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  line-height: 1.5;
}

#newsLine dl {
  display: flex;
  margin: 0 auto;
  width: 90%;
}

#newsLine dt {
  background-color: #010101;
  padding: 0.5em;
  width: 8em;
  color: #fff;
  text-align: center;
}

#newsLine dd {
  background-color: #fdfdfd;
  padding: 0.5em;
  width: 100%;
}

#newsLine dd .date {
  margin-right: 0.5em;
}

#newsLine dd a {
  text-decoration: none;
}

#newsLine dd a:hover {
  text-decoration: underline;
}

#tsunntsunnArea {
  background-image: url('../img/bg_tsunntsunn.jpg');
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 5em;
  padding-top: 3em;
}

#tsunntsunnArea .title {
  margin: 2em 0 1em 0;
  padding: 0.6em 0;
  font-weight: 400;
  background-color: transparent;
}

#tsunntsunnArea p {
  font-weight: 500;
  font-size: 1.1em;
}

#tsunntsunn_img a {
  display: inline-block;
  margin: 0 0.5em;
}

#tsunntsunnArea #tsunntsunn_text {}

#tsunntsunnArea #tsunntsunn_text .btn01 a {
  display: block;
}

#tsunntsunnArea #tsunntsunn_text .btn01::after {
  content: "";
  clear: both;
  display: block;
}

/* reason */
#reasonArea {
  background-color: #1a1a1a;
  color: #fff;
}

#reasonArea .sectionFlex {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#reasonArea h2 {
  background-color: #1a1a1a;
  font-size: 2.5em;
  margin: 0;
}

#reasonArea h2::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 55px;
  margin-right: 0.5em;
  background-image: url('../img/icon_logo_gold.png');
  background-size: contain;
  vertical-align: middle;
}

#reasonArea #reasonArea_title {
  color: #fff;
}

#reasonArea #reasonArea_title span {
  font-size: 130%;
}

#reasonArea a:visited,
#reasonArea a:link {
  color: #fff;
}

#reasonArea_btnA {
  background-position: center;
}

#reasonArea_btnA .list01 {
  background-image: url('../img/bg_reason01.jpg');
  background-size: cover;
  background-position: center;
}

#reasonArea_btnA .list02 {
  background-image: url('../img/bg_reason02.jpg');
  background-size: cover;
  background-position: center;
}

#reasonArea_btnB .list01 {
  background-image: url('../img/bg_reason03.jpg');
  background-size: cover;
  background-position: center;
}

#reasonArea_btnB .list02 {
  background-image: url('../img/bg_reason04.jpg');
  background-size: cover;
  background-position: center;
}

#reasonArea_btnB .list03 {
  background-image: url('../img/bg_reason05.jpg');
  background-size: cover;
  background-position: center;
}

#reasonArea .list01,
#reasonArea .list02,
#reasonArea .list03 {
  position: relative;
  padding: 0;
}

#reasonArea .list01 a,
#reasonArea .list02 a,
#reasonArea .list03 a {
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 1.5em;
  text-decoration: none;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#reasonArea .list01 a:hover,
#reasonArea .list02 a:hover,
#reasonArea .list03 a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

#reasonArea a::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 20px;
  margin-right: 0.8em;
  background-image: url(../img/icon_arrow.png);
  background-size: contain;
  vertical-align: middle;
}

#reasonArea .list01 a span,
#reasonArea .list02 a span,
#reasonArea .list03 a span {
  font-size: 2em;
}

/* scene */
#content .sceneArea {
  padding-bottom: 5em;
  background: #1a1a1a;
}

#content .sceneArea h2 {
  background-color: #1a1a1a;
  font-size: 2.5em;
  margin: 0;
}

#content .sceneArea h2::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 55px;
  margin-right: 0.5em;
  background-image: url('../img/icon_logo_gold.png');
  background-size: contain;
  vertical-align: middle;
}

#content .sceneArea .sceneArea_title {
  color: #fff;
  padding-bottom: 20px;
}

#content .sceneArea .sceneArea_title .contentbox {
  padding-top: 20px;
}

#content .sceneArea .sceneArea_title span {
  font-size: 130%;
}

#content .sceneArea a:visited,
#content .sceneArea a:link {
  color: #fff;
}

#content .entry-content .sceneArea ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#content .entry-content .sceneArea {
  padding-bottom: 0;
  background-color: transparent;
}

/* #content .entry-content .sceneArea li:nth-child(3n+2):last-child {
	margin-left: auto;
	margin-right: 33.5%;
} */
#content .sceneArea ul li .btn01 a {
  font-size: 90%;
}

#content .sceneArea ul {
  margin: 0 auto;
  padding: 0 1em 3em 1em;
  justify-content: flex-start;
}

#content .sceneArea ul li {
  background-color: #fff;
  margin: 0;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  position: relative;
}

#content .sceneArea .sceneArea_inner {
  padding: 1.2em;
}

#content .sceneArea .sceneArea_inner .btn01 a::before {
  width: 30px;
  height: 10px;
}

#content .sceneArea ul li h2 {
  background-color: transparent;
  color: #333;
  padding: 0;
  font-size: 1.5em;
  text-align: left;
  margin: 0 0 0.2em 0;
  border: none;
}

#content .sceneArea ul li h3 {
  color: #888;
  border-bottom: none;
  padding: 5px 0 1em 0;
  margin: 0;
  font-size: 0.8em;
  font-weight: 300;
  line-height: 1.2;
}

#content .sceneArea ul li h3::after,
#content .sceneArea ul li h3::before,
#content .sceneArea ul li h2::after,
#content .sceneArea ul li h2::before {
  content: '';
  display: none;
}

#content .sceneArea ul li p {
  padding: 0 0 1em 0;
  line-height: 1.5;
  font-size: 0.9em;
}

#content .sceneArea ul li .btn01 {
  position: absolute;
  bottom: -1em;
  right: 1em;
}

#content .sceneArea ul li span.cate a {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
}

/* contactArea */
#contactArea {
  text-align: center;
  background-image: url('../img/bg_contact.jpg');
  background-size: cover;
  color: #fff;
  padding: 5em 0 1em 0;
}

#contactArea h2 {
  font-size: 2em;
  margin: 0 0 0.75em 0;
  padding: 0;
  font-weight: 300;
  background-color: transparent;
}

#contactArea h2::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 35px;
  margin-right: 0.5em;
  background-image: url('../img/icon_logo_gold.png');
  background-size: contain;
  vertical-align: middle;
}

#contactArea p {
  font-size: 0.9rem;
  text-align: center;
  position: relative;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

#contactArea p::after {
  content: "";
  position: absolute;
  width: 6em;
  left: 50%;
  right: 0;
  margin-left: -3em;
  bottom: 0;
  border-bottom: 1px solid #ccc;
}

#contactArea #contactArea_btn {}

#contactArea #contactArea_btn .btn01 a {
  display: block;
}

#contactArea .btn01 a::before {
  content: none;
  background-image: none;
  width: auto;
  height: auto;
}

#contactArea #contactArea_btn .btn01:nth-of-type(1) a::before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  margin-right: .5em;
  content: '\f0e0';
}

#contactArea #contactArea_btn .btn01:nth-of-type(2) a::before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  margin-right: .5em;
  content: '\f054';
}

#contactArea .telno {
  margin: 0 0 1em 0;
}

#contactArea .telno span {
  display: block;
}

#contactArea .telno a {
  text-decoration: none;
  font-size: 2.5em;
  font-weight: normal;
  color: #fff;
}

#contactArea .telno a::before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  margin-right: .5em;
  content: '\f095';
  font-size: 0.7em;
}

/* bannerArea */
.bannerArea {
  background-color: #eff0eb;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.bannerArea p {
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 1em;
}

.bannerArea a {
  margin: 1em;
  text-align: center;
  display: inline-block;
  padding: 0;
}

.bannerArea a img {
  padding: 0;
  margin: 0;
}

/* accessArea */
#accessArea {
  color: #ccc;
  padding: 3em;
  font-size: 0.9em;
}

#accessArea_text h2 {
  margin-bottom: 1em;
}

#accessArea_text p:last-child {
  margin-bottom: 0;
}

#accessArea .inner {
  max-width: 1000px;
  margin: 0 auto;
}

#accessArea .inner a {
  color: #ccc;
  text-decoration: none;
  pointer-events: none;
}

/* レイアウト
----------------------------- */
.contentbox {
  max-width: 1000px;
  margin: auto;
}

.widebox {
  max-width: 100%;
  background: #1a1a1a;
}

.sectionFlex {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.sectionFlex.column-2>* {
  width: 50%;
  /* width: 49%; */
  /* padding: 0.25em; */
  box-sizing: border-box;
}

.sectionFlex.column-3>* {
  width: 33%;
  padding: 0.25em;
  box-sizing: border-box;
}

.sectionFlex.column-3 li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 33.5%;
}

.sectionFlex.column-4>* {
  width: 25%;
  padding: 0.25em;
  box-sizing: border-box;
}

.sectionFlex.column-5>* {
  width: 19%;
  margin: 0.5%;
  box-sizing: border-box;
}

/* サブページ
----------------------------- */
/*ページタイトルと背景*/
/*デフォルト*/
.pagetitle h1.entry-title {
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  letter-spacing: .25em;
  color: #fff;
  font-weight: normal;
  text-shadow: 0 1px 5px #000;
  padding: 2em 1em;
}

.pagetitle {
  background-image: url('../img/bg_header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

/*固定ページ系*/
.page-id-170 .pagetitle {
  background-image: url('../img/bg_header_reason.jpg');
}

.page-id-172 .pagetitle {
  background-image: url('../img/bg_header_tunntunn.jpg');
}

.page-id-176 .pagetitle {
  background-image: url('../img/bg_header_wasabist.jpg');
}

/*アーカイブ系*/
.post-type-archive-scene .pagetitle,
.tax-scenelist .pagetitle,
.single-scene .pagetitle {
  background-image: url('../img/bg_header_scene.jpg');
}

.entry-list {
  padding: 1em;
}

/* sidebox
----------------------------- */
#sidebox #sidemenu {
  z-index: 100;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.3);
}

#sidebox #sidemenu h2 {
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  background-color: #1a1a1a;
}

#sidebox #sidemenu h3 {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 5px;
  color: #333;
  background: #e5e5e5;
}

#sidebox #sidemenu ul.children {
  margin: 0;
  list-style: none;
}

#sidebox #sidemenu ul.children li a {
  padding-left: 2em;
}

#sidebox #sidemenu .side_title {
  margin: 10px;
  padding: 0 10px;
  border-left: 3px solid;
}

#sidebox #sidemenu ul li {
  list-style-type: none;
}

#sidebox #sidemenu ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px dotted #ccc;
}

#sidebox #sidemenu ul li a:hover {
  background-color: #f2f2f2;
}

/* サイトマップ
----------------------------- */
#content .sitemap ul {
  margin: 0;
  list-style: none;
}

#content .sitemap ul li a {
  display: block;
  margin: 5px;
  padding: 5px;
  text-decoration: none !important;
  border-bottom: 1px solid #ddd;
}

#content .sitemap ul li a:hover {
  background: #f2f2f2;
}

#content .sitemap ul ul.sub-menu {
  margin: 0 0 20px 20px;
}

#content .sitemap ul li a::before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  padding: 10px;
  content: "\f105";
}

/* 選ばれる理由
----------------------------- */
.page-id-170 #content img {
  max-width: 50%;
  padding: 0 1em 1em 1em;
}

.page-id-170 #content .entry-content h3 {
  margin: 2em 10px 1.5em 10px;
  text-align: center;
}

/* 活用シーン
----------------------------- */
.single-scene #content .entry-content h3.scene_customer {
  text-align: center;
  color: #111;
  font-size: 1.5em;
  margin: 1em 0;
}

.single-scene .scene_thumbnail {
  margin: 0 0 2em 0;
  text-align: center;
}

.single-scene .scene_info {
  background: rgba(255, 255, 255, 0.5);
  padding: 2em;
  margin: 1.5em 0;
  font-size: 0.8em;
  border: 1px solid #ece6de;
  border-radius: 5px;
}

.single-scene #content .scene_info table td {
  padding: 0.5em;
}

.single-scene .scene_info .btn01 {
  text-align: right;
}

.single-scene .scene_info .btn01 a {
  font-size: 1em;
  line-height: 1;
}

.single-scene .scene_info .btn01 a::before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  margin-right: .5em;
  content: '\f35d';
  background: none;
  width: initial;
  height: initial;
}

/* responsive_menu */
.inner {
  margin: 0 auto;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

/* header */
#top-head {
  width: 100%;
  margin: 0 auto 0;
  line-height: 1;
  z-index: 999;
  background-color: #1a1a1a;
}

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

#top-head .gnavMenu ul li a:hover {
  color: #B2904A !important;
}

#top-head .inner {
  position: relative;
}

#top-head .logo {
  float: left;
  font-size: 36px;
}

nav#utility-nav {
  list-style: none;
  position: absolute;
  top: 1.7em;
  right: 1.7em;
  z-index: 1000;
}

#utility-nav div {
  display: inline-block;
  vertical-align: top;
}

#utility-nav div#soudanBtn {
  top: 0;
  right: 3em;
  z-index: 1000;
}

/* #utility-nav div#soudanBtn a::before {
margin-right: 0;
} */
#utility-nav ul li {
  vertical-align: middle;
  display: inline-block;
}

/* ============================
ベース（タブレット）
/* ============================ */
@media(max-width: 768px) {
  .contentbox {
    padding: 0;
  }

  footer {
    font-size: 1em;
  }

  #utilitymenu {
    padding: 0;
  }

  #site-info img {
    max-width: 250px;
    padding: 10px;
  }

  #site-info p {
    padding: 0;
  }

  #utilitymenu ul li {
    text-align: left;
  }

  #utilitymenu ul li a::before {
    content: none;
  }

  #pankuzu {
    padding: 1em;
  }
}

/* ============================
ベース（スマホ）
/* ============================ */
/* トグルメニュー、お問い合わせボタン */
#sp_contact,
.button-toggle {
  display: block;
  float: right;
  margin: 0 0 0 10px;
}

#sp_contact a,
.button-toggle a {
  color: #aaa;
}

#sp_contact span,
.button-toggle span {
  color: #000;
}

@media(max-width:640px) {
  body {
    font-size: 110%;
  }

  #mainimage .catchcopy {
    font-size: 2.5em;
  }

  .scrollicon {
    display: none;
  }

  #footer_contact span {
    font-size: 3em;
  }

  #site-info img {
    max-width: 50%;
  }

  #content table tr:nth-child(even) {
    background: inherit;
  }

  #content table, #content table tbody, #content table tr th, #content table tr td {
    border: none;
  }

  #content table tr th {
    padding-bottom: 0;
  }
}

/* ============================
オリジナル
/* ============================ */
/*　----------　PC・スマホ共通----------　*/
/*　----------　PC用（1150px以上）----------　*/
@media(min-width:1150px) {
  #site-description {
    display: inline-block;
    line-height: 57px;
    height: 57px;
  }

  #site-title img {
    /* max-width: 30vw;
    line-height: 9vh; */
    vertical-align: middle;
  }
}

/*　----------　PC用（1200pxまで）----------　*/
@media(max-width: 1000px) {
  #site-title a {
    display: inline-block;
    line-height: 9vh;
    vertical-align: middle;
  }

  #site-title img {
    max-width: 60%;
  }
}

/*　----------　PC用（769px以上）----------　*/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*　----------　タブレット用（768px以下）　----------　*/
@media(max-width: 768px) {
  .pagetitle h1.entry-title {
    padding-left: 1em;
    padding-right: 1em;
  }

  .entry-content {
    width: 90%;
    margin: 0 auto;
    padding: 1em 0;
  }

  nav #telno {
    display: none;
  }

  nav #soudanBtn a span {
    display: none;
  }

  nav #site-description {
    display: none;
  }

  nav#utility-nav {
    top: 0;
    right: 9vh;
  }

  #utility-nav div#nav-toggle a,
  #utility-nav div#soudanBtn a {
    width: 9vh;
    font-size: 2em;
    padding: 0;
    vertical-align: top;
    line-height: 9vh;
    text-align: center;
    box-sizing: border-box;
  }

  div#nav-toggle a span.sp_only,
  #utility-nav div#soudanBtn a span.sp_only {
    display: block !important;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    line-height: 4vh;
    /* line-height: 2.8em; */
    margin: 0 auto;
    right: 0;
    width: 100%;
  }

  nav #site-titleArea {
    padding-left: 3vw;
    line-height: 9vh;
    padding: 0 0 0 1em;
  }

  nav #site-title {
    vertical-align: middle;
  }

  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }

  #newsLine dl {
    width: 100%;
  }

  #headLine {
    width: 100%;
    z-index: 999;
    position: relative;
  }

  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }

  nav #soudanBtn a::before {
    margin-right: 0;
    line-height: 7vh;
  }

  nav #nav-toggle a::before {
    margin-right: 0;
    line-height: 7vh;
  }

  #utility-nav {}

  #utility-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }

  #utility-nav ul li {
    float: none;
    position: static;
  }

  #top-head #utility-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }

  #nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 1000;
  }

  #nav-toggle a {
    width: 9vh;
    height: 9vh;
    display: inline-block;
    font-size: 2em;
    padding: 0;
    vertical-align: top;
    line-height: 9vh;
    text-align: center;
    box-sizing: border-box;
  }

  #nav-toggle div {
    position: relative;
  }

  /* #utility-nav スライドアニメーション */
  .gnavMenu {
    display: none;
  }

  .gnavMenu.open {
    display: block;
    position: absolute;
    top: 8.9vh;
    z-index: 10000;
  }

  .open .gnavMenu {}

  .open #gmenu {
    display: block;
  }

  #gmenu .menu-header_utility-container {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }

  .gnavMenu ul {
    display: block;
    margin: 0;
    padding: 0;
  }

  .gnavMenu ul li {
    text-align: center;
  }
}

/*　----------　641px以上　----------　*/
@media(min-width:641px) {
  .sp_only {
    display: none !important;
  }

  #gmenu {
    display: flex;
  }

  #tsunntsunnArea #tsunntsunn_text .btn01 {
    display: inline-block;
    text-align: center;
    float: right;
    margin-right: 10vw;
  }

  #tsunntsunnArea #tsunntsunn_text .btn01::after {
    content: "";
    clear: both;
    display: block;
  }

  #content .sceneArea .sceneArea_title,
  #reasonArea #reasonArea_title {
    position: relative;
  }

  #content .sceneArea .sceneArea_title,
  #reasonArea #reasonArea_title {
    padding: 5em 3em 3em 3em;
  }

  .sectionFlex.column-2 #mainimageSectionTxt_wrap {
    padding: 0;
    width: 50%;
    box-sizing: border-box;
    position: relative;
  }

  .sectionFlex.column-2 #mainimageslide {
    padding: 0;
    width: 50%;
    box-sizing: border-box;
  }

  #mainimageslide {
    max-width: 50%;
  }

  #mainimageslide img {
    vertical-align: bottom;
  }

  #reasonArea #reasonArea_title .btn01 {
    position: absolute;
    bottom: 5em;
    font-size: 90%;
    right: 3em;
  }

  #content .sceneArea .sceneArea_title .btn01 {
    position: absolute;
    bottom: 5em;
    font-size: 90%;
    right: 3em;
  }

  #content .sceneArea ul li {
    /* width: calc(100% / 3); */
    width: 32.3%;
    margin: 0 0.5% 2.5em 0.5%;
  }

  #reasonArea .list01,
  #reasonArea .list02,
  #reasonArea .list03 {
    width: 50%;
  }

  #tsunntsunn_img {
    padding-top: 5em;
    text-align: right;
    padding-right: 3em;
  }

  #tsunntsunnArea #tsunntsunn_text .title img {
    max-height: 10vw;
    width: auto;
    margin: 0;
  }

  #tsunntsunn_img a:nth-of-type(1) img,
  #tsunntsunn_img a:nth-of-type(2) img {
    width: 6vw;
    height: auto;
  }

  #tsunntsunn_img a:nth-of-type(3) img {
    width: 14vw;
    height: auto;
  }

  #reasonArea .list01,
  #reasonArea .list02,
  #reasonArea .list03 {
    height: 20vw;
  }

  #reasonArea .list01 a,
  #reasonArea .list02 a,
  #reasonArea .list03 a {
    height: 20vw;
    line-height: 20vw;
  }

  #gmenu .menu-header_utility-container {
    border-left: 1px solid #4e4e4e;
  }

  #contactArea .sectionFlex.sepalate {
    padding-bottom: 3em;
  }

  #contactArea .sectionFlex.sepalate.column-2>* {
    width: 49%;
    margin: 1em 2em;
    box-sizing: border-box;
  }

  #contactArea .sectionFlex.sepalate.column-2 .btn01:nth-of-type(1) {
    margin-left: 3em;
  }

  #contactArea .sectionFlex.sepalate.column-2 .btn01:nth-of-type(2) {
    margin-right: 3em;
  }

  #accessArea_text h2 img {
    max-width: 85%;
    height: auto;
    margin: 0;
  }
}

/*　----------　640px以下_1----------　*/
@media(max-width: 640px) {
  .pagetitle h1.entry-title {
    text-align: center;
  }

  #pankuzu {
    padding: 1em;
  }

  #content h2::before {
    width: 30px;
    height: 30px;
  }

  #content .entry-content ul.ultable li {
    width: 48%;
    margin: 0 1% 1em 1%;
    box-sizing: border-box;
  }

  #content .entry-content ul.ultable li p {
    margin: 0;
    padding: 0;
  }

  #content .entry-content ul.ultable li h3 {
    font-size: 90%;
  }

  #wrapper #content .entry-content ul.ultable li p img {
    margin: 0;
    padding: 0 0 0.5em 0;
  }

  #content .entry-content ul.ultable li .price {
    text-align: center;
  }

  #content .entry-content ul.ultable li .price strong {
    margin-top: 0.5em;
    padding-top: 0.2em;
    border-top: 1px dotted #ccc;
  }

  #content .entry-content ul.ultable li .price strong:first-of-type {
    border-top: none;
  }

  #content img {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    width
    /***/
    : auto;
    /*IE8用ハック*/
  }

  .pc_only {
    display: none !important;
  }

  br.sp_only::before {
    content: "\A";
    white-space: pre;
  }

  .sectionFlex {
    display: block !important;
    padding-right: 1em;
    padding-left: 1em;
    box-sizing: border-box;
  }

  .sectionFlex.column-2>*,
  .sectionFlex.column-3>*,
  .sectionFlex.column-4>*,
  .sectionFlex.column-5>* {
    display: block !important;
    width: 100%;
  }

  #tsunntsunnArea {
    background-image: url(../img/bg_tsunntsunn.jpg);
    background-position: 100% 50%;
    background-size: cover;
  }

  #tsunntsunnArea #tsunntsunn_text img {
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
    min-width: 80%;
  }

  #tsunntsunn_text {
    position: relative;
    padding-top: 3em;
  }

  #tsunntsunnArea #tsunntsunn_img {
    position: absolute;
    top: 50vw;
    text-align: center;
    margin: 0 auto;
    left: 0%;
  }

  #tsunntsunnArea #tsunntsunn_img a:nth-of-type(1),
  #tsunntsunnArea #tsunntsunn_img a:nth-of-type(2) {
    width: 17vw;
  }

  #tsunntsunnArea #tsunntsunn_img a:nth-of-type(3) {
    width: 32vw;
  }

  #tsunntsunn_text .title {
    padding-bottom: 75vw;
  }

  #content .sceneArea,
  #reasonArea {
    position: relative;
    padding-bottom: 9em;
    padding-top: 1em;
  }

  #content .sceneArea .sceneArea_title .btn01,
  #reasonArea .btn01 {
    position: absolute;
    bottom: 2em;
    left: 10vw;
    width: 80vw;
  }

  #content .sceneArea .sceneArea_title,
  #reasonArea #reasonArea_title {
    padding: 1em;
  }

  #content .sceneArea h2::before,
  #reasonArea h2::before {
    width: 30px;
    height: 30px;
  }

  #contactArea_btn .btn01+.btn01 {
    margin-top: 1em;
  }

  #contactArea_btn {
    padding-bottom: 1em;
  }

  #reasonArea #reasonArea_btnA a::before,
  #reasonArea #reasonArea_btnB a::before {
    position: absolute;
    top: 50%;
    left: 5%;
    margin-top: -0.4em;
  }

  #reasonArea #reasonArea_btnB .list01 a,
  #reasonArea #reasonArea_btnB .list02 a,
  #reasonArea #reasonArea_btnB .list03 a {
    font-size: 3em;
  }

  #reasonArea .list01,
  #reasonArea .list02,
  #reasonArea .list03 {
    height: 15vh;
  }

  #reasonArea .list01 a,
  #reasonArea .list02 a,
  #reasonArea .list03 a {
    height: 15vh;
    line-height: 15vh;
  }

  #content .sceneArea ul li {
    /* width: calc(100% / 3); */
    margin: 0 0.5% 2.5em 0.5%;
  }

  #content .entry-content .sceneArea ul li {
    width: 46%;
    margin: 1.5em 2%;
  }

  #content .sceneArea ul li {
    margin-bottom: 3em;
    margin-left: 0;
    margin-right: 0;
  }

  #content .sceneArea ul li img {
    margin: 0;
  }

  #content .sceneArea ul li:last-child {
    margin-bottom: 0;
  }

  #mainimageSection #mainimageSectionTxt p.logoImg img {
    max-width: 2em;
  }

  #accessArea_text h2 img {
    max-width: 80%;
  }

  .bannerArea a {
    width: 50%;
    padding: 0 1em 1.5em 1em;
    margin: 0;
  }

  #footermenu {
    border: none;
  }

  #reasonArea .list01 a span, #reasonArea .list02 a span, #reasonArea .list03 a span,
  #reasonArea #reasonArea_btnB .list01 a, #reasonArea #reasonArea_btnB .list02 a, #reasonArea #reasonArea_btnB .list03 a {
    font-size: 2rem !important;
  }

  #contactArea h2 {
    font-size: 1.5em;
  }

  #contactArea {
    padding: 3em 0;
  }

  #content .wpcf7 table input[type="radio"] {
    display: inline-block;
    width: auto;
  }

  #content .wpcf7-radio {
    line-height: 2;
  }

  #main .entry-content .wpcf7 table tr th {
    padding-bottom: 0;
  }
}

/*　----------　640px以下_2　----------　*/
@media(max-width:640px) {
  #gmenu .menu-main-container {
    font-size: 1.2em;
  }

  #gmenu .menu-main-container #menu-main li {
    padding: 0;
  }

  #top-head .gnavMenu ul li.current-menu-item a,
  #top-head nav ul li.current-menu-item a,
  #gmenu .menu-header_utility-container #menu-header_utility li.current-menu-item a,
  .post-type-archive-news ul#menu-header_utility li#menu-item-191 a,
  .tax-newslist ul#menu-header_utility li#menu-item-191 a,
  .single-news ul#menu-header_utility li#menu-item-191 a,
  .post-type-archive-scene ul#menu-main li#menu-item-180 a,
  .tax-scenelist ul#menu-main li#menu-item-180 a,
  .single-scene ul#menu-main li#menu-item-180 a {
    color: #c5a955;
    border-bottom: 0;
  }

  #top-head .gnavMenu ul li {
    border-bottom: 1px dotted #444;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  #top-head .menu-header_utility-container li:last-of-type {
    border: none;
  }

  #mainimageSection #mainimageSectionTxt {
    padding: 3em 1em 1em 1em;
    margin-bottom: 2em;
    max-height: 100vh;
  }
  .mainimage_box{
    width: 100%;
  }
  #gmenu .menu-header_utility-container {
    border: none;
    margin: 0;
    padding: 0;
  }

  #mainimageSectionTxt_wrap {
    width: 100%;
    background-image: url('../img/mainimage_slide01.jpg');
    background-position: 100% 100%;
    background-size: 100%;
    font-size: 1em;
    padding: 10vw 10% 100vw 10%;
  }
  #mainimageSection{
    flex-wrap: wrap;
  }
  #mainimageSection #mainimageSectionTxt p.txt {
    height: 12em;
  }

  #newsLine dd .date {
    display: inline-block;
    line-height: 1em;
    color: #808080;
    vertical-align: middle;
  }

  #newsLine dd .cate.news {
    display: inline-block;
    font-size: 90%;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
  }

  #newsLine dd .cate.news a {
    padding: 0.2em 0.8em;
  }

  #newsLine dt {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #tsunntsunn_text .title {
    width: 90%;
    margin: 0 auto;
  }

  #content .sceneArea h2,
  #reasonArea h2 {
    text-align: center;
    padding: 1.3em 0;
  }

  #content .bannerArea {
    display: block;
  }

  #content .bannerArea p {
    display: block;
  }

  #content .bannerArea a {
    margin: 1.5%;
    max-width: 45%;
  }

  #content .bannerArea a img {}

  #content .bannerArea a+a {
    display: inline-block;
  }

  #accessArea .ggmap {
    display: none !important;
  }

  #footermenu ul {
    display: none;
  }

  #footermenu {
    border: none;
  }

  #footermenu #site-copy {
    margin: 0 auto;
    text-align: center;
    bottom: 0;
    left: 0;
  }

  .single .entry-social {
    margin: 1em 0 0 0;
  }
}

/* ============================
  IEハック
  /* ============================ */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  #itemname {
    width: auto;
  }
}
