@charset "UTF-8";


/* reset
---------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

html {
  font-size: 62.5%;
}

/* HTML5 display-role reset for older browsers */
article, aside, detail, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  text-decoration: none;
}

/* border-box */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Reset input */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* clearfix
---------------------------------------- */
.clear {
  position: relative;
  margin: 0 auto;
  zoom: 1;
}
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

/* bxslier reset
---------------------------------------- */
.bx-wrapper {
  margin: 0 auto;
}
.bx-wrapper .bx-viewport {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  left: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

/* cmn
---------------------------------------- */
.pc-block {
  display: inline-block !important;
}

.sp-block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc-block {
    display: none !important;
  }

  .sp-block {
    display: inline-block !important;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.weight-bold {
  font-weight: bold;
}

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}
.content{
  padding: 60px 70px;
}
.inner {
  width: 980px;
  position: relative;
  margin: 0 auto;
  zoom: 1;
}
.inner:before, .inner:after {
  content: "";
  display: table;
}
.inner:after {
  clear: both;
}
.c-ttl{
  margin-bottom: 35px;
  color: #008e4d;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}
.c-ttl02{
  margin-bottom: 0;
  color: #008e4d;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.c-ttl02 span{
  color: #008e4d;
  font-size: 24px;
}
.g_bg{
  margin-bottom: 20px;
  padding: 10px 0 10px 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: #008e4d;
}
.g_bold{
  margin-bottom: 16px;
  color: #6fba2c;
  font-size: 20px;
  font-weight: 600;
}
.l_ttl{
  margin-bottom: 5px;
  padding: 3px 0 6px 10px;
  color: #008e4d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-left: 4px solid #008e4d;
}
.txt{
  font-size: 16px;
  line-height: 1.6;
}
.check{
  margin-bottom: 10px;
  padding-left: 36px;
  color: #008e4d;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.check:before{
  content: "";
  width: 26px;
  height: 26px;
  margin: 0 auto;
  top: 4px;
  left: 0;
  position: absolute;
  background: url(../img/icon_check.svg) no-repeat;
}
.check span{
  color: #008e4d;
  background: linear-gradient(transparent 69%, #fff096 70%, #fff096 100%);
}


/* base
---------------------------------------- */
body {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #555;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .content{
    padding: 0;
  }
  .inner {
    width: 100%;
    padding: 6vw 3.125vw 9vw;
  }
  .c-ttl{
    font-size: 7vw;
    margin-bottom: 6vw;
  }
  .g_bold{
    font-size: 4.5vw;
  }
  .g_bg{
    line-height: 1.4;
  }
  .c-ttl02{
    font-size: 4vw;
  }
  .c-ttl02 span{
    font-size: 4.8vw;
  }

}

section {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 6.25vw 0;
  }
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}



#header{
  height: 70px;
  background: #fff;
  width: 100%;
  top: 0;
}
#header .inner{
  width: 100%;
/*  padding-top: 23px;*/
}
#header .h_logo{
  margin-left: 2%;
  float: left;
}
#header .h_logo li{
  margin-right: 20px;
  display: inline-block;
}
#header .tel{
  float: right;
}
#header .tel a{
  color: #333;
  font-weight: 600;
  vertical-align: middle;
  display: flex;
}
#header .btn-c{
  float: right;
}
#header .btn-c a{
  width: 120px;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  background: #c90101;
  position: relative;
}
#header .btn-c.btn-c_sub{
  display: flex!important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 230px;
  height: 70px;
  border-left: 1px solid #ddd;
}

#header .btn-c.btn-c_sub span{
  font-size: 14px;
  font-weight: bold;
}

#header .btn-c.btn-c_sub ol{
  display: flex;
  gap: 0 10px;
  width: 210px;
  margin-top: 5px;
}

#header .btn-c.btn-c_sub ol li a{
  display: block;
  width: 100px;
  padding: 4px 0;
}


