@charset "UTF-8";
/* css file  */
.t_red {
  color: #ff0000;
}

@media screen and (max-width: 768px) {
  .sp_disnon {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_disnon {
    display: none;
  }
}

html {
  font-size: 62.5%;
  font-family: YuGothic,"Hiragino Kaku Gothic Pro",���C���I, Meiryo,Verdana,sans-serif;
}

html a {
  color: #000000;
}

html ul, html li {
  list-style: none;
  margin: 0;
  padding: 0;
}

html body {
  font-size: 1.5rem;
}

header#gnavi {
  width: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

header#gnavi #header_wrap {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}

header#gnavi #header_wrap #header_logo {
  float: left;
  width: 180px;
  padding: 10px;
}

header#gnavi #header_wrap #header_logo img[src$=".svg"] {
  width: 180px;
}

@media screen and (max-width: 768px) {
  header#gnavi #header_wrap #header_toggle {
    float: right;
    width: 55px;
    height: 55px;
    background: #ccc;
    color: #fff;
    padding: 11px;
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  header#gnavi #header_wrap #header_toggle {
    display: none;
  }
}

header#gnavi #header_wrap #header_toggle div {
  position: relative;
}

header#gnavi #header_wrap #header_toggle span {
  display: block;
  height: 5px;
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

header#gnavi #header_wrap #header_toggle span:nth-child(1) {
  top: 0;
}

header#gnavi #header_wrap #header_toggle span:nth-child(2) {
  top: 12px;
}

header#gnavi #header_wrap #header_toggle span:nth-child(3) {
  top: 24px;
}

header#gnavi #header_wrap #header_toggle.open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

header#gnavi #header_wrap #header_toggle.open span:nth-child(2) {
  width: 0;
  left: 50%;
}

header#gnavi #header_wrap #header_toggle.open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

header#gnavi #header_wrap .header_haken {
  padding: 0;
}

header#gnavi #header_wrap .header_haken a {
  background: #367ac5;
  color: #fff;
  text-align: center;
  padding: 15px 5px;
}

header#gnavi #header_wrap .header_haken a:hover {
  background: #fff;
  border: solid 3px #367ac5;
  color: #367ac5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  header#gnavi #header_wrap .header_haken {
    float: right;
    display: inline-block;
  }
  header#gnavi #header_wrap .header_haken a {
    width: 100px;
    height: 55px;
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  header#gnavi #header_wrap .header_haken {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  header#gnavi #header_wrap #header_snsicon {
    float: right;
    display: inline-block;
    margin-right: 30px;
  }
  header#gnavi #header_wrap #header_snsicon i {
    font-size: 3.1rem;
    margin: 15px 0 15px 20px;
  }
}

@media screen and (max-width: 768px) {
  header#gnavi #header_wrap #header_snsicon {
    display: none;
  }
}

header#gnavi nav#header_menu {
  width: 100%;
  background: rgba(0, 0, 0, 0.04);
  text-align: center;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  header#gnavi nav#header_menu {
    display: none;
  }
}

header#gnavi nav#header_menu ul.main {
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  header#gnavi nav#header_menu ul.main {
    width: 100%;
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  header#gnavi nav#header_menu ul.main {
    width: 1050px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  header#gnavi nav#header_menu ul.main > li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (min-width: 769px) {
  header#gnavi nav#header_menu ul.main > li {
    width: 175px;
    float: left;
  }
}

header#gnavi nav#header_menu ul.main > li a {
  display: block;
  font-size: 1.3rem;
  padding: 20px 5px;
}

header#gnavi nav#header_menu ul.main > li a:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
}

header#gnavi nav#header_menu ul.main > li.school {
  background-image: url(/images/bg_menu_school.jpg);
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  color: #fff;
  border: 3px solid #a0bcf6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  header#gnavi nav#header_menu ul.main > li.school {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
  }
  header#gnavi nav#header_menu ul.main > li.school a {
    padding: 16px 10px;
  }
}

header#gnavi nav#header_menu ul.main > li .hSubWrap {
  z-index: 50;
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100px;
  color: #fff;
  text-align: center;
  background: rgba(146, 25, 107, 0.9);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 769px) {
  header#gnavi nav#header_menu ul.main > li .hSubWrap {
    position: absolute;
    top: 65px;
    left: 0;
  }
}

header#gnavi nav#header_menu ul.main > li .hSubWrap .hSubmenu {
  padding-top: 10px;
  width: 1050px;
  height: 200px;
  margin: 0 auto;
  line-height: 1.5em;
  text-align: left;
}

