/*
Theme Name: pd-matching
Theme URI:https://paperdriver-matching.com/
Description:
Version: 1.0.1
Author: kasc
Author URI: https://paperdriver-matching.com/
*/
/************ 共通 ************/
body,html{
 margin: 0;
 padding: 0;
 background: #fff;
 color: #666;
 font-size: 1rem;
 line-height: 1.7rem;
 font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a {
  color: #f08080;
}
a:hover {
  color: #F781BE;
}
br.sp {
  display: block;
}

div {
  box-sizing: border-box;
}

.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.padding1rem {
  padding: 1rem;
}

/*　　　　ヘッダー共有部品　　　　　　*/
div.site_title {
  font-size: 1.2rem;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

header p {
  font-size: 0.6rem;
  margin: 0;
}
header a {
  text-decoration: none;
  color: #fff;
}
header a:hover {
  text-decoration: none;
  color: #fff;
}
#no_topPage header {
  background: #f08080;
  background: linear-gradient(-20deg, rgb(240, 128, 128) 50%, rgb(255, 50, 147) 100% );
  color: #fff;
  padding: 0.5rem;
}

/*　　　　ヘッダー共有部品終わり　　　　　　*/

/*　　　　　　　トップページ　　　　　　*/
/*　トップページ　ヘッダー　*/
main#top {
  max-width: 100%;
}
main#top section {
  max-width: 1000px;
  margin: auto;
}
#topPage header {
  box-sizing: border-box;
  border-top: 4px solid #DF0174;
  border-image: linear-gradient(to right, #DF0174 0%, #F5A9BC 100%);
  border-image-slice: 1;
  width: 100%;
  background: url(./images/top.jpg) center / cover;
  height: 500px;
  /*display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;*/
  color: #fff;
  padding: 1rem;
}

#topPage header form.area_select {
  height: 90%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#topPage header form h1 {
  font-size: 1.5rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  line-height: 1.6rem;
  text-align: center;
}
#topPage header form.area_select select {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  background: #fff;
  /*border: none;*/
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border: solid 1px #eee;
  color: #666;
  border-radius: 5px 0 0 5px;
}
.area_select_text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
.form_submit_btn input {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0;
  border: solid 1px #f08080;
  font-size: 1rem;
  background: #f08080;
  color: #fff;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
/*　トップページ　ヘッダー終わり　*/
/*　トップページ　メインコンテンツ　*/
#topPage section {
  margin: 1rem;
}
#topPage h2 {
  text-align: center;
  color: #111;
  line-height: 2rem;
  margin-top: 3rem;
}
#topPage h3 {
  margin: 2rem 0;
  margin-top: 3rem;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background: #f08080;
}
#topPage section.fuan {
  position: relative;
  padding-top: 80px;
}
#topPage section.fuan .fuan_img {
  text-align: center;
  position: absolute;
  top: -60px;
  display: block;
  width: 100%;
}
#topPage section.fuan img {
  width: 100%;
  max-width: 200px;
  margin: auto;
}
#topPage section.fuan ul {
  background: #ffffcc;
  padding: 1rem;
  padding-top: 2rem;
  border-radius: 0px;
}
#topPage section.fuan li {
  list-style-type: none;
  background: url(./images/yubi.png) left;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
#topPage section.fuan p {
  margin: 2rem;
}

#topPage #top_point {
  position: relative;
}
#topPage #top_point .top_02png {
  position: absolute;
  top: -100px;
}

#topPage #top_point .top_02png img {
  width: 100px;
}

#topPage #top_point h4 {
  font-size: 1.4rem;
  text-align: center;
  color: #111;
  padding-bottom: 2rem;
  border-bottom: solid 1px #bbb;
}
#topPage #top_point h4::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: -45px;
  right: -45px;
  background: #FFFF00;
  transform: rotate(45deg);
}
#topPage #top_point ul li {
  overflow: hidden;
  padding: 1rem;
  margin: 1rem;
  background: #fafafa;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
#topPage #top_point ul li .point_img  {
  width: 170px;
  height: 170px;
  padding: 2rem;
  border: solid 2px #666;
  border-radius: 200px;
  background: #fff;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#topPage #top_point ul li .point_img img {
  width: 70%;
  box-sizing: border-box;
}



h3#title_lesson {

}


.pickup {
  max-width: 1000px;
  margin: auto;
  margin-top: 7rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #111;
  line-height: 2rem;
  padding: 0rem 1rem;
}
.pickup img {
  width: 30px;
}

section#top_school_area {
  margin: 1rem;
  padding: 0 1rem;
}

