@charset "utf-8";
@charset "UTF-8";
@import url("grid.css");

img {
  max-width: 100%;
  height: auto; /*高さ自動*/
}
a {
  display: block;
  color: #000;
  text-decoration-line: none;
}
a:hover {
  color: #999;
}
/*ヘッダー
-------------------------------------*/
.header {
  display: flex;
  flex-direction: row;
  padding: 2rem 0 0 0;
}
.header-box {
  margin-left: auto;
  margin-top: 14px;
  vertical-align: middle;
}
.contact-button {
  padding: 1rem;
}
nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style: none;
  margin: 0 0 0 0;
}
nav li {
  flex: 1 0 auto;
}
nav li a {
  text-decoration: none;
  text-align: center;
  width: 100%;
}
nav a:hover {
  background-color: #f7f7f7;
}
nav a {
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  /* PC時はMENUボタンを非表示 */
  #open, #close {
    display: none !important;
  }
  #navi {
    display: block !important;
  }
  .ml10 {
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .header #open, #close {
    position: absolute;
    top: 20px;
    right: 12px;
  }
  nav ul {
    flex-direction: column;
  }
  .header li {
    padding-top: 0;
  }
  /* スマホ時はMENUボタンを表示 */
  #open, #close {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
  }
  /* スマホ時はメニューを非表示 */
  #navi {
    display: none;
  }
  .youtube {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    overflow: hidden;
  }
  
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


}

/*メイン画像
-------------------------------------*/
.mainimg {
  text-align: center;
 
}
.mainimg2{
	 text-align: center;
	vertical-align:bottom;
}
/*メインコンテンツ
-------------------------------------*/
main {
  margin: 0 auto;
}
section {
  margin: 1rem 92px;
  padding: 1rem 0;
}
.gray-back {
  background-color: #f4f4f4;
}

/*キャッチコピー
-------------------------------------*/
.catch {
  text-align: center;
  margin-top: 1rem;
}
.catch h2 {
  padding-bottom: 1rem;
}
.under {
  border-bottom: 0.4rem solid #000;
  padding: 0 1rem 1rem 1rem;
}
.center {
  text-align: center;
  margin-bottom: 4rem;
}
/*申し込みの流れ
-------------------------------------*/
.flow.row {
  margin-bottom: 3rem;
}
/*フッター
-------------------------------------*/
footer {
  padding: 5rem 0;
}
footer h4 {
  border-bottom: 3px solid #ccc;
}
/*お問い合わせ
-------------------------------------*/
.contact-box {
  border: 1px solid #ccc;
  text-align: center;
  padding: 2rem 0;
}
.table {
  margin: 4rem 0;
}
.table th {
  width: 250px;
}
/*コピーライト
-------------------------------------*/
.copyright {
  text-align: center;
  padding: 1rem 0;
  background-color: #036eb6;
  color: #fff;
}
.copyright a {
  color: #fff;
  text-decoration: none;
  display: inline;
}
/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
#pagetop a {
  display: block;
  background: #356BB3;
  color: #ffffff;
  width: 50px;
  padding: 10px 5px;
  text-align: center;
}
#pagetop a:hover {
  background: #253D5C;
  color: #ffffff;
}
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px) {
  /*ヘッダー
-------------------------------------*/
  .header-box {
    display: none;
  }
  /*お問い合わせ
-------------------------------------*/
  .table th {
    width: 100%;
    display: block;
  }
  .table td {
    display: block;
  }
  .mainimg {
    height: 210px;
  }
	
}



