@charset "UTF-8";
/*
Theme Name: 熊野大社 JP
Description: 
* 
* Bootstrap v4.1.3 (https://getbootstrap.com/)
*/
.wrapper {min-width: 0;}@media screen and (min-width: 480px) {.wrapper { min-width: 1240px;}}
/*@media screen and (min-width: 768px) and (max-width: 1000px) {.container{width: 100%;}} タブレット用*/
body{
  font-size: 14px;
  line-height: 1.528;
  letter-spacing: .05rem;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust:100%;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #231815;
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn { 
  0% {opacity: 0} 
  100% {opacity: 1} 
} 
@-webkit-keyframes fadeIn {
  0% {opacity: 0} 
  100% {opacity: 1} 
}
img {max-width: 100%; vertical-align: bottom; object-fit: contain;}
p {line-height: 2;}
ul,ol {
  margin-left: 1.4rem;
  margin-bottom: 1.25rem;
  padding: 0;
}
li {
  line-height: 1.6;
  margin-bottom: .25rem;
}
li:last-child {
  margin-bottom: 0;
}
main p a, main li a, main dd a {text-decoration: underline;}
main p a:hover, main li a:hover, main dd a:hover {text-decoration: none;}
a {color: #231815; transition: .3s;}
a:hover {color: rgba(0, 0, 0, .6);}
.table td, .table th {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}
div>table:last-child, div>ol:last-child, div>ul:last-child, div>ol>li:last-child, div>ul>li:last-child, div>p:last-child,
td>ul:last-child {margin-bottom: 0;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.anone {display: none;}
h2 {
  font-size: 1.5rem;
  font-weight: 900;
}
@media (min-width: 480px) {
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
  }
}
.caution {
  color: #ea4335;
  font-size: .8rem;
}
.wpcf7-form-control.wpcf7-submit.submit-btn {
  width: 200px;
  height: 40px;
  border: 1px solid #ccc;
}
@media (max-width: 479px) {
  body {
    font-size: 84%;
    letter-spacing: .075em;
  }
  .form-inline>.input-group {
    display: block;
  }
}

/* common
--------------------------*/
@media (max-width: 479px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.red {
  color: #ea4335;
  font-size: .8rem;
}

.gmap-wrapper {
  background: #f7f7f7;
  padding: .25rem;
}
.gmap.iframe-wrap,
.movie.iframe-wrap {
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.gmap.iframe-wrap {
  padding-bottom: 106.25%;
}
.movie.iframe-wrap {
  padding-bottom: 56.25%;
}
.iframe-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 480px) {
  .gmap {
    padding-bottom: 46.25%;
  }
  figure {margin: 0;}
}

.table {
  border-top: 1px solid #dee2e6;
}
a img {transition: .3s;}
a:hover img {/*transform: scale(1.05);*/opacity: .6;}
.button {
  position: relative;
  width: 100%;
}
@media (max-width: 479px) {
  .instructor-desc .movie {
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
    padding-bottom: 56.25%;
  }
  .movie iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm{overflow-x:scroll;}
  .table-responsive-sm::-webkit-scrollbar{height:10px;}/*バーの太さ*/
  .table-responsive-sm::-webkit-scrollbar-track{background:#f0f0f0;}/*バーの背景色*/
  .table-responsive-sm::-webkit-scrollbar-thumb{background:#ddd;}/*バーの色*/
  #sec4 .row:nth-child(3) .table {
    width: 800px;
    border: 1px solid #dee2e6;
  }
  #sec4 .row:nth-child(3)>div>div {
    padding: 0;
    border: 1px solid #dee2e6;
  }
  #sec4 .row:nth-child(3) .table th {
    position: sticky;
    left: 0;
    background: #fff;
    width: 12em;
    padding-left: 1.5rem;
  }
}
.text-sm-center>span {
  text-align: left;
  display: inline-block;
}


/* module
--------------------------*/
@media (max-width: 479px) {
  /**
   * スマホではスティッキーコンテナーにoverflowを指定しているためstickyが効かないのでfixedで代用する
   * PCでfixedを使用すると、コンテナ幅＞ウィンドウ幅になったときの対応でJSが必須になるので.（結局IE用にJSは必須だけどモダンブラウザではできるだけ使いたくない）
   */
  body{
    padding-top: 60px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
/* for IE11 */
@media all and (-ms-high-contrast: none) { 
  header {
    position: fixed;
    left: 0;
  }
  body{padding-top: 90px;}
} /* コンテナ幅＞ウィンドウ幅になったときの対応で別途JS必須。 site.js参照 */


/* header */
header {
  width: 100%;
  height: 60px;
  z-index: 100;
  background-color: #fff;
  transition: .3s;
}
#nav-bar {
  width: 100%;
}
@media (min-width: 480px) {
  header {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 110px;
    position: -webkit-sticky;
    position: sticky; /* 親要素（スティッキーコンテナ）にoverflow: hidden;があると効きません */
    top: 0;
  }
  header .inner {
    -ms-flex-item-align: center;
    align-self: center;
  }
  #nav-bar {
    width: 1200px;
    margin: 0 auto;
  }
}

/* fixed-header */
.fixed-header {
  box-shadow: 0 8px 8px -3px rgb(0 0 0 / 10%);
}
@media (min-width: 480px) {
  #nav-wrapp .sub-menu {
    max-height: 25px;
    transition: .5s;
    transform: translateY(0);
  }
  header {
    transition: height .5s;
    overflow: hidden;
  }
  .fixed-header {
    height: 60px;
    overflow: hidden;
  }
  .fixed-header .brand a {
    height: 60px;
  }
  .fixed-header #nav-wrapp .sub-menu {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    margin-bottom: 0;
    max-height: 0;
    transform: translateY(-20px);
  }
}

/* .brand */
header .brand {
  padding-left: 15px;
}
.brand h1 {
  margin: 0;
}
.brand a {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction: column;
  flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
  height: 60px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.brand a img {
  height: 100%;
}
@media (min-width: 480px) {
  .brand a {
    height: 80px;
    transition: height .5s, opacity .3s;
  }
}

/* .nav-area */
#nav-wrapp {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav-area {
  margin-left: auto !important;
}
nav ul {
  list-style: none;
  margin: 0;
}
nav ul li {
  margin: 0;
}
nav ul li a {
  font-size: 14px;
  padding: 0 15px;
  display: block;
  position: relative;
  font-weight: normal;
  letter-spacing: .2rem;
  font-weight: 700;
}
@media (min-width: 480px) {
  ul.global-menu {
    margin-left: -15px;
    margin-right: -15px;
  }
  ul.sub-menu {
    margin-left: auto;
    margin-bottom: 1rem;
  }
  .nav-area {
    padding-right: 15px;
    -ms-flex-item-align: center;
    align-self: center;
  }
  nav ul li a span {
    position: relative;
  }
  header nav ul li a span::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 15px;
    height: 1px;
    background-color: transparent;
    transition: .3s;
  }
  header nav ul.global-menu li a:hover span::after {
    background-color: #c30d23;
  }
  nav label {
    display: none;
  }
}
@media (max-width: 479px) {
  nav ul li a {
    font-weight: 500;
  }
}

