@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');


/* Spoon: ver.202309250000 */

/*------------------------------------------
 パーツ表示切替用style
------------------------------------------*/
.site_description {
}
.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: #4EC0F2;
}

.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 #4EC0F2 dotted;
}

.border_solid {
  border: 1px #4EC0F2 solid;
}

.border_bottom {
  padding: 0 0 3px 0;
  border-bottom: 1px #4EC0F2 dotted;
}

.border_bottom_solid {
  padding: 0 0 3px 0;
  border-bottom: 1px #4EC0F2 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 #4EC0F2;
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
}

.headline_border {
  border-bottom: 1px #4EC0F2 dotted;
  margin: 12px 0 20px 0;
}

/*-- コンテンツの入れ物 --*/
.contents_box {
      font-size: 16px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px #4EC0F2 dotted;
  background-color: #fff;
  padding: 20px 15px;
  margin: 0 0 30px 0;
　font
}

@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: 'Noto Sans Japanese';
  }

.pager a {
  margin: 0 2px;
  padding: 5px 7px;
  color: #3F260D;
  border: solid 1px #4EC0F2;
  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: #4EC0F2;
  color: #fff;
}

.pager a.chk {
  margin: 0 2px;
  padding: 5px 7px;
  color: #fff;
  background-color: #4EC0F2;
  border: solid 1px #4EC0F2;
  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: #4EC0F2;
}

#wrapper_inner {
  width: 960px;
  margin: 0 auto;
}

#header {
  padding: 30px 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: #4EC0F2;
  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: #4EC0F2;
    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: #4EC0F2;
    padding: 40px 0 20px 0;
    margin: 20px 0 0 0;
  }

}


/* --------------------------------------

  HTML再定義

--------------------------------------- */
body {
  color: #3f260d;
  font-size: 12px;
  font-family: 'M PLUS Rounded 1c', 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;
}

.site_logo img{
  max-width:280px;
  display:block;
  width:100%;
  height:auto;
  vertical-align:bottom;
}

.tel_number a {
  color: #4EC0F2;
}

.head_flex{
  display:flex;
}

.head_flex > div:nth-child(1){
	width:30%;
}

.head_flex > div:nth-child(2){
	width: 70%;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}

.head_flex .sns a{
	display:block;
	max-width:64px;
}

.head_flex .sns img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

.head_flex .txt{
	margin-left:30px;
}

.head_flex .txt p{
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.2rem;
/*	color:#FFC612;*/
}

.head_flex .txt p.yoyaku{
	color: #fff;
	text-align: center;
	display: block;
	margin: 0 0 10px;
	padding: 5px 10px;
	background: #EBB712;
	font-size: 20px;
}

.head_flex .txt p a{
	display:block;
}

@media (640px < width) {
  .tel_number a {
    pointer-events: none;
  }
}

.tel_number i {
  font-size: 19px;
  vertical-align: middle;
  color: #4EC0F2;
}


/* -----------------------------------------
タブレット
----------------------------------------- */

@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;
  }

  .head_flex{
	display:flex;
	padding: 0 30px;
  }

}


/* -----------------------------------------
スマートフォン
----------------------------------------- */

@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: 100%;
  }

  .shop_name {
    margin-bottom: 8px;
  }

  .shop_title {
    display: none;
  }

  .site_description_mobile {
    width: 90%;
    margin: 0 auto;
  }

  .head_flex{
  }

  .head_flex > div:nth-child(1){
	width: 100%;
  }

  .head_flex > div:nth-child(2){
	width:100%;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top:20px;
  }

  .head_flex a{
	display:block;
	margin:0 auto;
	max-width:240px;
  }

  .head_flex .txt p{
	font-size: 18px;
	line-height: 1.6rem;
  }

  .head_flex .txt p.yoyaku{
	font-size: 18px;
	padding: 3px 10px;
  }

  .head_flex .sns a{
	max-width:48px;
  }

}


/* --------------------------------------

  メイン

--------------------------------------- */


/* --------------------------------------

  ナビゲーション

--------------------------------------- */