header#gnavi nav#header_menu ul.main > li .hSubWrap .hSubmenu p {
  padding: 0;
}

header#gnavi nav#header_menu ul.main > li .hSubWrap .hSubmenu ul.sub li {
  display: inline-block;
  margin: 0 8px 10px 0;
}

header#gnavi nav#header_menu ul.main > li .hSubWrap .hSubmenu ul.sub li a {
  color: #fff;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  header#gnavi nav#header_menu.school_hmenu ul li {
    width: 131.25px;
  }
}

@media screen and (min-width: 769px) {
  header#gnavi nav#header_menu.aurasoma_hmenu ul li {
    width: 210px;
  }
}

#wrapper {
  width: 100%;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  #wrapper {
    margin-top: 130px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    margin-top: 75px;
  }
}

h2 {
  font-size: 1.7rem;
}

.con_title {
  font-size: 2.1rem;
  font-weight: normal;
  color: #ffffff;
  background: rgba(146, 25, 107, 0.5);
  padding: 15px;
}

.con_title .etc {
  display: inline-block;
  background: #fff;
  color: #92196b;
  font-size: 1.4rem;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1px;
  margin: 0 10px;
}

.con_detail {
  width: 100%;
  margin: 0 auto 50px;
}

#contents h2 {
  font-size: 1.7rem;
}

#contents .con_title {
  font-size: 2.1rem;
  font-weight: normal;
  color: #ffffff;
  padding: 10px;
  margin: 0 0 15px;
}

#contents .con_title .etc {
  display: inline-block;
  background: #fff;
  color: #92196b;
  font-size: 1.4rem;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1px;
  margin: 0 10px;
}

#contents .con_detail {
  width: 100%;
  margin: 0 auto 50px;
  overflow: hidden;
}

#contents .con_detail dl.howto dt {
  color: #92196b;
}

#contents .con_detail dl.howto dd {
  margin: 0 0 25px 10px;
}

.augur_list h2 {
  font-family: 'Sawarabi Mincho', sans-serif;
  text-align: center;
  font-size: 3.2rem !important;
  margin-bottom: 10px;
  background: url(/images/h2_bline.png) no-repeat center bottom;
  padding: 10px;
}

.augur_list ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.augur_list ul li {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .augur_list ul li {
    width: 48%;
    margin: 0 1% 15px;
    border: 1px solid #efefef;
  }
}

.augur_list ul li img {
  object-fit: cover;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .augur_list ul li img {
    max-width: 100%;
    max-height: 160px;
  }
}

@media screen and (max-width: 768px) {
  .augur_list ul li img {
    width: 100%;
    height: auto;
  }
}

.augur_list ul li .augur_name {
  font-weight: bold;
  margin-bottom: 7px;
}

.augur_list ul li .augur_place {
  display: inline-block;
  background: #CBE2F4;
  font-size: 1.2rem;
  padding: 5px;
  margin-bottom: 7px;
}

.augur_list ul li .augur_type {
  color: #367AC5;
  text-align: center;
  font-size: 1.1rem;
}

#index_mv div img {
  width: 100%;
  height: auto;
}

#index_mbnr {
  background: #efefef;
  margin: 20px 0;
  padding: 10px;
}

#index_mbnr .inner {
  font-size: 2.7rem;
}

#index_mbnr .inner .bnr_school {
  background: url("/images/bnrbg_school.jpg") no-repeat right center #345cb3;
}

#index_mbnr .inner .bnr_school a {
  color: #fff;
}

#index_mbnr .inner .bnr_tel {
  background: url("/images/bnrbg_tel.jpg") no-repeat right center #fff;
}

@media screen and (min-width: 769px) {
  #index_mbnr .inner {
    width: 1050px;
    margin: 0 auto 50px;
    display: flex;
  }
  #index_mbnr .inner .bnr_school {
    width: 60%;
  }
  #index_mbnr .inner .bnr_tel {
    width: 35%;
  }
  #index_mbnr .inner .bnr_school,
  #index_mbnr .inner .bnr_tel {
    margin: 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
  #index_mbnr .inner .bnr_school a,
  #index_mbnr .inner .bnr_tel a {
    display: block;
    height: 250px;
    padding: 90px 20px;
    text-align: left;
  }
  #index_mbnr .inner .bnr_school a:hover,
  #index_mbnr .inner .bnr_tel a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  #index_mbnr .inner .bnr_school,
  #index_mbnr .inner .bnr_tel {
    width: 100%;
    margin: 10px;
    height: 100px;
    padding: 20px 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#index_todays_augur,
