@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Inline:opsz,wght@10..72,100..900&display=swap");
/*----mixin*/
/*----variables*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  background: #ccc;
}

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

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

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

.pc {
  display: none;
}

.serif {
  font-family: "Pacifico", cursive, sans-serif;
}

.txBlue {
  color: #4a9ed8;
}

.txRed {
  color: #f00;
}

.txYellow {
  color: #ffe046;
}

.txPink {
  color: #ec77a3;
}

.txC {
  text-align: center;
}

/*----common*/
.secTtl {
  position: relative;
  font-size: 1.5rem;
  font-weight: normal;
  color: #2C7603;
  text-align: center;
  padding: 2rem 0 4rem;
}
.secTtl .en {
  font-family: "Big Shoulders Inline", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 6rem;
  color: rgba(242, 110, 15, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contentWrap .w-full {
  width: 100%;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pageTtlWrap {
  padding: 6rem 0;
  margin-bottom: 2rem;
  text-align: center;
  background: url("../img/main_program.jpg") no-repeat center center/cover;
}
.pageTtlWrap .pageTtl {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #F26E0F;
  border-bottom: 2px solid #F26E0F;
}

.program .pageTtlWrap {
  background: url("../img/main_program.jpg") no-repeat center center/cover;
}

@media screen and (min-width: 640px) {
  /*-PC---------------------------------------------*/
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .section,
  .w1080 {
    width: 1080px;
    margin: 0 auto;
    padding: 1rem;
  }
  .pageTtlWrap {
    padding: 13rem 0;
  }
  .pageTtlWrap .pageTtl {
    width: 65%;
    font-size: 2.25rem;
    padding-bottom: 1rem;
  }
}
/*----header*/
.headerBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-top: 4px solid #F26E0F;
  border-bottom: 1px solid #F26E0F;
  position: relative;
  z-index: 10;
}
.headerBar .sitelogo {
  width: 42vw;
  line-height: 86px;
  padding-left: 1rem;
}
.headerBar .sitelogo a {
  display: block;
  padding: 0.5rem 0;
}

/*btn-menu*/
.btn_gNavWrap a {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  background: rgba(115, 189, 189, 0);
  padding: 41px 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  height: 16px;
  margin: 0 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  height: 2px;
  background-color: #F26E0F;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 7px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.gNavWrap {
  position: relative;
  z-index: 1;
}

#gNav {
  position: absolute;
  top: -700px;
  opacity: 0.5;
  width: 100%;
  background: #fefefe;
  -webkit-box-shadow: 0 0 1rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1rem rgba(255, 255, 255, 0.5);
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#gNav.gNavActive {
  opacity: 1;
  top: 0;
}
#gNav .menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #F26E0F;
  padding-top: 2rem;
}
#gNav .menu > li::after {
  content: "";
  display: block;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #F26E0F;
}
#gNav .menu > li a {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: #934208;
  font-size: 1rem;
  line-height: calc(69px - 2rem);
  padding: 1rem 0.5rem 1rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#gNav .menu > li a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: 900;
  margin: 0 0.5rem 0 0;
  position: absolute;
  top: 0;
  right: 5%;
  line-height: 70px;
  font-size: 1rem;
  color: #F2D479;
}
#gNav .bnr_gNav {
  border-top: 1px solid #F2D479;
}
#gNav .bnr_gNav a {
  padding: 0.5rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  display: block;
  width: 60%;
  margin: 2rem auto;
  position: relative;
}
#gNav .bnr_gNav a p {
  border: 1px solid #fff;
  padding: 1rem;
}
#gNav .bnr_gNav a p::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: 900;
  margin: 0 0.5rem 0 0;
  display: block;
  text-align: center;
  font-size: 1.5rem;
}
#gNav .bnr_gNav a::after {
  content: none;
}
#gNav #gNavList > li:last-child {
  border-bottom: 4px solid #F26E0F;
  padding-bottom: 2rem;
}
#gNav #gNavList > li:last-child::after {
  display: none;
}
#gNav #gNavList > li:last-child a {
  padding: 1rem 0;
  text-align: center;
}
#gNav #gNavList > li:last-child a::after {
  content: none;
}