/* Nav
-----------------------------------------*/
.Nav .navbtn {
  display: none;
}
.Nav ul.close {
  display: none;
  border-top: solid 1px #F5F4F0;
}
.Nav > ul {
  margin: 0 auto;
  max-width: 100%;
}
.Nav > ul > li {
  position: relative;
  font-size: 14px;
  display: inline-block;
}
.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  z-index: 2;
}
.Nav > ul > li.parent > a {
  padding-right:20px;
}
.Nav > ul > li.parent > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 58%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 1px #4c4c4c;
    border-right: solid 1px #4c4c4c;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.Nav > ul > li.parent.open > a{
  color: #FFF;
}
.Nav > ul > li.parent.open > a::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.Nav > ul > li a:hover {
  opacity: .6;
}
.Nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Nav > ul > li a,
.Nav > ul > li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.Nav > ul > li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
/* 2階層 */
.Nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: auto;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
.Nav > ul > li > ul li {
  white-space: nowrap;
}
.Nav > ul > li > ul li a {
  width: 203px;
  position: relative;
  padding: 14px 14px 14px 14px;
  border-bottom: 1px solid #d6d6d6;
}
/*.Nav > ul > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #00a0e9;
    border-right: solid 2px #00a0e9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}

@media screen and (max-width: 768px) {
  #header{
    height: auto;
  }
  #header .inner{
    width: 100%;
    padding: 0;
  }
  #header .h_logo{
    width: 65vw;
    margin: 4.5vw 0 0 2vw;
    text-align: center;
  }
  #header .h_logo li{
    width: 19vw;
    margin-right: 1.5vw;
    display: inline-flex;
  }
  #header .btn-c.btn-c_sub{
    display: none!important;
  }
  #header .tel{
    margin: 2vw;
  }
  #header .tel a{
    padding: 1vw 3vw;
    color: #fff;
    line-height: 1;
    border-radius: 4px;
    background: #008e4d;
  }
  #header .tel img{
    width: 3vw;
    height: 8vw;
  }
}

@media screen and (min-width: 769px) {
  .Nav{
    margin-top: 23px;
    float: right;
  }
  .Nav > ul > li{
    margin-right: 10px;
  }
  #header .h_logo{
    margin-top: 23px;
  }
  #header .tel{
    margin-top: 23px;
  }
  #header .btn-c{
    margin-left: 2px;
  }
  #header .btn-c a{
    padding: 25px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
  #header .btn-c + .btn-c{
    margin-left: 15px;
  }
  #header .btn-c a:hover{
    opacity: .8;
  }
}
@media screen and (max-width: 768px) {
  .Nav {
    position: relative;
    border-top:none;
    margin-top: 10vw;
  }
  .Nav .navbtn {
    top: 0;
    display: block;
    position: absolute;
    top: -8vw;
    right: 13vw;
  }
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 10vw;
    height: 10vw;
    background-color: #000;
    border-radius: 4px;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:3vw;
    left:2vw;
    content:"";
    width: 6vw;
    height: 0.5vw;
    background-color: #FFF;
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:5vw;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    top:7vw;
    left:2vw;
    content:"";
    width: 6vw;
    height: 0.5vw;
    background-color: #FFF;
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    top:5vw;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
  .Nav .navbtn a.open {
  }
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:5vw;
    left:2vw;
    content:"";
    width: 6vw;
    height: 0.5vw;
    background-color: #FFF;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
  .Nav > ul {
    display: none;
    position: absolute;
    top: 3vw;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #FFF;
  }
  .Nav > ul > li {
    display: block;
    border-bottom: solid 1px #dddddd;
  }
  .Nav > ul > li.parent.open > a::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  .Nav > ul > li a{
    padding: 3.6vw;
  }
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
  .Nav > ul > li.parent.open > a {
    color: #FFF;
  }
  .Nav > ul > li > ul {
    background-color: #fbfbfb;
    position: static;
  }
  .Nav > ul > li > ul li a {
    width: 100%;
    padding: 3.6vw;
    border-bottom: solid 1px #dddddd;
    background-color: #EEE;
  }
  .Nav > ul > li.h-contact{
    width: 100%;
  }
  .Nav > ul > li.h-contact a{
    width: 100%;
    color: #fff;
    background: #c90101;
  }

  .Nav > ul > li.h-session{
    display: flex;
    width: 100%;
    padding: 10px 0;
  }

  .Nav > ul > li.h-session span{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .Nav > ul > li.h-session ol{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 2%;
  }
  .Nav > ul > li.h-session ol li{
    width: 48%;
  }
  .Nav > ul > li.h-session ol li a{
    display: block;
    width: 100%;
    color: #fff;
    background: #c90101;
    text-align: center;
  }
}





/*  main  */
#main{
  width: 100%;
  background: #008e4d;
  text-align: center;
}




