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


.body{
overflow-x: hidden;
}

.html{
overflow-x: hidden;
}

.wrap {
     overflow: hidden;
 }

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}

header {
		border-top: solid 3px #F26F0D;

    /*border-top:20px solid #217EC2;*/
/*    height: 100px;
*/}
.s_col{
	background-color: #F26F0D;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 14px;
	color: #fff;
    padding: 0.5% 2.0rem ;
 

}


/*====================================================================
背景三角部分　▽▽▽▽▽▽
====================================================================*/
.san_box {
  background: #FEEBDA;
  position: relative;
  margin:80px 0 0px 0;
}
.san_box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width:0 50vw 100px 50vw;
  border-color: transparent transparent  #FEEBDA transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
.san_box .san_in {
  text-align: center;
  padding: 0 0 30px;
}

.san_in {
  text-align: center;
  padding: 0 0 30px;
}
.san_box .san_in .san_t_a {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px;
}
.san_box .san_in .san_t_b {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.san_in {
  text-align: center;
  padding: 0 0 10px;
}
/*====================================================================
背景三角部分ここまで　△△△△△△△
====================================================================*/



.row02 {
	text-align:center;
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;

}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 0.5rem;
	/*border: 2px solid #000;*/
}
nav ul {
	margin: 0 10%;
	width: 80%;
}


nav {
	background-color: #fff;
	margin-top: 0%;
	font-size: 16px;
	color: #333333;

}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
/*	margin: 1rem 0 0 0;
*/
	padding: 0.9% 2.0rem 0.3% 2.0rem;
    position: relative;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
	
}


nav a:hover {
	background-color: #F26F0D;
	color: #fff;
 /*   background-color: #f7f7f7;    */
}
nav a {
    padding: 0.5rem;
}





nav li {
    display: block;
    color: #333;/* 文字色 */
    border-left: 3px dotted #F26F0D;/* 縦線の太さと色 */
}
nav li:first-child  {
    border: none;
}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 10px;
	text-align: center;
}
.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;
}
.triangle:after {
   display: none;
}	
.triangle img{
    height:  200%;
	width: 200%;
}	

	
}
    
/*メイン画像
-------------------------------------*/
.mainimg img {
    /*width: 100vw;*/
	/*width: 100%;*/
	text-align:center;
	height: auto;
	
}


	
.mainimg {

	background: url("../img/bg.jpg") repeat bottom;
	height: auto;
	background-size:auto;
	text-align: center;
	padding: 0;
}





.price{
	font-size:20px;
	font-weight: bold;
	color: #CB191C;
font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


.price02{
	font-size:16px;
	font-weight: bold;
	color: #CB191C;
font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


.cp_ribbon05 h3{
/*	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
*/	font-weight: bold;


}
.itemname{
font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
	font-size:110%;
	color: #1C4D80;


}


/*メインコンテンツ
-------------------------------------*/
main {
    margin:0 0 0 0;
}
section {
	margin:0  0 2% 0;
	padding: 1rem 0;
}
.gray-back {
	background-color: #EBF2F7;
	/*margin-top: 5%;*/
}
.gray-back02 {
	background-color: #EBF2F7;
	text-align: center;
	/*margin-top: 5%;*/
}
.back02 {
	margin-top:0%;
	background: url("../img/imgbg.jpg")no-repeat;
	text-align: center;
	background-size: cover;
}


.cente02 {
	text-align: center;
	margin-bottom: 3px;;
}
/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}


.flow.rowF {
	margin-bottom: 3rem;
}


.rowF {
	margin: 3rem 0 3rem 0;}


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


.row {
/*	margin: 5rem 0 1rem 0;*/
	/*background-color:#F9F7F1;*/
	/*border: 3px #6B2108 solid;*/
	border-radius: 20px;
	padding: 3%;
}

.mt20{
	margin-top: 20px;
}
.mtb30{
	margin-top: 30px;
	margin-bottom: 30px;
}

/*フッター
-------------------------------------*/
footer {
    background-color:#C8C8C8;
	background:#FBCAA6;
    padding: 5rem 0;
	/*color: #2D55F9;*/
	color: #B6530A;
}
footer a:link {

	color: #B6530A;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}


.contact-box {
    max-width: 80%;
    height: auto;
	padding: 5%;

}

/*.big-o{ font-size: 2.8rem; color: #F26F0D; 
text-align: center;
font-weight: bold;
}

*/



.big-o{
	font-size: 2.8rem;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  position: relative;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}

.big-o:before,
.big-o:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

.big-o:before {
  top: 0;
}
.big-o:after {
  bottom: 0;
}




/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #000;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline;
}

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

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
	
}
	
.s_col{
	text-align: center;
	
}
}
/*	
	
}

/*追加css
-------------------------------------*/

.col02{
/*	padding: 1% 2%;
	padding-top: 5%;
*/
	
	
}
.col03{
	background: #fff;
	padding: 5%;
	margin: 3% 10%;
	border-radius: 30px;
	text-align: center;
	
}