@media screen and (min-width: 640px) {
  /*-PC---------------------------------------------*/
  #header {
    position: relative;
    height: 98px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .headerBar {
    height: 100%;
    padding: 0 2rem;
    border: none;
    -webkit-box-shadow: 0 0 1rem rgba(242, 135, 5, 0.5);
            box-shadow: 0 0 1rem rgba(242, 135, 5, 0.5);
    z-index: 0;
  }
  #header .headerBar .sitelogo {
    width: 140px;
    line-height: 98px;
    padding-left: 0;
  }
  #header .headerBar .sitelogo a {
    display: block;
    padding: 0.5rem 0;
  }
  #header .gNavWrap {
    width: 80%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
  #header .gNavWrap #gNav {
    position: relative;
    opacity: 1;
    top: 0;
    background: none;
  }
  #header .gNavWrap #gNav #gNavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 1rem 0 0;
    border: none;
    border-bottom: 2px;
    text-align: center;
  }
  #header .gNavWrap #gNav #gNavList li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  #header .gNavWrap #gNav #gNavList li:hover {
    -webkit-box-shadow: 0 0 0.5rem rgba(242, 135, 5, 0.5);
            box-shadow: 0 0 0.5rem rgba(242, 135, 5, 0.5);
  }
  #header .gNavWrap #gNav #gNavList li::after {
    display: none;
  }
  #header .gNavWrap #gNav #gNavList li.current-menu-item a::after {
    display: block;
    position: relative;
    top: -1rem;
    left: 0;
    content: "";
    margin: 0 auto;
    border-bottom: 2px solid #F26E0F;
  }
  #header .gNavWrap #gNav #gNavList li a {
    padding: 0 1.5rem;
    line-height: 98px;
  }
  #header .gNavWrap #gNav #gNavList li a::after {
    display: none;
  }
  #header .gNavWrap #gNav #gNavList li.navContact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem;
  }
  #header .gNavWrap #gNav #gNavList li.navContact a {
    padding: 0 0.5rem;
    line-height: 2rem;
    background: #F26E0F;
    color: #fff;
    font-weight: bold;
    border-radius: 2rem;
  }
  #header .gNavWrap #gNav #gNavList li.navContact a::after {
    display: none;
  }
  #header .gNavWrap #gNav #gNavList li.navContact:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/*----contents*/
