/* Spoon: ver.202309250000 */

/*------------------------------------------
 パーツ表示切替用style
------------------------------------------*/
.site_description {
  width: 630px;
  margin: 0;
}
.shop_name {
  margin-bottom: 8px;
}

.shop_tel {
}

.shop_rss {
  margin: 4px 0 0 5px;
}
.today_area {
  background-color: #fff;
}
.qr_area {
  background-color: #fff;
}
.counter_area {
  background-color: #fff;
}
.copyright {
}
.powered {
  display: none;
}



/* --------------------------------------

  共通項目

--------------------------------------- */

:not(.wysiwyg, .wysiwyg *) {
  margin: 0;
  padding: 0;
}


/*-- ホバーでゆっくり色が変わる --*/

a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

img {
  border: none;
  vertical-align: middle;
  }

h4 {
  font-size: 16px;
  font-weight: normal;
}

iframe {
  max-width: 100%;
}

/*-- clear --*/

br.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
  }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

/*-- wysiwyg出力用style --*/

.wysiwyg * {
  overflow-wrap: anywhere;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h4 {
  font-weight: bold;
  font-size: revert;
}

.wysiwyg h3 {
  padding: revert;
  background-color: transparent;
  border-radius: 0;
  font-weight: bold;
  font-size: revert;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg iframe,
.wysiwyg video {
  max-width: 100%;
}

.wysiwyg img {
  max-width: 100%;
}

.wysiwyg_template_profile1 img,
.wysiwyg_template_profile2 img {
  max-width: none;
}

@media screen and (max-width: 640px) {
  .wysiwyg img {
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .wysiwyg_template_profile1 tr,
  .wysiwyg_template_profile2 tr {
    display: flex;
    flex-direction: column;
  }
  .wysiwyg_template_profile1_wrapimage {
    order: 1;
  }
}

/*-- color --*/

.main_color {
  color: #2268af;
}

.sub_color {
  color: #FFC612;
}

.color_brown {
  color: #3F260D;
}

.color_white {
  color: #fff;
}

/*-- border --*/

.border_radius {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.border_dotted {
  border: 1px #2268af dotted;
}

.border_solid {
  border: 1px #2268af solid;
}

.border_bottom {
  padding: 0 0 3px 0;
  border-bottom: 1px #2268af dotted;
}

.border_bottom_solid {
  padding: 0 0 3px 0;
  border-bottom: 1px #2268af solid;
}


/*-- text --*/

.font_10 {
  font-size: 10px;
}

.font_14 {
  font-size: 14px;
}

.font_16 {
  font-size: 16px;
}

.font_20 {
  font-size: 20px;
}

/*-- margin --*/

.mar_btm_5 {
  margin: 0 0 5px 0;
}

.mar_btm_10 {
  margin: 0 0 10px 0;
}

.mar_btm_20 {
  margin: 0 0 20px 0;
}

.mar_btm_30 {
  margin: 0 0 30px 0;
}

.mar_btm_50 {
  margin: 0 0 50px 0;
}

/*-- padding --*/

.pad_20 {
  padding: 20px;
}

.pad_btm_10 {
  padding: 0 0 10px 0;
}

.pad_btm_20 {
  padding: 0 0 20px 0;
}

/*-- center --*/
.center {
  text-align: center;
}

/*-- メインの見出し --*/
.main_headline {
  padding: 0 0 0 13px;
  border-left: 4px solid #2268af;
  font-weight: normal;
  font-size: 14px;
  line-height: 33px;
}

.headline_border {
  border-bottom: 1px #2268af dotted;
  margin: 12px 0 20px 0;
}

/*-- コンテンツの入れ物 --*/
.contents_box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px #2268af dotted;
  background-color: #fff;
  padding: 20px;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 1000px) {
  .contents_box {
    margin: 0 0 10px 0;
  }
}

/*-- ホバーで画像がゆっくり透過 --*/
.fade {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.fade:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

.pager {
  text-align: center;
  white-space: nowrap;
  padding: 5px 0;
  margin: 0 0 30px 0;
  font-size: 12px;
  line-height: 16px;
  font-family: Arial;
  }

.pager a {
  margin: 0 2px;
  padding: 5px 7px;
  color: #3F260D;
  border: solid 1px #2268af;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  /*-webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;*/
  transition: 0.7s;
}

.pager a:hover{
  background-color: #2268af;
  color: #fff;
}

.pager a.chk {
  margin: 0 2px;
  padding: 5px 7px;
  color: #fff;
  background-color: #2268af;
  border: solid 1px #2268af;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

@media screen and (max-width: 640px) {
  table {
    width: 100% !important;
  }
}


/* --------------------------------------
  tooltip
--------------------------------------- */

.hotspot {
  cursor: pointer;
  }

#tt {
  position: absolute;
  display: block;
  background: url(/img/tooltip/tt_left.gif) top left no-repeat;
  }

#tttop {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_top.gif) top right no-repeat;
  overflow: hidden;
  }

#ttcont {
  display: block;
  padding: 2px 12px 3px 7px;
  margin-left: 5px;
  background: #ccc;
  color: #333;
  font-size: 10px;
  line-height: 16px;
  }

#ttcont div.schedule_title {
  font-size: 13px;
  }

#ttcont div.schedule_body {
  font-size: 11px;
  }

#ttbot {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_bottom.gif) top right no-repeat;
  overflow: hidden;
  }

/* ---------------------------------

  センタリング
  2カラム
  左ナビゲーション

--------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

#wrapper {
  width: 100%;
}

.top_line {
  width: 100%;
  height: 10px;
  background-color: #2268af;
}

#wrapper_inner {
  width: 960px;
  margin: 0 auto;
}

#header {
  padding: 60px 0;
  position: relative;
}

#main {
  width: 700px;
  float: right;
}


#side {
  float: left;
  width: 212px;
  margin: 0 48px 0 0;
}

#navi {
  padding: 0 23px;
  background: #fff;
}

#navi_parts_area {
  margin: 20px 0;
}

.line-it-button {
  padding-bottom: 10px;
}

#footer {
  background-color: #2268af;
  padding: 40px 0 20px 0;
  margin: 30px 0 0 0;
}


/* -----------------------------------------
タブレット
----------------------------------------- */

@media screen and (max-width: 1000px) {

  #wrapper {
    width: 100%;
  }

  #wrapper_inner {
    width: 100%;
  }

  #header {
    width: 100%;
    padding: 40px 0;
  }

  #main {
    width: 95%;
    float: none;
    margin: 0 auto;
  }

  #side {
    float: none;
    width: 95%;
    margin: 0 auto;
  }

  #navi {
    display: none;
    padding: 0 23px;
  }

  #footer {
    background-color: #2268af;
    padding: 40px 0 20px 0;
    margin: 20px 0 0 0;
  }

}


/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

  #wrapper {
    width: 100%;
  }

  #wrapper_inner {
    width: 100%;
  }

  #header {
    width: 100%;
    padding: 40px 0;
  }

  #main {
    width: 95% !important;
    float: none;
    margin: 0 auto;
  }

  #side {
    float: none;
    width: 95%;
    margin: 0 auto;
  }

  #navi {
    display: none;
    padding: 0 23px;
  }

  #navi_parts_area {
    margin: 20px 0;
  }

  #footer {
    background-color: #2268af;
    padding: 40px 0 20px 0;
    margin: 20px 0 0 0;
  }

}


/* --------------------------------------

  HTML再定義

--------------------------------------- */
body {
  color: #3f260d;
  font-size: 12px;
  font-family: "ヒラギノ丸ゴ pro w4", "hiragino maru gothic pro", "hg丸ｺﾞｼｯｸm-pro","verdana","osaka",sans-serif;
  letter-spacing: 0.5px;
  overflow-wrap: break-word;
  background: #fffcf8;
}


ul {
  list-style: none;
}

a:link {
  color: #3F260D;
  text-decoration: none;
}