/* sub menu */
header nav ul li.booking a {
  color: #888e9b;
  border: 1px solid #888e9b;
  letter-spacing: .15rem;
  padding: 0 .5rem;
  height: 25px;
  line-height: 24px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
header nav ul li.booking a span {
  font-size: 13px;
}
/* sns - sub menu */
header nav ul li.facebook {
  margin-left: 15px;
  margin-right: 3px;
}
header nav ul li.facebook a {
  background: url('images/facebook.svg') no-repeat;
}
header nav ul li.instagram {
  margin-left: 3px;
  margin-right: 15px;
}
header nav ul li.instagram a {
  background: url('images/instagram.png') no-repeat;
}
header nav ul li.instagram a,
header nav ul li.facebook a {
  font-size: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: 22px;
}
header nav ul li.jp {
  margin-left: 4px;
}
header nav ul li.jp a,
header nav ul li.en a {
  color: #999;
  padding: 0;
}
header nav ul li.jp a span {
  margin-right: 8px;
}
header nav ul li.en a span {
  margin-left: 8px;
  position: relative;
}
header nav ul li.en a span::before {
  content: "";
  width: 1px;
  height: 65%;
  background: #999;
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  margin: auto;
  transform: rotate(15deg);
}
header nav ul.sub-menu li a:hover {
  opacity: .7;
}
header nav ul li.en a:hover span::after {
  background-color: #c30d23;
}
@media (max-width: 479px) {
  .sub-menu li:nth-child(1) {order: 3;margin-right: 15px;}
  .sub-menu li:nth-child(2) {order: 1;}
  .sub-menu li:nth-child(3) {order: 2;}
  .sub-menu li:nth-child(4) {order: 4;}
  .sub-menu li:nth-child(5) {order: 5;}
}

/* drawer */
#drawer-check {
  display: none;
}
@media (max-width: 479px) {
  .wrapper {
    overflow-x: hidden;
    position: relative;
  }
  .brand {
    position: relative;
    z-index: 10;
  }
  .nav-area {
    position: absolute;
    width: 100%;
    left: 0;
    height: 60px;
    z-index: 1;
    margin: 0 !important;
  }
  .nav-area nav {
    position: relative;
    height: 100%;
  }
  .nav-area nav label {
    position: absolute;
    right: 0;
    top: 1rem;
  }

  #drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0);
  }
  #drawer-check:checked ~ .drawer-open span::before {
    top: 0;
    transform: rotate(45deg);
  }
  #drawer-check:checked ~ .drawer-open span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  #drawer-check:checked ~ #nav-wrapp {
    transform: translateX(0);
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
  }
  .navbar-toggler {
    width: 1em;
    height: 1rem;
    position: relative;
    padding: 1rem;
    margin: 0 15px 0 0;
    border: none;
  }
  .navbar-toggler span, .navbar-toggler span:before, .navbar-toggler span:after {
    position: absolute;
    height: 1px;
    width: 1em;
    border-radius: 3px;
    background: #111;
    display: block;
    content: '';
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .navbar-toggler-icon {
    right: 4px;
    position: relative !important;
  }
  .navbar-toggler span:before, .navbar-toggler span:after {
    width: 100%;
    left: 0;
  }
  .navbar-toggler span:before {
    top: -6px;
  }
  .navbar-toggler span:after {
    bottom: -6px;
  }
  .navbar-toggler[type=button]:not(:disabled),
  button.navbar-toggler:not(:disabled),
  .navbar-toggler span,
  .navbar-toggler span:before,
  .navbar-toggler span:after {
    cursor: auto;
  }
  .navbar-toggler {
    z-index: 200;
  }
  header #nav-wrapp {
    text-align: center;
    padding: .25rem 0 2rem !important;
    margin: 0;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex !important;
    background-color: rgba(255,255,255,.98);
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateX(100%);
    height: 100vh;
  }
  header nav ul:not(.sub-menu)>li {
    border-bottom: 1px solid #eee;
  }
  header nav ul:not(.sub-menu)>li a {
    padding: 1.25rem 0;
  }
  header nav ul.global-menu {
  	/*-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  header nav ul.sub-menu {
    padding: 1.25rem 1rem 1.25rem;
    background: #f9f9f9;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* mainvisual */
.main-visual figure {
  height: 0;
  padding-top: calc(100vh - 420px);
  position: relative;
  background-color: rgba(0,0,0,.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .main-visual figure {
    padding-top: calc(670/1600*100%);
  }
}


/* toptolp__link */
.toptolp__link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .toptolp__link {
    /*max-width: 800px;*/
    max-width: 1200px;
    padding: 6rem 0 0;
  }
  .toptolp__link--sp {
    display: none;
  }
}
@media (max-width: 479px) {
  .toptolp__link {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 3.75rem 20px 0;
  }
  .toptolp__link--pc{
    display: none;
  }
  .toptolp__link--sp {
    display: block;
  }
}


/* #page_header */
#page_header {
  height: 0;
  padding-top: calc(596/1200*100%);
  position: relative;
  background-color: rgba(0,0,0,.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 480px) {
  #page_header {
    padding-top: calc(596/1600*100%);
  }
}
#page_header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*
  background-color: rgba(0,0,0,.2);
  background: radial-gradient(circle, rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0) 100%);
  */
}
#page_header .headline {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
#page_header .headline h2 {
  margin-bottom: 0;
  color: #fff;
}

/* footer */
footer section:last-of-type {
  text-align: center;
  background-color: #231815;
  color: #fff;
  padding: 1.5rem 0;
  font-size: 13px;
  font-size: .8125rem;
}
footer section:last-of-type span {
  display: inline-block;
  margin-right: 1rem;
}
body:not(.home) footer section:last-of-type {
  padding: 1.25rem 0;
}
@media (min-width: 480px) {
  .home footer section:last-child {
    height: 150px;
  }
  body:not(.home) footer section:last-of-type {
    padding-bottom: .75rem;
  }
}
footer .brand {
  width: 270px;
  margin: auto;
  text-align: left;
  line-height: 1.2;
  white-space: nowrap;
  padding-left: .75rem;
}
footer .brand span {
  color: #fff;
}
footer .brand span.sub {
  font-size: .9rem;
}
footer .brand a:hover {
  opacity: .7;
}
footer nav ul li a {
  color:#fff;
  font-size: 13px;
}
footer nav ul li a:hover {
  color:#fff;
}
footer aside {
  display: inline-block;
  position: relative;
  width: 273px;
  text-align: left;
}
footer aside ::after {
  content: "mail@kumano-taisha.or.jp";
  position: absolute;
  top: 0;
  left: 5em;
  height: 100%;
  width: 200px;
  max-width: 100%;
}