/* -----------------------------------------
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: #4EC0F2;
    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 #4EC0F2 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: #4EC0F2;
    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: #4EC0F2;
}

.today_schedule_body a{
  color: #4EC0F2;
}


/* -----------------------------------------
タブレット
----------------------------------------- */

@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: #4EC0F2;
}

.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: #4EC0F2;
  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: #4EC0F2;
}

.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: #4EC0F2;
  border-radius: 6px;
  font-weight: bold;
  font-size: 20px;
}

.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: #4EC0F2;
  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: #4EC0F2;
    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: #4EC0F2;
  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: 'Noto Sans Japanese';
  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: 'Noto Sans Japanese';
}

.pager a {
  margin: 0 2px;
  padding: 5px 7px;
  color: #3F260D;
  border: solid 1px #4EC0F2;
  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: 'Noto Sans Japanese';
  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;
}
.web-font {
  font-family: 'Noto Sans Japanese';
}
.shop_sitename {
  font-size: 100%;
}
/* ========================================
   共通設定
======================================== */

:root{
    --main:#4BA3D9;
    --green:#8DB596;
    --bg:#F8FBFD;
    --card:#ffffff;
    --text:#555;
    --sub:#777;
    --orange:#E67E5F;
}

body{
    color:var(--text);
    line-height:1.9;
}

/* ========================================
   共通タイトル
======================================== */

.section-title{

    margin-bottom:40px;
}

.section-title h2{
    text-align:center;
    font-size:32px;
    color:var(--main);
    margin-bottom:15px;
}

.section-title p{
    color:var(--text);
    line-height:1.9;
}

/* ========================================
   共通カード
======================================== */

.feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-top:30px;
}

.feature-card{
    background:var(--card);
    border:1px solid #dce9f5;
    border-radius:12px;
    padding:25px;
    box-shadow:0 4px 12px rgba(0,0,0,.05);
    transition:.3s;
}

.feature-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 24px rgba(0,0,0,.08);
}

.feature-card h3,
.feature-card h4{
    color:var(--main);
    margin-bottom:12px;
}

.feature-card p{
    color:var(--text);
    line-height:1.9;
}

.icon{
    font-size:40px;
    margin-bottom:15px;
}

/* ========================================
   TOP
======================================== */

.about,
.concept{
    margin-bottom:40px;
}

.about h2,
.concept h2{
    font-size:24px;
    color:var(--main);
    line-height:1.5;
    margin-bottom:20px;
}

.lead{
    font-size:18px;
    font-weight:bold;
    margin-bottom:20px;
}

/* ========================================
   お悩み
======================================== */

.trouble{
    background:var(--bg);
    border-radius:15px;
    padding:35px 20px;
    margin:50px 0;
}

.trouble h2{
    color:var(--main);
    text-align:center;
    margin-bottom:30px;
}

.trouble-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px 25px;
    list-style:none;
    padding:0;
    margin:0;
}

.trouble-list li{
    background:#fff;
    border:1px solid #dce9f5;
    border-radius:10px;
    padding:16px 20px;
list-style: none;
}

.trouble-list li::before{
    content:"✓";
    color:var(--main);
    font-weight:bold;
    margin-right:10px;
}

.note{
    margin-top:20px;
    font-size:13px;
    color:var(--sub);
}

/* ========================================
   身整式
======================================== */

.seitai-method{

    margin:50px 0;
}

.method-lead{
    background:#fff;
    border:1px solid #e8eef5;
    border-radius:12px;
    padding:10px 20px;
    margin-bottom:35px;
}

.method-lead h3{
    color:var(--main);
    margin-bottom:15px;
}

.method-lead p{
    color:var(--text);
}

.method-link{
    text-align:center;
    margin-top:35px;
}

.method-link a{
    display:inline-block;
    background:var(--main);
    color:#fff;
    text-decoration:none;
    padding:14px 35px;
    border-radius:30px;
    transition:.3s;
}

.method-link a:hover{
    opacity:.85;
}

/* ========================================
   初めての方へ
======================================== */

.first-wrap{
    color:var(--text);
    line-height:2;
}

.first-title{
    position:relative;
    margin:60px 0 35px;
    text-align:center;
    font-size:34px;
    color:#2F6EA8;
    font-weight:700;
}

