@charset "UTF-8";
/*
Theme Name: morimachi
Version: 2.0 2026/03/26
*/
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #1a1a1a;
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

/*
.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  @include sp {
    display: none !important;
  }
}

.cursor {
  width: 14px;
  height: 14px;
  background-color: rgba(#000, 0.9);
  z-index: 9999;
  &.is-active-movie {
    cursor: none;
    border-radius: 0;
    background-color: transparent;
    transition: transform ease 0.1s;

    width: 0px;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    border-right: 0;
    pointer-events: none;

    transform: scale(2.5);
  }
  &.is-active-text {
    cursor: none;
  }
}

.follower {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(#ecd370, 0.8);
  z-index: 9998;
  transition: transform ease 0.2s;
  text-align: center;
  span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    transform: scale(0);
  }
  &.is-active {
    transform: scale(3);
  }
}
*/
p {
  line-height: 1.8;
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  margin: 0;
  padding: 0;
  transition: 0.4s;
}

a {
  text-decoration: none;
  transition: 0.4s;
  color: #1a1a1a;
}

a:hover {
  opacity: 0.6;
}

p a {
  border-bottom: 1px #1a1a1a solid;
}

p a:hover {
  border-bottom: 3px #1a1a1a solid;
}

.bold {
  font-weight: 700;
}

.btn {
  border: 1px solid #6f6f6f;
  background-color: #fff;
  padding: 13px 30px;
  display: flex;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  margin-top: 40px;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .btn {
    padding: 13px 90px;
  }
}

@media (max-width: 767px) {
  .btn {
    width: 100%;
  }
}

.btn:hover {
  background-color: #afe0d7;
  border: 1px solid #afe0d7;
}

h1,
h2,
h3,
h4 {
  line-height: 1.5em;
  font-weight: 300;
}

h1.title {
  font-size: 3.6rem;
  font-weight: 300;
  white-space: nowrap;
}

.bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  .spo {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pco {
    display: none !important;
  }
}

.center {
  text-align: center;
}

@media (max-width: 767px) {
  .center-sp {
    text-align: center;
  }
}

.right {
  text-align: right;
}

@media (max-width: 767px) {
  .right-sp {
    text-align: right;
  }
}

.tate {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.sansserif {
  font-family: sans-serif;
}

.serif {
  font-family: "Times New Roman", serif;
}

.link {
  display: inline-block;
  margin-top: 0px;
  font-size: 1.8rem;
  background-color: transparent;
  font-style: italic;
  text-decoration: none;
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding: 0px 0px 0px 0px;
}

.link:hover {
  background-position: bottom 9px right 5px;
}

ul.dot {
  list-style-type: disc;
}

ul.dot li {
  margin-left: 20px;
}

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

@media (min-width: 768px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 1001px) {
  .container-L {
    width: 1400px;
    margin: 0 auto;
  }
}

.wrap {
  overflow: hidden;
}

@media (min-width: 768px) {
  .wrap {
    min-width: 1200px;
  }
}

.slide {
  position: relative;
}

.slide div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .slide div {
    height: 100dvh;
  }
}

.slide div img {
  position: absolute;
  left: 5%;
  bottom: 60px;
  margin: auto;
}

@media (max-width: 767px) {
  .slide div img {
    bottom: 180px;
    width: 90%;
  }
}

.slide div.img01 {
  background-image: url(img/main1@2x.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .slide div.img01 {
    background-image: url(img/main1@2x.jpg);
  }
}

@media (min-width: 768px) {
  .slide div.img01 {
    background-image: url(img/main1-pc.jpg);
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .slide div.img01 {
    background-image: url(img/main1-pc@2x.jpg);
  }
}

.slide div.img02 {
  background-image: url(img/main2@2x.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .slide div.img02 {
    background-image: url(img/main2@2x.jpg);
  }
}

@media (min-width: 768px) {
  .slide div.img02 {
    background-image: url(img/main2-pc.jpg);
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .slide div.img02 {
    background-image: url(img/main2-pc@2x.jpg);
  }
}

.slide div.img03 {
  background-image: url(img/main3@2x.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .slide div.img03 {
    background-image: url(img/main3@2x.jpg);
  }
}

@media (min-width: 768px) {
  .slide div.img03 {
    background-image: url(img/main3-pc.jpg);
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .slide div.img03 {
    background-image: url(img/main3-pc@2x.jpg);
  }
}

.slide div.img04 {
  background-image: url(img/main4@2x.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .slide div.img04 {
    background-image: url(img/main4@2x.jpg);
  }
}

@media (min-width: 768px) {
  .slide div.img04 {
    background-image: url(img/main4-pc.jpg);
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .slide div.img04 {
    background-image: url(img/main4-pc@2x.jpg);
  }
}

.slide .slick-dots {
  bottom: 4%;
  z-index: +1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.maincopy {
  position: absolute;
  z-index: 9999;
}

.line-vertical-wh {
  width: 1px;
  height: 50px;
  background-color: #fff;
  margin: 75px auto 0 auto;
}

.headernav {
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 8888;
  background-color: #fff;
}

@media (min-width: 768px) {
  .headernav {
    height: 90px;
  }
}

.headernav-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

@media (min-width: 768px) {
  .headernav-inner {
    width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .headernav-inner .head-logo img {
    width: 75px;
    height: 60px;
  }
}

.sp-nav {
  list-style: none;
  z-index: 8888;
  width: 100%;
  transition: 1.1s;
}

@media (min-width: 768px) {
  .sp-nav {
    display: none;
  }
}

.notice {
  margin: 50px 20px 0 20px;
}

@media (min-width: 768px) {
  .notice {
    width: 420px;
    margin: 50px auto 0 auto;
  }
}

li.lang {
  display: none !important;
}

.home li.lang,
#over li.lang,
#about li.lang,
#nl li.lang {
  display: block !important;
}

nav.gnav {
  font-size: 1.8rem;
  width: 100%;
  transition: 1.1s;
}

@media (max-width: 767px) {
  nav.gnav {
    display: none !important;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

nav.gnav .nav-inner {
  display: flex;
  justify-content: flex-end;
}

nav.gnav .nav-inner ul#gnav-ul {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  nav.gnav .nav-inner ul#gnav-ul {
    justify-content: flex-start;
  }
}

nav.gnav .nav-inner ul#gnav-ul li {
  margin: 0;
  display: block;
  display: flex;
}

@media (min-width: 768px) {
  nav.gnav .nav-inner ul#gnav-ul li {
    margin: 0px 30px 0px 30px;
    align-items: center;
  }
}

@media (max-width: 767px) {
  nav.gnav .nav-inner ul#gnav-ul li {
    display: none;
  }
}

nav.gnav .nav-inner ul#gnav-ul li a {
  color: #1a1a1a;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  font-size: 1.6rem;
}

/* 外部リンクアイコン */
.external-link-icon {
  width: 13px;
  height: 13px;
  margin-left: 3px;
  margin-bottom: 1px;
  vertical-align: middle;
  display: inline;
}

nav.gnav .nav-inner ul#gnav-ul li a:has(.external-link-icon),
#gloval-nav ul li a:has(.external-link-icon) {
  white-space: nowrap;
}

.lang-spnav {
  position: absolute;
  top: 21px;
  right: 80px;
  height: 30px;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.4s;
  color: #1a1a1a;
  border-bottom: #1a1a1a 1px solid;
}

@media (min-width: 768px) {
  .lang-spnav {
    display: none;
  }
}

.change-nav {
  transition: 1.1s;
  box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.3);
}

.change-nav .headernav-inner {
  transition: 1.1s;
}

.change-nav a,
.change-nav .lang {
  color: #000 !important;
}

.change-nav li.lang span {
  border-bottom: 1px solid #1a1a1a !important;
}

.change-nav #nav-toggle {
  position: absolute;
}

@media (min-width: 768px) {
  .change-nav #nav-toggle {
    top: 20px;
  }
}

.change-nav #nav-toggle span {
  background: #1a1a1a !important;
}