dl.top_school  {
  display: flex;
  flex-wrap: nowrap;
  padding: 1rem;
  background: #fafafa;
  border-radius: 5px;
}
dl.top_school dd {
  margin: 0;
  padding: 0;
}
dl.top_school dd h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  background: url(images/car_icon2.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left 6px;
  padding: 0;
  padding-left: 20px;
  line-height: 1.4rem;
}
dl.top_school dd h5 a {
  color: #f08080;
}
dl.top_school dd p {
  margin: 0.5rem 0;
  font-size: 0.8rem;
  line-height: 1.3rem;
  background: url(./images/note.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 20px;
}
dl.top_school dd .top_school_terms_list {
  display: flex;
  flex-wrap: wrap;
  background: url(./images/icon_map.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 20px;
}
dl.top_school dd .top_school_terms_list a {
  font-size: 0.7rem;
  padding: 0 0.3rem;
  background: #aaa;
  text-decoration: none;
  margin-right: 0.5rem;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin-bottom: 0.3rem;
  line-height: 1.4rem;
}
dl.top_school dd .top_school_terms_list a:hover {
  background: #f08080;
}

dl.top_school dt {
  margin-right: 0.5rem;
}
dl.top_school dt img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: solid 1px #eee;
  border-radius: 100px;
}

/*
dl.top_school dt h5 {
  font-size: 1.2rem;
  margin: 0;
  margin-left: 0.3rem;
  background: url(images/car_icon.png);
  background-repeat: no-repeat;
  background-size: 7%;
  background-position: center left;
  padding-left: 2.8rem;
  box-sizing: border-box;
}
dl.top_school dd.top_school_terms {
  position: relative;
}
dl.top_school dd.top_school_terms .top_school_terms_list {
  padding: 0.5rem 0;
  position: absolute;
  width: 100%;
  height: 94%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
}
dl.top_school dd.top_school_terms .top_school_terms_list a {
  margin-right: 0.8rem;
  padding: 0.1rem 0.4rem;
  background: #ff8095;
  border-radius: 5px;
  font-size: 0.8rem;
  color: #fff;
  text-decoration: none;
  display: block;
}
dl.top_school dd.top_school_terms a:hover {
  background: #ff6680;
}
dl.top_school dd {
  margin: 0;
}
dl.top_school img {
  width: 100%;
}
dl.top_school p{
  font-size: 0.7rem;
  line-height: 1.2rem;
  margin: 0 0.5rem;
}*/
/*　トップページ　メインコンテンツ　*/

/*　トップページ　コラム一覧　*/

#all_blog_area #all_blog_author_post .ok_post h3 {
  margin: 0;
  color: #666;
  padding: 0;
  text-shadow: none;
  font-size: 0.8rem;
  line-height: 1.1rem;
  text-align: left;
  padding-left: 1.2rem;
}




/*　　　　　　　トップページ終わり　　　　　　*/

/*　　　　　　　スクールページ　　　　　　*/
#single_school img {
  max-width: 100%;
}

#single_school #catchphrase {
  padding: 1rem;
  padding-bottom: 0;
  margin: 1rem;
  margin-bottom: 0rem;
  font-size: 0.7rem;
  color: #F5A9BC;
  line-height: 1rem;
  position: relative;
}
#single_school #catchphrase::before {
  content: "";
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #eee transparent transparent transparent;
  position: absolute;
  transform: rotate(135deg);
  top: 0;
  left: 0;

}
#single_school h1 {
  padding: 1.5rem;
  margin: 1rem;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 2rem;
  border-bottom: 1px solid #DF0174;
  border-image: linear-gradient(to right, #DF0174 0%, #F5A9BC 100%);
  border-image-slice: 1;
  position: relative;
  line-height: 2.8rem;
  color: #000;
  text-align: center;
}

#single_school h1::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  /*background: #fff;*/
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  border-image: linear-gradient(to top, #DF0174 0%, #F5A9BC 100%);
  border-image-slice: 1;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -35px;
  left: calc(50% - 10px);
  text-align: center;
  /*border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #1b83f2 transparent transparent transparent;*/
}

#single_school h2 {
  margin: 0;
  margin-top: 5rem;
  color: #000;
  border-bottom: solid 1px #f08080;
  padding-bottom: 0.5rem;
}

#single_school ul#terms_area {
  display: flex;
}
#single_school ul#terms_area li a {
  margin-right: 0.4rem;
  padding: 0rem 0.6rem;
  background: #ff8095;
  border-radius: 3px;
  font-size: 0.8rem;
  color: #fff;
  text-decoration: none;
  display: block;
}
#single_school ul#terms_area li a:hover {
  background: #ff6680;
}
#single_school .main_school_img img {
  border-bottom: solid 1px #eee;
  margin: 0;
  padding: 0;
  width: 100%;
}

.img_text {
  padding: 0.5rem;
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.4rem;
  background: #f08080;
  color: #fff;
}

#single_school section {
  margin: 1rem;
}

#single_school section.img_area {
  margin: 1rem;
}
#single_school section.img_area img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border: solid 1px #eee;
  border-top: none;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

/*スクール特徴ポイント*/
#single_school section#point {
  border-radius: 10px;
  padding: 0.5rem;
  padding-top: 1.5rem;
  background: #FBEFF8;
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}
#point .ok {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -0.8rem;
  left: 0;
  box-sizing: border-box;
}
#point .ok span {
  background: #f08080;
  color: #fff;
  padding: 0.2rem 1rem;
  border-radius: 100px;
}
#point ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#point ul li {
  padding: 0.1rem;
}
#point ul li img{
  width: 100%;
  max-width: 70px;
}
/*スクール特徴ポイント*/
/*プラン*/
section#plan_naiyou {
  border-bottom: solid 10px #eee;
  margin-bottom: 4rem;
}
#single_school h2#plan {
  /*background: #f08080;
  color: #fff;*/
  border: none;
  border-top: solid 20px #f08080;
  text-align: center;
  margin-top: 3rem;
  padding: 3rem 0.5rem;
  position: relative;
  font-size: 2rem;
}
/*#single_school h2#plan::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  padding: 0 2rem;
  margin:  auto;
  box-sizing: border-box;
  border-bottom: solid 1px #f08080;
}*/
.plan_class {
  border-top: dashed 1px #f08080;
  padding: 0.5rem;
  margin-bottom: 3rem;
  /*border-radius: 5px;*/
  position: relative;
}
.plan_num {
  position: absolute;
  top: -17px;
  font-size: 1rem;
  background: #00ace6;
  color: #fff;
  padding: 0.2rem 0.5rem;
  font-weight: bold;
}
.plan_class h3 {
  font-size: 1.5rem;
  color: #000;
  margin-top: 2rem;
}
.plan_price {
  text-align: right;
  font-weight: bold;
  color: #f08080;
  font-size: 1.2rem;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 0.3rem 0;
  text-align: center;
}
.plan_course_title {
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1rem;
  border-left: solid 2px #000;
  padding-left: 0.5rem;
}

