/*
Theme Name:Aone
Theme URI:
Description:
Author:PLUSIDEA
Author URI:http://plusidea.co.jp/
Version:7.7
*/


@charset "utf-8";

/*----------------------------------------------------------------------
base
----------------------------------------------------------------------*/

html {
  min-width: 320px;
  font-size: 62.5%;
  height: 100%;
}
@font-face {
  font-family: 'Poppins-SemiBoldotf';
  src: url('./fonts/Poppins-SemiBold.otf') format('opentype');
}
@font-face {
  font-family: 'FuturaPTCondBookotf';
  src: url('./fonts/FuturaPTCondBook.otf') format('truetype');
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  margin: 0;
  font-size: 1.6rem;
}
.col1{
  width:5.9829%;
}
.col2{
  width:14.5299%;
}
.col3{
  width:23.0769%;
}
.col4{
  width:31.6239%;
}
.col5{
  width:40.1709%;
}
.col6{
  width:48.7179%;
}
.col7{
  width:57.2649%;
}
.col8{
  width:65.8119%;
}
.col9{
  width:74.3589%;
}
.col10{
  width:82.9059%;
}
.col11{
  width:91.4529%;
}
.col12{
  width:100%;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-100 {
    margin-bottom: 100px;
}
.xsmall {
	font-size: 8px;
}
.small {
	font-size: 12px;
}
.large {
	font-size: 20px;
}
.xlarge {
	font-size: 24px;
}
img {
	max-width: 100%;
  display: block;
  margin: auto;
}
.tac {
    text-align: center;
}
.tar {
    text-align:right;
}
.tal {
    text-align:left;
}
a{
  text-decoration: none;
  color: #000;
  transition: all .3s;
}
a:hover{
  opacity: 0.7;
}
span.big {
  font-size: 21px;
}
span.red{
  color: #ff3333;
  font-weight: bold;
}
table{
  border-collapse: collapse;
}
dh{
  color: #555;
  font-size: 20px;
  font-weight: bold;
}
.flr{
  float: right;
}
.fll{
  float: left;
}
/* For modern browsers */
.clearfix:before,
.clearfix:after {
 content:"";
 display:block;
 overflow:hidden;
}
.clearfix:after {
 clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
 zoom:1;
}
.br-pc { display:block; }
.br-sp { display:none; }

.blue {
    color: #0000ff;
}
/*------------------パンくずリスト------------*/

.breadcrumg-area ul{
  padding-left: 0;
  margin-bottom: 30px;
}

.breadcrumg-area ul li{
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

.breadcrumg-area ul li::before{
  position: absolute;
  left: 0;
  content:">";
  color: #333;
}

.breadcrumg-area ul li:first-child{
  padding-left: 5px;
}

.breadcrumg-area ul li:first-child::before{
  display: none;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
}

/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/
header {
    position: relative;
    z-index: 999;

}

.headerNavicontainer {
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.5);
}

.headerArea {
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 12px 0;
}

.headerArea .inner {
    display: flex;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.headersBubTtl p {
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
    align-self: flex-end;
}

p.jaf {
    display: flex;
    align-items: center;
}

p.jaf img {
    width: 50px;
    margin-left: 7px;
}

p.jaf img.jkla {
    width: 30px;
}

.headerInfoBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.headerTel {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}

p.tel span {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

p.tel span a {
  color: #fff;
}

p.businessHours {
    margin-top: 2px;
}

.headerReserve p {
    padding: 3px 5px;
}

.headerReserve p a {
    background: #fff;
    padding: 2px 10px;
    border-radius: 2px;
    font-size: 14px;
}

.g-navi {
    margin-top: 15px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

.g-navi ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.g-navi ul li {
    padding-bottom: 5px;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.g-navi ul li:hover {
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
}

.g-navi ul li a img,
.g-navi ul li .init-bottom img {
    margin-bottom: 12px;
}

.g-navi ul li:nth-child(2) a img {
    margin-bottom: 17px;
}

.g-navi ul li:nth-child(7) a img {
    margin-bottom: 14px;
}

.g-navi ul li a p.jp,
.g-navi ul li p.jp {
    color: #fff;
    font-size: 13px;
    margin: 0 0 5px;
}

.g-navi ul li a p.en,
.g-navi ul li p.en {
    color: #fff;
    font-size: 10px;
}

img.flag {
    width: auto;
    height: 38px;
}

.menu > li.menu__single {
    position: relative;
    color: #fff;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 95px;
    visibility: visible;
    opacity: 1;
    width: 200px;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: auto;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu {
    *zoom: 1;
}

ul.menu li a:hover {
    opacity: 1;
}

ul.menu__second-level li {
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

ul.menu__second-level li.secondTtl {
    text-align: left;
    padding-left: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    background: #22222270;
}

ul.menu__second-level li.secondTtl:hover {
    border: none;
}

li.menu__single ul li a {
    color: #fff;
}


/*----------------------------------------------------------------------
mainV
----------------------------------------------------------------------*/

.pcmainV{
  position: relative;
  height: 100vh;
}

.n2-ss-slider-1.n2-ss-swipe-element.n2-ow.n2-grab {
    height: 100vh !important;
}

.mainVisual{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

/*.mainVisual {
    background: url(./img/main_bg.jpg) no-repeat;
    height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -99;
}*/



.mainVisual h1 {
    padding-top: 200px;
}

.mainVisual h1 p {
    font-size: 80px;
    color: #fff;
    font-family: 'FuturaPTCondBookotf';
    letter-spacing: 6px;
    margin: 0;
}


.mainVisual p {
    color: #fff;
    letter-spacing: 5px;
    font-size: 26px;
    margin-top: 50px;
  	font-family: 'FuturaPTCondBookotf';
}

/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/
section.entry {
    background: #000;
    color: #fff;
    padding-top: 20px;
}

.entryArea {
    padding-top: 95px;
}

.entryBanner.inner {
    margin: 50px auto;
}

.entrykids {
    margin: 20px auto;
    text-align: center;
    width: 100%;
    max-width: 787px;
}

.beginnerKids {
    color: #fff;
    border: 8px solid;
    padding: 5px 4px;
    font-size: 2.2rem;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 15px 0;
    text-align: center;
    box-sizing: border-box;
}

.entryArea .titleBox {
    width: 100%;
    text-align: center;
}

.ai1ec-pull-left {
    display: none;
}

.ai1ec-subscribe-container.ai1ec-pull-right.ai1ec-btn-group {
    display: none;
}

.titleBox h2 {
    font-size: 60px;
    font-family: 'Poppins-SemiBoldotf';
    letter-spacing: 8px;
    color :#fff;
}

.entryArea h2 {
    font-size: 42px;
}

.entry p.subtitle {
    font-size: 30px;
}

p.subtext {
    font-size: 19px;
    margin-top: 45px;
    line-height: 1.4;
}

.entryCatArea {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    padding-bottom: 95px;
}

.entryCatBox {
    width: 31%;
    border: 1px solid #fff;
}

.entryCatBox a {
    color: #fff;
}

.entryCatBox h3 {
    font-size: 27px;
    margin: 35px auto;
}

.textentryCat {
    width: 260px;
    margin: 0 auto;
    padding-bottom: 35px;
    line-height: 27px;
    text-align: left;
}

section.experience {
    color: #fff;
    background-image: url(./img/experience_bg.jpg);
    background-position: center;
    background-size: 1919px;
    background-repeat: no-repeat;
}

section.experience .inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.titleBox {
    width: 45%;
}

.titleBoxInner {
    width: 310px;
    margin: auto;
}

section.experience h2 {
    font-size: 50px;
}

.titleBoxInner .subtitle {
  font-size: : 17px;
}

.titleBoxInner .subtext {
    font-size: 14px;
    width: 270px;
    margin: 25px 0 0;
}

.reserve {
    text-align: center;
    border: 1px solid #fff;
    width: 270px;
    margin-top: 30px;
    overflow: hidden;
}

.reserve a {
    color: #fff;
    font-size: 23px;
}

/*button*/
.btn {
  color: #fff;
  cursor: pointer;
  // display: block;
  font-size:16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  outline: hidden;
}

.btn-4 {
  overflow: hidden;
  position: relative;
}

.reserve a span {
    z-index: 20;
  }

.btn-4::after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.btn-4:hover::after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
 }
/**/

.experienceBanArea {
    width: 520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0;
}

.experienceBanBox:nth-child(1) {
  background: url(./img/ex_beginner.jpg) no-repeat;
    background-size: cover;
}

.experienceBanBox:nth-child(2) {
  background: url(./img/ex_course.jpg) no-repeat;
    background-size: cover;
}

.experienceBanBox:nth-child(3) {
  background: url(./img/ex_plan.jpg) no-repeat;
    background-size: cover;
}

.experienceBanBox:nth-child(4) {
  background: url(./img/ex_pfoto.jpg) no-repeat;
    background-size: cover;
}

.experienceBanBox:nth-child(5) {
  background: url(./img/ex_GP.jpg) no-repeat;
    background-size: cover;
}

.experienceBanBox:nth-child(6) {
  background: url(./img/ex_live.jpg) no-repeat;
    background-size: cover;
}

.experienceBanBox {
  position: relative;
  width: 50%;
  height: 200px;
}

.experienceBanBox a:hover {
    opacity: 1;
}

.experienceBanBox::before {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.experienceBanBox:hover::before {
  background-color: rgba(0,0,0,0.2);
}

.textBanBox {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.experienceBanBox h3 {
    font-size: 29px;
    margin-bottom: 25px;
    font-weight: 600;
}

.experienceBanBox　a {
    width: 100%;
    height: 100%;
}

.textBanBox p {
    font-size: 14px;
}

section.event {
    color: #fff;
    background-image: url(./img/event_bg.jpg);
    background-position: calc(50% + 6px);
    background-size: 1920px;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

section.event h2 {
    font-size: 50px;
    text-align: center;
    padding-top: 19px;
}

section.event .titleBox {
    margin: 0 auto;
    width: 100%;
}

section.event p.subtitle {
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
}

.eventArea {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}

section.event .inner .reserve {
    margin: 20px auto 0;
}

.eventBox {
    width: 280px;
}

.eventBox a {
    color: #fff;
}

.eventBox a .enventImg {
    width: 280px;
    height: 140px;
    position: relative;
}

.eventBox.rental a .enventImg {
    background: url(./img/event_rental.jpg);
}

.eventBox.racing a .enventImg {
    background: url(./img/event_racing.jpg);
    background-size: cover !important;
}

.eventBox.eventEx a .enventImg {
    background: url(./img/event_event.jpg);
}

.eventBox a .enventImg::before {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.eventBox a .enventImg:hover::before {
  background-color: rgba(0,0,0,0.2);
}

.eventTitleBox {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 5px;
}

.eventTitleBox span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
}

.enventTitle h3 {
    margin: 25px 0;
    font-size: 22px;
    height: 65px;
}

section.event .inner .reserve {
    margin: 30px auto 0;
}


section.news {
    color: #fff;
    background-image: url(./img/news_bg.jpg);
    background-position: calc(50% + 135px) 0px;
    background-size: auto;
    background-repeat: no-repeat;
}

section.news .inner {
    padding-bottom: 60px;
}

section.news h2 {
   color: #333;
    text-align: center;
    padding-top: 55px;

}

section.news .inner .titleBox {
    color: #333;
    text-align: center;
    margin: 0 auto;
}

section.news p.subtitle {
    margin-top: 10px;
    font-size: 17px;
}

.newsBox {
    background: #f2f2f2;
    padding: 30px 15px;
    margin-top: 60px;
}

.newsBox ul {
    overflow-y: scroll;
    height: 258px;
}

section.news .inner .reserve {
    border: 1px solid #333;
    background: #f2f2f2;
    margin: 30px auto 0;
}

section.news .inner .reserve a{
  color: #333;
}

.newsBox ul li {
    padding: 15px 0;
    display: grid;
}

.newsBox ul li a {
    margin: 10px 0px;
    line-height: 1.5;
    font-size: 17px;
}

.newsBox ul li a span.cate {
    background: #199cda;
    color: #fff;
    width: 120px;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    border-radius: 3px;
    vertical-align: top;
    font-size: 16px;
}

.newsBox ul li a span.date {
    display: inline-block;
    width: 120px;
    text-align: center;
    font-size: 17px;
    vertical-align: top;
}

.newsBox ul li a span.textNews {
    width: 71%;
    display: inline-block;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 0px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

section.access  .titleBox {
  margin: 0 auto;
}

section.access h2 {
    color: #333;
    text-align: center;
}
section.access p.subtitle {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

section.access {
    background: #f2f2f2;
}

section.access .inner {
    padding-top: 70px;
}

.accessArea {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}

.accessArea .gg-map {
    width: 55%;
}

.gg-map iframe {
    width: 500px;
    height: 320px;
}

.accessArea .textAccess {
    width: 45%;
    line-height: 1.8;
}

.textAccess p {
    font-size: 17px;
}

.textAccess ul {
    list-style: inside;
}

.moreInfoArea h3 {
    text-align: center;
    margin-top: 138px;
    position: relative;
    letter-spacing: 3px;
    font-weight: bold;
}

.moreInfoArea h3::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 1px;
    background: #333;
    top: -86px;
    left: 50%;
}

.routeContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 100px;
    margin-top: 37px;
}

.routeBox {
    width: 27.7%;
    border: 1px solid #ddd;
    background: #fff;
    padding: 25px 20px;
}

.routeBox p.rouet {
    text-align: center;
    color: #fff;
    background: #75c4e9;
    width: 110px;
    margin: 0 auto;
    font-size: 12px;
    padding: 10px 0;
}

.fromTo {
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
}

.fromTo span {
    font-size: 14px;
    height: 24px;
    display: block;
}

p.textFrom {
    font-size: 14px;
    text-align: center;
    color: #999999;
    margin: 0px auto 10px;
}

.youtube iframe {
    width: 100%;
    height: auto;
}

section.sns {
    color: #fff;
    background-image: url(./img/sns_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.link.inner {
    margin: 70px auto 140px;
}

section.sns .titleBox {
    margin: 0 auto;
}

section.sns h2 {
  font-size: 50px;
  text-align: center;
  padding-top: 15px;
}

.snsContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.snsItem {
    width: 100%;
    max-width: 400px;
    height: 410px;
    margin-bottom: 55px;
}

.insta {
    width: 400px;
}

.facebook {
    text-align: center;
}

section.link .titleBox {
    margin: 0 auto;
}

section.link h2 {
    font-size: 50px;
    text-align: center;
    color: #333;
}
section.link p.subtitle {
    text-align: center;
    margin-top: 10px;
}

.linkBox {
    width: 220px;
}

.linkBox p {
    margin: 10px 0 20px;
    font-size: 15px;
}

.linkContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */

  section.experience,
  section.sns {
    background-size: 100% 100%;
  }
  section.event {
    background-size: 100% 100%;
    background-color: #000;
    background-position: 50%;
  }

  section.news {
      background-image: url(./img/news_bg_ms.jpg);
      background-size: 100% 100%;
      background-position: 50%;
      background-repeat: no-repeat;
      background-color: #fff;
  }
}



/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/
footer {
    background: #242424;
}

footer .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    padding: 50px 0;
    color: #fff;
}

.footerL,
.footerR {
    width: 50%;
    margin: 0;
}

.footerLogo {
    margin-bottom: 40px;
}

.footerLogo img {
    margin: 0;
}

.footerAddress {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.footerAddress p a {
    color: #fff;
}

.footerKart {
    font-size: 14px;
    line-height: 1.4;
}

.copy.inner {
    padding: 15px 0 55px;
    text-align: right;
    border-top: 1px solid #fff;
}

.weatherBox {
    
}

div#wij_weather_in_japan {
    width: auto;
    height: 100%;
}

div#wij_container {
    height: 100%;
}

#wij_weather_in_japan .location {
    padding: 5px;
    margin: 0 0 12px;
    background-color: #fcfcfc;
    position: relative;
}

#wij_weather_in_japan .location::before {
  position: absolute;
  content: "エーワンサーキット周辺の天気";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 5px;
  color: #333;
}

#wij_weather_in_japan ul {
    font-size: 100% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: center;
    height: 180px !important;
}

#wij_weather_in_japan ul li {
    width: calc(100% / 3);
    float: none !important;
    align-self: center;
}

#wij_weather_in_japan ul li img {
    margin: 7px auto !important;
}

small {
    font-size: 13px;
    width: 100%;
}

/*toTop*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: calc(50% - 650px);
}
.pagetop a {
    display: block;
    text-align: center;
    color: #c40037;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    font-size: 30px;
    position: relative;
}

.pagetop a::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    top: -10px;
    left: 0;
    right: 0;
    background: #c40037;
}

.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    padding:5px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}



/*----------------------------------------------------------------------
固定ページ
----------------------------------------------------------------------*/
main.basePage {
    padding-top: 173px;
    background: #f2f2f2;
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: 50px;
}

.baseh1box {
    margin: 10px 0;
}

.basePage h1 {
    font-size: 38px;
    font-family: 'Poppins-SemiBoldotf';
    letter-spacing: 8px;
    color: #333;
    text-align: center;
    font-weight: bold;
    word-break: keep-all;
    width: 75%;
    margin: 45px auto;
    line-height: 1.2;
}

.baseTitleBox h2 {
    font-size: 24px;
    margin: 30px 0 15px;
    padding-left: 10px;
    border-left: 6px solid #E2003B;
    color: #001E49;
    font-weight: bold;
    line-height: 1.2;
}
.baseTitleBox h2 span {
  font-size: 18px;
}
.titleTableArea {
    font-size: 36px;
}

main.basePage h3 {
    color: #0000ff;
    margin-top: 20px;
    border-bottom: 1px dashed #333;
    font-weight: bold;
}


/*初めての方へ*/
main.biginnerPage {
    padding-top: 185px;
    background: url(./img/beginnerPage_bg.jpg);
    background-size: contain;
}

.forBiginnerContainer {
    color: #fff;
    padding-bottom: 50px;
}

.biginnerPage h1 {
    font-size: 38px;
    font-family: 'Poppins-SemiBoldotf';
    letter-spacing: 8px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.biginnerPage h2 {
  color: #fff;
}

.textAttention {
    line-height: 1.8;
}

.stepContainer h3,
.outinoutContainer h3 {
    font-size: 21px;
    margin: 10px 0;
    color: #fff;
    font-weight: bold;
    border-left: 5px solid #0000ff;
    padding-left: 8px;
}

.stepBox {
    line-height: 1.8;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0px;
}

.stepContainer,
.outinoutContainer {
    margin-top: 35px;
}

.stepBoxText {
    width: 68%;
}

.stepBoxImage {
    width: 300px;
}

.stepBoxImage.outInOut {
    margin: 0 auto;
}

.outinoutBox .stepBoxText {
    width: 100%;
}

.stepBox h4,
.outinoutBox h4 {
    font-size: 18px;
    border-bottom: 1px dashed #fff;
    color: #F9CE22;
}

.stepBoxText ul {
    line-height: 1.8;
    list-style: disc;
    padding-left: 25px;
}

.outinoutBox h4 {
    padding: 5px 0;
}

span.green {
    color: #00ce00;
}

.attentionList {
    line-height: 1.8;
}

.attentionList ul {
    list-style: disc;
    padding-left: 25px;
}

.reserveL {
    text-align: center;
    border: 1px solid #fff;
    width: 600px;
    margin-top: 30px;
    overflow: hidden;
}

.reserveL a span {
    font-size: 23px;
}

/*コースマップ*/
span.bold {
    font-weight: bold;
}

/*レンタルカート*/
.rentalArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.baseNaviBox {
    text-align: center;
}

.retalkartBox {
    margin: 20px 5px;
    width: 310px;
}

.retalkartBox a h3 {
    font-size: 24px;
    border-left: 5px solid #081B40;
    padding-left: 7px;
    margin: 10px 0px;
}

p.rentalText {
    width: 98%;
    margin: 0 auto;
}

/*料金プラン*/
.baseNaviBox a {
    background: #001E49;
    padding: 7px 10px;
    color: #fff;
}

.pliceTable table {

    margin: 10px auto 0px;
    text-align: left;
    width: 95%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 85.7%;
    line-height: 141.7%;
}

.pliceTable p {
    width: 95%;
    margin: auto;
    text-indent: 50px;
}
.pliceTable p.kashikiriRental {
  font-size: 1.2em;
  margin-top: 50px;
  text-indent: 0;
}
.pliceTable p.kashikiriRental span{
  color:red;
}

.formfin {
    text-align: center;
    font-size: 2.1rem;
    margin-top: 30px;
    font-weight: bold;
}

.res thead tr th {
    border: 2px solid black;
    padding: 10px;
    background-color: white;
    text-align: center;
}

.res tbody tr td,
.res tbody tr th {
    border: 2px solid black;
    background-color: white;
    padding: 10px 15px;
    vertical-align: top;
}

.pliceTable table.kashikiri {

    margin: 10px auto 10px;
    text-align: left;
    width: 95%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 85.7%;
    line-height: 141.7%;
}

table.kashikiri tr th {
    border: 2px solid black;
    padding: 10px;
    background-color: white;
    text-align: center;
    vertical-align: middle;
}

table.kashikiri tr td,
table.kashikiri tr th {
    border: 2px solid black;
    background-color: white;
    padding: 10px 15px;
    vertical-align: middle;
    word-break: keep-all;
}

.sportRace {
    margin-top: 50px;
}

p.subTitle {
    font-size: 22px;
}

.textPliceArea {
    padding-bottom: 15px;
}

.basePage .toreserve {
    width: 90%;
    margin: 15px auto 40px;
}

.basePage .toreserve a,
main#schedule-post .toreserve a{
    color: #f00;
    background: #fff;
    font-size: 24px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #E2003B;
    display: block;
}

main#schedule-post .toreserve a{
    margin: 10px auto;
}
.scheduleContainer > p,
main#schedule-post p br {
    display: none;
}

.basePage .toreserve a:hover {
  color: #fff;
  background: #f00;
}

/*gpパック*/

.reserve.colorBK {
    border: 1px solid #333;
    background: #333;
}

span.blue {
    color: #0000ff;
}

.reserve.colorBK {
    border: 1px solid #333;
    background: #333;
    margin: 18px auto;
}

/*予約*/
.baseReserveArea {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.basereseRveBox {
    width: 30%;
    min-width: 280px;
    margin-bottom: 10px;
}

.basereseRveBox a h3 {
    height: 20px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    position: relative;
    border-bottom: 0px;
    margin: 85px auto;
}

.basereseRveBox a {
    display: flex;
    flex-direction: column;
}

.reserveImage1 {
    background: url(./img/reserve_bg1.jpg);
    background-size: cover;
    position: relative;
}
.reserveImage2 {
    background: url(./img/reserve_bg2.jpg);
    background-size: cover;
    position: relative;
    background-position: 50% 25%;
}
.reserveImage3 {
    background: url(./img/reserve_bg3.jpg);
    background-size: cover;
    position: relative;
}
.reserveImage4 {
    background: url(./img/reserve_bg4.jpg);
    background-size: cover;
    position: relative;
    background-position: 50% 25%;
}
.reserveImage5 {
    background: url(./img/reserve_bg5.jpg);
    background-size: cover;
    position: relative;
}
.reserveImage6 {
    background: url(./img/reserve_bg6.jpg);
    background-size: cover;
    position: relative;
    background-position: 50% 40%;
}

.reserveImage1::before {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.reserveImage2::before {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.reserveImage3::before {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.reserveImage4::before {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.reserveImage5::before {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.reserveImage6::before {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.toreserve.toMail {
    margin-top: 20px;
}

.baseReserveText {
    margin-top: 10px;
}

/*access*/
.accessTable table {
  width: 100%;
}

.accessTable table tr th {
    width: 20%;
}

.accessTable table tr td,
.accessTable table tr th {
    color: black;
    border: 2px solid black;
    background-color: white;
    vertical-align: middle;
}

p.tableTitile {
    color: #E2003B;
    clear: both;
    margin: 10px 0px 10px;
    padding: 0px 0px 2px;
    border-bottom: 1px dotted #ccc;
}

/*reserve*/
.entryContainer table,
.reserveContact table.res,
.agreeBox {
    width: 95%;
    margin: 10px auto;
}

.entryContainer h2,
.pliceTable h2 {
    font-size: 24px;
}

.entryContainer table tr th,
.entryContainer table tr td,
.reserveContact .res tbody tr td,
.reserveContact .res tbody tr th {
    border: 2px solid black;
    background-color: white;
    padding: 10px 15px;
    vertical-align: middle;
}

td.kashikiriRental {
    font-size: 1.4rem;
}

td.kashikiriRental span {
    font-size: 1.8rem;
}

td.radio span label {
    display: inline-block;
}

td.kashikiriRental span input[type="text"] {
    width: 50px;
}

.reserveContact .res tbody tr th {
    width: 40%;
}

.entryContainer > p,
.reserveContact > p {
    text-align: center;
}

.entryContainer p input[type="submit"],
.reserveContact p input[type="submit"] {
    padding: 15px 40px;
    font-size: 18px;
    background-color: #000;
    color: #fff;
    border-style: none;
    border: 1px solid #333;
    transition: all .3s;
}

.entryContainer p input[type="submit"]:hover,
.reserveContact p input[type="submit"]:hover {
    background: #fff;
    color: #333;
}

input[type="text"],
textarea {
    font-size: 14px;
    width: 100%;
}

table.res.kashikiri tbody tr td {
    vertical-align: middle;
    text-align: center;
}

.toRulePdf {
    text-align: center;
}

.toRulePdf a {
    color: #f00;
    background: #fff;
    font-size: 24px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #E2003B;
    display: block;
}

.entryContainer h2,
.pliceTable h2 {
    width: 95%;
    margin: auto;
}

/*newsアーカイブ*/
#left_col {
    padding-top: 180px;
}

h4.title {
    font-size: 24px;
    margin: 30px 0 15px;
    padding-left: 10px;
    border-left: 6px solid #E2003B;
    color: #001E49;
    font-weight: bold;
}

.news_box.news .blog_right {
  width: 100% !important;
}

/*livecamera*/
.liveContainer .liveCamera a {
    color: #f00;
    background: #fff;
    font-size: 24px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #E2003B;
    display: block;
}

.liveContainer .liveCamera a:hover {
  color: #fff;
  background: #f00;
}

.login {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 10px;
}

/*schedule*/
.scheduleContainer .toReserveArea .toreserve {
    margin: 10px auto;
}

span.ai1ec-calendar-title {
    font-size: 24px;
}

table.schedulestyle {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #555;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 10px;
}

table.schedulestyle > thead > tr > th,
table.schedulestyle > tbody > tr > th,
table.schedulestyle > tfoot > tr > th,
table.schedulestyle > thead > tr > td,
table.schedulestyle > tbody > tr > td,
table.schedulestyle > tfoot > tr > td {
    border: 1px solid #555;
    line-height: 1.42857;
    padding: 5px;
    vertical-align: middle;
}

/*gallery*/
main.galleryPage {
    padding-top: 190px;
    background: #f2f2f2;
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: 50px;
}

main.galleryPage h1 {
    font-size: 38px;
    font-family: 'Poppins-SemiBoldotf';
    letter-spacing: 8px;
    color: #333;
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
/*    margin-top: 15px;*/
}

.galleryContainer article.blog_box {
    width: 280px;
    border: 1px solid;
    padding: 10px 5px;
    margin: 10px 0;
}

.blog_right h2 {
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 2px dashed#aaa;
    padding-bottom: 5px;
    text-align: center;
}

.blog_right p.date {
    font-size: 14px;
}

.galleryBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


/*ニュース一覧*/
article.news_box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #B2001A;
    margin: 10px 0;
}

article.news_box .blog_left {
    width: 200px;
}

article.news_box .blog_right {
    width: 70%;
}

.blog_right.baseTitleBox h2 {
    text-align: left;
}

.pagination {
    text-align: center;
}

span.page-numbers.current,
a.page-numbers {
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px 10px;
    transition: all .3s;
}

a.page-numbers:hover {
  color: #fff;
  background: #333;
}

/*イベントアーカイブ*/
#blog_list ul li.clearfix {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    border-bottom: 1px solid #B2001A;
    margin: 15px 0;
    padding: 15px 0;
}

.inner.archive {
    padding-top: 20px !important;
}

#blog_list ul li .info {
    width: 100%;
}

#blog_list ul li a {
    width: 200px;
}

#blog_list ul li a img {
    width: 90%;
    height: auto;
}

#blog_list h4.title {
    margin: 15px 0 5px;
    padding-left: 10px;
    border-left: 6px solid #E2003B;
    color: #001E49;
    font-weight: bold;
    font-size: 21px;
}

/*ランキング・ギャラリー*/
.baseRankingArea {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.baseRankingBox {
    width: 45%;
    min-width: 310px;
}

.rankingImage {
    height: 200px;
    background-position: center;
    margin-top: 10px;
    background-size: cover;
}
/*
.rankingImage {
    background: url(./img/rental_ranking.jpg) no-repeat;
    background-position: 40% 60%;
}

.rankingImage2 {
    background: url(./img/rental_ranking.jpg) no-repeat;
    background-position: 40% 60%;
}

.rankingImage3 {
    background: url(./img/sport_ranking.jpg) no-repeat;
    background-position: 30% 25% !important;
}

.rankingImage4 {
    background: url(./img/sport_ranking.jpg) no-repeat;
    background-position: 30% 25% !important;
}

.rankingImage5 {
    background: url(./img/sport_ranking.jpg) no-repeat;
    background-position: 30% 25% !important;
}*/

/*ランキング*/
table.ranking {
    width: 100%;
}

table.ranking thead {
    border-bottom: 2px solid;
    font-weight: bold;
}

table.ranking tr {
    text-align: center;
}

table.ranking tr th,
table.ranking tr td {
    border: 1px solid #555;
    box-sizing: border-box;
}
/*----------------------------------------------------------------------
投稿ページ
----------------------------------------------------------------------*/
#single-post,
#schedule-post {
    padding-top: 185px;
    padding-bottom: 50px;
    line-height: 1.8;
}

.single-title {
    font-size: 24px;
    margin: 15px 0;
    padding-left: 10px;
    border-left: 6px solid #E2003B;
    color: #001E49;
    font-weight: bold;
}

.single-post h2 {
    color: #0000ff;
    margin: 10px 0;
    border-bottom: 1px dashed #333;
    font-weight: bold;
    font-size: 21px;
}

.single-post h3 {
    color: #0000ff;
    margin: 10px 0;
    font-weight: bold;
    font-size: 18px;
}

article.single-post p a {
    color: #E2003B;
    text-decoration: underline;
}

/*フォトギャラリー*/


/*archive.php→navigation.php*/
p.back {
    text-align: center;
    margin: 50px 0;
    font-size: 18px;
}
/*navigation.php*/
ul.page-numbers {
    text-align: center;
}

ul.page-numbers li {
    display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  /* IE のみ適用される */



  section.experience,
  section.sns {
    background-size: 100% 100%;
  }
  section.event {
    background-size: 100% 100%;
    background-color: #000;
    background-position: 50%;
  }

  section.news {
      background-image: url(./img/news_bg_ms.jpg);
      background-size: 100% 100%;
      background-position: 50%;
      background-repeat: no-repeat;
      background-color: #fff;
  }

  .mainVisual h1 p {
      font-size: 80px;
      color: #fff;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      font-weight: 500;
      letter-spacing: 6px;
      margin: 0;
  }


  .mainVisual p {
      color: #fff;
      letter-spacing: 5px;
      font-size: 26px;
      margin-top: 50px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      font-weight: 500;
  }


  .mainVisual p {
      color: #fff;
      letter-spacing: 5px;
      font-size: 26px;
      margin-top: 50px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      font-weight: 500;
  }

  main.basePage,
  main#single-post article,
  .mw_wp_form {
      padding-bottom: 50px;
  }

  .basePage h1,
  .single-post {
        padding-top: 200px;
  }

  .galleryPage h1 {
        padding-top: 200px;
  }
}
/*----------------------------------------------------------------------

media query

----------------------------------------------------------------------*/

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 900px) {

	section.experience {
	  background-size: cover;
	  background-position: left;
	}

  	section.news {
    	background-position: center;
  	}

	section.event {
	 	background-size: cover;
		background-position: right;
		background-image: url(./img/sp_event_bg.jpg);
	}

	.eventArea {
	    justify-content: space-around;
	}

}

@media screen and (max-width: 768px) {
  .pc-only {
      display: none;
  }
  .br-pc { display:none; }
  .br-sp { display:block; }
  .sp-only {
      display: block;
  }
  .mmb-10 {
      margin-bottom: 10px;
  }
  .mmb-20 {
      margin-bottom: 20px;
  }
  .mmb-30 {
      margin-bottom: 30px;
  }
  .mmb-40 {
      margin-bottom: 40px;
  }
  .splogo {
      display: inline-block;
  }

	.inner {
   	 margin: 0 auto;
    	width: 95%;
	}

	.sphHeader {
	    position: absolute;
	    width: 100%;
	    background: rgba(0,0,0,0.5);
	}

	.headerArea {
	    max-width: 80%;
	    padding: 0;
	    display: flex;
	    background: none;
	    padding: 6px 0;
	}

	.logo {
	    margin: 6px 0;
	}

	.logo a img {
	    max-width: 140px;
	}

	.headerHour {
	    display: flex;
	    flex-direction: column;
	    align-self: flex-end;
	    margin: 6px 0 6px 18px;
	}

	.headerHour p {
	    line-height: 1.5;
	    color: #fff;
	    font-size: 14px;
	}

	.headerHour p.businessHours {
	    text-align: left;
	    margin: 0;
	}

	.tel {
	    margin: 6px 0 6px 30px;
	    display: flex;
	    align-items: center;
	}

	button.drawer-toggle.drawer-hamburger {
    	margin-top: 5px;
      margin-right: 15px;
	}
    button.drawer-toggle.drawer-hamburger span{
        color: #ffffff;
    }

	ul.drawer-menu,
	nav.drawer-nav {
	    background-color: #292929;
	}

	ul.drawer-menu {
	    margin-top: 20px;
	}

	ul.drawer-menu li {
	    height: 48px;
	    border-bottom: 1px solid #ddd:
	}

	ul.drawer-menu li a,
  	.init-bottom {
    	display: flex;
    	color: #fff;
      align-items: center;
	}

  .drawer-menu-item {
      padding: 0 .75rem;
  }

	li.subList {
    	height: 35px !important;
	}

	li.subList a {
    	padding-left: 30px;
    	font-size: 14px;
	}

  .drawer-dropdown.open > .drawer-dropdown-menu {
      display: block;
      background: #333;
  }

  .drawer-dropdown-menu {
      position: relative;
      top: -38px;
  }

  ul.drawer-dropdown-menu li {
      height: 32px;
  }

  ul.drawer-dropdown-menu li a {
      font-size: 1.2rem;
  }

  span.drawer-caret {
      z-index: -1;
  }

  ul.drawer-dropdown-menu li.secondTtl {
      color: #fff;
      height: 17px;
      margin-left: 5px;
      padding-top: 5px;
  }

	.spNaviText {
	    margin-left: 15px;
	}

	.iconBox {
	    width: 45px;
	    margin-left: 15px;
	}

/*	.spMainVisual {
	    background: url(./img/sp_mv2.jpg) no-repeat;
	    height: 100vh;
	    background-position: top;
	    background-size: auto;
	    position: relative;
	    z-index: -99;
	}*/

  .spMainVisual {
      background: url(./img/sp_mv2.jpg) no-repeat;
      height: calc(100vh - 45px);
      background-position: 50% 30%;
      background-size: auto;
      position: relative;
      z-index: -99;
  }

	.spMainVisual h1 {
	    padding-top: 150px;
	}

	.spMainVisual h1 p {
	    font-size: 75px;
	    color: #fff;
	    font-family: 'FuturaPTCondBookotf';
	    letter-spacing: 6px;
	    margin-left: 55px;
	}

	.spMainSubTitle {
	    margin-top: 20px;
	}

	p.spH1Sub {
	    margin-left: 55px;
	    color: #fff;
	    font-family: 'FuturaPTCondBookotf';
	    font-size: 30px;
	    letter-spacing: 10px;
	    line-height: 50px;
	}

	section.entry.sp-only {
	    background: url(./img/sp_entry_bg.jpg) no-repeat;
	    background-color: #000;
	}

	.entryArea {
	    padding-top: 0;
	    flex-direction: column;
	}

	.titleBox {
	    margin: 0 auto;
	    text-align: center;
	}

	.spEntryMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    margin: 0 0 15px 0;
    width: 100%;
	}

  	.entryMenuBox {
       width: 47%;
       text-align: center;
       padding: 40px 0;
       border: 3px solid #fff;
       border-radius: 10px;
 	}

  .beginnerKids {
      font-size: 1.3rem;
  }

	.entryMenuText p.ja {
	    font-size: 40px;
	    margin-top: 10px;
      color: #fff;
	}

	.entryMenuText  p.en {
	    font-size: 30px;
	    margin-top: 15px;
      color: #fff;
	}

	.entryBanner a img {
	    border-radius: 10px;
	}

	.entryBanner.inner {
	    margin: 70px auto;
	    width: 80%;
	}

  .entrykids {
      margin: 20px auto;
      text-align: center;
      width: 100%;

  }

	.entryCatArea {
	    flex-direction: column;
	}

	.entryCatBox {
	    width: 100%;
	    margin: auto;
	    margin-bottom: 20px;
	}

	.textentryCat {
	    width: 90%;
	}

	.entryCatBox h3 {
	    margin: 20px auto;
	}

	.entryArea .gg-calender {
	    width: 99%;
	    margin: auto;
	}

	.ai1ec-calendar-title {
	    display: inline-block !important;
	}

	section.experience .inner {
	    flex-direction: column;
	}

  section.news h2,
	section.experience h2,
  section.event h2,
  section.access h2,
  section.sns h2,
  section.link h2 {
	    padding-top: 45px;
      padding-bottom: 20px;
      font-size: 2.5em;
	}

	.experienceBanArea {
	    width: 95%;
	}

	.experienceBanBox {
	    width: 50%;
	}

	.experienceBanBox {
	    width: 50%;
	    min-width: 250px;
	}

	.titleBox {
	    width: 100%;
	    margin: auto;
	}

	.titleBoxInner {
	    width: 100%;
	}

	.titleBoxInner .subtext {
	    margin: 25px auto;
	}

	.reserve {
	    margin: 30px auto;
	}

	.titleBoxInner .subtext {
	    width: 90%;
	}

	.eventArea {
	    flex-direction: column;
	}

	.eventBox {
	    width: 90%;
	    margin: auto;
	}

	.eventBox a .enventImg {
	    margin: 20px auto;
	}

	.enventTitle {
	    text-align: center;
	}

	.enventTitle h3 {
	    margin: 25px auto 0;
	    font-size: 22px;
	    height: 65px;
	}

	.eventBox {
	    width: 90%;
	    margin: 0 auto 10px;
      border-bottom: 2px solid #ddd;
      padding-bottom: 30px;
	}

  .eventBox .eventText {
      margin-top: 35px;
  }

	.newsBox ul li a span.textNews {
	    width: 95%;
	    margin-top: 5px;
	}

	.newsBox ul li {
	    padding: 15px 0;
	    display: grid;
	    border-bottom: 2px solid #ddd;
	}

	.accessArea {
	    flex-direction: column-reverse;
	}

	.accessArea .gg-map {
	    width: 90%;
	    margin: auto;
	}

	.accessArea .textAccess {
      min-width: 320px;
      margin: 0 auto 10px;
      line-height: 1.4;
      width: 90%;
  }

	.textAccess p {
	    font-size: 16px;
	}

	.moreInfoArea h3 {
	    margin-top: 70px;
	}

	.moreInfoArea h3::before {
	    height: 30px;
	    top: -46px;
	}

	.accessArea .textAccess ul li {
	    font-size: 16px;
	}

  	.gg-map iframe {
    	  width: 100%;
 	}

	.routeContainer {
	    flex-direction: column;
	}

	.routeBox {
	    width: 90%;
	    margin: 10px auto;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-wrap: wrap;
	}

	.routeBox p.rouet {
	    width: 110px;
	    margin: auto 5px;
	}

	.flomArea {
	    width: 267px;
	}

	.youtube {
	    width: 270px;
	    margin: auto 5px;
	}

	.linkContainer {
	    justify-content: space-around;
	}

	section.link.inner {
	    margin-bottom: 50px;
	}

	/*footer*/

  footer .inner {
      flex-direction: column;
      padding: 30px 0;
  }

  .footerL, .footerR {
      width: 400px;
      margin: 10px auto;
  }

	.pagetop {
	    right: 0;
	}

  .copy.inner {
      text-align: center;
  }


  /*----------------------------------------------
  固定ページ
  ----------------------------------------------*/
  main.basePage {
      padding-top: 60px;
      font-size: 16px;
  }


  .biginnerPage h1,
  main.galleryPage h1,
  .basePage h1 {
    font-size: 24px;
    width: 100%;
    word-break: break-all;
  }

  .baseTitleBox h2 {
      font-size: 21px;
  }

  .basePage .toreserve a {
      font-size: 18px;
  }

  /*コースマップ*/
  .courseMapContainer > img {
      height: auto;
  }

  /*price*/
  .baseNaviBox a {
      display: block;
      margin-bottom: 10px;
  }

  .titleTableArea {
      font-size: 21px;
      margin-top: 10px;
  }

  /*contact*/
  .entryContainer table tr th,
  .entryContainer table tr td,
  .reserveContact .res tbody tr td,
  .reserveContact .res tbody tr th {
      width: 90%;
      display: block;
      margin: auto;
      text-align: center;
  }

  input[type="text"], textarea {
      width: 95%;
      margin: auto;
  }

  /*はじめての方へ*/
  main.biginnerPage {
    padding-top: 80px;
    font-size: 16px;
  }

  .stepBox {
      width: 90%;
      margin: 0 auto 45px;
  }

  .stepBoxImage,
  .stepBoxText {
      width: 100%;
  }

  .reserveL {
      margin: auto;
      width: 265px;
  }

  a.btn span {
      font-size: 16px;
  }

  /*price*/
  .res thead {
      display: none;
  }

  .res {
      border: none;
  }

  .res tr {
      display: block;
      margin-bottom: 10px;
      color: black;
  }

  .res td {
      display: block;
      text-align: right;
      color: black;
  }

  .res td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
  }

	td.noneaccess {
	    text-align: left;
	}

	/*ギャラリー*/
	main.galleryPage {
    	padding-top: 80px;
	}

  main.galleryPage h1 {
      line-height: 1.2;
  }
	/*イベントアーカイブ*/
	#blog_list ul li.clearfix {
	    flex-direction: column-reverse;
	}

	#blog_list ul li .info {
	    width: 90%;
	}

	#blog_list ul li a {
	    width: 80%;
	}

	/*ニュース一覧*/
	article.news_box {
	    flex-direction: column;
	}

	article.news_box .blog_left {
	    width: 80%;
	}

	.blog_left a img {
	    width: 100%;
	    height: auto;
	}

	.blog_right p.date {
	    text-align: left;
	}

	article.news_box .blog_right {
	    width: 90%;
	}

  #single-post, #schedule-post {
      padding-top: 55px;
  }

  table.res.kashikiri tbody tr td {
      text-align: right;
  }

  td.noneaccess {
      text-align: center !important;
  }

}

