@charset "UTF-8";
/* CSS Document */

/*英語見出し用フォント 400/500/600
font-family: 'Shippori Mincho', serif;
/*文章基本フォント
  font-family: "Noto Sans JP", sans-serif;

緑：#007c80
青：#052bb7
赤：#8c0106
文字色：#161c2c*/

/*共通*/
html{
	scroll-behavior: smooth;
}

body{
	background-color: #ffffff;
	margin: 30px;
}

*{
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

img{
	max-width: 100%;
	height: auto;
}

a{
	text-decoration: none;
}

ul{
	list-style: none;
    padding-left: 0;
}

li {
    list-style: none;
}

dd{
	margin: auto;
}

dl{
	margin: auto;
}

h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding : 0;
}

p{
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
    font-size: 15px;
	font-weight: 300;
	color: #161c2c;
	line-height: 1.2;
}
/*h1*/
h1{
    color: #000000;
    font-size: 22px;
    font-weight: 700;
}
/*h2*/

h2{
    color: #000000;
    font-size: 20px;
    font-weight: 600px;
}
.marker{
    background: linear-gradient(transparent 60%, #ffd149 30%);
    display: inline-block;
    padding: 0 0 5 5px;
}

.point{
    border-bottom: solid 3px #ffd149;
    margin-bottom: 30px;
}

/*h3*/

h3{
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-size: 18px;
	font-weight: 500;
	color: #ffd149;
	line-height: 1.2;
}

/*h4*/

/*-----最大幅を800pxに固定して中央寄せ-----*/

.container{
	margin: 0 auto;
	padding: 40px auto;
	max-width: 800px;
	
}

/*-----------------------改行-----------------------*/

/*PCでは無効（改行しない）*/
.sma{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}

@media(max-width:768px){
    .pc{
        display: none !important;
    }
}

/*-----------------------ボタンデザイン-----------------------*/
.btn{
	display: inline-block;
	border: solid 2px #161C2C;
	border-radius: 20px;
	font-weight: bold;
	padding: 10px 40px;
	font-size: 15px;
	color: #161C2C;
	transition: all 0.6s;
	cursor: pointer;
	background-color:#F8F5F2;
}

.btn:hover{
	color: #025B65;
	border: solid 2px #025B65;
}

/*-----------------------ヘッダー-----------------------*/
.site-header{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
	width: 100%;
	height: 89px;
	line-height: 1;
	z-index:10;
}

@media(min-width:768px){
	.site-header{
		align-items:center;
		justify-content: space-between;
	}
}

.site-header .site-logo{
	display: block;
	width: 200px;
	padding: 0 0 0 20px;
	margin: 0;
}

@media (min-width:1200px) {
	.site-header .site-logo{
		display: block;
		width: 200px;
		padding: 0 0 0 20px;
		margin: 0;
	}
}

@media(min-width:768px){
	.site-logo{
		margin-top: 0px;
        margin-left: 20px;
	}
	
}


.site-header .site-nav{
	width: 100%;
}

@media (min-width:768px) {
	.site-header .site-nav{
		width: auto;
	}
}

.site-header .main-nav {
	display: none;
	padding: 0;
	margin: 0;
	margin-top: 8px;
	background-color: #ffffff;
}

@media (min-width:768px) {
	.site-header .main-nav {
		display: block;
		margin: 0;
		line-height: 0;
		background-color: #ffffff;
		
	}
}

.site-header .main-nav__item a{
	display: block;
	padding: 20px;
	font-size: 15px;
	color: #161c2c;
	font-weight: 500;
	text-align: center;
}

@media (min-width:768px) {
	.site-header .main-nav__item a{
	display: block;
	font-size: 15px;
	color: #161c2c;
	font-weight: 500;
	text-align: center;
		
	}
}

.site-header .main-nav__item a:hover{
	background-color: #ffffff;
	color: #ffd149;
}

/*-----------------------フッター-----------------------*/

/*footer固定*/
.all {
	position: relative;
    padding-bottom: 10px;
    box-sizing: border-box;
    min-height: 100vh;
}

.footer {
      position: absolute;
      bottom: 0;
}

.footer{
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}

.info{
    display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.icon{
	margin: 20px 20px;
	padding: 0;
}

/*-----------------------メイン-----------------------*/

.main{
    margin-top: 150px;
}

section{
    margin-bottom: 150px;
}

.slide-items {
  width: 100%;
  margin: 0 auto;
}

.slide-items img {
  width: 100%;
  height: auto;
  display: block;
}

.logo{
    max-width: 300px;
    height: auto;
    margin-top: 20px;
}

.training {
  display: flex;
  justify-content: center;
  padding: 0;
}

.le_training {
    margin: 0 20px;
  }

.le_training img{
    width: auto;
    max-height: 500px;
}

/*-----------------------プロフ-----------------------*/

.prof_img img{
	max-width: 300px;
	height: auto;
}

.prof_img{
	text-align: center;
}

.prof_name{
	font-size: 18px;
	font-weight: 500;
	color: #161C2C;
	line-height: 2;
    margin-top: 20px;
}

.prof_career{
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-size: 15px;
	font-weight: 300;
	color: #161c2c;
	line-height: 1.5;
}

.prof2{
    margin-left: 20px;
    margin-right: 20px;
}

@media(min-width:768px){
	.prof{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		max-width: 100%;
		justify-content:space-evenly;
	}
}

/*-----------------------マップ-----------------------*/

iframe[src*="www.google.com/maps/embed"] {
	aspect-ratio: 4 / 3;
	width: 100%;
	height: auto;
}

/*-----------------------メニュー・料金-----------------------*/

table td {/*table内のtdに対して*/
  padding: 10px 50px;/*上下5pxで左右30px*/
  text-align: center;
}

table {
  border-collapse: collapse;
    margin-top: 30px;
    margin-bottom: 30px;
}

table th, table td {
  border: solid 2px #ffd149;
}

/* ふせん風 */
.cstm-box-sticky {
   margin-top: 80px; /* 外側余白 */
   margin-bottom: 20px;
   padding: 1.5em;   /* 内側余白 */
   border-left: solid 5px #ffd149;  /* 左側の線 */
   background-color: #F9F8F8;   /* 背景色 */
   max-width: 800px; /* 最大幅 */
}

/* ボックス内の段落 */
.cstm-box-sticky p {
    margin-top:10px;
    margin-bottom: 0px;
}

/*-----------------------くちこみ-----------------------*/

/* 左上タイトル付きボックス */
.cstm-box-title-topleft {
  --box-color: #ffd149; /* 基本色 */
  margin: 100px auto; /* 外側余白 */
  position: relative; /* タイトル基準 */
  border: 1px solid var(--box-color); /* 枠線 */
  border-radius: 3px; /* 角丸 */
  max-width: 800px; /* 最大幅 */
}

.cstm-box-title-topleft .box-title {
  background: var(--box-color); /* 背景 */
  color: #fff; /* 文字色 */
  padding: 0.2em 1em; /* 内側余白 */
  position: absolute; /* 左上固定 */
  top: -0.7em; left: 0.7em; /* 位置 */
  display: inline-block; /* 内容幅 */
  font-size: 0.9em; /* サイズ */
  font-weight:bold; /* 太字 */
  border-radius: 3px; /* 角丸 */
  max-width: calc(100% - 2em); /* 幅調整 */
  white-space: nowrap; /* 折返しなし */
  overflow: hidden; text-overflow: ellipsis; /* 省略 */
}

.cstm-box-title-topleft .box-content {
  padding: 2.5em 2em 2em; /* タイトル分の余白 */
}

/* 段落の余白なし */
.cstm-box-title-topleft p { margin: 0; }

/*-----------------------ビフォーアフター-----------------------*/

.before_after{
    margin: 30px 0px;
    text-align: center;
}

.before_after img{
    max-width: 300px;
    height: auto;
}


/*-----------------------お問い合わせ-----------------------*/


/*全体の枠*/
.form-wrap{
  max-width: 800px;
  margin:0 auto;
  padding:30px;
  background: #fff;
}
/*tableの設定*/
.inquiry{
  width: 100%;
  border-collapse: collapse;
  border:solid 1px #F9F8F8;
  margin-bottom:30px;
  background:#fff; 
}
.inquiry th, .inquiry td{
  border:solid 1px #F9F8F8;
  padding:10px;
}
.inquiry th{
  text-align:left;
  padding:10px;
  width:30%;
  background:#f7f7f7;
}
.inquiry td{
  width: 70%;
  padding:10px;
  font-size:13px;	
}  
/*ラベルの設定*/
.caution{ 
  color:#ec5f62;
	margin-bottom:20px;
}
label{
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-size: 15px;
	font-weight: 500;
    color: #161c2c;
}

label sup{
  font-size: 60%; 
  color:#ec5f62;
}
/*フォームパーツの設定*/
input[type="text"],
input[type="email"],
textarea{
  width: 90%;
  border: #cfcfcf solid 1px;
  background:#fff;
  border-radius:5px;
  padding:10px;
}
select{
	width: 30%;
	border: #cfcfcf solid 1px;
  border-radius:5px;
  padding:10px;
}

input[type="checkbox"] {
    margin-left: 15px;
}

/*送信ボタンの配置設定*/
.submit-box{
  text-align: center;
}
/*送信ボタンのデザイン変更*/
#formbtn{
  display: block;
  padding:1em 0;
  margin:30px auto 0;
  width:80%;
  background:#ffd149;
  color:#fff;
  font-size:15px;
  font-weight:bold;	 
  border-radius:2px;
  border: none;
}

#formbtn2{
  display: block;
  padding:1em 0;
  margin:30px auto 0;
  width:80%;
  background:#ffd149;
  color:#fff;
  font-size:15px;
  font-weight:bold;	 
  border-radius:2px;
  border: none;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover{
  opacity:0.7;
}

#formbtn2:hover{
  opacity:0.7;
}

@media(max-width:768px){
  .form-wrap{
    max-width: 100%;
    padding:20px;
  }
  .inquiry th,.inquiry td {
   display:block!important;
   width:100%!important;
   border-top:none!important;
   -webkit-box-sizing:border-box!important;
   -moz-box-sizing:border-box!important;
   box-sizing:border-box!important;
  }
  .inquiry tr:first-child th{
   border-top:1px solid #d7d7d7!important;
  }
}

.yoyaku{
    margin-bottom: 50px;
}

fieldset {
  border: none; /* 枠線を完全に削除 */
  /* または border: 0; */
}