.plan_btn {
  margin: 3rem auto;
  text-align: center;
  max-width: 500px;
}
.plan_btn a {
  display: block;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  background: #f08080;
  border-radius: 10px;
  text-decoration: underline;
}
.plan_btn a:hover {
  background: #F781BE;
  text-decoration: none;
}
/*プラン終わり*/

/* 講師 */
section #teacher_area {
  margin-top: 1rem;
}
section #teacher_area .teacher_list {
  padding: 2rem 0rem;
  padding-bottom: 0;
  border-bottom: solid 1px #eee;
  clear: both;
}
section #teacher_area .teacher_list:last-child {
  border: none;
  margin-bottom: 3rem;
}
br.clear {
  clear: both;
}
section #teacher_area .teacher_img {
  width: 100px;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  float: left;
}
section #teacher_area .teacher_img img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  box-sizing: border-box;
  border: solid 1px #eee;
}
section #teacher_area .teacher_name {
  margin-left: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 120px;
  border-bottom: dashed 1px #ddd;
  padding: 0.2rem;
  color: #111;
}
section #teacher_area .teacher_text {
  font-size: 0.8rem;
  line-height: 1.4rem;
  padding: 1rem 0.2rem;
  /*text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #eee;
  text-underline-offset: 5px;*/
}
section #teacher_area .teacher_text p {
  margin-bottom: 1rem;
  margin-top: 0;
}
/* 講師終わり */

/* 口コミ */
section#voice {
  clear: both;
}
.no_voice {
  padding: 1rem;
  background: #eee;
  color: #aaa;
  margin-top: 1rem;
  border-radius: 5px;
}
.voice_ele {
  padding: 1rem;
  background: #fafafa;
  margin-top: 1rem;
  border-radius: 5px;
}

.voicee_title_area {
  display: grid;
  grid-template-columns: 4fr 1fr;
  place-content: center;
  place-items: center;
}

.voicee_title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #f08080;
}
.voicee_name {
  text-align: left;
  font-size: 0.8rem;
}
.voicee_name span {
  color: #aaa;
}
.voice_icon img {
  width: 100%;
  background: #fff;
  border-radius: 50%;
  padding: 0.5rem;
  border: solid 1px #eee;
  box-sizing: border-box;
}

.voicee_age {
  font-size: 0.8rem;
  text-align: right;
}
.voicee_text {
  margin: 0.5rem 0;
  padding: 1rem 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.voicee_ata {
  font-size: 0.8rem;
    /*color: #f08080;*/
    line-height: 1.4rem;
}
/* 口コミ終わり */

/* シェアエリア */
#contetn .addtoany_share_save_container {
  text-align: center;
  margin-top: 4rem;
}
.addtoany_header {
  font-weight: bold;
  font-size: 1.2rem;
}


/* コラム */
#single_school #blog_author_post {
  margin: 1rem;
  margin-top: 4rem;
}
#single_school #blog_author_post .blog_author_post_list {
  padding: 0;
  margin: 0;
}
#single_school #blog_author_post h3 {
  margin-top: 0.3rem;
}


/*　　　　　　　スクールページ終わり　　　　　　*/

/*　　　　　　　タクソノミーページ　　　　　　*/
#taxonomy main {
  max-width: 100%;
  margin-top: 5rem;
}
#taxonomy img {
  width: 100%;
  box-sizing: border-box;
}
#taxonomy h1 {
  text-align: center;
  margin: 0;
  padding: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  background: url(./images/taxonomy.jpg) center / cover;
}
#taxonomy h1 span {
  font-size: 1rem;
}

#taxonomy h2 a {
  color: #333;
  text-decoration: none;
}
#taxonomy h2 a:hover {
  text-decoration: underline;
  color: #F781BE;
}
#taxonomy h2 {
  color: #111;
  font-size: 1.7rem;
  line-height: 3rem;
  position: relative;
  padding: 1rem;
  margin-bottom: 3rem;
  margin-top: 5rem;
  border-left: solid 15px #F781BE;
  border-radius: 6px;
  background: #fafafa;
}
/*飾り*/
/*#taxonomy h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 0 0 0 100px;
  position: absolute;
  right: -25px;
  top: 0px;
  background: linear-gradient(90deg,  #9956db, #F15A87);
  z-index: 0;
}
#taxonomy h2::before {
  background: linear-gradient(90deg, #000, #E5667C, #E5667C, #c835b9, #9956db, #3B0B39);
  border-radius: 50px;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
}*/

#taxonomy .taxonomy_box {
  padding: 1rem;
  position: relative;
  margin-top: 5rem;
  margin: auto;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: solid 5px #f08080;
  border-bottom: solid 1px #eee;
}
/*飾り*/
/*#taxonomy .taxonomy_box::after {
  content: "";
  position: absolute;
  top: 52px;
  left: -40px;
  width: 100px;
  height: 50px;
  border-radius: 0px 100px 0 0px;
  display: block;
  background: linear-gradient(-90deg, #F15A87, #E5667C, #c835b9, #9956db);
}*/

#taxonomy .taxonomy_box_in {
  max-width: 1000px;
  margin: auto;
}

#taxonomy .catchphrase {
  font-size: 0.8rem;
  line-height: 1rem;
  color: #F781BE;
  background: url(./images/note.png);
  background-size: 20px;
  background-repeat: no-repeat;
  padding: 0.1rem 0.5rem 1rem 25px;
}
#taxonomy .catchtext {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1rem;
  background: #fafafa;
  border-radius: 5px;
}
#taxonomy .catchtext p {
  margin: 0;
}