/*index*/
.index .slider-container {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 400px;
  margin: auto;
}
.index .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.index .slide {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.index .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.message {
  padding-bottom: 4rem;
}
.message .ttl {
  font-size: 2rem;
  color: #06D50D;
  text-align: center;
  padding: 2rem 0;
  font-weight: normal;
}
.message .ttl .small {
  display: block;
  font-size: 1.2rem;
  color: #9ACD3D;
  line-height: 2rem;
}
.message .ttl img {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 3rem 0 2rem;
}
.message .inner {
  width: 90%;
  margin: 0 auto;
  padding: 0 1rem;
  line-height: 1.5rem;
  text-align: center;
}

.index_point {
  background-color: #FFF6EC;
}
.index_point .inner {
  padding: 1rem;
  text-align: center;
}
.index_point .inner .ttl {
  font-size: 1.25rem;
  color: #333;
  font-weight: normal;
}
.index_point .inner .ttl .en {
  font-family: "Big Shoulders Inline", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 3rem;
  color: #F26E0F;
  position: relative;
  top: 0.5rem;
}
.index_point .inner .img {
  position: relative;
  list-style-type: none;
  padding: 2rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_point .inner .img::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 14rem;
  background-color: #fff;
  position: absolute;
  top: 4rem;
  left: calc(50% - 0.75rem);
  z-index: 1;
}
.index_point .inner .img li {
  position: relative;
  z-index: 10;
  padding: 0.5rem;
  font-size: 1.25rem;
  color: #2C7603;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem;
  background-color: #fff;
  line-height: 3rem;
  border-radius: 0.8rem;
}
.index_point .inner .img li span {
  display: block;
  font-size: 1.5rem;
  border: 1px solid #F26E0F;
  border-radius: 0.5rem;
}
.index_point .inner .txt {
  color: #F26E0F;
}
.index_point .inner .txt p {
  padding-bottom: 1rem;
}

.newsWrap {
  padding: 2rem 0;
}
.newsWrap .news {
  padding: 0 1rem 1rem;
}
.newsWrap .news .newsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 1rem;
  font-size: 0.75rem;
  color: #333;
  border-bottom: 1px solid #F26E0F;
  line-height: 1.5rem;
}
.newsWrap .news .newsItem dt {
  padding-right: 1rem;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsWrap .news .newsItem dd a {
  color: #333;
  text-decoration: none;
  line-height: 1.5rem;
}
.newsWrap .news .newsImg {
  padding: 1rem 0;
}

/*program*/
.program .program_massege {
  padding: 1rem 1rem 2rem;
}
.program .program_listUl {
  list-style-type: none;
}
.program .program_listUl:first-child .program_listItem:first-child {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(33%, #fff), color-stop(66%, rgba(242, 212, 121, 0.2)), to(rgba(242, 212, 121, 0.2)));
  background: linear-gradient(to bottom, #fff 0%, #fff 33%, rgba(242, 212, 121, 0.2) 66%, rgba(242, 212, 121, 0.2) 100%);
}
.program .program_listUl .program_listItem {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(33%, #fff), color-stop(66%, rgba(0, 170, 255, 0.2)), to(rgba(0, 170, 255, 0.2)));
  background: linear-gradient(to bottom, #fff 0%, #fff 33%, rgba(0, 170, 255, 0.2) 66%, rgba(0, 170, 255, 0.2) 100%);
  padding: 2rem 0 1rem;
  margin-bottom: 2rem;
}
.program .program_listUl .program_listItem .img {
  width: 50%;
  margin: 0 auto 0 3rem;
  padding-bottom: 2rem;
}
.program .program_listUl .program_listItem .img img {
  display: block;
  border-radius: 1rem;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.program .program_listUl .program_listItem:nth-child(even) .img {
  margin: 0 3rem 0 auto;
}
.program .program_listUl .program_listItem:nth-child(even) .img img {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
.program .program_listUl .program_listItem:nth-child(even) .itemInner .ttl {
  text-align: left;
}
.program .program_listUl .program_listItem:nth-child(even) .itemInner .ttl .ttlEn {
  right: auto;
  left: 0;
}
.program .program_listUl .program_listItem .itemInner {
  padding: 1rem;
}
.program .program_listUl .program_listItem .itemInner .ttl {
  position: relative;
  font-size: 1.25rem;
  color: #333;
  font-weight: bold;
  text-align: right;
  padding-bottom: 2.5rem;
}
.program .program_listUl .program_listItem .itemInner .ttl .ttlEn {
  font-family: "Big Shoulders Inline", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 7rem;
  position: absolute;
  top: -3.5rem;
  right: 0;
  opacity: 0.1;
}
.program .program_listUl .program_listItem .itemInner .txt {
  font-size: 0.85rem;
  line-height: 1.5rem;
  padding-bottom: 1rem;
}
.program .program_listUl .program_listItem .itemInner .genre {
  font-size: 0.85rem;
  color: #333;
  padding: 0.5rem;
  border: 1px solid #036EB7;
  border-radius: 0.25rem;
  line-height: 1.5rem;
}
.program .program_link {
  text-align: center;
}
.program .program_link p a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 1rem 0.5rem;
  color: #F26E0F;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.85rem;
  border: 1px solid #F26E0F;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: #fbd4b8 2px 2px 4px;
          box-shadow: #fbd4b8 2px 2px 4px;
}

/*routine*/
.routine_massege {
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.85rem;
  line-height: 1.5;
}
.routine_massege .ttl {
  color: #2C7603;
  font-size: 1rem;
  line-height: 2;
  padding-bottom: 2rem;
}
.routine_massege .txUnder {
  padding: 3rem 0 4rem;
}

.routine_class {
  padding: 2rem 0;
}
.routine_class .class {
  padding: 1rem 1rem 6rem;
}
.routine_class .class .ttl {
  position: relative;
  font-size: 1.25rem;
  color: #2C7603;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2rem;
}
.routine_class .class .ttl .ttlEn {
  font-family: "Big Shoulders Inline", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  position: absolute;
  top: -3.5rem;
  right: 0;
  left: 0;
  opacity: 0.1;
  color: #F26E0F;
}
.routine_class .class .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 1rem;
}
.routine_class .class .schedule > dt, .routine_class .class .schedule > dd {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0.5rem;
  font-size: 0.85rem;
  line-height: 2rem;
  border-bottom: 2px solid #F26E0F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.routine_class .class .schedule > dd {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.routine_class .class .txt {
  padding: 1rem;
  font-size: 0.85rem;
  line-height: 1.5rem;
  color: #333;
  background-color: rgba(242, 212, 121, 0.2);
  border-radius: 0.25rem;
}

.routine_reco .ttl {
  position: relative;
  font-size: 1.25rem;
  color: #2C7603;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2rem;
}
.routine_reco .ttl .ttlEn {
  font-family: "Big Shoulders Inline", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  position: absolute;
  top: -3.5rem;
  right: 0;
  left: 0;
  opacity: 0.1;
  color: #F26E0F;
}
.routine_reco .routine_recoInner {
  padding: 1rem;
}
.routine_reco .routine_recoInner .class {
  padding: 2rem 1rem;
  list-style-type: none;
  font-size: 0.85rem;
}
.routine_reco .routine_recoInner .class .ttl {
  font-size: 1rem;
  color: #2C7603;
  font-weight: bold;
  padding-bottom: 1rem;
  text-align: center;
}
.routine_reco .routine_recoInner .class .ttl span {
  border-bottom: 2px solid rgba(0, 170, 255, 0.2);
  padding: 0 1rem;
}
.routine_reco .routine_recoInner .class dd {
  padding-top: 1rem;
}
.routine_reco .bottomMassege {
  padding: 2rem 1rem;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.5rem;
}
.routine_reco .bottomMassege p {
  padding: 1rem;
  border: 1px solid #F26E0F;
  border-radius: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*access*/
.access .section > .ttl {
  font-size: 1.25rem;
  color: #2C7603;
  font-weight: bold;
  text-align: center;
  padding-bottom: 4rem;
}
.access .section > .ttl .ttlEn {
  font-family: "Big Shoulders Inline", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  position: absolute;
  top: -1.5rem;
  right: 0;
  left: 0;
  opacity: 0.1;
  color: #F26E0F;
}

.acc_outline {
  padding: 2rem 1rem 6rem;
}

.acc_outline_tbl tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.acc_outline_tbl tr th,
.acc_outline_tbl tr td {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding: 0.5rem;
  font-size: 0.85rem;
  line-height: 2rem;
  border-bottom: 2px solid #F26E0F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.acc_outline_tbl tr td {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.acc_map {
  padding-bottom: 6rem;
}
.acc_map .gMap {
  padding-bottom: 2rem;
}
.acc_map .btn_gMap {
  text-align: center;
}
.acc_map .btn_gMap a {
  display: block;
  width: 60%;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  background: #F26E0F;
  padding: 0.5rem 1rem;
  border-radius: 1.85rem;
}

.acc_formWrap {
  padding: 1rem 1rem 6rem;
}
.acc_formWrap .ttl {
  display: block;
  font-size: 1rem;
  color: #333;
  padding: 1rem 0 0;
}
.acc_formWrap input {
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 0.85rem;
  color: #333;
}
.acc_formWrap textarea {
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 0.85rem;
}
.acc_formWrap .acc_formBtn {
  padding: 2rem 0;
  width: 60%;
  margin: 0 auto;
}
.acc_formWrap .acc_formBtn > input {
  border: none;
  line-height: 2rem;
  background: #F26E0F;
  color: #fff;
  border-radius: 0.25rem;
}
.acc_formWrap .acc_formBtn > input[type=reset] {
  background: rgba(242, 212, 121, 0.2);
  color: #333;
}
.acc_formWrap form > :nth-child(7) > .genre + br + .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  padding-bottom: 1rem;
}
.acc_formWrap form > :nth-child(7) > .genre + br + .wpcf7-form-control-wrap .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.acc_formWrap form > :nth-child(7) > .genre + br + .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 0;
  padding: 1rem 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.acc_formWrap form > :nth-child(7) > .genre + br + .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label span {
  padding: 0.5rem;
  display: block;
}

/*privacy*/
.privacy .privacyInner {
  padding: 1rem 1rem 4rem;
}
.privacy .privacyInner dl {
  padding-bottom: 1rem;
}
.privacy .privacyInner dl dt {
  font-size: 1.25rem;
  color: #2C7603;
  font-weight: bold;
  padding-bottom: 1rem;
}
.privacy .privacyInner dl dd {
  font-size: 0.85rem;
  line-height: 1.5rem;
  padding-bottom: 1rem;
}
.privacy .privacyInner dl dd ol {
  list-style-type: none;
}
.privacy .privacyInner dl dd ol li {
  padding-bottom: 1rem;
}
.privacy .privacyInner dl dd ol li ul {
  padding-left: 1rem;
}

@media screen and (min-width: 640px) {
  /*-PC------------------------------------------------------------------------------------------*/
  /*--PC_index--*/
  .message {
    padding-bottom: 6rem;
  }
  .message .ttl {
    font-size: 4rem;
    padding: 3rem 0;
  }
  .message .ttl .small {
    font-size: 2.5rem;
    line-height: 5rem;
  }
  .message .ttl img {
    width: 30%;
  }
  .message .inner {
    font-size: 1.25rem;
    padding: 0 2rem;
    line-height: 2.5rem;
  }
  .message .inner p {
    padding-bottom: 1.5rem;
  }
  .index_point .inner .ttl {
    font-size: 2rem;
    padding-bottom: 3rem;
  }
  .index_point .inner .ttl .en {
    display: inline-block;
    font-size: 6rem;
    top: 1.5rem;
    padding: 0 1rem;
  }
  .index_point .inner .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index_point .inner .img li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 19rem;
  }
  .index_point .inner .img::before {
    width: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 3rem;
  }
  .index_point .inner .txt p {
    font-size: 1.25rem;
    padding: 1rem 0 2rem;
  }
  .newsWrap {
    padding-top: 4rem;
  }
  .newsWrap .news .newsInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsWrap .news .newsInner > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .newsWrap .news .newsItem {
    font-size: 0.85rem;
    padding: 0.5rem;
  }
  .newsWrap .news .newsItem dt {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .message .home-main {
    max-width: 980px;
    margin: 0 auto;
  }
  .message .home-main .hyoukaPDF dl {
    padding: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .message .home-main .hyoukaPDF dl dt {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding-left: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #f28705;
    padding-top: 1rem;
  }
  .message .home-main .hyoukaPDF dl dd {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    padding-top: 1rem;
  }
  /*--PC_program--*/
  .program .program_massege {
    padding: 4rem 0;
  }
  .program .program_massege img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .program .program_listUl {
    overflow: hidden;
  }
  .program .program_listUl .program_listItem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1080px;
    margin: 0 auto;
    background: none;
  }
  .program .program_listUl .program_listItem .img {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    width: 100%;
  }
  .program .program_listUl .program_listItem .itemInner {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    padding: 7rem 2rem 0 6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .program .program_listUl .program_listItem::before {
    content: "";
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 23rem;
    background-color: rgba(0, 170, 255, 0.2);
    position: absolute;
    top: 3rem;
    left: 0;
    z-index: -1;
  }
  .program .program_listUl .program_listItem:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .program .program_listUl .program_listItem:nth-child(even)::before {
    content: none;
  }
  .program .program_listUl .program_listItem:nth-child(even) .img {
    margin-right: 0;
    margin-left: 3rem;
  }
  .program .program_listUl .program_listItem:nth-child(even) .itemInner {
    padding-left: 0;
    padding-right: 6rem;
  }
  .program .program_listUl:first-child .program_listItem:first-child {
    background: none;
  }
  .program .program_listUl:first-child .program_listItem:first-child::before {
    background-color: rgba(242, 212, 121, 0.2);
  }
  .program .program_link {
    padding: 2rem 0;
  }
  .program .program_link p a {
    width: 50%;
    margin: 0 auto;
    padding: 1.5rem;
    font-size: 1.25rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .program .program_link p a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    font-weight: 900;
    margin: 0 0 0 0.5rem;
  }
  .program .program_link p a:hover {
    -webkit-box-shadow: #f69a58 4px 4px 8px;
            box-shadow: #f69a58 4px 4px 8px;
  }
  /*--PC_routine--*/
  .routine_massege {
    padding: 4rem 0;
    font-size: 1rem;
  }
  .routine_massege .ttl {
    font-size: 1.5rem;
    padding-bottom: 3rem;
  }
  .routine_massege .txUnder {
    padding: 4rem 0;
  }
  .routine_class .routine_classInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .routine_class .routine_classInner .class {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .routine_class .routine_classInner .class .schedule {
    width: 80%;
    margin: 0 auto;
  }
  .routine_class .routine_classInner .class .txt {
    font-size: 1rem;
    padding: 1rem 1rem 3rem;
    line-height: 2rem;
    border-radius: 0.5rem;
  }
  .routine_reco {
    padding-top: 4rem;
  }
  .routine_reco .routine_recoInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
  }
  .routine_reco .routine_recoInner .class {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .routine_reco .routine_recoInner .class dd::before {
    content: "●";
    display: inline-block;
    margin-right: 1rem;
    color: #2C7603;
  }
  .routine_reco .bottomMassege {
    width: 60%;
    margin: 0 auto;
  }
  /*--PC_contact-*/
  .acc_outline_tblWrap .acc_outline_tbl {
    width: 80%;
    margin: 0 auto;
  }
  .acc_outline_tblWrap .acc_outline_tbl tr th,
  .acc_outline_tblWrap .acc_outline_tbl tr td {
    padding: 1rem;
    font-size: 1rem;
  }
  .acc_map .btn_gMap a {
    display: inline-block;
    width: auto;
    padding: 1rem 2rem;
    font-size: 1rem;
  }
  .acc_formWrap {
    width: 70%;
    margin: 0 auto;
  }
  .acc_formWrap form p > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0;
  }
  .acc_formWrap form p > label .ttl {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding: 0.5rem 0 1rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .acc_formWrap form p > label .ttl + br + span {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
  .acc_formWrap form > :nth-child(7) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .acc_formWrap form > :nth-child(7) > .genre {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .acc_formWrap form > :nth-child(7) > .genre .ttl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .acc_formWrap form > :nth-child(7) > .genre + br {
    display: none;
  }
  .acc_formWrap form > :nth-child(7) > .genre + br + .wpcf7-form-control-wrap {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
  .acc_formWrap form > :nth-child(7) > .genre + br + .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .acc_formWrap form > :nth-child(7) > .genre + br + .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label span {
    padding: 0 0 1rem 0;
  }
}
/*----footer*/
#btn_topJump {
  width: 100%;
  text-align: center;
  line-height: 3rem;
  font-size: 1.5rem;
}
#btn_topJump a {
  color: #F26E0F;
  text-decoration: none;
  display: block;
}

#footer {
  background-color: #FFF6EC;
}
#footer .footerInner {
  padding: 0 1rem;
}
#footer .footerInner .footerLogo {
  width: 70%;
  margin: 0 auto;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .footerInner .footerLogo a {
  display: block;
}
#footer .footerInner .footerArea-right .footerNavWrap {
  width: 100%;
  padding: 0rem 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .footerInner .footerArea-right .footerNavWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .footerInner .footerArea-right .footerNavWrap ul li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .footerInner .footerArea-right .footerNavWrap ul li:last-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
#footer .footerInner .footerArea-right .footerNavWrap ul li a {
  display: block;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  text-decoration: none;
  color: #666;
}
#footer .footerInner .footerArea-right .footerNavWrap ul li a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0a9";
  font-weight: 900;
  margin: 0 0.5rem 0 0;
  font-size: 1rem;
  color: #F26E0F;
  margin-right: 0.5rem;
}
#footer .footerInner .footerArea-right .footerNavWrap ul li:first-child a:before {
  content: "\f015";
}
#footer .footerInner .footerAddress {
  font-size: 1rem;
  padding-bottom: 1rem;
}
#footer .footerInner .footerButton {
  text-align: center;
  padding-bottom: 2rem;
}
#footer .footerInner .footerButton ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style-type: none;
}
#footer .footerInner .footerButton ul li {
  padding: 0.5rem 1rem;
}
#footer .footerInner .footerButton ul li a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(242, 212, 121, 0.3);
  border-radius: 0.5rem;
  line-height: 2;
  color: #333;
  text-decoration: none;
}
#footer .footerInner .footerButton ul li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f095";
  font-weight: 900;
  margin: 0 0.5rem 0 0;
  font-size: 1rem;
  color: #F26E0F;
  margin-right: 0.5rem;
}
#footer .footerInner .footerButton ul li:first-child a {
  background-color: rgba(242, 212, 121, 0.8);
}
#footer .footerInner .footerButton ul li:first-child a::before {
  content: "\f3c5";
}
#footer .copyRight {
  text-align: center;
  font-size: 0.75rem;
  background: #F26E0F;
  color: #fff;
  padding: 1rem 0;
}
#footer .copyRight a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 640px) {
  /*-PC---------------------------------------------*/
  .footerWrap {
    padding-top: 2rem;
  }
  .footerWrap #btn_topJump {
    display: block;
    width: 80px;
    line-height: 80px;
    border: 1px solid #F26E0F;
    border-radius: 40px;
    margin-left: auto;
    margin-right: 2rem;
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .footerWrap #btn_topJump:hover {
    -webkit-box-shadow: 0 0 0.5rem #F26E0F;
            box-shadow: 0 0 0.5rem #F26E0F;
  }
  .footerWrap #footer .footerInner {
    max-width: 1080px;
    margin: 2rem auto 0;
    padding-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footerWrap #footer .footerInner .footerLogo {
    width: 100%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footerWrap #footer .footerInner .footerArea-right {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    padding: 1rem 1rem 1rem 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footerWrap #footer .footerInner .footerArea-right .footerAddress {
    padding: 2rem 1rem 1rem;
    border-top: 1px solid #666;
  }
  .footerWrap #footer .footerInner .footerArea-right .footerButton {
    text-align: left;
  }
  .footerWrap #footer .footerInner .footerArea-right .footerButton ul li {
    display: inline-block;
  }
  .footerWrap #footer .footerInner .footerArea-right .footerButton ul li a {
    width: 100%;
    padding: 0.5rem 2rem;
    border-radius: 2rem;
  }
}
/*----sidebar*/
.asideWrap {
  padding-top: 4rem;
}