/* pagetop */
.pagetop {
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.pagetop a {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 30px;
  /*
  background-color: #ff9e8b;
  line-height: 40px;
  text-align: center;
  border-radius: 0;
  position: relative;
  */
}
/*
.pagetop a:hover {
  opacity: .7;
}*/
/*
.pagetop a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
}*/

/* copyright */
footer .copyright {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #7a574b;
  font-weight: 300;
}
@media (max-width: 479px) {
  footer .copyright {
    height: auto;
    line-height: 1.5;
    padding: .75rem .25rem;
  }
}

/* footer address */
footer address {
  background-color: #f7f1ed;
  padding: 2.5rem 1rem;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  footer address {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

/* pagination *//*
#pagination {
  padding: 1.5rem;
  width: 100%;
}
#pagination>nav {
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination>ul {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.pagination>ul>li>.current {
  height: 40px;
}
.pagination>ul>li>a,
.pagination>ul>li>.current {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #ea7f59;
  background-color: #fff4f0;
  border: 1px solid #ea7f59;
  text-decoration: none;
}
.pagination>ul>li:first-child a,
.pagination>ul>li:first-child .current {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.pagination>ul>li:last-child a,
.pagination>ul>li:last-child .current {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.pagination>ul>li>.current {
  color: #fff;
  background-color: #ea7f59;
}
.pagination>ul>li>a:hover {
  color: #fff;
  background-color: rgba(234,127,89, .8);
}
*/

/* slick slider */
.slick-track {
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
}
.slick-slide {
  float: none !important;
}
.slick-arrow {
  border: none;
  background-color: transparent;
}
.slick-arrow,
.carousel_arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 479px) {
  .carousel_arrow {
    display: none;
  }
}

.slick-next,
.carousel_arrow.next_item {
  position: absolute;
  right: -55px;
}
.slick-prev,
.carousel_arrow.prev_item {
  position: absolute;
  left: -55px;
}
.slick-arrow:before,
.carousel_arrow:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 15px;
  height: 15px;
  border: 3px solid;
}
.slick-arrow.slick-next:before,
.carousel_arrow.next_item:before {
  content: '';
  left: 0;
  right: 0;
  border-color: #555 #555 transparent transparent;
  transform: rotate(45deg);
}
.slick-arrow.slick-prev:before,
.carousel_arrow.prev_item:before {
  content: '';
  border-color:  transparent transparent #555 #555;
  transform: rotate(45deg);
}
.slider-wrap {
  position: relative;
}


/* contents */
main > section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
/*.home main > section:nth-child(3) {
  background-color: #fcf1ed;
}*/
.bc__fcf1ed{
  background-color: #fcf1ed;
}
.headline h2 {
  color: #ff9e8b;
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
@media (min-width: 480px) {
  main > section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  main > section:nth-of-type(1) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .headline h2 {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 479px) {
  .headline h2 {
    font-size: 1.5rem;
  }
}
#the_content {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 480px) {
  #the_content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* #bread_crumb *//*
#bread_crumb {
  padding: 1rem 0;
}
#bread_crumb + section {
  padding-top: 1.5rem;
}
#bread_crumb .svg-inline--fa.fa-w-8 {
  width: 1em;
}
*/
/* 404 File not found. */
#file_not_found {
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
#file_not_found h2 {
  margin-bottom: 2.5rem;
}
#file_not_found .svg-inline--fa.fa-w-18 {
  width: 2.5em;
  color: sandybrown;
}
#file_not_found .svg-inline--fa {
  height: 2.5em;
}

/* more */
/*
.more {
  display: block;
  height: 32px;
  line-height: 32px;
  width: 148px;
  border: 1px solid #898989;
  text-align: center;
  position: relative;
  margin-top: 1.5rem;
}
*/
.more {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border: 1px solid #898989;
  text-align: center;
  position: relative;
  margin-top: 1rem;
  padding: 0 .75rem;
}
.more span:after {
  content: "";
  width: 25px;
  height: 14px;
  background: url(images/arrow-contents.svg) no-repeat center / contain;
  display: inline-block;
  margin-left: .5rem;
}
@media (max-width: 479px) {
  .more {
    height: 40px;
    line-height: 38px;
    font-size: 80%;
  }
}

/* front-page
--------------------------------*/
@media (min-width: 480px) {
  .home main>section:nth-of-type(2) {
    padding-top: 6.5rem;
    padding-bottom: 7rem;
  }
  /*.home main>section:nth-of-type(3) {
    padding-top: 2.5rem;
  }*/
  .home main>section:nth-of-type(4) {
    position: relative;
  }
  .home main>section:nth-of-type(4)::before,
  .home main>section:nth-of-type(4)::after {
    content: "";
    width: 1170px;
    height: .1rem;
    background: #231815;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
  }
  .home main>section:nth-of-type(4)::before {
    top: 4rem;
  }
  .home main>section:nth-of-type(4)::after {
    bottom: 4rem;
  }
  /* タイトルを画像にする場合は有効にする
  span.title {
    visibility: hidden;
  }
  */
}
@media (max-width: 479px) {
  .home h2,.home h3 {
    background: none !important;
  }
}


/* #news */
#news h2 {
  position: relative;
  margin-bottom: 1.75rem;
  font-size: 16px;
  text-align: center;
}
#news h2>span {
  font-size: 16px;
  display: block;
  padding-bottom: 8px;
}
#news h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 1px;
  background-color: #c30d23;
}
.news-body article {
  border-bottom: 1px solid #231916;
}
.news-body a {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  padding-top: .25rem;
  font-family: 'Noto Sans JP', sans-serif, serif;
  font-weight: 400;
}
.news-body a:after {
  content: "";
  width: 76px;
  height: 6px;
  background: url('images/arrow-news.svg') no-repeat center / auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
.news-body h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
  line-height: 1.528;
}
.news-footer {
  text-align: center;
  margin-top: 2.5rem;
}
@media (min-width: 480px) {
  .news-body {
    width: 800px;
    margin: 0 auto;
  }
  .news-body time {
    margin-left: 1em;
    margin-right: 100px;
    line-height: 1.7;
  }
}
@media (max-width: 479px) {
  .news-body article {
    padding: .25rem 0;
  }
  #news time {
    padding-right: 1.25rem;
    color: #666;
    line-height: 2.2;
    font-size: 80%;
  }
  .news-body a:after {
    width: 35px;
    height: 12px;
    background-position: right calc(50% - -3px);
  }
  .news-body .headline {
    width: calc(100% - (100px + 40px));
  }
  .news-body .headline h3 {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-size: .875rem;
  }
}

/* #item1 */
.home #item1 h2 {
  margin-bottom: 2.5rem;
  text-align: center;
}
.home #item1 h2>span {
  line-height: 2;
  display: inline-block;
  letter-spacing: .2rem;
  text-align: left;
}

@media (min-width: 480px) {
  .home #item1 {
    text-align: center;
  }
  .home #item1 h2 {
    margin-bottom: 3.5rem;
  }
  .home #item1 h2>span {
    font-size: 28px;
    line-height: 1.5;
  }
  .home #item1 .inner {
    display: inline-block;
    text-align: left;
  }
  .inline-block {margin-left: 1rem;}
}
.kerning {margin: 0 -.5rem;}
.inline-block {display: inline-block;}

/* #item2 */
.home #item2 h2 {
  text-align: left;
}
.home #item2 h2>span {
  font-size: 20px;
  letter-spacing: .75rem;
  display: block;
}
.home #item2 h3 {
  margin-bottom: 1.25rem;
}
.home #item2 h3>span {
  display: block;
  font-size: 20px;
  letter-spacing: .3rem;
}
@media (min-width: 480px) {
  .home #item2 h2>span {
    font-size: 24px;
  }
  .home #item2 h3>span {
    font-size: 22px;
  }
  .home #item2 .inner {
    padding-left: 1.25rem;
  }
  .home #item2 .col-12 {
    margin-bottom: 2.5rem;
  }
  .home #item2 [class*="col-"].title {
    width: 480px;
  }
  .home #item2 [class*="col-"].desc {
    width: calc(100% - 480px);
    border-left: .1rem solid #231815;
  }
}
@media (max-width: 479px) {
  .home #item2 .col-auto.title {
    width: 100%;
    padding: 0;
    margin-left: 15px;
    margin-bottom: 1.25rem;
  }
  .home #item2 h2 {
    margin-bottom: 0;
  }
  .home #item2 h2>span {
    display: block;
    position: relative;
    font-size: 16px;
    letter-spacing: .125rem;
    padding-bottom: 12px;
  }
  .home #item2 h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 2px;
    width: 15px;
    height: 1px;
    background-color: #c30d23;
  }
  .home #item2 h3>span {
    font-size: 18px;
    letter-spacing: .25rem;
    line-height: 1.8;
  }
}
.home #item2 article figure {
  overflow: hidden;
}
.home #item2 article img {
  transition: .76s;
}
.home #item2 article a:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.home #item2 article a:hover {
  color: #666;
}

