@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300&display=swap");
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

a:hover {
  opacity: 0.8;
}

main {
  display: block;
}

/* -- LAYOUT -- */
.header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #333;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 90%;
  height: auto;
  max-width: 1170px;
  margin: 0 auto;
  background-position: bottom right;
}

.header .logo_tfm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 80px;
}

.header .logo_tfm > img {
  width: 100%;
  height: auto;
}

.header .freq {
  width: 100%;
  max-width: 1170px;
  margin: 15px auto 5px;
  font-size: 1rem;
  text-align: right;
  line-height: 1.2;
  font-family: sans-serif;
}

@media (max-width: 800px) {
  .header_container {
    background: none;
  }
  .header .logo_tfm {
    width: 105px;
    height: 70px;
  }
  .header .freq {
    display: none;
  }
}

.ham {
  display: none;
}

.ham_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 70px;
  cursor: pointer;
}

.ham_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: white;
  left: 0;
  top: 0;
  z-index: 2;
}

.ham_menu .hideIcon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 5%;
  cursor: pointer;
}

.ham__contents {
  margin-top: 100px;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}

.ham__contents > li {
  margin-bottom: 30px;
}

.ham_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.ham_sns > li {
  margin: 0 20px;
}

.ham_sns > li > a > img {
  width: 30px;
  height: auto;
}

@media (max-width: 480px) {
  .ham {
    display: block;
  }
}

#menu.is-open {
  display: block;
  overflow-y: hidden;
}

.main {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.mainNav {
  width: auto;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Quicksand", sans-serif;
  word-break: keep-all;
}

.mainNav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Quicksand", sans-serif;
}

.mainNav_menu > li {
  padding-right: 30px;
}

.mainNav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainNav_sns > li {
  margin-left: 15px;
}

.mainNav_sns > li > a > img {
  width: 25px;
  height: 25px;
}

