@charset "utf-8";

/*  =============================================================

　　基本設定

============================================================= */


/*  全体　基本設定
---------------------------------------------*/

html,
body {
  width: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size:1.8rem;
  color: #4d4443;
  line-height:1;
  letter-spacing: normal;
  font-feature-settings:normal;
  text-align: center;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

input[type="text"],
input[type="button"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="submit"],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.h1-box h1{
    font-size: 20px;
    text-align: center;
    margin: 30px auto 20px auto;
font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}
.h1-box .courseAbout__titleEn{
    font-size: 4.2rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 40px auto 0 auto;
}


.footer__copyright a{
color:#aeaeae !important;
}

.clear {
    clear:both;
}

@media screen and (max-width: 768px){
  body {
    font-size: 1.2rem;
  }
}

/*  ボックス 基本設定
-------------------------- */
.displayPC {
  display: block;
}

.displaySP {
  display: none;
}

.disnon-pc {
  display: none;
}

.disnon-sp {
  display: block;
}

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

  .displaySP {
    display: block;
  }

  .disnon-pc {
    display: block;
  }

  .disnon-sp {
    display: none;
  }
}

/*  テキスト 共通設定
-------------------------- */

em {
  font-weight: bold;
}


/*  リンク 基本設定
-------------------------- */

a {
  display: inline-block;
  outline: none;
  color: #4d4443;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #4d4443;
}

/*  電話設定
-------------------------- */
@media(min-width: 768px){
br.pc{
display:none;
}
}


/* 　コンテナー　設定
---------------------------------------------*/
#container {
  margin: 0 auto;
  overflow-x: hidden;
}

.content {
  position: relative;
  padding-bottom: 80px;
  text-align: left;
}

.mainInner {
  position: relative;
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px){
  .content {
    position: relative;
    text-align: left;
    padding-top: 55px;
    overflow: hidden;
  }

  .mainInner {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

}

/*  ヘッダー レイアウト
---------------------------------------------*/
.header {
  position: relative;
  z-index: 1000;
  width: 100%;
  padding: 25px 0 20px;
  background: #fff;
}

.header__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1370px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.header__logo {
  width: 30%;
	 margin-left: 20px; /*0217追加*/
}

.header__logo a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #ab9e8e;
  cursor: pointer;
}

.header__logo span {
  padding-bottom: 5px;
  padding-left: 15px;
  font-weight: 500;
}

.header__logo a:hover span {
  opacity: 0.8;
  transition: all 0.2s ease;
}

.header__logo img {
  width: 170px;
}

@media screen and (max-width: 768px){
  .header {
    position: fixed;
    z-index: 98;
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: none;
  }

  .header__inner {
    display: block;
    max-width: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 12px 5% 10px;
    background: #fff;
  }

  .header__logo {
    width: 80%;
	 
  }

  .header__logo a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    color: #ab9e8e;
    cursor: pointer;
  }

  .header__logo span {
    padding-bottom: 5px;
    padding-left: 15px;
    font-weight: 500;
    font-size: 1.4rem;
  }

  .header__logo a:hover span {
    opacity: 0.8;
    transition: all 0.2s ease;
  }

  .header__logo img {
    width: 118px;
  }
}

/*  PCナビゲーション
---------------------------------------------*/
.gNav {
  width: 68%;
}

.gNav__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.gNav__menu {
  width: 800px; /*590→750から変更*/
}

.gNav__menu a {
  color: #4d4443;
}

.gNav__menu > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.gNav__menu > ul > li {
  margin-right: 30px;
}

.gNav__menu > ul > li a {
  display: block;
  padding: 20px 0;
}

.gNav__menu .menu {
  position: relative;
}

.gNav div.second-level {
  display: none;
}
.gNav li div.second-level {
  position: absolute;
  top: 0;
  left: -115px;
  width: 284px;
  margin: 0 auto;
  border: 1px solid #c0b9b8;
}
.gNav li div.second-level ul {
  position: relative;
}
.gNav li div.second-level ul::before {
  position: absolute;
  content: "";
  top: -17px;
  left: 50%;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #c0b9b8;
  margin-left: -8px;
}
.gNav li div.second-level li {
  padding: 0 3px;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
.gNav li div.second-level li:last-child {
  border-bottom: none;
}
.gNav li div.second-level li a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px 10px;
}
.gNav li div.second-level li:hover {

}
.gNav li div.second-level li:hover a {
  background: #f3f1ed;
}
.gNav li div.second-level li:hover:after {
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  font-size: 10px;
  color: #c0b9b8;
}
.gNav li.menu:hover div.second-level {
  display: block;
  top: 60px;

}


.gNav__sns {
  width: 115px;
	margin-right: 20px;/*0217追加*/
}

.gNav__sns ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.gNav__sns .line {
  width: 45px;
}

.gNav__sns .ig {
  width: 40px;
}

.gNavSp {
  display: none;
}