#taxonomy .plan {
  padding: 1rem;
  background: #FBFBEF;
  border-radius: 10px;
  position: relative;
  margin-top: 3rem;
}
#taxonomy .plan::before {
  content: "一押しプラン！";
  position: absolute;
  top: -1.3rem;
  left: 1rem;
  display: block;
  background: #00ace6;
  color: #fff;
  border: solid 1px #eee;
  padding: 0 0.5rem;
  font-size: 0.7rem;
}
/*#taxonomy .plan::after {
  content: "a";
  background: url(./images/yubi.png);
  background-size: 20px;
  background-repeat: no-repeat;
  display: block;
  border: solid 1px #000;

}*/
#taxonomy .plan .plan_title {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.4rem;
}
#taxonomy .plan .plan_title img {
  width: 36px;
  transform: rotate(45deg);
}
#taxonomy .plan .plan_price {
  border: none;
}


#taxonomy .point_list ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 0.5rem 0;
}
#taxonomy .point_list ul li {
  padding-right: 0;
  max-width: 50px;

}
#taxonomy .btn {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
#taxonomy .btn a {
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 1rem;
  margin: 1rem;
  margin: auto;
  background: #00ace6;
  color: #fff;
  border-radius: 100px;
  position: relative;
  max-width: 500px;
}
#taxonomy .btn a:hover {
  background: #2E9AFE;
}
#taxonomy .btn a span {
  margin-left: 1rem;
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  /*計算*/
  top: calc(50% - 12px);
  right: 1.5rem;
  color: #00ace6;
  background: #fff;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  font-size: 0.7rem;
  padding-bottom: 2px;
  box-sizing: border-box;
}


#taxonomy_bottom_list ul {
  padding-left: 0.5rem;
  padding-top: 1rem;
  /*color:  #f08080;*/
  margin: 1rem;
  margin-top: 0.5rem;
  border-top: solid 1px #eee;
}
#taxonomy_bottom_list ul li {
  list-style: disc;
  border-bottom: dashed 1px #eee;
  margin: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 0.9rem;
}
#taxonomy_bottom_list ul li a {
  color: #666;
}
#taxonomy_bottom_list ul li span {
  display: none;
}
#taxonomy_bottom_list h3 {
  margin: 0 1rem;
  margin-top: 3rem;
}
/*　　　　　　　タクソノミーページ終わり　　　　　　*/

/*　　　　　　　予約ページ　　　　　　*/
.no-calendar {
  display: none;
}
/*カレンダーが設定されていない時の文言*/
.no_calendar_msg {
  text-align: center;
  font-size: 0.8rem;
  color: #aaa;
  margin-bottom: 1rem;
}


#calendar_area {
  background: #FBFBEF;
  padding-bottom: 0.1rem;
}
#calendar a {
  color: #666;
}
.calendar_title {
  text-align: center;
  padding: 1rem;
  padding-top: 2rem;
}
.calendar_title span {
  background: #fff;
  padding: 0.5rem 2rem;
  border-radius: 100px;
}
.fc-daygrid-day-frame {
  background: #fff;
}
#reserve #calendar {
  margin: 0.5rem;
}
#reserve #calendar #fc-dom-1 {
  font-size: 1rem;
}

#reserve input,
#reserve textarea {
  box-sizing: border-box;
  max-width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 5px;
  border: solid 1px #aaa;
}
#reserve input[type="text"].hasDatepicker {
  width: 100%;
}
#reserve h1 {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.8rem;
  padding: 4rem 1rem;
  background: url(./images/reserve.jpg) center / cover;
  color: #fff;
  margin: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
#reserve h1 span {
  font-size: 1.3rem;
}
.mw_wp_form {
  box-sizing: border-box;
  margin: 0;
  padding: 1rem;
  width: 100%;
}
.f_title {
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  /*color: #f08080;*/
}
.f_title::before {
  content: "任意";
  background: #aaa;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.3rem;
  margin-right: 0.5rem;
  font-weight: normal;
}
.r::before {
  content: "必須";
  background: #084B8A;
}
.plan_ele {
  padding-left:2em;
  text-indent:-2em;
  line-height: 2rem;
}
#planlist label {
  margin-bottom: 1.5rem;
  display: block;
}
.privacy {
    font-size: 0.8rem;
    line-height: 1.1rem;
}

#btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: 3rem;
  width: 100%;
}
#btn > div {
  margin-top: 0.5rem;
}

#reserve .back_btn input,
#reserve .submit_btn input {
  background: #f08080;
  border: none;
  color: #fff;
  padding: 1rem;
  border-radius: 100px;
  margin: 0 2px;
  width: 200px;
}
#reserve .submit_btn input:hover {
  background: #f78da7;
}
#reserve .back_btn input {
  background: #aaa;
}
#reserve .back_btn input:hover {
  background: #999;
}



.back_link {
  text-align: center;
  margin-top: 1rem;
}
.back_link a {
  color: #666;
}

ul.tyui {
  margin: 1rem;
  padding: 1rem;
  font-size: 0.8rem;
  color: #aaa;
}
ul.tyui li {
  list-style: disc;
}


/*　　　　　　　予約ページ終わり　　　　　　*/

/*　　　　　　　固定ページ　　　　　　*/
#page {
  margin-top: 6rem;
  padding: 1rem;
}
#page h1 {
  margin-bottom: 2rem;
  color: #111;
  line-height: 2.5rem;
}
#page h2 {
  border-bottom: solid 1px #eee;
  padding-bottom: 1rem;
}
#page h3 {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
article.page_art {
  margin-bottom: 6rem;
}
article.page_art ul {
  padding: 1rem;
}
article.page_art ul li,
article.page_art ol li {
  list-style: disc;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #999;
}
article.page_art ol li {
  list-style: decimal;
}
article.page_art .addtoany_content {
  border: solid;
  display: none;
}