#index_reservation_augur,
#phone_augur {
  padding: 30px 0;
}

@media screen and (min-width: 769px) {
  #index_todays_augur ul,
  #index_reservation_augur ul,
  #phone_augur ul {
    width: 1050px;
    margin: 0 auto 50px;
  }
  #index_todays_augur ul li,
  #index_reservation_augur ul li,
  #phone_augur ul li {
    width: 175px;
    margin: 0 30px 15px 0;
  }
  #index_todays_augur ul li:nth-child(6n),
  #index_reservation_augur ul li:nth-child(6n),
  #phone_augur ul li:nth-child(6n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #index_todays_augur ul,
  #index_reservation_augur ul,
  #phone_augur ul {
    width: 100%;
  }
  #index_todays_augur ul li,
  #index_reservation_augur ul li,
  #phone_augur ul li {
    width: 48%;
    margin: 0 1% 15px;
  }
  #index_todays_augur ul li:nth-child(2n),
  #index_reservation_augur ul li:nth-child(2n),
  #phone_augur ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.column1 > .h1_box, .column2 > .h1_box {
  height: 100px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .column1 > .h1_box h1, .column2 > .h1_box h1 {
    font-family: 'Sawarabi Mincho', sans-serif;
    text-align: center;
    font-size: 3.2rem !important;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .column1 > .h1_box h1, .column2 > .h1_box h1 {
    font-size: 2.5rem;
    font-family: 'Sawarabi Mincho', sans-serif;
  }
}

.column1 > .h1_box .h1_text, .column2 > .h1_box .h1_text {
  text-align: center;
  line-height: 1.2;
}

.column1 .bclist, .column2 .bclist {
  width: 100%;
  background: #efefef;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.column1 .bclist ul, .column2 .bclist ul {
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .column1 .bclist ul, .column2 .bclist ul {
    width: 1050px;
  }
}

.column1 .bclist ul li, .column2 .bclist ul li {
  float: left;
  margin: 10px 5px;
}

.column1.comm .h1_box, .column2.comm .h1_box {
  background: url(/images/p_freeheader.jpg);
  -webkit-text-shadow: 3px 3px 3px #fff;
  text-shadow: 3px 3px 3px #fff;
  color: #000;
}

.column1.comm .con_title, .column2.comm .con_title {
  background: rgba(0, 0, 0, 0.5);
}

.newsback .back_index {
  margin: 0 0 30px;
}

.newsback .back_index ul li {
  text-align: center;
  display: inline-block;
  margin: 0 7px 10px 0;
}

.newsback .back_index ul li a {
  display: block;
  background: #efefef;
  padding: 10px;
}

table.table_cell {
  width: 100%;
  margin: 0 0 15px;
}

table.table_cell th, table.table_cell td {
  border: 1px solid #ccc;
}

@media screen and (min-width: 769px) {
  table.table_cell th, table.table_cell td {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  table.table_cell th, table.table_cell td {
    line-height: 1.2;
    padding: 8px;
  }
}

table.table_cell th {
  background: #efefef;
  width: 25%;
}

.column1 #contents {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .column1 #contents {
    width: 1050px;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 768px) {
  .column1 #contents {
    width: 95%;
  }
}

.column1 #contents .privacy {
  margin: 0 0 50px;
}

.column1 #contents .privacy ol {
  border-top: 1px solid #ccc;
}

.column1 #contents .privacy ol li {
  list-style: decimal;
  margin: 0 0 30px;
  padding: 15px 0 30px 10px;
  border-bottom: 1px solid #ccc;
}

.column1 #contents .sitemap {
  margin: 0 0 50px;
}

.column1 #contents .sitemap ul {
  margin: 0 0 20px;
}

.column1 #contents .sitemap ul li {
  margin-left: 20px;
}

.column1 #contents .sitemap ul li.tit a {
  display: block;
  background: #efefef;
  padding: 15px;
  margin-left: 0;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 10px;
  border-left: 5px solid #92196b;
}

@media screen and (min-width: 769px) {
  .column1 #contents .sitemap {
    display: flex;
    justify-content: space-between;
  }
  .column1 #contents .sitemap .col1, .column1 #contents .sitemap .col2, .column1 #contents .sitemap .col3 {
    width: 30%;
  }
}

.news_box {
  width: 100%;
}