@import url('https://fonts.googleapis.com/css2?family=Kosugi&family=M+PLUS+1p:wght@500&display=swap');
body {
  font-family: 'Kosugi', sans-serif;
}
.inner-container {
  max-width: 1096px;
  margin: 0 auto;
}
h2 {
  text-align: left;
  background: #036eb7;
  background: linear-gradient(90deg, #036eb7 0%, #036eb7 85%, #ffffff 100%);
  color: #fff;
  padding: 10px;
}
p {
  font-size: 18px;
  lin-height: 2rem;
}
.font-red {
  color: #e50012;
}
.stnad-out {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  line-height: 2em;
  margin-top: 2rem;
}
.font-small {
  font-size: 12px;
}
.yellow-background {
  background: #fff;
}
#navi {
  background: #fff;
}
.contact-button {
  background: #e50012;
  color: #fff;
}
.background-white {
  background: #fff;
}
nav a {
  display: block;
  padding: 23px 0;
}
nav a:hover {
  display: block;
}
nav li {
  border-right: solid 1px #dfdfdf;
}
.first {
  padding-top: 3px;
  text-align: center;
}
.first2 {
  border-left: solid 1px #dfdfdf;
}
.header-box2 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.contact-button2 {
  background: #e50012;
  color: #fff;
  dispaly: block;
  font-size: 24px;
  padding: 10px 20px;
  width: 80%;
  margin: 20px auto;
}
.contact-button2:hover {
  background: #dfdfdf;
  color: #e50012;
}
.w80 img {
  width: 80%;
}
.w100 img {
  width: 100%;
}
.w110 img {
  width: 110%;
}
.hfont-big{margin-top:-10px!important;font-size: 24px;color: #036eb6;
  font-weight: bold;}
.hfont-big a:link,a:visited,a:hover,a:active{color: #036eb6;}
.hfont-small{margin-top:-10px!important;font-size: 14px;color:#000;}
@media screen and (min-width: 769px) {
.hfont-small {
  padding-top: 18px;
  vertical-align: middle;
  margin-right: 10px;
	
}
.hfont-small2 {
  font-size: 20px;
  padding-top: 6px;
}
.hfont-big {
  font-weight: bold;
  vertical-align: middle;
  padding-top: 10px;
	}}

.rem2 {
  margin-top: 5rem;
}
.rem3{
  margin-top: 3rem;
}
.text2 {
  text-align: left;
}
.text3 {
  margin-top: 5rem;
}
.mr10 {
  padding-right: 20px;
}
.mt20{margin-top:20px;}
.city{border:solid #036eb6 2px;
padding:3px;font-size:19px;}
	

/*---  追加CSS  ---*/
.toptell{
  display: flex;
  align-items: flex-end;
  align-content: center;
  margin-bottom: 1.5rem;
}

.toptell p{
  margin: 0;
  font-size: 1.5rem;
}

.toptell_r {
  padding-right: 10px;
}

.toptell span{
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -0.5px;
}

.toptell a{
  color: #036eb7;  
}

.header-box {
  display: flex;
  width: 200px;
  margin-top: 0;
  justify-content: center;
  align-items: center;
}

.contbtn {
  width: 70%;
  margin: 52px auto 45px auto;
}

.textcenter{
  text-align: center;
}

.conttext{
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 1.5em;
  margin-top: 2rem;
}

.mb40{
  margin-bottom: 40px;
}

@media screen and (max-width: 925px) {
  .toptell {
    display: flex;
    align-items: flex-start;
    align-content: center;
    margin-bottom: 1.5rem;
    flex-direction: column;
  }

  .toptell span {
    font-size: 3rem;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.5px;
  }

  .toptell_r{
    padding-right: 0;
  }

  .contbtn {
    width: 100%;
    margin: 29px auto 20px auto;
  }

  .header-box2{
    margin-top: 0;
    margin-bottom: 0;
  }

  .mbbox{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 2.0rem;
  }

  .header-box {
    display: flex;
    width: 200px;
    margin-top: 0;
    margin: 0 auto;
  }

  section{
    margin: 1rem 0px;
  }
}

.pc_area{
}

.phone_area{
  display: none;
}

.container.text4{
  padding: 0;
}

@media screen and (max-width: 500px) {
  .pc_area{
    display: none;
  }
  
  .phone_area{
    display: initial;
  }
  
  .mbbox{
    max-width: 90%;
    margin: 25px auto 15px auto;
  }

  .header-box2 {
    width: 89%;
  }

  .container.text4{
    padding: 0 2.0rem;
  }  

}