/* 初期設定 
 * ヘッダー*/
 html{
	scroll-behavior: smooth;
}

.fv-pc{
	display: block;
}
.fv-mobile{
	display: none !important;
}
@media screen and (max-width: 850px){
.fv-pc{
	display: none !important;
}
.fv-mobile{
	display: block !important;
}
}


.fv {
  width: 100%;
}

.fv-svg {
  display: block;
  width: 100%;
  height: auto;
}

.fv-link {
  cursor: pointer;
}

.fv-btn-group {
  transform-box: fill-box;
  transform-origin: center;
}

.hover-fill {
  opacity: 0;
  transition: opacity 0.28s ease;
}

.fv-outline {
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.fv-label,
.fv-arrow {
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.fv-link:hover .hover-fill {
  opacity: 1;
}

.fv-link:hover .fv-btn-group {
  animation: fvWiggle 1.5s ease-in-out;
}

.fv-link:hover .fv-outline {
  opacity: 0.96;
}

.fv-link:hover .fv-label,
.fv-link:hover .fv-arrow {
  transform: translateY(-1px);
}

@keyframes fvWiggle {
  0%   { transform: translateY(0) rotate(0deg) scale(1); }
  25%  { transform: translateY(-1px) rotate(-0.4deg) scale(1.01); }
  50%  { transform: translateY(0) rotate(0.4deg) scale(1.015); }
  100% { transform: translateY(0) rotate(0deg) scale(1); }
}

/* 動きを抑えたい環境向け */
@media (prefers-reduced-motion: reduce) {
  .hover-fill,
  .fv-outline,
  .fv-label,
  .fv-arrow {
    transition: none;
  }

  .fv-link:hover .fv-btn-group {
    animation: none;
  }
}







/* CLASS CSS */
/* SVG TOPスライダー */
.fv {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fv svg.fv-svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fv image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* SVG ここまで */

article#page_content {
    padding-top: 0;
}
div#bread_crumb {
    display: none;
}
.course-form {
    text-align: left;
    padding: 7vh 0;
    background: linear-gradient(180deg, #FDF6E9 0%, rgba(253, 246, 233, 0) 105%);
}
.course-form_title {
    clip-path: polygon(0 0, 80% 0%, 90% 100%, 0% 100%);
    background: linear-gradient(267.21deg, #E8D380 -0.04%, #CEA640 99.96%);
    box-shadow: 0px 3.96726px 9.91814px rgba(163, 163, 163, 0.25);
    color: #fff;
    padding: 2vh 5vw;
    margin: 0 0 7vh;
}
.course-form_desc {
    margin: 5% 5% 2%;
}
.course-form_desc_inner.flex-box {
    display: flex;
}
.course-form_desc_inner div {
    flex: 1;
}
.course-form_price {
    margin: 0 5% 7%;
}
.course-form_price p{
    font-weight: 500;
    color: #4E4E4E;
    font-size: 2em;
}
.course-form_price h3 {
    margin: 0 !important;
    position: relative;
    border-bottom: 3px solid #F1B04D;
    padding: 0 10px 0 0.5em;
    font-size: 6em !important;
    width: fit-content;
    letter-spacing: 0.15em;
    background: linear-gradient(180deg, #FAC672 0%, #EDA73E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700 !important;
}
.course-form_price h3:after {
    content: "";
    position: absolute;
    border: 15px solid transparent;
    border-top: 20px solid #EDA63D;
    transform: rotate(270deg);
    top: 0.5em;
    left: 0;
}
@media screen and (max-width: 680px){
.course-form_desc_inner.flex-box {
    flex-direction: column;
}
}
@media screen and (max-width: 550px){
.course-form_price h3 {
    font-size: 3em !important;
}
.course-form_price h3:after {
    border: 10px solid transparent;
    border-top: 10px solid #EDA63D;
}
p.course-title {
    font-size: 1.3em !important;
}
}




body.home #header {
	background: #fff !important;
}
body.home #header_logo .logo a, body.home #global_menu > ul > li > a {
   color: #3D3D3D;
	  font-family: serif;
}
.home #menu_button span {
    background: #3D3D3D !important;
}

#menu_button:hover span {
    background: #fcb94e !important;
}
.pc body.admin-bar.header_fix{
	padding-top: 0;
}
@media screen and (max-width: 950px){
#side_button {
    display: block;
 }
}