/* #item3 */
.home #item3 h2 {
  position: relative;
  text-align: left;
  margin-bottom: 1.25rem;
}
.home #item3 h2>span {
  display: block;
  font-size: 16px;
  letter-spacing: .15rem;
  padding-bottom: 12px;
}
.home #item3 h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #c30d23;
}
.home #item3 h3 {
  line-height: 1.528;
}
.home #item3 h3>span {
  display: block;
  font-size: 22px;
  letter-spacing: .275rem;
  position: relative;
  top: -.25rem;
}
@media (min-width: 480px) {
  .home #item3 h2 {
    margin-bottom: 1.5rem;
  }
  /*
  .home #item3 h3 {
    min-height: 60px;
  }
  .home #item3 .row:not(:first-child) h3 {
    margin-bottom: 0;
  }
  */
  .home #item3 .desc {
    width: 480px;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .home #item3 .desc .inner {
    padding-left: 5rem;
    padding-right: 0;
  }
  .home #item3 .flex-row-reverse .desc .inner {
    padding-left: 0;
    padding-right: 5rem;
  }
  .home #item3 .thumb {
    width: calc(100% - 480px);
  }
}
@media (max-width: 479px) {
  .home #item3 {
    margin-top: -3.75rem;
  }
  .home #item3 h2>span {
    letter-spacing: .125rem;
  }
  .home #item3 h2:after {
    left: 2px;
  }
  .home #item3 h3>span {
    font-size: 18px;
    letter-spacing: .25rem;
    line-height: 1.8;
    position: static;
  }
  .home #item3 article:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.home #item3 article figure {
  overflow: hidden;
}
.home #item3 article img {
  transition: .76s;
}
.home #item3 article a:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.home #item3 article a:hover {
  color: #666;
}

/* sub page
--------------------------------*/
.page h2, .page h3 {
  font-weight: normal;
}
.page section#item1 {
  background: #fcf1ed;
}
@media (min-width: 480px) {
  .page h2 {
    text-align: center;
    letter-spacing: .25rem;
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
  .page #item1 .row:not(:last-child) {
    margin-bottom: 7rem;
  }
  .w930 {width: 930px;}
  .page section#item1 {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
  .page .col-auto.title,
  .page .col-sm-auto.title {
    width: 240px;
  }
  .page .col-auto.title h3,
  .page .col-sm-auto.title h3 {
    letter-spacing: .3rem;
    line-height: 1.428;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .page .col-auto.desc,
  .page .col-sm-auto.desc {
    width: calc(100% - 240px);
  }
}
.page .col-auto.title h3,
.page .col-sm-auto.title h3 {
  letter-spacing: .2rem;
}

/* page-second.php
--------------------------------*/
.page-parent #item2 h3 {
  position: relative;
  letter-spacing: .25rem;
}
body:not(.kotsu) .page-parent #item2 h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 1px;
  background-color: #c30d23;
}
.page-parent>section#item2 h3 {
  padding-bottom: 10px;
}
.page-parent #item2 article figure {
  overflow: hidden;
}
.page-parent #item2 article img {
  transition: .76s;
}
.page-parent #item2 article a:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.page-parent #item2 article a:hover {
  color: #666;
}
@media (min-width: 480px) {
  .page-parent>section#item1 .row:nth-child(2n)>.title {
    text-align: right;
  }
  .page-parent #item1 .row>.col-auto,
  .page-parent #item1 .row>.col-sm-auto {
    margin-bottom: 2.5rem;
  }
  .page-parent section#item2:not(:nth-of-type(1)) {
    padding-top: 6.5rem;
  }
  .page-parent #item1 .row:nth-child(2n),
  .page-parent #item2 article:nth-child(2n+1) .row {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
  }
  .page-parent #item2 h3 {
    margin-bottom: 1.5rem;
  }
  .page-parent>section#item2 h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
  .page-parent>section#item2 h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .page-parent>section#item2>.containerWrap {
    padding-top: 1.75rem;
    padding-bottom: 4rem;
  }
  .page-parent #item2 .desc {
    width: 480px;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .page-parent #item2 .desc p {
    min-height: 60px;
  }
  .page-parent #item2 .desc .inner {
    padding-left: 5rem;
    padding-right: 0;
  }
  .page-parent #item2 article:nth-child(2n+1) .desc .inner {
    padding-left: 0;
    padding-right: 5rem;
  }
  .page-parent.kito #item2 .desc .inner {
    padding-left: 1rem;
  }
  .page-parent.kito #item2 article:nth-child(2n+1) .desc .inner {
    padding-right: 1rem;
  }
  .page-parent #item2 .thumb {
    width: calc(100% - 480px);
  }
  .page-parent>section#item2>.containerWrap {
    position: relative;
  }
  .page-parent>section#item2>.containerWrap::before,
  .page-parent>section#item2>.containerWrap::after {
    content: "";
    width: 1170px;
    height: .1rem;
    background: #231815;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
  }
  .page-parent>section#item2>.containerWrap::before {
    top: 1.75rem;
  }
  .page-parent>section#item2>.containerWrap::after {
    bottom: 4rem;
  }
}
@media (max-width: 479px) {
  .page-parent section {
    padding-top: 2.5rem;
    padding-bottom: 2.25rem;
  }
  .page-parent>section:last-child {
    padding-bottom: 0;
  }
  .page-parent h2 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .page-parent h2>span {
    display: inline-block;
    text-align: left;
    letter-spacing: .2rem;
  }
  .page-parent section>h2 {
    margin-bottom: 1.5rem;
  }
  .page-parent h3 {
    font-size: 20px;
    letter-spacing: .1rem;
  }
  .page-parent #item1 h3 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .page-parent h3 span {
    display: inline-block;
    text-align: left;
    letter-spacing: .15rem;
  }
  .page-parent #item1 .row:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  /*
  .page-parent .col-auto.title h3 br,
  .page-parent .col-sm-auto.title h3 br {
    display: none;
  }
  */
  .page-parent #item1 .row>.col-auto,
  .page-parent #item1 .row>.col-sm-auto {
    width: 100%;
  }
  .page-parent section#item1 .desc {
    margin-bottom: 1.5rem;
  }
  .page-parent section#item1 figure {
    margin-bottom: 0;
  }
  .page-parent .child-list article:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  .page-parent #item2 h3 span {
    font-size: 1.125rem;
  }
}

/* #scf-articleを使用する場合 */
.page-parent> #scf-article {
  background-color: #fcf1ed;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-parent> #scf-article:not(:nth-of-type(1)) .row:nth-child(2n+1) {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}
.page-parent> #scf-article:nth-of-type(1) .row:nth-child(2n) {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}
#scf-article .child_title1 {
  position: relative;
}
#scf-article .child_title1::after {
  content: "";
  height: .9rem;
  width: 1px;
  background: #c30d23;
  position: absolute;
  top: 0;
  right: -.9rem;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
