/* ------------------------------
 common - width: all
------------------------------ */
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "mizoletbokutoh", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

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

* {
  letter-spacing: 0.1em;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.gothic01 {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
}

/* ------------------------------
 common - width all
------------------------------ */
html,
body {
  min-width: 1280px;
}

header .ham {
  width: 64px;
  display: block;
  position: fixed;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 100000000;
}
header .spmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  background-color: #fff6df;
  padding: 60px 40px 70px;
  border-bottom: 5px solid #f15a24;
  z-index: 10000;
  display: none;
}
header .spmenu .spwrapper {
  width: 800px;
  margin: 0 auto;
}
header .spmenu .spwrapper ul li {
  padding: 20px 0;
  border-bottom: 1px solid #fbb03b;
}
header .spmenu .spwrapper ul li a {
  display: block;
  font-size: 24px;
  color: #f15a24;
  text-decoration: none;
}
header .spmenu .close {
  width: 120px;
  margin: 40px auto 0;
  color: #000;
  font-size: 18px;
  text-align: center;
}
header .spmenu .close span {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  cursor: pointer;
}

footer {
  position: relative;
}
footer .pagetop {
  width: 100px;
  display: block;
  position: absolute;
  top: -60px;
  right: 40px;
}
footer .pagetop img {
  width: 100%;
  display: block;
}
footer .btn_reserve {
  width: 121px;
  display: block;
  position: fixed;
  top: 250px;
  right: 10px;
  z-index: 1000000;
}
footer .btn_reserve img {
  width: 100%;
  display: block;
}
footer .wrapper {
  padding: 60px 0 80px;
}
footer .wrapper .logo {
  width: 310px;
  display: block;
  margin: 0 auto;
}
footer .wrapper .logo img {
  width: 100%;
  display: block;
}
footer .wrapper .t01 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #f15a24;
  margin-top: 30px;
}
footer .wrapper .t02 {
  text-align: center;
  font-size: 14px;
  line-height: 230%;
  margin-top: 10px;
}
footer .wrapper .t02 a {
  text-decoration: none;
  color: #000;
}



/* ------------------------------
 common - width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  header .ham {
    width: 32px;
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 100000000;
  }
  header .spmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    background-color: #fff6df;
    padding: 40px 20px 40px;
    z-index: 10000;
    border-bottom: 1px solid #f15a24;
  }
  header .spmenu .spwrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  header .spmenu .spwrapper ul li {
    padding: 12px 0;
    border-bottom: 1px solid #fbb03b;
  }
  header .spmenu .spwrapper ul li a {
    display: block;
    font-size: 14px;
    color: #f15a24;
    text-decoration: none;
  }
  header .spmenu .close {
    width: 80px;
    margin: 25px auto 0;
    color: #000;
    font-size: 13px;
    text-align: center;
  }
  header .spmenu .close span {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    cursor: pointer;
  }
  footer {
    position: relative;
  }
  footer .pagetop {
    width: 60px;
    display: block;
    position: absolute;
    top: -30px;
    right: 20px;
  }
  footer .pagetop img {
    width: 100%;
    display: block;
  }
  footer .btn_reserve_sp {
    width: 100%;
    min-width: 375px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff6df;
    padding: 12px 0;
  }
  footer .btn_reserve_sp a {
    display: block;
    width: 335px;
    margin: 0 auto;
    position: relative;
    padding-left: 50px;
    text-decoration: none;
  }
  footer .btn_reserve_sp a .icon {
    width: 70px;
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
  }
  footer .btn_reserve_sp a p {
    background-color: #f15a24;
    color: #fff;
    padding: 10px 0 10px 0;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    border: 2px solid #f29600;
    text-align: center;
  }
  footer .wrapper {
    padding: 40px 20px 100px;
  }
  footer .wrapper .logo {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper .t01 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #f15a24;
    margin-top: 20px;
  }
  footer .wrapper .t02 {
    text-align: center;
    font-size: 12px;
    line-height: 230%;
    margin-top: 5px;
    letter-spacing: 0;
  }
  footer .wrapper .t02 a {
    text-decoration: none;
    color: #000;
  }
}
/* ------------------------------
 width: all
------------------------------ */
main section .ttlbox {
  width: 1160px;
  margin: 0 auto;
  background-image: url(../images/bg_ttlbox.png);
  background-size: 20px auto;
  background-position: left 0 center;
  background-repeat: repeat-x;
}
main section .ttlbox .ttl {
  width: 346px;
  height: 87px;
  background-image: url(../images/bg_ttl.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #f15a24;
  padding-top: 25px;
  line-height: 100%;
  letter-spacing: 0.07em;
  font-family: "heisei-maru-gothic-std", sans-serif;
}
main section.s01 {
  padding: 50px 0 120px;
  background-image: url(../images/bg_ham.png);
  background-size: 100% 127px;
  background-position: bottom 0 center;
  background-repeat: no-repeat;
  background-color: #fff6df;
}
main section.s01 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s01 .wrapper h1 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
  color: #f15a24;
}

