/*
Theme Name: Tosho Original Template
Theme URL: http://www.toshokensetu.co.jp/
Description: Tosho Original Template 2018
Author: NAOHIRO FUKUMOTO
Version: 1.0
Tags:
License: GNU General Public License v2 or later
License URI: LICENSE
Template:
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: #000000; }

input[type=text],
input[type=submit] {
  -webkit-appearance: none; }

* {
  box-sizing: border-box; }

img {
  vertical-align: bottom; }

html {
  font-size: 625%; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .14em;
  letter-spacing: .08em;
  line-height: 1.85; }

@media screen and (max-width: 781px) {
  .only-pc {
    display: none !important; } }
@media screen and (min-width: 781px) {
  .only-sp {
    display: none; }

  .only-pc {
    display: inherit; } }
body {
  padding-top: 100px; }

#body-bg {
  background-color: #D9E2E5;
  width: 120px;
  height: 100%;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0; }
  @media screen and (min-width: 781px) {
    #body-bg {
      width: 428px; } }

.all-btn {
  padding: 1em;
  width: 220px;
  line-height: 1;
  font-size: .14rem;
  border: 1px solid;
  background-color: #FFFFFF;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }
  .all-btn:after {
    display: inline-block;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-left: 1em; }

@media screen and (min-width: 781px) {
  .button-motion {
    position: relative;
    overflow: hidden; }
    .button-motion:after {
      position: absolute;
      display: flex;
      content: "\f32b";
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      font-size: .24rem;
      right: 4px;
      top: 0;
      height: 100%;
      align-items: center;
      line-height: 1;
      vertical-align: bottom;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -ms-transform: translate(100px, 0);
      -webkit-transform: translate(100px, 0);
      transform: translate(100px, 0); }
    .button-motion:hover:after {
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }

.h2-default {
  text-align: center;
  font-size: .24rem;
  font-weight: bold;
  margin: 0 auto 1.5em; }
  @media screen and (min-width: 781px) {
    .h2-default {
      margin: 0 auto; } }
  .h2-default span {
    display: block;
    font-size: .14rem;
    font-weight: normal; }

.h2-default2 {
  text-align: center;
  font-size: .24rem;
  font-weight: bold;
  margin: 0 auto 1.5em; }
  @media screen and (min-width: 781px) {
    .h2-default2 {
      margin: 0 auto;
      font-size: .40rem; } }

.h3-default {
  font-size: 0.21rem;
  font-weight: 700;
  margin-bottom: 40px; }
  @media screen and (min-width: 781px) {
    .h3-default {
      font-size: 0.24rem; } }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out; }

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: #29d;
  pointer-events: none; }

#header {
  position: fixed;
  z-index: 9000;
  width: 100vw;
  top: 0; }
  #header h1 {
    margin: 14px 0 0 20px; }
    @media screen and (min-width: 781px) {
      #header h1 {
        margin: 23px 0 0 40px; } }
    #header h1 a {
      display: block;
      width: 240px; }
      @media screen and (min-width: 781px) {
        #header h1 a {
          width: 300px; } }
      #header h1 a span:first-child {
        font-size: .16rem;
        font-family: 'Noto Serif JP', serif;
        display: block; }
        @media screen and (min-width: 781px) {
          #header h1 a span:first-child {
            font-size: .21rem; } }
      #header h1 a span:last-child {
        font-size: .16rem;
        font-family: 'Noto Serif JP', serif;
        display: block;
        line-height: 1; }
        @media screen and (min-width: 781px) {
          #header h1 a span:last-child {
            font-size: .21rem; } }
  #header .sp-menu {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #18303E;
    position: absolute;
    top: 37px;
    right: 20px;
    z-index: 8001; }
    #header .sp-menu:before {
      content: "";
      display: block;
      width: 24px;
      height: 2px;
      background-color: #18303E;
      position: absolute;
      top: -8px; }
    #header .sp-menu:after {
      content: "";
      display: block;
      width: 24px;
      height: 2px;
      background-color: #18303E;
      position: absolute;
      top: 8px; }
    @media screen and (min-width: 781px) {
      #header .sp-menu {
        display: none; } }
    #header .sp-menu.close {
      background-color: #ffffff;
      transform: rotate(45deg); }
      #header .sp-menu.close:before {
        background-color: #ffffff;
        transform: rotate(-90deg);
        top: 0; }
      #header .sp-menu.close:after {
        display: none; }
  #header > nav {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 8000;
    top: 0;
    left: 0; }
    @media screen and (min-width: 781px) {
      #header > nav {
        display: block !important;
        height: auto;
        width: auto;
        background: none;
        position: absolute;
        left: 500px;
        top: 40px;
        width: 750px;
        text-align: right; } }
    #header > nav ul {
      padding: 100px 0;
      font-size: .16rem;
      width: 230px;
      margin-left: calc(50% - 100px); }
      @media screen and (min-width: 781px) {
        #header > nav ul {
          width: auto;
          padding: 0;
          font-size: .12rem;
          margin: 0;
          display: flex; } }
      #header > nav ul li {
        margin-bottom: .5em;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
        @media screen and (min-width: 781px) {
          #header > nav ul li {
            opacity: 1;
            margin-right: 24px; } }
        #header > nav ul li a {
          color: #FFF;
          display: block; }
          @media screen and (min-width: 781px) {
            #header > nav ul li a {
              color: #000000;
              transition: .3s ease-in-out; }
              #header > nav ul li a:after {
                position: absolute;
                bottom: -2px;
                left: 50%;
                content: '';
                width: 0;
                height: 1px;
                background-color: #FF3131;
                transition: .3s ease-in-out;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
              #header > nav ul li a:hover {
                color: #FF3131; }
                #header > nav ul li a:hover:after {
                  width: 100%; } }
        #header > nav ul li.facebook, #header > nav ul li.instagram, #header > nav ul li.youtube, #header > nav ul li.note, #header > nav ul li.mail {
          opacity: 0;
          width: 18%;
          text-align: center;
          display: inline-block;
          margin-top: 3em; }
          @media screen and (min-width: 781px) {
            #header > nav ul li.facebook, #header > nav ul li.instagram, #header > nav ul li.youtube, #header > nav ul li.note, #header > nav ul li.mail {
              opacity: 1;
              margin: 0; } }
          #header > nav ul li.facebook a i, #header > nav ul li.instagram a i, #header > nav ul li.youtube a i, #header > nav ul li.note a i, #header > nav ul li.mail a i {
            font-size: .48rem; }
            @media screen and (min-width: 781px) {
              #header > nav ul li.facebook a i, #header > nav ul li.instagram a i, #header > nav ul li.youtube a i, #header > nav ul li.note a i, #header > nav ul li.mail a i {
                font-size: .2rem; } }
        @media screen and (max-width: 781px) {
          #header > nav ul li.facebook svg, #header > nav ul li.instagram svg, #header > nav ul li.note svg, #header > nav ul li.mail svg {
            color: #ffffff; }
            #header > nav ul li.facebook svg path, #header > nav ul li.instagram svg path, #header > nav ul li.note svg path, #header > nav ul li.mail svg path {
              fill: #ffffff; }
          #header > nav ul li.youtube svg {
            width: 30px; }
            #header > nav ul li.youtube svg path {
              stroke: #ffffff; }
          #header > nav ul li.facebook {
            margin-left: -20px; }
          #header > nav ul li.note svg {
            width: 23px;
            height: auto; } }
        #header > nav ul li.on {
          opacity: 1;
          -ms-transform: translate(0, 10px) !important;
          -webkit-transform: translate(0, 10px) !important;
          transform: translate(0, 10px) !important; }
        @media screen and (min-width: 781px) {
          #header > nav ul li.facebook {
            position: fixed;
            right: 32px;
            top: 32px;
            margin: 0;
            width: 26px;
            text-align: center; }
            #header > nav ul li.facebook a:after {
              display: none !important; }
          #header > nav ul li.instagram {
            position: fixed;
            right: 32px;
            top: 148px;
            margin: 0;
            width: 26px;
            text-align: center; }
            #header > nav ul li.instagram a:after {
              display: none !important; }
          #header > nav ul li.youtube {
            position: fixed;
            right: 32px;
            top: 92px;
            margin: 0;
            width: 26px;
            text-align: center; }
            #header > nav ul li.youtube a:after {
              display: none !important; }
            #header > nav ul li.youtube a svg {
              width: 100%; }
          #header > nav ul li.note {
            position: fixed;
            right: 32px;
            top: 204px;
            margin: 0;
            width: 26px;
            text-align: center; }
            #header > nav ul li.note a:after {
              display: none !important; }
            #header > nav ul li.note a svg {
              width: 23px;
              height: auto; }
          #header > nav ul li.mail {
            position: fixed;
            right: 32px;
            top: 258px;
            margin: 0;
            width: 26px;
            text-align: center; }
            #header > nav ul li.mail a:after {
              display: none !important; } }

footer {
  background: #E4EBEE; }
  footer .footer-in {
    padding: 40px 0;
    text-align: center; }
    @media screen and (min-width: 781px) {
      footer .footer-in {
        padding: 60px 0; } }
    footer .footer-in .footer-menu li {
      margin-bottom: 1em; }
      @media screen and (min-width: 781px) {
        footer .footer-in .footer-menu li {
          display: inline-block;
          margin-right: 2.5em; }
          footer .footer-in .footer-menu li:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 781px) {
        footer .footer-in .footer-menu li a {
          color: #000000;
          transition: .3s ease-in-out;
          position: relative; }
          footer .footer-in .footer-menu li a:after {
            position: absolute;
            bottom: -2px;
            left: 50%;
            content: '';
            width: 0;
            height: 1px;
            background-color: #FF3131;
            transition: .3s ease-in-out;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
          footer .footer-in .footer-menu li a:hover {
            color: #FF3131; }
            footer .footer-in .footer-menu li a:hover:after {
              width: 100%; } }
    footer .footer-in .footer-icons {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 32px auto; }
      footer .footer-in .footer-icons li {
        margin-right: 30px; }
        footer .footer-in .footer-icons li:last-child {
          margin-right: 0; }
        footer .footer-in .footer-icons li img {
          height: 20px;
          width: auto; }
          footer .footer-in .footer-icons li img.facebook {
            width: 16px;
            height: auto; }
    footer .footer-in h3 {
      width: 210px;
      margin: 0 auto 1em;
      text-align: left; }
      @media screen and (min-width: 781px) {
        footer .footer-in h3 {
          width: 300px; } }
      footer .footer-in h3 span:first-child {
        font-size: .16rem;
        font-family: 'Noto Serif JP', serif;
        display: block; }
        @media screen and (min-width: 781px) {
          footer .footer-in h3 span:first-child {
            font-size: .21rem; } }
      footer .footer-in h3 span:last-child {
        font-size: .16rem;
        font-family: 'Noto Serif JP', serif;
        display: block; }
        @media screen and (min-width: 781px) {
          footer .footer-in h3 span:last-child {
            font-size: .21rem; } }
    footer .footer-in p {
      font-size: .11rem; }
      @media screen and (min-width: 781px) {
        footer .footer-in p {
          font-size: .14rem; } }
  footer .cp {
    color: #ffffff;
    background: #18303E;
    text-align: center;
    margin: 0 auto;
    padding: 1em;
    line-height: 1;
    font-size: .1rem; }
    @media screen and (min-width: 781px) {
      footer .cp {
        font-size: .14rem;
        padding: 1.5em; } }

.top-link {
  margin: 40px auto 0;
  font-family: 'Noto Serif JP', serif;
  font-size: .12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.25s ease-in-out;
  border: 1px solid #18303E;
  height: 40px;
  width: 240px;
  border-radius: 100px;
  overflow: hidden; }
  @media screen and (min-width: 781px) {
    .top-link {
      font-size: .14rem;
      height: 46px;
      width: 280px; } }
  .top-link:before {
    background-image: url(../images/link-bg.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    width: 40px;
    height: 16px;
    position: absolute;
    right: -10px;
    top: calc(50% - 0.5px);
    transition: 0.25s ease-in-out; }
  .top-link:hover, .top-link:active {
    font-size: .13rem; }
    @media screen and (min-width: 781px) {
      .top-link:hover, .top-link:active {
        font-size: .16rem; } }
    .top-link:hover:before, .top-link:active:before {
      right: 0; }

#home-header {
  height: 100%; }
  @media screen and (min-width: 781px) {
    #home-header {
      position: relative;
      overflow: hidden; } }
  #home-header figure {
    position: relative; }
    #home-header figure .sp {
      width: 90%;
      height: auto; }
      @media screen and (min-width: 781px) {
        #home-header figure .sp {
          display: none; } }
    #home-header figure .pc {
      display: none; }
      @media screen and (min-width: 781px) {
        #home-header figure .pc {
          display: block;
          width: calc(100% - 410px);
          height: auto; } }
    #home-header figure figcaption {
      font-family: 'Noto Serif JP', serif;
      position: absolute;
      font-size: .16rem;
      color: #ffffff;
      left: 50px;
      bottom: 50px;
      text-shadow: 1px 1px 2px black; }
      @media screen and (min-width: 781px) {
        #home-header figure figcaption {
          font-size: .28rem;
          color: #18303E;
          bottom: unset;
          top: 80px;
          left: 90px;
          text-shadow: 1px 1px 2px #ffffff; } }
  #home-header h2 {
    font-size: .18rem;
    font-family: 'Noto Serif JP', serif;
    position: absolute;
    margin: 50px 0 0 40px; }
    @media screen and (min-width: 781px) {
      #home-header h2 {
        left: calc(100% - 370px);
        top: calc(50% - 33px);
        font-size: .21rem;
        margin: 0; } }
    #home-header h2:before {
      content: "";
      width: 1px;
      height: 64px;
      background: #18303E;
      display: block;
      position: absolute;
      top: -82px;
      left: 22px; }
      @media screen and (min-width: 781px) {
        #home-header h2:before {
          height: 1px;
          width: 87px;
          top: 33px;
          left: -99px; } }
  #home-header .home-scroll {
    position: absolute;
    right: 14px;
    bottom: 20px;
    width: 10px;
    padding-bottom: 60px; }
    @media screen and (min-width: 781px) {
      #home-header .home-scroll {
        right: 24px; } }
    #home-header .home-scroll:before {
      content: "";
      display: block;
      width: 1px;
      height: 50px;
      transform-origin: top;
      background: #18303E;
      position: absolute;
      right: 4px;
      bottom: 0;
      animation-name: homescrollanimation;
      animation-duration: 1.5s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }
    #home-header .home-scroll img {
      width: 100%;
      height: auto; }
@keyframes homescrollanimation {
  0% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }
#home-aboutus {
  padding: 72px 0 0; }
  @media screen and (min-width: 781px) {
    #home-aboutus {
      padding: 120px 0 0;
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 781px) {
    #home-aboutus > div {
      width: 360px;
      margin-left: 127px; } }
  @media screen and (min-width: 781px) and (max-width: 1340px) {
    #home-aboutus > div {
      margin-left: 24px; } }

  #home-aboutus > div h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: .18rem;
    margin-left: 34px;
    margin-bottom: 28px; }
    @media screen and (min-width: 781px) {
      #home-aboutus > div h2 {
        font-size: .28rem;
        margin-bottom: 40px;
        margin-left: 0; } }
    #home-aboutus > div h2 span {
      display: block;
      font-size: .1rem; }
      @media screen and (min-width: 781px) {
        #home-aboutus > div h2 span {
          font-size: .14rem; } }
  #home-aboutus > div .pc {
    display: none; }
    @media screen and (min-width: 781px) {
      #home-aboutus > div .pc {
        display: block;
        margin: 0 0 40px; }
        #home-aboutus > div .pc.top-link {
          display: flex; } }
  #home-aboutus figure {
    width: 100%;
    text-align: right;
    margin-bottom: 28px; }
    @media screen and (min-width: 781px) {
      #home-aboutus figure {
        width: calc(100% - 620px); } }
  @media screen and (min-width: 781px) and (max-width: 1340px) {
    #home-aboutus figure {
      width: calc(100% -  480px); } }

    #home-aboutus figure img {
      width: 100%;
      height: auto; }
  #home-aboutus p {
    margin: 0 34px;
    text-align: justify; }
  @media screen and (min-width: 781px) {
    #home-aboutus .sp {
      display: none !important; } }

@media screen and (min-width: 781px) {
  #home-topics-map-wrap {
    padding: 120px 127px 0 127px;
    display: flex;
    justify-content: space-between; } }
  @media screen and (min-width: 781px) and (max-width: 1340px) {
    #home-topics-map-wrap {
      padding: 120px 24px 0 24px; } }

#home-topics-map-wrap #home-topics {
  padding: 72px 0 0; }
  @media screen and (min-width: 781px) {
    #home-topics-map-wrap #home-topics {
      padding: 0;
      width: 530px; } }
  @media screen and (min-width: 781px) and (max-width: 1130px) {
    #home-topics-map-wrap #home-topics {
      width: 480px; } }

  #home-topics-map-wrap #home-topics h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: .18rem;
    margin-left: 34px;
    margin-bottom: 28px;
    position: relative; }
    @media screen and (min-width: 781px) {
      #home-topics-map-wrap #home-topics h2 {
        font-size: .28rem;
        margin-bottom: 0;
        margin-left: 0; } }
    #home-topics-map-wrap #home-topics h2 span {
      display: block;
      font-size: .1rem;
      color: #18303E; }
      @media screen and (min-width: 781px) {
        #home-topics-map-wrap #home-topics h2 span {
          font-size: .14rem; } }
    #home-topics-map-wrap #home-topics h2:before {
      content: "";
      width: calc(100% - 130px);
      height: 1px;
      background: #18303E;
      display: block;
      position: absolute;
      top: 15px;
      right: 34px; }
      @media screen and (min-width: 781px) {
        #home-topics-map-wrap #home-topics h2:before {
          width: calc(100% - 165px);
          top: 23px;
          right: 0; } }
#home-topics-map-wrap .topics-lists {
  padding: 0 34px 0 50px; }
  @media screen and (min-width: 781px) {
    #home-topics-map-wrap .topics-lists {
      padding: 0 24px 0 183px; } }
  #home-topics-map-wrap .topics-lists dl {
    display: flex;
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 24px; }
    @media screen and (min-width: 781px) {
      #home-topics-map-wrap .topics-lists dl {
        margin-bottom: 32px; } }
    #home-topics-map-wrap .topics-lists dl:last-child {
      margin-bottom: 0; }
    #home-topics-map-wrap .topics-lists dl dt {
      width: 70px;
      font-size: .12rem;
      color: #6E6E6E; }
      @media screen and (min-width: 781px) {
        #home-topics-map-wrap .topics-lists dl dt {
          font-size: .14rem;
          width: 100px; } }
    #home-topics-map-wrap .topics-lists dl dd {
      width: calc(100% - 70px);
      padding: 0 0 24px 14px;
      text-align: justify;
      font-size: .12rem; }
      @media screen and (min-width: 781px) {
        #home-topics-map-wrap .topics-lists dl dd {
          font-size: .14rem; } }
#home-topics-map-wrap .more {
  margin: 0 34px 0 calc(100% - 274px);
  font-family: 'Noto Serif JP', serif;
  font-size: .12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.25s ease-in-out;
  height: 40px;
  width: 240px;
  overflow: hidden; }
  #home-topics-map-wrap .more:before {
    background-image: url(../images/link-bg.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    width: 40px;
    height: 16px;
    position: absolute;
    right: -10px;
    top: calc(50% - 0.5px);
    transition: 0.25s ease-in-out; }
  #home-topics-map-wrap .more:hover, #home-topics-map-wrap .more:active {
    font-size: .13rem; }
    #home-topics-map-wrap .more:hover:before, #home-topics-map-wrap .more:active:before {
      right: 0; }
#home-topics-map-wrap #home-map {
  padding: 72px 0 0; }
  @media screen and (min-width: 781px) {
    #home-topics-map-wrap #home-map {
      padding: 0;
      width: 530px; } }
  @media screen and (min-width: 781px) and (max-width: 1130px) {
    #home-topics-map-wrap #home-map {
      width: 480px; } }

  #home-topics-map-wrap #home-map h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: .18rem;
    margin-left: 34px;
    margin-bottom: 28px;
    position: relative; }
    @media screen and (min-width: 781px) {
      #home-topics-map-wrap #home-map h2 {
        font-size: .28rem;
        margin-bottom: 40px;
        margin-left: 0; } }
    #home-topics-map-wrap #home-map h2 span {
      display: block;
      font-size: .1rem;
      color: #18303E; }
      @media screen and (min-width: 781px) {
        #home-topics-map-wrap #home-map h2 span {
          font-size: .14rem; } }
    #home-topics-map-wrap #home-map h2:before {
      content: "";
      width: calc(100% - 280px);
      height: 1px;
      background: #18303E;
      display: block;
      position: absolute;
      top: 15px;
      right: 34px; }
      @media screen and (min-width: 781px) {
        #home-topics-map-wrap #home-map h2:before {
          width: calc(100% - 400px);
          top: 23px;
          right: 0; } }
  #home-topics-map-wrap #home-map figure {
    width: 100%;
    text-align: right;
    margin-bottom: 14px;
    position: relative;
    padding: 0 34px; }
    @media screen and (min-width: 781px) {
      #home-topics-map-wrap #home-map figure {
        padding: 0 0 0 50px; } }
    #home-topics-map-wrap #home-map figure > img {
      width: 100%;
      height: auto; }
    #home-topics-map-wrap #home-map figure span {
      font-family: 'Noto Serif JP', serif;
      font-size: .12rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.25s ease-in-out;
      height: 40px;
      width: 240px;
      overflow: hidden;
      background-color: #18303E;
      color: #ffffff;
      border-radius: 100px;
      line-height: 1;
      position: absolute;
      bottom: 14px;
      left: calc(50% - 120px);
      cursor: pointer; }
      @media screen and (min-width: 781px) {
        #home-topics-map-wrap #home-map figure span {
          left: unset;
          bottom: 32px;
          right: 32px; } }
      #home-topics-map-wrap #home-map figure span:before {
        background-image: url(../images/link-bg-white.svg);
        background-repeat: no-repeat;
        content: "";
        display: block;
        width: 40px;
        height: 16px;
        position: absolute;
        right: -10px;
        top: calc(50% - 0.5px);
        transition: 0.25s ease-in-out; }
      #home-topics-map-wrap #home-map figure span img {
        position: absolute;
        left: 20px;
        transition: 0.25s ease-in-out; }
      #home-topics-map-wrap #home-map figure span:hover, #home-topics-map-wrap #home-map figure span:active {
        font-size: .13rem; }
        #home-topics-map-wrap #home-map figure span:hover:before, #home-topics-map-wrap #home-map figure span:active:before {
          right: 0; }
        #home-topics-map-wrap #home-map figure span:hover img, #home-topics-map-wrap #home-map figure span:active img {
          transform: scale(1.05); }
  #home-topics-map-wrap #home-map p {
    margin: 0 34px;
    text-align: justify; }
  #home-topics-map-wrap #home-map .pdf {
    text-align: right;
    display: block;
    margin-right: 34px; }
    @media screen and (min-width: 781px) {
      #home-topics-map-wrap #home-map .pdf {
        transition: .3s ease-in-out;
        position: relative;
        display: inline-block;
        margin-left: calc(100% - 110px);
        margin-right: 0; }
        #home-topics-map-wrap #home-map .pdf:after {
          position: absolute;
          bottom: -2px;
          left: 50%;
          content: '';
          width: 0;
          height: 1px;
          background-color: #FF3131;
          transition: .3s ease-in-out;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
        #home-topics-map-wrap #home-map .pdf:hover {
          color: #FF3131; }
          #home-topics-map-wrap #home-map .pdf:hover:after {
            width: 100%; } }

#map-modal {
  background-color: rgba(24, 48, 62, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; }
  #map-modal figure {
    width: 90%;
    position: relative; }
    @media screen and (min-width: 781px) {
      #map-modal figure {
        width: auto; } }
    #map-modal figure img {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 781px) {
        #map-modal figure img {
          height: 90vh;
          width: auto; } }
    #map-modal figure .close {
      cursor: pointer;
      position: absolute;
      width: 22px;
      height: 22px;
      top: -40px;
      right: 0; }
      @media screen and (min-width: 781px) {
        #map-modal figure .close {
          width: 30px;
          height: 30px;
          top: 0;
          right: -50px; } }
      #map-modal figure .close img {
        width: 100%;
        height: auto; }

#home-history {
  padding: 72px 0 0;
  position: relative; }
  @media screen and (min-width: 781px) {
    #home-history {
      padding: 120px 0 0; } }
  #home-history h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: .18rem;
    margin-left: 34px;
    margin-bottom: 28px; }
    @media screen and (min-width: 781px) {
      #home-history h2 {
        font-size: .28rem;
        margin-bottom: 40px;
        margin-left: 127px; } }
  @media screen and (min-width: 781px) and (max-width: 1340px) {
    #home-history h2 {
      margin-left: 24px; } }

    #home-history h2 span {
      display: block;
      font-size: .1rem;
      color: #18303E; }
      @media screen and (min-width: 781px) {
        #home-history h2 span {
          font-size: .14rem; } }
  #home-history figure {
    width: 100%;
    text-align: right;
    margin-bottom: 28px;
    padding-right: 34px; }
    @media screen and (min-width: 781px) {
      #home-history figure {
        text-align: left;
        padding-left: 127px; } }
  @media screen and (min-width: 781px) and (max-width: 1340px) {
    #home-history figure {
      padding-left: 24px; } }

    #home-history figure img {
      width: 70%;
      height: auto; }
  #home-history p {
    position: absolute;
    top: 150px;
    left: 0;
    margin: 0 34px;
    font-size: .12rem;
    font-family: 'Noto Serif JP', serif;
    display: flex;
    align-items: baseline;
    line-height: 1.4; }
    @media screen and (min-width: 781px) {
      #home-history p {
        font-size: .22rem;
        left: 82%;
        top: 300px;
        margin: 0; } }
  @media screen and (min-width: 781px) and (max-width: 1340px) {
    #home-history p {
      left: 80%;
      top: 250px; } }

    #home-history p span {
      display: inline-block;
      background: #ffffff;
      margin-right: 6px;
      padding: 8px 2px;
      white-space: pre-line; }
  @media screen and (min-width: 781px) {
    #home-history .top-link {
      position: absolute;
      left: calc(82% - 91px);
      top: 700px; } }
  @media screen and (min-width: 781px) and (max-width: 1340px) {
    #home-history .top-link {
      left: calc(80% - 91px);
      top: 650px; } }

#home-temple {
  padding: 72px 0 0;
  position: relative; }
  @media screen and (min-width: 781px) {
    #home-temple {
      padding: 120px 127px 0 127px;
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 781px) and (max-width: 1340px) {
    #home-temple {
      padding: 120px 24px 0 24px; } }

  @media screen and (min-width: 781px) {
    #home-temple > div {
      width: 495px;
      text-align: left; } }
  #home-temple > div h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: .18rem;
    margin-left: 34px;
    margin-bottom: 28px; }
    @media screen and (min-width: 781px) {
      #home-temple > div h2 {
        font-size: .28rem;
        margin-bottom: 40px;
        margin-left: 0; } }
    #home-temple > div h2 span {
      display: block;
      font-size: .1rem; }
      @media screen and (min-width: 781px) {
        #home-temple > div h2 span {
          font-size: .14rem; } }
  #home-temple > div figure {
    width: 100%;
    margin-bottom: 28px;
    padding: 0 34px; }
    #home-temple > div figure img {
      width: 100%;
      height: auto; }
  #home-temple > div p {
    margin: 0 34px;
    font-size: .12rem;
    text-align: justify;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 28px; }
    @media screen and (min-width: 781px) {
      #home-temple > div p {
        margin: 0;
        font-size: .14rem; } }
  @media screen and (min-width: 781px) {
    #home-temple > div .top-link {
      margin-left: 0; } }
  @media screen and (min-width: 781px) {
    #home-temple .sp {
      display: none; } }
  #home-temple .pc {
    display: none; }
    @media screen and (min-width: 781px) {
      #home-temple .pc {
        width: calc(100% - 530px);
        display: block; }
        #home-temple .pc img {
          width: 100%;
          height: auto; } }

#home-machiya {
  padding: 72px 0;
  position: relative; }
  @media screen and (min-width: 781px) {
    #home-machiya {
      padding: 120px 127px 90px; } }
  @media screen and (min-width: 781px) and (max-width: 1340px) {
    #home-machiya {
      padding: 120px 24 px 90px; } }

  #home-machiya figure {
    width: 100%; }
    #home-machiya figure img {
      width: 100%;
      height: auto; }
  #home-machiya > div {
    padding: 34px 20px;
    margin: -50px 34px 0;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 781px) {
      #home-machiya > div {
        margin: -124px 140px 0;
        padding: 50px; } }
    #home-machiya > div h2 {
      font-family: 'Noto Serif JP', serif;
      font-size: .18rem;
      text-align: center;
      margin-bottom: 28px; }
      @media screen and (min-width: 781px) {
        #home-machiya > div h2 {
          font-size: .28rem;
          margin-bottom: 40px;
          margin-left: 0; } }
      #home-machiya > div h2 span {
        display: block;
        font-size: .1rem;
        color: #18303E; }
        @media screen and (min-width: 781px) {
          #home-machiya > div h2 span {
            font-size: .14rem; } }
    #home-machiya > div p {
      font-size: .12rem;
      text-align: justify;
      font-family: 'Noto Serif JP', serif;
      margin-bottom: 28px; }
      @media screen and (min-width: 781px) {
        #home-machiya > div p {
          width: 430px;
          font-size: .14rem;
          text-align: left;
          margin: 0 auto; } }

#single-contents {
  padding: 0 34px 64px; }
  @media screen and (min-width: 781px) {
    #single-contents {
      display: flex;
      padding: 50px 127px 100px; } }
  @media screen and (min-width: 781px) {
    #single-contents header {
      padding-right: 64px;
      width: 301px; } }
  #single-contents header > span {
    color: #6E6E6E;
    font-size: .12rem; }
    @media screen and (min-width: 781px) {
      #single-contents header > span {
        font-size: .14rem; } }
  #single-contents header h2 {
    margin: 0 auto 32px;
    font-size: .18rem;
    text-align: justify; }
    @media screen and (min-width: 781px) {
      #single-contents header h2 {
        font-size: .2rem; } }
  #single-contents article {
    padding: 14px 0;
    border-top: 1px solid #18303E;
    border-bottom: 1px solid #18303E; }
    @media screen and (min-width: 781px) {
      #single-contents article {
        width: calc(100% - 428px);
        padding: 32px 0;
        margin-left: 127px; } }
    #single-contents article p {
      margin-bottom: 1em; }
    #single-contents article iframe {
      width: 100%;
      margin-bottom: 1em; }
    #single-contents article img {
      max-width: 100%;
      height: auto; }
    #single-contents article a {
      text-decoration: underline;
      color: #FF3131; }

@media screen and (min-width: 781px) {
  #aboutus {
    padding: 64px 127px 0; } }
  @media screen and (min-width: 781px) and (max-width: 1180px) {
    #aboutus {
      padding: 64px 24px 0; } }

#aboutus h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: .18rem;
  margin-left: 34px;
  margin-bottom: 28px;
  padding-bottom: 60px;
  position: relative; }
  @media screen and (min-width: 781px) {
    #aboutus h2 {
      font-size: .28rem;
      margin-bottom: 40px;
      margin-left: 0;
      width: 100%; } }
  @media screen and (min-width: 781px) and (min-width: 781px) {
    #aboutus h2 {
      padding-bottom: 85px; } }

  #aboutus h2:after {
    content: "";
    height: 48px;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 29px;
    background: #18303E; }
    @media screen and (min-width: 781px) {
      #aboutus h2:after {
        height: 63px; } }
  #aboutus h2 span:last-child {
    display: block;
    font-size: .1rem; }
    @media screen and (min-width: 781px) {
      #aboutus h2 span:last-child {
        font-size: .14rem; } }
#aboutus > div {
  padding-bottom: 40px; }
  @media screen and (min-width: 781px) {
    #aboutus > div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  #aboutus > div figure {
    width: 100%;
    text-align: right;
    margin-bottom: 28px; }
    @media screen and (min-width: 781px) {
      #aboutus > div figure {
        width: 45.7627118644068%; } }
  @media screen and (min-width: 781px) and (max-width: 1180px) {
    #aboutus > div figure {
      width: 48%; } }

    #aboutus > div figure img {
      width: 100%;
      height: auto; }
  @media screen and (min-width: 781px) {
    #aboutus > div > div {
      width: 45.7627118644068%; } }
  @media screen and (min-width: 781px) and (max-width: 1180px) {
    #aboutus > div > div {
      width: 48%; } }

  #aboutus > div > div p {
    margin: 0 34px 60px;
    text-align: justify;
    font-size: .12rem; }
    @media screen and (min-width: 781px) {
      #aboutus > div > div p {
        font-size: .14rem; } }
  #aboutus > div > div > dl {
    display: flex;
    justify-content: space-between;
    margin: 0 34px 1em;
    font-size: .12rem; }
    @media screen and (min-width: 781px) {
      #aboutus > div > div > dl {
        font-size: .14rem; } }
    #aboutus > div > div > dl > dt {
      width: 80px;
      display: flex;
      justify-content: space-between; }
      @media screen and (min-width: 781px) {
        #aboutus > div > div > dl > dt {
          width: 90px; } }
    #aboutus > div > div > dl > dd {
      width: calc(100% - 100px); }
      @media screen and (min-width: 781px) {
        #aboutus > div > div > dl > dd {
          width: calc(100% - 120px); } }
      #aboutus > div > div > dl > dd dl {
        display: flex;
        justify-content: space-between;
        margin: 0 0 1em;
        font-size: .12rem; }
        @media screen and (min-width: 781px) {
          #aboutus > div > div > dl > dd dl {
            font-size: .14rem; } }
        #aboutus > div > div > dl > dd dl dt {
          width: 90px;
          display: flex;
          justify-content: space-between; }
          @media screen and (min-width: 781px) {
            #aboutus > div > div > dl > dd dl dt {
              width: 100px; } }
        #aboutus > div > div > dl > dd dl dd {
          width: calc(100% - 100px); }
          @media screen and (min-width: 781px) {
            #aboutus > div > div > dl > dd dl dd {
              width: calc(100% - 120px); } }

@media screen and (min-width: 781px) {
  #history {
    padding: 64px 127px 0; } }
  @media screen and (min-width: 781px) and (max-width: 1180px) {
    #history {
      padding: 64px 24px 0; } }

#history h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: .18rem;
  margin-left: 34px;
  margin-bottom: 28px;
  padding-bottom: 60px;
  position: relative; }
  @media screen and (min-width: 781px) {
    #history h2 {
      font-size: .28rem;
      margin-bottom: 40px;
      margin-left: 0;
      width: 100%; } }
  @media screen and (min-width: 781px) and (min-width: 781px) {
    #history h2 {
      padding-bottom: 85px; } }

  #history h2:after {
    content: "";
    height: 48px;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 29px;
    background: #18303E; }
    @media screen and (min-width: 781px) {
      #history h2:after {
        height: 63px; } }
  #history h2 span:last-child {
    display: block;
    font-size: .1rem; }
    @media screen and (min-width: 781px) {
      #history h2 span:last-child {
        font-size: .14rem; } }
#history > div {
  padding-bottom: 40px; }
  @media screen and (min-width: 781px) {
    #history > div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  #history > div figure {
    width: 100%;
    text-align: right;
    margin-bottom: 28px; }
    @media screen and (min-width: 781px) {
      #history > div figure {
        width: 45.7627118644068%; } }
  @media screen and (min-width: 781px) and (max-width: 1180px) {
    #history > div figure {
      width: 48%; } }

    #history > div figure img {
      width: 100%;
      height: auto; }
  @media screen and (min-width: 781px) {
    #history > div > div {
      width: 45.7627118644068%; } }
  @media screen and (min-width: 781px) and (max-width: 1180px) {
    #history > div > div {
      width: 48%; } }

  #history > div > div p {
    margin: 0 34px 1em;
    text-align: justify; }
#history > figure {
  padding-bottom: 64px; }
  @media screen and (min-width: 781px) {
    #history > figure {
      padding-bottom: 100px; } }
  #history > figure img {
    width: 100%;
    height: auto; }
  #history > figure figcaption {
    font-size: .14rem;
    text-align: right; }
    @media screen and (min-width: 781px) {
      #history > figure figcaption {
        font-size: .21rem; } }

@media screen and (min-width: 781px) {
  #shrine {
    padding: 64px 127px 0; } }
  @media screen and (min-width: 781px) and (max-width: 1180px) {
    #shrine {
      padding: 64px 24px 0; } }

#shrine h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: .18rem;
  margin-left: 34px;
  margin-bottom: 28px;
  padding-bottom: 60px;
  position: relative; }
  @media screen and (min-width: 781px) {
    #shrine h2 {
      font-size: .28rem;
      margin-bottom: 40px;
      margin-left: 0;
      width: 100%; } }
  @media screen and (min-width: 781px) and (min-width: 781px) {
    #shrine h2 {
      padding-bottom: 85px; } }

  #shrine h2:after {
    content: "";
    height: 48px;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 29px;
    background: #18303E; }
    @media screen and (min-width: 781px) {
      #shrine h2:after {
        height: 63px; } }
  #shrine h2 span:last-child {
    display: block;
    font-size: .1rem; }
    @media screen and (min-width: 781px) {
      #shrine h2 span:last-child {
        font-size: .14rem; } }
#shrine > p {
  font-size: .12rem;
  margin: 0 34px 3em;
  text-align: justify; }
  @media screen and (min-width: 781px) {
    #shrine > p {
      font-size: .14rem;
      margin: 0 0 3em; } }
#shrine .shrine-box {
  margin: 0 34px 64px; }
  @media screen and (min-width: 781px) {
    #shrine .shrine-box {
      margin: 0 0 100px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  #shrine .shrine-box h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: .14rem;
    margin-bottom: 1.5em;
    position: relative; }
    @media screen and (min-width: 781px) {
      #shrine .shrine-box h3 {
        font-size: .18rem;
        width: 100%; } }
    #shrine .shrine-box h3:after {
      content: "";
      height: 1px;
      width: calc(100% - 50px);
      position: absolute;
      top: 12px;
      right: 0;
      background: #18303E; }
      @media screen and (min-width: 781px) {
        #shrine .shrine-box h3:after {
          top: 16px; } }
    #shrine .shrine-box h3 span:last-child {
      display: block;
      font-size: .1rem; }
      @media screen and (min-width: 781px) {
        #shrine .shrine-box h3 span:last-child {
          font-size: .12rem; } }
    #shrine .shrine-box h3.gansenji:after {
      width: calc(100% - 180px); }
      @media screen and (min-width: 781px) {
        #shrine .shrine-box h3.gansenji:after {
          width: calc(100% -  240px); } }
    #shrine .shrine-box h3.kanda:after {
      width: calc(100% - 230px); }
      @media screen and (min-width: 781px) {
        #shrine .shrine-box h3.kanda:after {
          width: calc(100% - 300px); } }
    #shrine .shrine-box h3.jizoson:after {
      width: calc(100% - 130px); }
      @media screen and (min-width: 781px) {
        #shrine .shrine-box h3.jizoson:after {
          width: calc(100% - 180px); } }
    #shrine .shrine-box h3.taikodai:after {
      width: calc(100% - 300px); }
      @media screen and (min-width: 781px) {
        #shrine .shrine-box h3.taikodai:after {
          width: calc(100% - 400px); } }
    #shrine .shrine-box h3.bonodori:after {
      width: calc(100% - 80px); }
      @media screen and (min-width: 781px) {
        #shrine .shrine-box h3.bonodori:after {
          width: calc(100% - 120px); } }
  #shrine .shrine-box figure {
    margin-bottom: 1.5em; }
    @media screen and (min-width: 781px) {
      #shrine .shrine-box figure {
        width: 400px; } }
  @media screen and (min-width: 781px) and (max-width: 1180px) {
    #shrine .shrine-box figure {
      width: 370px; } }

    #shrine .shrine-box figure img {
      width: 100%;
      height: auto; }
  #shrine .shrine-box div p {
    margin: 0 0 1em;
    font-size: .12rem;
    text-align: justify; }
    @media screen and (min-width: 781px) {
      #shrine .shrine-box div p {
        font-size: .14rem; } }
  @media screen and (min-width: 781px) {
    #shrine .shrine-box.column2 div {
      width: calc(100% - 500px); } }
  @media screen and (min-width: 781px) and (max-width: 1180px) {
    #shrine .shrine-box.column2 div {
      width: calc(100% - 440px); } }

  @media screen and (min-width: 781px) {
    #shrine .shrine-box.column1 div {
      width: 100%; } }

@media screen and (min-width: 781px) {
  #machiya {
    padding: 64px 127px 0; } }
  @media screen and (min-width: 781px) and (max-width: 1180px) {
    #machiya {
      padding: 64px 24px 0; } }

#machiya h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: .18rem;
  margin-left: 34px;
  margin-bottom: 28px;
  padding-bottom: 60px;
  position: relative; }
  @media screen and (min-width: 781px) {
    #machiya h2 {
      font-size: .28rem;
      margin-bottom: 40px;
      margin-left: 0;
      width: 100%; } }
  @media screen and (min-width: 781px) and (min-width: 781px) {
    #machiya h2 {
      padding-bottom: 85px; } }

  #machiya h2:after {
    content: "";
    height: 48px;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 29px;
    background: #18303E; }
    @media screen and (min-width: 781px) {
      #machiya h2:after {
        height: 63px; } }
  #machiya h2 span:last-child {
    display: block;
    font-size: .1rem; }
    @media screen and (min-width: 781px) {
      #machiya h2 span:last-child {
        font-size: .14rem; } }
#machiya > p {
  font-size: .12rem;
  margin: 0 34px 3em;
  text-align: justify; }
  @media screen and (min-width: 781px) {
    #machiya > p {
      font-size: .14rem;
      margin: 0 0 3em; } }
#machiya .machiya-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 34px; }
  @media screen and (min-width: 781px) {
    #machiya .machiya-wrap {
      padding: 0; } }
  #machiya .machiya-wrap dl {
    width: calc(50% - 10px);
    margin-bottom: 32px; }
    @media screen and (min-width: 781px) {
      #machiya .machiya-wrap dl {
        width: calc((100% / 3) - 30px);
        margin-bottom: 64px; } }
    #machiya .machiya-wrap dl dt {
      font-family: 'Noto Serif JP', serif;
      font-size: .12rem;
      margin-bottom: 1em;
      position: relative; }
      @media screen and (min-width: 781px) {
        #machiya .machiya-wrap dl dt {
          font-size: .18rem; } }
      #machiya .machiya-wrap dl dt:after {
        content: "";
        height: 1px;
        width: calc(100% - 7em);
        position: absolute;
        top: 11px;
        right: 0;
        background: #18303E; }
        @media screen and (min-width: 781px) {
          #machiya .machiya-wrap dl dt:after {
            top: 16px; } }
      #machiya .machiya-wrap dl dt.long:after {
        width: calc(100% - 11em); }
    #machiya .machiya-wrap dl dd figure {
      margin-bottom: 1em; }
      #machiya .machiya-wrap dl dd figure img {
        width: 100%;
        height: auto; }
    #machiya .machiya-wrap dl dd p {
      font-size: .1rem;
      text-align: justify; }
      @media screen and (min-width: 781px) {
        #machiya .machiya-wrap dl dd p {
          font-size: .14rem; } }

#post-archive {
  padding: 0 34px 64px; }
  @media screen and (min-width: 781px) {
    #post-archive {
      padding: 0 127px 100px; } }
  #post-archive > div {
    padding: 24px 0;
    border-bottom: 1px solid #18303E; }
    @media screen and (min-width: 781px) {
      #post-archive > div {
        padding: 32px 0; } }
    #post-archive > div > span:first-child {
      color: #6E6E6E;
      font-size: .1rem; }
    #post-archive > div h2 {
      font-size: .16rem;
      position: relative;
      margin-bottom: 1em; }
      @media screen and (min-width: 781px) {
        #post-archive > div h2 {
          font-size: .18rem; }
          #post-archive > div h2 span {
            display: block;
            content: "";
            height: 1px;
            background: #18303E;
            position: absolute;
            right: 0;
            top: 17px; } }
    #post-archive > div p {
      font-size: .12rem;
      text-align: justify;
      margin-bottom: 1em; }
      @media screen and (min-width: 781px) {
        #post-archive > div p {
          font-size: .14rem; } }
    #post-archive > div .more {
      margin: 0 0 0 calc(100% - 240px);
      font-family: 'Noto Serif JP', serif;
      font-size: .12rem;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      transition: 0.25s ease-in-out;
      height: 40px;
      width: 240px;
      overflow: hidden; }
      #post-archive > div .more:before {
        background-image: url(../images/link-bg.svg);
        background-repeat: no-repeat;
        content: "";
        display: block;
        width: 40px;
        height: 16px;
        position: absolute;
        right: -10px;
        top: calc(50% - 0.5px);
        transition: 0.25s ease-in-out; }
      #post-archive > div .more:hover, #post-archive > div .more:active {
        font-size: .13rem; }
        #post-archive > div .more:hover:before, #post-archive > div .more:active:before {
          right: 0; }

@media screen and (min-width: 781px) {
  #contact {
    padding: 64px 127px 0;
    display: flex; } }
  @media screen and (min-width: 781px) and (max-width: 1180px) {
    #contact {
      padding: 64px 24px 0; } }

#contact h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: .18rem;
  margin-left: 34px;
  margin-bottom: 28px;
  padding-bottom: 60px;
  position: relative; }
  @media screen and (min-width: 781px) {
    #contact h2 {
      font-size: .28rem;
      margin-bottom: 40px;
      margin-left: 0;
      width: 300px; } }
  @media screen and (min-width: 781px) and (min-width: 781px) {
    #contact h2 {
      padding-bottom: 85px; } }

  #contact h2:after {
    content: "";
    height: 48px;
    width: 1px;
    position: absolute;
    bottom: 0;
    left: 29px;
    background: #18303E; }
    @media screen and (min-width: 781px) {
      #contact h2:after {
        top: 26px;
        bottom: unset;
        left: 200px;
        width: 120px;
        height: 1px; } }
  #contact h2 span:last-child {
    display: block;
    font-size: .1rem; }
    @media screen and (min-width: 781px) {
      #contact h2 span:last-child {
        font-size: .14rem; } }
#contact > div {
  padding: 0 34px; }
  @media screen and (min-width: 781px) {
    #contact > div {
      padding: 0 0 0 127px;
      width: 100%; } }
  #contact > div .wpforms-field {
    margin-bottom: 12px; }
    @media screen and (min-width: 781px) {
      #contact > div .wpforms-field {
        margin-bottom: 32px; } }
  #contact > div .wpforms-field-label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 8px; }
  #contact > div .wpforms-required-label {
    background: #FF3131;
    border-radius: 3px;
    font-size: .1rem;
    color: #ffffff;
    font-weight: 600;
    padding: 4px 10px;
    line-height: 1;
    margin-right: 4px; }
  #contact > div .wpforms-submit {
    border-radius: 100px;
    width: 280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #18303E; }

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

/*# sourceMappingURL=style.css.map */