@media screen and (max-width: 711px) {
  	.headerHour {
    	display: none;
  	}
}


@media screen and (max-width: 425px) {
	.drawer-hamburger {
	    padding-right: 0px;
	}

	.drawer-hamburger-icon, .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
	    width: 30px;
	    height: 5px;
	    right: -5px;
	}

  .spMainVisual h1 {
      padding-top: 85px;
  }

	.headerHour p {
	    font-size: 12px;
	}

	.headerArea {
	    justify-content: space-between;
	}

	.tel {
   	margin: 8px 5px 0px;
 	}

	.spMainVisual h1 p {
	    margin-left: 20px;
	    font-size: 50px;
        font-weight: bold;
	}

	p.test.spH1Sub {
	    margin-left: 20px;
	}

	 .titleBox h2 {
    	font-size: 50px;
	}
	p.subtitle {
    	font-size: 24px;
	}

	.routeBox {
	    padding: 15px 0;
	}

  .drawer-menu-item {
      padding: 5px 0 5px 5px;
  }

  ul.drawer-menu li {
      height: 45px;
  }

  ul.drawer-dropdown-menu li.secondTtl {
    color: #fff;
  }

  ul.drawer-dropdown-menu li {
      height: 35px;
  }
/*	.accessArea .textAccess {
	    width: 300px;
	}*/

  p.spH1Sub {
      margin-left: 20px;
      color: #fff;
      font-family: 'FuturaPTCondBookotf';
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 5px;
      line-height: 36px;
  }

	.textAccess p,
	.accessArea .textAccess ul li {
	  	font-size: 14px;
	}

	section.experience h2 {
    	font-size: 50px;
    	letter-spacing: 0;
	}

	.entryMenuBox img {
    	height: 50px;
    	width: auto;
	}

	.entryMenuText p.ja {
    	font-size: 20px;
	}

	.entryMenuText p.en {
    	font-size: 20px;
    	margin-top: 5px;
	}

	.entryMenuBox {
    	padding: 15px 0;
	}

	.footerL, .footerR {
    	width: 90%;
	}

	.weatherBox {
    	width: 100%;
	}

	.entryBanner.inner {
	  margin: 0px auto 30px;
	  width: 100%;
	}

	.entryBanner a {
	  font-size: 90%;
    width: 100%;
    display: block;
    padding: 10px 0;
    border-radius: 5px;
    border:2px solid;
    box-sizing: border-box;
	}

	.basereseRveBox {
	  width: 90%;
	}

  .sb_instagram_header {
      padding: 0 !important;
  }
	/*------------------------------------
	固定ページ
	------------------------------------*/
	.forBiginnerContainer.inner h2 {
	  font-size: 18px;
	}

	table.kashikiri tr td,
	table.kashikiri tr th {
	word-break: break-all;
	}

	table.kashikiri tr th {
	  width: 30%;
	}

	section.link.inner {
	  margin-top: 0;
	}

	section.access .inner {
	  padding-top: 0;
	}

	td.kashikiriRental {
	    font-size: 1.3rem;
	}


}