.news_box h2 {
  background: url(/images/h2_bline.png) no-repeat center bottom;
  padding: 0;
  font-family: 'Sawarabi Mincho', sans-serif;
  text-align: center;
  font-size: 3.2rem !important;
  margin-bottom: 10px;
}

.news_box .listbox {
  border: solid 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .news_box .listbox {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .news_box .listbox {
    padding: 10px;
  }
}

.news_box .listbox ul li {
  margin: 0 0 20px;
  overflow: hidden;
}

.news_box .listbox ul li .day {
  font-weight: bold;
  color: #92196b;
}

@media screen and (min-width: 769px) {
  .news_box .listbox ul li .day {
    width: 15%;
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .news_box .listbox ul li .day {
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .news_box .listbox ul li .title {
    float: right;
    width: 80%;
  }
}

.news_box .listbox ul li .title p {
  margin-bottom: 0;
}

.news_box .linkbtn a {
  display: block;
  border: 1px solid #92196b;
  border-radius: 6px;
  text-align: center;
  padding: 12px;
  font-size: 2.5rem;
}

.news_box .linkbtn a:hover {
  color: #fff;
  text-decoration: none;
  background: #92196b;
}

.instagram_box {
  width: 100%;
}

.instagram_box h2 {
  background: url(/images/h2_bline.png) no-repeat center bottom;
  padding: 0;
  font-family: 'Sawarabi Mincho', sans-serif;
  text-align: center;
  font-size: 3.2rem !important;
  margin-bottom: 10px;
}

.instagram_box .listbox {
  border: solid 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .instagram_box .listbox {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .instagram_box .listbox {
    padding: 10px;
  }
}

.instagram_box .listbox ul li {
  margin: 0 0 20px;
  overflow: hidden;
}

.instagram_box .listbox ul li .day {
  font-weight: bold;
  color: #92196b;
}

@media screen and (min-width: 769px) {
  .instagram_box .listbox ul li .day {
    width: 15%;
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .instagram_box .listbox ul li .day {
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .instagram_box .listbox ul li .title {
    float: right;
    width: 80%;
  }
}

.instagram_box .listbox ul li .title p {
  margin-bottom: 0;
}

.instagram_box .linkbtn a {
  display: block;
  border: 1px solid #92196b;
  border-radius: 6px;
  text-align: center;
  padding: 12px;
  font-size: 2.5rem;
}

.instagram_box .linkbtn a:hover {
  color: #fff;
  text-decoration: none;
  background: #92196b;
}



@media screen and (min-width: 769px) {
  .column2 #contents {
    width: 1050px;
    margin: 0 auto 50px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .column2 #contents .maincon {
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .column2 #contents .maincon {
    margin: 10px 10px 30px;
  }
}

.column2 #contents .maincon.profile .photo {
  background-image: url(/images/bg_leaf_r.png), linear-gradient(to top, #ffffff, rgba(146, 25, 107, 0.05));
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 25px;
  margin: 0 0 20px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .column2 #contents .maincon.profile .photo img {
    float: left;
    width: 180px;
  }
}

@media screen and (min-width: 769px) {
  .column2 #contents .maincon.profile .photo .prof {
    float: right;
    width: 500px;
  }
}

.column2 #contents .maincon.profile .photo .prof .name {
  font-size: 2.5rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.column2 #contents .maincon.profile dt {
  color: #92196b;
}

.column2 #contents .maincon.profile dl.prof1 dt {
  margin: 0 0 5px;
}

.column2 #contents .maincon.profile dl.prof1 dd {
  margin: 0 0 10px 15px;
}

.column2 #contents .maincon.profile dl.prof2 dt {
  background-image: linear-gradient(to bottom, #ffffff, rgba(146, 25, 107, 0.1));
  font-size: 1.9rem;
  padding: 5px 10px;
  margin: 0 0 10px;
}

.column2 #contents .maincon.profile dl.prof2 dd {
  margin: 0 0 30px;
}

.column2 #contents .maincon.entry-form table {
  width: 100%;
  margin-bottom: 30px;
}

.column2 #contents .maincon.entry-form table th {
  background: #efefef;
}

.column2 #contents .maincon.entry-form table th, .column2 #contents .maincon.entry-form table td {
  padding: 15px;
  border: 1px solid #ccc;
}

.column2 #contents .maincon.entry-form table th .p90, .column2 #contents .maincon.entry-form table td .p90 {
  width: 90%;
}

.column2 #contents .maincon.entry-form .form_btn {
  text-align: center;
}

