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

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #000;
    --link-color: #666;
    --linkhover-color: #999;
    --back-color: #f9f9f9;
    --border-color: #ccc;
    --white-color: #fff;
}


img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;
}
a:hover { 
    color: var(--linkhover-color);
}

a:hover img {
	opacity: 0.5;
	/*--IE,FF対応--*/
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50)";
	transition: 0.5s ;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;
  color: #444;
  line-height: 1.25; }

h1,
.h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2; }

@media (min-width: 600px) {
    h1,
    .h1 {
      font-size: 50px; } }

h2,
.h2 {
  font-size: 22px;
  font-weight: 700; }

  @media (min-width: 1000px) {
    h2,
    .h2 {
      font-size: 32px; } }

h3, .h3 {
  font-size: 20px;
  font-weight: 600; }

@media (min-width: 1000px) {
    h3, .h3 {
      font-size: 22px; } }

.catch p {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		margin-bottom: 75px;
}



@media (max-width: 849px) {
.catch p {
    padding: 0 2.0rem;
} }

@media (min-width: 850px) and (max-width: 1099px){
.catch p {
		width: 750px;
} }

@media (min-width: 1100px) {
.catch p {
		width: 1000px;
} }


.container h3 {
	margin-top: 25px;
}

.container p {
	margin-bottom: 25px;
}

.icon img {
    border-radius: 15px;
    border: 6px solid #ff9933;
}

.thumbnail img {
    border-radius: 15px;
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}

.contact-button {
  display: inline-block;
  width: 180px;
  height:50px;
  text-align: center;
  background-color: #ff9933;
  font-size: 16px;
  line-height: 47px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #ff9933;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s ;
}

.contact-button:hover  {
    background-color: #fff;
	border: 2px solid #ff9933;
	color: #ff9933;
}

nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
	font-weight: bold;
	font-size: 85%;
}

nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: #f9e4b9;
	border-radius: 10px;
	color: #666;
}
nav a {
    padding: 0.5rem;
	border-radius: 10px;
	transition: 0.5s ;
}


@media screen and (min-width: 600px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 600px){
.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 {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}

/* ボタン装飾 */
.moreBtn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #ff9933;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #ff9933;
  border-radius: 15px;
  transition: 0.5s ;
}

.moreBtn a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #ff9933;
  border-right: 3px solid #ff9933;
  transform: rotate(45deg);
}

.moreBtn a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ff9933;
}

.moreBtn a:hover::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
/* ボタン装飾 */

/* ボタン装飾 */
.moreBtn2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #1c99d7;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #1c99d7;
  border-radius: 15px;
  transition: 0.5s ;
}

.moreBtn2 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #1c99d7;
  border-right: 3px solid #1c99d7;
  transform: rotate(45deg);
}

.moreBtn2 a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1c99d7;
}

.moreBtn2 a:hover::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
/* ボタン装飾 */

/*メイン画像
-------------------------------------*/

.mainimg {
  text-align: center;
}

.mainimg img {
    width: 98vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 0 0;
}
section {
	margin: 5rem 0;
	padding: 3rem 0;
}

section h2{
	margin-bottom: 50px;
}

.gray-back {
	background-color: var(--back-color);
}

.cream-back {
	background-color: #fef9ed;
}

/*キャッチコピー
-------------------------------------*/
.catch {
	text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.6rem solid #f9e4b9;
    padding:0 1rem 1rem 1rem;
}

.under2 {
    border-bottom: 0.6rem solid #c3e9fc;
    padding:0 1rem 1rem 1rem;
}

.center {
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #fef9ed;
    padding: 5rem 0;
}

/*コピーライト
-------------------------------------*/
.copyright {
	color: #fff;
	text-align: center;
    padding: 1rem 0;
    background-color: #ff9933;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #ff9933;
	border: 2px solid #ff9933;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background-color: #fff;
	border: 2px solid #ff9933;
	color: #ff9933;
}

/* 幅600px以下の表示
-------------------------------------*/
@media screen and (max-width: 600px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	

/*MV
-------------------------------------*/
.content {
		display: block;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		margin-bottom: 25px;
}
/*MV
-------------------------------------*/
}

/* スペース */

.mt20 {
		margin-top: 20px;
}

.mt25 {
		margin-top: 25px;
}

.mt50 {
		margin-top: 50px;
}

.mt75 {
		margin-top: 75px;
}

.mt100 {
		margin-top: 100px;
}

.mt200 {
		margin-top: 200px;
}

.mb20 {
		margin-bottom: 20px;
}

.mb25 {
		margin-bottom: 25px;
}

.mb50 {
		margin-bottom: 50px;
}

.mb75 {
		margin-bottom: 75px;
}

.mb100 {
		margin-bottom: 100px;
}

.mb200 {
		margin-bottom: 200px;
}
/* スペース */