/*  news  */
#news ul p{
  display: inline-block;
  vertical-align: top;
}
#news li{
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
  vertical-align: top;
}
#news li:first-child{
  border-top: 1px solid #d6d6d6;
}
#news .cat{
  width: 106px;
  margin-right: 30px;
  padding: 6px 0;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  background: #6fba2c;
  border-radius: 4px;
}
#news .day{
  margin-right: 30px;
  font-size: 14px;
}
#news .txt{
  width: 700px;
  font-size: 14px;
}
#news .txt a{
  text-decoration: underline;
}
#news .txt a:hover{
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #news .cat{
    margin-right: 10px;
    margin-bottom: 2vw;
  }
  #news .txt{
    width: 100%;
  }

}




/*  schedule  */
#schedule{
  background: #f8f8f8;
}
.tabs {
  margin: 0 auto;
}
.g_border{
  width: 100%;
  height: 2px;
  margin-bottom: 30px;
  background: #008e4d;
  display: inline-block;
}
/*タブのスタイル*/
.tab_item {
  width: 49%;
  height: 52px;
  background-color: #bcbcbc;
  border-radius: 6px 6px 0 0;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content{
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #008e4d;
  color: #fff;
}
.tab_item.first{
  margin-right: 2%;
}
#schedule table{
  margin-bottom: 20px;
}
#schedule th{
  width: 140px;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #acacac;
}
#schedule td{
  width: 280px;
  padding: 10px 8px;
  font-size: 16px;
  border: 1px solid #acacac;
  font-feature-settings: "palt";
}
#schedule .g_table{
  background: #ebf5ec;
}
#schedule .l_table{
  background: #f2f2f2;
}
#schedule .w_table{
  background: #fff;
}
#schedule .point{
  margin-right: 8px;
  padding: 2px 8px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  background: #6fba2c;
}
#schedule .point:first-child{
  margin-bottom: 5px;
}
#schedule .l_table .point{
  background: #f09915;
}
#schedule .bold.day{
  width: 100%;
  font-size: 20px;
  font-feature-settings: "palt";
}
#schedule .bold{
  color: #008e4d;
  font-weight: 600;
  font-size: 18px;
  font-feature-settings: "palt";
}
#schedule .g_bg.bottom{
  margin-bottom: 0;
}
#schedule .box{
  padding: 20px;
  background: #fff;
}
#schedule .txt{
  margin-bottom: 8px;
}
#schedule li{
  margin-right: 35px;
  display: inline-block;
  font-size: 16px;
}
#schedule ul span{
  color: #8eaf8c;
}
#schedule .about{
  margin-bottom: 20px;
}
#schedule .about div{
  width: 56%;
}

@media screen and (min-width: 769px) {
  .tab_item:hover {
    opacity: 0.75;
  }
  #schedule .about{
    display: flex;
  }
  #schedule .about .txt{
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .tab_item{
    padding-top: 3vw;
    height: 14vw;
    font-size: 4vw;
    line-height: 1.4;
  }
  .g_border{
    margin-bottom: 3vw;
    vertical-align: top;
  }
  #schedule table{
    width: 100%;
  }
  #schedule th{
    width: 100%;
    padding: 1.5vw;
    display: block;
    border-bottom: none;
  }
  #schedule td{
    width: 100%;
    display: block;
    border-bottom: none;
  }
  #schedule tr:last-child td:last-child{
    border-bottom: 1px solid #acacac;
  }
  #schedule .bold{
    display: inline-block;
    margin-bottom: 2vw;
  }
  #schedule .bold.day{
    font-size: 6vw;
  }
  #schedule .about div{
    width: 100%;
    margin-bottom: 4vw;
  }
  #schedule li{
    display: block;
  }

}