.first-title:after{
    content:"";
    display:block;
    width:90px;
    height:3px;
    margin:18px auto 0;
    background:#4EC0F2;
    border-radius:5px;
}

.first-card,
.first-faq{
    background:#fff;
    border-radius:20px;
    padding:30px;
    margin-top: 20px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    border:1px solid #eee;
}

.first-staff{
    background:#FAFAF8;
    border-radius:20px;
    border:1px solid #eee;
    padding:35px;
    margin-top: 10px;
}

.first-staff-name{
    font-size:28px;
    color:#444;
}

.first-staff-job{
    color:var(--green);
    font-weight:bold;
}

.first-price-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}

.first-price-table th{
    background:#2F6EA8;
    color:#fff;
    padding:18px;
}

.first-price-table td{
    padding:18px;
    border-bottom:1px solid #eee;
}

.first-price{
    color:var(--orange);
    font-size:22px;
    font-weight:bold;
}

/* ========================================
   ご相談の流れ
======================================== */

.first-flow-wrap{
    margin-top:40px;
}

.first-flow-item{
    position:relative;
    padding-left:90px;
    margin-bottom:50px;
}

.first-flow-item::before{
    content:"";
    position:absolute;
    left:29px;
    top:60px;
    width:3px;
    height:calc(100% + 30px);
    background:#4EC0F2;
}

.first-flow-item:last-child::before{
    display:none;
}

.first-flow-num{
    position:absolute;
    left:0;
    top:0;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#4EC0F2;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    font-weight:bold;
}

.first-flow-title{
    font-size:28px;
    margin-bottom:20px;
}

.first-flow-img{
    width:100%;
    border-radius:20px;
    margin-bottom:20px;
}

/* ========================================
   FAQ
======================================== */

.first-faq-q{
    color: var(--main);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.6;
}

.first-faq-a{
    color: #D65556;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.first-faq-q::before{
    content:"Q";
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:28px;
    height:28px;
    border-radius:50%;
    background:var(--main);
    color:#fff;
    font-size:14px;
    font-weight:bold;
    margin-right:10px;
}

.first-faq-a::before{
    content:"A";
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#D65556;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    margin-right:10px;
}
/* ========================================
   コンセプト
======================================== */

.first-concept{
  background: #FAFAF8;
    border-radius: 20px;
    border: 1px solid #eee;
    padding: 35px;
    margin-top: 10px;
}

.first-concept-title{
    font-size:30px;
    margin-bottom:30px;
    color:#444;
}

.first-concept p{
    line-height:2.2;
    margin-bottom:20px;
}

/* ========================================
   画像
======================================== */

.first-wrap img{
    width:100%;
    border-radius:20px;
    display:block;
}

/* ========================================
   スマホ
======================================== */

@media screen and (max-width:768px){

    .feature-grid,
    .trouble-list{
        grid-template-columns:1fr;
    }

    .section-title h2,
    .first-title,
    .first-flow-title,
    .first-concept-title{
        font-size:24px;
    }

    .first-flow-item{
        padding-left:0;
    }

    .first-flow-item::before{
        display:none;
    }

    .first-flow-num{
        position:relative;
        margin-bottom:20px;
    }

    .first-card,
    .first-staff,
    .first-faq,
    .first-concept{
        padding:25px;
    }
}


/* ========================================
   共通
======================================== */

.shinseishiki{
    max-width:1000px;
    margin:auto;
    padding:20px;
}

.shinseishiki-inner{
    max-width:900px;
    margin:auto;
}


/* ========================================
   タイトル
======================================== */

.shinseishiki-title{
    font-size:38px;
    color:#2F6EA8;
    text-align:center;
    font-weight:700;
    line-height:1.5;
    margin-bottom:20px;
    position:relative;
}

.shinseishiki-title:after{
    content:"";
    display:block;
    width:90px;
    height:3px;
    background:#4EC0F2;
    margin:20px auto 0;
    border-radius:10px;
}

.shinseishiki-subtitle{
    text-align:center;
    font-size:20px;
    color:#666;
    line-height:1.8;
    margin-bottom:60px;
}


/* ========================================
   見出し
======================================== */