.linkAreaWrap {
  padding: 0 1rem 4rem;
}
.linkAreaWrap .linkArea {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.linkAreaWrap .linkArea li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.linkAreaWrap .linkArea li a {
  display: block;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 640px) {
  /*-PC---------------------------------------------*/
  .linkAreaWrap {
    width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
  .linkAreaWrap .linkArea li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
/*----page*/
#wrapper {
  line-height: 1.7;
  min-height: 100dvh;
  position: relative;
}

.index {
  background: beige;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.index #container {
  text-align: center;
}
.index #container #header {
  font-size: 1.25rem;
}
.index #container #header .logo {
  width: 100%;
  height: 100px;
  position: relative;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index #container #header .logo > a {
  display: block;
  max-width: 50%;
  text-align: left;
}
.index #container #header .logo > a img {
  width: auto;
  height: calc(100px - 1rem);
}
.index #container #header .logo nav {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}
.index #container #header .logo nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 1rem 0.5rem 1rem;
  list-style: none;
}
.index #container #header .logo nav ul li {
  padding: 0.5rem;
  -ms-flex-preferred-size: calc(100px - 3.5rem);
      flex-basis: calc(100px - 3.5rem);
}
.index #container #header .logo nav ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  border-radius: 0.75rem;
  overflow: hidden;
}
.index #container #main {
  background: url(/img/fox_fightin.png) no-repeat center bottom;
  background-size: 150px auto;
  padding: 3rem 0 15rem;
}
.index #container #main .ttl {
  font-size: 0.85rem;
  margin-bottom: 20px;
}
.index #container #main .sec_prof {
  padding-top: 2rem;
}
.index #container #main .sec_prof .img {
  width: 100px;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.index #container #main .sec_prof .img img {
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: 2px 2px 5px rgba(50, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(50, 0, 0, 0.3);
}
.index #container #main .btn {
  padding: 4rem 0;
}
.index #container #main .btn a {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 1rem 2rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 32px;
  border: 1px dashed #f0f;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 5px rgba(50, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(50, 0, 0, 0.3);
}
.index #container #main .btn a::after {
  content: "▶";
  display: block;
  position: absolute;
  top: calc(50% - 1.25rem);
  right: 1rem;
  font-size: 1.5rem;
}
.index #container #main .sns {
  padding: 2rem 0;
  font-size: 0.85rem;
}
.index #container #main .sns p {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: #ccc 1px solid;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.7);
}
.index #container #main .sns p img {
  width: 24px;
  vertical-align: middle;
  margin-right: 1rem;
}
.index #container #main .sns p a {
  color: #000;
  text-decoration: none;
}
.index #container #footer {
  width: 100%;
  background: none;
}
.index #container #footer .copy {
  display: block;
  font-size: 0.75rem;
  background-color: rgba(200, 200, 200, 0.7);
  padding: 0.5rem 0;
}
.index #container #footer .copy a {
  color: #000;
  text-decoration: none;
}
.index #container #footer .copy a span {
  font-size: 0.7rem;
}

