
@charset "UTF-8";

@media screen and (min-width: 769px) {
.md-article-detail_section .kokkaku_inner {
  padding: 0 290px;
  margin: 0 auto;
  }
#main .main-container::before {
  z-index: 9998;
}
}
.pc {
  display: block;
}

.sp {
  display: none;
}

a:hover {
  opacity: 0.7;
}

.kokkaku_inner {
  text-align: center;
}

.kokkaku_description {
  font-size: 16px;
  margin: 20px 0;
  line-height: 1.8em;
}

.teacher {
  margin: 0 auto;
  width: 440px;
/*
  display: flex;
*/
  justify-content: space-between;
}

.teacher .teacher_r {
  margin-left: 20px;
}

.teacher_txt_01 {
  font-size: 1.2rem;
  text-align: left;
}

.teacher_txt_02 {
  text-align: left;
}

.teacher_txt_02 span {
  font-size: 2.5rem;
}

.kokkakusindan {
  width: 475px;
  margin: 50px auto 0px;
}

.kokkaku_menu {
  width: 425px;
  margin: 50px auto 0px;
}

.kokkakusindan .kokkaku_contents_ttl {
  max-width: 315px;
  margin: 0 auto 10px;
}

.kokkaku_menu .kokkaku_contents_ttl {
  max-width: 155px;
  margin: 0 auto 10px;
}

.kokkaku_menu li {
  margin-top: 5px;
}

.kokkaku_menu li a {
  display: block;
}

.kokkaku_detail_01 .txt_01 {
  margin-top: 30px;
}

.kokkaku_detail_01 {
  padding-top: 120px;
}

.kokkaku_detail_01 h2 {
  width: 450px;
  margin: 0 auto;
}

.kokkaku_advice {
  margin-top: 30px;
  width: 100%;
}

.kokkaku_advice, .s_advice {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
}

.s_advice_in {
  margin-left: 20px;
}

.kokkaku_advice_left p {
  margin-top: 5px;
  font-size: 0.95rem;
  text-align: left;
  padding: 0 20px;
}

.kokkaku_advice_left, .kokkaku_advice_right {
  flex: 1;
}

.kokkaku_advice_right p {
  margin-top: 30px;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 60px;
}

.after_style {
  margin-top: 30px;
  margin-bottom: 50px;
}

img.after_style {
  width: 100%;
}

img.after_style_img2 {
  width: 85%;
  margin: 0 auto;
  margin-top: 30px;
}

.kokkaku_shop_01, .kokkaku_shop_02 {
  margin: 40px auto 75px;
}

.kokkaku_shop_01 img {
  width: 250px;
  max-width: 100%;
  margin: 5px auto 10px;
}

.kokkaku_shop_02 img {
  width: 250px;
  max-width: 100%;
  margin: 5px auto 10px;
}

.kokkaku_shop_01 p,.kokkaku_shop_02 p {
  font-size: 14px;
  text-align: center;
  padding-top: 5px;
  padding-right: 5px;
  line-height: 1.8em;
}

.kokkaku_shop_01 span, .kokkaku_shop_02 span {
  font-size: 18px;
}

.kokkaku_shop_01 a, .kokkaku_shop_02 a {
  color: #231815;
  text-decoration: none;
  display: inline-block;
}

.kokkaku_shop_01 a:hover, .kokkaku_shop_02 a:hover {
  opacity: 0.7;
}

.kokkaku_shop_01_title {
  width: 317px;
  margin: 0 auto;
}

.kokkaku_shop_01 .kokkaku_shop_txt, .kokkaku_shop_02 .kokkaku_shop_txt {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6em;
  color: #e74280;
  position: relative;
  margin-bottom: 35px;
}

.kokkaku_shop_01 ul, .kokkaku_shop_02 ul {
  margin: 0px auto;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #9FA0A0;
}

.kokkaku_shop_01 li {
  width: 20%;
  padding: 10px 0;
}

.kokkaku_shop_02 li {
  width: 25%;
  padding: 10px 0;
}