.column2 #contents .maincon.entry-form .form_btn input.btn {
  padding: 20px;
  background: #fff;
  margin-right: 10px;
  border: 1px solid #666;
}

.column2 #contents .maincon.entry-form .form_btn input.btn:hover {
  background: rgba(102, 102, 102, 0.5);
  transition: 1.0s;
}

.column2 #contents .maincon.entry-form .form_btn input.btn.entry {
  width: 40%;
  background: #367ac5;
  color: #fff;
  border: none;
}

.column2 #contents .maincon.entry-form .form_btn input.btn.entry:hover {
  background: #1b2e6f;
  transition: 1.0s;
}

.column2 #contents .maincon.form-thanks {
  text-align: center;
  padding: 150px 0;
}

.column2 #contents .maincon.schedule1 .table_sche {
  width: 100%;
}

.column2 #contents .maincon.schedule1 .table_sche th {
  text-align: center;
  background: #efefef;
}

.column2 #contents .maincon.schedule1 .table_sche th, .column2 #contents .maincon.schedule1 .table_sche td {
  padding: 10px;
  border: 1px solid #666;
}

.column2 #contents .maincon.schedule1 .btn_sche {
  text-align: center;
}

.column2 #contents .maincon.schedule1 .btn_sche a {
  display: inline-block;
  width: 60px;
  margin: 10px 5px;
  padding: 10px;
  background: #92196b;
  color: #fff;
}

.column2 #contents .maincon.schedule1 .btn_sche a:hover {
  text-decoration: none;
}

.column2 #contents .search_box {
  background: #efefef;
  padding: 20px;
  taxt-align: center;
  margin: 0 0 20px;
}

@media screen and (min-width: 769px) {
  .column2 #contents .search_box {
    margin: 10px 0;
  }
}

.column2 #contents .search_box form.search_form .input_text1 {
  height: 30px;
  vertical-align: bottom;
  margin: 0 5px 10px 0;
}

.column2 #contents .search_box form.search_form .input_ck {
  display: inline-block;
}

.column2 #contents .search_box form.search_form input.submit_btn {
  display: block;
  background: #92196b;
  border: none;
  padding: 8px 0;
  margin: 5px 0 15px;
  width: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 1.9rem;
  color: #fff;
}

.column2 #contents .search_box form.search_form label {
  margin-right: 15px;
}

.column2 #contents .search_box dl dt {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1.8rem;
}

.column2 #contents .search_box dl dt:first-child + dd {
  margin: 0 0 15px;
}

.column2 #contents .search_box dl dd {
  margin: 0;
}

.column2 #contents .search_box dl dd ul.index_list {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .column2 #contents .search_box dl dd ul.index_list {
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .column2 #contents .search_box dl dd ul.index_list {
    width: 100%;
  }
}

.column2 #contents .search_box dl dd ul.index_list li a {
  display: block;
  background: rgba(27, 46, 111, 0.2);
  width: 50px;
  height: 50px;
  padding: 10px;
  text-align: center;
  margin: 5px;
}

.column2 #contents .search_box dl dd ul.index_list li a:hover {
  background: rgba(27, 46, 111, 0.5);
  color: #fff;
  text-decoration: none;
}

.column2 #contents .haken table {
  width: 100%;
  margin: 10px 0;
}

.column2 #contents .haken table th {
  background: #efefef;
  text-align: center;
}

.column2 #contents .haken table th, .column2 #contents .haken table td {
  padding: 10px;
  border: 1px solid #ccc;
}

.column2 #contents .haken .entrylist {
  color: #367ac5;
  font-weight: bold;
  margin: 10px;
}

.column2 #contents .haken .contact {
  width: 100%;
  margin: 10px auto;
}

.column2 #contents .haken .contact div {
  text-align: center;
  background: #efefef;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 5px;
  padding: 10px;
}

@media screen and (min-width: 769px) {
  .column2 #contents .haken .contact {
    display: flex;
    justify-content: space-between;
  }
  .column2 #contents .haken .contact div {
    width: 32%;
  }
}