a:visited {
  color: #3F260D;
  text-decoration: none;
}

a:hover {
  color: #938477;
  text-decoration: none;
  }

a:active {
  color: #5E4C3B;
  text-decoration: none;
  outline: none;
}

/* -----------------------------------------
Google翻訳ウィジェット
----------------------------------------- */

#google_translate_element .goog-te-gadget a {
  pointer-events: none;
}

/* --------------------------------------

  ヘッダー

  --------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.site_logo {
  max-width: 100%;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.shop_title {
  letter-spacing: 0.1em;
  position: absolute;
  top: 20px;
  right: 0px;
  padding: 5px 10px;
  text-align: right;
}

.shop_title .shop_tel {
  white-space: nowrap;
}

.tel_number a {
  color: #2268af;
}

@media (640px < width) {
  .tel_number a {
    pointer-events: none;
  }
}

.tel_number i {
  font-size: 19px;
  vertical-align: middle;
  color: #2268af;
}


/* -----------------------------------------
タブレット
----------------------------------------- */

@media screen and (max-width: 1000px) {

  .site_title {
    margin: 0 auto;
    text-align : center;
    display: block;
    float: none;
  }

  .site_logo {
    margin: 0 auto 10px;
    max-width: 90%;
  }

  .shop_name {
    margin-bottom: 8px;
  }

  .shop_title {
    display: none;
  }

  .site_description_mobile {
    width: 90%;
    margin: 0 auto;
  }

}


/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

  .site_title {
    margin: 0 auto;
    text-align : center;
    display: block;
    float: none;
  }

  .site_logo img {
    margin: 0 auto 10px;
    max-width: 90%;
  }

  .shop_name {
    margin-bottom: 8px;
  }

  .shop_title {
    display: none;
  }

  .site_description_mobile {
    width: 90%;
    margin: 0 auto;
  }

}


/* --------------------------------------

  メイン

--------------------------------------- */


/* --------------------------------------

  ナビゲーション

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.navi_sp {
  display: none;
}

.navi_ul li {
  padding: 20px 0;
}


.navi_ul li:last-child {
  border: none;
}

.navi_ul a {
  overflow-wrap: anywhere;
}

.navi_ul > li > a {
  display: flex;
  gap: 6px;
}

.sub_navi {
  margin: 15px 0 0 20px;
}


.sub_navi li {
  padding: 5px 0;
}

.navi_pc {
  margin: 4px 0 0;
}

.accordion {
  display: none;
}


/* -----------------------------------------
タブレット
----------------------------------------- */

@media screen and (max-width: 1000px) {

  .accordion {
    display: block;
    margin: 0 0 30px 0
  }

  .navi_sp_li{
   list-style: none;
   text-align: center
  }

  .navi_menu {
    background-color: #2268af;
    padding: 10px 20px;
    width: 30%;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }


  ul.accordion{
    width:100%;
    overflow: hidden;
  }


  ul.navi_sp{
    display: none;
    width: 90%;
    margin: 0 auto;
  }


  ul.navi_sp li p {
   background: fff;
   padding: 10px 40px 10px 20px;
   cursor: pointer;
  }

  .navi_list {
    position: relative;
  }

  .navi_title {
    text-align: left;
  }

  .navi_title_icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 20px;
    color: #FFC612;
  }

  .border_bottom_navi {
    border-bottom: 1px #2268af dotted;
    padding: 0 !Important;
  }

}


/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

  .accordion {
    display: block;
    margin: 0 0 30px 0;
  }

  .navi_sp_li {
   list-style: none;
   text-align: center;
  }

  .navi_menu {
    background-color: #2268af;
    padding: 10px 20px;
    width: 30%;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
  }


  ul.accordion{
    width:100%;
    overflow: hidden;
  }


  ul.navi_sp{
    display: none;
    width: 90%;
    margin: 5px auto 0;
  }

  .navi_title {
    text-align: left;
    padding: 10px 20px;
  }

  .navi_sp li:last-child {
    border: none;
    margin: 0;
  }

}



/* --------------------------------------

  サイドバー

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.sidebar {
  padding: 22px;
}

.today_area {
  background-color: #fff;
}

.counter_area {
  background-color: #fff;
}

.qr_area {
  background-color: #fff;
}

.side_title {
  margin: 0 7px 0 3px;
}

.navi_parts_detail {
  max-width: 212px;
  margin-bottom: 20px;
}

.navi_parts_detail img{
  max-width: 100%;
}

.today_schedule_title a{
  color: #2268af;
}

.today_schedule_body a{
  color: #2268af;
}


/* -----------------------------------------
タブレット
----------------------------------------- */

@media screen and (max-width: 1000px) {

  .sidebar {
    padding: 15px;
  }

  .today_title {
    width: 100%;
  }

  .counter_title {
    width: 100%;
  }

  .navi_parts {
    text-align: center;
  }

  .navi_parts_detail img{
    max-width: 100%;
  }

}


/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

  .sidebar {
    padding: 13px;
  }

  .today_title {
    width: 100%;
  }

  .counter_title {
    width: 100%;
  }

  .navi_parts_detail img{
    max-width: 100%;
  }

}


/* --------------------------------------

  トップ

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  margin-bottom: 15px;
}

.rslides:not(.callbacks) {
  display: none;
}

.rslides li {
  width: 100%;
}

.rslides li img {
  max-width: 700px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.caption {
  display: block;
  position: absolute;
  text-shadow: none;
  z-index: 2;
  color: #3F260D;
  background: rgba(245,245,245, .6);
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  line-height: 3em;
  max-width: none;
  border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
}


.caption_txt {
  display: block;
  padding: 0 15px;
}

.events {
  list-style: none;
  }

.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 30px;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

/*
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 53%;
  left: 10px;
  opacity: 1;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 47px;
  width: 47px;
  margin-top: -45px;
  filter:alpha(opacity=50);
  opacity:0.5;
}
*/

.callbacks_nav {
  display: none;
}

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 10px;
}

#slider_pager {
  width: 100%;
  text-align: center;
  margin: 20px auto 20px;
}

#slider_pager li {
  font-size: 13px;
  margin-right: 8px;
  display: inline;
}

#slider_pager li a {
  color: #FFDCB3;
  text-decoration: none;
}

#slider_pager li.callbacks_here a {
  color: #FFC612;
}

.message img{
  max-width: 100% !important;
}

.welcome_area_photo img{
  max-width: 100%;
  margin: 0 0 40px;
}


/* -----------------------------------------
タブレット
----------------------------------------- */

@media screen and (max-width: 1000px) {

  .slideshow {
    width: 100%;
  }

  .rslides li {
    width: 100%;
  }

  .rslides li img {
    width: 100%;
  }

  .callbacks_container {
    margin: 0 0 20px;
  }

  .caption {
    display: block;
    position: absolute;
    text-shadow: none;
    z-index: 2;
    color: #3F260D;
    background: rgba(245,245,245, .6);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    line-height: 3em;
    max-width: none;
  }

  .caption_txt {
    display: block;
    padding: 0 15px;
  }

  #slider_pager {
    width: 100%;
    text-align: center;
    margin: 20px auto 20px;
  }

  .welcome_area_photo img{
    margin: 0 0 30px;
  }


}


/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

  .slideshow {
    width: 100%;
  }

  .rslides li {
    width: 100%;
  }

  .rslides li img {
    width: 100%;
  }

  .rslides {
    margin: 0 auto;
  }

  .callbacks_container {
    margin: 0 0 20px;
  }

  .caption_txt {
    display: block;
    font-size: 11px;
    line-height: 25px;
    padding: 0 10px;
  }

  .callbacks_nav {
    display: none;
  }

  .caption {
    display: block;
    position: absolute;
    text-shadow: none;
    z-index: 2;
    color: #3F260D;
    background: rgba(245,245,245, .6);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    line-height: 3em;
    max-width: none;
  }

  .caption_txt {
    display: block;
    padding: 0 15px;
  }

  #slider_pager {
    width: 100%;
    text-align: center;
    margin: 20px auto 20px;
  }

}



