@charset "UTF-8";
/* CSS Document */
body {
	height: 100%;
	min-height: 100vh;
	position: relative;
  width: 100%;
  fotn-size: 16px;
 padding-top: 46px;
	box-sizing: border-box;

}
h2,h3,p{
	color:#0A0A0A;
}


main{
	margin: 0;
}

.wrap{
	margin: 0 auto;
}
.bg_c_g{
	width:100%;
	padding-bottom: 10px;
}
.back_c_w{
	background: #fff;
	background-image: url("img/g_w_part.jpg");
	background-repeat:repeat-x;
}

.back_w{
	background: #fff;
}

.back_c_ww{
	background: #fff;
	background-image: url("img/w_w_part.jpg");
	background-repeat:repeat-x;
}

.back_c_wg{
	background: #eee;
	background-image: url("img/w_g_part.jpg");
	background-repeat:repeat-x;
}


.back_c_g{
	background:#eee;
}

.back_c_gd{
	background: #eee;
	background-image: url("img/g_g_part.jpg");
	background-repeat:repeat-x;
	background-position: top;
}

.st_g{
	background: #ddd;
}

.top_img{background:#5a5161;}
header {
	height: 46px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
}
footer{
	width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}
h2.midashi{
	position: relative;
	text-align: center;
	width: 370px;
	font-size: 1.3em;
	margin: 50px auto 5%;
	background: linear-gradient(transparent 60%, #ffff00 60%);
}


h2.midashi:before {
  content: '';
  position: absolute;
  bottom: 0px;
  display: inline-block;
  height: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

h2{
	text-align: center;
	font-size: 1.2em;
	margin: 10px auto 5%;
}

h3{
	text-align: center;
	font-size: 1.2em;
}
.info_button{
	background:#800080;
	padding: 1px;
	border-radius:10px;
	color: #fff;
	margin-left: 10px;
}
.info_button a{
	color: #fff;
}
	
.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
img{
	margin:auto;
}
.text_L{
	font-size:3rem;
	color: #EADF15;
}
.top_txt{
	display:flex;
	background: #5a5161;
	color: #fff;
	border-radius: 20px;
	margin: 5%;
	padding: 7%;
}
.top_txt .txt_img{
	width: 30%;
	margin-right: 20px;
}
.top_txt .txt_tx{
	width:65%;
}

.top_txt h5{
	vertical-align: middle;
	font-size:2rem;
	margin-top: 15px;

}
.top_txt h3{
	text-align: left;
	border-bottom: 1px #eee dotted;
	margin-bottom: 10px;
}

.txt_tx h3,.txt_tx p{
	color:#fff;
}

@media screen and (max-width:680px) {
	.top_txt{
		display: block;
	}
	.top_txt .txt_img{
	width: 80%;
	margin:10px auto;
}
.top_txt .txt_tx{
	width:80%;
	margin:10px auto;
	padding-top: 10px;
}
	.top_txt h3{
		text-align: center;
	}

}

.bg_gd{
	background: #eee;
	background-image: url("img/g_g_back.jpg");
	background-repeat:no-repeat;
	padding-bottom: 10px;
	width:1000px;
	margin: 0 auto;
}

.bg_g{
	width:1000px;
	background:#eee;
	margin: 0 auto;
	padding: 3%;
}

.bg_wg{
	width:1000px;
	margin: 0 auto;
	background: #eee;
	background-image: url("img/w_g_back.jpg");
	background-repeat:no-repeat;
	padding-bottom: 10px;
}

.bg_w{
	width:1000px;
	margin: 0 auto;
	background: #fff;
	background-image: url("img/g_w_back.jpg");
	background-repeat:no-repeat;
	padding-bottom: 10px;
}

.bg_ww{
	width:1000px;
	margin: 0 auto;
	background: #fff;
	background-image: url("img/w_w_back.jpg");
	background-repeat:no-repeat;
	padding-bottom: 10px;
}


.bg_g h3::first-letter{
	font-size: 38px;
}
.kochi_box,.manabi_1{
	display:flex;
}
.kochi_box div,.manabi_1 div {
	width:43%;
	margin-left: 5%;
}
.kochi_box h3, .manabi_1 h3, .voice h3{
	text-align: left;
	border-bottom: 1px #eee solid;
	padding: 0 1% 1%;
	margin: 0 auto 2%;
}
.manabi_1 h3{
	text-align: left;
	border-bottom: 1px #fff solid;
	padding: 0 1% 1%;
	margin: 0 auto 2%;
}

.kyoucyou{
	padding:20px;
	text-align: center;
	margin: 5% 10%;
	font-size:1.1rem;
	border: 1px #ddd solid;
	border-radius: 10px;
}
.manabi_1{
	width: 1000px;
	margin:0 auto;
	padding:3%;
}
.fx_r{
	flex-direction:row-reverse;
}

.voice{
	display:flex;
	padding: 3%;
	margin: 5%;
	border: 4px solid #ddd;
	border-radius: 20px;
	box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, .1);
	background: #fff;
}
.voice div {
	width:43%;
	margin-left: 5%;
}
.voice img {
	border-radius:50%;
}

.bg_form{
	width:1000px;
	margin: 5% auto;
	background:#eee;
	box-shadow:0px 0px 5px 3px rgba(0,0,0,0.2) inset;
	padding-bottom: 5%;
}

nav {
  text-align: center;
  background: #F2F2F2;
  height: 46px;
  padding: 5px 0;
  font-size: 0.8rem;
  vertical-align: middle;
  line-height: 26px;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  list-style: none;
  display: inline-block;
  width: 10%;
  min-width: 90px;
}
nav li:not(:last-child) {
  border-right: 1px solid #ddd;
}
nav a {
  text-decoration: none;
  color: #333;
}
nav a.current {
  color: #00B0F0;
  border-bottom: 1px solid #00B0F0;
}
nav a:hover {
  color: #F7CB4D;
  border-bottom: 1px solid #F7CB4D;
}

.foot_nav {
  text-align: center;
  height: 100px;
  padding: 2px 0;
  font-size: 0.8rem;
  vertical-align: middle;
  line-height: 100px;
	color: #fff;
}
.foot_nav ul {
  margin: 0;
  padding: 0;
}
.foot_nav li {
  list-style: none;
  display: inline-block;
  width: 10%;
  min-width: 90px;
}
.foot_nav li:not(:last-child) {
}
.foot_nav a {
  text-decoration: none;
  color: #fff;
}
.foot_nav a.current {
  color: #00B0F0;
  border-bottom: 1px solid #00B0F0;
}
.foot_nav a:hover {
  color: #fff;
  border-bottom: 1px solid #F7CB4D;
}

.cen_img{
	margin: 2% 10%;
}

.form-text {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contact-body{
	width:100vw;
}
.contact-sex + .contact-sex {
  margin-left: 10px;
}

.contact-sex-txt {
  margin-left: 5px;
}

.form-select {
    width: 180px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-skill {
  display: block;
}

.contact-skill + .contact-skill {
  margin-top: 10px;
}

.contact-skill-txt {
  margin-left: 5px;
}

.form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
	background: #fff;
}

.contact-submit {
  width: 250px; /* 横幅指定 */
  background-color: #333; /* 背景色 */
  color: #fff; /* 文字色 */
  font-weight: bold; /* 文字の太さ */
  display: block; /* インライン要素をブロック要素に変更 */
  margin: 0 auto; /* 中央寄せ */
  font-size: 16px; /* 文字の大きさ */
  padding: 15px; /* 内側の余白 */
  border-radius: 100vh; /* 角丸指定 */
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.text_S{font-size:0.8rem;
}
.yotei{
	margin: 2% 10%;
}
.yotei th,.yotei td{
	padding: 20px;
	color: #080808;
}
.yotei th{
	background: #ddd;
	width:20%;
}
.yotei td{
	background: #eee;
}

.yotei input{
	background:#fff;
}

@media screen and (max-width:680px) {
	.wrap,.bg_gd,.bg_w,.bg_g,.bg_form,.manabi_1,.bg_wg,.bg_ww{
		width:100vw;
		background-size: contain;
	}
	.bg_g{
		width:100vw;
	}
	h2,h3{font-size: 1em;}
	.kochi_box,.manabi_1,.voice{
		display:block;
	}
	.kochi_box div,.manabi_1 div,.voice div{
		width:100%;
		padding:3%;
		margin: 0;
	}
	nav {
  text-align: center;
  background: #F2F2F2;
  height: 65px;
  padding: 3px 0;
  font-size: 0.8rem;
  vertical-align: middle;
  line-height: 27px;
}
	body {
	padding-top: 65px;
}

}
section{padding:50px 0 0;}
section div p{margin:5% 10%; font-size: 1.1rem;}
section div div p{margin:0;  font-size: 1rem;}

.text_area{margin:5% 10%; font-size: 1.1rem;}

.cen_btn{
	text-align:center;
	margin:5% 3%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
	margin: 2rem auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 1rem;
}



a.btn-flat {
  overflow: hidden;

  padding: 1.5rem 4rem;

  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
  z-index: 1;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: calc(-150% + 50px);

  width: 150%;
  height: 500%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);

  background: #fff100;
}

a.btn-flat:after {
  position: absolute;
  top: -400%;
  right: calc(-150% + 50px);

  width: 150%;
  height: 500%;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);

  background: #fff100;
}

a.btn-flat:hover:before {
  -webkit-transform: rotate(45deg) translateX(0) translateY(-50%);
  transform: rotate(45deg) translateX(0) translateY(-50%);
}

a.btn-flat:hover:after {
  -webkit-transform: rotate(45deg) translateX(0) translateY(50%);
  transform: rotate(45deg) translateX(0) translateY(50%);
}

@media screen and (max-width:680px) {
	.btn,
	a.btn,
	button.btn {
		fon-size:1.3rem;

	}
	a.btn-flat {
  padding: 1.5rem 2rem;
	}

}


.yotei .Form-Btn {
background:#888;
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