main section.s01 .wrapper .t01 span {
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  font-weight: bold;
  color: #f15a24;
}

main section.s02 {
  padding: 90px 0 0;
}
main section.s02 .wrapper ul {
  width: 1040px;
  margin: 50px auto 0;
}
main section.s02 .wrapper ul li + li {
  margin-top: 30px;
}
main section.s02 .wrapper ul li dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s02 .wrapper ul li dl dt {
  width: 165px;
  font-size: 34px;
  line-height: 140%;
  color: #f15a24;
  font-weight: bold;
  background-image: url(../images/s0201.svg);
  background-size: 32px auto;
  background-position: top 6px left 0;
  background-repeat: no-repeat;
  padding-left: 45px;
}
main section.s02 .wrapper ul li dl dd {
  width: calc(100% - 165px);
  font-size: 34px;
  line-height: 140%;
  color: #f15a24;
  font-weight: bold;
}
main section.s02 .wrapper ul li dl dd span {
  font-size: 48px;
}
main section.s02 .wrapper .mapbox {
  position: relative;
  margin-top: 70px;
}
main section.s02 .wrapper .mapbox .icon {
  width: 164px;
  display: block;
  position: absolute;
  top: -35px;
  right: calc(50% + 436px);
}
main section.s02 .wrapper .mapbox iframe {
  width: 100% !important;
  height: 500px !important;
  display: block;
}
main section.s03 {
  padding: 90px 40px;
}
main section.s03 .wrapper .bnr {
  width: 1074px;
  display: block;
  margin: 40px auto 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
main section.s04 {
  padding: 90px 40px;
  background-image: url(../images/s0401.png);
  background-size: 100% 100%;
  background-color: #ffffff;
}
main section.s04 .wrapper ul {
  width: 1200px;
  margin: 50px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 26.6666666667px;
}
main section.s04 .wrapper ul li {
  width: 280px;
}
main section.s04 .wrapper ul li .photo {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 5px 5px 0px #f15a24;
          box-shadow: 5px 5px 0px #f15a24;
}
main section.s04 .wrapper ul li .photo img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper ul li .photo02 {
  max-width: 271px;
  padding-top: 50px;
}
main section.s04 .wrapper ul li .photo02 img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper ul li .t01 {
  height: 78px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  padding-left: 15px;
}
main section.s04 .wrapper ul li .t01 span {
  display: inline-block;
  font-size: 32px;
  line-height: 39px;
  color: #f15a24;
  font-weight: bold;
}
main section.s04 .wrapper ul li .t02 {
  font-size: 16px;
  line-height: 200%;
  margin-top: 5px;
  letter-spacing: 1px;
}
main section.s04 .wrapper ul li .t02 span {
  display: block;
  color: #f15a24;
}
main section.s05 {
  padding: 90px 40px 150px;
  background-image: url(../images/bg_ham.png);
  background-size: 100% 127px;
  background-position: bottom 0 center;
  background-repeat: no-repeat;
  background-color: #fff6df;
}
main section.s05 .wrapper ul {
  width: 1200px;
  margin: 50px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 26.6666666667px;
}
main section.s05 .wrapper ul li {
  width: 375px;
}
main section.s05 .wrapper ul li a {
  display: block;
  text-decoration: none;
}
main section.s05 .wrapper ul li .photo {
  width: 100%;
  display: block;
  border-radius: 12px;
}
main section.s05 .wrapper ul li .t01 {
  height: 56px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #f15a24;
  padding: 0 10px;
  margin-top: 10px;
}

/* --------------------------------------------------
 事前申込ボタン（380x80 / 角丸 / キラッと光る）
-------------------------------------------------- */
.btn-entry-shiny {
  display: flex !important; /* 強制的に表示 */
  align-items: center;
  justify-content: center;
  width: 380px;            /* PCサイズ指定 */
  height: 80px;           /* PCサイズ指定 */
  margin: 30px auto 10px;  /* 中央配置 */
  background-color: #f15a24; /* メインカラー（オレンジ） */
  color: #ffffff !important;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;     /* 角丸（高さの半分） */
  border: 3px solid #f29600; /* 縁取り（オレンジ） */
  position: relative;
  overflow: hidden;        /* 光がはみ出さないように */
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
  z-index: 10;
}

/* キラッと光るエフェクトの正体 */
.btn-entry-shiny::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -150%;
  width: 80px;
  height: 200%;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(30deg);
  animation: shine-animation 3.5s infinite;
}