/* --------------------------------------

  インフォメーション

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.info_title_span {
  line-height: 1.7em;
  padding: 0 0 5px 0;
}

.info_title_a {
  padding: 0 0 5px 0;
}

.top_info_date {
  margin: 0 7px 0 0;
}

.info_photo img {
  max-width: 100%;
  height: auto;
}
.info_text a{
  color: #2268af;
}

.info_text img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

  .info_photo img {
    max-width: 100%;
  }

}


/* --------------------------------------

  フォトギャラリー

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.album_title {
  padding: 8px;
  background-color: #2268af;
  border-radius: 6px;
  font-weight: normal;
  font-size: 14px;
}

.album_title a,
.album_title span {
  color: #fff;
}

.photo_thumb a {
  margin: 0 20px 20px 0px;
  position: relative;
  display: block;
  float: left;
  width: 122px;
  overflow: hidden;
}

.photo {
  width: 100%;
  margin: 0 5px 40px 0;
}

.photo_image {
  margin: 0 0 20px 0;
}

.photo_image img {
  max-width: 100%;
  height: auto;
}

.photo_date {
  text-align: left;
  margin-bottom: 4px;
  padding: 0 1px 0 1px;
}

.photo_title {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0 1px;
}

.photo_thumb {
  visibility: hidden;
}

/* -----------------------------------------
タブレット
----------------------------------------- */

@media screen and (max-width: 1000px) {
  .album {
    margin: 0;
    padding: 0 0 13px 0;
  }

  .album:last-child {
    padding: 0 0 12px 0;
  }

  .album img {
    margin: 0 13px 13px 0;
  }

  .photo_image img {
    max-width: 100%;
  }

}


/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {
  .album {
    margin: 0;
    padding: 0 0 13px 0;
  }

  .album:last-child {
    padding: 0 0 12px 0;
  }

  .album img {
    margin: 0 13px 18px 0;
  }

  .photo_thumb a {
    width: 100px;
  }

}



/* --------------------------------------

  カレンダー

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */


.calendar_header {
  font-size: 16px;
  text-align: center;
}

.calendar_header a {
  margin: 0 20px;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}

.table_calendar th {
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #848484;
  padding: 0 0 5px 0;
}

.table_calendar th.sun {
  color: #ff3355;
}

.table_calendar th.sat {
  color: #0250d0;
}

.table_calendar td {
  border-bottom: 1px solid #848484;
  border-left: 1px solid  #848484;
  width: 14%;
  height: 90px;
  text-align: center;
  padding: 0 0 5px 0;
}

.table_calendar td img {
  padding: 15px;
}

.table_calendar td:last-child {
  border-right: 1px solid #848484;
}

.table_calendar td p.day {
  line-height: 14px;
  margin: 10px 10px 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

.table_calendar td.sat p.day {
  color: #0250d0;
}

.table_calendar td.sun p.day,
.table_calendar td.holiday p.day {
  color: #ff3355;
}

.schedule_area {
  margin: 20px 0 0 0;
}

.schedule ul {
  list-style: none;
}

.schedule ul li {
  margin: 0 0 10px 0;
  line-height: 20px;
}

.schedule_category {
  padding: 5px 7px;
  margin:0 10px 0 0;
  font-size: 10px;
  color: #fff;
  background-color: #FFC612;
}

.schedule_detail_body {
  line-height: 1.5;
}

.schedule_detail_body a{
  color: #2268af;
}

.schedule_detail_body img {
  margin: 0 0 20px 0;
  max-width: 100%;
}




/* -----------------------------------------
タブレット・スマートフォン
----------------------------------------- */

@media screen and (max-width: 1000px) {

  .calendar_area {
    padding-top: 10px;
  }

  .calendar_header {
    font-size: 14px !important;
    margin: 0 0 30px 0;
  }

  .calendar_header a{
    margin: 0 10px;
    font-size: 12px !important;
  }

  .table_calendar td {
    height: 60px;
  }

  .table_calendar td img {
    padding: 10px 0 0;
  }

}


/* --------------------------------------

  メニュー

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.menu_category {
  padding: 8px;
  background-color: #2268af;
  border-radius: 6px;
  font-weight: normal;
  font-size: 14px;
}

.menu_category span {
  color: #fff;
}

.menu_photo {
  float: left;
  margin: 0 10px 10px 0;
}

.menu_photo img {
  max-width: 250px;
  margin-right: 10px;
}

.menu_text img {
  max-width: 100%;
}



/* -----------------------------------------
タブレット
----------------------------------------- */


/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

  .menu_photo {
    float: none;
    margin: 0 0 10px;
  }

  .menu_photo img{
    max-width: 100%;
  }

}


/* --------------------------------------

  クーポン

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.coupon_qr {
  float: left;
  margin: 0 10px 0 0;
}

.coupon_image img{
  max-width: 100%;
}


/* -----------------------------------------
スマートフォン
----------------------------------------- */


/* --------------------------------------

  店舗情報

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.map {
  width: 100%;
  margin: 10px auto 30px;
  padding: 0;
}

.detail {
  margin: 0 0 40px 0;
}

.table_detail {
  width: 100%;
}

.table_detail th {
  width: 50px;
  text-align: right;
  white-space: nowrap;
  padding: 10px 10px;
  font-weight: normal;
  vertical-align: top;
}

.table_detail td {
  width: 350px;
  padding: 10px 20px;
  vertical-align: top;
}

/* -----------------------------------------
タブレット・スマートフォン
----------------------------------------- */

@media screen and (max-width: 1000px) {

  .map {
    width: 100%;
    margin: 0 auto 20px;
  }

  .table_detail {
    border-top: 1px solid #d8d8d8;
  }

  .table_detail th {
    float: none;
    text-align: center;
    padding: 10px 10px;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
  }

  .table_detail td {
    width: 350px;
    padding: 10px 10px;
    vertical-align: top;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
  }

}



/* --------------------------------------

  お問い合わせ

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.contact_message {
  margin: 0 0 40px 0;
  font-size: 15px;
  line-height: 23px;
}

.contact_area input {
  margin: 5px 5px 0 0;
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  background: #fafafa;
}

.contact_area textarea {
  margin: 5px 0 0 0;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #bfbfbf;
  background: #fafafa;
  vertical-align: middle;
  width: 70%;
  height: 150px;
}

.contact_area {
  margin-bottom: 20px;
}

.contact_area .button_area {
  text-align: right;
}


input.button {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background: #2268af;
  text-decoration: none;
  width: 170px;
  height: 40px;
  margin: 50px 0 50px 0;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.contact_area_wrap input.button:hover {
  opacity: 0.8;
  -moz-opacity: 80;
}

input.contact_small {
  width: 250px;
}

input.contact_medium {
  width: 378px;
}

input.contact_large {
  height: 150px;
  width: 378px;
}

.checkbox {
  display: block;
  clear: both;
  padding: 0 0 5px 0;
}

.checkbox input {
  display: inline;
  float: left;
  margin: 3px 5px 0 0;
}

.checkbox label {
  display: block;
  margin: 0 0 5px 0;
}

.radio {
  display: block;
  clear: both;
  padding: 5px 0 5px 3px;
}

.radio input {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  padding: 5px;
  width: 13px;
  border: none;
}

.radio span {
  display: block;
  width: 460px;
  float: left;
  margin: 0 0 5px 0;
}

.personal_info {
  width: 100%;
  margin: 1px 0 0 0;
}

.personal_info_txt {
  margin: 8px 0 0 0;
  font-weight: normal;
  line-height: 160%;
  font-size: 12px;
}

.requier {
  color: #ff0000;
  margin-left: 5px;
}

/* -----------------------------------------
タブレット・スマートフォン
----------------------------------------- */