@media screen and (max-width: 768px){
  body.fixed {
    position: fixed;
    width: 100%;
  }

  .gNav {
    display: none;
  }

  .header .spMenu {
    display: none;
  }

  .header.open {
    top: 0;
    height: 100%;
    z-index: 98;
    overflow-y: scroll;
  }

  .header.open .spMenu {
    display: block;
    animation-duration: 0.5s;
    animation-name: fade-in;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
  }

  @keyframes fade-in {
    0% {
      display: none;
      opacity: 0;
    }

    1% {
      display: block;
      opacity: 0;
    }

    100% {
      display: block;
      opacity: 1;
    }
  }

  @-moz-keyframes fade-in {
    0% {
      display: none;
      opacity: 0;
    }

    1% {
      display: block;
      opacity: 0;
    }

    100% {
      display: block;
      opacity: 1;
    }
  }

  @-webkit-keyframes fade-in {
    0% {
      display: none;
      opacity: 0;
    }

    1% {
      display: block;
      opacity: 0;
    }

    100% {
      display: block;
      opacity: 1;
    }
  }
  .header .gNavSp {
    display: block;
  }

  .gNavSp .menu-btn {
    position: absolute;
    z-index: 999;
    top: 16px;
    right: 5%;
    display: block;
    width: 28px;
    height: 25px;
    cursor: pointer;
  }

  .gNavSp .menu-btn span {
    display: block;
    height: 2px;
    background: #998976;
    transition: all 0.4s;
    transform: rotate(0deg);
  }

  /* ---- Menu ---- */
  .gNavSp .menu-btn span.line01 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  .gNavSp .menu-btn span.line02 {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  .gNavSp .menu-btn span.line03 {
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
    width: 80%;
  }

  /* ---- Menu Active ---- */
  .header.open .gNavSp .menu-btn span.line01 {
    position: relative;
    top: 10px;
    background: #998976;
    -webkit-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
  }

  .header.open .gNavSp .menu-btn span.line02 {
    opacity: 0;
  }

  .header.open .gNavSp .menu-btn span.line03 {
    position: relative;
    top: 6px;
    background: #998976;
    -webkit-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
    width: 100%;
  }

  .gNavSp .spMenu {
    opacity: 1;
    z-index: 100;
    width: 100%;
  }

  .spMenu__inner {
    min-height: 100vh;
    padding: 40px 5%;
    background: #f3f1ed;
    text-align: left;
  }

  .spMenu .spBtn {
    margin: 0 0 15px;
  }

  .spMenu .spBtn.-map {
    margin: 0 0 60px;
  }

  .spMenu .spBtn * {
    position: relative;
    display: block;
    width: 100%;
    padding: 18px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1.6rem;
    text-align: center;
  }

  .spMenu .spBtn.-reserve * {
    background: #dab451;
    color: #fff;
  }

  .spMenu .spBtn.-reserve *::before {
    position: absolute;
    top: 10px;
    left: 7%;
    content: "";
    width: 34px;
    height: 29px;
    background-image: url(/img/common/nav-icon-reserve.svg);
    background-size: cover;
  }

  .spMenu .spBtn.-map * {
    border: 1px solid #c0b9b8;
    background: #fff;
    color: #4d4443;
  }

  .spMenu .spBtn.-map *::before {
    position: absolute;
    top: 10px;
    left: 7%;
    content: "";
    width: 18px;
    height: 30px;
    background-image: url(/img/common/nav-icon-map.svg);
    background-size: cover;
  }
  
    .spMenu .spBtn.-request * {
    border: 1px solid #c0b9b8;
    background: #fff;
    color: #4d4443;
  }

  .spMenu .spBtn.-request *::before {
    position: absolute;
    top: 10px;
    left: 7%;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/img/common/nav-icon-book.svg);
    background-size: cover;
  }
  
  .-access {
    text-align: center;
    margin-top: 20px;   
    font-size: 1.9rem;
    }
  .-access a {
        text-decoration: underline; 
    }
  .-access a:hover {
        text-decoration: none; 
    }    
  .-access a:after {
      content: " >>";
}    

  .spMenu__list {
    margin: 40px 0 0;
  }

  .spMenu__list .ttl {
    margin: 0 0 20px;
  }

  .spMenu__list .ttl.-course {
    width: 84px;
  }

  .spMenu__list .ttl.-contents {
    width: 109px;
  }

  .spMenu__list .ttl.-about {
    width: 110px;
  }

  .spMenu__list li {
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 0 30px;
    font-size: 1.9rem;
  }

  .spMenu__list li:last-child {
    margin: 0;
  }

  .spMenu__list li::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 20px;
    height: 1px;
    background: #4d4443;
  }

  .spMenu__list a {
    color: #4d4443;
  }

  .spMenu__sns {
    margin: 45px 0 0;
  }

  .spMenu__sns ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .spMenu__sns ul li {
    margin-right: 20px;
  }

  .spMenu__sns ul li.line {
    width: 58px;
  }

  .spMenu__sns ul li.instagram {
    width: 53px;
  }
}

/*  フッター レイアウト
---------------------------------------------*/
.footer {
  position: relative;
  padding: 175px 0 40px;
  background: #4d4443;
  color: #fff;
}