#scf-article .row .title h3>span {
  display: inline-block;
  text-align: left;
}
@media (min-width: 480px) {
  .page-parent> #scf-article {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .page-parent> #scf-article:not(:nth-of-type(1)) .row:nth-child(2n+1) .title h3 {
    text-align: left;
  }
  .page-parent> #scf-article:nth-of-type(1) .row:nth-child(2n) .title h3 {
    text-align: right;
  }
  #scf-article .row>.col-auto,
  #scf-article .row>.col-sm-auto {
    margin-bottom: 2.5rem;
  }
  #scf-article .row:not(:last-child) {
    margin-bottom: 7rem;
  }
}
@media (max-width: 479px) {
  #scf-article .row .title h3 {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  /*
  #scf-article h3 br {
    display: none;
  }
  */
  #scf-article figure {
    margin-top: 1.5rem;
  }
  #scf-article .row {
    padding-bottom: 3.5rem;
  }
  #scf-article .row:last-child {
    padding-bottom: 0;
  }
  #scf-article figure {
    margin-bottom: 0;
  }
  #scf-article .row {
    padding-bottom: 4rem;
  }
}


/* page-third.php
--------------------------------*/
.page-child #the_content,
.page-child #the_content #item1 {
  padding-top: 0;
}
.page-child #the_content>h2 {
  background: #fcf1ed;
  margin: 0;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  letter-spacing: .25rem;
  font-size: 22px;
}
.page-child #item1 .scf-article .row:nth-child(2n+1) {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}
.page-child .child_title1,
.page-child .child_title1_sub {
  position: relative;
}
.page-child .scf-list h3 span[class*="rubi"] {
  font-size: 14px;
  letter-spacing: .1rem;
}
.page-child .child_title1::after,
.page-child .child_title1_sub::after {
  content: "";
  height: .9rem;
  width: 1px;
  background: #c30d23;
  position: absolute;
  top: 0;
  right: -.9rem;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.page-child .subvisual h3 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .125rem;
  margin-bottom: 2rem;
}
.page-child .subvisual-header {
  margin-bottom: 1.5rem;
}
.page-child .subvisual {
  margin-bottom: 2.5rem;
}
.page-child .subvisual-header h4 {
  font-size: 18px;
  margin-bottom: 1rem;
  line-height: 1.5;
  letter-spacing: .05rem;
  font-weight: normal;
}
.page-child .child_wysiwyg2 .num {
  font-size: 18px;
  padding-right: .5rem;
  margin-right: .5rem;
  position: relative;
}
.page-child .child_wysiwyg2 .num::after {
  content: "";
  height: 1em;
  width: 1px;
  background: #c30d23;
  position: absolute;
  top: 6px;
  right: 0;
}
.page-child .child_wysiwyg2 .left {
  padding-right: .5rem;
  margin-right: .75rem;
  position: relative;
}
.page-child .child_wysiwyg2 .left::after {
  content: "";
  height: 1em;
  width: 1px;
  background: #c30d23;
  position: absolute;
  top: 6px;
  right: 0;
}

@media (min-width: 480px) {
  .page-child #the_content>h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .page-child #item1 .row>.col-auto,
  .page-child #item1 .row>.col-sm-auto {
    margin-bottom: 2.5rem;
  }
  .page-child .subvisual {
    margin-bottom: 6rem;
  }
  .page-child>#item1> .subvisual:last-child {
    margin-bottom: 0;
  }
  .page-child .subvisual {
    margin-bottom: 6rem;
  }
  .page-child .subvisual-header {
    margin-bottom: 5rem;
  }
  .page-child .subvisual-header:last-child {
    margin-bottom: 0;
  }
  .page-child .subvisual h3 {
    letter-spacing: .2rem;
  }
  .page-child .subvisual-header h4 {
    margin-top: 2.5rem;
  }
  .page-child .scf-list {
    margin-bottom: 6rem;
  }
  .page-child section#item1:last-of-type {
    margin-bottom: 6rem;
  }
  .page-child #item1 .scf-article .row:nth-child(2n+1) .title h3 {
    text-align: right;
  }
  .page-child #item1 .scf-article .row:nth-child(2n+1) .title h3>span {
    display: inline-block;
    text-align: left;
  }
  .page-child section#item2 {
    padding-top: 6rem;
  }
  .page-child .scf-list h3 {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .25rem;
    text-align: left;
    line-height: 1.528;
  }
  .page-child .scf-list h3>.child_title2,
  .page-child .scf-list h3>.child_title2_sub {
    display: block;
  }
  .page-child .scf-list h3 span[class*="rubi"] {
    position: relative;
    top: -2px;
  }
  .page-child .scf-list .thumb {
    margin-bottom: 1.25rem;
  }
  .page-child .scf-list .thumb:last-of-type {
    margin-bottom: 0;
  }
  .page-child .scf-list .title {
    min-height: 61px;
    margin-bottom: 1rem;
  }
  .page-child .scf-list .desc {
    margin-bottom: .5rem;
  }
  .page-child .scf-list>.row>div:not(:nth-last-child(-n+2)) {
    margin-bottom: 5rem;
  }
  .page-child .scf-list>.row>div:nth-child(2n+1) {
    padding-right: 20px;
  }
  .page-child .scf-list>.row>div:nth-child(2n) {
    padding-left: 20px;
  }
}
.page-child .scf-list h3.the_title {
  text-align: center;
  margin-bottom: 3.25rem;
  letter-spacing: .25rem;
}
.page-child .scf-list .child_wysiwyg_1 {
  margin-top: -.25rem;
  margin-bottom: 6rem;
}
.page-child .scf-list .child_desc2,
.page-child .scf-list .child_wysiwyg {
  text-align: center;
}
.page-child .scf-list .child_desc2:nth-of-type(1),
.page-child .scf-list .child_wysiwyg {
  margin-top: 6rem;
}
.page-child .scf-list .child_wysiwyg {
  margin-bottom: 1.5rem;
  letter-spacing: .25rem;
}
.page-child .scf-list .child_wysiwyg .bordered {
  font-size: 20px;
  display: inline-block;
  border: 1px solid #333;
  padding: 1rem;
}