/*　　　　　　　固定ページ　　　　　　*/
/*　　　　　　　掲載募集ページ　　　　　　*/
#school_rec {
  padding: 2rem;
}
#school_rec h1 {
  color: #111;
  line-height: 2.5rem;
  margin-top: 5rem;
}
#school_rec h2 {
  color: #111;
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-size: 1.8rem;
  border-bottom: solid 1px #eee;
  line-height: 2.4rem;
}
#school_rec h3 {
  margin-top: 3rem;
  font-size: 1.3rem;
  color: #111;
}
#school_rec hr {
  margin: 8rem auto;
}
#school_rec .mw_wp_form {
  width: 100%;
  padding: 0;
}
#school_rec .mw_wp_form input[type=text],
#school_rec .mw_wp_form input[type=email],
#school_rec .mw_wp_form textarea {
  border: solid 1px #eee;
  border-radius: 2px;
  font-size: 1.1rem;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}
#school_rec .mw_wp_form input[type=submit]{
  padding: 1rem;
  border: none;
  border-radius: 100px;
  min-width: 200px;
}


#school_rec article.page_art ul li {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #666;
  border-bottom: dashed 1px #666;
  padding-bottom: 0.8rem;
}
#school_rec article.page_art .wp-block-media-text__content {
  padding: 0rem;
}
/*　　　　　　　掲載募集ページ　　　　　　*/
/*　　　　　　　コラム口コミ募集ページ　　　　　　*/
article.page_art {
  padding: 2rem;
}
article.page_art .mw_wp_form {
  width: 100%;
  padding: 0;
}
article.page_art .mw_wp_form input[type=text],
article.page_art .mw_wp_form input[type=email],
article.page_art .mw_wp_form textarea {
  border: solid 1px #aaa;
  border-radius: 2px;
  font-size: 1.1rem;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  vertical-align: baseline;
}
article.page_art .mw_wp_form input[type=submit]{
  padding: 1rem;
  border: none;
  border-radius: 100px;
  min-width: 200px;
}

article.page_art .mw_wp_form .imgarea {
  line-height: 2rem;
}


article.page_art ul li {
  margin-bottom: 1rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #999;
  padding-bottom: 0.8rem;
}
article.page_art .wp-block-media-text__content {
  padding: 0rem;
}
.columntextnote {
  color: #DBA901;
  font-size: 0.8rem;
}

article.page_art ul.howlist li {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #666;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 0.8rem;
}

article.page_art .mw_wp_form hr {
  border: none;
  border-top: solid 1px #eee;
  margin-top: 2rem;
}

article.page_art .mw_wp_form hr.bold {
  border-top: solid 3px #aaa;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

div.columntextnote {
  border: none;
  background: none;
  margin-bottom: 0.5rem;
  background: #FBFBEF;
  padding: 0 0.5rem;
  border-radius: 3px;
}

.f_ele {
  margin-bottom: 1.5rem;
}

/*　　　　　　　コラム口コミ募集ページ　　　　　　*/
/*　　　　　　　シングルページ　　　　　　*/

#single_h1_div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  position: relative;
  overflow: hidden;
}
#single h1 {
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  margin: 3rem auto;
  margin-top: 5rem;
  padding: 0 1rem;
  max-width: 1000px;
  line-height: 3rem;
  text-shadow: 0 0 10px rgb(0, 0, 0,0.9);
  z-index: 1;
}
#single h1::after {
  content: "Column / コラム";
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 0.8rem;
  margin-top: 1.5rem;
  padding-top: 0.5rem;
  border-top: solid 1px #fff;
  width: 100%;
}



#single #eye_catch {
height: 550px;
width: 110%;
background-repeat: no-repeat;
background-position: center;
background-color: #320019;
background-blend-mode : screen;
filter: blur(3px);
position: absolute;
}
#single #eye_catch img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  vertical-align:top;
}
#single article {
  padding: 1rem;
}
#single article h2 {
  line-height: 2.3rem;
}
#single .single_tag {
  padding: 1rem;
  padding-bottom: 1.8rem;
  border-bottom: solid 1px #eee;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
}
#single .single_tag .single_tag_keyword {
background: url(images/icon_tag.png);
background-size: 15px;
background-repeat: no-repeat;
background-position: left 5px;
padding-left: 20px;
margin-top: 0.3rem;
min-width: 100%;
font-weight: bold;
}
#single .single_tag ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  border: none;;
}
#single .single_tag ul li a {
  margin-left: 0.5rem;
  padding: 0.5rem;
  line-height: 2rem;
  background: #fff;
  color: #999;
  border-radius: 5px;
}
#single .single_tag ul li a:hover {
  color: #fff;
  background: #666;
}

#single article h2 {
  font-size: 2rem;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
  color: #111;
}
#single article figure {
  text-align: center;
  margin: 4rem auto;
}
#single article img {
  max-width: 80%;
  text-align: center;
  border: solid 12px #eee;
}
#single article .addtoany_content {
  text-align: center;
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
#single #blog_author {
  border: solid 1px #eee;
  border-left: none;
  border-right: none;
  background: #fcfcfc;
  padding: 1rem;
  position: relative;
  margin-top: 8rem;
}
#single #blog_author .blog_author_title {
  position: absolute;
  top: -50px;
  left: 0.5rem;
  padding: 2px 1rem;
  background: #b2ce54;
  font-size: 0.7rem;
  color: #fff;
  border-radius: 5px;
}
#single #blog_author .blog_author_title::after {
  content: "";
  border-right: 10px solid transparent;
  border-top: 10px solid #b2ce54;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 20px;
}