/*追加css svg
-------------------------------------*/

.triangle {
  position: relative;
  border-top: 10px solid #FF7200;
/*    background-color: #F9F7F1;*/
}


.triangle  div{
	text-align: center;
}

.triangle:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top:70px solid #FF7200;
	 background-color: #F9F7F1;
}


.sec {
  /*padding: 50px 0px 30px;*/
}
.sec01 {
  /*padding-top: 150px;*/
  background-color:#FF7200;
}

.sec02 {
  padding-top: 150px;
  background-color: #ffffff;
}





.ribbon11-wrapper {  
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  width: 300px;
  background: #f1f1f1;
}
.ribbon11 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  font-size: 22px;
  color: white;
  background: #70c7ff;
}
.ribbon11:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #6eb3e0;
}



.example {
  position: relative;
  }

.example p {
  position: absolute;
  top: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: #F21C2C;/*背景色*/
  font-size: 20px;
  line-height: 1;/*行高は1に*/
  padding: 10px 10px;/*文字周りの余白*/
	
  }

.example img {
  width: 100%;
  }



















/************************　ランキング　***************************/





.cp_card {
	width: 380px;
	height: 340px;
	position: relative;
	background: #ffffff;
	overflow: visible;
	margin: 2em auto;
	padding: 0.2em;

	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}



.cp_card02 {
	width: 480px;
	height: 340px;
	position: relative;
	background: #ffffff;
	overflow: visible;
	margin: 2em auto;
	padding: 0.2em;

	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.cp_ribbon05 {
    position: absolute;
    top: -6px;
    right: 0px;
    overflow: hidden;
    width: 108px;
    height: 108px;
}
.cp_ribbon05 .cp_ribbon {
	font-size: 1em;
	line-height: 1.2em;
	position: relative;
	top: 26px;
	left: -4px;
	width: 150px;
	padding: 7px 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	text-align: center;
	letter-spacing: 0.5px;
	color: #333333;
	color: #ffffff;
	border: 1px dashed #ffffff;
	box-shadow: 0px 0px 0px 3px#763D10;
	background-color:#763D10;
}
.cp_ribbon05 .cp_ribbon:before, .cp_ribbon05 .cp_ribbon:after {
	position: absolute;
	bottom: -8px;
	content: '';
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color: #BF822F transparent transparent transparent;
}
.cp_ribbon05 .cp_ribbon:before {
	left: -4px;
}
.cp_ribbon05 .cp_ribbon:after {
	right: 3px;
}



 .cp_ribbonB {
	font-size: 1em;
	line-height: 1.2em;
	position: relative;
	top: 26px;
	left: -4px;
	width: 150px;
	padding: 7px 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	text-align: center;
	letter-spacing: 0.5px;
	color: #333333;
	color: #ffffff;
	border: 1px dashed #ffffff;
	box-shadow: 0px 0px 0px 3px#C89600;
	background-color:#C89600;
}
.cp_ribbon05 .cp_ribbonB:before, .cp_ribbon05 .cp_ribbonB:after {
	position: absolute;
	bottom: -8px;
	content: '';
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color:#FFCC33 transparent transparent transparent;
}
.cp_ribbon05 .cp_ribbonB:before {
	left: -4px;
}
.cp_ribbon05 .cp_ribbonB:after {
	right: 3px;
}




.cp_ribbonC {
	font-size: 1em;
	line-height: 1.2em;
	position: relative;
	top: 26px;
	left: -4px;
	width: 150px;
	padding: 7px 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	text-align: center;
	letter-spacing: 0.5px;
	color: #333333;
	color: #ffffff;
	border: 1px dashed #ffffff;
	box-shadow: 0px 0px 0px 3px#AAAAAA;
	background-color:#AAAAAA;
}
.cp_ribbon05 .cp_ribbonC:before, .cp_ribbon05 .cp_ribbonC:after {
	position: absolute;
	bottom: -8px;
	content: '';
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color:#D3D3D3 transparent transparent transparent;
}
.cp_ribbon05 .cp_ribbonC:before {
	left: -4px;
}
.cp_ribbon05 .cp_ribbonC:after {
	right: 3px;
}





.tcd_h3_style2 {
  background-color:#F26F0D;
  color: #FFF;
  font-size: 30px !important;
  line-height: 1.3;
	font-family:"ＡＲＰＯＰ体Ｂ";
font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;	font-weight: bold;
  padding: 10px !important;
  margin: 0 0 30px 0 !important;
  text-align: center;
	border-radius: 50px;
}



.bltt{
  background-color:#4472C4;
  color: #fff;
font-weight: bold;
	font-size: 120%;

}

.tbl-m01 {
  border-collapse: separate;
  border-spacing: 5px;
} 
.tbl-m01.m02 {
  border-spacing: 1px 0;
  margin: 0 auto 100px;
	border: #fff 1px solid;
}
.tbl-m01.m02 th {
  border: none;
	border: #fff 1px solid;
}
.tbl-m01.m02 td {
/*  background: #fbf5f5;
*/  border: none;
	border: #fff 1px solid;

	
}
.bl{
	background-color: #EBF2F7;
}
.bl02{
	background-color:#CDDEEB;
}


@media screen and (max-width: 640px) {
  .tbl-m01 th {
    width: 20%;
  }
  .tbl-m01 td {
    border-bottom: solid 1px #ccc;
    width: 25%;
  }
}



/*p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}*/

table {
  margin: 20px auto;
}
.tbl-r02  {
 background: #fff;
	padding: 2%;
}

.tbl-r02 th {
/*  background: #e9727e;
*/  /*border: solid 1px #ccc;*/
  padding: 10px;
	font-weight: bold;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
	font-size:80%;

	text-align: center;
	vertical-align: top;
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}



/*

h4 {
	margin: 0 10%;
	font-size: 125%;
  position: relative;
  padding: 1.5rem 1.5rem calc(1.5rem + 10px);
  border: 2px solid #000;
font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;	font-weight: bold;
}

h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  border-top: 2px solid #000;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*/




h4 {
	width:80%;
	margin: 2% 10%;
	font-size: 155%;
font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;	font-weight: bold;
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid #000;
	
    background:linear-gradient(transparent 60%, #ff6 60%);
}

h4:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #000;
}

h4 span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}