.change-nav .lang-spnav {
  top: 13px;
  border-bottom: #1a1a1a 1px solid;
}

.is-show {
  transform: translateY(0);
}

#nav-toggle {
  position: absolute;
  top: 29px;
  right: 20px;
  height: 30px;
  cursor: pointer;
  transition: 0.4s;
}

#nav-toggle > div {
  position: relative;
  width: 30px;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #1a1a1a;
  position: absolute;
  transition: transform 1.1s ease-in-out, top 0.5s ease;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 10px;
}

#nav-toggle span:nth-child(3) {
  top: 20px;
}

.open #nav-toggle span {
  background: #1a1a1a !important;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: #edfffc;
  color: #1a1a1a;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  font-size: 1.8rem;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

#gloval-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

#gloval-nav a {
  font-size: 2.2rem;
}

#gloval-nav ul {
  list-style: none;
  text-align: center;
  margin-bottom: 20px;
}

#gloval-nav ul li {
  margin: 25px 0;
  color: #1a1a1a;
}

#gloval-nav ul a {
  font-weight: 700;
}

#gloval-nav img.logo {
  width: 120px;
  margin-top: 0px;
  margin-bottom: 30px;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.1s ease, opacity 0.9s ease;
}

input,
textarea {
  width: 100%;
  padding: 5px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  transition: 0.4s;
}

input:focus,
textarea:focus {
  border: 1px solid #6f6f6f;
  box-shadow: none;
  outline: none;
}

textarea {
  height: 6em;
}

input.submitbtn {
  -webkit-appearance: none;
  background-image: none;
  transition: 0.4s;
  width: 100%;
}

input.submitbtn:hover {
  background-position: bottom 9px right 5px;
}

header .headernav-inner {
  position: fixed;
  height: 80px;
  inset: 0;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 8888;
  padding: 0 20px;
}

@media (min-width: 768px) {
  header .headernav-inner {
    margin: 0 auto;
    padding-top: 10px;
  }
}

.top-about {
  height: 600px;
  padding: 70px 20px 0 20px;
  text-align: center;
  background-image: url(img/japan-map.jpg);
  background-repeat: no-repeat;
  background-position: bottom 0px left 15px;
  background-size: contain;
}