/*  months  */
#months .c-area{
  margin-bottom: 60px;
}
#months .c-area:last-child{
  margin-bottom: 0;
}
#months .txt{
  margin-bottom: 25px;
}
#months .txt .color{
  color: #6fba2c;
}
#months #months01 .img{
  @media screen and (max-width: 768px) {
    width: 50%;
  }
}
#months {
  .flow_flex {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    @media screen and (max-width: 768px) {
      gap: 0 10px;
      flex-direction: row;
    }
    .program_list{
      display: flex;
      @media screen and (max-width: 768px) {
        flex-direction: column;
      }
      ul{
        width: 33%;
        padding-left: 28px;
        @media screen and (max-width: 768px) {
          width: 100%;
          padding-left: 0;
          padding-bottom: calc(12 / 375 * 100vw);
        }
        &:last-child{
          padding-left: 38px;
          @media screen and (max-width: 768px) {
            padding-left: 0;
            padding-top: calc(8 / 375 * 100vw);
          }
        }
        li{
          color: #343434;
          font-size: 16px;
          font-weight: bold;
          @media screen and (max-width: 768px) {
            font-size: calc(9 / 375 * 100vw);
            line-height: 1.4;
          }
          &:not(:last-child){
            margin-bottom: 5px;
            @media screen and (max-width: 768px) {
              margin-bottom: 0;
            }
          }
          &:before{
            display: inline-block;
            content: "●";
            padding-right: 5px;
          }
          &:nth-child(odd){
            &:before{
              color: #6FBB04;
            }
          }
          &:nth-child(even){
            &:before{
              color: #EC9C00;
            }
          }
        }
      }
    }
  }
  .scene_list{
    ul{
      display: flex;
      justify-content: space-between;
      width: 100%;
      @media screen and (max-width: 768px) {
        flex-direction: column;
        gap: 15px 0;
      }
      li{
        width: 32%;
        color: #343434;
        font-size: 14px;
        @media screen and (max-width: 768px) {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          gap: 0 15px;
          font-size: 3.2vw;
        }
        img{
          margin-bottom: 10px;
          @media screen and (max-width: 768px) {
            width: 40%;
            margin-bottom: 0;
          }
        }
      }
    }
  }
  .consider_list{
    ul{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px 2%;
      @media screen and (max-width: 768px) {
        gap: 10px 0;
      }
      li{
        width: 49%;
        padding: 20px;
        border-radius: 10px;
        background-color: #fff096;
        font-size: 14px;
        text-align: justify;
        @media screen and (max-width: 768px) {
          width: 100%;
        }
        small{
          margin-top: 10px;
          display: block;
          text-align: right;
        }
      }
    }
  }
}
#months th{
  width: 182px;
  padding: 16px 0;
  font-size: 16px;
  font-weight: normal;
  background: #f8f8f8;
  border: 1px solid #acacac;
}
#months td{
  width: 798px;
  padding: 16px 24px;
  font-size: 16px;
  border: 1px solid #acacac;
}
#months td sup{
  font-size: 12px;
  vertical-align: baseline;
}
#months .flow{
  margin: 0 auto;
  text-align: center;
}
#months .flow li{
  width: 200px;
  margin-right: 90px;
  padding: 24px 0;
  font-size: 20px;
  text-align: center;
  background: #e2edc6;
  position: relative;
  display: inline-block;
}
#months .flow li:nth-child(2){
  background: #e6e6e7;
}
#months .flow li:before{
  content: '';
  width: 26px;
  height: 26px;
  border: 0px;
  border-top: solid 2px #6db93e;
  border-right: solid 2px #6db93e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 36%;
  right: -50px;
  margin-top: -4px;
}
#months .flow li:last-child{
  margin-right: 0;
}
#months .flow li:last-child::before{
  border: none;
}
#months .box_l .txt{
  margin-bottom: 15px;
}

#months .g_map{
  width: 440px;
  height: 330px;
}

@media screen and (max-width: 768px) {
  #months .g_map{
    width: 100%;
    height: 300px;
  }
}

#months .g_map iframe{
  width: 100%;
  height: 100%;
}


@media screen and (min-width: 769px) {
  #months .place{
    display: flex;
  }
  #months .box_l{
    width: 64%;
  }
}

@media screen and (max-width: 768px) {
  #months .c-area{
    margin-bottom: 8vw;
  }
  #months .flow li{
    width: 90%;
    margin: 0 0 6vw 0;
  }
  #months .flow li:before{
    content: '';
    width: 4vw;
    height: 4vw;
    border: 0px;
    border-top: solid 2px #6db93e;
    border-right: solid 2px #6db93e;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: auto;
    bottom: -4vw;
    right: -0;
    left: 0;
    margin: 0 auto;
  }
}