@media screen and (min-width: 769px) {
  .column2 .sidemenu {
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .column2 .sidemenu {
    width: 100%;
  }
}

.column2 .sidemenu ul {
  width: 100%;
  border: 1px solid #ccc;
}

.column2 .sidemenu ul li {
  border-top: 1px solid #ccc;
}

.column2 .sidemenu ul li.side_ttl {
  font-weight: bold;
}

.column2 .sidemenu ul li a {
  display: block;
  padding: 15px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}

.column2 .sidemenu ul li a:hover {
  background: #efefef;
}

.column2.palace .h1_box {
  background: url(/images/p_palace_header.jpg) no-repeat center center;
  -webkit-text-shadow: 3px 3px 3px #fff;
  text-shadow: 3px 3px 3px #fff;
}

@media screen and (min-width: 769px) {
  .column2.palace .augur_list li {
    width: 172.13115px;
    margin: 0 20px 15px 0;
  }
  .column2.palace .augur_list li:nth-child(4n) {
    margin-right: 0;
  }
}

.column2.palace .con_title {
  background: rgba(146, 25, 107, 0.5);
}

.column2.palace .mainimg {
  margin-bottom: 30px;
}

.column2.palace .mainimg p span {
  color: #92196b;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .column2.palace .mainimg.uranai1 {
    display: flex;
    justify-content: flex-start;
  }
  .column2.palace .mainimg.uranai1 img {
    width: 50%;
    margin-right: 2%;
  }
  .column2.palace .mainimg p {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .column2.palace .mainimg img {
    width: 100%;
    margin-bottom: 10px;
  }
}

.column2 .imgcol2 {
  width: 100%;
  margin: 0 0 15px;
}

.column2 .imgcol2 img {
  width: 49%;
  vertical-align: top;
}

.column2.school .h1_box {
  background: url(/images/p_school_header02.jpg) no-repeat center center;
  -webkit-text-shadow: 3px 3px 3px #fff;
  text-shadow: 3px 3px 3px #fff;
  color: #000;
}

.column2.school .con_title {
  background: rgba(27, 46, 111, 0.5);
}

.column2.school .maincon.school-top .cource_bnr {
  margin: 20px 0;
}

.column2.school .maincon.school-top .cource_bnr a {
  display: inline-block;
  height: 120px;
  line-height: 1.2;
  padding: 25px 15px;
  margin: 0 1% 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 2px solid #cccccc;
}

.column2.school .maincon.school-top .cource_bnr a:hover {
  text-decoration: none;
  background: #efefef;
}

.column2.school .maincon.school-top .cource_bnr a.cource_list1 {
  background: url(/images/bg_cource_list1.jpg) no-repeat right;
  background-size: contain;
}

.column2.school .maincon.school-top .cource_bnr a.cource_list2 {
  background: url(/images/bg_cource_list2.jpg) no-repeat right;
  background-size: contain;
}

.column2.school .maincon.school-top .cource_bnr a.contact {
  background: url(/images/bnrbg_tel.jpg) no-repeat right;
  background-size: contain;
}

.column2.school .maincon.school-top .cource_bnr a.cource_entry {
  background: url(/images/bg_cource_entry.jpg) no-repeat right;
  background-size: contain;
}

.column2.school .maincon.school-top .cource_bnr a span.tit {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.column2.school .maincon.school-top .cource_bnr a span.copy {
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .column2.school .maincon.school-top .cource_bnr a {
    width: 47%;
  }
  .column2.school .maincon.school-top .cource_bnr span.tit {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .column2.school .maincon.school-top .cource_bnr a {
    width: 100%;
  }
  .column2.school .maincon.school-top .cource_bnr span.tit {
    font-size: 2rem;
  }
}

.column2.school .maincon .con_title {
  font-size: 1.7rem;
}

.column2.school .maincon .con_detail .imginfo {
  display: flex;
  justify-content: space-between;
}

.column2.school .maincon .con_detail .imginfo .img {
  width: 30%;
}

.column2.school .maincon .con_detail .imginfo .img img {
  width: 100%;
}

.column2.school .maincon .con_detail .imginfo .info {
  width: 65%;
}

.column2.school .maincon .con_detail table {
  width: 100%;
  margin: 10px 0;
}

.column2.school .maincon .con_detail table th, .column2.school .maincon .con_detail table td {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.column2.school .maincon.cource table th {
  width: 20%;
}

.column2.school .maincon.cource table td {
  width: 80%;
}

.column2.school .maincon.cource table td i {
  color: #cc0000;
}

.column2.school .maincon.price table.price_table thead th {
  background: #efefef;
  text-align: center;
}

.column2.school .maincon.price table.price_table tbody th {
  background: #cccccc;
}

.column2.school .maincon.price table.price_table td.name {
  width: 20%;
}

.column2.school .maincon.voice dl dt {
  color: #92196b;
  border-bottom: 1px solid #92196b;
  padding: 10px;
  margin-bottom: 10px;
}

.column2.school .maincon.access .con_detail iframe {
  width: 100%;
  border: solid 1px #cccccc;
}

@media screen and (min-width: 769px) {
  .column2.school .maincon.access .con_detail {
    display: flex;
    justify-content: space-between;
  }
  .column2.school .maincon.access .con_detail .map {
    width: 48%;
  }
  .column2.school .maincon.access .con_detail p {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .column2.school .maincon.access .con_detail .map {
    width: 100%;
  }
  .column2.school .maincon.access .con_detail p {
    width: 100%;
  }
}

.column2.school .maincon ol.school_feature,
.column2.school .maincon ol.school_flow {
  padding: 0;
}

.column2.school .maincon ol.school_feature li .tit,
.column2.school .maincon ol.school_flow li .tit {
  background: rgba(27, 46, 111, 0.1);
  color: #1b2e6f;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 10px;
}

.column2.school .maincon ol.school_feature li .detail,
.column2.school .maincon ol.school_flow li .detail {
  margin: 0 0 30px;
}

.column2.aurasoma .h1_box {
  background-image: url(/images/p_aurasoma_header.jpg);
  -webkit-text-shadow: 3px 3px 3px #fff;
  text-shadow: 3px 3px 3px #fff;
  background-repeat: no-repeat;
  color: #000;
}

@media screen and (min-width: 769px) {
  .column2.aurasoma .h1_box {
    background-position: center center;
  }
}

@media screen and (max-width: 768px) {
  .column2.aurasoma .h1_box {
    background-position: right center;
  }
}

.column2.aurasoma .con_title {
  background: rgba(255, 0, 106, 0.5);
}

dl.uranai_place dt {
  border-bottom: 1px solid #000;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1.9rem;
  text-align: center;
}

dl.uranai_place dd {
  margin-bottom: 40px;
}

dl.uranai_place dd table.info {
  margin: 20px 0;
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
}

dl.uranai_place dd table.info th {
  background: #efefef;
}

dl.uranai_place dd table.info th, dl.uranai_place dd table.info td {
  padding: 10px;
  border: 1px solid #ccc;
}

#index_reservation_augur {
  background: url("../images/bg_reservation_augur.jpg");
  background-size: cover;
}

#index_reservation_augur .btn a {
  width: 90%;
  display: block;
  background: #92196b;
  border-radius: 5px;
  padding: 7px;
  text-align: center;
  color: #fff;
  margin: 5px auto;
  font-size: 1.5rem;
}

#index_infobox {
  padding: 30px 0;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #index_infobox {
    width: 1050px;
    margin: 0 auto 50px;
  }
}

@media screen and (min-width: 769px) {
  #index_infobox .index_news {
    width: 560px;
    float: left;
  }
}

