@charset "utf-8";

.pc-view {
  display: block;
}
.sp-view {
  display: none;
}

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

body {
	font-family: "Shippori Mincho", sans-serif;
  line-height: 1.7;
}

a:hover {
  opacity: 0.4;
}

header {
  position: relative;
  width: 100%;
  height: 665px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #fff;
  font-size: 16px;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

header h1 {
  padding-top: 48px;
}

.pc-menu {
  padding-top: 62px;
  background-image: url('../img/main_border.png');
  background-repeat: no-repeat;
  background-size: 1px 50px;
  background-position: right 19px top;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 5px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.main_scroll_logo {
  width: 390px;
  margin: 24px auto 0;
}

.main_scroll_logo img {
  width: 100%;
}

.main_scroll_text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  width: 43px;
}

.main_scroll_text img {
  width: 100%;
}

main h2 {
  font-size: 36px;
  text-align: center;
  padding: 68px 0 63px;
  letter-spacing: 10px;
}

.info_contents {
  display: flex;
  width: 890px;
  margin: 0 auto;
  font-size: 14px;
}

.info_contents_img {
  width: 473px;
}

.info_contents_img img {
  width: 100%;
}

.info_contents_text {
  margin-top: 90px;
  padding-left: 60px;
}

.info_contents_text p {
  padding-top: 24px;
}

.info_access {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 83px 0 100px;
  text-align: center;
}

.info_access dt {
  width: 305px;
  border-right: solid 1px #000;
  font-size: 28px;
  letter-spacing: 4px;
}

.info_access dd {
  width: 305px;
  border-right: solid 1px #000;
}

.info_access dd img {
  width: 180px;
}

.info_tel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.info_tel p {
  padding: 0 13px;
  font-size: 14px;
}

.info_tel p span {
  font-size: 24px;
}

.info_tel p a {
  font-size: 40px;
}

.info_link {
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 8px 0;
  width: 240px;
  margin: 64px auto 72px;
  border: solid 1px #000;
}

.bg_color {
  background: #F4F2EE;
}

.greeting_inner {
  width: 924px;
  margin: 0 auto;
  padding: 116px 0;
}

.greeting_text {
  height: 262px;
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.greeting_text h3 {
  font-size: 36px;
  padding-left: 60px;
}

.greeting_text p {
  font-size: 18px;
  padding-left: 40px;
}

.greeting_text_bold {
  font-weight: bold;
}

.greeting_img_01 {
  width: 600px;
  margin: 0 auto 80px auto;
  padding: 88px 0 36px;
}

.greeting_img_01 img {
  width: 100%;
}

.greeting_owner {
  display: flex;
  align-items: flex-start;
}

.greeting_owner img {
  width: 500px;
}

.greeting_owner p {
  font-size: 14px;
  padding: 124px 0 0 36px;
}

/* 枠線の削除 */
.bx-wrapper {
    background-color: transparent !important;
    margin: 0px auto !important;
    border: none !important;
    box-shadow: none !important;
}
.bx-wrapper img {
    display: block !important;
    margin: 0px auto !important;
}

.commitment_bg {
  padding: 110px 0 70px;
  background-image: url('../img/commitment_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.commitment_inner {
  width: 1020px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.commitment_inner h3 {
  font-size: 36px;
  padding-right: 60px;
}

.commitment_inner p {
  font-size: 16px;
  line-height: 36px;
}

.course_img_01 {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding-right: 50px;
  text-align: right;
}

.course_img_01 div {
  width: 960px;
  margin-left: auto;
  padding-top: 76px;
}

.course_img_01 div img {
  width: 100%;
}

.course_img_02 {
  width: 1040px;
  margin: 72px auto 120px;
}

.course_img_02 img {
  width: 100%;
}

.course_img_03 {
  width: 932px;
  margin: 0 auto;
  padding-bottom: 64px;
}

.course_img_03 img {
  width: 100%;
}

.shop_bg {
  width: 100%;
  margin: 0 auto;
  padding: 64px 0;
  background-image: url('../img/shop_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.shop_text {
  margin: 0 auto 62px;
  color: #fff;
  font-size: 16px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.shop_text h3 {
  font-size: 36px;
  letter-spacing: 5px;
}

.shop_bg a {
  display: block;
  width: 310px;
  margin: 0 auto;
}

.shop_bg a:hover {
  opacity: 0.7;
}

.shop_bg a img {
  width: 100%;
}

footer {
  padding: 70px 0 60px;
  background: #000;
  color: #fff;
  text-align: center;
}

.footer_logo {
  text-align: center;
}

.footer_logo img {
  width: 255px;
}

.footer_logo p {
  padding: 26px 0 48px;
  font-size: 16px;
}

.footer_tel p {
  font-size: 18px;
}

.footer_tel p span {
  font-size: 24px;
}

.footer_tel p a {
  font-size: 32px;
}

.footer_tel p a:hover {
  opacity: 1;
}

.footer_btn {
  display: inline-block;
  width: 240px;
  margin-top: 56px;
}

.footer_btn:hover {
  opacity: 0.7;
}

.footer_btn img {
  width: 100%;
}

address {
  margin-top: 86px;
  font-size: 13px;
}

.fixed_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  text-align: right;
}

.fixed_btn a:hover {
  opacity: 0.7;
}

.fixed_btn a {
  display: inline-block;
  width: 64px;
}

.fixed_btn p {
  width: 108px;
  cursor: pointer;
  margin: 170px 22px 24px 0;
}

.fixed_btn p:hover {
  opacity: 0.7;
}

.fixed_btn img {
  width: 100%;
}

.active {
  opacity: 1;
  visibility: visible;
}

.sp-menu {
  display: none;
}

.pc-menu {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .header_inner {
    width: 90%;
  }

  .course_img_01 {
    width: 90%;
  }

  .course_img_02 {
    width: 90%;
  }
}

@media only screen and (max-width: 1020px) {
  .info_contents {
    width: 90%;
  }

  .info_contents_img {
    width: 50%;
  }

  .greeting_inner {
    width: 90%;
  }

  .greeting_img_01 {
    width: 90%;
    margin-bottom: 60px;
  }

  .commitment_inner {
    width: 90%;
  }

  .course_img_01 div {
    width: 90%;
  }

  .course_img_03 {
    width: 90%;
  }

  .greeting_owner img {
    width: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .sp-menu {
    display: block;
  }

  .pc-menu {
    display: none;
  }

  button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent;
		border: 0;
		border-radius: 0;
		color: inherit;
		cursor: pointer;
		font: inherit;
		margin: 0;
		outline: none;
		padding: 0;
		vertical-align: middle;
	}

  .burger-btn-wrap {
    color: #fff;
  }

  .burger-btn-wrap p {
    position: fixed;
    top: 10px;
    right: 60px;
    letter-spacing: 4px;
    z-index: 3;
  }

  .burger-btn-wrap p.black {
    color: #000;
  }

  .burger-btn-wrap p.close {
    color: #fff;
  }

  .burger-btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    z-index: 3;
    background-color: #000;
    border: none;
  }

  .bar {
    background-color: #fff;
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 20px;
  }
  .bar_top {
    top: 18px;
  }
  .bar_bottom {
    bottom: 18px;
  }
  .burger-btn.close .bar_top {
    transform: translate(-50%,10px) rotate(45deg);
    transition: transform .3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%,-3px) rotate(-45deg);
    transition: transform .3s;
  }
  .noscroll{
    overflow: hidden;
  }

  .nav-wrapper {
    visibility: hidden;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 0;
    transition: opacity .5s;
    z-index: 2;
  }

  .header-nav {
    background-color: #1b1310;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .nav-list {
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .nav-item {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .nav-wrapper.fade {
    opacity: 1;
    visibility: visible;
  }

  .sp-menu_cta {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .sp-menu_cta:last-child {
    padding-top: 0;
  }

  .sp-menu_cta a {
    width: 166px;
    display: inline-block;
    margin: 0 auto;
  }

  .sp-menu_cta img {
    width: 100%;
  }

  .sp_main_tel {
    margin-top: 56px;
  }

  .sp_main_tel p {
    font-size: 18px;
    text-align: center;
  }

  .sp_main_tel p span {
    font-size: 24px;
  }

  .sp_main_tel p a {
    font-size: 32px;
  }

  .sp_main_tel p a:hover {
    opacity: 1;
  }

  header {
    height: 100vh;
  }

  .sp_main_layout_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .sp_main_layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .sp_main_layout h1 {
    margin-top: auto;
    padding-bottom: 32px;
    font-size: 14px;
  }

  .main_scroll_logo {
    width: 270px;
  }

  main h2 {
    width: 90%;
    margin: 0 auto;
    padding: 58px 0 24px;
    text-align: left;
  }

  .info_contents {
    display: block;
  }

  .info_contents_img {
    width: 100%;
  }

  .info_contents_text {
    margin-top: 25px;
    padding-left: 0;
  }

  .info_access {
    margin: 50px 0 60px;
  }

  .info_access dd {
    border-left: solid 1px #000;
  }

  .info_tel {
    margin: 0 auto;
    padding-bottom: 60px;
    align-items: center;
    flex-direction: column;
  }

  .greeting_inner {
    padding-top: 60px;
  }

  .greeting_text {
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    height: auto;
  }

  .greeting_text h3 {
    padding-left: 0;
    font-size: 26px;
    margin-bottom: 16px;
  }

  .greeting_text p {
    padding-left: 4px;
    font-size: 14px;
    margin-bottom: 24px;
  }

  .greeting_img_01 {
    padding-top: 40px;
  }

  .greeting_owner {
    display: block;
  }

  .greeting_owner img {
    width: 100%;
  }

  .greeting_owner p {
    padding: 24px 0 0 0;
  }

  .commitment_bg {
    height: 100vh;
    padding-top: 90px;
    background-image: url('../img/commitment_bg_sp.jpg');
  }

  .commitment_inner {
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }

  .commitment_inner h3 {
    padding: 0 0 40px;
  }

  .commitment_inner p {
    padding-left: 4px;
  }

  .course_sp_inner {
    width: 90%;
    margin: 0 auto;
  }

  .course_sp_inner h3 {
    padding: 60px 0 36px;
    font-size: 26px;
    letter-spacing: 5px;
    font-weight: bold;
  }

  .course_sp_inner img {
    width: 100%;
  }

  .course_sp_inner p {
    padding: 24px 0 45px;
    font-size: 16px;
    font-weight: bold;
  }

  .course_sp_inner p.caution {
    font-size: 12px;
    padding: 0;
    font-weight: normal;
  }

  .course_sp_box {
    background: #fff;
    margin-top: 56px;
    padding: 30px 16px;
  }

  .course_sp_box h3 {
    padding-top: 0;
  }

  .shop_bg {
    padding-top: 72px;
  }

  .shop_text {
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    text-align: center;
  }

  .fixed_btn p {
    width: 75px;
  }
}