/* 光が走るアニメーション設定 */
@keyframes shine-animation {
  0% { left: -150%; }
  25% { left: 150%; }
  100% { left: 150%; }
}

/* ホバー時のアクション */
.btn-entry-shiny:hover {
  transform: scale(1.05);
  opacity: 1 !important; /* 共通設定の透明度変化を無効化 */
}

/* --- 事前申込下の注意書きエリア --- */
.entry-attention {
  max-width: 700px;
  margin: 20px auto 20px;
  padding: 0 20px;
}

.attention-inner {
  background-color: #fff;
  border: 2px solid #f15a24;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.attention-title {
  color: #f15a24;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.attention-text {
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 10px;
}

.attention-text strong {
  color: #f15a24;
}

.attention-subtext {
  font-size: 14px;
  margin-bottom: 20px;
  color: #666;
}

/* ボタンのデザイン */
.attention-links {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.att-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 54px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.login-btn {
  background-color: #f15a24;
  color: #fff !important;
}

.reset-btn {
  background-color: #fff6df;
  border: 1px solid #fbb03b;
  color: #f15a24 !important;
}

.att-btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

/* --- タイトル画像（ttl_0101 / ttl_0102）のバランス調整 --- */
main section.s01 .wrapper .ttl-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 850px; /* SVGの元のサイズやデザインに合わせて調整してください */
}

main section.s01 .wrapper .ttl-01 {
  margin-top: 5px;    /* メインタイトル(h1)との余白 */
  margin-bottom: 30px; /* 注意書きブロックとの余白 */
}