#single #blog_author .blog_author_roop {
  display: block;
}
#single #blog_author .blog_author_roop_left {
  width: 100%;
  box-sizing: border-box;
  padding-right: 0rem;
}
#single #blog_author h2 {
  margin: 0.5rem;
  margin-left: 0;
  /*border-bottom: solid 1px #eee;*/
  padding-bottom: 0.5rem;
}
#single #blog_author h2 a {
  /*text-decoration: none;*/
}
#single #blog_author .blog_author_catchphrase {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
#single #blog_author ul.terms_area {
  display: flex;
}
#single #blog_author ul.terms_area li {
  font-size: 0.8rem;
  margin-right: 0.5rem;
}
#single #blog_author ul.terms_area li a {
  padding: 0.5rem;
  text-decoration: none;
  color: #fff;
  background: #f08080;
}
#single #blog_author ul.terms_area li a:hover {
  opacity: 0.8;

}

#single #blog_author .blog_author_roop_right {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: 2rem auto;
}
#single #blog_author .blog_author_roop_right img {
  width: 100%;
  max-width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 1px #ddd;
}

.blog_author_post_list {
  margin-top: 1rem;
  margin: 1rem -0.5rem;
  background: #fff;
  padding: 0.5rem;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}

.blog_author_post_list a {
  display: block;
  width: 50%;
  box-sizing: border-box;
  padding: 0.5rem;
  text-decoration: none;
  /*color: #aaa;*/
}
.blog_author_post_list a:hover {
  opacity: 0.8;
}
.blog_author_post_list .ok_post {
}
.blog_author_post_list .ok_post img {
  width: 100%;
  height: 120px;
  border-radius: 5px;
  object-fit: cover;
  border: solid 1px #eee;
}
.blog_author_post_list .ok_post h3 {
  font-size: 0.8rem;
  margin: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2rem;
  background: url(images/note.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 20px;
  padding-bottom: 0.5rem;
}


.blog_author_post_list_tag ul {
  display: flex;
  flex-wrap: wrap;
  background: url(images/icon_tag.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 20px;
}
.blog_author_post_list_tag ul li {
  background: #eee;
  font-size: 0.7rem;
  padding: 0.1rem 0.5rem;
  border-radius: 5px;
  line-height: 1rem;
  text-decoration: none;
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
  color: #999;
}





#single #all_blog_author_post {
  margin-top: 4rem;
  padding: 1rem;
}

#all_blog_author_post .all_blog_author_post_title {
  font-size: 0.8rem;
}
#all_blog_author_post .all_blog_author_post_in {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
#all_blog_author_post .all_blog_author_post_in .ok_post {
  width: 50%;
  margin-bottom: 2rem;
}
#all_blog_author_post .all_blog_author_post_in .ok_post img {
  width: 100%;
  height: 120px;
  border-radius: 5px;
  object-fit: cover;
  border: solid 1px #eee;
}
#all_blog_author_post .all_blog_author_post_in .ok_post a {
  box-sizing: border-box;
  padding: 0.5rem;
  display: block;
  text-decoration: none;
  color: #666;
  font-size: 0.7rem;
  line-height: 1.1rem;
  border-radius: 10px;
}
#all_blog_author_post .all_blog_author_post_in .ok_post a:hover {
  opacity: 0.9;
  background: #fafafa;
}
#all_blog_author_post .all_blog_author_post_in .ok_post .ok_post_name {
  color: #aaa;
  line-height: 0.8rem;
  margin: 0.5rem 0;
  background: url(images/car_icon2.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left 4px;
  padding: 0.3rem;
  padding-left: 20px;
}
#all_blog_author_post .all_blog_author_post_in .ok_post h3 {
  margin: 0;
  background: url(images/note.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 20px;
  padding-bottom: 0.5rem;
  text-decoration: underline;
}
.all_blog_author_post_bottom {
  margin-top: 1rem;
  padding: 0 1rem;
  padding-bottom: 1rem;
  text-align: right;
}
.all_blog_author_post_bottom a {
  /*display: block;
  width: 200px;
  padding: 1rem;
  margin: auto;
  background: #aaa;*/
}