/* がしなBDページ */
.gashinaWrap {
  background: #f4deec url(/img/gashina.png) no-repeat border-box center -6rem/480px auto fixed;
  background-blend-mode: darken;
  text-align: center;
}
.gashinaWrap #container #header {
  padding-top: 0;
  padding-bottom: 15rem;
  overflow: hidden;
}
.gashinaWrap #container #header nav {
  padding-top: 2rem;
  position: relative;
}
.gashinaWrap #container #header nav::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 37px;
  top: 3.5rem;
  background-color: rgba(200, 200, 200, 0.7);
}
.gashinaWrap #container #header nav .ttl {
  width: 40%;
  margin: 0 auto;
  max-width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.gashinaWrap #container #header #visitorCounter {
  width: 80%;
  margin: 1rem auto 0;
  font-size: 0.85rem;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 69, 100, 0.85);
  border-radius: 1rem;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease-out;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease-out, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.gashinaWrap #container #header #visitorCounter.show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}
.gashinaWrap #container #header #visitorCounter .count {
  display: inline-block;
  padding: 0 0.25rem;
}
.gashinaWrap #container #main {
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gashinaWrap #container #main .sec_btn {
  background: rgba(0, 0, 0, 0.8) url(/img/icon_gashi.png) no-repeat border-box -30px -40px;
  background-size: auto 280px;
  border-radius: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gashinaWrap #container #main .sec_btn .btn a {
  display: block;
  padding: 1rem 0 1rem 9rem;
  border-radius: 4rem;
  text-align: left;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 0.85rem;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gashinaWrap #container #main .sec_btn .btn a:hover {
  background-color: rgba(255, 182, 193, 0.3);
}
.gashinaWrap #container #main .sec_btn .btn a img {
  display: inline-block;
  width: 1rem;
  margin-left: 0.25rem;
  vertical-align: -2px;
}
.gashinaWrap #container #main .sec_top {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.8) url(/img/line.png) no-repeat border-box right top;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.85rem;
  margin: 2rem 0;
}
.gashinaWrap #container #main .sec_top .ttl {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.gashinaWrap #container #main .sec_top .ttl .en {
  display: block;
  font-size: 0.85rem;
  color: #666;
}
.gashinaWrap #container #main .sec_top .story {
  padding-top: 1rem;
}
.gashinaWrap #container #main .sec_top .story .btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: rgb(238, 158, 171);
  color: #fff;
  font-weight: bold;
  border-radius: 1.5rem;
  z-index: 2;
  -webkit-box-shadow: 0 0 15px rgba(238, 158, 171, 0.8), 0 0 30px rgba(238, 158, 171, 0.6);
          box-shadow: 0 0 15px rgba(238, 158, 171, 0.8), 0 0 30px rgba(238, 158, 171, 0.6);
}
.gashinaWrap #container #main .sec_top .story .storyInner {
  position: relative;
  top: -1rem;
  padding: 2rem 1rem 1rem;
  line-height: 1.6;
  background-color: #eee;
  border-radius: 0.5rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gashinaWrap #container #main .sec_top .story .storyInner p {
  padding-bottom: 1rem;
}
.gashinaWrap #container #main .sec_top .story .storyInner #close a {
  display: block;
  color: #000;
}
.gashinaWrap #container #main .sec_top .story .storyInner.active {
  max-height: 1000px;
  opacity: 1;
}
.gashinaWrap #container #main .sec_top .story .storyInner #close {
  text-align: center;
  margin-top: 20px;
}
.gashinaWrap #container #main .sec_top .story .storyInner #close a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.gashinaWrap #container #main .sec_top .story + .btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: rgb(238, 158, 171);
  color: #fff;
  font-weight: bold;
  border-radius: 1.5rem;
  z-index: 2;
  -webkit-box-shadow: 0 0 15px rgba(238, 158, 171, 0.8), 0 0 30px rgba(238, 158, 171, 0.6);
          box-shadow: 0 0 15px rgba(238, 158, 171, 0.8), 0 0 30px rgba(238, 158, 171, 0.6);
}
.gashinaWrap #container #main .sec_top .story + .btn a {
  text-decoration: none;
  color: #fff;
}
.gashinaWrap #container #main .sec_game .gameFrame {
  position: relative;
  width: 100%;
  max-width: 450px;
}
.gashinaWrap #container #main .sec_game .version {
  text-align: right;
  font-size: 0.75rem;
  color: #333;
  padding: 0.5rem 1rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gashinaWrap #container #main #score.sec_top {
  background: none;
  padding: 0;
  margin-top: 6rem;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap {
  background: #fbd3e1;
  border: #f7a4c1 1px solid;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  position: relative;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-header .header-logo {
  display: block;
  width: 140px;
  position: absolute;
  top: -60px;
  left: calc(50% - 70px);
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-header .header-title {
  padding-top: 2rem;
  font-size: 1.5rem;
  text-align: center;
  color: #3d2b2b;
  line-height: 1.2;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-header .header-title .en {
  display: block;
  font-size: 0.85rem;
  color: #7a5a5a;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.5rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  color: #3d2b2b;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li .user-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 0.5rem;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li .user-block .user-name {
  font-size: 0.85rem;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li .user-block .date {
  font-size: 12px;
  color: #c6b8b8;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li .score-block {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  position: relative;
  text-align: right;
  font-size: 1.25rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li .score-block::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  height: 60px;
  background-color: #ccc;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li.topRanker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding-left: 0.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px 0.5rem 0.5rem 50px;
  background: rgba(255, 255, 255, 0.9);
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li.topRanker .medal {
  display: block;
  width: 80px;
  height: 80px;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li.topRanker .user-block .user-name {
  font-size: 1.125rem;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li.topRanker.no_02 .medal {
  width: 70px;
  height: 70px;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li.topRanker.no_02 .user-block {
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li.topRanker.no_02 .user-block .user-name {
  font-size: 1rem;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li.topRanker.no_03 .medal {
  width: 60px;
  height: 60px;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li.topRanker.no_03 .user-block {
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li.topRanker.no_03 .user-block .user-name {
  font-size: 0.85rem;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list li .rank-num {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.3rem;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .btn {
  padding: 1rem 0;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .btn .rankingBtn {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 0.5rem 0;
  text-align: center;
  text-decoration: none;
  background-color: #f7a4c1;
  color: #fff;
  font-size: 1rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list-under {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list-under li {
  text-align: left;
  padding: 0.25rem 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #3d2b2b;
  background-color: rgba(255, 255, 255, 0.5);
  /* アニメーション用クラス */
}
.gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-list-under li.ranking-item {
  opacity: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-animation: rankingFadeIn 0.4s ease-out forwards;
          animation: rankingFadeIn 0.4s ease-out forwards;
  -webkit-animation-delay: calc(var(--delay) * 0.03s);
          animation-delay: calc(var(--delay) * 0.03s); /* 0番目から順に0.03秒ずつズラす */
}
@-webkit-keyframes rankingFadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes rankingFadeIn {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.gashinaWrap #container #footer {
  width: 100%;
  background: none;
}
.gashinaWrap #container #footer .footBtn {
  text-align: center;
  padding: 2rem 0 3rem;
  font-size: 1.5rem;
}
.gashinaWrap #container #footer .footBtn a {
  display: block;
  position: relative;
  padding-top: 2rem;
  text-decoration: none;
  color: #7a5a5a;
  font-weight: bold;
}
.gashinaWrap #container #footer .footBtn a::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-left: 1px solid #7a5a5a;
  border-top: 1px solid #7a5a5a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 0.5rem);
  top: 1rem;
}
.gashinaWrap #container #footer .copy {
  display: block;
  font-size: 0.75rem;
  background-color: rgba(200, 200, 200, 0.7);
  padding: 0.5rem 0;
}
.gashinaWrap #container #footer .copy a {
  display: block;
  color: #000;
  text-decoration: none;
}
.gashinaWrap #container #footer .copy a span {
  font-size: 0.7rem;
}

@media screen and (min-width: 640px) {
  /*-PC---------------------------------------------*/
  .index #container #header {
    padding: 1rem 1rem 0;
  }
  .index #container #main {
    width: 70%;
    max-width: 1080px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index #container #main .sec_prof {
    padding-top: 2rem;
  }
  .index #container #main .sec_prof .img {
    width: 240px;
    margin: 0 auto;
  }
  .index #container #main .sec_prof .img img {
    border-radius: 120px;
  }
  .index #container #main .sec_prof .ttl {
    font-size: 1.5rem;
  }
  .gashinaWrap {
    background-position: 15% -200px;
    background-size: auto 120%;
  }
  .gashinaWrap #container #header nav::before {
    height: 88px;
  }
  .gashinaWrap #container #main {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem 4rem;
  }
  .gashinaWrap #container #main .sec_btn,
  .gashinaWrap #container #main .sec_top,
  .gashinaWrap #container #main .sec_game {
    width: 640px;
    margin: 0 0 1rem auto;
  }
  .gashinaWrap #container #main .sec_btn {
    border-radius: 6rem;
    margin-bottom: 2rem;
    background-position: -40px -60px;
    background-size: auto 400px;
  }
  .gashinaWrap #container #main .sec_btn .btn a {
    font-size: 1.25rem;
    padding: 3rem 0 3rem 12rem;
    border-radius: 6rem;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  }
  .gashinaWrap #container #main .sec_top {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 2;
    background-size: cover;
  }
  .gashinaWrap #container #main .sec_top .ttl {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
  .gashinaWrap #container #main .sec_game {
    padding-bottom: 1rem;
  }
  .gashinaWrap #container #main .gameFrame {
    margin: 0 auto;
  }
  .gashinaWrap #container #main #score.sec_top .ranking-wrap {
    margin-bottom: 8rem;
    padding: 2rem 2rem;
  }
  .gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-header .header-logo {
    width: 180px;
    top: -70px;
    left: calc(50% - 90px);
  }
  .gashinaWrap #container #main #score.sec_top .ranking-wrap .ranking-header .header-title {
    font-size: 2rem;
    padding-top: 2.5rem;
  }
  .gashinaWrap #container #footer {
    position: absolute;
    bottom: 0;
  }
  .gashinaWrap #container #footer .copy a span {
    font-size: 1rem;
  }
}
/*----style.scss*/
/*# sourceMappingURL=style.css.map */