@media (min-width: 768px) {
  .top-about {
    height: 630px;
    margin: 30px 130px 0 20px;
    margin-top: 30px;
    padding: 110px 100 0 0;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .top-about {
    background-image: url(img/japan-map@2x.jpg);
  }
}

@media (min-width: 768px) {
  .top-about {
    background-image: url(img/japan-map-pc.jpg);
    background-position: right;
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .top-about {
    background-image: url(img/japan-map-pc@2x.jpg);
  }
}

.top-about p {
  line-height: 2.5;
  padding: 0 20px;
}

.whatsnew {
  margin-top: 90px;
}

.whatsnew + .whatsnew {
  margin-top: 150px;
}

.title {
  display: inline-block;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.2;
  background: linear-gradient(transparent 72%, #afe0d7 72%);
  margin: 0 auto;
}

.titlesmall {
  font-size: 3rem;
  display: inline-block;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 auto;
}

.mab-title {
  margin-bottom: 60px;
}

.mab-title-sp {
  margin-top: 90px;
}

@media (min-width: 768px) {
  .mab-title-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .mab-title-pc {
    display: none;
  }
}

.top-news {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .top-news {
    width: 100%;
    margin: 0 auto 25px auto;
  }
}

@media (max-width: 767px) {
  .top-news {
    padding: 0 20px;
  }
}

.top-news .btn {
  margin-top: 0;
  display: block;
  background-color: #00655a;
  color: #fff;
  border: 1px solid #00655a;
}

@media (min-width: 768px) {
  .top-news .btn {
    width: 380px;
    margin: 40px auto 0 auto;
  }
}

.top-news .btn:hover {
  background-color: #fff;
  border: 1px solid #00655a;
  color: #1a1a1a;
}

@media (min-width: 768px) {
  ul.news-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (min-width: 768px) {
  ul.news-list.news-list-center {
    justify-content: center;
  }
}

ul.news-list li.news-article {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  ul.news-list li.news-article {
    width: calc(33.333% - 20px);
  }
  ul.news-list li.news-article img {
    width: 100%;
    height: 260px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  ul.news-list li.news-article {
    width: 100%;
  }
  ul.news-list li.news-article img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

ul.news-list .time {
  font-size: 1.8rem;
  color: #6f6f6f;
  margin-top: 20px;
  display: inline-block;
}

ul.news-list h1 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 2.0rem;
}

ul.category-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

ul.category-list li {
  background-color: #afe0d7;
  border-radius: 100px;
  padding: 5px 15px 7px 15px;
  margin: 8px 8px;
  transition: 0.4s;
}

ul.category-list li:hover {
  background-color: #edfffc;
}

ul.category-list a {
  font-size: 1.5rem;
  font-weight: 700;
}

.event {
  background-color: #f0f0f0;
  padding: 40px 20px 50px 20px;
}

@media (min-width: 768px) {
  .event {
    padding-top: 20px;
    width: 270px;
  }
}

.event h2 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .event h2 {
    font-size: 2.6rem;
  }
}

.event .btn {
  margin-top: 10px;
}

ul.event-list li {
  margin-bottom: 25px;
}

ul.event-list .event-category {
  font-weight: 700;
  margin-top: 10px;
}

ul.event-list .event-category a {
  text-decoration: none;
}

ul.event-list h1 {
  font-size: 1.8rem;
  margin-top: 5px;
}

ul.event-list p {
  font-size: 1.8rem;
}

a.banner-nakabito {
  display: block;
  margin-top: 70px;
  text-align: center;
}

a.banner-nakabito figure {
  background-color: #fff;
}

a.banner-nakabito figcaption {
  padding-bottom: 40px;
}

a.banner-nakabito img {
  width: 100%;
}

a.banner-nakabito h2 {
  font-size: 1.5rem;
  margin-top: 25px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  a.banner-nakabito p {
    font-size: 1.5rem;
  }
}

.eventmailform {
  margin-top: 70px;
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .eventmailform {
    padding-bottom: 70px;
  }
}

.eventmailform .wpcf7 {
  margin-top: 5px;
}

.movielist li {
  margin-bottom: 25px;
}

.movielist li h1 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 10px;
}

.btn-youtube {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.banner-section {
  margin-top: 150px;
  margin-bottom: 2px;
  width: 100%;
}

.banner-section .banner-container {
  display: flex;
  width: 100%;
  gap: 2px;
}

@media (max-width: 767px) {
  .banner-section .banner-container {
    flex-direction: column;
  }
}

.banner-section .banner-container .banner-item {
  display: block;
  flex: 1;
}

.banner-section .banner-container .banner-item img {
  width: 100%;
  height: auto;
  display: block;
}

footer {
  margin-top: 0;
  padding-bottom: 10px;
  background-color: #00655a;
  color: #fff;
}

footer img {
  display: inline;
}

@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}

.footerinner {
  padding-top: 83px;
}

@media (max-width: 767px) {
  .footerinner {
    padding: 70px 20px 60px 20px;
  }
}

@media (min-width: 768px) {
  .footerinner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .footerinner .logo {
    margin-right: 63px;
    margin-left: 93px;
  }
}

@media (max-width: 767px) {
  .footerinner dl {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .footerinner dl {
    margin-right: 170px;
  }
}

.footerinner dl dt {
  font-weight: 700;
}

.footerinner dl dt,
.footerinner dl dd {
  margin-bottom: 10px;
  color: #fff;
}

.footerinner dl dt a,
.footerinner dl dd a {
  color: #fff;
}

@media (min-width: 768px) {
  .footerinner dl dt,
  .footerinner dl dd {
    margin-bottom: 8px;
  }
}

.footerinner .btn {
  background-color: transparent;
  border: #fff 1px solid;
  color: #fff;
}

@media (min-width: 768px) {
  .footerinner .btn {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .footerinner .btn {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .footerinner ul {
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .footerinner ul a {
    color: #fff;
  }
}

@media (min-width: 768px) {
  .footerinner ul {
    margin-right: 70px;
  }
}

.footerinner ul li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .footerinner ul li {
    margin: 20px 20px;
  }
}

.footerinner ul a {
  color: #fff;
}

.home footer {
  margin-top: 2px;
}

.page header,
.single header,
.archive header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: top 80px right;
  height: 415px;
  position: relative;
}

@media (min-width: 768px) {
  .page header,
  .single header,
  .archive header {
    background-position: top 90px right;
  }
}

.page header .page-title,
.single header .page-title,
.archive header .page-title {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .page header .page-title,
  .single header .page-title,
  .archive header .page-title {
    top: 63%;
  }
}

.page header .page-title h1,
.single header .page-title h1,
.archive header .page-title h1 {
  font-weight: 700;
  font-size: 4rem;
}

.page header .page-title p,
.single header .page-title p,
.archive header .page-title p {
  margin-top: 10px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.6;
}

.page header .messege,
.single header .messege,
.archive header .messege {
  position: absolute;
  bottom: 20px;
  right: 50px;
  z-index: 1;
  color: #fff;
}

@media (max-width: 767px) {
  .page .entry-content,
  .page .wp-block-group,
  .page section > p:first-of-type,
  .single .entry-content,
  .single .wp-block-group,
  .single section > p:first-of-type,
  .archive .entry-content,
  .archive .wp-block-group,
  .archive section > p:first-of-type {
    padding: 0 20px;
  }
}

#infomation header,
.archive header,
.single header {
  background-image: url(img/header-infomaiton.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #infomation header,
  .archive header,
  .single header {
    background-image: url(img/header-infomaiton@2x.jpg);
  }
}

@media (min-width: 768px) {
  #infomation header,
  .archive header,
  .single header {
    background-image: url(img/header-infomaiton-pc.jpg);
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  #infomation header,
  .archive header,
  .single header {
    background-image: url(img/header-infomaiton-pc@2x.jpg);
  }
}

#lifestyle header,
#event header,
#localevent header {
  background-image: url(img/header-lifestyle.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #lifestyle header,
  #event header,
  #localevent header {
    background-image: url(img/header-lifestyle@2x.jpg);
  }
}

@media (min-width: 768px) {
  #lifestyle header,
  #event header,
  #localevent header {
    background-image: url(img/header-lifestyle-pc.jpg);
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  #lifestyle header,
  #event header,
  #localevent header {
    background-image: url(img/header-lifestyle-pc@2x.jpg);
  }
}

#place header {
  background-image: url(img/header-place.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #place header {
    background-image: url(img/header-place@2x.jpg);
  }
}

@media (min-width: 768px) {
  #place header {
    background-image: url(img/header-place-pc.jpg);
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  #place header {
    background-image: url(img/header-place-pc@2x.jpg);
  }
}

#about header {
  background-image: url(img/header-about.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #about header {
    background-image: url(img/header-about@2x.jpg);
  }
}

@media (min-width: 768px) {
  #about header {
    background-image: url(img/header-about-pc.jpg);
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  #about header {
    background-image: url(img/header-about-pc@2x.jpg);
  }
}

#work header {
  background-image: url(img/header-work.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #work header {
    background-image: url(img/header-work@2x.jpg);
  }
}

@media (min-width: 768px) {
  #work header {
    background-image: url(img/header-work-pc.jpg);
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  #work header {
    background-image: url(img/header-work-pc@2x.jpg);
  }
}

#mokuzai header {
  background-image: url(img/header-mokuzai.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #mokuzai header {
    background-image: url(img/header-mokuzai@2x.jpg);
  }
}

@media (min-width: 768px) {
  #mokuzai header {
    background-image: url(img/header-mokuzai-pc.jpg);
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  #mokuzai header {
    background-image: url(img/header-mokuzai-pc@2x.jpg);
  }
}

