@charset "UTF=8";

:root{
  --main_color:	#9e0118;
  --marker:#f7a7a7;
  --title_font:#b1122a;
}

main h1 {
    text-align: center;
    color: rgb(255, 255, 255);
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-family: Oswald, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Meiryo, sans-serif;
    font-weight: 500;
    background: var(--main_color);
    padding: 10px 0px;
    line-height: 1.4;
}
main h1 span{
  font-size: 30px;
}
.menu-wrap-part {
    display: flex; 
    margin: 5px 0;
}
.menu-wrap-part-img {
  flex-direction:row-reverse!important;
}
.menu-wrap-part-img2 {
  flex-direction:row;
}

.menu-wrap-part:nth-of-type(2n+1) {
    flex-direction: row; 
    margin: 80px auto 80px;
    position: relative;
}  

.menu-wrap-part:nth-of-type(2n+1) .menu_content {
    width: 480px;
    position: relative;
}

.tag-img {
    width: 30%;
    right: 20px;
    position: absolute;
    top:60px;
}
.menu-wrap-part .details p{
  padding: 2px 5px 0;
}
.menu-wrap-part:nth-of-type(2n+1) .details{
    position: absolute;
    top: 5px;
    right: 20px;
    background: #898888;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.menu-wrap-part .details2 {
  position: absolute;
  bottom: 150px;
  right: 20px;
  background: #898888;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 2px;
}
.menu-wrap-part .details3 {
  position: absolute;
  top: 18px;
  left: 410px;
  background: #898888;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 2px;
}

ul.menu-text {
    margin-left: 20px;
}
.red {
  color: #9e0118;
  font-weight: bold;
}
.tea-text{
  margin-right: 20px;
}

.menu-wrap-part:nth-of-type(2n) .menu_content {
    width: 480px;
}

.menu-wrap-part:nth-of-type(2n) { 
    flex-direction: row-reverse;
    margin: 80px auto 80px;
    position: relative;
} 

.menu-wrap-part:nth-of-type(2n) .details {
    position: absolute;
    top: 5px;
    right: 52%;
    background: #898888;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 2px;
}

.menu-block {
   margin: 100px auto; 
   max-width: 960px;
   width: 100%;
}

.menu_bnr {
    height: auto;
    width: 480px;
} 

.menu_content {
    margin: 0 auto;
}

p.menu-text {
    text-align: left;
}

.menu-wrap-part:nth-of-type(2n+1) h2.menu-title {
    margin: 10px auto 0px 20px;
    line-height: 1.4;
    color: var(--title_font);
    font-size: 1.75rem;
    font-weight: 600;
    display: flex;
    text-align: left;
    padding-left: 0.2em;
}

.menu-wrap-part:nth-of-type(2n) h2.menu-title {
  margin: 10px auto 0px 20px;
  line-height: 1.4;
  color: var(--title_font);
  font-size: 1.75rem;
  font-weight: 600;
  display: flex;
  text-align: left;
  padding-left: 0.2em;
}

.menu-wrap-part:nth-of-type(2n+1) .menu-text li {
  display: block;
  border-bottom: none;
  padding: 0 0.6em;
  margin: 0 -0.5px 1em;
  font-size: 14px;
  text-indent: -10px;
  line-height: 1.4;
  text-align: left;
}

.menu-wrap-part:nth-of-type(2n) .menu-text li {
    display: block;
    border-bottom: none;
    padding: 0 0.6em;
    margin: 0 -0.5px 1em;
    font-size: 14px;
    text-indent: -10px;
    line-height: 1.4;
    text-align: left;
}

.menu-text table{
  width:100%;
  font-size: 14px;
  }
  .menu-text table , .menu-text td, .menu-text th {
  border:none;
  text-align:left;
  }

.course-link {
    margin: 40px auto 150px;
}
.course-link2 {
  margin: 40px auto 20px;
}
.course-link3 {
  margin: 0 auto 150px;
}

.data__sect-header {
    padding: 8px 0 5px;
    margin: 10px auto 40px;
    border-top: 3px double #000;
    border-bottom: 3px double #000;
}

h2.data__sect-title {
    font-weight: 600;
    font-size: 2.5em;
}

.data__sect-title span {
  font-size: 18px;
}