@media screen and (max-width: 1000px) {

  .contact_area textarea {
    padding: 10px 0;
    width: 100%;
  }

  input.button {
    padding: 10px 0;
    width: 100%;
    height: 40px;
    display: block;
    font-size: 14px;
    color: #fff;
    background: #2268af;
    text-decoration: none;
    margin: 50px 0 50px 0;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

}



/* --------------------------------------

    予約ページ

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

.reservation_message {
  margin: 0 0 40px 0;
  font-size: 15px;
  line-height: 23px;
}

.reservation_form .reservation_area label {
  margin: 0 0 5px 0;
}

.reservation_form .reservation_area input {
  margin: 5px 5px 0 0;
  padding: 10px;
  height: 25px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #cfcfcf;
  background: #fafafa;
}

.reservation_form .reservation_area span.radio input {
  margin: 1px 5px 0 0;
  padding: 10px;
  height: 20px;
  font-size: 14px;
  vertical-align: middle;
  width: 20px;
}

.reservation_form .reservation_area textarea {
  margin: 5px 0 0 0;
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  background: #fafafa;
  height: 150px;
}

.reservation_form .reservation_area {
  margin-bottom: 20px;
}

.reservation_form .reservation_memo {
  width: 70%;
  height: 100px;
}

.reservation_area .button_area {
  text-align: left;
}

.reservation input.button {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  background: #2268af;
  text-decoration: none;
  width: 170px;
  height: 40px;
  margin: 50px 0 50px 0;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.reservation input.button:hover {
  opacity: 0.8;
  -moz-opacity: 80;
}

.reservation_form .reservation_small {
  width: 200px;
}

.reservation_form .reservation_medium {
  width: 200px;
}

.reservation_form .reservation_large {
  height: 200px;
  width: 460px;
}

.reservation_info {
  margin-bottom: 40px;
  font-weight: normal;
}

.reservation_info .reservation_tel_number {
  color: #6a6a6a;
  font-family: Arial;
  font-size: 18px;
  padding: 3px 5px 5px 0;
}

.reservation_tel_time {
  padding: 0;
}

.reservation_others {
  margin-bottom: 40px;
}

.reservation_photo img {
  max-width: 700px;
}

.reservation_title {
  font-size: 14px;
}

.reservation_body {
/*  padding-bottom: 40px;
  margin-bottom: 30px;*/
}

.reservation_course_body img {
  max-width: 100%;
}

.reservation_course_body p {
  margin: 20px 0;
}

.pager {
text-align: center;
white-space: nowrap;
padding: 5px 0;
font-size: 12px;
line-height: 16px;
font-family: Arial;
}

.pager a {
  margin: 0 2px;
  padding: 5px 7px;
  color: #3F260D;
  border: solid 1px #2268af;
  background-color: #fff;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* -----------------------------------------
タブレット・スマートフォン
----------------------------------------- */

@media screen and (max-width: 1000px) {

  .reservation_form .reservation_area input {
    padding: 10px 0;
    width: 100%;
    height: 1em;
  }

  .reservation_form .reservation_area textarea {
    padding: 10px 0;
    width: 100%;
  }

  .reservation input.button {
    width: 100%;
    padding: 10px 0;
  }

  .reservation_photo img {
    max-width: 100%;
  }

  .reservation_form .button_area {
    text-align: center;
  }

}



/* --------------------------------------

    予約ページ

--------------------------------------- */

/* --------------------------------------

    フリーページ

--------------------------------------- */


/* --------------------------------------

  トップに戻るボタン

  --------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

#totop_btn {
  font-size: 40px;
  position: fixed;
  bottom: 70px;
  right: 100px;
}



/* -----------------------------------------
タブレット、スマートフォン
----------------------------------------- */

@media screen and (max-width: 1000px) {

  #totop_btn {
    display: none;
  }

  #totop_btn_sp {
    font-size: 50px;
  }

}



/* --------------------------------------

  フッター

--------------------------------------- */

/* -----------------------------------------
PC
----------------------------------------- */

#footer_inner {
  width: 960px;
  margin: 0 auto;
}

#totop_btn_sp {
  display: none;
}

.shop_title_footer {
  margin: 0 0 30px 0;
}

.copyright a {
  color: #fff !important;
}

.powered_inner {
  width: 100%;
}

.powered_rss {
  text-align: center;
  width: 100%;
}

.powered a {
  color: #fff !important;
}

.shop_rss {
  margin: 4px 0 0 5px;
}

.shop_name_sp {
  display: none;
}

.shop_tel_sp {
  display: none;
}

.footer_social_wrap {
  text-align: center;
  margin-bottom: 30px;
}

.site_logo_small:link,
.site_logo_small:visited {
  color: #fff;
}

.navi_footer {
  text-align: center;
  width: 100%;
  display: block;
}

.navi_inner {
  width: 990px;
  margin: 0 auto;
}

.navi_footer li{
  padding: 10px 5px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}

.introduction {
  text-align: center;
  margin-bottom: 20px;
}


/* -----------------------------------------
タブレット
----------------------------------------- */

@media screen and (max-width: 1000px) {

  #footer_inner {
    width: 100%;
    margin: 0 auto;
  }

  #totop_btn_sp {
  display: block;
  }

  .navi_footer {
    display: none;
  }

  .site_logo_footer {
    display: none;
  }

  .site_logo_small img {
    width: 230px;
  }

  .shop_name_sp {
    display: block;
  }

  .shop_tel a:link,
  .shop_tel a:visited {
    color: #fff;
  }

  .shop_tel_sp {
    display: block;
  }

  .shop_tel_sp i {
    vertical-align: middle;
    font-size: 18px;
  }

}


/* -----------------------------------------
スマートフォン
----------------------------------------- */

@media screen and (max-width: 640px) {

  #footer_inner {
    width: 95%;
    margin: 0 auto;
  }

  .navi_footer {
    display: none;
  }

  .site_logo_footer {
    display: none;
  }

  .shop_name_sp {
    display: block;
  }

  .shop_tel_sp {
    display: block;
  }

}

/*------------------------------------------------------------------------------
 ソーシャルアイコン
------------------------------------------------------------------------------*/

@font-face {
    font-family: 'icomoon';
    src: url('/css/social-icon-fonts/social-icon.eot?3koa62');
    src: url('/css/social-icon-fonts/social-icon.eot?3koa62#iefix') format('embedded-opentype'),
         url('/css/social-icon-fonts/social-icon.ttf?3koa62') format('truetype'),
         url('/css/social-icon-fonts/social-icon.woff?3koa62') format('woff'),
         url('/css/social-icon-fonts/social-icon.svg?3koa62#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
    content: "\e900";
    font-size: 32px;
    margin: 0 5px;
}

.icon-facebook:before {
    content: "\e901";
    font-size: 32px;
    margin: 0 5px;
}

.icon-twitter:before {
    content: "\e902";
    font-size: 32px;
    margin: 0 5px;
}

/* --------------------------------------
  colorbox
--------------------------------------- */

#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #fff;
}

#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  outline: 0;
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  position: relative;
  overflow: visible;
  margin-top: 0;
  background: transparent;
}

#cboxLoadedContent {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: auto;
  padding: 0;
  background: transparent;
}

#cboxTitle {
  margin: 0;
  position: absolute;
  top: -22px;
  left: 0;
  color: #333;
}

#cboxCurrent {
  position: absolute;
  top: -28px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  text-indent: 0;
  font-size: 16px;
  line-height: 1;
  font-family: Arial, sans-serif;
  color: #333;
}

#cboxPrevious,
#cboxNext,
#cboxClose {
  position: absolute;
  overflow: visible;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 2px;
  text-indent: 0;
  transition: all 0.2s;
  cursor: pointer;
  outline: 0;
}

#cboxPrevious {
  top: calc(50% - 18px);
  right: auto;
  left: -40px;
  text-indent: -0.07em;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}

#cboxNext {
  top: calc(50% - 18px);
  right: -40px;
  text-indent: 0.07em;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}