.cultural_property .page-child .scf-list h3>.child_title2 {
  font-size: 18px;
  letter-spacing: .05rem;
}
@media (max-width: 479px) {
  .page-child #the_content>h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-child #the_content>h2>span {
    display: inline-block;
    text-align: left;
    letter-spacing: .15rem;
  }
  .page-child .subvisual:only-child {
    margin-bottom: .5rem;
  }
  .page-child .subvisual h3 span {
    font-size: 1.125rem;
  }
  .page-child #item1 .scf-article figure {
    margin-top: 1.5rem;
  }
  .page-child section#item1:last-of-type {
    margin-bottom: 3.5rem;
  }
  .page-child #item1 h3 {
    text-align: center;
  }
  .page-child #item1 h3>span {
    display: inline-block;
    text-align: left;
  }
  .page-child>#item1> .subvisual:last-child {
    padding-bottom: 2rem;
  }
  .page-child #item1 .scf-article .row {
    padding-bottom: 3.5rem;
  }
  .page-child #item1 .scf-article .row:last-child {
    padding-bottom: 1.5rem;
  }
  .page-child section#item1:last-of-type .scf-article .row:last-child {
    padding-bottom: 1.5rem;
  }
  .page-child #item2 .scf-list,
  .page-child #scf_list_sub .scf-list {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .page-child #item2 .scf-list .row>div:not(:last-child),
  .page-child #scf_list_sub .scf-list .row>div:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  .page-child .scf-list h3 {
    font-size: 20px;
    letter-spacing: .15rem;
  }
  .page-child .scf-list h3 span[class*="rubi"] {
    display: block;
    width: 100%;
  }
  .page-child .scf-list h3>.child_title1,
  .page-child .scf-list h3>.child_title2 {
    font-size: 1.125rem;
  }
  .page-child .scf-list h3 .child_title1,
  .page-child .scf-list h3 .child_title1_sub {
    display: inline-block;
    font-size: 1.125rem;
  }
  .page-child .scf-list h3 .child_title1:not(:last-child) {
    margin-bottom: .25rem;
  }
  .page-child .scf-list h3 .child_title2,
  .page-child .scf-list h3 .child_title2_sub {
    display: block;
    font-size: 1.125rem;
  }
  .page-child .scf-list .child_title1::after,
  .page-child .scf-list .child_title1_sub::after {
    height: 1rem;
    top: 8px;
    right: -16px;
    bottom: auto;
  }
  .page-child #item1>.scf-article:first-child {
    padding-top: 2.5rem;
  }
  .page-child #item1>.scf-article h3 {
    font-size: 20px;
    letter-spacing: .2rem;
    margin-bottom: 1.5rem;
  }
  .page-child .scf-list .child_desc2 {
    text-align: left;
  }
  .page-child .scf-list .child_desc2:nth-of-type(1),
  .page-child .scf-list .child_wysiwyg {
    margin-top: 3.5rem;
  }
  .page-child .scf-list .child_wysiwyg .bordered {
    display: block;
    text-align: left;
    letter-spacing: .05rem;
  }
  .page-child .scf-list h3.the_title {
    margin-bottom: 2rem;
  }
  .page-child .scf-list .child_wysiwyg_1 {
    margin-bottom: 4rem;
  }
  .page-child .scf-list .child_wysiwyg2 h3 {
    font-size: 1.125rem;
    letter-spacing:.25rem;
  }
  .page-child .scf-list .child_wysiwyg2:last-child h3 {
    margin-bottom: 0;
  }
}
.page-child .scf-list .title {
  min-height: initial;
}
.page-child .scf-list .desc br+br {
  display: block;
  content: "";
  margin-bottom: 15px;
}
.page-child .scf-list .more {
  border-color: #c30d23;
  color: #e60012;
}
.page-child .scf-list .more span::after {
  content: none;
}
.page-child .scf-list .child_title_small {
  font-size: 16px;
  margin-right: .5em;
  letter-spacing: .1rem;
  display: inline-block;
}
.page-child .onhover {
  display: block;
}
.page-child .onhover .thumb figure {
  overflow: hidden;
}
.page-child .onhover .thumb figure img {
  transition: .76s;
}
.page-child .onhover:hover img {
  transform: scale(1.2);
  opacity: 1;
}

/* Free Space */
#section_wysiwyg {
  padding-top: 8rem;
  padding-bottom: 5rem;
}
@media (max-width: 479px) {
  #section_wysiwyg {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
  }
}

/* #scf_list_sub */
#scf_list_sub {
  margin-top: 1.5rem;
}
#scf_list_sub h2 {
  font-size: 16px;
  margin-bottom: 5rem;
  line-height: 1.8;
  letter-spacing: .1rem;
  padding-left: 20px;
  padding-right: 20px;
}
#scf_list_sub h2.sub_title2 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .25rem;
  line-height: 1.528;
  text-align: center;
  margin-bottom: 2.5rem;
}
#scf_list_sub .child_wysiwyg_3 {
  margin-top: -.5rem;
  margin-bottom: 4rem;
}
#scf_list_sub .scf-list {
  position: relative;
}
#scf_list_sub .scf-list::before {
  content: "";
  height: 1px;
  background-color: #333;
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}
@media (min-width: 480px) {
  #scf_list_sub {
    margin-top: 3rem;
  }
  #scf_list_sub .scf-list {
    padding-top: 6rem;
  }
  #scf_list_sub .scf-list::before {
    width: calc(100% - 30px);
  }
  #scf_list_sub h2.sub_title2 {
    margin-bottom: 6rem;
  }
  #scf_list_sub h2.sub_title2 .d-inline-block {
    margin-left: 1rem;
  }
  #scf_list_sub .child_wysiwyg_3 {
    margin-top: -3rem;
    margin-bottom: 6rem;
  }
}
@media (max-width: 479px) {
  #scf_list_sub h2.sub_title2 {
    letter-spacing: .15rem;
  }
}

/* pager */
.pager ul {
  margin: 0;
  list-style: none;
  padding-top: 6rem;
  padding-bottom: 4rem;
  border-top: 1px solid #333;
}
.pager ul>li {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 0;
}
.pager ul>li:nth-last-child(2) {
  -ms-flex-item-align: center!important;
  align-self: center!important;
}
.pager ul>li>a {
  text-decoration: none;
  letter-spacing: .25rem;
}
.pager ul>li>a:hover {
  opacity: .7;
}
.pager ul>li:not(:nth-of-type(2)) span {
  visibility: hidden;
  display: none;
}
.pager ul>li:not(:nth-of-type(2)) a {
  display: block;
  height: 32px;
  width: 32px;
  padding: .25rem;
  background: url('images/pagetop.svg') no-repeat center / contain;
}
.pager ul>li:nth-of-type(1) a::before {
  transform: rotate(-140deg);
}
.pager ul>li:nth-of-type(3) a::before {
  transform: rotate(45deg);
}
.pager ul>li a[class*="page"] {
  position: relative;
  background: none;
}
.pager ul>li a[class*="page"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: .75em;
  height: .75em;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}


.pager ul>li>a.back {
  font-family: 'Noto Sans JP', serif;
  display: inline-block;
  padding-bottom: .25rem;
  position: relative;
}
.pager ul>li>a.back::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 479px) {
  .pager ul {
    margin-top: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
  .pager ul>li {
    -ms-flex-item-align: center!important;
    align-self: center!important;
  }
  .pager ul>li:not(:nth-child(2)) {
    padding-left: 0;
    padding-right: 0;
    width: 20%;
  }
  .pager ul>li:nth-child(1) a {
    margin-right: auto;
  }
  .pager ul>li:nth-child(2) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .pager ul>li:nth-child(3) a {
    margin-left: auto;
  }
}

/* footer */
body:not(.home) footer section:nth-of-type(1) {
  margin-bottom: 1rem;
}
@media (min-width: 480px) {
  body:not(.home) footer section:nth-of-type(1) {
    margin-bottom: 6rem;
  }
}
body:not(.home) footer section:last-of-type,
body.kotsu footer section:nth-of-type(1) {
  margin-bottom: 0;
}
body:not(.home) footer #item5 {
  text-align: center;
}
.reservation {
  display: inline-block;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  width: 400px;
  max-width: 85%;
  margin-left: .25rem;
}
.reservation a {
  display: block;
  background-color: #231815;
  padding: .75rem;
  margin-right: .25rem;
  margin-bottom: .25rem;
  color: #fff;
  letter-spacing: .25rem;
}

body:not(.home) .pagetop a {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 35px;
}
footer section:last-of-type a {color: #fff;}
footer section:last-of-type a:hover {text-decoration: underline;}

@media (max-width: 479px) {
  .kotsu footer section:nth-of-type(1) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body:not(.home) .pagetop a {
    width: 40px;
    height: 40px;
    bottom: -20px;
  }
}

/* footer #item4 */
.home footer #item4 {
  padding-top: 2.5rem;
  padding-bottom: 6.25rem;
}
footer #item4 {
  text-align: center;
}
footer #item4 a {
  display: block;
  overflow: hidden;
}
footer #item4 img {
  transition: .76s;
}
footer #item4 figure {
  border: 1px solid #231815;
  padding: .5rem;
}
footer #item4 a:hover {
  opacity: 1;
}
footer #item4 a:hover img {
  transform: scale(1.1);
  opacity: 1;
}

footer .congestion {
  padding-bottom: 50px;
}

footer #item4 p {
  margin:unset;
}