main section.s01 .wrapper .ttl-02 {
  margin-top: 20px;    /* 注意書きブロックとの余白 */
  margin-bottom: 10px; /* 下部のテキスト(t01)との余白 */
}
/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section .ttlbox {
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/bg_ttlbox.png);
    background-size: 10px auto;
    background-position: center center;
    background-repeat: repeat-x;
  }
  main section .ttlbox .ttl {
    width: 230px;
    height: 58px;
    background-image: url(../images/bg_ttl.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #f15a24;
    padding-top: 18px;
    letter-spacing: 0.07em;
  }
  main section.s01 {
    padding: 30px 20px 50px;
    background-image: url(../images/bg_ham.png);
    background-size: 100% 40px;
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    background-color: #fff6df;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper h1 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 16px;
    line-height: 180%;
    font-weight: bold;
    color: #f15a24;
    margin-top: 15px;
  }
  main section.s01 .wrapper .t01 span {
    text-align: center;
    font-size: 12px;
    line-height: 180%;
    font-weight: bold;
    color: #f15a24;
  }
  main section.s02 {
    padding: 50px 0 0;
  }
  main section.s02 .ttlbox {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main section.s02 .wrapper ul {
    width: 100%;
    padding: 0 20px;
    margin: 30px auto 0;
  }
  main section.s02 .wrapper ul li + li {
    margin-top: 15px;
  }
  main section.s02 .wrapper ul li dl {
    display: block;
  }
  main section.s02 .wrapper ul li dl dt {
    width: 100%;
    font-size: 20px;
    line-height: 140%;
    color: #f15a24;
    font-weight: bold;
    background-image: url(../images/s0201.svg);
    background-size: 18px auto;
    background-position: top 6px left 0;
    background-repeat: no-repeat;
    padding-left: 25px;
  }
  main section.s02 .wrapper ul li dl dd {
    width: 100%;
    font-size: 18px;
    line-height: 150%;
    color: #f15a24;
    font-weight: bold;
    margin-top: 5px;
    padding-left: 25px;
  }
  main section.s02 .wrapper ul li dl dd span {
    font-size: 24px;
  }
  main section.s02 .wrapper .mapbox {
    position: relative;
    margin-top: 35px;
  }
  main section.s02 .wrapper .mapbox .icon {
    width: 80px;
    display: block;
    position: absolute;
    top: -30px;
    right: 20px;
  }
  main section.s02 .wrapper .mapbox iframe {
    width: 100% !important;
    height: 250px !important;
    display: block;
  }
  main section.s03 {
    padding: 50px 20px;
  }
  main section.s03 .wrapper .bnr {
    width: 100%;
    display: block;
    margin: 30px auto 0;
    -webkit-transform: translateX(-2vw);
            transform: translateX(-2vw);
  }
  main section.s04 {
    padding: 50px 20px;
    background-image: url(../images/s0401_sp.png);
    background-size: 100% auto;
    background-position: bottom 0 center;
    background-color: #ffffff;
  }
  main section.s04 .wrapper ul {
    width: 100%;
    margin: 30px auto 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 35px 20px;
  }
  main section.s04 .wrapper ul li {
    width: calc(50% - 10px);
  }
  main section.s04 .wrapper ul li .photo {
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 0px #f15a24;
            box-shadow: 5px 5px 0px #f15a24;
  }
  main section.s04 .wrapper ul li .photo img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper ul li .photo02 {
    max-width: 271px;
    padding-top: 30px;
  }
  main section.s04 .wrapper ul li .photo02 img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper ul li .t01 {
    height: 48px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
    padding-left: 0;
  }
  main section.s04 .wrapper ul li .t01 span {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #f15a24;
    font-weight: bold;
  }
  main section.s04 .wrapper ul li .t02 {
    font-size: 14px;
    line-height: 180%;
    margin-top: 5px;
    letter-spacing: 0.5px;
  }
  main section.s04 .wrapper ul li .t02 span {
    display: block;
    color: #f15a24;
  }
  main section.s05 {
    padding: 50px 20px 70px;
    background-image: url(../images/bg_ham.png);
    background-size: 100% 30px;
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    background-color: #fff6df;
  }
  main section.s05 .wrapper ul {
    width: 100%;
    margin: 30px auto 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 20px;
  }
  main section.s05 .wrapper ul li {
    width: calc(50% - 10px);
  }
  main section.s05 .wrapper ul li .photo {
    width: 100%;
    display: block;
    border-radius: 8px;
  }
  main section.s05 .wrapper ul li .t01 {
    height: auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #f15a24;
    padding: 0 5px;
    margin-top: 10px;
  }
.btn-entry-shiny {
    width: 280px;  /* スマホサイズに調整 */
    height: 60px;  /* スマホサイズに調整 */
    font-size: 18px;
    margin: 20px auto 10px;
    border-radius: 30px;
  }
.attention-inner {
    padding: 20px 15px;
  }
  .attention-title {
    font-size: 1rem;
  }
  .attention-text {
    font-size: 13px;
  }
  .attention-links {
    flex-direction: column;
  }
  .att-btn {
    width: 100%;
  }
  main section.s01 .wrapper .ttl-img {
    max-width: 100%;
    width: 95%; /* スマホ画面で左右に少し余白を持たせる */
  }

  main section.s01 .wrapper .ttl-01 {
    margin-bottom: 20px;
  }

  main section.s01 .wrapper .ttl-02 {
    margin-top: 5px;
  }
}