#cboxClose {
  top: -40px;
  right: -40px;
}

@media only screen and (min-width: 769px) {
  #cboxClose {
    right: -36px;
  }

  #cboxPrevious:hover,
  #cboxNext:hover,
  #cboxClose:hover {
    background: #ccc;
  }
}

#cboxPrevious .fa,
#cboxNext .fa {
  color: #333;
}

#cboxClose .fa {
  font-size: 20px;
  color: #333;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  overflow: visible;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  text-indent: 0;
  outline: 0;
}

#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

@media only screen and (max-width: 800px) {
  #cboxLoadedContent table {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 800px) {
  #cboxLoadedContent [class^="wysiwyg_template_profile"],
  #cboxLoadedContent [class^="wysiwyg_template_profile"] td,
  #cboxLoadedContent [class^="wysiwyg_template_profile"] img {
    display: block;
    max-width: 100%;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.photo-modal img {
  max-width: 100%;
}

.photo-modal__image img {
  display: block;
  max-width: 100%;
  max-height: 76vh;
  margin: auto;
}

.photo-modal-body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 16px;
  background: #ddd;
  color: #333;
}

.photo-modal--photo .photo-modal-body {
  display: none;
}

.photo-modal-body__item:empty {
  display: none;
}

.photo-modal-body__item + .photo-modal-body__item {
  margin: 1em 0 0;
}

.photo-modal-body__item--title {
  font-weight: bold;
  font-size: 15px;
}
.shop_sitename {
  font-size: 100%;
}
/* =========================================================
   Ara オンライン校：無料体験レッスン予約フォーム
   Goope お問い合わせページ専用
   ========================================================= */

body.ara-online-contact-renewal #contents {
  width: 100%;
}

body.ara-online-contact-renewal #main {
  float: none;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

body.ara-online-contact-renewal #side {
  display: none !important;
}

body.ara-online-contact-renewal #main > .contact_area {
  width: 100%;
}

body.ara-online-contact-renewal .contact_area.contents_box {
  margin: 0 0 34px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

body.ara-online-contact-renewal .contact_area > .page_title,
body.ara-online-contact-renewal .contact_area > .headline_border,
body.ara-online-contact-renewal .contact_area > .form_area_line {
  display: none !important;
}

.ara-trial,
.ara-trial * {
  box-sizing: border-box;
}

.ara-trial {
  --ara-red: #ef596f;
  --ara-red-dark: #d8435a;
  --ara-navy: #26324f;
  --ara-text: #3f4650;
  --ara-muted: #6f7884;
  --ara-blue: #4f7fae;
  --ara-blue-dark: #386b9c;
  --ara-blue-soft: #eaf3fb;
  --ara-blue-soft-2: #f5f9fd;
  --ara-line: #dce6f0;
  --ara-shadow: 0 10px 28px rgba(38,50,79,.08);

  width: 100%;
  margin: 0 auto 34px;
  color: var(--ara-text);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    YuGothic,
    Meiryo,
    sans-serif;
  line-height: 1.75;
}


/* =========================================================
   無料体験ページ統合コンテンツ
   ========================================================= */

.ara-guide {
  width: 100%;
  margin: 0 0 48px;
  overflow: hidden;
  background: #fbfdff;
  border: 1px solid #e2eaf2;
  border-radius: 22px;
  box-shadow: var(--ara-shadow);
}

.ara-guide__hero {
  padding: 38px 22px 42px;
  text-align: center;
  background:
    radial-gradient(circle at 8% 8%, rgba(213,232,249,.95), transparent 27%),
    radial-gradient(circle at 94% 8%, rgba(255,228,234,.55), transparent 23%),
    linear-gradient(180deg,#fbfdff,#f1f7fc);
}

.ara-guide__eyebrow,
.ara-guide__kicker,
.ara-reservation-heading__kicker {
  margin: 0;
  color: var(--ara-red-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-align: center;
}

.ara-guide__title {
  margin: 13px 0 0;
  color: var(--ara-navy);
  font-size: clamp(31px, 7vw, 48px);
  font-weight: 900;
  line-height: 1.3;
}

.ara-guide__title span {
  color: var(--ara-blue-dark);
}

.ara-guide__hero-copy {
  margin: 15px auto 0;
  color: var(--ara-navy);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
}

.ara-guide__lead {
  max-width: 680px;
  margin: 12px auto 0;
  color: var(--ara-muted);
  font-size: 14px;
  line-height: 1.85;
}

.ara-guide__benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.ara-guide__benefits span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 13px;
  color: var(--ara-navy);
  font-size: 12px;
  font-weight: 900;
  background: #fff;
  border: 1px solid var(--ara-line);
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(38,50,79,.04);
}

.ara-guide__photo {
  max-width: 680px;
  margin: 24px auto 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg,#eaf3fb,#f8fbfe);
  border: 1px solid #d4dfeb;
  border-radius: 22px 22px 16px 16px;
}

.ara-guide__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ara-guide__jump {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 520px);
  min-height: 60px;
  margin: 22px auto 0;
  padding: 15px 18px;
  color: #fff !important;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none !important;
  background: linear-gradient(135deg,#ff6d81,#ee536a);
  border-radius: 16px;
  box-shadow: 0 12px 22px rgba(239,86,108,.26);
}

.ara-guide__section {
  padding: 52px 28px 0;
}

.ara-guide__section:last-child {
  padding-bottom: 42px;
}

.ara-guide__section-title,
.ara-reservation-heading h2 {
  margin: 7px 0 0;
  color: var(--ara-navy);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.ara-guide__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.ara-guide__card {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--ara-line);
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(38,50,79,.05);
}

.ara-guide__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  background: linear-gradient(135deg,var(--ara-blue),var(--ara-blue-dark));
  border-radius: 50%;
}

.ara-guide__card h3,
.ara-guide__step h3 {
  margin: 0;
  color: var(--ara-navy);
  font-size: 16px;
  font-weight: 900;
}

.ara-guide__card p,
.ara-guide__step p {
  margin: 7px 0 0;
  color: var(--ara-muted);
  font-size: 13px;
  line-height: 1.75;
}

.ara-guide__steps {
  display: grid;
  gap: 13px;
  margin-top: 23px;
}

.ara-guide__step {
  position: relative;
  padding: 20px 17px 20px 70px;
  background: #fff;
  border: 1px solid var(--ara-line);
  border-radius: 18px;
  box-shadow: var(--ara-shadow);
}

.ara-guide__step-num {
  position: absolute;
  top: 20px;
  left: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  background: linear-gradient(135deg,var(--ara-blue),var(--ara-blue-dark));
  border-radius: 50%;
}

.ara-guide__info-box {
  margin-top: 22px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--ara-line);
  border-radius: 20px;
  box-shadow: var(--ara-shadow);
}

.ara-guide__info-bar {
  margin: 0 0 15px;
  padding: 11px 14px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  background: linear-gradient(135deg,var(--ara-blue),var(--ara-blue-dark));
  border-radius: 12px;
}

.ara-guide__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ara-guide__info-list li {
  position: relative;
  margin-top: 10px;
  padding-left: 26px;
  color: var(--ara-muted);
  font-size: 13px;
  line-height: 1.75;
}

.ara-guide__info-list li::before {
  content: "✓";
  position: absolute;
  top: 3px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  background: #32aa78;
  border-radius: 50%;
}

.ara-guide__schedule {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.ara-guide__schedule-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
  padding: 13px 14px;
  background: var(--ara-blue-soft-2);
  border: 1px solid var(--ara-line);
  border-radius: 13px;
}

.ara-guide__schedule-row strong {
  color: var(--ara-navy);
}

.ara-guide__schedule-row span {
  color: var(--ara-muted);
  font-size: 13px;
}