@media screen and (max-width: 768px) {
  #index_infobox .index_news {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  #index_infobox .index_instagram {
    width: 400px;
    float: right;
  }
}

@media screen and (max-width: 768px) {
  #index_infobox .index_instagram {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  #index_infobox .listbox ul li .day {
    width: 80px;
  }
  #index_infobox .listbox ul li .title {
    width: 380px;
  }
}

#index_infobox .facebook_widget {
  height: 600px;
  background: #efefef;
}

@media screen and (min-width: 769px) {
  #index_infobox .facebook_widget {
    float: right;
    width: 400px;
  }
}

.phone .satori h3 {
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #000;
}

.phone .satori h3 i {
  font-size: 2.5rem;
}

.phone .satori blockquote {
  border: 3px solid rgba(146, 25, 107, 0.5);
  border-radius: 5px;
  padding: 20px;
}

.phone .satori blockquote .consul {
  display: flex;
  justify-content: space-between;
}

.phone .satori blockquote .consul dl {
  width: 50%;
}

.phone .satori blockquote .consul dl.love dt {
  background: #ffcccc;
}

.phone .satori blockquote .consul dl.life dt {
  background: #94d881;
}

.phone .satori blockquote .consul dl dt, .phone .satori blockquote .consul dl dd {
  padding: 10px;
}

.phone .satori blockquote .consul dl dd img {
  width: 100%;
}

.phone .satori blockquote ul.consul_list li {
  padding: 3px 10px;
  font-weight: bold;
  font-size: 1.7rem;
  color: #92196b;
}

.phone .satori blockquote ol.useimage {
  padding: 10px;
}

.phone .satori blockquote ol.useimage li {
  list-style: inside decimal;
  font-weight: bold;
}

.phone .satori blockquote .telprice {
  text-align: center;
  border: 3px solid #ccc;
  margin: 10px 0;
  padding: 10px;
}