.course-link a {
    font-size: 20px;
    background: var(--main_color);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin: auto;
    text-decoration: none;
    font-weight: bold;
    width: 450px;
    letter-spacing: 0.2em;
}
.course-link2 a {
  font-size: 20px;
  background: var(--main_color);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin: auto;
  text-decoration: none;
  font-weight: bold;
  width: 450px;
  letter-spacing: 0.1em;
  padding-top: 3px;
}

.course-link3 a {
  font-size: 20px;
  background: var(--main_color);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin: auto;
  text-decoration: none;
  font-weight: bold;
  width: 450px;
  letter-spacing: 0.2em;
}

a{
  transition: .2s ease;
}
a:hover{
  transition: .2s ease;
  opacity: .8;
}
.last__sect {
    padding: 3em 0;
}

.content-add {
    letter-spacing: 0;
    font-size: 1.5rem;
    font-weight: normal;
}
.content-add span{
  color:var(--main_color);
}

footer {
   background: var(--main_color);
    width: 100%;
    box-sizing: border-box;
    color: #FFF;
    margin-top: 100px;
    padding: 40px 0;
  }

  .wrap {
    width: 960px;
    margin: auto;
    text-align: center;
    padding-bottom: 40px;
}

  footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media (max-width: 500px) {
    footer ul {
      justify-content: space-around;
    }
    footer ul li{
      width: calc(100%/3);
    }
    footer ul li a{
      word-break: keep-all;
    }
    footer ul.ico {
      justify-content: center;
    }
    table{
      font-size: 12px!important;
    }
    footer ul.ico li{
      width: 20%;
    }
  }

  footer ul.ico {
    margin-bottom: 20px;
    margin-top: 80px;
    padding-top: 40px;
  }

  footer ul.ico li a{
    display: block;
    border: 0;
    margin: 0 15px;
    padding: 0;
  }

  footer ul li a {
    border-left: solid 1px #FFF;
    padding: 0 10px;
    line-height: 1.5;
    text-decoration: none;
    color: #FFF;
    font-size: 1.5rem;
  }

  footer ul li:first-child a{
    border-left: 0;
  }

  footer p{
    color: #FFF;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 20px;
  }

  .img-bloc{
  max-width: 100%;
}
  .img-block img {
    width: calc(100% / 3.1);
    margin-top: 5px;
}

.linktop__container {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 40px;
  height: 40px;
}

.linktop__link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.15) url(../img/linktop-arrow@2x.png) center center/20px auto no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

br.sp_br {
  display: none;
}

.chr .menu-title{
  color: #fff!important;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-family: "QFH";
}
.chr{
  background: var(--main_color);
  color: #fff;
  padding: 15px;
}
.chr_img{
  height: 100%;
  object-fit: cover;
}

.winter_tea{
  margin-right: 10px;
}

@media screen and (min-width:769px) and ( max-width:960px) {
  .wrap {
    width: 100%;
  }

  .menu-block {
    width: 100%;
  }
  .winter_tea{
    margin-right: 20px;
  }
}

  @media (max-width: 768px) {
    .data__sect-header {
      margin: 10px 20px 40px;
  }
    .menu-wrap {
      margin: 0 auto;
  }
  .menu-wrap-part-img,.menu-wrap-part-img2{
    flex-wrap: wrap;
  }
  .menu-wrap-part-img2{
  max-width: 100%;
  height: auto;
  vertical-align: top;
  }
  .chr2 h2.menu-title{
    font-size: 18px!important;
    margin: 10px auto 20px 20px!important;
  }

  .chr .menu-text{
    margin-left: initial!important;
  }
  .chr_img{
    height: auto;
    object-fit: initial;
  }
    footer ul li a{
      font-size: 1.6rem;
      padding: 0 5px;
      text-align: center;
      display: block;
      margin-bottom: 10px;
    }

    footer p {
      text-align: center;
    }

    .linktop__container {
      width: 50px;
      height: 50px;
      right: 20px;
      bottom: 20px;
  }

  .linktop__link {
    background-color: rgba(0, 0, 0, 0.25);
    background-size: 20px auto;
  }

  .menu-block {
    margin: 40px auto 20px;
  }

  .menu-wrap-part:nth-of-type(2n+1) {
    flex-direction: column;
    margin: 20px auto 20px;
  }

  .menu-wrap-part:nth-of-type(2n) {
    flex-direction: column;
    margin: 20px auto 20px;
  }

  .menu_bnr {
    width: 95%;
    margin: 0 auto;
  }

  .wrap {
    width: 100%;
  }

  .menu-wrap-part:nth-of-type(2n) .details {
    position: absolute;
    top: 5px;
    right: 20px;
  }
  
  .menu-wrap-part:nth-of-type(2n+1) .menu_content {
    width: 100%;
    margin: 2% auto;
}

  .menu-wrap-part:nth-of-type(2n) .menu_content {
    width: 100%;
    margin: 2% auto;
    position: relative;
}
  .course-link {
    margin: 10px auto 80px;
  }
  .course-link2 {
    margin: 10px auto 20px;
  }
  .course-link3 {
    margin: 10px auto 80px;
  }

  .content-add {
    margin: 0 auto;
    padding: 0 20px;
  }

  footer ul.ico {
    margin-top: 10px;
  }

  .tag-img {
    top: 75px;
  }

  .menu-wrap-part:nth-of-type(2n+1) h2.menu-title {
    font-size: 18px;
    margin: 10px auto 0 20px!important;
  }

  .menu-wrap-part:nth-of-type(2n) h2.menu-title {
    font-size: 18px;
  }

  br.pc-only {
    display: none;
  }  
  .details3{
    right: 20px;
    top: 380px!important;
    left: initial!important;
  }
  .details2{
    bottom: 160px!important;
  }
}