.ara-guide__closed-note {
  margin: 13px 0 0;
  color: var(--ara-red-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.7;
}

.ara-guide__connect-box {
  margin-top: 22px;
  padding: 22px 20px;
  text-align: center;
  background: linear-gradient(180deg,#edf5fc,#fff);
  border: 1px solid var(--ara-line);
  border-radius: 20px;
}

.ara-guide__connect-box h3 {
  margin: 8px 0 0;
  color: var(--ara-navy);
  font-size: 18px;
  font-weight: 900;
}

.ara-guide__connect-box > p:not(.ara-guide__kicker) {
  margin: 8px 0 0;
  color: var(--ara-muted);
  font-size: 13px;
}

.ara-guide__connect-btn,
.ara-guide__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--ara-navy) !important;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid var(--ara-line);
  border-radius: 13px;
}

.ara-guide__connect-btn {
  margin-top: 14px;
}

.ara-reservation-heading {
  scroll-margin-top: 24px;
  margin: 0 0 22px;
  padding: 34px 20px 0;
  text-align: center;
}

.ara-reservation-heading > p:not(.ara-reservation-heading__kicker) {
  max-width: 670px;
  margin: 11px auto 0;
  color: var(--ara-muted);
  font-size: 14px;
  line-height: 1.8;
}

.ara-guide__links-section {
  margin-top: 48px;
  padding-top: 0;
  padding-bottom: 0;
}

.ara-guide__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 18px;
}


.ara-trial__hero {
  margin-bottom: 24px;
  padding: 42px 26px;
  text-align: center;
  background:
    radial-gradient(circle at 8% 8%, rgba(213,232,249,.95), transparent 27%),
    radial-gradient(circle at 92% 7%, rgba(255,228,234,.55), transparent 24%),
    linear-gradient(180deg,#fbfdff 0%,#f1f7fc 100%);
  border: 1px solid #e2eaf2;
  border-radius: 22px;
  box-shadow: var(--ara-shadow);
}

.ara-trial__eyebrow {
  margin: 0;
  color: var(--ara-red-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.ara-trial__title {
  margin: 12px 0 0;
  color: var(--ara-navy);
  font-size: clamp(28px, 6vw, 40px);
  font-weight: 900;
  line-height: 1.35;
}

.ara-trial__lead {
  max-width: 650px;
  margin: 14px auto 0;
  color: var(--ara-muted);
  font-size: 14px;
  line-height: 1.8;
}

.ara-trial__benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 21px;
}

.ara-trial__benefits span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 13px;
  color: var(--ara-navy);
  font-size: 12px;
  font-weight: 900;
  background: #fff;
  border: 1px solid #dfe7f1;
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(38,50,79,.04);
}

.ara-trial__flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin: 0 0 18px;
  background: #fff;
  border: 1px solid var(--ara-line);
  border-radius: 16px;
  box-shadow: 0 7px 18px rgba(38,50,79,.04);
}

.ara-trial__flow-item {
  position: relative;
  padding: 16px 10px;
  text-align: center;
  background: #fff;
}

.ara-trial__flow-item + .ara-trial__flow-item {
  border-left: 1px solid var(--ara-line);
}

.ara-trial__flow-item strong {
  display: block;
  color: #a4adba;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ara-trial__flow-item span {
  display: block;
  margin-top: 2px;
  color: #758092;
  font-size: 12px;
  font-weight: 800;
}

.ara-trial__flow-item.is-current {
  background: var(--ara-blue-soft-2);
}

.ara-trial__flow-item.is-current strong {
  color: var(--ara-red-dark);
}

.ara-trial__flow-item.is-current span {
  color: var(--ara-navy);
}

.ara-trial__notice {
  margin-bottom: 18px;
  padding: 17px 18px;
  background: #fff8f9;
  border: 1px solid #f4dfe3;
  border-left: 4px solid var(--ara-red);
  border-radius: 12px;
}

.ara-trial__notice strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ara-navy);
  font-size: 14px;
  font-weight: 900;
}

.ara-trial__notice p {
  margin: 0;
  color: #5f6978;
  font-size: 13px;
  line-height: 1.75;
}

.ara-trial__form-card {
  padding: 32px;
  background: #fff;
  border: 1px solid var(--ara-line);
  border-radius: 20px;
  box-shadow: var(--ara-shadow);
}

.ara-trial__form-heading {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ara-line);
}

