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

html {
	font-size: 62.5%; /* 1rem=10px */
	font-family: 'M PLUS Rounded 1c',"ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	-webkit-text-size-adjust: 100%;
}

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

p {
	font-size: 1.6rem;
	line-height: 2;
}

h2 {
	font-size: 2.2rem;
}

h3 {
	font-size: 1.8rem;
}

h4 {
	font-size: 1.6rem;
}

a {
	text-decoration: none;
}

table {
	font-size: 1.6rem;
}

body {
	width: 100%;
	min-width: 320px;
	
/*センタリング・余白上下ゼロ調整*/
	margin: 0 auto 0 auto;
	
/*背景色（クリーム色）*/
	background: #FAFAFA;
}

main {
	max-width: 1080px;
	margin: 0 auto;
}

.wrapper {
	width: 100%;
}

.nowarp {
	white-space: nowrap;
}

.botann-hover {
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.botann-hover:hover {
	opacity: 0.6;
}

.img-hover:hover{
  transform:scale(1.1,1.1);
  transition:1s all;
}

/*レスポンシブ設定*/
/*PC版
====================*/
@media screen and (min-width: 1025px){
	
	.page-header-inner-access {
		display: none;
	}
	
	.bottom-nav {
		display: none;
	}
}

@media screen and (min-width: 600px){
	
	.page-footer-inner-up-mobile {
		display: none;
	}
	
	.tel-mobile {
		display: none;
	}
	
	.field-mobile {
		display: none;
	}
	
	.mobile-access {
		display: none;
	}
	
	/*モバイル時改行*/
	.mobile-br {
		display: none;
	}
	
	/*Home
	====================*/
	.image1-mobile {
		display: none;
	}
	
	/*運営方針
	====================*/
	.triangle-mobile {
		display: none;
	}
	
	/*プログラム内容
	====================*/
	main .price-mobile {
		display: none;
	}
	
	/*代表あいさつ
	====================*/
	.profile-mobile-img {
		display: none;
	}
}

@media screen and (max-width: 1024px){
	
	body {
		margin-bottom: 50px;
	}
	
	/*heder
	====================*/
	body .page-header {
		box-shadow: 0 0 3px gray;
	}
	
	body .page-title {
		margin-left: 4%;
	}
	
	.page-title .page-title-inner h1 {
		font-size: 2.2rem;
	}
	
	.page-title .page-title-inner p {
		font-size: 1.1rem;
	}
	
	.main-nav {
		display: none;
	}
	
	header .page-header-inner-access {
		font-size: 1.2rem;
		right: 4%;
		top: 8px;
	}
	
	.tel2 {
		display: none;
	}
	
	.fax {
		display: none;
	}
	
	.time {
		display: none;
	}
	
	footer .page-footer-inner-under p {
		font-size: 1.3rem;
	}
	
	/*Home
	====================*/
	main .outside h2 {
		font-size: 2.2rem;
		padding-left: 2%;
		padding-right: 2%;
		text-align: justify;
	}
	
	.h2-br {
		display: none;
	}

	main .top-page-concept h3 {
		font-size: 1.7rem;
		padding-left: 5px;
	}
	
	/*プログラム内容
	====================*/
	main .program-h2 {
		font-size: 2rem;
	}
	
	main .program h3 {
		font-size: 1.7rem;
	}
	
	main .program h4 {
		font-size: 1.4rem;
	}
	
	.program-table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	
	main .program-menu {
		width: 90%;
	}
	
	main .price {
		width: 90%;
	}
}
	
/*モバイル版(360px〜599px)
====================*/
@media screen and (max-width: 599px) {
	
	/*heder
	====================*/
	body .page-header {
		height: 48px;
	}
	
	body .page-title {
		height: 46px;
		margin-top: 3px;
	}
	
	body .page-title img {
		width: 42px;
		height: 42px;
	}
	
	.page-title .page-title-inner h1 {
		font-size: 2rem;
		line-height: 26px
	}
	
	.page-title .page-title-inner p {
		font-size: 1rem;
		line-height: 16px;
	}
	
	.page-header-inner-access {
		display: none;
	}
	
	.page-footer-inner-up {
		display: none;
	}
	
	footer .page-footer-inner-under p {
		font-size: 1.2rem;
	}
	
	/*Home
	====================*/
	main .outside {
		width: 94%;
	}
	
	main .outside h2 {
		font-size: 1.6rem;
	}
	
	.headline p {
		font-size: 1.6rem;
	}

	.image1 {
		display: none;
	}
	
	main .top-page-concept h3 {
		font-size: 1.5rem;
		padding-left: 0;
	}
	
	.field-img {
		display: none;
	}
	
	main .field h3 {
		font-size: 1.6rem;
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.field .detail-botann {
		font-size: 1.4rem;
	}
	
	/*運営方針
	====================*/
	.management .section1 {
		width: 90%;
		display: block;
		text-align: center;
		padding-top: 4%;
	}
	
	.management .section1 p {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		padding-top: 4%;
		padding-bottom: 4%;
	}
	
	.triangle {
		display: none;
	}
	
	.section2 .section2-inner {
		width: 100%;
	}
	
	/*プログラム内容
	====================*/
	main .price td {
		font-size: 1.4rem;
	}
	
	main .supplement p {
		font-size: 1.3rem;
	}
	
	.price table {
		display: none;
	}
	
	/*代表あいさつ
	====================*/
	main .profile {
		display: block;
	}
	
	main .profile-r {
		display: none;
	}
	
	main .profile-l {
		width: 100%;
	}
	
	main .profile-r {
		width: 100%;
	}
	
	/*お問い合わせ
	====================*/
	.map iframe {
		height: 350px;
	}
}

/*モバイル版(320px〜359px)
====================*/
@media screen and (max-width: 359px) {
	
	/*heder
	====================*/
	.page-title .page-title-inner h1 {
		font-size: 1.9rem;
	}
	
	.page-header-inner .tel-mobile {
		font-size: 2.1rem;
	}
	
	.bottom-nav span {
		display: none;
	}
	
	/*Home
	====================*/
	main .h2-p {
		font-size: 1.6rem;
	}
	
	/*プログラム内容
	====================*/
	.price-mobile .price-mobile-inner-up {
		font-size: 1.2rem;
	}
	
	/*代表あいさつ
	====================*/
	main .greeting-img {
		width: 250px;
		height: 167px;
	}
}

/*共通設定
====================*/
/*header
====================*/
.page-header {
	position: relative;
	display: flex;
	height: 70px;
	background-color: #7DC1C0;
}

.page-header-inner {
	position: relative;
	background: #7DC1C0;
	display: flex;
	width: 1080px;
	height: auto;
	margin: 0 auto;
}

.page-header-inner p {
	color: #FFFFFF;
	margin: 0;
}

.page-title {
	max-width: 340px;
	height: 50px;
	display: flex;
	margin-top: 10px;
	margin-left: 5.5%;
}

.page-title img {
	width: 50px;
	height: 50px;
}

.page-title-inner {
	height: 100%;
	max-width: 285px;
	margin-left: 5px;
}

.page-title-inner p {
	font-size: 1.2rem;
	margin: 0;
	line-height: 20px;
}

.page-title-inner h1 {
	color: #ffffff;
	font-size: 2.4rem;
	margin: 0;
	line-height: 30px;
}

.page-header-inner-access {
	position: absolute;
	top: 5%;
	right: 5.5%;
	margin: 0;
	font-size: 1.4rem;
	padding: 0;
	line-height: 1.5;
}

.page-header-inner-access li {
	list-style: none;
	color: #ffffff;
}

.tel1 {
	color: #ffffff;
}

.tel2 {
	color: #ffffff;
	font-size: 1.5rem;
	position: absolute;
	top: 10px;
	left: 50%;
}

.tel-mobile {
	color: #ffffff;
	font-size: 2.4rem;
	position: absolute;
	right: 4%;
	top: 13px;
	line-height: 1;
}

.fax {
	font-size: 1.5rem;
	position: absolute;
	bottom: 10px;
	left: 50%;
	line-height: 1.5;
}

.time {
	font-size: 1.5rem;
	position: absolute;
	top: 10px;
	right: 5.5%;
	line-height: 1.5;
}

.main-nav {
	height: 25px;
	background: #FFF7DC;
	box-shadow: 0 0 3px gray;
}

.main-navi-inner {
	max-width: 1080px;
	height: 100%;
}

.main-nav ul{
	display: flex;
	padding: 0;
	margin: 0 auto;
}

.main-nav a {
	color: #808080;
	width: 100%;
}

.main-nav li {
	text-align: center;
	font-size: 1.4rem;
	list-style: none;
	width: 20%;
	line-height: 1;
	padding-top: 5px;
}

/*footer
====================*/
.page-footer {
	width: 100%;
	height: auto;
}

.page-footer-inner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.page-footer-inner-up {
	background-image: url(../images/page-footer.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
}

.page-footer-inner-up-mobile {
	background: url("../images/page-footer-mobile.png");
	width: 100%;
	height: 100px;
}

.mobile-access {
	width: 100%;
	height: 125px;
	text-align: center;
	background: #7DC1C0;
	margin: 0;
	color: #F2F2F2;
}

.mobile-access h4 {
	font-size: 1.6rem;
	margin: 0;
}

.mobile-access p {
	font-size: 1.4rem;
	line-height: 1;
}

.page-footer-inner-under {
	width: 100%;
	height: 50px;
	background: #7DC1C0;
	text-align: center;
}

.page-footer-inner-under p {
	font-size: 1.3rem;
	color: #808080;
	margin: 0;
	padding-top: 20px;
}

/*ボトムナビゲーション（width:1024px以下で表示）
=====================*/
.bottom-nav {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	min-width: 320px;
	height: 50px;
	background: #7EA1C2;
	box-shadow: 0 0 3px gray;
}

.bottom-nav ul {
	display: flex;
	list-style: none;
	height: 100%;
	padding: 0;
	margin: 0;
	justify-content: space-around;
}

.bottom-nav li {
	width: 20%;
	height: 100%;
	font-size: 1rem;
	text-align: center;
	padding-top: 10px;
}

.bottom-nav a {
	color: #ffffff;
}

/*Home
====================*/
.headline {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
}

.outside {
	width: 80%;/*667px*/
	margin: 0 auto;
	background: #7DC1C0;
	border-radius: 5px;
	padding: 2px;
	box-shadow: 0 0 2px gray;
}

.headline h2 {
	max-width: 99.5%;
	height: 99%;
	font-family: 'Kiwi Maru', serif;
	font-size: 2.4rem;
	letter-spacing: -0.048rem;
	margin: 0 auto;
	background: #7DC1C0;
	border-style: dashed;
	border-width: 1px;
	border-color: #ffffff;
	border-radius: 5px;
	color: #ffffff;
	text-shadow: 2 2 2px gray;
}

.top-page-img-area {
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
}

.h2-p {
	width: 100%;
	font-size: 1.8rem;
	font-family: 'Kiwi Maru', serif;
	text-align: center;
	margin: 0 auto;
}

.image1 {
	width: 100%;
	max-width: 1080px;
}

.image1-mobile {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.image1-mobile img {
	width: 100%;
	height: 100%;
}

.top-page-concept {
	width: 57%;
	min-width: 300px;
	border-style: solid;
	border-radius: 15px;
	border-color: #7EA1C2;
	background: #FAFAFA;
	margin: 20px auto 45px auto;
	box-shadow: 0 0 2px gray;
}

.top-page-concept-inner {
	height: 30px;
	height: auto;
	width: 100%;
	background: #7EA1C2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.top-page-concept-inner h3 {
	font-size: 2rem;
	line-height: 30px;
	margin: 0;
	padding-left: 15px;
	color: #fafafa;
	font-family: 'Kiwi Maru', serif;
	font-weight: lighter;
}

.top-page-concept ul {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 31px;
	padding-right: 15px;
}

.top-page-concept li {
	line-height: 1.8;
	font-size: 1.6rem;
	text-align: justify;
}

.field {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 45px;
	text-align: center;
}

.field h3 {
	font-family: 'Kiwi Maru', serif;
	font-weight: lighter;
	text-align: center;
	font-size: 2rem;
}

.field-mobile {
	margin-bottom: 45px;
}

.field-mobile img {
	width: 150px;
	height: 150px;
}

.field-mobile-inner1 {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.detail-botann {
	height: auto;
	background: #7DC1C0;
	border-radius: 10px;
	text-align: center;
	font-size: 1.6rem;
	font-family: 'Kiwi Maru', serif;
	font-weight: lighter;
	color: #ffffff;
	padding: 14px 30px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    transition: .3s;
	cursor: pointer;	
}

.detail-botann:hover {
	background: #fafafa;
	color: #7DC1C0;
	border: solid 1.5px #7DC1C0;
}

/*運営方針
=========================*/
.management {
	padding-left: 4%;
	padding-right: 4%;
	text-align: justify;
}

.section1 {
	max-width: 764px;
	height: auto;
	min-height: 200px;
	display: flex;
	border-bottom: solid;
	border-bottom-color: #7DC1C0;
	margin: 0 auto;
	align-items: center;
	justify-content: space-around;
}

.section1-top {
	margin-top: 30px;
}

.section1 img {
	width: 175px;
	height: 175px;
}

.triangle {
	width: 0px;
    border-color: #B8BDC2;
    border-style: solid;
    border-width: 20px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.triangle-mobile {
	width: 0px;
    border-color: #B8BDC2;
    border-style: solid;
    border-width: 20px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: -20px;
}

.section1 p {
	width: 60%;
	line-height: 1.5;
}

.section2 {
	max-width: 764px;
	margin: 30px auto 60px auto;
	padding-left: 4%;
	padding-right: 4%;
}

.section2 p {
	margin: 0;
}

.section2 ul {
	padding-left: 0;
	list-style-type: none;
	margin: 0 auto;
}

.section2 li {
	background-image: url("../images/icon.png");
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: left center;
	font-size: 1.6rem;
	padding-left: 32px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.section2-inner {
	width: 50%;
	border-radius: 10px;
	margin: 0 auto;
}

/*プログラム内容
====================*/
.program {
	width: 95%;
	margin: 30px auto 0 auto;
}

.program-h2 {
	width: 100%;
	font-family: 'Kiwi Maru', serif;
	font-size: 2.2rem;
	margin: 0 0 36px 0;
}

.program h3 {
	margin-top: 32px;
	margin-bottom: 0;
}

.program h4 {
	margin: 0;
	margin-bottom: 5px;
}

.program p {
	margin: 16px 0 32px 0;
	text-align: justify;
}

.program-h2 span {
	border-bottom-style: solid;
	border-bottom-color: #87A9C9;
}

.program-table {
	width: 95%;
	border-collapse: collapse;
	border: 2px solid #999999;
	margin: 0 auto;
	font-size: 1.6rem;
}

.program-table th {
	color: #FFFFFF;
	background: #7DC1C0;
}

.program-table td {
	background: #FFF7DC;
}

.program-table ul {
	margin: 0;
	padding: 0 8.5px 0 25px;
}

.cell {
	border: 2px solid #999999;
}

.cell1-3 {
	border: 1px solid #999999;
}

.cell2 {
	border-width: 1px 1px 0 2px;
	border-style: solid solid none solid;
	border-color: #999999 #FFBE5C #999999 #999999;
}

.cell5 {
	border-width: 2px 1px 0 0;
	border-style: solid solid none solid;
	border-color: #999999 #FFBE5C #999999 #999999;
	padding: 0;
	margin: 0;
}

.cell6 {
	border-width: 2px 1px 0 1px;
	border-style: solid solid none none;
	border-color: #999999;
}

.cell8 {
	border-width: 1px;
	border-color: #FFBE5C;
	border-style: none solid none none;
}

.cell9 {
	border-width: 1px;
	border-color: #999999;
	border-style: none solid none none;
}

.cell11 {
	border-width: 1px;
	border-color: #FFBE5C;
	border-style: none solid none none;	
}

.cell12 {
	border-width: 1px;
	border-color: #999999;
	border-style: none solid none none;	
}

.cell14 {
	border-width: 0 1px 2px 0;
	border-color: #999999 #FFBE5C #999999 #999999;
	border-style: none solid dashed none;
}

.cell15 {
	border-width: 0 1px 2px 0;
	border-color: #999999;
	border-style: none solid dashed none;
}

.cell17 {
	height: 5rem;
	border-width: 0 1px 2px 1px;
	border-color: #999999 #FFBE5C #999999 #999999;
	border-style: none solid dashed solid;
}

.cell18 {
	height: 5rem;
	border-width: 0 1px 2px 0;
	border-style: none solid dashed none;
}

.cell20 {
	height: 5rem;
	border-width: 0 1px 2px 0;
	border-color: #999999 #FFBE5C #999999 #999999;
	border-style: none solid solid none;
}
.cell21 {
	height: 5rem;
	border-width: 0 1px 2px 0;
	border-color: #999999;
	border-style: none solid solid none;
}

.cell23 {
	border-width: 0 1px 1px 0;
	border-style: none solid solid none;
	border-color: #999999 #FFBE5C #999999 #999999;
}

.cell24 {
	border: 1px solid #999999;
}

.program-table span {
	font-size: 1rem;
}

.td-item1 {
	width: 35px;
}

.td-item2 {
	width: 240px;
}

.td-item3 {
	width: 345px;
	vertical-align: top;
}

.textcenter {
	text-align: center;
}

.supplement {
	width: 95%;
	margin: 0 auto 0 auto;
}

.supplement p {
	font-size: 1.4rem;
	margin: 0;
}

.program-menu {
	width: 60%;
	margin: 36px auto 0 auto;
	text-align: justify;
}

.program-menu h4 {
	margin-top: 32px;
	margin-bottom: 0;
	text-align: justify;
}

.program-menu i {
	color: #87A9C9;
}

.price {
	width: 60%;
	margin: 50px auto 60px auto;
	padding-left: 4%;
	padding-right: 4%;
}

.price table {
	width: 100%;
	line-height: 2.5;
}

.price span {
	margin-right: 16px;
}

.price td {
	text-align: justify;
}

.price-mobile {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.price-mobile-inner {
	width: 30%;
	height: auto;
	position: relative;
	background: #FFF7DC;
	text-align: center;
	border: solid 2px #7DC1C0;
	border-radius: 7px;
	box-shadow: 0 0 2px gray;
}

.price-mobile-inner-up {
	width: 100%;
	background: #7DC1C0;
	margin: 0;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.5;
}

.price-mobile-inner-under {
	line-height: 1.5;
	padding-left: 2%;
	padding-right: 2%;
}

.price-mobile-inner-under1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

/*代表あいさつ
====================*/
.greeting {
	width: 70.7%;
	min-width: 90%;
	margin: 50px auto 50px auto;
	background: #FFF7DC;
	border-radius: 10px;
	padding: 4% 0 4% 0;
	box-shadow: 0 0 2px gray;
}

.greeting-img {
	width: 300px;
	height: 200px;
	margin: 0 auto 20px auto;
	padding: 0;
	box-shadow: 0 0 5px gray;
}

.greeting-img img {
	width: 100%;
}

.greeting h2 {
	font-family: 'Kiwi Maru', serif;
	text-align: left;
}

.greeting h3 {
	font-family: 'Kiwi Maru', serif;
	margin-bottom: 10px;
}

.sentence {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 4% 0 4%;
	text-align: justify;
}

.profile {
	max-width: 640px;
	margin: 0 auto;
	display: flex;
	padding: 0 4% 0 4%;
}

.profile-mobile-img {
	text-align: center;
}

.profile-l {
	width: 60%;
}

.profile-r {
	position: relative;
	width: 40%;
}

.profile-r img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 107px;
}

.qualification {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 4% 0 4%;
}

.greeting-table {
	width: 100%;
	border-collapse: collapse;
	border: solid 2px #808080;
}

.greeting-table td {
	width: 50%;
	border: solid 2px #808080;
	padding-left: 5px;
}

/*お問い合わせ
====================*/
.inquiry {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
	margin-top: 50px;
	background: #FFF7DC;
	padding: 4% 0 4% 0;
	overflow:hidden;
}

.inquiry:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 25px 25px 0;
    border-style: solid;
    border-color: #fafafa #fafafa #FFC400 #FFC400;
    background: #FFC400;
    display: block;
	width:0;
	-webkit-box-shadow: -1px 5px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: -1px 5px 5px rgba(0,0,0,0.3);
    box-shadow: -1px 5px 5px rgba(0,0,0,0.3);
}

.inquiry h2{
	font-family: 'Kiwi Maru', serif;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
}

.inquiry-inner {
	width: 95%;
	margin: 0 auto;
}

.inquiry h4 {
	font-family: 'Kiwi Maru', serif;
	padding: 0 4% 0 4%;
	margin: 42px 0 0 0;
}

.inquiry table {
	width: 95%;
	margin: 0 auto;
	padding: 0 4% 0 4%;
}

.inquiry-email {
	color: #000000;
}

.inquiry-botann {
	width: 95%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 5%;
	margin-top: 64px;
}

.inquiry-botann a {
	background: #2AB300;
	border-radius: 10px;
	text-align: center;
	font-size: 1.6rem;
	font-family: 'Kiwi Maru', serif;
	font-weight: lighter;
	color: #ffffff;
	padding: 14px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    transition: .3s;
}

.inquiry-name {
	max-width: 384px;
	margin: 0 auto;
	margin-top: 60px;
	padding: 0 4% 0 4%;
}

.inquiry-name h3 {
	font-size: 2rem;
}

.map {
	max-width: 720px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0 4% 0 4%;
}

.map p {
	margin: 20px 0 5px 0;
}

.map iframe {
	width: 100%;	
}

.inquiry-under {
	width: 100%;
	background: #7DC1C0;
	text-align: center;
	margin-top: 50px;
}

.inquiry-under img {
	object-fit: cover;
	min-height: 220px;
}