@media (max-width: 500px) {
  main h1 {
    font-size: 20px;
  }
  main h1 span{
    font-size: 17px;
  }

  .course-link a {
    width: 80%;
    font-size: 15px;
  }
  .course-link2 a {
    width: 80%;
    font-size: 15px;
  }
  .course-link3 a {
    width: 80%;
    font-size: 13px;
  }
  .data__sect-header {
    margin: 10px 10px 40px;
}

  .content-add {
    width: 100%;
    font-size: 12px;
  }

  .menu-wrap {
    width: 100%;
  }

  h2.data__sect-title {
    font-size: 1.9em;
  }

  .menu-wrap-part:nth-of-type(2n+1) .details {
    top: 5px;
    right: 10px;
    font-size: 12px;
  }

  .menu-wrap-part:nth-of-type(2n+1) h2.menu-title {
    font-size: 16px;
    margin: 5px auto 5px 5px;
  }

  .menu-wrap-part:nth-of-type(2n) .details {
    top: 5px;
    right: 10px;
    font-size: 12px;
    position: absolute;
  }

  .menu-wrap-part:nth-of-type(2n) h2.menu-title {
    font-size: 16px;
  }

  .menu-wrap-part:nth-of-type(2n+1) .menu-text li {
    font-size: 12px;
  }
  
  .menu-wrap-part:nth-of-type(2n) .menu-text li {
    font-size: 12px;
  }

  .tag-img {
    width: 25%;
  }

  .tag-img {
    top: 45px;
    right: 10px;
  }

  ul.menu-text {
    margin-left: 5px;
  }

  footer ul.ico {
    margin-bottom: 20px;
  }

  footer ul li a{
    font-size: 1rem;
  }

  br.sp_br {
    display: block;
  }

  .details2{
    font-size: 12px!important;
    bottom: 130px!important;
  }
  .details3{
    top: 296px;
    left: 400px;
    font-size: 12px!important;
  }
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
}

.pagetop a {
  display: block;
  text-decoration: none;
  padding: 20px 20px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.7;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.15) url(../img/linktop-arrow@2x.png) center center/20px auto no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}

.pagetop a:hover {
  display: block;
  background-color: #00000026;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding:5px 10px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.box_img{
  transition: .5s ease;
}
.box_img:hover{
  transform: scale(1.3);
  transition: .3s ease;
  transition-duration: 0.5s;
}
.marker{
  background-color:var(--marker);
  text-indent: 0;
  display: inline-block;
  text-indent: 0!important;
  padding: 5px 10px!important;
}
@media (max-width: 768px) {
  .marker{
    margin-right: 20px!important;
  }
}
@media (max-width: 500px) {
  .marker{
    margin-right: 5px!important;
  }
  .space{
    letter-spacing: -2px;
  }
}
strong.st{
  color:var(--title_font);
}