#contact header {
  background-image: url(img/header-contact.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #contact header {
    background-image: url(img/header-contact@2x.jpg);
  }
}

@media (min-width: 768px) {
  #contact header {
    background-image: url(img/header-contact-pc.jpg);
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  #contact header {
    background-image: url(img/header-contact-pc@2x.jpg);
  }
}

#policy header {
  background-image: url(img/header-policy.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #policy header {
    background-image: url(img/header-policy@2x.jpg);
  }
}

@media (min-width: 768px) {
  #policy header {
    background-image: url(img/header-policy-pc.jpg);
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  #policy header {
    background-image: url(img/header-policy-pc@2x.jpg);
  }
}

.category-area {
  margin-top: 120px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .category-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.category-area .section-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .archive .category-area {
    margin-bottom: 200px;
  }
}

ul.category-nav {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

@media (min-width: 768px) {
  ul.category-nav {
    gap: 20px;
  }
}

ul.category-nav li {
  transition: 0.4s;
}

@media (max-width: 767px) {
  ul.category-nav li {
    width: calc(50% - 7.5px);
  }
}

@media (min-width: 768px) {
  ul.category-nav li {
    flex: 1;
    min-width: 0;
  }
}

ul.category-nav a {
  background-color: #afe0d7;
  border-radius: 100px;
  font-size: 1.5rem;
  display: block;
  padding: 15px 25px 17px 25px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  ul.category-nav a {
    padding: 15px 20px 17px 20px;
  }
}

ul.category-nav a:hover {
  background-color: #edfffc;
  border-radius: 100px;
}

.tag-area {
  margin-top: 20px;
  padding-bottom: 160px;
}

@media (max-width: 767px) {
  .tag-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tag-area .section-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.tag-area .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  justify-content: center;
}

@media (min-width: 768px) {
  .tag-area .tag-list {
    gap: 15px 20px;
  }
}

.tag-area .tag-list .tag-item {
  display: inline-block;
  color: #00655a;
  font-size: 1.8rem;
  padding: 2px 0;
  transition: 0.4s;
  border-bottom: 1px solid transparent;
}

.tag-area .tag-list .tag-item:before {
  content: "#";
  margin-right: 2px;
}

.tag-area .tag-list .tag-item:hover {
  border-bottom: 1px solid #00655a;
  opacity: 1;
}

.tag-area li a {
  color: #00655a;
}

.news-area .inner {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .news-area .inner {
    display: flex;
    justify-content: space-around;
  }
}

@media (min-width: 768px) {
  .news-area ul.news-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.news-area ul.news-list li.news-article {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .news-area ul.news-list li.news-article {
    width: 418px;
  }
  .news-area ul.news-list li.news-article img {
    height: 295px;
    object-fit: cover;
  }
}

@media (min-width: 768px) {
  .news-area ul.news-list li.news-article:first-child {
    width: 418px;
  }
  .news-area ul.news-list li.news-article:first-child img {
    height: 295px;
    object-fit: cover;
  }
}

.news-area ul.news-list .time {
  font-size: 1.8rem;
  color: #6f6f6f;
  margin-top: 20px;
  display: inline-block;
}

.news-area ul.news-list h1 {
  font-weight: 700;
  margin-bottom: 10px;
}

h4.sub-catebory {
  display: inline-block;
  margin-left: 1em;
  font-weight: 700;
  color: #6f6f6f;
}

.news-area-category {
  margin-top: 100px;
}

.news-area-category .top-news {
  width: 100%;
}

.news-area-category ul.news-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 20px;
}

@media (max-width: 767px) {
  .news-area-category ul.news-list {
    flex-direction: column;
    gap: 40px;
  }
}

@media (min-width: 768px) {
  .news-area-category ul.news-list {
    gap: 60px 20px;
  }
}

.news-area-category ul.news-list li.news-article {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .news-area-category ul.news-list li.news-article {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .news-area-category ul.news-list li.news-article {
    width: calc((100% - 40px) / 3);
  }
  .news-area-category ul.news-list li.news-article img {
    height: 260px;
    object-fit: cover;
  }
}

.news-area-category ul.news-list li.news-article figure {
  margin: 0;
}

.news-area-category ul.news-list .time {
  font-size: 1.8rem;
  color: #6f6f6f;
  margin-top: 20px;
}

.news-area-category ul.news-list h1 {
  font-weight: 700;
  margin-bottom: 10px;
}

.news-area-category .pagenation {
  margin-top: 70px;
  text-align: center;
}

.news-area-infomation {
  margin-top: 60px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .news-area-infomation {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.news-area-infomation ul.news-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 20px;
}

@media (max-width: 767px) {
  .news-area-infomation ul.news-list {
    flex-direction: column;
    gap: 40px;
  }
}

@media (min-width: 768px) {
  .news-area-infomation ul.news-list {
    gap: 60px 20px;
  }
}

@media (max-width: 767px) {
  .news-area-infomation ul.news-list li.news-article {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .news-area-infomation ul.news-list li.news-article {
    width: calc((100% - 40px) / 3);
  }
}

.news-area-infomation ul.news-list li.news-article figure {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-area-infomation ul.news-list li.news-article img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .news-area-infomation ul.news-list li.news-article img {
    height: 200px;
  }
}

.news-area-infomation ul.news-list li.news-article figcaption {
  padding-top: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-area-infomation ul.news-list li.news-article .news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.news-area-infomation ul.news-list li.news-article .news-meta .time {
  font-size: 1.6rem;
  color: #6f6f6f;
  margin: 0;
}

.news-area-infomation ul.news-list li.news-article .news-meta h4.sub-category {
  font-size: 1.6rem;
  font-weight: 700;
  color: #6f6f6f;
  margin: 0;
}

.news-area-infomation ul.news-list li.news-article h2.news-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
  flex: 1;
}

.news-area-infomation ul.news-list li.news-article h2.news-title a {
  color: #1a1a1a;
  text-decoration: none;
}

.news-area-infomation ul.news-list li.news-article h2.news-title a:hover {
  opacity: 0.6;
}

.news-area-infomation ul.news-list li.news-article ul.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  margin-top: auto;
  padding: 0;
  list-style: none;
}

.news-area-infomation ul.news-list li.news-article ul.category-list li {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.news-area-infomation ul.news-list li.news-article ul.category-list li a {
  display: inline-block;
  background-color: #afe0d7;
  border-radius: 100px;
  padding: 5px 15px 7px 15px;
  font-size: 1.4rem;
  font-weight: 700;
  transition: 0.4s;
}

.news-area-infomation ul.news-list li.news-article ul.category-list li a:hover {
  background-color: #edfffc;
  opacity: 1;
}

.news-area-infomation .pagenation {
  margin-top: 30px;
  text-align: center;
}

.news-area-infomation .pagenation .page-numbers {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.news-area-infomation .pagenation .page-numbers a, .news-area-infomation .pagenation .page-numbers span {
  display: inline-block;
  padding: 8px 12px;
  font-size: 1.6rem;
  color: #1a1a1a;
  transition: 0.4s;
}

.news-area-infomation .pagenation .page-numbers a:hover, .news-area-infomation .pagenation .page-numbers span:hover {
  opacity: 0.6;
}

.news-area-infomation .pagenation .page-numbers .current {
  font-weight: 700;
  color: #00655a;
}

.news-area-infomation .pagenation {
  margin-top: 70px;
  text-align: center;
}

.category .category-area {
  margin-top: 120px;
  padding-bottom: 60px;
  margin-bottom: 0;
}

.single article {
  margin-top: 110px;
}

@media (min-width: 768px) {
  .single article {
    width: 770px;
    margin: 110px auto 0 auto;
  }
  .single article img {
    width: 100%;
  }
}

.single article figcaption {
  margin-top: 20px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .single article figcaption {
    padding: 0 40px;
    margin-top: 36px;
  }
}

.single article figcaption time {
  font-size: 1.8rem;
  color: #6f6f6f;
}

.single article figcaption h1 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 2.8rem;
}

@media (min-width: 768px) {
  .single article figcaption h1 {
    margin-top: 5px;
  }
}

.single article figcaption p {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.single article figcaption .tag-area {
  margin-top: 60px;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 0;
}

.single article figcaption .tag-area li {
  margin-right: 1em;
}

.single .category-area {
  margin-bottom: 0px;
}

.nakabito-title {
  margin-top: 110px;
}

.nakabito-read {
  font-size: 1.6rem;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .nakabito-read {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .nakabito-read {
    width: 50em;
    margin: 50px auto 0 auto;
    white-space: nowrap;
  }
}

.nabkabito-copy {
  font-size: 3rem;
  font-weight: 700;
  color: #6f6f6f;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .nabkabito-copy {
    padding-right: 20px;
    width: 2em;
  }
}

@media (min-width: 768px) {
  .nabkabito-copy {
    font-size: 3.6rem;
    padding-right: 80px;
    height: 23.5em;
  }
}

.banner-itturn-L {
  display: block;
  margin-top: 110px;
}

#lifestyle .news-area .inner {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  #lifestyle .news-area .inner .top-news {
    width: 1000px;
  }
}

#lifestyle li.news-article {
  margin-bottom: 60px;
  width: 100%;
}

@media (min-width: 768px) {
  #lifestyle li.news-article {
    width: 470px;
  }
  #lifestyle li.news-article img {
    width: 100%;
    height: 330px;
  }
}