@media screen and (max-width: 640px) {

h4 {
  width: 100%;
  margin: 2% ;
  font-size: 120%;
  padding: 1%;
  border: 2px solid #000;
  background: linear-gradient(transparent 60%, #ff6 60%);
	padding-bottom: 3%;
}
	
h4::before {
  position: absolute;
  top: 0%;
  left: 0px;
  width: 100%;
  height: 300%;
	background: none;

}
	
h4 span {
  font-size:180%;
  display: block;
  padding-top: 5px;
  padding-left: 1px;
  color: #000;
}	
}


.japanese {
  /*background: #000599;*/
	padding: 5% 1%;

	
}
.english {
  /*background: #006999;*/
	padding: 5% 1% 2% 0;
}
.japanese,
.english {
 
}
p {
  text-align: left;
}
/*img {
  max-width: 100%;
  height: auto;
}*/

.flexbox {
margin: 3% 0 ;
}


 .flexbox  p{
      margin: 0 auto;
	 line-height: 160%;
	 font-size: 120%;
    }


/* Responsive */
@media ( min-width : 600px ){
 
    .flexbox {
      width: 800px;
      margin: 0 auto;
      display: -webkit-flex;
      display: flex;
    }
  .japanese,
  .english {
    -webkit-flex: 1;
    flex: 1;
    background: none;
	  text-align:center;

  }
	.english {
	  text-align:center;
}
	

}




.sample_h_8{
font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;	font-weight: bold;font-size: 1.5em;/* フォントサイズ */
padding: 1%;
margin-bottom:5px;
border-bottom:#2f51a2 solid 3px; 
color: #2f51a2;/* フォント色 */

}



.sample_h_9{

font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;	font-weight: bold;font-size: 0.8em;/* フォントサイズ */
padding: 1%; 
color: #F26F0D;

}




/*  カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em 5%;
/*    max-width: 960px;
*/    width: 90%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
	margin-top:30px;
}

/* リンクテキストの下線を非表示 */
a.card-link {
    text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.card-figure {
    margin: 0;
    padding: 0;
	text-align: center;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 0.6em 0 0;
    color: #333;
    text-align: center;
    font-size: 1.8em;
}

/* カードレイアウトの説明文部分 */
.card-text-tax {
    margin: 0;
    padding: 1em;
    color: #818181;
}


/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
	text-align: center;
    padding: 0;
    width: 100%;
/*    background: #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);*/
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(100% / 2); /* 100%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(100% / 3); /* 100%幅を3で割るという指定 */
    }
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(100% / 3);
    }
}


*, *:before, *:after {
	box-sizing: border-box;
}

.col_B{
	overflow: hidden;
	width: 80%;
	margin: 10%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
}

.col_B img{
	width: 80%;
	margin: 10%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_B > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_B > div{
		width: 100%;
	}
}



.toiawase {
	background: rgba(238,238,238,0.8);
	width:70%;
	margin: 5% 15%;
	text-align: center;
	padding: 3%;
}

.chatch002{
font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	font-size: 150%;

}

.muryou{
	color: #FF7777;
	font-size: 150%;
	font-weight: bold;

}



.col_2E{
	width: 80%;
	margin: 2% 10%  0 10%;	
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2E > div{
	width: 50%;
	/*padding: 10px;*/
}
@media screen and (max-width: 960px) {
	.col_2E > div{
		width: 100%;
	}
}

/*footer a{color: #fff !important;
}

*/