@media screen and (max-width: 320px) {
	.footerL,
	.footerR {
	    width: 97.5%;
	    margin: auto;
	}

	.forBiginnerContainer.inner h2 {
	    font-size: 16px;
	}

  .biginnerPage h1,
  main.galleryPage h1,
  .basePage h1 {
      font-size: 18px;
  }

  .entryContainer h2,
  .pliceTable h2 {
      font-size: 21px;
  }

}


/*media queryここまで*/

/* Fukumoto add sorce */
table.recruit_table {
	max-width: 960px;
	width: 100%;
	display: block;
	margin: 0 auto;
	border-spacing: 0;
}
@media all and (max-width:768px) {
	table.recruit_table {
		width: 96%;
	}
}
table.recruit_table tbody {
	width: 100%;
	display: block;
}
table.recruit_table tbody tr {
	width: 100%;
	display: block;
}


table.recruit_table th,
table.recruit_table td{
	text-align: left;
	padding: 10px 0 10px 10px;
	font-size: 1em;
}
@media all and (max-width:768px) {
	table.recruit_table th,
	table.recruit_table td {
		padding: 10px 0 10px 5px;
		font-size: 0.8em;
	}
}

table.recruit_table th{
	display: inline-block;
	border-bottom: solid 2px #fb5144;
	width: 13%;
}
@media all and (max-width:768px) {
	table.recruit_table th{
		width: 100%;
		display:block;
	}
}
table.recruit_table td {
  display: inline-block;
  border-bottom: solid 2px #ddd;
  width: 80%;
}

@media all and (max-width:768px) {
	table.recruit_table td{
		width: 100%;
		display:block;
	}
}

div.recruit_button_area {
	display: block;
	margin: 45px auto;
	text-align: center;
	width: 100%;
	max-width: 960px;
}
/* スマホ用style */
@media all and (max-width:768px) {
	div.recruit_button_area {
		display: block;
	}
}

div.recruit_button_area .contact_btn {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: double 4px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}
div.recruit_button_area .contact_btn:hover {
  background: #fffbef;
}
.recruit_btn {
	padding: 20px 0;
	border: 1px solid #000000;
	display: block;
	margin: 20px auto;
	text-align: center;
	width: 250px;
	cursor: pointer;

}
ul.monthly-list li {
	display: inline-block;
	margin: 0 auto;
	padding: 5px;
	background-color: red;
	color: #000000;
}