/*　　　　　　　シングルページ　　　　　　*/
/*　　　　　　　アーカイブページ　　　　　　*/
#archive {
  min-height: 80vh;
  box-sizing: border-box;
}
#archive h1 {
  text-align: center;
  margin: 4rem 0;
  padding: 1rem;
}
#archive_post_list {
  display: flex;
  flex-wrap: wrap;
}
#archive_post_list a {
  display: block;
  width: 50%;
  padding: 1rem;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 10px;
}
#archive_post_list a:hover {
  opacity: 0.9;
  background: #fafafa;
}
#archive_post_list img {
  width: 100%;
  max-height: 150px;
  object-fit: cover;
  border: solid 1px #eee;
  border-radius: 10px;
}
#archive_post_list .ok_post_name {
  color: #999;
  font-size: 0.8rem;
  line-height: 1rem;
  background: url(images/car_icon2.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left 0px;
  padding: 0;
  padding-left: 20px;
}
#archive_post_list a h2 {
  padding: 0;
  margin: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #111;
  background: url(images/note.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 20px;
}
#archive_post_list .archive_post_list_tag ul {
  display: flex;
  flex-wrap: wrap;
  background: url(images/icon_tag.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 20px;
}
#archive_post_list .archive_post_list_tag li {
  color: #333;
  font-size: 0.7rem;
  background: #eee;
  padding: 0rem 0.2rem;
  margin-right: 0.3rem;
  margin-top: 0.5rem;
  line-height: 1.3rem;
  border-radius: 5px;
}
.archive_bottom_tag {
  margin: 1rem;
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: solid 1px #eee;
}
.archive_bottom_tag a.tag-cloud-link {
    display: inline-block;
    padding: 2px 8px;
    background-color: #f1f1f1;
    border-radius: 2px;
    margin-bottom: 7px;
    margin-right: 1px;
    color: #333;
}
.archive_bottom_tag a.tag-cloud-link:hover {
  background-color: #f08080;
  color: #fff;
}
.archive_bottom_tag_title {
  background: url(images/icon_tag.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
/*　　　　　　　アーカイブページ　　　　　　*/
/*　　　　　　　スクール一覧ページ　　　　　　*/
#school_list h1 {
  text-align: center;
  margin: 5rem 1rem;
  line-height: 2.5rem;
}
#school_list #top_school_area {
  margin: 0;
  padding: 0;
}
.oder {
  text-align: right;
  font-size: 0.8rem;
  margin: 0.5rem;
}
.oder a,
.oder span {
  padding: 0.3rem 0.5rem;
  background: #01DFA5;
  border-radius: 5px;
}
.oder a {
  background: #fafafa;
  border: solid 1px #fff;
}
.oder a:hover {
  background: #fff;
  border: solid 1px #eee;
}
.oder span { color: #fff; }
#school_list section#top_school_area {
  grid-template-columns: repeat(4,1fr);
}
#school_list section#top_school_area dl.top_school {
  margin: 0.5rem;
}
#school_list section#top_school_area dl.top_school h5 {
  font-size: 0.8rem;
  line-height: 1rem;
  background-position: left 0px;
}
#school_list section#top_school_area dl.top_school dt img {
  height: 100px;
  width: 100px;
  max-height: 110px;
}
#school_list section#top_school_area dl.top_school dt img:hover {
  opacity: 0.8;
}
/*　　　　　　　スクール一覧ページ　　　　　　*/





h2 {
  margin-top: 9rem;
}

main {
  max-width: 1000px;
  margin: auto;
}


ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}



footer {
  margin-top: 0rem;
  font-size: 0.7rem;
  height: 200px;
  text-align: center;
  color: #666;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bottom_menu {
  margin: 0;
  margin-top: 5rem;
  /*background: #aaa;*/
  /*border-top: solid 1px #eee;*/
}
#bottom_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: 0.8rem;
}
#bottom_menu ul li {
  width: 33%;
  text-align: center;
}
#bottom_menu ul li:last-child {
  width: 67%;
}
#bottom_menu ul li a {
  color: #999;
  border-right: solid 1px #eee;
  display: block;
  padding: 0.5rem;
}
#bottom_menu ul li a:last-child {
  border: none;
}
#bottom_menu ul li a:hover {
  color: #F781BE;
  background: #fafafa;
}
.copy {
  color: #999;
  margin: 0;
  padding: 0 1rem;
  line-height: 1rem;
}
.toTop {
	position:fixed;
	width:60px;
	height:60px;
	z-index:99;
	display:none;
	text-align:center;
	right:1em;
	bottom:5em;
  border-radius: 100px;
  border: solid 1px #bbb;
}
.toTop img {
  border-radius: 100px;
  background: #bbb;
}
.toTop:hover {
  filter: brightness(120%);
  border: solid 1px #666;
}

#title404 {
  padding: 1rem;
  font-weight: bold;
}

#sidebar {
  margin: 1rem;
}

#sidebar a {
  background: #eee;
  border: solid 1px #ddd;
  border-radius: 5px;
  color: #333;
  font-size: 0.8rem;
  padding: 0 0.8rem;
  line-height: 2rem;
  text-decoration: none;
}
#sidebar a:hover {
  background: #666;
  color: #fff;
}
.columnArea404 {
  margin: 1rem;
  margin-top: 5rem;
  font-weight: bold;
}