/*  contact  */
#contact{
  background: #f8f8f8;
}
#contact .btn a{
  width: 300px;
  margin: 0 auto 50px;
  padding: 20px 0;
  text-align: center;
  border-radius: 6px;
  background: #c90101;
  display: block;
  transition: .2s;
}
#contact .btn.-wide a{
  width: 500px;
}
#contact .btn a:hover{
  opacity: .7;
}
#contact .btn span{
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: relative;
}
#contact .btn span:after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -14px;
  margin-top: -3px;
}
#contact .btn_area{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 730px;
  margin: 0 auto;
}
#contact .btn_area .session{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #bbb;
  border-radius: 10px;
}
#contact .btn_area .session p.sbj{
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#contact .btn_area .session ol{
  display: flex;
  gap: 0 20px;
}
#contact .btn_area .session ol li a{
  width: 340px;
  margin-bottom: 0;
}
#contact .tel-area{
  text-align: center;
}
#contact .name{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
#contact .tel{
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 0.8;
}
#contact .info{
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}
#contact .sns-area{
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
#contact .sns-area li{
  width: 50px;
  margin: 0 10px;
}
#contact .sns-area li a{
  transition: .2s;
}
#contact .sns-area li a:hover{
  opacity: .7;
}
@media screen and (max-width: 768px) {
  #contact .btn_area{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  #contact .btn {
    width: 94%;
    margin: 0 auto;
  }
  #contact .btn a{
    width: 100%;
    margin-bottom: 5vw;
    padding: 3vw 0;
  }
  #contact .btn span{
    font-size: 4.4vw;
    line-height: 1.2;
  }
  #contact .btn span:after {
    right: -5vw;
  }
  #contact .btn.-wide a{
    width: 94%;
  }
  #contact .btn_area{
    width: 100%;
  }
  #contact .btn_area .session{
    padding: 10px;
    border-radius: 5px;
  }
  #contact .btn_area .session ol{
    gap: 0 4%;
  }
  #contact .btn_area .session ol li{
    width: 48%;
  }
  #contact .btn_area .session ol li p{
    width: 100%;
  }
  #contact .btn_area .session ol li a{
    width: 100%;
  }
  #contact .tel{
    font-size: 7vw;
  }
  #contact .tel img{
    width: auto;
    height: 7vw;
  }
}




/*  f-nav  */
#f-nav ul{
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ededed;
}
#f-nav li{
  margin-left: 28px;
  display: inline-block;
}
#f-nav li:first-child{
  margin-left: 0;
}
#f-nav li a{
  font-size: 14px;
  transition: .2s;
}
#f-nav li a:hover{
  opacity: .6;
}

/*  f-nav02  */
#f-nav02 ul{
  padding: 12px 0;
  text-align: center;
}
#f-nav02 li{
  margin-left: 24px;
  display: inline-block;
}
#f-nav02 li:first-child{
  margin-left: 0;
}
#f-nav02 li a{
  font-size: 12px;
  transition: .2s;
}
#f-nav02 li a:hover{
  opacity: .6;
}




/*  footer  */
#footer{
  width: 100%;
  padding: 30px 0;
  background: #333;
  bottom: 0;
}
#footer .number{
  width: 60%;
  color: #9c9c9c;
  font-size: 12px;
  line-height: 1.4;
  float: left;
}
#footer .copy{
  margin-top: 14px;
  color: #e7e7e7;
  font-size: 12px;
  text-align: right;
  float: right;
  vertical-align: bottom;
}

#footer .copy.-center{
  text-align: center;
  float: none;
}

@media screen and (max-width: 768px) {
  #f-nav ul{
    padding: 4vw;
  }
  #f-nav02 ul{
    padding: 2vw;
  }
  #f-nav li,
  #f-nav02 li{
    margin: 2vw 1vw;
  }
  #footer{
    padding: 0;
  }
  #footer .number{
    width: 100%;
    float: none;
  }
  #footer .copy{
    margin-top: 14px;
    text-align: center;
    float: none;
  }
}