@media (min-width: 768px) {
  #lifestyle li.news-article:first-child {
    width: 470px;
  }
  #lifestyle li.news-article:first-child img {
    height: 330px;
  }
}

@media (min-width: 768px) {
  .satoyamalife {
    margin-top: 80px;
  }
}

figure.morimach {
  margin-top: 60px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  figure.morimach {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

figure.morimach img {
  width: 100%;
}

@media (min-width: 768px) {
  figure.morimach img {
    width: 700px;
  }
}

figure.morimach figcaption {
  margin-top: 30px;
}

@media (min-width: 768px) {
  figure.morimach figcaption {
    width: 400px;
    margin-left: 70px;
  }
}

figure.morimach figcaption .desk-info {
  position: relative;
}

figure.morimach figcaption .desk-info dl {
  margin-top: 30px;
  background-color: #afe0d7;
  padding: 25px 25px 35px 25px;
  font-weight: 700;
  line-height: 1.8;
}

figure.morimach figcaption .desk-info img {
  width: 150px;
  position: absolute;
  bottom: -50px;
  right: -20px;
}

.morimach-taiken p.read {
  text-align: center;
  margin: 100px 0;
}

@media (max-width: 767px) {
  ul.morimach-list {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  ul.morimach-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}

ul.morimach-list li {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  ul.morimach-list li {
    width: 470px;
    margin: 0 20px;
  }
}

ul.morimach-list li figure img {
  width: 100%;
}

ul.morimach-list li figure figcaption {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

ul.morimach-list li figure h1 {
  font-weight: 700;
  font-size: 2.4rem;
}

ul.morimach-list li figure p {
  font-size: 2rem;
  font-weight: 700;
  color: #b1b1b1;
  margin-left: 15px;
}

.lifestyle-event {
  margin-top: 110px;
  margin-bottom: 200px;
}

@media (max-width: 767px) {
  ul.lifestyle-event-list {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  ul.lifestyle-event-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

ul.lifestyle-event-list li {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  ul.lifestyle-event-list li {
    width: 370px;
  }
}

ul.lifestyle-event-list figure img {
  width: 100%;
}

ul.lifestyle-event-list h1 {
  font-weight: 700;
  font-size: 2.4rem;
}

picture.place-main img {
  width: 100%;
}

.placehead {
  text-align: center;
}

@media (max-width: 767px) {
  .placehead {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .placehead {
    margin-top: -580px;
  }
}

.placehead p {
  line-height: 2.8em;
}

.placehead .banner {
  display: block;
  margin-top: 50px;
  margin-bottom: 100px;
}

.place-area {
  margin-top: 100px;
  margin-bottom: 200px;
}

@media (max-width: 767px) {
  .place-area {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .place-area .center {
    width: 300px;
    margin: 0 auto;
  }
}

.place-area h2.title {
  margin-bottom: 10px;
}

.place-area p.title {
  font-size: 1.5em;
}

@media (min-width: 768px) {
  .place-area ul.event-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.place-area ul.event-list li {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .place-area ul.event-list li {
    width: 370px;
  }
}

.place-area ul.event-list img {
  width: 100%;
}

.place-area ul.event-list figcaption h1 {
  margin-top: 15px;
  font-size: 2.4rem;
  font-weight: 700;
}

.place-area ul.event-list figcaption p {
  font-size: 1.6rem;
  margin-top: 6px;
}

#about footer {
  margin-top: 0;
}

#about .page-title span {
  font-size: 1.5em;
  margin-right: 2px;
}

#about .center {
  margin-top: 80px;
}

#about p.read {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 60px;
  text-align: left;
}

@media (max-width: 767px) {
  #about p.read {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  #about p.read {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 80px;
    max-width: 687px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
}

#about .entry-content,
#about .wp-block-group,
#about section {
  margin-top: 80px;
}

@media (max-width: 767px) {
  #about .entry-content,
  #about .wp-block-group,
  #about section {
    padding: 0 20px;
  }
}

.about-main {
  margin-top: 110px;
  text-align: center;
  padding: 0 20px;
}

.about-main img {
  margin: 40px auto 40px auto;
}

/*
.thinkabout {
  margin-top: 100px;
  h2 {
    @include sp {
      font-size: 2.3rem;
    }
  }
  dl {
    @include pc {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    dt,dd{
      @include pc {
      }
    }
    dt {
      background-color: #a6be67;
      color: #fff;
      font-size: 8.9rem;
      @include pc {
        width: 460px;
      }
      h1 {
        font-weight: $bold;
        font-size: 2.4rem;
      }
    }
    dd {
      @include sp {
      padding-bottom: 60px;
      }
      @include pc {
        width: 500px;
      }
      figure {
        img {
            width: 100%;
        }
      }
    }
    &:nth-child(2) {
      @include pc {
      }
      dt {
        @include pc {
        }
      }
      dt,
      dd {
      }
    }
    &:nth-child(3) {
      flex-direction: row-reverse;
      dt {
        background-color: #5daa9d;
      }
      dt,
      dd {
        @include pc {
        }
      }
    }
    &:nth-child(4) {
      dt {
        background-color: #a3ac8e;
      }
      dt,
      dd {
        @include pc {
        }
      }
    }
  }
}
*/
.thinkabout {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .thinkabout h2 {
    font-size: 2.3rem;
  }
}

@media (min-width: 768px) {
  .thinkabout dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .thinkabout dt,
  .thinkabout dd {
    width: 33.33%;
  }
}

.thinkabout dt {
  color: #fff;
  font-size: 8.9rem;
  padding: 20px 30px 50px 40px;
}

@media (min-width: 768px) {
  .thinkabout dt {
    padding: 0;
    padding-left: 100px;
  }
}

.thinkabout dt h1 {
  font-weight: 700;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .thinkabout dd {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .thinkabout dd {
    background-color: #fff;
  }
}

.thinkabout dd figure img {
  width: 100%;
}

.thinkabout dd.text {
  padding: 20px 20px 60px 20px;
}

@media (min-width: 768px) {
  .thinkabout dd.text {
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .thinkabout dd.text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

dl.no1 {
  background-color: #a6be67;
}

dl.no1 dd {
  background-color: #fff;
}

dl.no1 dd.img {
  height: 435px;
  background-image: url(img/aboutus-img02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  dl.no1 dd.img {
    background-image: url(img/aboutus-img02@2x.jpg);
  }
}

@media (min-width: 768px) {
  dl.no1 dd.text {
    height: 435px;
  }
}

dl.no2 {
  background-color: #5daa9d;
}

@media (min-width: 768px) {
  dl.no2 {
    flex-direction: row-reverse;
  }
}

dl.no2 dd {
  background-color: #fff;
}

dl.no2 dd.img {
  height: 435px;
  background-image: url(img/aboutus-img03-1@2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  dl.no2 dd.text {
    height: 435px;
  }
}

dl.no3 {
  background-color: #a3ac8e;
}

dl.no3 dd {
  background-color: #fff;
}

dl.no3 dd.img {
  height: 435px;
  background-image: url(img/aboutus-img04-1@2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) {
  dl.no3 dd {
    height: 435px;
  }
}

.company-info {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .company-info {
    padding: 0 20px;
  }
}

table.company-detail {
  display: block;
  margin: 5px auto 0 auto;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  table.company-detail {
    margin: 0 auto 0 auto;
    margin-top: 28px;
    padding-left: 30px;
    width: 500px;
  }
}

table.company-detail tr {
  line-height: 1.6em;
}

table.company-detail tr th {
  font-weight: 300;
  text-align: left;
  vertical-align: top;
  width: 6.5em;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  table.company-detail tr th {
    width: 9.5em;
    padding-right: 60px;
    padding-bottom: 35px;
  }
}

table.company-detail tr td {
  padding-bottom: 10px;
  line-height: 1.8;
}

@media (min-width: 768px) {
  table.company-detail tr td {
    padding-bottom: 35px;
  }
}

.map {
  margin-top: 50px;
  width: 100%;
  position: relative;
  height: 400px;
}

@media (max-width: 767px) {
  .map {
    padding-top: 56.25%;
  }
}

@media (min-width: 768px) {
  .map {
    height: 500px;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .logistic {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .logistic {
    position: relative;
    height: 2000px;
  }
}

.logistic h1 {
  margin-top: 110px;
}

.logistic h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

.logistic figure.no {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .logistic figure.no {
    position: relative;
  }
}

@media (min-width: 768px) {
  .logistic figure.no {
    position: absolute;
  }
  .logistic figure.no img {
    width: 100%;
  }
}

.logistic figure.no .arrow {
  position: absolute;
  bottom: -80px;
  right: 0;
  z-index: 10;
}

@media (min-width: 768px) {
  .logistic figure.no .arrow {
    display: none;
  }
}

.logistic figure.no figcaption {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .logistic figure.no1 {
    width: 470px;
    top: 211px;
    left: 55px;
  }
}

@media (min-width: 768px) {
  .logistic figure.no2 {
    width: 525px;
    top: 330px;
    left: 600px;
  }
}

.logistic figure.no2 figcaption {
  float: right;
}

.logistic figure.no2 .arrow {
  position: absolute;
  bottom: -110px;
  left: -30px;
  z-index: 10;
  transform: scale(-1, 1);
}

@media (max-width: 767px) {
  .logistic figure.no2 {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .logistic figure.no3 {
    width: 446px;
    top: 723px;
    left: -20px;
  }
}

@media (min-width: 768px) {
  .logistic figure.no4 {
    width: 540px;
    top: 845px;
    left: 630px;
  }
}

.logistic figure.no4 figcaption {
  float: right;
}

.logistic figure.no4 .arrow {
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 10;
  transform: scale(-1, 1);
}

.logistic figure.no5 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .logistic figure.no5 {
    width: 540px;
    top: 1310px;
    left: 0px;
  }
}

.logistic figure.no5 .arrow {
  bottom: -115px;
  right: 0;
}

@media (min-width: 768px) {
  .logistic figure.no6 {
    width: 462px;
    top: 1333px;
    left: 700px;
  }
}

@media (min-width: 768px) {
  .logistic .co1 {
    position: absolute;
    top: 605px;
    left: 130px;
  }
}

@media (min-width: 768px) {
  .logistic .co2 {
    position: absolute;
    top: 1725px;
    left: 528px;
  }
}

@media (max-width: 767px) {
  .logistic .arrowpc {
    display: none;
  }
}

@media (min-width: 768px) {
  .logistic .arrowpc {
    position: absolute;
  }
}

.logistic .arrow1 {
  top: 385px;
  left: 500px;
}

.logistic .arrow2 {
  top: 630px;
  left: 400px;
}

.logistic .arrow3 {
  top: 835px;
  left: 410px;
}

.logistic .arrow4 {
  top: 1130px;
  left: 470px;
}

.logistic .arrow5 {
  top: 1365px;
  left: 490px;
}

.producttosell {
  margin-top: 100px;
  padding: 0 20px;
  text-align: center;
}

.producttosell h3 {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .producttosell .photo-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.producttosell .photo-area figure {
  margin-bottom: 20px;
}

.producttosell p.read {
  margin: 70px 0;
}

@media (min-width: 768px) {
  .producttosell .banner-mokuzai {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.producttosell .banner-mokuzai figcaption {
  padding: 30px 50px 40px 50px;
  background-color: #afe0d7;
}

@media (min-width: 768px) {
  .producttosell .banner-mokuzai figcaption {
    height: 313px;
    padding: 75px 50px 40px 50px;
    text-align: left;
  }
}

.producttosell .banner-mokuzai figcaption h2 {
  font-weight: 700;
}

.producttosell .banner-mokuzai figcaption p {
  margin-top: 10px;
}

.producttosell .banner-mokuzai figcaption a.btn {
  border: 1px solid #fff;
  margin-top: 30px;
}

.producttosell .banner-mokuzai figcaption a.btn:hover {
  border: 1px solid #fff;
}

.work-etc {
  margin-top: 100px;
  margin-bottom: 200px;
}

@media (max-width: 767px) {
  .work-etc {
    padding: 0 20px;
  }
}

.work-etc figure {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .work-etc figure {
    margin-bottom: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .work-etc figure img {
    width: 670px;
  }
}

@media (min-width: 768px) {
  .work-etc figure:nth-child(odd) {
    flex-flow: row-reverse;
  }
}

@media (min-width: 768px) {
  .work-etc figure:nth-child(2) a.btn {
    width: 440px;
  }
}

@media (min-width: 768px) {
  .work-etc figcaption {
    width: 470px;
  }
}

@media (max-width: 767px) {
  .work-etc figcaption {
    padding: 30px 0 0 0;
  }
}

.work-etc figcaption h2 {
  margin-bottom: 20px;
}

.work-etc figcaption a.btn {
  margin-top: 25px;
}

.work-etc figcaption .work-link {
  text-align: left;
  margin-top: 16px;
}

.work-etc figcaption .work-link a {
  font-weight: 700;
  color: #00655a;
  text-decoration: none;
  border-bottom: none;
}

.work-etc figcaption .work-link a:hover {
  color: #00655a;
  opacity: 0.6;
}

.work-etc figcaption dl {
  margin-top: 50px;
  background-color: #afe0d7;
  padding: 25px 25px 23px 25px;
  font-weight: 700;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .work-etc figcaption dl {
    margin-top: 35px;
  }
}

.work-bench {
  margin-top: 100px;
  margin-bottom: 200px;
}

@media (max-width: 767px) {
  .work-bench {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .work-bench {
    width: 630px;
    margin: 100px auto 200px auto;
  }
}

.work-bench h2.title {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.work-bench .work-bench-map {
  margin: 30px 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.work-bench .work-bench-map img,
.work-bench .work-bench-map iframe {
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}

@media (max-width: 767px) {
  .work-bench .work-bench-map img,
  .work-bench .work-bench-map iframe {
    height: auto;
  }
}

.work-bench .work-link {
  text-align: left;
  margin-top: 16px;
}

.work-bench .work-link a {
  font-weight: 700;
  color: #00655a;
  text-decoration: none;
  border-bottom: none;
}

.work-bench .work-link a:hover {
  color: #00655a;
  opacity: 0.6;
}

.read-mokuzai {
  margin-top: 110px;
}

@media (max-width: 767px) {
  .read-mokuzai {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .read-mokuzai {
    width: 630px;
    margin: 110px auto 0 auto;
  }
}

.ritawood {
  margin-top: 75px;
}

@media (max-width: 767px) {
  .ritawood {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .ritawood {
    margin-top: 100px;
    width: 770px;
    margin: 0 auto;
  }
}

.ritawood .photo-area {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .ritawood .photo-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .ritawood .photo-area figure {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .ritawood .photo-area figure img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .ritawood .photo-area figure img {
    height: 290px;
  }
}

.ritawood p {
  margin-top: 63px;
}

.ritawood h2 {
  font-weight: 700;
  margin-top: 70px;
}

.ritawood ul.ritawood-list {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .ritawood ul.ritawood-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.ritawood ul.ritawood-list li {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .ritawood ul.ritawood-list li {
    width: 30%;
    margin-bottom: 60px;
  }
}

.ritawood ul.ritawood-list li figure img {
  margin: 0 auto;
}

.ritawood ul.ritawood-list li h3 {
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
}

.ritawood ul.ritawood-list li p {
  margin-top: 10px;
}

.ritawood h2.title {
  font-size: 2.5rem;
}

table.mokuzai-table {
  text-align: left;
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  table.mokuzai-table {
    font-size: 1.6rem;
  }
}

table.mokuzai-table th,
table.mokuzai-table td {
  padding: 8px 10px;
}

table.mokuzai-table th {
  background-color: #4ab2a0;
  color: #fff;
}

table.mokuzai-table td {
  background-color: #afe0d7;
}

.ippanmokuzai {
  margin-bottom: 200px;
  margin-top: 75px;
}

@media (max-width: 767px) {
  .ippanmokuzai {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .ippanmokuzai {
    margin-top: 100px;
    width: 770px;
    margin-left: auto;
    margin-right: auto;
  }
}

.ippanmokuzai .photo-area {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .ippanmokuzai .photo-area {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .ippanmokuzai .photo-area figure {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .ippanmokuzai .photo-area figure img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .ippanmokuzai .photo-area figure img {
    height: 290px;
  }
}

.ippanmokuzai h4 {
  font-weight: 700;
  margin-top: 30px;
}

.ippanmokuzai table.mokuzai-table {
  margin-top: 5px;
}

.ippanmokuzai p {
  text-align: center;
  margin-top: 40px;
}

.ippanmokuzai p.read {
  text-align: left;
}

@media (max-width: 767px) {
  .news {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .news {
    width: 630px;
    margin: 0 auto;
  }
}

.news ul {
  margin-top: 20px;
}

.news li {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .news li {
    position: relative;
  }
}

.news time {
  color: #6f6f6f;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .news time {
    position: absolute;
    top: 1px;
  }
}

.news h2 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .news h2 {
    margin-left: 5.5em;
  }
}

.news a.link {
  margin-top: 20px;
}

.pagenation {
  clear: both;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

.pagenation .page-numbers {
  display: inline-block;
  margin: 4px 10px;
  color: #b1b1b1;
}

.pagenation a:hover {
  color: #1a1a1a;
  border-bottom: 1px #1a1a1a solid;
  opacity: 1;
}

.pagenation .current {
  color: #1a1a1a;
  border-bottom: 1px #1a1a1a solid;
}

.pagenation a.next,
.pagenation a.prev {
  position: relative;
  height: 5px;
  width: 18px;
  margin: 4px 0;
}

.pagenation a.next img,
.pagenation a.prev img {
  position: absolute;
  top: 1px;
}

.pagenation a.next:hover,
.pagenation a.prev:hover {
  border-bottom: none;
}

.pagenation a.next {
  margin-left: 10px;
}

.pagenation a.next img {
  left: 0;
}

.pagenation a.next:hover img {
  left: 5px;
}

.pagenation a.prev {
  margin-right: 10px;
}

.pagenation a.prev img {
  right: 0;
  transform: scale(-1, 1);
}

.pagenation a.prev:hover img {
  right: 5px;
}

.archive .pagenation {
  clear: both;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 0px;
}

.archive .pagenation ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive .pagenation a.page-numbers {
  display: inline-block;
  margin: 4px 10px;
  color: #b1b1b1;
}

.archive .pagenation a:hover {
  color: #1a1a1a;
  border-bottom: 1px #1a1a1a solid;
  opacity: 1;
}

.archive .pagenation .current {
  color: #1a1a1a;
  border-bottom: 1px #1a1a1a solid;
}

.archive .pagenation a.next,
.archive .pagenation a.prev {
  position: relative;
  height: 5px;
  width: 18px;
  margin: 4px 0;
}

.archive .pagenation a.next img,
.archive .pagenation a.prev img {
  position: absolute;
  top: 1px;
}

.archive .pagenation a.next:hover,
.archive .pagenation a.prev:hover {
  border-bottom: none;
}

.archive .pagenation a.next {
  margin-left: 10px;
}

.archive .pagenation a.next img {
  left: 0;
}

.archive .pagenation a.next:hover img {
  left: 5px;
}

.archive .pagenation a.prev {
  margin-right: 10px;
}

.archive .pagenation a.prev img {
  right: 0;
  transform: scale(-1, 1);
}

.archive .pagenation a.prev:hover img {
  right: 5px;
}

.page-nav {
  font-size: 1.6rem;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .page-nav {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .page-nav {
    justify-content: space-between;
    width: 560px;
    margin: 100px auto 0 auto;
  }
}

@media (min-width: 768px) {
  .page-nav span {
    width: 5em;
  }
}

@media (max-width: 767px) {
  .page-nav .page-prev,
  .page-nav .page-next {
    width: 65px;
  }
}

.page-nav .page-next {
  text-align: right;
}

.page-nav .back-list {
  text-align: center;
}

@media (max-width: 767px) {
  .page-nav a.page-btn-list {
    width: 2em;
    margin: 0 70px;
  }
}

.page-nav a:hover {
  cursor: pointer;
}

.rotate180 {
  transform: rotateY(180deg);
}

.contact {
  margin-top: 110px;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .contact {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .contact {
    width: 630px;
    margin: 110px auto 120px auto;
  }
}

.contact table {
  margin-top: 50px;
  width: 100%;
}

.contact table th,
.contact table td {
  text-align: left;
  font-weight: normal;
  display: block;
}

@media (min-width: 768px) {
  .contact table th,
  .contact table td {
    display: inline-block;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .contact table th {
    margin-bottom: 4px;
  }
}

@media (min-width: 768px) {
  .contact table th {
    vertical-align: top;
    padding-top: 6px;
    width: 150px;
  }
}

@media (max-width: 767px) {
  .contact table td {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .contact table td {
    width: 465px;
  }
}

.contact table textarea {
  height: 10em;
}

.contact .policyconfirm {
  text-align: center;
}

.policy {
  margin-top: 110px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .policy {
    margin-bottom: 140px;
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .policy {
    width: 630px;
    margin: 110px auto 180px auto;
  }
}

.policy h2 {
  font-size: 2.6rem;
  margin-bottom: 10px;
  line-height: 1.3;
  margin-top: 40px;
}

.policy h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 2.2rem;
}

.policy p {
  margin-bottom: 1rem;
}

.policy ul.dot {
  margin-bottom: 1rem;
}

.policy ul.dot li {
  margin-bottom: 0.5em;
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}

/* スピンボタン非表示 chrome,safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  /*-webkit-appearance: none;
  margin: 0;*/
  display: none;
}

/* スピンボタン非表示(firefox) */
input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
  -moz-appearance: textfield;
}

/* クリアボタン非表示 */
input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
  -webkit-appearance: none;
}

.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  border: 1px solid #b1b1b1;
  padding: 7px 12px;
  width: 100%;
  margin-top: 5px;
  transition: 0.3s;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.8);
  outline: 0;
}

.wpcf7 input.wpcf7-submit:focus {
  outline: 0;
}

.wpcf7-submit {
  margin-top: 40px;
  width: 300px;
  padding: 8px;
}

@media (max-width: 767px) {
  .wpcf7-submit {
    width: 100%;
  }
}

.event .wpcf7-submit {
  width: 100%;
}

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
  background: #ffdde2;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 90%;
  margin-top: 5px;
}

.wpcf7 .wpcf7-response-output {
  margin: 30px auto 0 auto !important;
  padding: 0 !important;
  border: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  text-align: center !important;
  font-size: 2rem;
  border-bottom: 2px solid #1a1a1a !important;
  display: inline-block;
}

.wpcf7 .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.screen-reader-response ul {
  display: none;
}

/* 必須赤色表示 */
.wpcf7 .required {
  color: #dc3232;
}

/* 任意緑色表示 */
.wpcf7 .any {
  color: #1a1a1a;
}

.scrolldownouter {
  position: relative;
}

@media (min-width: 768px) {
  .scrolldownouter {
    width: 1200px;
    margin: 0 auto;
  }
}

.scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 10;
  /*全体の高さ*/
  height: 50px;
}

@media (min-width: 768px) {
  .scrolldown1 {
    bottom: 0px;
  }
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: 2px;
  top: 2px;
  /*テキストの形状*/
  color: #eee;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 66px;
    opacity: 0;
  }
}

.sa {
  opacity: 0;
  transition: all 2s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0, 5px);
}

.sa--rl {
  transform: translate(5px, 0);
}

blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