.phone .satori blockquote .telprice .price {
  display: inline-block;
  font-size: 3.5rem;
  font-weight: bold;
}

.phone .satori blockquote .payment {
  margin: 0 0 20px;
}

.phone .satori blockquote p {
  padding: 15px;
}

.phone .satori blockquote p::before {
  content: '\201C';
  font-family: Font Awesome 5 Free;
}

.phone .satori blockquote p::after {
  content: '\201D';
  font-family: Font Awesome 5 Free;
}

.phone .satori blockquote .btn a {
  display: block;
  width: 80%;
  text-align: center;
  background: #ccc;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  margin: 10px auto;
  background: #92196b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sche_tablebox {
  width: 100%;
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  .sche_tablebox {
    overflow: auto;
    overflow-x: scroll;
  }
  .sche_tablebox::-webkit-scrollbar {
    height: 10px;
  }
  .sche_tablebox::-webkit-scrollbar-track {
    background: #cccccc;
  }
  .sche_tablebox::-webkit-scrollbar-thumb {
    background: #666666;
  }
}

.sche_tablebox .sche_table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #666;
}

@media screen and (min-width: 769px) {
  .sche_tablebox .sche_table {
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .sche_tablebox .sche_table {
    margin: 10px 0;
    white-space: nowrap;
  }
}

.sche_tablebox .sche_table th {
  background: #efefef;
  text-align: center;
}

.sche_tablebox .sche_table th, .sche_tablebox .sche_table td {
  padding: 15px 10px;
  border: solid 1px #ccc;
}

#footer_snsicon {
  text-align: center;
  margin: 10px;
}

#footer_snsicon i {
  font-size: 3.1rem;
  margin: 15px 0 15px 20px;
}

@media screen and (min-width: 769px) {
  .footer_haken {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .footer_haken {
    width: 100%;
    border-top: 1px solid #367ac5;
  }
  .footer_haken a {
    display: block;
    padding: 15px;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid rgba(54, 122, 197, 0.5);
    border-left: 1px solid rgba(54, 122, 197, 0.5);
    border-right: solid 1px rgba(54, 122, 197, 0.5);
    background: rgba(54, 122, 197, 0.2);
  }
}

footer#gnavi {
  max-width: 100%;
  background: #343434;
  color: #999;
  padding: 50px 0;
}

footer#gnavi #gnavi_inner {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  footer#gnavi #gnavi_inner {
    width: 1050px;
    margin: 0 auto 50px;
  }
}

footer#gnavi #gnavi_inner #footer_logo img {
  fill: currentColor;
}

@media screen and (min-width: 769px) {
  footer#gnavi #gnavi_inner #footer_logo {
    float: left;
    width: 233.33333px;
  }
}

@media screen and (max-width: 768px) {
  footer#gnavi #gnavi_inner #footer_logo {
    text-align: center;
  }
}

footer#gnavi #gnavi_inner #footer_logo .logo img {
  width: 200px;
}

footer#gnavi #gnavi_inner #footer_logo .logo img svg {
  fill: #fff;
}

footer#gnavi #gnavi_inner #footer_logo .copyright {
  margin: 20px 0;
  font-size: 1.3rem;
}

@media screen and (min-width: 769px) {
  footer#gnavi #gnavi_inner nav#footer_menu {
    float: right;
    width: 732.55814px;
  }
}

footer#gnavi #gnavi_inner nav#footer_menu ul#footer_nav_menu {
  color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}

footer#gnavi #gnavi_inner nav#footer_menu ul#footer_nav_menu li {
  float: left;
  width: 233.33333px;
}

footer#gnavi #gnavi_inner nav#footer_menu ul#footer_nav_menu li a {
  color: #fff;
  font-size: 1.3rem;
}

footer#gnavi #gnavi_inner nav#footer_menu ul#footer_nav_menu li dl dt {
  margin-bottom: 5px;
}

footer#gnavi #gnavi_inner nav#footer_menu ul#footer_nav_menu li dl dd {
  margin-bottom: 20px;
  overflow: hidden;
}

footer#gnavi #gnavi_inner nav#footer_menu ul#footer_nav_menu li dl dd ul {
  margin-left: 10px;
}

footer#gnavi #gnavi_inner nav#footer_menu ul#footer_nav_menu li dl dd ul li {
  margin: 2px;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  padding: 10px 0;
  text-align: center;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#page-top a {
  color: #fff;
  font-size: 1.1rem;
  white-space: nowrap;
}