.shinseishiki-heading{
    font-size:30px;
    color:#2F6EA8;
    margin:60px 0 35px;
    padding-left:20px;
    border-left:6px solid #4EC0F2;
    line-height:1.5;
}


/* ========================================
   画像
======================================== */


.shinseishiki-image img{
    width:100%;
    display:block;
    border-radius:30px;
}


/* ========================================
   BOX
======================================== */


.shinseishiki-box p,
.shinseishiki-card p,
.shinseishiki-balance-box p{
    color:#666;
    line-height:2.2;
    margin-bottom:20px;
}

.shinseishiki-card h3{
    color:#2F6EA8;
    font-size:16px;
    margin-bottom:30px;
    line-height:1.6;
}


/* ========================================
   期待される変化
======================================== */

.shinseishiki-result{
    background:#F6FBFF;
    border-radius:25px;
    padding:15px;
    margin-top:40px;
}

.shinseishiki-result h4{
    text-align:center;
    color:#2F6EA8;
    font-size:15px;
    margin-bottom:30px;
}

.shinseishiki-result ul{
    margin:0;
    padding:0;
    display:grid;
    gap:18px;
}

.shinseishiki-result li{
    list-style:none;
    background:#fff;
    border-radius:15px;
    padding:18px 20px 18px 55px;
    position:relative;
    box-shadow:0 3px 10px rgba(0,0,0,.04);
}

.shinseishiki-result li:before{
    content:"✓";
    position:absolute;
    left:22px;
    top:50%;
    transform:translateY(-50%);
    color:#4EC0F2;
    font-size:20px;
    font-weight:bold;
}


/* ========================================
   特徴4つ
======================================== */

.shinseishiki-feature-wrap{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-top:40px;
}

.shinseishiki-feature{
    background:#F6FBFF;
    border-radius:25px;
    padding:15px;
    font-weight:700;
    line-height:1.9;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}


/* ========================================
   リスト
======================================== */

.shinseishiki-list{
    margin:30px 0;
    padding:0;
}

.shinseishiki-list li{
    list-style:none;
    background:#F6FBFF;
    padding:18px 25px;
    border-radius:15px;
    margin-bottom:15px;
    font-weight:600;
    color:#555;
}


/* ========================================
   スマホ
======================================== */

@media screen and (max-width:768px){

    .shinseishiki{
        padding:0px;
    }

    .shinseishiki-title{
        font-size:30px;
    }

    .shinseishiki-subtitle{
        font-size:17px;
        margin-bottom:45px;
    }

    .shinseishiki-heading{
        font-size:24px;
        margin:60px 0 25px;
    }


    .shinseishiki-card h3{
        font-size:16px;
margin-bottom: 15px;
    }

    .shinseishiki-feature-wrap{
        grid-template-columns:1fr;
        gap:18px;
    }

    .shinseishiki-result{
        padding:15px;
    }

    .shinseishiki-result h4{
        font-size:15px;
    }
}

/* ==========================
   身整式理論ページ
========================== */

.shinseishiki-theory{
    max-width:1100px;
    margin:auto;
    padding:80px 20px;
}

/* タイトル */

.shinseishiki-main-title{
    position:relative;
    text-align:center;
    font-size:38px;
    color:#2F6EA8;
    font-weight:700;
    margin-bottom:60px;
    line-height:1.5;
}

.shinseishiki-main-title::after{
    content:"";
    display:block;
    width:90px;
    height:3px;
    background:#4EC0F2;
    border-radius:10px;
    margin:20px auto 0;
}

/* 見出し */


.shinseishiki-sub{
    color:#666;
    font-size:16px;
    margin-bottom:45px;
}

/* カード */

.shinseishiki-card p,
.shinseishiki-method p{
    color:#666;
    line-height:2.2;
    margin-bottom:20px;
}

/* リスト */

.shinseishiki-point-list{
    margin:35px 0;
    padding:0;
}

.shinseishiki-point-list li{
    list-style:none;
    background:#F6FBFF;
    border-radius:15px;
    padding:18px 25px;
    margin-bottom:15px;
    font-weight:600;
    color:#2F6EA8;
}

/* グリッド */

