@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html, body {
    zoom: 0.8;
  }
}
html, body, div, p, span, address, h1, h2, h3, h4, h5, h6, header, hgroup, footer, section, article, aside, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 160%;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 180%;
  list-style: none;
}

body {
  color: #753a26;
  font-size: 1.2em;
  font-family: yu-mincho-pr6n, sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #753a26;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

a:active {
  text-decoration: under-line;
}

a img {
  border-style: none;
  transition: 0.3s;
}

div, p, span, address, header, hgroup, footer, section, article, aside, nav, ul, ol, li, dl, dt, dd, figure, figcaption {
  box-sizing: border-box;
}

.tt,
.tt5 {
  display: none;
}

/* PC */
@media print, screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}
/* Tablet */
@media screen and (max-width: 960px) {
  html {
    font-size: 6.25%;
  }

  body {
    font-size: 14rem;
  }

  #wrapper img {
    width: 100%;
  }

  .pc {
    display: none;
  }
}
/* SP縦以外 */
@media screen and (min-width: 641px) {
  /*SP縦以外を表示*/
  .ta {
    display: block;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .tt {
    display: block;
  }

  /*SP縦以外を表示*/
  .ta {
    display: none;
  }
}
/* iphone5 */
@media screen and (max-width: 360px) and (orientation: portrait) {
  .tt5 {
    display: block;
  }
}
@media screen {
  .fade00 {
    opacity: 0;
    transition: 1s;
  }

  .fade01 {
    opacity: 0;
    transition: 1s;
    transform: translate(0, 30px);
  }

  .fade00a {
    opacity: 1.0;
    transform: translate(0, 0);
  }
}
html {
  overflow: auto;
}

body {
  overflow: hidden;
  color: #753a26;
  background: url(../images/bg.jpg?2209);
  background-size: contain;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 668px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media screen and (max-width: 668px) {
  .sponly {
    display: block;
  }
}

header {
  padding-top: 20px;
}
header .title h1 {
  text-align: center;
}
header .title h1 img.pc {
  max-width: 980px;
}
@media screen and (max-width: 1100px) {
  header .title h1 img.pc {
    max-width: 80%;
  }
}
header .title h1 img.sp {
  max-width: 70%;
}
header .mainvisual {
  position: relative;
  max-width: 880px;
  width: 100%;
  margin: -35px auto 0;
  z-index: -1;
}
header .mainvisual img {
  max-width: 750px;
}
@media screen and (max-width: 1100px) {
  header .mainvisual {
    width: 75%;
  }
  header .mainvisual img {
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  header .mainvisual {
    margin: auto;
  }
}
@media screen and (max-width: 668px) {
  header .mainvisual {
    width: 100%;
  }
  header .mainvisual img {
    width: 100%;
  }
}
header .mainvisual .slider {
  max-width: 1000px;
  margin-top: 10px;
  padding-left: 50px;
}
@media screen and (max-width: 1100px) {
  header .mainvisual .slider {
    max-width: 85%;
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  header .mainvisual .slider {
    max-width: 100%;
    padding-left: 20px;
  }
}
header .mainvisual .slider img {
  height: auto;
  width: 100%;
}
header .mainvisual p.catch {
  position: absolute;
  right: 0;
  top: 90px;
  width: 80px;
}
@media screen and (max-width: 1100px) {
  header .mainvisual p.catch {
    top: 50px;
  }
  header .mainvisual p.catch img {
    max-width: 90%;
  }
}
@media screen and (max-width: 960px) {
  header .mainvisual p.catch {
    position: inherit;
    margin-top: 40px;
    right: auto;
    top: auto;
    width: 100%;
    text-align: center;
  }
  header .mainvisual p.catch::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 40px;
    left: 50%;
    bottom: -40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    background-color: #753a26;
  }
  header .mainvisual p.catch img {
    max-width: 40%;
  }
}
@media screen and (max-width: 668px) {
  header .mainvisual p.catch img {
    max-width: 50%;
  }
}
header .lead {
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
  font-size: 140%;
  letter-spacing: 3px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  header .lead {
    margin-top: 80px;
    font-size: 120%;
  }
}
@media screen and (max-width: 668px) {
  header .lead {
    font-size: 92%;
  }
}
header .lead span {
  display: block;
  margin-top: 5px;
}
header .lead span img {
  max-width: 620px;
}
@media screen and (max-width: 960px) {
  header .lead span img {
    max-width: 35%;
  }
}
@media screen and (max-width: 668px) {
  header .lead span img {
    max-width: 50%;
    margin: 10px auto 0;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .inner {
    width: 90%;
  }
}

.about {
  margin-top: 50px;
}
.about .circlebox {
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  margin-top: 100px;
}
@media screen and (max-width: 668px) {
  .about .circlebox {
    padding: 10px 10px 30px;
    margin-top: 80px;
  }
}
.about .circlebox h2 {
  font-weight: bold;
  font-size: 1.2em;
}
.about .circlebox h2 span {
  font-size: 80%;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .about .circlebox h2 span {
    font-size: 70%;
  }
}
@media screen and (max-width: 668px) {
  .about .circlebox h2 {
    font-size: 120%;
  }
}
.about .circlebox::before {
  position: absolute;
  content: "";
  top: -40px;
  left: calc(50% - 150px);
  width: 300px;
  height: 150px;
  border-radius: 150px 150px 0 0;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 668px) {
  .about .circlebox::before {
    left: calc(50% - 140px);
    width: 280px;
    height: 140px;
    border-radius: 140px 140px 0 0;
  }
}
.about .circlebox::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about .circlebox .present {
  width: 100%;
  max-width: 630px;
  margin: 20px auto;
  background: #fdede4;
  color: #ea5550;
  text-align: left;
  padding: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 668px) {
  .about .circlebox .present {
    width: 100%;
  }
}
.about .circlebox .present p:first-child {
  color: #fff;
  background: #ea5550;
  text-align: center;
  padding: 8px 20px;
  font-size: 110%;
  display: inline-block;
  border-radius: 3px;
}
.about .circlebox .present p:first-child + p {
  margin-top: 20px;
  font-weight: bold;
}
.about .circlebox .present p:first-child + p span.small {
  font-size: 80%;
}
.about .circlebox .present + p {
  margin-top: 30px;
  font-size: 1.2em;
  font-weight: bold;
}
.about .circlebox .present + p span {
  display: block;
  font-size: 80%;
  font-weight: bold;
}
.about .circlebox p.circle {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 120%;
  line-height: 1.1;
}
@media screen and (max-width: 668px) {
  .about .circlebox p.circle {
    font-size: 90%;
  }
}
.about .circlebox p.circle span {
  display: block;
  font-size: 150%;
}
.about .circlebox p a {
  text-decoration: underline;
}
.about .circlebox p span.marker {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #FFF100 70%);
}
.about .circlebox p span.small {
  font-weight: bold;
  font-size: 90%;
}
@media screen and (max-width: 668px) {
  .about .circlebox p span.small {
    font-size: 100%;
  }
}
.about .circlebox p span.notice {
  display: block;
  font-size: 80%;
  font-weight: bold;
  margin-top: 10px;
}
.about .circlebox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 668px) {
  .about .circlebox ul {
    display: block;
  }
}
.about .circlebox ul.col3 li {
  width: 33%;
  font-size: 85%;
  font-weight: bold;
  padding: 0 10px;
}
@media screen and (max-width: 668px) {
  .about .circlebox ul.col3 li {
    width: 100%;
  }
}
.about .circlebox ul li img.sp {
  margin-top: 30px;
}
@media screen and (max-width: 668px) {
  .about .circlebox ul li {
    width: 90%;
    border-left: none;
    margin: 30px auto 0;
    padding-top: 30px;
  }
}
.about .circlebox ul li img:first-child {
  max-width: 100%;
  display: block;
  margin: auto;
}
.about .circlebox ul li img.sp {
  max-width: 80%;
}
.about .circlebox ul li img + p {
  font-size: 130%;
  margin: 20px 0;
}
.about .circlebox ul li p {
  font-weight: bold;
}
.about .circlebox ul li a {
  z-index: 99;
  position: relative;
  display: block;
}
.about .circlebox .anshin {
  width: 40%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .about .circlebox .anshin {
    width: 100%;
  }
}
.about .circlebox .anshin img {
  max-width: 200px;
}
.about .circlebox .anshin img + p {
  font-size: 130%;
  margin: 20px 0;
}
.about .circlebox .anshin img + p + p {
  font-size: 90%;
}
.about .circlebox .anshin img + p + p span.small {
  font-size: 80%;
}
@media screen and (max-width: 668px) {
  .about .circlebox .anshin img + p + p span.small {
    text-align: left;
    font-size: 100%;
  }
}
.about .circlebox .anshin p {
  font-weight: bold;
}
.about .circlebox .anshin a {
  text-decoration: underline;
  text-align: center;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.about .circlebox .more {
  background: #753a26;
  border-radius: 5px;
  max-width: 450px;
  margin: 30px auto 60px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .about .circlebox .more {
    max-width: 300px;
  }
}
.about .circlebox .more a {
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  letter-spacing: 3px;
}
@media screen and (max-width: 668px) {
  .about .circlebox .more a {
    padding: 10px;
  }
}
.about .circlebox .more a:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.about ul.aboutmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 668px) {
  .about ul.aboutmenu {
    width: 100%;
    margin-top: 50px;
  }
}
.about ul.aboutmenu li {
  width: 40%;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 668px) {
  .about ul.aboutmenu li {
    width: 43%;
    margin: 0 auto 50px auto;
  }
}
.about ul.aboutmenu li a:hover img {
  transform: rotate(3deg) scale(1.1);
  opacity: 0.8;
  transition: 0.5s;
}
.about ul.aboutmenu li img {
  width: 100%;
  transition: 0.5s;
}
.about ul.aboutmenu li p.kakko {
  padding: 20px;
  box-sizing: border-box;
  background-image: url(../images/kakko_l.svg?0422), url(../images/kakko_r.svg?0422);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
  background-size: 20px;
  width: 80%;
  margin: auto;
  font-weight: bold;
  font-size: 110%;
}
@media screen and (max-width: 960px) {
  .about ul.aboutmenu li p.kakko {
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .about ul.aboutmenu li p.kakko {
    background-size: 15px;
    width: 90%;
    font-size: 2.7vw;
  }
}
.about ul.aboutmenu li p.small {
  font-size: 85%;
  width: 100%;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .about ul.aboutmenu li p.small {
    font-size: 2.2vw;
  }
}
.about ul.aboutmenu li:nth-child(4) {
  margin-left: 18%;
}
@media screen and (max-width: 668px) {
  .about ul.aboutmenu li:nth-child(4) {
    margin: 0 auto 50px auto;
  }
}

.pickup {
  position: relative;
  text-align: center;
  margin-top: 140px;
}
@media screen and (max-width: 668px) {
  .pickup {
    margin-top: 50px;
  }
}
@media screen and (max-width: 668px) {
  .pickup .inner {
    width: 85%;
  }
}
.pickup .inner > img {
  display: block;
  max-width: 140px;
  margin: auto;
}
@media screen and (max-width: 668px) {
  .pickup .inner > img {
    max-width: 100px;
  }
}
.pickup .inner p.pickup_title {
  font-weight: bold;
  font-size: 240%;
  margin-top: 40px;
  letter-spacing: 5px;
}
@media screen and (max-width: 668px) {
  .pickup .inner p.pickup_title {
    font-size: 170%;
  }
}
.pickup .inner .slider_pickup li.box {
  width: 48%;
  margin: 0 30px;
}
@media screen and (max-width: 668px) {
  .pickup .inner .slider_pickup li.box {
    width: 100%;
    margin: 0 15px;
  }
}
.pickup .inner .slider_pickup li.box h2 {
  margin: 80px 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .pickup .inner .slider_pickup li.box h2 {
    margin: 60px 0 10px;
    font-size: 130%;
  }
}
.pickup .inner .slider_pickup li.box h2 + img {
  width: 100%;
}
.pickup .inner .slider_pickup li.box .detail p:first-child {
  text-align: center;
  margin: 20px auto 10px;
}
.pickup .inner .slider_pickup li.box .detail p:first-child img {
  max-width: 180px;
  margin: auto;
}
.pickup .inner .slider_pickup li.box .detail p:nth-child(2) {
  text-align: left;
  color: #753a26;
  font-size: 95%;
  min-height: 150px;
}

.spot {
  position: relative;
  text-align: center;
  margin-top: 140px;
}
@media screen and (max-width: 668px) {
  .spot {
    margin-top: 80px;
  }
}
@media screen and (max-width: 668px) {
  .spot .inner {
    width: 85%;
  }
}
.spot .inner > img {
  display: block;
  max-width: 140px;
  margin: auto;
}
@media screen and (max-width: 668px) {
  .spot .inner > img {
    max-width: 100px;
  }
}
.spot .inner p.pickup_title {
  font-weight: bold;
  font-size: 240%;
  margin-top: 40px;
  letter-spacing: 5px;
}
@media screen and (max-width: 668px) {
  .spot .inner p.pickup_title {
    font-size: 170%;
  }
}
.spot .inner .slider_spot li.box {
  width: 48%;
  margin: 0 30px;
}
@media screen and (max-width: 668px) {
  .spot .inner .slider_spot li.box {
    width: 100%;
    margin: 0 15px;
  }
}
.spot .inner .slider_spot li.box h2 {
  margin: 50px 0 10px;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .spot .inner .slider_spot li.box h2 {
    margin: 60px 0 10px;
    font-size: 130%;
  }
}
.spot .inner .slider_spot li.box .name {
  font-weight: bold;
  min-height: 76px;
  background: #f2ead4;
  line-height: 2;
  border-radius: 3px;
}
@media screen and (max-width: 668px) {
  .spot .inner .slider_spot li.box .name {
    min-height: 60px;
  }
}
.spot .inner .slider_spot li.box .name:not(.line2) {
  line-height: 3.6;
}
@media screen and (max-width: 668px) {
  .spot .inner .slider_spot li.box .name:not(.line2) {
    line-height: 4.2;
  }
}
.spot .inner .slider_spot li.box .name span {
  font-size: 90%;
}
.spot .inner .slider_spot li.box .experience {
  color: #753a26;
  margin-top: 20px;
}
.spot .inner .slider_spot li.box .experience dl {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
.spot .inner .slider_spot li.box .experience dl dt img {
  width: 100%;
  border-radius: 10px;
}
.spot .inner .slider_spot li.box .experience dl dd.comment {
  width: 100%;
  font-size: 90%;
  margin-top: 20px;
}
.spot .inner .slider_spot li.box .experience dl dd.link {
  width: 100%;
  margin: 20px auto 0;
}

.link {
  box-sizing: border-box;
  background-image: url(../images/link_bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 200px;
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .link {
    max-width: 250px;
    margin: 15px auto 0;
  }
}
.link a {
  display: block;
  color: #fff;
  font-size: 80%;
  padding: 1px 10px;
  letter-spacing: 3px;
}
@media screen and (max-width: 668px) {
  .link a {
    font-size: 100%;
    padding: 10px;
  }
}
.link:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.slick-arrow:hover {
  opacity: 0.5;
  transition: 0.5s;
}
@media screen and (max-width: 668px) {
  .slick-arrow {
    width: 23px;
    height: 23px;
  }
}
.slick-arrow.prev {
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-arrow.prev::before {
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #753a26;
  border-left: 2px solid #753a26;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 668px) {
  .slick-arrow.prev::before {
    width: 15px;
    height: 15px;
    left: 0;
  }
}
.slick-arrow.next {
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-arrow.next::before {
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-top: 2px solid #753a26;
  border-right: 2px solid #753a26;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 668px) {
  .slick-arrow.next::before {
    width: 15px;
    height: 15px;
    right: -20px;
  }
}

.slick-dots {
  position: static !important;
  margin-top: 20px !important;
}
.slick-dots li button {
  display: inline;
  vertical-align: middle;
}
.slick-dots li button:before {
  font-size: 30px !important;
  color: #ccc !important;
  opacity: 1.0 !important;
}
.slick-dots li.slick-active button::before {
  color: #753a26 !important;
}

.info {
  position: relative;
  text-align: center;
  padding: 50px 0;
}
.info ul li {
  margin-top: 70px;
}
@media screen and (max-width: 668px) {
  .info ul li {
    margin-top: 40px;
  }
}
.info ul li h3 {
  color: #fff;
  padding: 3.5px 0;
  box-sizing: border-box;
  background-image: url(../images/headline_bg.svg?2209);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 300px;
  margin: auto;
  letter-spacing: 5px;
}
@media all and (-ms-high-contrast: none) {
  .info ul li h3 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 668px) {
  .info ul li h3 {
    padding: 4.5px 0;
    max-width: 250px;
  }
}
.info ul li:first-child h3 {
  letter-spacing: 3px;
}
.info ul li.notice ul {
  max-width: 670px;
  margin: 10px auto 0;
  text-align: left;
}
.info ul li.notice ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0;
  font-weight: bold;
}
.info ul li p {
  font-size: 140%;
  margin-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 668px) {
  .info ul li p {
    font-size: 120%;
  }
}
.info ul li p.small {
  margin-top: 10px;
  text-align: center;
  font-size: 100%;
}
.info ul li p.small span.border {
  border: 1px solid #753a26;
  padding: 3px 8px;
  box-sizing: border-box;
  margin-right: 10px;
  font-size: 90%;
  font-weight: bold;
}
.info ul li p.small span.large {
  font-size: 120%;
  font-weight: bold;
}
@media screen and (max-width: 668px) {
  .info ul li p.small span.large {
    display: inline-block;
    margin-top: 10px;
  }
}
.info ul li p.txtbox {
  text-align: left;
  max-width: 1010px;
  margin: 10px auto 0;
}
@media screen and (max-width: 668px) {
  .info ul li p.txtbox {
    width: 80%;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .info ul li p.txtbox {
    width: 85%;
  }
}
@media screen and (max-width: 668px) {
  .info ul li p.sp_txt_l {
    width: 80%;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 320px) {
  .info ul li p.sp_txt_l {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .info ul li p.sp_txt_l br.sp {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .info ul li p.sp_txt_l br.sp {
    display: block;
  }
}
.info .tadaima {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 150px auto 0;
}
@media screen and (max-width: 668px) {
  .info .tadaima {
    margin: 70px auto 0;
  }
}
.info .tadaima .circle {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  background: #FAFCF1;
  border: 1px solid #fff;
}
.info .tadaima .circle.top-left {
  left: -20px;
  top: -20px;
}
.info .tadaima .circle.top-right {
  right: -20px;
  top: -20px;
}
.info .tadaima .circle.btm-left {
  left: -20px;
  bottom: -20px;
}
.info .tadaima .circle.btm-right {
  right: -20px;
  bottom: -20px;
}
.info .tadaima .box-block {
  position: relative;
  text-align: left;
  color: #000;
  font-family: "Hiragino Mincho ProN", HGS明朝E;
  font-weight: bold;
  background: #fff;
  border: 1px solid #fff;
  padding: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 668px) {
  .info .tadaima .box-block {
    padding: 40px 20px;
  }
}
.info .tadaima .box-block img {
  max-width: 300px;
}
@media screen and (max-width: 668px) {
  .info .tadaima .box-block img {
    max-width: 200px;
  }
}
.info .tadaima .box-block p:nth-child(2) {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  margin-top: 5px;
  letter-spacing: 0;
  font-size: 117%;
}
.info .tadaima .box-block p:nth-child(3) {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-top: 20px;
  font-size: 80%;
  font-weight: 500;
}
@media screen and (max-width: 668px) {
  .info .tadaima .box-block p:nth-child(3) {
    font-size: 85%;
  }
}
.info p.logo {
  margin-top: 130px;
}
@media screen and (max-width: 668px) {
  .info p.logo {
    margin-top: 70px;
  }
}
.info p.logo img {
  max-width: 220px;
}

#pagetop {
  z-index: 99;
  position: fixed;
  right: 10px;
  bottom: 90px;
  display: block;
  padding: 30px;
  border-radius: 30px;
  transition: none;
  background: #753a26;
  transition: .3s;
  cursor: pointer;
}
@media screen and (max-width: 668px) {
  #pagetop {
    padding: 20px;
  }
}
#pagetop:hover {
  opacity: 0.8;
  transition: 0.5s;
}
#pagetop::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 0;
  transform: rotate(45deg);
}
#pagetop::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 18px;
  background: #fff;
  transform: rotate(0deg);
}

@media print {
  .gotop {
    display: none;
  }
}