@media (min-width: 480px) {
  footer #item4 .row>div:nth-child(-n+2) {
    margin-bottom: 1.25rem;
  }
  footer #item4 .row>div:nth-child(2n+1) figure {
    margin-right: 1.25rem;
  }
  footer #item4 .row>div:nth-child(2n) figure {
    margin-left: 1.25rem;
  }
}
@media (max-width: 479px) {
  .home footer #item4 {
    padding-top: 1rem;
    padding-bottom: 3.5rem;
  }
  footer #item4 .row>div:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  footer #item4 figure {
    margin-bottom: 0;
  }
}


/* kotsu */
.kotsu .table td, .kotsu .table th {
  padding: 1.5rem;
}
.kotsu h4,.kotsu dt {
  font-weight: normal;
}
.kotsu .table th {
  font-weight: normal;
  font-size: 16px;
  width: 300px;
  padding-left: 0;
  letter-spacing: .15rem;
}
.kotsu th span {
  position: relative;
  display: inline-block;
  padding-bottom: .5rem;
  font-weight: normal;
  letter-spacing: .15rem;
}
.kotsu th span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 1px;
  background-color: #c30d23;
}
.kotsu td span {
  font-size: 16px;
  line-height: 1.528;
  letter-spacing: .15rem;
}
.kotsu h3 {
  text-align: center;
}

@media (min-width: 480px) {
  .kotsu .contact_us {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .kotsu section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .kotsu dl,.kotsu dd:last-of-type {
    margin-bottom: 0;
  }
  .kotsu .gWrap {
    margin-bottom: 2.5rem;
  }
  .kotsu .contact_us {
    text-align: center;
  }
  .kotsu .page-parent>section#item2 h3,
  .kotsu h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
    letter-spacing: .25rem;
  }
  .kotsu .access .map {
    padding-left: 7rem;
    padding-right: 7rem;
    margin-bottom: 5rem;
  }
  .kotsu h4 {
    margin-bottom: 2.5rem;
    letter-spacing: .15rem;
  }
  .visit .table {
    margin-bottom: 7rem;
  }
}
.kotsu h4 span,
.kotsu dt span {
  font-size: 18px;
  font-size: 1.125rem;
}
.kotsu h4 {
  text-align: center;
}
.kotsu #item3 {
  background: #fcf1ed;
}
.kotsu .access tr:nth-child(2) td,
.kotsu .access tr:nth-child(4) td/*,
.kotsu .access tr:nth-child(5) td*/ {
  border-bottom: none;
  padding-bottom: 0;
}
.visit .table,.visit .table td,.visit .table th {
  border-color: #c3c2c2;
  padding-left: 0;
  letter-spacing: .15rem;
}
.visit .table th {
  width: 350px;
}
.visit .plz {
  border-top: 1px solid #c3c2c2;;
  margin-top: 2.5rem;
  padding-top: 2rem;
  letter-spacing: .15rem;
}


.access td.shinkansen {
  background-image: url('images/shinkansen.png');
}
.access td.airplane {
  background-image: url('images/airplane.png');
}
.access td.car {
  background-image: url('images/car.png');
}
.access td.train {
  background-image: url('images/train.png');
}
.access td.bus {
  background-image: url('images/bus.png');
}
.access td.icon {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.access td.shinkansen,
.access td.airplane,
.access td.car {
  background-size: 50px auto;
}
.access td.train,
.access td.bus {
  background-size: 30px auto;
}
.access td.bus {
  background-position: center bottom 4px;
}
.access td.airplane {
  background-position: center bottom 10px;
}


@media (max-width: 479px) {
  .kotsu .contact_us {
    margin-top: 1.5rem;
    text-align: left;
  }
  .kotsu .contact_us p,
  .kotsu .contact_us dl {
    line-height: 1.528;
    margin-bottom: 0;
  }
  .kotsu .contact_us dt {
    margin-top: 1.5rem;
  }
  .kotsu .contact_us small {
    display: inline-block;
    margin: .5rem 0;
  }
  .kotsu .contact_us dd:last-child {
    margin-bottom: 0;
  }
  .kotsu .access .map {
    margin-bottom: 2.5rem;
  }
  .kotsu .access h4>span {
    display: inline-block;
    text-align: left;
  }
  .access table {
    width: 768px;
    border-collapse:collapse;
    margin:0;
  }
  .access th.fixed {
    width: 150px;
    position: sticky;
    left: -1px;
    background: #fff;
  }
  .access th.fixed::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
  }

  .visit table:not(.plz) {
    margin-bottom: 3.5rem;
  }
  .visit .table tr,
  .visit .table th,
  .visit .table td {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .visit .table th {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -.75rem;
    font-weight: 500;
  }
  .visit .table tr:nth-child(2) td {
    padding-bottom: 1rem;
    margin-bottom: -.5rem;
  }
  .visit .plz {
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
  }
}

/* Google Maps */
.gWrap {
  padding: 4px;
  background-color: #f7f7f7;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 106.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 480px) {
  .gmap {
    padding-bottom: 46.25%;
  }
}

/* omamori @ page-third.php
--------------------------------*/
.omamori .page-child#the_content #item1 {
  padding-top: .5rem;
}
.omamori.page-child #the_content>h2 {
  background: #ffffff;
  font-size: 20px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.omamori.page-child .scf-list h3.the_title {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #333;
}
.omamori .page-child #item1 .scf-article .row:nth-child(2n+1) {
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.omamori .page-child #item1 .scf-article .row:nth-child(2n) {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}
@media (min-width: 480px) {
  .omamori.page-child #the_content>h2 {
    font-size: 24px;
  }
  .omamori .page-child#the_content #item1 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .omamori.page-child #the_content>h2 {
    font-size: 1.75rem;
    padding-top: 2.75rem;
    padding-bottom: 2.5rem;
  }
  .omamori .page-child #item1 .scf-article .row:nth-child(2n+1) .title h3 {
    text-align: left;
  }
  .omamori .page-child #item1 .scf-article .row:nth-child(2n) .title h3 {
    text-align: right;
  }
  .omamori .page-child #item1 .scf-article .row:nth-child(2n) .title h3>span {
    display: inline-block;
    text-align: left;
  }
}
.omamori .scf-list .item01 .title h3 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.omamori .scf-list .item01 .title h3::after {
  content: "";
  background: url(images/collabo.png) no-repeat center / contain;
  height: 32px;
  width: 150px;
  margin-left: auto;
}
@media (min-width: 480px) {
  .omamori .scf-list .item01 .title h3::after {
    margin-left: 1.75rem;
    height: 36px;
  }
}
@media (max-width: 479px) {
  .omamori .scf-list .item01 .title h3::after {
    height: 26px;
    margin-left: .5rem;
 }
}
@media (max-width: 320px) {
  .omamori .scf-list .item01 .title h3::after {
    margin-left: 0;
  }
}
.omamori #item4 {
  list-style: none;
  padding-top: 6rem;
  border-top: 1px solid #333;
}
.omamori #item4 figure {
  border: 1px solid #231815;
  padding: .5rem;
}
.omamori #item4 a {
  display: block;
  overflow: hidden;
}
.omamori #item4 img {
  transition: .76s;
}
.omamori #item4 a:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.omamori .pager ul {
  border-top: none;
}
@media (max-width: 479px) {
  .omamori #item4 {
    padding-top: 3.5rem;
  }
  .omamori .pager ul {
    margin-top: 0;
  }
}


