@charset "utf-8";
/*///////////////////*/
/*-------common-------*/
/*///////////////////*/
.fs_ori_brown{
color: #56240b;
}
.fs_ori_orenge{
color: #ffb300;
}
.fs_ori_green{
color:#F3FFF2;
}
.c_bg_ori_glay{
background:#fffcf4;
}
.c_bg_ori_brown{
background:#56240b;
}
.c_bg_ori_green{
background:#E4FFE8;
}
.c_box_ori_glay{
border: 1px solid #FFEAB5;
}
.c_b_b1_brown{
border-bottom: 1px solid #56240b;
}
.link_s_btn a{
color: #fff!important;
display: block;
width: 130px;
padding: 3px 3px;
box-sizing: border-box;
background: #ffb300;
border-radius: 10px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.link_s_btn a:hover{
background:#CF7E13;
}
.link_l_btn a{
color: #fff!important;
display: block;
width: 300px;
padding: 3px 3px;
box-sizing: border-box;
background: #ffb300;
border-radius: 10px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.link_l_btn a:hover{
background:#CF7E13;
}
.c-b-marker {
background: linear-gradient(transparent 60%, #FFE8CC 0%);
}
.c-text-underline-blue{
text-decoration: underline;
}
.c-text-underline-blue a{
color: #3023A0;
}

/*///////////////////*/
/*-------検索form-------*/
/*///////////////////*/
input[type='text'] {
    width: 100%;
    max-width: 238px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-wrap {
  position: relative;
  width: 100%;
  max-width: 250px;
}
.select-wrap:before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  content: '';
  width: 15px;
  height: 15px;
  background: url(img/form_select.png) no-repeat;
  background-size: contain;
}

.select-wrap select{
  width: 100%;
  outline:none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 5px;
  border:1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
}

.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap2 {
  position: relative;
  width: 100%;
  max-width: 250px;
}
.select-wrap2:before {
  position: absolute;
  right: 15px;
  top: 35%;
  transform: translateY(-50%) translateX(0);
  content: '';
  width: 15px;
  height: 15px;
  background: url(img/form_select.png) no-repeat;
  background-size: contain;
}

.select-wrap2 select{
  width: 100%;
  outline:none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 5px;
  border:1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
}

.select-wrap2 select::-ms-expand {
  display: none;
}
input[type='submit']{
  border: none;
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 10px;
  border-radius: 5px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
/*///////////////////*/
/*-------header-------*/
/*///////////////////*/
.header_s_nav li{
margin-left: 10px;
margin-right: 10px;
}
.header_s_nav_mark img{
margin-bottom: 6px;
margin-right: 3px;
}
nav{
margin-top: 10px;
}
nav ul{
height: 50px;
background: #5bc84f;
}

/*///////////////////*/
/*-------top-------*/
/*///////////////////*/
.mission_btn a{
color: #ffb300!important;
display: block;
font-size: 30px;
font-weight: bold;
width: 300px;
padding: 20px 10px;
border: 2px solid #ffb300;
box-sizing: border-box;
background: #ffffff;
border-radius: 50px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.mission_btn a:hover{
background:#f39923;
color: #ffffff!important;
}
.news_title{
margin-left: 10px;
font-size: 12px;
background: #0a9110;
padding: 2px 10px;
color: #ffffff;
display: inline-block;
box-sizing: border-box;
}

 /* ▼タブ機能の掲載領域の装飾(※必須ではありません) */
   .tabbox { margin: 0px; background-color:#ffffff; }

   /* ▼タブ機能を制御するラジオボタン(非表示にする) */
   .tabbox input { display: none; }

   /* ▼タブ(共通装飾＋非選択状態の装飾) */
   .tab {
      display: inline-block;
      border-width: 1px 1px 0px 1px;
      border-style: solid;
      border-color:#5bc84f;
      border-radius: 0.75em 0.75em 0px 0px;
      padding: 0.75em 1em;
      color:#5bc84f;
      background-color:#F8F8F8;
						font-size: 13px;
   }

   /* ▼タブにマウスポインタが載った際の装飾 */
   .tab:hover {
      background-color:#5bc84f;
      color: #ffffff;
      cursor: pointer;
   }

   /* ▼チェックが入っているラジオボタンの隣にあるタブの装飾(＝選択状態のタブ) */
   input:checked + .tab {
      color: #ffffff;
      background-color:#5bc84f;
      position: relative;
      z-index: 10;
   }

   /* ▼タブの中身(共通装飾＋非選択状態の装飾) */
   .tabcontent {
      display: none;
      margin-top: -1px;
      padding: 1em;
      position: relative;
      z-index: 0;
      background-color:#F8F8F8;
						border:1px solid #5bc84f;
   }

   /* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
   #tabcheck1:checked ~ #tabcontent1 { display: block; }
   #tabcheck2:checked ~ #tabcontent2 { display: block; }
   #tabcheck3:checked ~ #tabcontent3 { display: block; }
   #tabcheck4:checked ~ #tabcontent4 { display: block; }
   #tabcheck5:checked ~ #tabcontent5 { display: block; }
   #tabcheck6:checked ~ #tabcontent6 { display: block; }

/*///////////////////*/
/*-------biginners-------*/
/*///////////////////*/
.biginners_link_btn a{
color: #fff!important;
display: block;
width: 500px;
padding: 10px 3px;
box-sizing: border-box;
background: #ffb300;
border-radius: 10px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.biginners_link_btn a:hover{
background:#CF7E13;
}
.biginners_h2{
background: #5bc84f;
font-size: 25px;
color: #ffffff;
font-weight: bold;
padding: 3px 5px;
}
.biginners_wrap img{
margin: 5px 3px;
}

/*///////////////////*/
/*-------voice-------*/
/*///////////////////*/
.voice_link_btn a{
color: #fff!important;
display: block;
width: 300px;
padding: 10px 3px;
box-sizing: border-box;
background: #ffb300;
border-radius: 10px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.voice_link_btn a:hover{
background:#CF7E13;
}
.voice_h2{
background: #5bc84f;
font-size: 25px;
color: #ffffff;
font-weight: bold;
padding: 3px 5px;
}
.voice_text{
line-height: 2.0;
margin-top: 10px;
}
.voice_box{
border: 7px solid #B8B8B8;
padding: 10px;
margin-top: 20px;
}

/*///////////////////*/
/*-------school-------*/
/*///////////////////*/
.school_link_btn a{
color: #fff!important;
display: block;
width: 220px;
padding: 3px 3px;
box-sizing: border-box;
background: #ffb300;
border-radius: 10px;
text-align: center;
font-size: 12px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
.school_link_btn a:hover{
background:#CF7E13;
}
.school_flex_1100_column{
    -webkit-box-pack:justify; /* android */   
    -webkit-justify-content:space-between; /* safari */
    -ms-flex-pack:justify; /* IE */
    justify-content:space-between;
}
.school_width_1100_w100{
width: 50%;
}

/*///////////////////*/
/*-------search-------*/
/*///////////////////*/
.search_link_btn a{
color: #fff!important;
display: block;
width: 40px;
padding: 3px 3px;
box-sizing: border-box;
background: #ffb300;
border-radius: 5px;
text-align: center;
font-size: 12px;
margin-left: auto;
margin-right: auto;
}
.search_link_btn a:hover{
background:#CF7E13;
}
table.search_table{
	width:98%;
	margin:0 auto;
	text-align:center;
}

table.search_table th{
	border-bottom: #CBCBCB 1px solid;
 background-color:#efe9dc;
	padding:10px 15px;
	vertical-align: middle;
}

table.search_table td{
	background-color:#fdf9f7;
	border-bottom: #CBCBCB 1px solid;
	padding:15px 15px;
	vertical-align: middle;
}
.search_table_shop{
width: 50%;
}
.search_table_name{
width: 40%;
}
.search_table_btn{
width: 10%;
}
/*///////////////////*/
/*-------store-------*/
/*///////////////////*/
table.store_table{
	width:98%;
	margin:0 auto;
	text-align:center;
}

table.store_table th{
	border-bottom: #CBCBCB 1px solid;
 background-color:#efe9dc;
	padding:15px 0;
	text-align:center;
	vertical-align: middle;
	letter-spacing: 3px;
	width: 25%;
}

table.store_table td{
	background-color:#fdf9f7;
	border-bottom: #CBCBCB 1px solid;
	padding:15px 15px;
	vertical-align: middle;
	width: 75%;
	word-break: break-all;
}


/*///////////////////*/
/*-------form-------*/
/*///////////////////*/
table.form{
    width:100%;
    able-layout: fixed;
word-break: break-all;
word-wrap: break-all;
}

table.form th{
    border-bottom: #CBCBCB 1px solid;
    padding:15px 0;
    text-align:center;
    vertical-align: middle;
    letter-spacing: 3px;
}

table.form td{
    border-bottom: #CBCBCB 1px solid;
    padding:5px 15px;
    vertical-align: middle;
}

@media only screen and (max-width: 767px){
table.form, tbody.form, tr.form, table.form th, table.form td {
display: block;
max-width: 98%;
margin-left: auto;
margin-right: auto;
}

table.store_table th, table.store_table td {
display: block;
width: 98%;
margin-left: auto;
margin-right: auto;
}

table.form th{
    border-bottom: none;
    padding:15px 0;
    text-align:left;
}
}/*【max-width end】 */

/*///////////////////*/
/*-------childtop-------*/
/*///////////////////*/
.child_prof_img img{
width: 85%;
}

/*///////max1100start///////*/
@media only screen and (max-width: 1100px){
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.biginners_link_btn a{
width: 300px;
}
.voice_link_btn a{
width: 200px;
}
.school_flex_1100_column{
    -webkit-box-orient:vertical; /* android */
    -webkit-flex-direction:column; /* safari */
    -ms-flex-direction:column; /* IE */
    flex-direction:column;

    -webkit-box-align:center; /* android */
    -webkit-align-items:center; /* safari */
    -ms-flex-align:center; /* IE */
    align-items:center;   

}
.school_width_1100_w100{
width: 100%;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
}/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*///////max1100end/////////*/


/*///////max767start///////*/
@media only screen and (max-width: 767px){
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.header_logo{
width: 80%;
}
.news_title{
margin-left: 0;
margin-top: 10px;
width: 100%;
}
.tab{
width: 92%;
}
.biginners_link_btn a{
width: 100%;
}
.voice_link_btn a{
width: 100%;
}
.search_table_shop{
width: 45%;
}
.search_table_name{
width: 50%;
}
.search_table_btn{
width: 5%;
}
.child_prof_img img{
width: 80%;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
}/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*///////max767end/////////*/