.shinseishiki-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
    margin-top:40px;
}

/* システムカード */

.shinseishiki-system-card h3{
    color:#2F6EA8;
    font-size:15px;
    margin-bottom:30px;
}

/* 手法 */

.shinseishiki-method{
    background:#F8FBFD;
    border-radius:20px;
    padding:30px;
    margin-bottom:25px;
}

.shinseishiki-method h4{
    font-size:15px;
    color:#333;
    margin-bottom:15px;
    line-height:1.7;
}

/* 画像 */

.shinseishiki-image{
    margin-top:25px;
}

.shinseishiki-image img{
    width:100%;
    display:block;
    border-radius:20px;
}

/* 施術について */

.shinseishiki-section{
    margin-top:30px;
}

/* 療法士 */

.shinseishiki-message{
    background:#FAFAF8;
    border:1px solid #eee;
    border-radius:30px;
    padding:30px;
    text-align:center;
    margin-top:20px;
}

.shinseishiki-message h3{
    font-size:18px;
    color:#2F6EA8;
    margin-bottom:35px;
}

.shinseishiki-message p{
    color:#666;
    line-height:2.2;
}

.shinseishiki-doctor{
    margin-top:35px;
    font-size:18px;
    color:#2F6EA8;
    font-weight:700;
    line-height:2;
}

/* ==========================
   スマホ
========================== */

@media screen and (max-width:768px){

    .shinseishiki-theory{
        padding:50px 0px;
    }

    .shinseishiki-main-title{
        font-size:28px;
        margin-bottom:45px;
    }

    .shinseishiki-heading{
        font-size:24px;
        margin:60px 0 20px;
    }

    .shinseishiki-sub{
        font-size:16px;
margin-bottom: 0px;
    }

    .shinseishiki-grid{
        grid-template-columns:1fr;
        gap:25px;
            margin-top: 10px;
    }


    .shinseishiki-system-card h3{
        font-size:15px;
    }

    .shinseishiki-method h4{
        font-size:15px;
    }

    .shinseishiki-message h3{
        font-size:16px;
    }

    .shinseishiki-doctor{
        font-size:16px;
    }
}



/* ========================================
   対応症例
======================================== */

.symptoms{
    max-width:1000px;
    margin:auto;
    padding:20px;
}

.symptoms-card{
margin-bottom:50px;
}

.symptoms-title{
    position:relative;
    font-size:30px;
    color:#2F6EA8;
    margin-bottom:35px;
    padding-left:20px;
    line-height:1.5;
}

.symptoms-title:before{
    content:"";
    position:absolute;
    left:0;
    top:6px;
    width:7px;
    height:80%;
    background:#4EC0F2;
}

.symptoms-image{
    margin-bottom:30px;
}

.symptoms-image img{
    width:100%;
    border-radius:25px;
    display:block;
}

.symptoms-text{
    line-height:2;
    color:#666;
    margin-bottom:30px;
}

.symptoms-list{
    background:#F6FBFF;
    border-radius:20px;
    padding:30px;
}

.symptoms-list h3{
    color:#2F6EA8;
    font-size:16px;
    margin-bottom:20px;
}

.symptoms-list p{
    line-height:2;
    color:#666;
}

@media screen and (max-width:768px){

    .symptoms{
        padding:15px;
    }

    .symptoms-title{
        font-size:24px;
    }

    .symptoms-list{
        padding:20px;
    }
}

/* ==========================
   調整前・調整後
========================== */
.beforeafter-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin:0px auto;
}

.beforeafter-item{
    border-radius:20px;
    padding:20px;
}

.beforeafter-item h3{
    text-align:center;
    font-size:16px;
    margin-bottom:15px;
    font-weight:700;
}

.before h3{
    color:#666699;
}

.after h3{
    color:#ff6b6b;
}

.beforeafter-item img{
    width:100%;
    display:block;
    border-radius:15px;
}

@media screen and (max-width:768px){

    .beforeafter-grid{
        gap:10px;
    }

    .beforeafter-item{
        padding:10px;
        border-radius:15px;
    }

    .beforeafter-item h3{
        font-size:16px;
        margin-bottom:10px;
    }

}