/* how_to_visit @ page-third.php
--------------------------------*/
.how_to_visit.page-child .scf-list h3.the_title,
.how_to_visit.page-child #scf_list_sub h2.sub_title2 {
  margin-bottom: 4rem;
}
@media (max-width: 479px) {
  .how_to_visit.page-child .scf-list h3.the_title,
  .how_to_visit.page-child #scf_list_sub h2.sub_title2 {
    margin-bottom: 2.75rem;
  }
}


/* goannai @ page-third.php
--------------------------------*/
.goannai.page-child .scf-list h3 span[class*="rubi"] {
  font-size: 16px;
  margin-left: -.5rem;
  letter-spacing: .05rem;
  top: -1px;
}
.goannai.page-child #item2 .scf-list .row {
  counter-reset: number 0;
}
.goannai.page-child .scf-list h3 {
  position: relative;
  padding-left: 1.5em;
}
.goannai.page-child #item2 .scf-list .row>div:nth-child(n+10) h3 {
  padding-left: 2.25em;
}
.goannai.page-child .scf-list h3:before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 479px) {
  .goannai.page-child .scf-list h3 span[class*="rubi"] {
    display:initial;
    width: auto;
  }
  .goannai.page-child .scf-list h3 {
    position: relative;
    padding-left: 1.25em;
    letter-spacing: .1rem;
  }
  .goannai.page-child #item2 .scf-list .row>div:nth-child(n+10) h3 {
    padding-left: 1.75em;
  }
}

/* daidaikagura @ page-third.php
--------------------------------*/
.daidaikagura .page-child #item1 .scf-article .row:nth-child(2n+1) {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}

.daidaikagura #section_wysiwyg {
  padding-top: 3.5rem;
  padding-bottom: 1rem;
}
.daidaikagura .freeSpace .row:first-child {
  margin-bottom: 3.5rem;
}
.daidaikagura .freeSpace .thumb {
  margin-bottom: 1.25rem;
}
.daidaikagura .freeSpace h3 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .25rem;
  text-align: left;
  line-height: 1.528;
}
.daidaikagura .freeSpace h4 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .25rem;
  line-height: 1.528;
}

@media (min-width: 480px) {
  .daidaikagura #section_wysiwyg {
    padding-top: 5rem;
    padding-bottom: 3.5rem;
  }
  .daidaikagura .freeSpace .row:first-child {
    margin-bottom: 5rem;
  }
  .daidaikagura .page-child #item1 .scf-article .row:nth-child(2n+1) .title h3 {
    text-align: left;
  }
}
@media (max-width: 479px) {
  .daidaikagura #section_wysiwyg {
    padding-top: 2.75rem;
  }
  .daidaikagura .freeSpace h3 span {
    font-size: 1.125rem;
  }
  .daidaikagura #scf_list_sub h2 {
    padding-left: 0;
    padding-right: 0;
  }
}


/* single
--------------------------------*/
.single #news .news_header {
  margin-bottom: 3.5rem;
}
.single #news .news_header h2 {
  text-align: center;
  padding-bottom: .5rem;
  margin-bottom: 0;
  word-break: break-all;
  line-height: 1.528;
  font-weight: normal;
}
.single #news .news_header h2 span {
  text-align: left;
  display: inline-block;
  font-size: 20px;
}
.single #news figure {
  margin-bottom: 2.5rem;
}
.single #news .news_body {
  margin-bottom: 5rem;
}
.single #news .news_footer {
  width: 300px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 479px) {
  .single #news .news_header {
    margin-bottom: 2.5rem;
  }
  .single #news .news_header h2 {
    margin-bottom: 0;
  }
  .single #news .news_header h2 span {
    font-size: 18px;
  }
  .single #news figure {
    margin-bottom: 1.5rem;
  }
  .single #news .news_body {
    margin-bottom: 3.5rem;
  }
}

/* category
--------------------------------*/
.category #news h2 {
  margin-bottom: 5rem;
  letter-spacing: .25rem;
}
.category #news article {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #dedede;
}
.category #news article>.row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.category #news .article-thumb {
  width: calc(100% - 64.46809%);
  -ms-flex-item-align: center;
	align-self: center;
}
.category #news .article-thumb figure {
  margin: 0;
  overflow: hidden;
}
.category #news .article-thumb figure.no_image {
  border: 1px solid #dedede;
}
.category #news .article-body {
  width: 58.46809%;
  -ms-flex-item-align: center;
	align-self: center;
}
.category #news .article-body time {
  font-size: 14px;
  color: #787878;
  line-height: 1.524;
  display: block;
  padding: 0;
  margin-bottom: 8px;
}
.category #news .article-body h3 {
  font-size: 1rem;
  line-height: 1.524;
  margin: 0;
}
.category #news a img {
  transition: .76s;
}
.category #news a:hover img {
  transform: scale(1.15);
  opacity: 1;
}

@media (max-width: 479px) {
  .category #news h2 {
    margin-bottom: 2.5rem;
    letter-spacing: .1rem;
  }
  .category #news article {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .category #news .article-body {
    width: 64.46809%;
  }
  .category #news .article-body time {
    font-size: 11px;
  }
  .category #news .article-body h3 {
    font-size: 12px;
  }
}

/* pagenation */
.category .pagenation {
  text-align: center;
}
.category .pagenation a,
.category .pagenation span {
  padding-left: .25rem;
  padding-right: .25rem;
}
.category .pagenation .current {
  color: #787878;
}


/* common for mobile
--------------------------------*/
@media (max-width: 479px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .1rem;
  }
  .home p>br {
    display: none;
  }
  .pagetop a {
    bottom: -20px;
    border-radius: 100%;
    background: #fff;
  }
  footer .row>div {
    text-align: center;
    width: 100%;
  }
  footer .row>div p {
    margin-bottom: .25rem;
    width: 280px;
    max-width: 100%;
    text-align: left;
    display: inline-block;
  }
  footer .congestion p {
    width: 100% !important;
  }
}


#news img {
	object-fit: contain;
	height: 100%;
}



/* information page
--------------------------------*/
/*goannai*/
.goannai h3 {
  text-align: center;
}
.page section#goannaiItem1,
.page section#goannaiItem3,
.page section#goannaiItem5 {
  background: #fcf1ed;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page section#goannaiItem2,
.page section#goannaiItem4,
.page section#goannaiItem6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#goannaiItem1,
#goannaiItem2,
#goannaiItem3,
#goannaiItem4{
  .goannai div{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.goannaiText p,
.qandaQ{
  text-align: left;
}

@media (max-width: 479px) {
  .goannai img {
    max-width: 100%;
    height: auto;
  }
}

.goannaiText {
  margin-top: 1rem;
}

/*qanda*/
.qandaWrap {
  margin-top: 3rem;
}

.qandaItem {
  padding: 1.5rem;
  border-top: 1px solid #c3c2c2;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.qandaItem:last-child {
  border-bottom: 1px solid #c3c2c2;
}

.qandaOpen {
  span {
    display: block;
    width: 32px;
    height: 1px;
    background-color: #231815;
  }

  span:nth-of-type(1) {
    transition: all 0.5s;
  }

  span:nth-of-type(2) {
    transform: rotate(90deg);
    transition: all 0.5s;
  }
}

.qandaItem.active_item {
  .qandaOpen {
    span.active_span:nth-of-type(1) {
      transform: rotate(45deg);
      transition: all 0.5s;
    }

    span.active_span:nth-of-type(2) {
      transform: rotate(135deg);
      transition: all 0.5s;
    }
  }

  .qandaA.active {
    display: block !important;
    margin-top: 1rem;
    transition: all 0.5s;
  }
}

.qandaQ {
  font-size: 1.25rem;
}

.qandaA {
  display: none;
  transition: all 0.5s;
}