.footer__pageTop {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 80px;
  margin: 0 auto;
}

.footer__pageTop a:hover img {
  opacity: 1;
}

.footer__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 975px;
  margin: 0 auto 110px;
}

.footer__nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 585px;
  text-align: left;
}

.footer__navColumnL {
  width: 310px;
}

.footer__navColumnR {
  width: 240px;
  margin-left: 30px;
}

.footer__navItem {
  margin: 0 0 50px;
}

.footer__navTitle {
  margin: 0 0 25px;
  color: #9a9a9a;
  font-size: 1.4rem;
}

.footer__navItem ul {
  padding-left: 30px;
}

.footer__navItem ul li {
  margin: 0 0 20px;
}

.footer__navItem a {
  color: #fff;
}

.footer__navItem a:hover {
  text-decoration: underline;
}

.footer__block {
  width: 325px;
  text-align: left;
}

.footer__text {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 1.6rem;
}

.footer__logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}

.footer__logo .logo {
  width: 185px;
}

.footer__logo span {
  padding-left: 15px;
  color: #998976;
}

.footer__address {
  margin: 0 0 25px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.footer__contact {
  font-size: 1.6rem;
}

.footer__contact .iconPhone,.footer__contact .iconMail,.footer__contact .iconMap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.footer__contact .icon {
  width: 22px;
}

.footer__contact .icon.-phone img {
  display: block;
  width: 13px;
  margin: 0 auto;
}

.footer__contact .icon.-map img {
  display: block;
  width: 16px;
  margin: 0 auto;
}

.footer__contact .text {
  margin-left: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a6a2a1;
}

.footer__contact .text:hover {
  border-bottom: 1px solid #4d4443;
}

.footer__contact .iconPhone .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.footer__contact .text span {
  width: 20px;
  padding-top: 3px;
  margin-right: 5px;
}

.footer__contact .text a {
  color: #fff;
}

.footer__copyright {
  color: #aeaeae;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px){
  .footer {
    position: relative;
    padding: 75px 0 20px;
    background: #4d4443;
    color: #fff;
  }

  .footer__pageTop {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    width: 73px;
    margin: 0 auto;
  }

  .footer__inner {
    display: block;
    margin: 0 0 50px;
    padding: 0 8%;
  }

  .footer__nav {
    display: none;
  }

  .footer__block {
    width: 100%;
    text-align: left;
  }

  .footer__text {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
  }

  .footer__logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
  }

  .footer__logo .logo {
    width: 150px;
  }

  .footer__logo span {
    padding-left: 15px;
    color: #998976;
    font-size: 1.6rem;
  }

  .footer__address {
    margin: 0 0 25px;
    font-size: 1.3rem;
    line-height: 2;
    text-align: center;
  }

  .footer__contact {
    width: 50%;
    margin: 0 auto;
    padding-left: 5%;
    font-size: 1.4rem;
  }

  .footer__contact .iconPhone,.footer__contact .iconMail,.footer__contact .iconMap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
  }

  .footer__contact .icon {
    width: 22px;
  }

  .footer__contact .icon.-phone img {
    display: block;
    width: 13px;
    margin: 0 auto;
  }

  .footer__contact .icon.-map img {
    display: block;
    width: 16px;
    margin: 0 auto;
  }

  .footer__contact .text {
    margin-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #a6a2a1;
  }

  .footer__contact .text:hover {
    border-bottom: 1px solid #4d4443;
  }

  .footer__contact .iconPhone .text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .footer__contact .text span {
    width: 20px;
    padding-top: 3px;
    margin-right: 5px;
  }

  .footer__contact .text a {
    color: #fff;
  }

  .footer__copyright {
    color: #aeaeae;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px){
  .footer__contact {
    width: 100%;
    font-size: 1.8rem;
    margin: 0 auto;
  }
}


@media screen and (max-width: 320px){
  .footer__contact {
    width: 100%;
    font-size: 1.6rem;
    margin: 0 auto;
  }
}


/*  20220315追加
---------------------------------------------*/

.pcfnav {
    margin-bottom: 1rem;
}

/*  20220328追加
---------------------------------------------*/

.coursetxt {
    margin: 1em 0;
    font-size: 1.5rem;
    line-height: 2;
}

  @media screen and (max-width: 768px){
.p-breadcrumb__lists {
    font-size: 1.4rem;
}
}



/*  パンくずリスト
---------------------------------------------*/
.p-breadcrumb__lists {
  padding: 0;
  max-width: 1170px;
  margin: 1rem auto;
  font-size: 1.4rem;
}

.p-breadcrumb__lists li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.p-breadcrumb__lists li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
}

.p-breadcrumb__lists li:last-child:after {
  content: '';
}

.p-breadcrumb__lists li a {
  text-decoration: none;
}

.p-breadcrumb__lists li a:hover {
  text-decoration: underline;
}

  @media screen and (max-width: 768px){
.p-breadcrumb__lists {
  width: 86%;
  padding: 0;
  font-size: 1rem;
  line-height: 2;
}
}