#header {
    background: #ffffff;
    font-family: serif;
}
h1, h2, h3, h4, h5, p,ul,li {
    font-family: serif;
}
#footer_top,#footer_bottom{ display: none;
}

.container{
    width: auto;
    margin: auto;
    text-align: center;
	color: #222222;
}
.container p{
	font-size: 18px;
}
.container h2{
	font-size: 28px;
}
.container h3{
	font-size: 26px;
}


.img-pc{
	display: inline-block !important;
	width: 100%;
}
.img-sp{
	display: none !important;
}
.br-sp{
		display: none;
}


.about{
	background-image: url(https://web.archive.org/web/20250322070904im_/https://kamishitsukaizen-class.com/wp-content/uploads/image/background-1.png)	;
	background-size: cover;
	padding: 7vh 2vw;
	margin-top: -50px
}
.about h1{
	font-size: 45px;
	font-weight: normal;
	padding-bottom: 2vh
}

.threebox-content{
    background: rgba(255,255,255,0.4);   
    display: flex;
    justify-content: center;
    padding: 20px 0 50px 0;
	  font-family: 'Noto Serif JP', sans-serif;
}
.threebox-content-item{
    border-right: 1px solid #ddd;
    padding-left: 27px;
    padding-right: 27px;
    width: 30%;
}
.threebox-content-item-end{
    padding-left: 27px;
    padding-right: 27px;
    width: 30%;
}
.threebox-content h3{
    line-height: 1.6;
    text-align: center;
    font-weight: 700;
}
.threebox-content p{
    line-height: 2;
    min-height: 100px;
	  margin-bottom: 0;
}
.threebox-content a{
    display: block;
}
.threebox-content a :hover{
    opacity: 0.7;
}
.threebox-content img{
    width: 100%;
    height: auto;
}
.under-line {
    background: linear-gradient(transparent 65%, yellow 50%);
}

.round-contents-background{
    background: url(https://web.archive.org/web/20250322070904im_/https://kamishitsukaizen-class.com/wp-content/uploads/image/background-1-1.svg);
	background-size: cover;
	  margin-top: 20px;
	padding: 7vh 0;
}
.round-contents {
	  width: 80%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	  font-family: 'Noto Serif JP', sans-serif;
}
.round-contents_item{
    margin-bottom: 90px;
    width: 47.43363%;
}
.round-contents_item-img{
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    overflow: hidden;
    width: 200px;
    height: 200px;
}
.round-contents_item h1{
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: center;
}
.round-contents_item p{
	  font-size: 18px;
    line-height: 2;
    text-align: center;
	  width: 70%;
	  margin: auto !important;
}
/* 記事一覧ここから */
.menu-item-nav{
		  font-family: 'Noto Serif JP', sans-serif;
	background: #fff;
	margin: 0 0 7vh;
	padding: 7vh 0;
}
.menu-item-nav h1{
	font-weight: normal;
	font-size: 32px;
	color: #4A4A4A;
}
.menu-item-nav h2{
	font-weight: normal;
	color: #4A4A4A;
}

.menu-item-flex{
    display: flex;
    margin-top: 60px;
}
.menu-item-left{
    position:relative;
	display:inline-block;
}
/*
.menu-item-left::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 70%;
    right: -20px;
    top: 20px;
    background: linear-gradient(92.57deg, rgba(253, 203, 124, 0.25) -6.05%, rgba(237, 166, 60, 0.25) 92.8%);
    z-index: 1;
}*/
.menu-item-left img{
   padding-right: 4vw;
	 width: 250px;
	 filter: drop-shadow(10px 10px 10px rgba(255, 193, 121, 0.15));
}
.menu-item-right{
    text-align: left;
    margin: 0;
    max-width: 550px;
}

.menu-item-right h1{
	color: #FDCB7C;
  position:relative;
	display:inline-block;
  font-size: 45px;
  font-family: 'Garamond';
	font-weight: normal;
}

.menu-item-right h1::after{
	content:"";
	display:block;
	width: 200px;
	border-top:1px solid #B2B2B2;
	position:absolute;
	left:120%;
  top: 50%;
}
.menu-item-right h2{
	color: #464646;
	margin-top: 0 !important;
}
.menu-item-right h3{
	padding: 0 !important;
	margin: 0;
}
.menu-item-right p{
	color: #4A4A4A;
	font-weight: 100;
	padding-top: 5px;
	line-height: 1.8;
	margin: 0;
	letter-spacing: 0.05em;
}
.menu-box{
	display: grid;
	justify-content: center;
}
p.caption {
    font-size: .9em;
    font-weight: 600;
    color: #fcb94e;
}
.menu-item-right-inner {
    margin-bottom: 50px;
}
.menu-item-textbox p {
    margin-bottom: 10px;
}


/* メニュー一覧ここから */
.menu-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-top-background{
    background-color: #F6F1ED;
    margin: 0 0 30px 0;
    padding: 70px 0;
}
.menu-content-left img{
    filter: drop-shadow(20px 20px 40px rgba(0, 0, 0, 0.1));
}
.menu-content-right{
    text-align: left;
    margin: 0;
    width: 42%;
   font-family: 'Noto Serif JP', sans-serif;
}
.menu-content-right h2{
	  color: #413535;
    position:relative;
	  display:inline-block;
    font-size: 36px;
    font-weight: normal;
}
.menu-content-right h2::after{
	content:"";
	display:block;
	width: 200px;
	border-top:1px solid #111;
	position:absolute;
	left:120%;
  top: 50%;
}
.menu-content-right h3{
    font-size: 27px;
	  line-height: 1.6;
    font-weight: normal;
    color: #C3835E;
    margin-top: 10px;
	  font-weight: normal;
}
.menu-content-right p{
	  color: #413535;
	  font-weight: normal;
}
.menu-content-right span{
	  font-weight: normal;
	  font-size: 20px;
}


/* よくある質問 */
.menu-question{
   padding-top: 30px;
}
.menu-question h2{
		font-weight: normal;
	  color: #706969;
	  padding-bottom: 15px;
	 line-height: 2;
}
.menu-question p{
	font-size: 20px;
	line-height: 2;
}
.question-flex{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 12vh;
}
.menu-question-back{
	 margin-top: -60px;
	 padding: 15vh 0 10vh;
   background: linear-gradient(180deg, #FDF6E9 -21.78%, rgba(253, 246, 233, 0.1) 61.94%, rgba(253, 246, 233, 0.1) 67.02%, #FDF6E9 100%);
}

.pin-fade-in {
    opacity: 0;
    transition-duration: 2000ms;
    transition-property: opacity, transform;
}
.pin-fade-down {
    transform: translate(0, -50px);
}
.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

.menu-checkbox{
    display: flex;
	  flex-wrap: wrap;
    justify-content: flex-start;
    width: 60%;
    text-align: left;
    margin: auto;
    padding: 30px 0;
    border: 1.5px solid #E0C693;
}
.syukumou-list{
	flex-direction: column;
	margin: auto;
}
.menu-checkbox p{
	margin: 10px 0;
}
.menu-checkbox p::before{
    content: url(https://web.archive.org/web/20250322070904im_/https://kamishitsukaizen-class.com/wp-content/uploads/image/checkbox.svg);
    text-align: left;
    position: relative;
    top: 5px;
    right: 5px;
    margin-left: 50px;
}

.menu-cause{
    margin-top: 80px;
    padding: 7vh 0 0 0;
    background-image: url(https://web.archive.org/web/20250322070904im_/https://kamishitsukaizen-class.com/wp-content/uploads/image/background-1.png);
	background-size: contain
}
.menu-cause h1{
    font-size: 28px;
	  color: #413535;
	  font-weight: normal;
	  padding-bottom: 30px
}
.menu-cause h2{
    letter-spacing: 0.1em;
    color: #C59842;
    font-size: 36px;
}
.menu-cause h4{
    font-size: 25px;
		font-weight: normal;
}

.menu-feature{
    background-image: url(https://web.archive.org/web/20250322070904im_/http://site.g-b.biz/re3balance/wp-content/uploads/image/background-2-2.svg);
    background-size: cover;
    padding: 7vh 0;
}
.menu-feature h1{
    font-size: 32px;
    color: #C3835E;
	  padding-bottom: 0;
}
.menu-feature h2{
    color: #323232;
    font-size: 30px;
    font-weight: normal;
}
.menu-feature h3{
    color: #3e3636;
    font-size: 20px;
    font-weight: normal;
	  letter-spacing: 0.1em;
  	padding: 0 5px;
}
.menu-feature h4{
    color: #706969;
    font-size: 22px;
    font-weight: 100;
	  letter-spacing: 0.1em;
}

.feature-box{
    border: 1px solid #E0C693;
    background-color: #fff;
    padding: 30px 0;
    margin: 30px 20px;
}
.feature-flex{
	display: flex;
	justify-content: center;
	align-items: initial;
}
.feature-box{
    width: 30%;
}
.feature-box h2{
    font-size: 25px;
    color: #C3835E;
	  padding: 0 5px;
}
.feature-box p{
    text-align: left;
    margin: auto !important;
    padding: 15px 0;
    width: 80%;
	  color: #3e3636;
	  line-height: 2;
  	font-weight: 100;
}
.feature-box ol {
    text-align: left;
    margin-left: 2.5em;
}
.feature-box li{
	line-height: 1.8 !important;
	margin-bottom: 2vh;
}
#attention{
　　display: inline-block;
    text-align: left;
    margin: 7vh 0 0;
    line-height: 2;
}
.comp-desc-flex{
		display: flex;
		background-color: #F6F1ED !important;
		text-align: left;
    justify-content: flex-start;
    width: auto;
	  margin: 7vh 0 0;
	}
 .comp-left{
     width: 30%;
     overflow: hidden;
 }
 .comp-left img{
     width: 100%;
     height: 100% !important;
 }
.comp-right{
     width: 50%;
     height: auto;
     overflow: hidden;
	   padding: 7vh 5vw;
}
.comp-right h2{
	font-size: 28px;
	color: #706969;
}
.comp-right h3{
	font-size: 20px;
	color: #C3835E;
}
.comp-right h4{
	display: inline-block;
	position: relative;
	margin-top: 1em;
	line-height: 2;
	font-size: 16px;
	color: #C3835E;
}
.comp-right h4::before{
	content: url(https://web.archive.org/web/20250322070904im_/https://kamishitsukaizen-class.com/wp-content/uploads/image/checkbox.svg);
	position: relative;
	top: 3px;
	left: -10px;
}
.comp-right span{
	font-style: normal;
font-weight: bold;
font-size: 18px;
letter-spacing: 0.1em;
}

.comp-right p{
	line-height: 1.8;
}

.menu-support{
	background: #fff !important;
	margin: 7vh 0 0;
}
.menu-support h3{
	width: 85%;
	margin: auto;
	line-height: 2;
	text-align: left;
}
.menu-support-box{
	width: 28%;
}

/* お客様へのお願い PC */
.rules{
	padding: 7vh 0;
}
.rules h1{
	font-weight: normal;
	color: #454545;
}
.rules ol{
	width: 80%;
	margin: auto;
}
.rules li{
	text-align: left;
	line-height: 2;
	padding-top: 25px;
	font-size: 18px;
	color: #4A4A4A;

}
.rules-box{
	border: 2px solid #E0C693;
	background: #fff;
	width: 60%;
	margin: auto;
	padding: 5vh;
}

.cancel-policy h1{
	padding: 0 !important;
}

.cancel-policy h2{
	font-size: 22px !important;
	margin: 0 !important;
}
.cancel-policy p{
	width: 80% !important;
	margin: auto !important;
	padding: 3vh 0 7vh;
}


.diamond-icon{
	padding: 8px 0
}

/* 施術事例ここから */
.menu-modelcase{
		padding: 7vh 0;
}
.menu-modelcase h1{
	padding: 40px 0;
}
.modelcase-flex{
    padding: 5vh 0;
    display: flex;
    justify-content: center;
}
.modelcase-flex p{
    font-size: 25px;
    color: #C3835E;
}



/* お問い合わせフォーム PC */
.line {
    width: 80%;
    margin: 7vh auto;
}
.line img {
    width: 95%;
    max-width: 850px !important;
}

.menu-item-nav.contact-area {
    background: none;
    width: fit-content;
    margin: auto;
    padding: 7vh 0 0;
}

.contact-form{
    background-image: url(https://web.archive.org/web/20250322070904im_/https://kamishitsukaizen-class.com/wp-content/uploads/image/backround-3.png);
    background-size: cover;
    padding: 7vh 0;
}
.contact-form h2{
    color: #e58634;
    font-size: 36px;
    margin: 0;
	  font-weight: 400;
}
.contact-form p{
    width: 45%;
    margin: auto !important;
    text-align: left;
	  font-weight: normal;
	  color: #4A4A4A;
}
.contact-btn{
    background-color: #464646;
    border-radius: 40px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    min-width: 220px;
    height: 50px;
    padding: 0 4vw;
    margin: 5vh 3vw;
}
.contact-btn a{
    font-size: 18px;
    position: relative;
    display: inline-block;
    color: #fff;
    margin: 0;
}
.contact-btn a::after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 52%;
    right: -12%;
    margin-top: -4px;
    transform: rotate(45deg);
}
.yellow{
    background: linear-gradient(92.57deg, #FDCB7C -6.05%, #EDA63C 92.8%);
}

/* ホバーエフェクト */
.contact-btn:hover {
    background: #fff;
    border: 2px solid #EDA63C;
}
.contact-btn:hover > a{
	color: #EDA63C;
  transition: all 1.5s;
}

/* アクセスここから */
.access{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: left;
	padding: 4em 2em 7em;
}
.access-text{
  width: 75%;
	margin-right: 100px;
	color: #4A4A4A;
}
.access-text h1{
	font-weight: normal;
	font-size: 36px;
	margin-bottom: 30px;
}
.access-text h3{
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 5px;
  color: #FDCB7C;
}
.access-text p{
	border-bottom: 1px solid #4A4A4A;
	line-height: 1.8;
}
.access-text a{
	color: #4A4A4A;
}
.access-img{
	overflow: hidden;
	height: 100%;
	width: auto;
	display: block;
	filter: drop-shadow(4px 4px 10px rgba(146, 146, 146, 0.25));
}

/* よくある質問ここから */
.qa-back{
	padding: 10vh 0;
	color: #706969; 
}
.qa-back h1{
	font-weight: normal;
  padding-bottom: 10px;
	font-size: 32px;
}
.qa-block{
	display: grid;
	justify-content: center;
	width: 850px;
	margin: 0 auto;
}
.qa-box{
  border-bottom: 1px solid #ddba4d;
	background: #fff;
}
.qa-item{
  width: 850px;
  cursor: pointer;
	margin: 0 1em;
	text-align: left;
	margin-top: 30px;
}
.qa-title{
	width: 100%;
  transition: ease-in-out 100ms;
	margin-bottom: 0 !important;
}
.qa-title{
	font-size: 22px !important;
}
.qa-text{
	width; 850px;
	margin: 0 1em;
  display: none;
  padding-top: 5px;
	text-align: left;
}
.qa-text p{
	font-weight: 100;
	font-size: 18px;
	margin-bottom: 0 !important;
}

.fa{
  transition: ease-in-out 300ms;
}
.accordion-header .fa {
  float: right;
	line-height: 35px;
}
.fa-angle-down:before {
  content: "";
	
}
.rotate-fa{
  transform: rotate(180deg);
} 
.qa-title .fa{
  float: right;
  line-height: 35px;
}
.qa-gold{
  color: #ddba4d;
}
.qa-no-bar{
  border-bottom: 0;
}

.shop_btn{
	margin: 20px 0 7vh; 
}
.school_text-box{
	width: 450px;
}

/* SP表示ここから */
@media screen and (max-width: 680px){
	.container p{
		font-size: 15px;
    width: 90%;
		margin: auto !important;
	}
	.container h3{
		font-size: 16px;
		font-weight: 400;
	}
	.about{
		padding: 7vh 3vw;
			background-image: url(https://web.archive.org/web/20250322070904im_/https://kamishitsukaizen-class.com/wp-content/uploads/image/background-1.png)	;
		background-size: cover;
	}
	.about h1{
		font-size: 32px;
	}
	.about p{
		padding-bottom: 1em;
	}
  .img-pc{
	display: none !important;
    }
  .img-sp{
   	display: inline-block       !important;
    }
	.br-pc{
		display: none;
	}
	.br-sp{
		display: block;
	}

	
	/* ３つの画像とテキスト SP */
	.threebox-content{
   flex-direction: column;
    margin-bottom: 10px;
		padding: 0; 
  }
	.threebox-content h3{
		font-size: 20px;
		padding-top: 15px;
		
	}
	.threebox-content img{
		max-width: 80% !important;
	}
  .threebox-content-item{
    width: auto;
    border: none;
		padding-top: 15px
    }
  .threebox-content-item-end{
    width: auto;
		padding-top: 15px;
    }
	
	/* 円形画像とテキスト SP */
	.round-contents-background{
     background: #f1f1f1cf;
		 margin-top: 0;
	  }
	.round-contents{
      flex-direction: column;
    }
   .round-contents_item{
      width: auto;
    }
 	.round-contents_item h1{
			font-size: 20px;
		  font-weight: 400;
	 }	 
  .round-contents_item p{
		  text-align:left;
		 width: 80%;
		font-size: 15px;
	}
	
	 /* 記事一覧ここから SP */
  .menu-item-nav h2{
      font-size: 16px;
	    margin: 0 !important;
  }
  .menu-item-nav h1{
		font-family: 'Noto Serif JP';
	  margin-top: 15px; 
    font-size: 24px;
  }
  .menu-item-flex{
      flex-direction: column;
      margin-top: 40px;
  }
	.menu-item-left img{
			width: 190px;	
	}
  .menu-item-right{
    padding: 15px;
		margin: auto;
  }
  .menu-item-right h3{
      font-size: 15px;
  }
  .menu-item-right p{
    font-size: 14px;
    padding: 10px 10px 0 0;
    margin: 0 !important;
  }
	
	/* メニュー一覧ここから SP */
  .menu-flex{
    flex-direction: column
  }
	.menu-top-background{
		padding: 30px 0;
	}
	 .menu-content-left img {
        filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
		 max-width: 80%;
    }
	 .menu-content-right{
		 width: auto;
		 padding: 0 25px;
	 }
	 .menu-content-right h2{
		 font-size: 26px;
	 }
	.menu-content-right h2::after {
		content: none;
	  }
	.menu-content-right h3{
		font-size: 18px
	  }
	.menu-content-right p{
		font-size: 15px;
		width: 100%;
		line-height: 2;
	  }
	.menu-question h2{
		font-size: 16px
	}
	.menu-checkbox{
		width: 85%;
		flex-direction: column;
		font-size: 13px;
	}
	.menu-checkbox p::before {
		margin-left: 25px;
	}
	.menu-cause{
    background-image: url(https://web.archive.org/web/20250322070904im_/https://kamishitsukaizen-class.com/wp-content/uploads/image/background-1.png);
	background-size: auto;
}
	.menu-cause h1{
		font-size: 20px;
		padding: 0;
	}
	.menu-cause h4{
		font-size: 14px;
	}
	/* メニュー特徴ここから SP */
	.menu-feature{
		margin-top: 25px;
		background-image: url(https://web.archive.org/web/20250322070904im_/https://kamishitsukaizen-class.com/wp-content/uploads/image/background-2-2.png);
	}
	.menu-feature h2{
		font-size: 16px
	}
	.feature-box{
    width: 90%;
		margin: 20px auto;
   }
  .feature-box h2{
    font-size: 20px;
   }
  .feature-box p{
    font-size: 14px;
   }
	.feature-flex{
		flex-direction: column;
	}	
	#attention{
    text-align: center;
  }
	
	.question-flex{
		flex-direction: column-reverse;
		
	}

  /* 記事一覧ここから SP */
	.menu-item-nav h2{
       font-size: 20px;
    }
    .menu-item-flex{
       flex-direction: column;
       margin-top: 40px;
    }
    .menu-item-right{
       padding: 15px;
    }
    .menu-item-right h3{
       font-size: 16px;
    }
    .menu-item-right p{
       font-size: 14px;
    }
    .menu-item-right_textbox{
       margin: auto;
    }
	
	/* 問い合わせここから SP */
	.contact-form {
    background-image: url(https://web.archive.org/web/20250322070904im_/https://kamishitsukaizen-class.com/wp-content/uploads/image/backround-3.png);
	}
	.contact-form h2{
		font-size: 18px;
		padding-top: 20px;
	}
	.contact-btn{
		margin: 2vh 8vw;
	}
	.contact-btn a{
		font-weight: normal;
		font-size: 14px;
	}
	.yellow{
		margin-bottom: 30px;
	}
	.contact-form p{
		font-size: 14px;
		width: 80%;
	}

	/* こんな方におすすめ SP */
	.comp-desc-flex{
		display: flex;
    justify-content: flex-start;
		flex-direction: column-reverse;
    width: auto;
	  margin: 7vh 0 0;
	}
 .comp-left{
   width: 320px;
	 height: 230px;
	 margin: 0 auto 30px;
 }
 .comp-left img{
     height: auto !important;
 }
.comp-right{
    width: 80%;
	  margin: auto; 
	  padding: 7vh 5vw;
}
.comp-right h2{
	color: #323232;
	font-size: 18px;
	text-align: center;
	margin-bottom: 25px;
}
.comp-right h3{
	font-size: 16px;
}
.comp-right h4{
	color: #323232;
	font-size: 15px;
}
.comp-right span{
  font-weight: normal;
  font-size: 15px;
	text-align: center;
}
	
/* お客様へのお願い SP */
	.rules-box{
		width: 80%;
		padding: 20px;
	}
	.rules li{
		font-size: 15px;
	}
	
	
/* よくある質問ここから SP */
.qa-block{
	width: 310px;
}
.qa-item {
    width: 310px;
    margin: 30px 5px 0px;
}
p.qa-title{
	font-size: 17px !important;
	width: 99%;
}
.qa-text{
	width; 310px;
}	

/* スクールショップここから SP */
.contact-btn.yellow.shop_btn {
    margin: 3vh 0;
}
.school_text-box {
    width: 300px;
}


/* アクセスここから SP */
.access{
	flex-direction: column;
}
.access-text{
  width: 90%;
  margin: auto;
}
.access-text p{
		padding: 20px 5px 0;
}
.access-img {
    margin-top: 20px;
}	
/* お問い合わせ タイトル SP */
.menu-item-nav.contact-area h1{
	font-size: 18px;
}
	
	
}

/* タブレット表示ここから */
@media screen and (min-width: 681px) and (max-width: 999px){
    .menu-item-nav h2{
        font-size: 20px;
    }
    .menu-item-nav h1{
        font-size: 28px;
    }
    .menu-item-flex{
        margin-top: 40px;
    }
    .menu-item-right{
        padding: 15px 15px 15px 35px;
    }
    .menu-item-right h3{
        font-size: 16px;
    }
    .menu-item-right p{
        font-size: 14px;
    }
	
	
/* メニュー特徴ここから Tab */
	.feature-flex{
		flex-direction: column;
	}
  .feature-box{
    width: 80%;
		margin: 20px auto;
   }
  .feature-box h2{
    font-size: 20px;
   }
  .feature-box p{
    font-size: 16px;
   }
  #attention{
    text-align: center;
   }
	
		/* こんな方におすすめ Tab */
.comp-desc-flex{
	flex-direction: column-reverse;
  width: auto;
	margin: 7vh 0 0;
}
.comp-left{
   width: 500px;
	 height: 320px;
	 margin: 0 auto 30px;
 }
 .comp-left img{
     height: auto !important;
 }
.comp-right{
    width: 80%;
	  margin: auto; 
	  padding: 7vh 5vw;
}
.comp-right h2{
	font-size: 26px;
	text-align: center;
	margin-bottom: 25px;
}
.comp-right h3{
	font-size: 20px;
}
.comp-right h4{
	font-size: 15px;
}
.comp-right span{
  font-weight: normal;
  font-size: 15px;
	text-align: center;
}
.feature-box ol {
  margin-left: 4em;
}
	
}




/* お問い合わせここから */
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
text-align: left;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.Form-Item input, .Form-Item select, .Form-Item textarea {
    background: #fffaf2;
    border-radius: 5px;
}
.Form-Item select {
    max-width: 450px;
    width: 100%;
}
.wpcf7-submit {
    border-radius: 5px;
    font-family: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 275px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #fcc367;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fffaf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #fffaf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  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: #fcc367;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}




