.ara-trial__form-heading > span {
  display: block;
  color: var(--ara-blue-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ara-trial__form-heading h3 {
  margin: 5px 0 3px;
  color: var(--ara-navy);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.45;
}

.ara-trial__form-heading p {
  margin: 0;
  color: var(--ara-muted);
  font-size: 12px;
}

.ara-trial__form-heading b {
  color: var(--ara-red-dark);
}

.ara-contact-form {
  width: 100%;
}

.ara-contact-form table {
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0;
}

.ara-contact-form tr {
  border-bottom: 1px solid #edf0f4;
}

.ara-contact-form th,
.ara-contact-form td {
  padding: 15px 8px !important;
  vertical-align: top;
}

.ara-contact-form th {
  width: 30%;
  color: var(--ara-navy);
  font-weight: 900;
  text-align: left;
}

.ara-contact-form dl,
.ara-contact-form dt,
.ara-contact-form dd {
  margin: 0;
}

.ara-contact-form dt {
  margin-top: 20px;
  margin-bottom: 7px;
  color: var(--ara-navy);
  font-size: 14px;
  font-weight: 900;
}

.ara-contact-form dd {
  margin-bottom: 12px;
}

body.ara-online-contact-renewal .ara-contact-form input[type="text"],
body.ara-online-contact-renewal .ara-contact-form input[type="email"],
body.ara-online-contact-renewal .ara-contact-form input[type="tel"],
body.ara-online-contact-renewal .ara-contact-form input[type="number"],
body.ara-online-contact-renewal .ara-contact-form select,
body.ara-online-contact-renewal .ara-contact-form textarea,
body.ara-online-contact-renewal .ara-date-select {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 52px;
  margin: 0 !important;
  padding: 11px 14px !important;
  color: var(--ara-text) !important;
  font-family: inherit;
  font-size: 16px !important;
  line-height: 1.5;
  background: #fff !important;
  border: 1px solid #ccd5e0 !important;
  border-radius: 10px !important;
  outline: none;
  box-shadow: none !important;
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

body.ara-online-contact-renewal .ara-contact-form textarea {
  min-height: 135px;
  resize: vertical;
}

body.ara-online-contact-renewal .ara-contact-form input:focus,
body.ara-online-contact-renewal .ara-contact-form select:focus,
body.ara-online-contact-renewal .ara-contact-form textarea:focus,
body.ara-online-contact-renewal .ara-date-select:focus {
  border-color: var(--ara-blue) !important;
  box-shadow: 0 0 0 3px rgba(79,127,174,.11) !important;
}

body.ara-online-contact-renewal .ara-contact-form .contact_small,
body.ara-online-contact-renewal .ara-contact-form .contact_medium,
body.ara-online-contact-renewal .ara-contact-form .contact_large {
  width: 100% !important;
  max-width: 100% !important;
}

body.ara-online-contact-renewal .ara-contact-form .requier {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 20px;
  margin-left: 7px;
  padding: 3px 8px;
  color: transparent !important;
  font-size: 0 !important;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
  background: var(--ara-red);
  border-radius: 999px;
}

body.ara-online-contact-renewal .ara-contact-form .requier::after {
  content: "必須";
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.ara-required-sample {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 20px;
  margin-right: 4px;
  padding: 3px 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  background: var(--ara-red);
  border-radius: 999px;
}

body.ara-online-contact-renewal .ara-contact-form input[type="checkbox"],
body.ara-online-contact-renewal .ara-contact-form input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 7px;
  accent-color: var(--ara-blue);
}

body.ara-online-contact-renewal .ara-contact-form select,
body.ara-online-contact-renewal .ara-date-select {
  cursor: pointer;
  color: var(--ara-navy) !important;
  font-weight: 700;
}


/* 表示制御 */
.ara-trial [hidden],
.ara-trial-success[hidden],
#araTrialFormWrap[hidden] {
  display: none !important;
}

/* 項目別の注意事項 */
.ara-field-note {
  position: relative;
  margin-top: 10px;
  padding: 13px 14px 13px 42px;
  color: #566274;
  background: #f7f9fc;
  border: 1px solid #dfe6ef;
  border-radius: 11px;
}

.ara-field-note::before {
  content: "i";
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  font-family: Arial, sans-serif;
  line-height: 1;
  background: var(--ara-blue);
  border-radius: 50%;
}

.ara-field-note--warning {
  background: #fff7f9;
  border-color: #f2d4db;
}

.ara-field-note--warning::before {
  content: "!";
  background: var(--ara-red);
}

.ara-field-note--closed {
  background: #f3f8fd;
  border-color: #d6e4f1;
}

.ara-field-note--closed::before {
  content: "日";
  background: var(--ara-blue-dark);
}


.ara-trial__privacy {
  margin-top: 25px;
  padding: 17px 18px;
  background: var(--ara-blue-soft-2);
  border: 1px solid #e2eaf2;
  border-radius: 12px;
}

.ara-trial__privacy strong {
  display: block;
  color: var(--ara-navy);
  font-size: 13px;
  font-weight: 900;
}

.ara-trial__privacy p {
  margin: 5px 0 0;
  color: #667387;
  font-size: 11px;
  line-height: 1.75;
}

.ara-trial__submit {
  margin-top: 25px !important;
  text-align: center !important;
}

body.ara-online-contact-renewal input.ara-trial__submit-button {
  display: block !important;
  width: min(100%, 460px) !important;
  height: auto !important;
  min-height: 60px !important;
  margin: 0 auto !important;
  padding: 14px 22px !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: .02em;
  background: linear-gradient(135deg,#ff6d81,#ee536a) !important;
  border: 0 !important;
  border-radius: 14px !important;
  cursor: pointer;
  box-shadow: 0 11px 24px rgba(239,86,108,.26) !important;
  transition:
    transform .15s ease,
    box-shadow .15s ease,
    opacity .15s ease;
}

body.ara-online-contact-renewal input.ara-trial__submit-button:hover {
  opacity: 1 !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(239,86,108,.32) !important;
}

.ara-trial__submit p {
  margin: 10px 0 0;
  color: #8993a2;
  font-size: 11px;
  line-height: 1.65;
}

.ara-trial-success {
  padding: 46px 28px;
  text-align: center;
  background:
    linear-gradient(135deg,#fff8f9,#ffffff 48%,#f4f8fd);
  border: 1px solid #e2eaf2;
  border-radius: 22px;
  box-shadow: var(--ara-shadow);
}

.ara-trial-success__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  background: linear-gradient(135deg,var(--ara-red),var(--ara-red-dark));
  border-radius: 50%;
  box-shadow: 0 9px 20px rgba(239,89,111,.23);
}

.ara-trial-success__mini {
  margin: 0 0 4px;
  color: var(--ara-red-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
}

.ara-trial-success h3 {
  margin: 0 0 17px;
  color: var(--ara-navy);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.45;
}

.ara-goope-message {
  max-width: 660px;
  margin: 0 auto 16px;
  color: #455368;
  font-size: 14px;
  line-height: 1.8;
}

.ara-trial-success__note {
  margin: 0;
  color: #707c8e;
  font-size: 13px;
  line-height: 1.75;
}

.ara-trial-success__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 19px;
  padding: 10px 22px;
  color: var(--ara-navy) !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid var(--ara-navy);
  border-radius: 10px;
}

@media screen and (max-width: 1000px) {
  body.ara-online-contact-renewal #main {
    width: 95% !important;
  }
}

@media screen and (max-width: 640px) {
  body.ara-online-contact-renewal #main {
    width: 95% !important;
  }

  .ara-guide {
    margin-bottom: 32px;
    border-radius: 18px;
  }

  .ara-guide__hero {
    padding: 30px 15px 34px;
  }

  .ara-guide__title {
    font-size: 29px;
  }

  .ara-guide__hero-copy {
    font-size: 17px;
  }

  .ara-guide__lead {
    font-size: 13px;
  }

  .ara-guide__benefits {
    gap: 6px;
  }

  .ara-guide__benefits span {
    padding: 5px 9px;
    font-size: 10px;
  }

  .ara-guide__photo {
    border-radius: 17px 17px 13px 13px;
  }

  .ara-guide__jump {
    min-height: 56px;
    font-size: 15px;
  }

  .ara-guide__section {
    padding: 42px 14px 0;
  }

  .ara-guide__section-title,
  .ara-reservation-heading h2 {
    font-size: 22px;
  }

  .ara-guide__grid,
  .ara-guide__links {
    grid-template-columns: 1fr;
  }

  .ara-guide__step {
    padding: 18px 14px 18px 62px;
  }

  .ara-guide__step-num {
    top: 18px;
    left: 14px;
    width: 34px;
    height: 34px;
  }

  .ara-guide__info-box {
    padding: 16px;
  }

  .ara-guide__schedule-row {
    grid-template-columns: 76px 1fr;
    padding: 12px;
  }

  .ara-reservation-heading {
    padding: 28px 14px 0;
  }

  .ara-trial__hero {
    margin-bottom: 17px;
    padding: 30px 16px;
    border-radius: 18px;
  }

  .ara-trial__title {
    font-size: 25px;
  }

  .ara-trial__lead {
    font-size: 13px;
  }

  .ara-trial__benefits {
    gap: 6px;
  }

  .ara-trial__benefits span {
    min-height: 30px;
    padding: 5px 9px;
    font-size: 10px;
  }

  .ara-trial__flow {
    margin-bottom: 15px;
    border-radius: 12px;
  }

  .ara-trial__flow-item {
    padding: 12px 4px;
  }

  .ara-trial__flow-item span {
    font-size: 10px;
  }

  .ara-trial__notice {
    padding: 14px;
  }

  .ara-trial__notice p {
    font-size: 12px;
  }

  .ara-trial__form-card {
    padding: 22px 14px;
    border-radius: 16px;
  }

  .ara-trial__form-heading {
    margin-bottom: 17px;
  }

  .ara-trial__form-heading h3 {
    font-size: 20px;
  }

  .ara-field-note {
    padding: 12px 12px 12px 39px;
  }

  .ara-field-note::before {
    top: 13px;
    left: 12px;
  }


  .ara-contact-form table,
  .ara-contact-form tbody,
  .ara-contact-form tr,
  .ara-contact-form th,
  .ara-contact-form td {
    display: block;
    width: 100% !important;
  }

  .ara-contact-form tr {
    padding: 16px 0;
  }

  .ara-contact-form th,
  .ara-contact-form td {
    padding: 3px 0 !important;
  }

  body.ara-online-contact-renewal .ara-contact-form input,
  body.ara-online-contact-renewal .ara-contact-form select,
  body.ara-online-contact-renewal .ara-contact-form textarea,
  body.ara-online-contact-renewal .ara-date-select {
    font-size: 16px !important;
  }

  body.ara-online-contact-renewal input.ara-trial__submit-button {
    min-height: 58px !important;
    font-size: 15px !important;
  }

  .ara-trial-success {
    padding: 34px 17px;
  }

  .ara-trial-success h3 {
    font-size: 21px;
  }
}
/* =========================================================
   Ara オンライン校：スマートフォン本文幅・ヒーロー文字バランス最適化
   2026-08-14
   ---------------------------------------------------------
   方針：
   ・点線外側の95%余白は維持
   ・点線内側の上・左・右の重複余白を0
   ・トップページのヒーロー文字サイズと改行バランスを調整
   ・長文リードは左揃えにして読みやすくする
   ・無料体験 /contact は現在の完成レイアウトを保護
   ・PC / タブレットには影響させない
   ========================================================= */

@media screen and (max-width: 640px) {

  /* 1. Goope外側の安全余白は95%のまま */
  html body:not(.ara-online-contact-renewal) #main {
    width: 95% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  /* 2. 点線内側の重複余白を除去 */
  html body:not(.ara-online-contact-renewal)
  #main > .welcome_area.contents_box,

  html body:not(.ara-online-contact-renewal)
  #main > .free_area.contents_box {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  /* 3. WYSIWYG / カスタムLPは利用可能幅100% */
  html body:not(.ara-online-contact-renewal)
  #main > .welcome_area.contents_box > .message,

  html body:not(.ara-online-contact-renewal)
  #main > .free_area.contents_box > .wysiwyg {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
  }

  /* 4. トップページ HERO 文字バランス */
  .ara-top .hero {
    padding-top: 28px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 34px !important;
  }

  .ara-top .badge {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .ara-top .seo-local {
    display: block !important;
    max-width: 300px !important;
    margin: 0 auto 12px !important;
    color: var(--ara-navy) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;
  }

  .ara-top h1.hero-title {
    margin-top: 14px !important;
    font-size: 1px !important;
    line-height: 1.18 !important;
  }

  .ara-top .hero-copy {
    display: block !important;
    line-height: 1.18 !important;
  }

  /* 1行目 */
  .ara-top .hero-copy > span:nth-of-type(1) {
    font-size: 40px !important;
    line-height: 1.12 !important;
  }

  .ara-top .hero-copy > span:nth-of-type(2) {
    font-size: 18px !important;
    line-height: 1.12 !important;
  }

  /* 2行目 */
  .ara-top .hero-copy > span:nth-of-type(3) > span:first-child {
    font-size: 30px !important;
    line-height: 1.15 !important;
  }

  .ara-top .hero-copy > span:nth-of-type(3) > span:last-child {
    font-size: 17px !important;
    line-height: 1.15 !important;
  }

  /* 3行目 */
  .ara-top .hero-copy > span:nth-of-type(4) > span:first-child {
    font-size: 42px !important;
    line-height: 1.12 !important;
  }

  .ara-top .hero-copy > span:nth-of-type(4) > span:last-child {
    font-size: 18px !important;
    line-height: 1.12 !important;
  }

  .ara-top .tagline {
    max-width: 310px !important;
    margin: 18px auto 0 !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-wrap: balance;
  }

  .ara-top .hero .lead {
    max-width: 100% !important;
    margin: 15px auto 0 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-size: 14px !important;
    line-height: 1.9 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  /* 5. オンライン校スタッフページも外側95%を維持 */
  html body.ara-online-staff-renewal:not(.ara-online-contact-renewal) #main {
    width: 95% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* 6. 無料体験ページは完成済み比率を完全保護 */
  html body.ara-online-contact-renewal #main {
    width: 95% !important;
    max-width: 920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/* =========================================================
   Ara オンライン校：スマートフォン中間セクション文字バランス調整
   2026-08-14
   WHY ARA / OUR STORY / OUR TEACHERS など
   ========================================================= */

@media screen and (max-width: 640px) {

  body:not(.ara-online-contact-renewal)
  .ara-top .sec > h2 {
    max-width: 340px !important;
    margin: 8px auto 16px !important;
    padding: 0 !important;
    color: var(--ara-navy) !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body:not(.ara-online-contact-renewal)
  .ara-top .kick {
    font-size: 11px !important;
    line-height: 1.4 !important;
    letter-spacing: .12em !important;
  }

  body:not(.ara-online-contact-renewal)
  .ara-top .seclead {
    max-width: 100% !important;
    margin-top: 10px !important;
    font-size: 13px !important;
    line-height: 1.85 !important;
    letter-spacing: 0 !important;
  }

  body:not(.ara-online-contact-renewal)
  .ara-top .card h3,

  body:not(.ara-online-contact-renewal)
  .ara-top .panel h3 {
    font-size: 17px !important;
    line-height: 1.6 !important;
    letter-spacing: 0 !important;
  }

  body:not(.ara-online-contact-renewal)
  .ara-top .card p,

  body:not(.ara-online-contact-renewal)
  .ara-top .panel p {
    font-size: 13px !important;
    line-height: 1.9 !important;
    letter-spacing: 0 !important;
  }

  body:not(.ara-online-contact-renewal)
  .ara-top .quote {
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.75 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
  }

  body:not(.ara-online-contact-renewal)
  .ara-top .quote span,

  body:not(.ara-online-contact-renewal)
  .ara-top .quote strong span {
    font-size: 15px !important;
    line-height: 1.8 !important;
    letter-spacing: 0 !important;
  }

  body:not(.ara-online-contact-renewal)
  .ara-top .brandquote {
    margin-top: 16px !important;
    padding: 18px 14px !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    line-break: strict;
  }

  body:not(.ara-online-contact-renewal)
  .ara-top .panel .brandquote {
    font-weight: 900 !important;
  }

  body:not(.ara-online-contact-renewal)
  .ara-top .proof span {
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: 11px !important;
    line-height: 1.55 !important;
    letter-spacing: 0 !important;
  }

  body:not(.ara-online-contact-renewal)
  .ara-top .proof b {
    font-size: 28px !important;
  }

  body:not(.ara-online-contact-renewal)
  .ara-top .sec {
    padding-top: 48px !important;
  }

  body:not(.ara-online-contact-renewal)
  .ara-top .socialpanel + .sec {
    padding-top: 28px !important;
  }
}


/* =========================================================
   Ara オンライン校：独自H1がある下層ページの上部整理
   2026-08-14
   ---------------------------------------------------------
   オンライン校のフリーページは .wysiwyg ラッパーあり
   ========================================================= */

@supports selector(.free_area:has(.wysiwyg h1)) {

  /* Goope自動タイトル＋下線を非表示 */
  #main > .free_area.contents_box:has(.wysiwyg h1)
  > .page_title,

  #main > .free_area.contents_box:has(.wysiwyg h1)
  > .headline_border {
    display: none !important;
  }

  /* 自動タイトル削除後の上部余白を整理 */
  #main > .free_area.contents_box:has(.wysiwyg h1) {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #main > .free_area.contents_box:has(.wysiwyg h1)
  > .wysiwyg {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    box-sizing: border-box !important;
  }

  #main > .free_area.contents_box:has(.wysiwyg h1)
  > .wysiwyg > [class^="ara-"] {
    margin-top: 0 !important;
  }

  /*
   * スマホ：
   * メニュー下30pxは削除しない。
   * 神戸三宮・大阪梅田で確認した最終比率に合わせ、
   * メニュー → 30px → 本文を明示的に維持。
   */
  @media screen and (max-width: 640px) {

    body:has(
      #main > .free_area.contents_box .wysiwyg h1
    ) .accordion {
      margin-bottom: 30px !important;
    }

    body:has(
      #main > .free_area.contents_box .wysiwyg h1
    ) #main {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
  }
}


/* =========================================================
   Ara オンライン校
   スマホ：点線枠はみ出し修正
   ========================================================= */

@media screen and (max-width: 640px) {

  html body:not(.ara-online-contact-renewal)
  #main > .welcome_area.contents_box,

  html body:not(.ara-online-contact-renewal)
  #main > .free_area.contents_box {
    overflow: hidden !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    box-sizing: border-box !important;
  }
}


/* =========================================================
   Ara オンライン校
   トップページ：Goope自動タイトル保険
   現行テンプレートでは welcome_area 内に自動タイトルは無し。
   将来追加された場合のみ非表示。
   ========================================================= */

body#top .welcome_area > .page_title_top,
body#top .welcome_area > .page_title,
body#top .welcome_area > .headline_border {
  display: none !important;
}


/* =========================================================
   Ara オンライン校
   無料体験ページ保護（最終）
   ========================================================= */

@media screen and (max-width: 640px) {
  html body.ara-online-contact-renewal #main {
    width: 95% !important;
    max-width: 920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}