@media (max-width: 800px) {
  .mainNav {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .mainNav {
    display: none;
  }
}

/* -- lead -- */
.lead {
  margin: 10px 0 30px 0;
  padding: 2%;
  color: #154d97;
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  border: 1px dashed #154d97;
}

.lead span {
  font-size: 90%;
  font-weight: normal;
}

@media (max-width: 800px) {
  .lead {
    width: 90%;
    margin: 5% auto 0;
    padding: 0;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.3;
    border: none;
  }
  .lead span {
    font-size: 70%;
    font-weight: normal;
  }
}

/* -- kv -- */
.kv {
  width: 100%;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.kv .mainTtl {
  width: 55%;
  margin: 0 0 0 0;
  text-align: center;
}

.kv .mainTtl img {
  width: 100%;
  height: auto;
}

.kv article {
  width: 41%;
}

.kv article .about_subttl {
  font-size: 160%;
  line-height: 1.3;
  text-align: left;
}

.kv article img {
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
}

.kv article p {
  margin: 15px 0 0 0;
  line-height: 1.8;
}

@media (max-width: 800px) {
  .kv .mainTtl {
    width: 100%;
    margin: 4% 0 0 0;
    text-align: center;
  }
  .kv .mainTtl img {
    width: 80%;
    height: auto;
  }
}

/* -- about -- */
.about {
  margin: 90px 0 0 0;
}

.about_inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.about_ttl {
  margin: 0 0 50px 0;
  text-align: center;
  background: url(../../img/border_bg.png) no-repeat center;
}

.about_ttl img {
  width: 90px;
  height: auto;
  padding: 0 20px;
  background: #fff;
}

.about_subttl {
  margin: 0 0 30px 0;
  text-align: center;
  color: #e83b0c;
  font-size: 150%;
}

.about p {
  width: 1000px;
  margin: 0 auto;
  line-height: 1.7;
}

@media (max-width: 800px) {
  .about {
    width: 95%;
    margin: 9% auto 0;
  }
  .about_ttl {
    margin: 0 0 7% 0;
  }
  .about_ttl img {
    width: 90px;
    height: auto;
    padding: 0 5%;
    background: #fff;
  }
  .about_subttl {
    margin: 0 0 5% 0;
    font-size: 140%;
    line-height: 1.2;
  }
  .about p {
    width: 90%;
    margin: 5% auto 0;
  }
}

/* -- goods -- */
.goods {
  margin: 90px 0 0 0;
}

.goods_inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.goods_ttl {
  margin: 0 0 50px 0;
  text-align: center;
  background: url(../../img/border_bg.png) no-repeat center;
}

.goods_ttl img {
  width: 115px;
  height: auto;
  padding: 0 20px;
  background: #fff;
}

.goods_subttl {
  margin: 0 0 30px 0;
  text-align: center;
  color: #e83b0c;
  font-size: 150%;
}

.goods p {
  width: 1000px;
  margin: 20px auto 0;
  line-height: 1.7;
}

.goods p a {
  color: #154d97;
  text-decoration: underline;
}

.goods ul {
  width: 95%;
  max-width: 935px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.goods ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  list-style: none;
}

.goods ul li:first-child {
  padding: 16px 25px 0 0;
  border-right: 1px solid #154d97;
  text-align: center;
}

.goods ul li:first-child img.ph {
  margin: 0 0 60px 0;
}

.goods ul li:last-child {
  padding: 0 0 20px 20px;
  text-align: center;
}

.goods ul li:last-child img.ph {
  max-width: 325px;
  margin: 0 0 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.goods ul li:last-child span {
  display: block;
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 80%;
}

.goods ul li:last-child span a {
  text-decoration: underline;
}

.goods ul li:last-child span em {
  display: inline-block;
}

@media (max-width: 800px) {
  .goods {
    width: 95%;
    margin: 9% auto 15%;
  }
  .goods_ttl {
    margin: 0 0 7% 0;
  }
  .goods_ttl img {
    width: 115px;
    height: auto;
    padding: 0 5%;
    background: #fff;
  }
  .goods_subttl {
    margin: 0 0 5% 0;
    font-size: 140%;
    line-height: 1.2;
  }
  .goods_subttl span {
    display: block;
    margin: 3% 0 0 0;
  }
  .goods p {
    width: 90%;
    margin: 5% auto 0;
  }
  .goods ul {
    width: 90%;
    margin: 5% auto 0;
    display: block;
  }
  .goods ul li {
    width: 100%;
    list-style: none;
  }
  .goods ul li img {
    width: 100%;
    height: auto;
  }
  .goods ul li:first-child {
    padding: 0 0 10% 0;
    border-right: none;
    border-bottom: 1px solid #154d97;
  }
  .goods ul li:first-child img.ph {
    margin: 0 0 30px 0;
  }
  .goods ul li:last-child {
    width: auto;
    padding: 0;
    margin: 10% 0 0 0;
  }
  .goods ul li:last-child img.ph {
    max-width: 400px;
  }
  .goods ul li:last-child span {
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 100%;
  }
  .goods ul li:last-child span em {
    display: none;
  }
}

/* -- program -- */
.program {
  margin: 90px 0 0 0;
}

.program_inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.program_ttl {
  margin: 0 0 50px 0;
  text-align: center;
  font-size: 120%;
  background: url(../../img/border_bg.png) no-repeat center;
}

.program_ttl img {
  width: 130px;
  height: auto;
  padding: 0 20px;
  background: #fff;
}

.program_subttl {
  margin: 0 0 30px 0;
  text-align: center;
  color: #e83b0c;
  font-size: 150%;
}

.program_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.program_list li {
  width: 31%;
  margin-bottom: 10px;
  list-style: none;
  font-size: 95%;
}

.program_list li:not(:nth-of-type(3n)) {
  margin-right: 3.5%;
}

.program_list li span {
  color: #154d97;
}

.program_list li img {
  width: 100%;
  height: auto;
  margin: 0 0 7px 0;
  border: 1px solid #ccc;
}

@media (max-width: 800px) {
  .program {
    width: 95%;
    margin: 9% auto 0;
  }
  .program_inner {
    width: 96%;
    margin: 0 auto;
  }
  .program_ttl {
    margin: 0 0 7% 0;
  }
  .program_ttl img {
    width: 130px;
    height: auto;
    padding: 0 20px;
    background: #fff;
  }
  .program_subttl {
    margin: 0 0 7% 0;
    font-size: 140%;
    line-height: 1.2;
  }
  .program_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .program_list li {
    width: 46%;
    margin: 0 0 6% 0;
    list-style: none;
    font-size: 80%;
  }
  .program_list li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .program_list li span {
    color: #154d97;
    font-size: 110%;
  }
  .program_list li img {
    width: 100%;
    height: auto;
    margin: 0 0 7px 0;
    border: 1px solid #ccc;
  }
}

/* -- note -- */
.note {
  margin: 90px auto 0;
  width: 95%;
}

.note_ttl {
  margin: 0 0 50px 0;
  text-align: center;
  font-size: 120%;
  background: url(../../img/border_bg.png) no-repeat center;
}

.note_ttl img {
  width: 150px;
  height: auto;
  padding: 0 20px;
  background: #fff;
}

.note_subttl {
  margin: 0 0 50px 0;
  font-size: 140%;
  line-height: 1.2;
  color: #e83b0c;
  text-align: center;
}

.note_contents {
  max-width: 1170px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.note_txt {
  margin-bottom: 30px;
  text-align: center;
}

.note_container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.note_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 300px;
  max-width: 70%;
  height: auto;
  margin: 0 auto 30px;
}

.note_spotify {
  padding: 20px 10px;
  border: 1px solid #e83b0c;
}

.note_spoLogo {
  display: inline-block;
  width: 90px;
  padding: 14px 14px 14px 4px;
  vertical-align: middle;
}

.note_spoInner {
  margin-right: 20px;
}

.note_spoHead {
  margin-bottom: 10px;
  color: #e83b0c;
  line-height: 1;
  text-align: center;
}

.note_spoTxt {
  margin-bottom: 20px;
  text-align: center;
}

.note_spoBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  height: 30px;
  color: #fff;
  font-weight: bold;
  background: #e83b0c;
  border-radius: 5px;
}

.note_qr {
  width: 150px;
  border: 1px solid #e83b0c;
}

.note_comment strong {
  display: block;
  margin: 0 0 5px 0;
  font-weight: bold;
}

.note_comment ul {
  width: 100%;
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
  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;
  border-bottom: 1px dashed #333;
}

.note_comment ul li.icon {
  width: 15%;
  margin: 0 15px 0 0;
}

.note_comment ul li.icon .ph {
  width: 100%;
  margin: 0 0 20px 0;
}

.note_comment ul li.icon .ph img {
  position: relative;
  display: block;
  width: 100%;
  margin: -40px 0 0 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  z-index: 1;
}

.note_comment ul li.icon .ph em {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 75%;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  background: #154d97;
  width: 90px;
  height: 90px;
  padding: 5px;
  border-radius: 50%;
  z-index: 2;
}

.note_comment ul li.icon .ph em.even {
  background: #e83b0c;
}

.note_comment ul li.icon strong {
  display: none;
}

.note_comment ul li.txt {
  width: 57%;
  line-height: 1.7;
}

.note_comment ul li.txt strong {
  display: block;
  color: #154d97;
  font-size: 140%;
  margin: 0 0 10px 0;
}

.note_comment ul li.txt strong em {
  font-size: 80%;
  font-style: normal;
}

.note_comment ul li.jk {
  width: 22%;
}

.note_comment ul li.jk img {
  border: 1px solid #ccc;
  width: 95%;
  height: auto;
}

.note_comment ul li.jk span {
  display: block;
  margin: 5px 0 0 0;
  font-size: 80%;
  text-align: center;
}

@media (max-width: 800px) {
  .note {
    margin: 5% auto 0;
  }
  .note_ttl {
    margin: 0 0 7% 0;
    text-align: center;
  }
  .note_ttl img {
    width: 150px;
    height: auto;
    padding: 0 7%;
    background: #fff;
  }
  .note_subttl {
    margin: 0 0 7% 0;
    font-size: 120%;
    line-height: 1.2;
    color: #e83b0c;
    text-align: center;
  }
  .note_txt {
    width: 90%;
    margin: 0 auto 30px;
    text-align: left;
  }
  .note_container {
    display: block;
  }
  .note_box {
    max-width: 250px;
    margin: 0 auto 20px;
  }
  .note_spotify {
    width: 86%;
    margin: 0 auto;
  }
  .note_spoHead {
    line-height: 1.25;
  }
  .note_comment {
    display: block;
  }
  .note_comment strong {
    margin: 0 0 5px 0;
    font-weight: bold;
  }
  .note_comment ul {
    width: 85%;
    list-style: none;
    margin: 0 auto 7%;
    padding: 0 0 7% 0;
    display: block;
    border-bottom: 1px dashed #333;
  }
  .note_comment ul li.icon {
    width: 100%;
    display: block;
    margin: 0 0 0 0;
  }
  .note_comment ul li.icon .ph {
    position: relative;
    width: 74%;
    display: block;
    margin: 0 auto;
  }
  .note_comment ul li.icon .ph img {
    position: relative;
    display: block;
    width: 67%;
    margin: 0 auto 5%;
    border: 1px solid #ccc;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
  }
  .note_comment ul li.icon .ph em {
    position: absolute;
    top: 0;
    left: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 75px;
    height: 75px;
    font-size: 65%;
  }
  .note_comment ul li.icon strong {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 0 5% 0;
    color: #154d97;
    font-size: 110%;
    line-height: 1.3;
    text-align: center;
  }
  .note_comment ul li.icon strong em {
    font-size: 75%;
    font-style: normal;
  }
  .note_comment ul li.txt {
    clear: both;
    width: 100%;
  }
  .note_comment ul li.txt strong {
    display: none;
  }
  .note_comment ul li.jk {
    width: 90%;
    margin: 5% auto 0;
  }
  .note_comment ul li.jk img {
    border: 1px solid #ccc;
    width: 95%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .note_note {
    width: 100%;
  }
  .note_contents {
    padding: 0 2%;
  }
  .note_spotify {
    display: block;
  }
  .note_spoLogo {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 18px;
  }
  .note_spoInner {
    margin-right: 0;
  }
  .note_spoHead {
    text-align: center;
  }
  .note_spoBtn {
    margin: 0 auto 20px;
  }
  .note_qr {
    display: block;
    width: 170px;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 320px) {
  .note_subttl {
    margin: 0 0 7% 0;
    font-size: 110%;
    line-height: 1.2;
    color: #e83b0c;
    text-align: center;
  }
  .note_comment ul li.icon {
    width: 100%;
    display: block;
    margin: 0 0 0 0;
  }
  .note_comment ul li.icon .ph {
    position: relative;
    width: 74%;
    display: block;
    margin: 0 auto;
  }
  .note_comment ul li.icon .ph img {
    display: block;
    width: 67%;
    margin: 0 auto 5%;
    border: 1px solid #ccc;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
  }
  .note_comment ul li.icon .ph em {
    position: absolute;
    top: 0;
    left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 75px;
    height: 75px;
    font-size: 65%;
  }
}

/* -- illustration -- */
.illustration {
  width: 100%;
  max-width: 1000px;
  margin: 90px auto;
  padding: 2%;
  background: #E6F0F9;
  line-height: 1.7;
}

.illustration h2 {
  display: inline-block;
  vertical-align: middle;
  width: 105px;
  margin: 0 5px 0 0;
  background: #154d97;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 80%;
}

.illustration h3 {
  width: 75%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #154d97;
  font-size: 145%;
  /*::after{
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 88%;
      height: 1px;
      background-color:  $accentColor;
      right:-140px;
     }*/
}

.illustration h3 em {
  display: inline-block;
  font-size: 90%;
  font-style: normal;
}

.illustration div {
  margin: 20px 0 0 0;
}

.illustration .txt1 {
  padding: 15px;
  font-size: 85%;
  border: 4px double #154d97;
}

.illustration .txt1 strong {
  display: block;
  margin: 40px 0 5px 0;
  color: #154d97;
}

.illustration .txt2 {
  clear: both;
  margin: 40px 0 0 0;
  font-size: 100%;
  line-height: 1.7;
}

.illustration .txt2 strong {
  display: block;
  margin: 0 0 10px 0;
  color: #154d97;
}

.illustration .txt2 h4 {
  margin: 0 0 15px 0;
  color: #154d97;
  font-weight: bold;
}

.illustration .txt2 p {
  margin: 0 0 25px 0;
}

.illustration .txt2 p :last-child {
  margin: 0;
}

.illustration .txt2.marign {
  clear: both;
  padding: 20px 0 0 0;
}

.illustration img {
  float: left;
  width: 220px;
  height: auto;
  margin: 0 20px 0 0;
}

@media (max-width: 800px) {
  .illustration {
    width: 86%;
    margin: 7% auto;
    padding: 7% 0;
  }
  .illustration h2 {
    display: block;
    width: 105px;
    margin: 0 auto 2%;
  }
  .illustration h3 {
    width: 60%;
    margin: 0 auto;
    display: block;
    color: #154d97;
    font-size: 145%;
    text-align: center;
    line-height: 1;
  }
  .illustration h3 em {
    display: inline-block;
    font-size: 90%;
    font-style: normal;
  }
  .illustration h3 ::after {
    display: none;
  }
  .illustration .txt1 {
    width: 80%;
    margin: 7% auto 7%;
    padding: 4%;
    font-size: 80%;
  }
  .illustration .txt1 strong {
    margin: 5% 0 1% 0;
  }
  .illustration .txt2 {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 5% 0;
    line-height: 1.7;
  }
  .illustration .txt2 strong {
    display: block;
    padding: 0 0 5px 0;
    font-size: 110%;
  }
  .illustration .txt2 h4 {
    font-weight: bold;
  }
  .illustration .txt2 p {
    padding: 0 0 1% 0;
  }
  .illustration .txt2:last-child {
    padding: 0 0 0 0;
  }
  .illustration img {
    display: block;
    float: none;
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
}

.timetable {
  max-width: 1000px;
  margin: 0 auto 5%;
  line-height: 1.7;
}

.timetable a.timetable_btn {
  display: block;
  max-width: 500px;
  margin: 0 auto 10px;
  padding: 15px 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #e83b0c;
  border-radius: 5px;
}

.timetable_txt {
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 800px) {
  .timetable {
    margin: 0 auto 10%;
  }
}

.timetable strong {
  display: block;
  margin: 0 0 10px 0;
  color: #154d97;
  font-size: 110%;
  line-height: 1.4;
  text-align: center;
}

.timetable a {
  color: #154d97;
  text-decoration: underline;
}

@media (max-width: 800px) {
  .timetable {
    max-width: 1000px;
    margin: 0 auto 5%;
  }
  .timetable a.timetable_btn {
    max-width: 250px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.footer {
  border-top: 1px solid #333;
}

.copyright {
  margin-top: 20px;
  padding: 0 5% 30px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 800px) {
  .copyright {
    margin-top: 20px;
  }
}

.pagetop {
  position: fixed;
  padding: 2px 5px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 7px;
  z-index: 100;
}

.pagetop > img {
  width: 30px;
  min-height: 0;
}

.pagetop > p {
  margin-top: 1px;
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem;
}

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

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

@media (max-width: 800px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}

.audee_kana {
  font-size: 75%;
}

.audee_kana2 {
  font-size: 60%;
}
/*# sourceMappingURL=style.css.map */