@media screen and (min-width:400px) and (min-width:800px) {
  /*　画面サイズが480pxからはここを読み込む ここからがPC　****************************************/




        /*　　　　　　　トップページ　　　　　　*/
        section#top_school_area {
          margin: 1rem;
          display: grid;
          grid-template-columns: repeat(3,1fr);
        }
        dl.top_school {
          margin: 0.3rem;
          display: block;
          border: solid 1px #eee;
        }
        dl.top_school dt img {
          width: 100%;
          height: auto;
          max-height: 150px;
          object-fit: cover;
          border-radius: 5px;
        }



        #topPage section.fuan .fuan_img {
          text-align: right;
          right: 30px;
          top: -10px;
        }
        #topPage section.fuan img {
          max-width: 250px;
        }
        #topPage section.fuan ul {
          padding: 2rem;
          display: flex;
          flex-wrap: wrap;
          border-radius: 10px;
        }
        #topPage section.fuan li {
          margin-right: 2rem;
        }

        /*ポイントの箇所*/
        #topPage #top_point ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
        }
        #topPage #top_point ul li {
          width: 30%;
          box-sizing: border-box;
        }

        #all_blog_author_post .all_blog_author_post_in .ok_post {
          width: 20%;
        }

        /*　　　　　　　トップページ　　　　　　*/


        /*　　　　　　　固定ページ　　　　　　*/
        #page {

        }







        /*　　　　　　　スクールページ　　　　　　*/
        #single_school h1 {
          font-size: 2.6rem;
          padding: 2rem 1.5rem;
          margin-left: 0;
          margin-right: 0;
        }
        #single_school .catchtext {
          margin: 3rem 0;
        }
        #single_school section.img_area {
          margin: 1rem;
          display: flex;
        }
        #single_school section.img_area > div {
          width: 50%;
          margin: 0.5rem;
          box-sizing: border-box;
          position: relative;
        }
        #single_school section.img_area .img_text {
          position: absolute;
          display: block;
          width: 100%;
          box-sizing: border-box;
        }
        #single_school section.img_area > div img {
          object-fit: cover;
        }


        /* 講師 */
        section #teacher_area .teacher_list {
          padding: 3rem 2rem;
        }
        section #teacher_area .teacher_img {
          width: 150px;
          float: left;
        }
        section #teacher_area .teacher_img img {
          width: 150px;
          height: 150px;
        }
        section #teacher_area .teacher_name {
          margin-left: 170px;
          padding: 0.5rem;
        }
        section #teacher_area .teacher_text {
          margin-left: 170px;
          padding: 1rem 0.5rem;
        }
        /* 講師終わり */
        /* 口コミ */
        .voicee_title_area {
          display: grid;
          grid-template-columns: 10fr 1fr;
          place-items: center start;
        }
        /* 口コミ */

        /*　　　　　　　スクールページ　　　　　　*/


          /*　　　　　　　タクソノミーページ　　　　　　*/
          #taxonomy h2 {
            font-size: 2rem;
            padding: 1rem 2rem;
            margin: auto 5rem;
            margin-bottom: 3rem;
            margin-top: 5rem;
          }
          /*#taxonomy h2::after {
            display: block;
            width: 100px;
            height: 100px;
            right: -30px;
            background: linear-gradient(90deg,  #9956db, #F15A87);
          }
          #taxonomy h2::before {
            background: linear-gradient(90deg, #8A084B, #F15A87, #E5667C, #c835b9, #9956db, #3B0B39);
          }*/

          #taxonomy .taxonomy_box::after {
            left: 0px;
            background: linear-gradient(-90deg, #F15A87, #E5667C, #c835b9, #9956db);
          }

          #taxonomy .point_list ul {
            justify-content: flex-start;
          }
          #taxonomy .point_list ul li {
            padding-right: 0.2rem;
          }


        .taxonomy_box_column {
          display: grid;
          grid-template-columns: 1fr 1fr;
        }
        #taxonomy .first_img {
          margin-right: 1rem;
        }

          #taxonomy_bottom_list ul {
            padding-left: 0.5rem;
            padding-top: 1rem;
            color:  #f08080;
            margin: 1rem;
            border-top: solid 1px #eee;
          }
          #taxonomy_bottom_list ul li {
            list-style: disc;
            border-bottom: dashed 1px #eee;
            margin: 0.3rem;
            padding-bottom: 0.3rem;
            font-size: 0.9rem;
          }
          #taxonomy_bottom_list ul li a {
            font-weight: bold;
          }
          #taxonomy_bottom_list ul li span {
            font-size: 0.8rem;
            color: #aaa;
            display: inline;
          }
          #taxonomy_bottom_list ul li span::before {
            content: "-";
            padding: 0 0.5rem;
          }
          /*　　　　　　　タクソノミーページ終わり　　　　　　*/
          /*　　　　　　　予約ページ　　　　　　*/
          #reserve input[type="text"].hasDatepicker,
          #reserve input[type="text"],
          #reserve input[type="email"],
          #reserve textarea {
            width: 500px;
          }
          .mw_wp_form {
            width: 80%;
            margin: auto;
          }


          /*　　　　　　　予約ページ　　　　　　*/
          /*　　　　　　　掲載募集ページ　　　　　　*/

          #school_rec .mw_wp_form input[type=text],
          #school_rec .mw_wp_form input[type=email],
          #school_rec .mw_wp_form textarea {
            width: auto;
          }
          /*　　　　　　　掲載募集ページ　　　　　　*/
          /*　　　　　　　シングルページ　　　　　　*/
          #single h1 {
            padding: 0 3rem;
            font-size: 2.5rem;
          }
          #single #blog_author {
            padding: 2rem;
            border: solid 1px #eee;
          }
          #single #blog_author .blog_author_roop {
            display: flex;
            flex-wrap: nowrap;
          }
          #single #blog_author .blog_author_roop_left {
            width: 80%;
            padding-right: 1rem;
          }
          #single #blog_author .blog_author_roop_right {
            width: 20%;
            margin: 0;
          }
          .blog_author_post_list {
            padding: 1rem;
          }
          .blog_author_post_list a {
            width: 25%;
          }
          .blog_author_post_list_tag ul li {
            padding: 0.2rem 0.5rem;
            margin-bottom: 0.3rem;
            margin-right: 0.2rem;
          }
          #single .single_tag {
            flex-wrap: nowrap;
          }
          #single .single_tag .single_tag_keyword {
            min-width: 100px;
          }
          #single .single_tag ul {
            border: none;
            border-left: solid 1px #eee;
          }
          /*　　　　　　　シングルページ　　　　　　*/
          /*　　　　　　　アーカイブページ　　　　　　*/

          #archive_post_list a {
            display: block;
            width: 25%;
          }
          /*　　　　　　　アーカイブページ　　　　　　*/
          /*　　　　　　　スクール一覧ページ　　　　　　*/

          #school_list section#top_school_area dl.top_school dt img {
            height: 130px;
            width: 100%;
            max-height: 130px;
          }

          /*　　　　　　　スクール一覧ページ　　　　　　*/





          /*　　　　　　　フッター　　　　　　*/
          #bottom_menu {
            margin: 0 2rem;
            margin-top: 5rem;
          }
          #bottom_menu ul {
            flex-wrap: nowrap;
            justify-content: space-around;
          }
          #bottom_menu ul li {
            width: 100%;
          }
          #bottom_menu ul li:last-child {
            width: 100%;
            min-width: 250px;
          }



          /*　　　　　　　フッター　　　　　　*/

          .toTop {
            right:4em;
          }