.kokkaku_shop_01 li.ua {
  width: 25%;
}

.kokkaku_shop_01 li a, .kokkaku_shop_02 li a {
  text-decoration: none;
  color: #231815;
  display: block;
}

.kokkaku_shop_01 li a:hover, .kokkaku_shop_02 li a:hover {
  opacity: 0.7;
}

.shop_txt {
  font-size: 1.1rem;
}

.one_line {
  padding-top: 15px;
}

.one_line2 {
  padding-top: 30px;
}

.arrow {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

.arrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #51a7dd;
  border-right: solid 2px #51a7dd;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -9px;
}

.arrow2 {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

.arrow2::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #e390a1;
  border-right: solid 2px #e390a1;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -9px;
}

.arrow3 {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

.arrow3::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #8cb55e;
  border-right: solid 2px #8cb55e;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -9px;
}

#closeModal {
  font-size: 50px;
  color: #fee100;
  position: fixed;
  top: 12rem;
  right: 5rem;
  display: none;
  z-index: 10000;
}
#closeModal:hover {
  cursor: pointer;
}

#colorbox {
  margin-top: 150px;
}

.cboxPhoto {
  width: 700px !important;
  height: 3578px !important;
}



@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp_inline {
    display: inline;
  }

  div.kokkaku_description {
    font-size: 1.3rem;
		margin-bottom: 30px;
  }
	.teacher_txt_02 span {
		font-size: 1.8rem;
	}

  .kokkakusindan, .kokkaku_menu {
    width: 100%;
  }

  .md-article-detail {
    padding-top: 0 !important;
  }

  .kokkaku_inner {
    padding: 0;
  }

  .kokkaku_ttl {
    width: 80px;
  }

  .kokkaku {
    width: 400px;
    max-width: 86%;
    margin: 0 auto;
  }

  .kokkaku_description {
    margin-top: 2rem;
  }

  .kokkakusindan img, .kokkaku_menu img {
    width: 100%;
  }

  .teacher {
    width: 100%;
  }

  .kokkaku li {
    width: 100%;
  }

  .kokkaku_detail_01 {
    padding-top: 60px;
    margin: 0 auto 50px;
  }

  .kokkaku_detail_01 h2 {
    width: 100%;
  }

  .kokkaku_detail_01 .txt_01 {
    margin: 20px auto;
  }

  .kokkaku_advice {
    display: block;
  }

  .kokkaku_advice_left {
    margin: 0 auto;
  }

  .kokkaku_advice_right p {
    margin-bottom: 30px;
  }

  .kokkaku_advice_right {
    margin: 45px auto 0;
  }

  .kokkaku_advice ul {
    display: block;
  }

  .kokkaku_advice li {
    max-width: 70%;
    margin: 0 auto 30px;
  }

  .kokkaku_advice .kokkaku_advice_ttl {
    font-size: 16px;
  }

  .kokkaku_shop_01 {
    width: 80%;
    margin: 0 auto 50px;
  }

  .kokkaku_shop_01 img {
    display: block;
    margin: 0 auto 10px;
    width: 90%;
  }

  .kokkaku_shop_01_title {
    margin: 30px auto;
  }

  .kokkaku_shop_01 p {
    font-size: 15px;
  }

  .kokkaku_shop_01 span {
    font-size: 15px;
  }

  .kokkaku_shop_01 ul {
    width: 100%;
  }

  .kokkaku_shop_01 ul:last-of-type {
    border: none;
  }

  .kokkaku_shop_01 li {
    width: 45%;
    text-align: center;
  }

  .one_line {
    padding-top: 15px;
  }

  .one_line2 {
    padding-top: 30px;
  }

.kokkaku_advice, .s_advice {
  display: block;
  justify-content: space-between;
  margin: 50px auto 0;
}
#colorbox {
  margin-top: 100px;
}
#closeModal {
  top: 5rem;
  right: 2rem;
}

.header__head {
  z-index: 10000;
}

.cboxPhoto {
  width: 100% !important;
  height: auto !important;
}



}



