@charset "UTF-8";
/*------------------------------------------------------------------------*/
/*全体*/
/**/
body {
  font-family: 'Century Gothic', 'CenturyGothic', 'Helvetica Neue', 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', Meiryo, Verdana, Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS Pゴシック';
  color: #494949;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
a {
  transition: 0.5s;
  color: #494949;
}
a:hover {
  opacity: 0.5;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 1%;
}
h1, h2, h3 {
  font-size: 100%;
  font-weight: normal;
}
.radius {
  border-radius: 2%;
}
.maru {
  border-radius: 50%;
}
.mt0{
    margin-top: 0!important;
}
.mb0{
    margin-bottom: 0!important;
}
.mt10{
    margin-top: 10px!important;
}
.mb10{
    margin-bottom: 10px!important;
}
.mb20{
    margin-bottom: 20px!important;
}
.mt20{
    margin-top: 20px!important;
}
.mt30{
    margin-top: 30px!important;
}
.mb30{
    margin-bottom: 30px!important;
}
.mb40{
    margin-bottom: 40px!important;
}
.mb50{
    margin-bottom: 50px!important;
}
.mb60{
    margin-bottom: 60px!important;
}
.mtb0{
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.font80{
    font-size: 80%;
}
.font110{
    font-size: 110%;
}
.font120{
    font-size: 120%;
}
@media screen and (max-width : 640px) {
    .pc {
    display: none;
    }
    .img_65 {
    width: 65%;
    }
    .img_75 {
    width: 75%;
    }
    .img_80 {
    width: 80%;
    }
    .mt30{
    margin-top: 2rem!important;
    }
    .mb30{
    margin-bottom: 2rem!important;
    }
}

/**/
.center {
  text-align: center;
}
.right {
  text-align: right;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li {
  padding: 0;
  margin: 0;
}

/*------------------------------------------------------------------------*/

/*見出し等のスペース調整用*/
.m_top_0 {
  margin-top: 0 !important;
}
.m_top_50 {
  margin-top: 50px !important;    
}
@media screen and (max-width : 640px) {
.m_top_30 {
  margin-top: 0;    
}
}

/*---背景---*/
.bg_pink{
background:#FCF8F8;
margin: 0;
padding:10px;
}

.bg_blue{
background:#f3fafe;
margin: 0;
padding:10px;
}

.bg_green{
background:#dceddc;
margin: 0;
padding:10px;
}

.bg_yellow{
background:#fdfced;
margin: 0;
padding:10px;
}

.bg_purple{
background:#fbf7fc;
margin: 0;
padding:10px;
}


.bg_beige{
background: #fbf9f5;
margin: 0;
padding:10px;
}

.bg_gray{
background: #f9f9f9;
margin: 0;
padding:10px;
}

.bg_white{
background: #fff;
margin: 0;
padding:10px;
}

.bg_grid_pink {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ffdef1 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #ffdef1 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff1f5;
  /*border: 1px solid #ff6fb2;*/
  /* 以下任意のスタイル */
  padding: 20px 10px;
}

.bg_grid_blue {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #dee7ff calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #dee7ff calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #f2f6ff;
  /*border: 1px solid #6fcaff;*/
  /* 以下任意のスタイル */
  padding: 20px 10px;
}

.bg_grid_yellow {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fff6b8 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #fff6b8 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fffcf1;
  /*border: 1px solid #ffd345;*/
  /* 以下任意のスタイル */
  padding: 20px 10px;
}

.bg_grid_beige {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f7f3eb calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f7f3eb calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fbf9f5;
  /* 以下任意のスタイル */
  padding: 20px 10px;
}

.bg_grid_gray {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ededed calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #ededed calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #f9f9f9;
  /* 以下任意のスタイル */
  padding: 20px 10px;
}

.bg_grid_gold {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e8d7ac calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #e8d7ac calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #f7f4ed;
  /* 以下任意のスタイル */
  padding: 20px 10px;
}

.bg_grid_white {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f5f5f5 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f5f5f5 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #ffffff;
  /* 以下任意のスタイル */
  padding: 20px 10px;
}

/*----------------------------------------------------------*/
/**/
.box_in {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
  position: static;
  clear: both;
}
.box_in_l{
	max-width:1300px;
	margin:0 auto;
	padding:30px 0 60px 0;
	position:static;
	clear:both;
}
.box_in:after, .box_in_l:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width : 640px) {
  .box_in, .box_in_l {
    width: 98%;
    margin: 10px auto;
    padding: 5px;
  }
}
/**/
.box_in_1000 {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width : 640px) {
  .box_in_1000 {
    width: 98%;
    margin: 0 auto;
  }
}
/*----------------------------------------------------------*/
.flexbox {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: nowrap;
}

.flexbox_reverse {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row-reverse;
flex-wrap: nowrap;
}

.flexbox_top_align {
display: flex;
justify-content: center;
flex-direction: row;
flex-wrap: nowrap;
}

.flexbox_reverse_top_align {
display: flex;
justify-content: center;
flex-direction: row-reverse;
flex-wrap: nowrap;
}

.flexbox_in{
padding: 5px;
width: 100%;
box-sizing: border-box;
}

.flexbox_in_text{
padding: 5px;
width: 60%;
box-sizing: border-box;
}

.flexbox_in_img{
padding: 5px;
width: 40%;
box-sizing: border-box;
}
@media screen and (max-width:640px){
.flexbox, .flexbox_reverse, .flexbox_top_align, .flexbox_reverse_top_align {
flex-wrap: wrap;
}
.flexbox_in_text{
width: 100%;
}
.flexbox_in_img{
width: 80%;
margin: auto;
}
}
/*PC2並び、スマホ1並び、左65右35*/
.flex_65_35 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 12px auto;
}
.box1_65_35 {
  width: 63%;
}
.box2_65_35 {
  width: 33%;
}
.box3_65_35 {
  width: 100%;
}
@media screen and (max-width : 640px) {
  .flex_65_35 .box1_65_35 {
    width: 100%;
    margin: 0 auto;
  }
  .flex_65_35 .box2_65_35 {
    width: 100%;
    margin: 0 auto;
  }
  .flex_65_35 .box3_65_35 {
    width: 100%;
    margin: 0 auto;
  }
}
/*PC2並び、スマホ1並び、左65右35、スマホ逆並び*/
.flex_65_35_r {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 12px auto;
}
.box1_65_35_r {
  width: 63%;
}
.box2_65_35_r {
  width: 33%;
}
@media screen and (max-width : 640px) {
  .flex_65_35_r {
    flex-wrap: wrap-reverse;
  }
  .flex_65_35_r .box1_65_35_r {
    width: 100%;
    margin: 0 auto;
  }
  .flex_65_35_r .box2_65_35_r {
    width: 100%;
    margin: 0 auto;
  }
}
/*PC2並び、スマホ1並び、左60右40*/
.flex_60_40 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 20px;
}
.box1_60_40 {
  width: 56%;
}
.box2_60_40 {
  width: 40%;
}
.box1_60_40 p{
    margin: 0 auto 5px;
}
@media screen and (max-width : 640px){
   .box1_60_40 {
        width: 100%;
        margin: 0 auto;
    }
    .box2_60_40 {
        width: 100%;
        margin: 0 auto;
    } 
}
/*PC2並び、スマホ2並び、主に画像用*/
.flex_50_50 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.box_50_50 {
  width: 48%;
}
@media screen and (max-width : 640px) {
  .box_50_50 {
    width: 100%;
    margin: 18px 0;
  }
    .box_50_50 .headline_ss,
    .box_50_50 .headline_m,
    .box_50_50 .headline_m_b{
    margin-top: 0;
  }
}
/*PC3並び、スマホ1並び*/
.flex_3 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
}
.box_3 {
  width: 32%;
  margin: 20px auto;
}
.box_3 img {
  text-align: center;
}
@media screen and (max-width : 640px) {
    .box_3 {
        width: 100%;
        margin: 0 0 1rem!important;
    }
    .box_3:last-of-type{
        margin-bottom: 0!important;
    }
}
/*PC3並び、スマホ2並び*/
.flex_3_2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
}
.box_3_2 {
  width: 32%;
  margin: 20px auto;
}
@media screen and (max-width : 640px) {
  .box_3_2 {
    width: 48%;
    margin: 18px 0;
  }
}
/*----------------------------------------------------------*/
/**/
.frame_p {
    background-color: /*#fcf9fb*/#faf5f9;
    border-radius: 4px;
    padding: /*10px 36px 48px 36px*/48px;
  margin: 24px 0;
    box-sizing: border-box;
}
.frame_p .headline_m {
    margin-top: 0;
}
@media screen and (max-width : 640px) {
  .frame_p {
    padding: 30px 18px 10px 18px;
    font-size: 15px;
    margin: 0 0 20px;
  }
}
/**/
.frame_p_02 {
    background-color: /*#fcf9fb*/#faf5f9;
    border-radius: 4px;
    padding: 20px 36px;
    margin: 0 auto;
    box-sizing: border-box;
}
.frame_w{
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 36px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media screen and (max-width : 640px) {
    .frame_p_02,
    .frame_w{
        padding: 10px 18px;
    }
}

/*主にチェックリストの枠に使用*/
.frame_b {
    background-color: #f3fafe;
    border-radius: 4px;
    padding: 48px;
    margin: 0 auto;
    box-sizing: border-box;
}
.frame_b .headline_m_b {
margin-top: 0;
    } 
@media screen and (max-width:640px) {
  .frame_b {
    padding: 20px 18px 10px 18px;
  }
}
/**/
.frame_b_02 {
    background-color: #f3fafe;
    border-radius: 4px;
    padding: 20px 36px;
    margin: 0 auto;
    box-sizing: border-box;
}
@media screen and (max-width : 640px) {
  .frame_b_02 {
    padding: 10px 18px;
  }
}
/**/
.frame_y {
    background-color: #fdfced;
    border-radius: 4px;
    padding: 36px 36px;
    margin: 24px 0;
    box-sizing: border-box;
}
.frame_y .headline_s,
.frame_p .headline_s,
.frame_p_02 .headline_m,
.frame_b .headline_s,
.frame_b .headline_s_b{
    margin-top: 0;
}
@media screen and (max-width : 640px) {
  .frame_y {
    padding: 18px 20px;
    font-size: 15px;
    margin: 24px 0;
  }
}

/**/
.wrap_y {
    background-color: #fdfced;
    padding: 60px 0;
}
.wrap_y .inner_w {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 36px;
    box-sizing: border-box;
}
.wrap_b{
    background-color: #f3fafe;
    padding: 5rem 0;
    margin: 3rem auto;
}
.wrap_b .box_in{
    padding: 0!important;
}
@media screen and (max-width : 640px) {
    .wrap_y {
        padding: 10px 0 30px;
    }
    .wrap_y .inner_w {
        width: 92%;
        padding: 5px 18px 20px 18px;
    }
    .wrap_b {
        padding: 1rem 0 3rem;
        margin: 2rem auto 0;
    }
    .wrap_b .box_in{
        padding: 0 5px!important;
        margin: 0 5px!important;
    }
}

/*--------------------------------*/
/* header */
.header_nav {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 120px;
  width: 100%;
  margin: -10px auto 0 auto;
  padding: 0 0 0 12px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  box-sizing: border-box;
  padding-top: 14px;
}
.header_nav .h_logo {
  width: 425px;
}
.header_nav .h_menu {
  width: auto;
  margin: 0 120px 0 20px;
}
@media screen and (max-width : 1540px) {
  .header_nav {
    position: fixed;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 110px ;
    margin: -10px auto 0 auto;
    padding: 26px 0 0 18px;
  }
.header_nav .h_logo {
  width: 360px;
}    
  .header_nav .h_menu {
    margin: 0 180px 0 0;
    text-align: left;
  }
}
/**/
.header__h1ttl{
    font-size: 12px;
    line-height: 130%;
    text-align: left;
    margin: auto;
    font-weight: normal;
    z-index: 30000;
    position: absolute;
    top: 10px;
    left: 10px;
}
.header__subttl{
    font-size: 12px;
    line-height: 130%;
    text-align: left;
    margin: auto;
    font-weight: normal;
    z-index: 30000;
    position: absolute;
    top: 10px;
    left: 10px;
}
@media screen and (max-width : 640px) {
    .header__h1ttl {
        display: none;
    }
    .header__subttl{
        display: none!important;
    }
}
/**/
.gnav {
  display: flex;
  height: 2rem;
  margin: 60px auto 0 auto;
  width: auto;
}
.gnav > li {
  width: 150px;
}
.gnav > li a {
  width: 150px;
}
.gnav li {
  list-style: none;
  position: relative;
}
.gnav li a {
  color: #333;
  font-size: 15px;
  letter-spacing: 0.12em;
  /*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
  font-weight: 700;
  display: block;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
  background: url(/img/gnav_bar_02.png) no-repeat left center;
}
.gnav .last_menu {
  background-image: url(/img/gnav_bar_02.png), url(/img/gnav_bar_02.png);
  background-position: right center, left center;
  background-repeat: no-repeat, no-repeat;
}
/*子階層以降共通*/
.gnav li li {
  height: 0;
  overflow: hidden;
  transition: .5s;
}
.gnav li ul {
  margin-left: -0px;
}
.gnav li li a {
  background-color: #fff ;
  background-image: none;
  padding: 6px 0;
  letter-spacing: normal;
}
.gnav li li a:hover {
  opacity: 0.7;
}
.gnav li:hover > ul > li {
  height: 2.7rem;
  overflow: visible;
}
.gnav .d_down {
  font-size: 50%;
  color: #d076a9;
}
/**/
.c-txt {
  display: inline;
  padding-bottom: 5px;
  position: relative;
}
.c-txt::before {
  background: #ff701e;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.c-txt:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
@media screen and (max-width : 1540px) {
  .gnav {
    margin: 0 auto;
  }
}
/*右上*/
.nav_right_yoyaku {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
}
.nav_right_yoyaku_btn {
  width: 100px;
  height: 110px;
  padding: 0;
  background: #d076a9;
  text-align: center;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.nav_right_yoyaku a {
  text-decoration: none;
  color: #fff;
}
.nav_right_yoyaku p {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 120%;
  margin: 0 auto;
  padding-top: 6px;
}
.nav_right_yoyaku_btn img {
  margin-bottom: 7px;
}
/*右上tel*/
.floating-banner_02 {
  position: fixed;
  z-index: 99999;
  top: 6px;
  right: 120px;
  text-align: right;
}
.banner_02 {
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
.floating-banner_02 .time {
  margin: 0;
  color: #666;
  font-size: 12px;
    text-align: right;
    line-height: 1.3;
}
.h_tel {
  color: #d076a9;
  /*font-family: futura-pt, sans-serif;*/
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 25px;
text-align: right;
}
.h_tel p {
    display: inline-block;
    background: url(/img/footer_tel.png) left center no-repeat;
    margin: 0;
    background-size: 20px;
}
.h_tel span {
    padding-left: 28px;
}
.h_tel a {
  text-decoration: none;
  color: #d076a9;
}
@media screen and (max-width : 640px) {
  .header_pc {
    display: none;
  }
}
/*------------------------------------------------------------------------*/
/*スマホ用ヘッダータップメニュー*/
/*スマホ用css　＊のposition: static  !important;があれば削除しないと動かないので注意！*/
.sp-head-menu {
  margin-bottom: 45px;
  z-index: 100;
}
/*スマホヘッダーメニュー印刷しない設定*/
@media print {
  .sp-head-menu {
    display: none;
  }
}
/*ページ内リンクにスマホヘッダー分余白を作る*/
.label_link {
  clear: both;
  padding-bottom: 100px !important;
}
@media screen and (max-width : 640px) {
  .label_link {
    padding-bottom: 45px !important;
  }
  .label_link:after {
    clear: both !important;
    content: '' !important;
    display: block !important;
    height: 0 !important;
  }
}
.inner {
  width: 980px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}
#top-head a, #top-head {
  color: #333;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
}
#top-head .logo_mama {
  float: left;
}
/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 45px;
  background: #fff;
  background: rgba(255, 255, 255, .7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 8px;
  top: 12px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
@media screen and (max-width : 640px) {
  .sp-head-time {
    font-size: 13px;
    line-height: 140%;
  }
  .sp-head-time p {
    margin: 0.5em 0;
  }
  #top-head, .inner {
    width: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 52px;
    position: relative;
    z-index: 100;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 8px;
    top: 6px;
    padding-right: 55px;
  }
  #top-head .logo_mama {
    position: absolute;
    left: 8px;
    top: 0;
    padding-right: 55px;
  }
  #top-head.fixed .logo img, #top-head .logo img {
    /*max-height: 45px;*/
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    width: /*100%*/ 50%;
    text-align: left;
    padding: 10px 5px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav div.midasi {
    text-align: left;
    clear: both;
    font-size: 18px;
    border-left: 5px solid #333;
    margin: 20px auto 10px auto;
    color: #222;
    padding: 5px;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 13px;
    clear: both;
    margin: 0;
    padding: 0;
  }
  #global-nav ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #global-nav ul li {
    position: static;
    width: /*50%*/ 100%;
    color: #333;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 6px 0 6px 24px;
    background: url(/img/sp-link-arrow.png) 1px center no-repeat;
    background-size: 14px auto;
  }
  #nav-toggle {
    display: block;
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    -moz-transform: translateY(545px);
    -webkit-transform: translateY(545px);
    transform: translateY(545px);
  }
  /*ナビ予約・相談ボタン*/
  .navi_in {
    width: auto;
    height: auto;
    padding: 50px 0 0 0;
    margin-bottom: 15px;
  }
  .navi_in_02 {
    width: auto;
    height: auto;
    padding: 8px 0 0 0;
    margin-bottom: 15px;
  }
  .navi_in ul {
    width: 100%;
    margin: 5px 0;
    padding: 0;
  }
  .navi_in_02 ul {
    width: 100%;
    margin: -16px 0 5px 0;
    padding: 0;
  }
  .navi_in li, .navi_in_02 li {
    width: 49%;
    height: auto;
    padding: 0 5px;
    text-align: center;
    float: none;
    display: inline-block;
  }
  .navi_in li a, .navi_in_02 li a {
    padding: 10px 0;
    background: #74abce;
    color: #fff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 4px;
    display: block;
    text-decoration: none;
    font-size: 14px;
  }
  .navi_in li:last-child a, .navi_in_02 li:last-child a {
    background: #d076a9;
    font-size: 14px;
  }
  .navi_in li a:hover, .navi_in_02 li a:hover {
    color: #000;
  }
}
@media screen and (max-width : 640px) {
  * {
    max-width: 100% !important;
    word-break: break-all !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body {
    max-width: 640px !important;
    margin: auto !important;
    /*font-size: 0.975em !important;*/
    -webkit-text-size-adjust: 100%;
  }
  div {
    float: none !important;
  }
  div:after {
    clear: both !important;
    content: '' !important;
    display: block !important;
  }
  img {
    max-width: 100% !important;
    height: auto !important;
    float: none;
  }
}
@media screen and (min-width: 640px) {
  .smart {
    display: none;
  }
}
/*------------------------------------------------------------------------*/
/*header、wrap*/
#header_wrap {
  background: #fff;
  padding: 0;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  height: 170px;
  z-index: 10;
  margin-top: 0;
}
#header_wrap:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width : 640px) {
  #header_wrap {
    position: static;
    border-top: none;
    height: auto;
  }
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px; /*header_wrapの高さ分*/
  padding-bottom: 50px;
  clear: both;
}
@media screen and (max-width : 640px) {
  #wrapper {
    padding-top: 0;
  }
}
#wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
/*------------------------------------------------------------------------*/
/**/
.ct_sp {
  margin-bottom: 80px;
}
@media screen and (max-width : 640px) {
  .ct_sp {
    margin-bottom: 40px;
  }
}
/*------------------------------------------------------------------------*/
/*フッター診療時間*/
.footer_schedule {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 20px 20px;
}
.footer_schedule table {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}
/*共通：フッターインフォメーション*/
.footer_info_wrap {
  background-color: #faf6f9;
  padding: 50px 20px 40px;
}
.footer_info_01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 30px auto 0 auto;
  padding: 0;
}
.f_info_box_01 {
  width: 48%;
  font-size: 14px;
}

.f_info_box_01 .map img{
  width: 400px;
  height: auto;
}

.f_info_box_01 .banner img{
  width: 500px;
  height: auto;
}
.footer_name{
    margin-bottom: 1rem;
}
@media screen and (max-width : 640px) {
  .footer_info_wrap {
    padding: 40px 0 40px;
    margin: 0 auto;
  }
  .footer_info_01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto 0 auto;
    padding: 0;
  }
  .f_info_box_01 {
    width: 100%;
    font-size: 14px;
  }
}
/**/
.f_info_tel {
  color: #d076a9;
  background: url(/img/footer_tel.png) left center no-repeat;
  padding-left: 38px;
  /*font-family: futura-pt, sans-serif;*/
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 32px;
}
.f_info_tel a {
  text-decoration: none;
  color: #d076a9;
}
.f_info_soudan {
  padding-bottom: 12px;
}
.f_info_soudan a {
  text-decoration: none;
  font-weight: bold;
  color: #494949;
}
.f_info_btn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: 0.1em;
  background: #111 url(/img/btn_arrow.png) no-repeat 94% center;
  margin: 15px 0 25px;
}
.f_info_btn a {
  color: #fff;
  text-decoration: none;
  padding: 16px 70px 16px 60px;
  display: block;
}
.f_info_btn img {
  margin: 0 8px 0 0;
  width: 18px;
  height: auto;
}
.f_info_btn .link_gaibu{
    width: 13px;
}
@media screen and (max-width : 640px) {
  .f_info_tel {
    color: #d076a9;
    background: url(/img/footer_tel.png) left center / auto 20px no-repeat;
    padding-left: 27px;
    /*font-family: futura-pt, sans-serif;*/
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 24px;
  }
  .f_info_tel a {
    text-decoration: none;
    color: #d076a9;
  }
  .f_info_soudan {
    padding-bottom: 12px;
  }
  .f_info_soudan a {
    text-decoration: none;
    font-weight: bold;
    color: #494949;
  }
  .f_info_btn {
    display: inline-block;
    border-radius: 2px;
    font-size: 12px;
    letter-spacing: 0.1em;
    background: #111 url(/img/btn_arrow.png) no-repeat 95% center/24px auto;
    margin-top: 18px;
  }
  .f_info_btn a {
    color: #fff;
    text-decoration: none;
    padding: 14px 40px 14px 10px;
  }
  .f_info_btn img {
    width: 18px;
    height: auto;
    margin: 0 10px 0 0;
  }
  .f_info_box_01 .f_info_btn {
    margin: 10px 0 15px;
  }
}
/**/
.f_info_sc table {
  width: 100%;
  margin: 0 auto;
}
.f_info_sc p {
  margin-left: 22px;
  margin-bottom: 2px;
}
.f_info_sc.tb01 {
  margin-bottom: 9px;
  border-spacing: 0;
  border-collapse: collapse;
  white-space: nowrap;
  letter-spacing: 0;
  color: #333;
  font-weight: bold;
}
.f_info_sc .tb01 td, .f_info_sc .tb01 th {
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}
.f_info_sc .tb01 th:first-child {}
.f_info_sc .tb01 th {
  width: 28%;
  height: 54px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #494949;
  font-weight: bold;
}
.f_info_sc .tb01 tr:nth-child(1) th, .f_info_sc .tb01 tr:nth-child(1) td {
  border-bottom: 1px solid #66bbb1;
}
.f_info_sc .tb01 tr:nth-child(3) th, .f_info_sc .tb01 tr:nth-child(3) td {
  border-bottom: 1px solid #66bbb1;
}
.f_info_sc .tb01 tr:nth-child(n+2) th {
  /*font-family: futura-pt, sans-serif;*/
  font-size: 14px;
  letter-spacing: 0.1em;
}
.f_info_sc .tb01 td {
  width: 9%;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  color: #494949;
  font-weight: bold;
}
.f_info_sc .tb01 tr:nth-child(n+2) td {
  color: #66bbb1;
  font-size: 100%;
}
.f_info_sc .kyusin {
  font-size: 12px;
  color: #ee8c56;
  text-align: right;
  margin-top: 14px;
}
/*------------------------------------------------------------------------*/
/*フッターSNSアイコン*/
.footer_sns_icon{
margin:10px auto;
display: flex;
justify-content: center;
align-items: center;
}
.footer_sns_icon a{
padding:10px;
background: #d076a9;
border-radius: 50%;
width: 60px;
height: 60px;
box-sizing: border-box;
margin: 5px!important;
}
/*フッターSNSアイコン*/
/*------------------------------------------------------------------------*/
/*フッター*/
.footer {
  font-size: 14px;
  padding: 18px 0 18px 0;
  margin: 0;
}
.footer a {
  color: #494949;
  text-decoration: none;
}
.footer_in {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.footer_in ul {
  margin-bottom: 24px;
}
.footer_in li {
  display: inline-block;
}
.footer_in li:after {
  content: "｜";
  color: #917c5a;
  padding: 0 6px;
}
@media screen and (max-width : 640px) {
  .footer {
    padding: 40px 0;
    margin-bottom: 30px;
  }
  .footer_in {
    text-align: left;
    width: 96%;
    margin: 0 auto;
  }
  .footer_in ul {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .footer_in li {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
  }
  .footer_in li a:before {
    content: "｜";
    padding-right: 12px;
  }
  .footer_in li:after {
    content: "";
  }
  .footer_in li a {
    display: block;
    padding: 0 0 0 6px;
  }
}

/*コピーライト*/
small {
    color: #917c5a;
    letter-spacing: 0.05em;
}

.footer_copy {
    color: #917c5a;
    font-size: 80%;
}

/*------------------------------------------------------------------------*/
/*topへ戻るボタン*/
#page_top {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 14px;
  bottom: 14px;
  background: #b2a48e;
  opacity: 0.8;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}
#page_top a::before {
  content: '';
  color: #fff;
  position: absolute;
  width: 18px;
  height: 8px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  background: url(/img/page_up_arrow.png);
  background-size: 18px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width:640px) {
  #page_top {
    width: 55px;
    height: 55px;
    bottom: 80px;
  }
  #page_top a {
    width: 55px;
    height: 55px;
  }
  #page_top a::before {
    top: 0;
  }
}
/*------------------------------------------------------------------------*/
@media screen and (max-width : 640px) {
/*固定電話・LINEボタン*/
.btn_scroll {
  position: fixed !important;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  background: rgba(208,118,169,0.9);
}
.btn_scroll a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn_scroll ul{
list-style:none;
margin:0;
padding:0;
display: flex;
/*align-items: center;*/
max-height: 50px;
box-sizing: border-box;
}
.btn_scroll ul img{
width: auto;
height: auto;
max-height: 47px;
}
.btn_scroll li{
margin:0;
padding:0;
box-sizing: border-box;
width: 100%;
}
.btn_scroll li:nth-child(even) {
  background: rgba(220,152,191,0.9);
}
.btn_scroll li a{
text-decoration: none;
color: #fff;
display: block;
width: 100%;
padding-bottom: 3px;
}
/*電話受付時間---*/
.btn_scroll .tel_reception_hours {
  background: #FFF;
  color: #4e89b6;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  border-top: 1px #FFF solid;
}
}
/*------------------------------------------------------------------------*/
/*フォーム全般*/
/*------------------------------------------------------------------------*/
/*パンくずリスト*/
#pan {
  margin: 5px auto;
  max-width: 1200px;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
  padding: 20px 0;
}
#pan li {
  display: inline-block;
}
#pan li:after {
  content: "  >  ";
  padding: 0 8px;
}
#pan li:last-child:after {
  content: "";
}
#pan a {
  text-decoration: none;
  color: #222;
}
@media screen and (max-width : 640px) {
  #pan {
    display: none;
  }
}

/*--------------------------------------------*/
/*下層ページ共通パーツ*/
/*メインビジュアル見出し*/
.midasi_mv_01, .midasi_mv_02, .midasi_mv_03, .midasi_mv_04, .midasi_mv_05, .midasi_mv_06, .midasi_mv_07, .midasi_mv_08, .midasi_mv_09, .midasi_mv_10, .midasi_mv_11, .midasi_mv_12, .midasi_mv_13, .midasi_mv_14, .midasi_mv_15, .midasi_mv_16, .midasi_mv_17, .midasi_mv_18, .midasi_mv_19, .midasi_mv_20, .midasi_mv_21, .midasi_mv_22, .midasi_mv_23, .midasi_mv_24, .midasi_mv_25, .midasi_mv_26{
  width: 100%;
  background: linear-gradient(180deg, #fff 0%, #fff 42%, #f3fafe 42%, #f3fafe 100%);
  padding-bottom: 30px;
}
.midasi_mv_01 .bg, .midasi_mv_02 .bg, .midasi_mv_03 .bg, .midasi_mv_04 .bg, .midasi_mv_05 .bg, .midasi_mv_06 .bg, .midasi_mv_07 .bg, .midasi_mv_08 .bg, .midasi_mv_09 .bg, .midasi_mv_10 .bg, .midasi_mv_11 .bg, .midasi_mv_12 .bg, .midasi_mv_13 .bg, .midasi_mv_14 .bg, .midasi_mv_15 .bg, .midasi_mv_16 .bg, .midasi_mv_17 .bg, .midasi_mv_18 .bg, .midasi_mv_19 .bg, .midasi_mv_20 .bg, .midasi_mv_21 .bg, .midasi_mv_22 .bg, .midasi_mv_23 .bg, .midasi_mv_24 .bg, .midasi_mv_25 .bg, .midasi_mv_26 .bg{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 90px auto 30px auto;
  padding: 0;
  box-sizing: border-box;
  max-width: 1200px;
  height: 380px;
  border-radius: 8px;
  position: relative;
}
.midasi_mv_01 .bg {
  background: url(/img/mv_img_01.jpg) no-repeat center center/100% auto;
}
.midasi_mv_02 .bg {
  background: url(/img/mv_img_02.jpg) no-repeat center center/100% auto;
}
.midasi_mv_03 .bg {
  background: url(/img/mv_img_03.jpg) no-repeat center center/100% auto;
}
.midasi_mv_04 .bg {
  background: url(/img/mv_img_04.jpg) no-repeat center center/100% auto;
}
.midasi_mv_05 .bg {
  background: url(/img/mv_img_05.jpg) no-repeat center center/100% auto;
}
.midasi_mv_06 .bg {
  background: url(/img/mv_img_06.jpg) no-repeat center center/100% auto;
}
.midasi_mv_07 .bg {
  background: url(/img/mv_img_07.jpg) no-repeat center center/100% auto;
}
.midasi_mv_08 .bg {
  background: url(/img/mv_img_08.jpg) no-repeat center center/100% auto;
}
.midasi_mv_09 .bg {
  background: url(/img/mv_img_09.jpg) no-repeat center center/100% auto;
}
.midasi_mv_10 .bg {
  background: url(/img/mv_img_10.jpg) no-repeat center center/100% auto;
}
.midasi_mv_11 .bg {
  background: url(/img/mv_img_11.jpg) no-repeat center center/100% auto;
}
.midasi_mv_12 .bg {
  background: url(/img/mv_img_12.jpg) no-repeat center center/100% auto;
}
.midasi_mv_13 .bg {
  background: url(/img/mv_img_13.jpg) no-repeat center center/100% auto;
}
.midasi_mv_14 .bg {
  background: url(/img/mv_img_14.jpg) no-repeat center center/100% auto;
}
.midasi_mv_15 .bg {
  background: url(/img/mv_img_15.jpg) no-repeat center center/100% auto;
}
.midasi_mv_16 .bg {
  background: url(/img/mv_img_16.jpg) no-repeat center center/100% auto;
}
.midasi_mv_17 .bg {
  background: url(/img/mv_img_17.jpg) no-repeat center center/100% auto;
}
.midasi_mv_18 .bg {
  background: url(/img/mv_img_18.jpg) no-repeat center center/100% auto;
}
.midasi_mv_19 .bg {
  background: url(/img/mv_img_19.jpg) no-repeat center center/100% auto;
}
.midasi_mv_20 .bg {
  background: url(/img/mv_img_20.jpg) no-repeat center center/100% auto;
}
.midasi_mv_21 .bg {
  background: url(/img/mv_img_21.jpg) no-repeat center center/100% auto;
}
.midasi_mv_22 .bg {
  background: url(/img/mv_img_22.jpg) no-repeat center center/100% auto;
}
.midasi_mv_23 .bg {
  background: url(/img/mv_img_23.jpg) no-repeat center center/100% auto;
}
.midasi_mv_24 .bg {
  background: url(/img/mv_img_24.jpg) no-repeat center center/100% auto;
}
.midasi_mv_25 .bg {
  background: url(/img/mv_img_25.jpg) no-repeat center center/100% auto;
}
.midasi_mv_26 .bg {
  background: url(/img/mv_img_26.jpg) no-repeat center center/100% auto;
}
.midasi_mv {
  width: 100%;
  padding: 0 0 0 30px;
  /*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
}
.lower__h1ttl{
    display: inline-block;
    padding: 12px 24px;
    background: #74abce;
    color: #fff;
    font-size: 32px;
    letter-spacing: 0.14em;
    margin: 16px 0 0 0;
    z-index: 3;
    font-weight: 700;
}
.midasi_mv .midasi_cap {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.14em;
    word-break: break-word;
    font-weight: 900;
    display: block;
}
@media screen and (max-width : 640px) {
  .midasi_mv_01 .bg, .midasi_mv_02 .bg, .midasi_mv_03 .bg, .midasi_mv_04 .bg, .midasi_mv_05 .bg, .midasi_mv_06 .bg, .midasi_mv_07 .bg, .midasi_mv_08 .bg, .midasi_mv_09 .bg, .midasi_mv_10 .bg, .midasi_mv_11 .bg, .midasi_mv_12 .bg, .midasi_mv_13 .bg, .midasi_mv_14 .bg, .midasi_mv_15 .bg, .midasi_mv_16 .bg, .midasi_mv_17 .bg, .midasi_mv_18 .bg, .midasi_mv_19 .bg, .midasi_mv_20 .bg, .midasi_mv_21 .bg, .midasi_mv_22 .bg, .midasi_mv_23 .bg, .midasi_mv_24 .bg, .midasi_mv_25 .bg, .midasi_mv_26 .bg{
    margin: 0 auto;
    padding: 0 12px;
    width: 94%;
    height: 200px;
    border-radius: 8px;
  }
  .midasi_mv {
    width: inherit;
    padding: 0;
    margin: 0 auto 0 0;
  }
  .lower__h1ttl {
    font-size: 19px;
    margin-top: 10px;
    padding: 9px 18px;
  }
  .midasi_mv .midasi_cap {
    font-size: 14px;
  }
}
/*------------------------------------------------------------------------*/
/*大見出し*/
.headline_l {
    width: 100%;
    margin-bottom: 3rem;
    /*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
    font-weight: 700;
}
.headline_l h3, .headline_l h2, .headline_l p {
    padding-bottom: 2rem;
    position: relative;
    padding: 0 0 30px;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    letter-spacing: .1em;
    color: #494949;
    margin: 0;
}
.headline_l h3::before, .headline_l h2::before, .headline_l p::before {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    background: #d076a9;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.headline_l .s_txt {
    font-size: 0.7em;
}
@media screen and (max-width : 640px) {
  .headline_l {
    margin: 1rem auto;
    padding: 0 0 16px;
  }
  .headline_l h3, .headline_l h2, .headline_l p {
    font-size: 22px;
    margin: 0 auto;
    padding: 0 0 15px;
    line-height: 1.3;
  }
  .headline_l h3::before, .headline_l h2::before, .headline_l p::before {
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    background: #d076a9;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
/**/
.leadline_l_02 {
    margin: 40px auto;
    padding: 1rem 1rem;
    /*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 26px;
    color: #FFF;
    background: #d076a9;
}
@media screen and (max-width : 640px) {
    .leadline_l_02 {
        margin: 30px auto;
        padding: 0.6rem 0.6rem;
        font-size: 20px;
    }
}
/*中見出し*/
.headline_m {
  margin: 2rem auto 1rem 0;
  font-size: 26px;
  color: #d076a9;
  letter-spacing: .1em;
  /*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
  font-weight: 700;
}
.headline_m_b {
  margin: 2rem auto 1rem 0;
  font-size: 26px;
  color: #74abce;
  letter-spacing: .1em;
  /*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
  font-weight: 700;
}
@media screen and (max-width : 640px) {
  .headline_m, .headline_m_b {
    margin: 1rem auto;
    font-size: 18px;
  }
}
/*小見出し*/
.headline_s, .headline_s_b {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 22px;
  letter-spacing: .1em;
  margin: 2rem auto 0.7rem 0;
  color: #494949;
  /*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
  font-weight: 700;
}
.headline_s::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 10px);
  background: #d076a9;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.headline_s_b::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 10px);
  background: #74abce;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width : 640px) {
  .headline_s, .headline_s_b {
    padding: 0 0 0 14px;
    font-weight: 700;
    font-size: 17px;
    margin: 1rem auto 0.5rem;
  }
}
/*小見出し2*/
.headline_ss {
  margin: 1rem auto 0.7rem 0;
}
.headline_ss p,
.headline_ss h4{
  display: inline;
  font-size: 19px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(210, 120, 170, 0.6) 60%);
  /*font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
  font-weight: 800;
  letter-spacing: .1em;
  padding: 200rem auto 0.7rem 0;
}
/**/
.beginner-philosophy-sec__head {
  margin-bottom: 15px;
}
@media all and (min-width: 768px) {
  .beginner-philosophy-sec__head {
    margin-bottom: 24px;
  }
}
/*	.c-head05
================================================ */
.c-head05 {
  position: relative;
  padding: 0 0 0 14px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: .15em;
}
.c-head05::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 5px);
  background: #f6ca1c;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media all and (min-width: 768px) {
  .c-head05 {
    padding-left: 20px;
    font-size: 2.2rem;
  }
  .c-head05::before {
    height: calc(100% - 10px);
  }
}

/*文字に合わせた横幅のボタン（横幅は決まっていない）横並びボタン*/
.link_s{
list-style:none;
margin:15px 0;
padding:0;
}

.link_s li{
display:inline-block;
margin:3px;
}

.link_s a{
display:block;
padding:5px 0 5px 18px;
color:#222;
background:url(/img/link-arrow_pink.png) no-repeat left center;
}

.link_s a:hover{
color:#666;
}

/*-----------------------------------*/
/*PCでは横並び・スマホでは上下*/
.yokotatebox {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align: top;
  padding: 5px;
}
@media screen and (max-width:640px) {
  .yokotatebox {
    display: block;
    vertical-align: top;
    padding: 10px 0;
  }
}

/*Youtube動画を入れるbox--------------------*/
.box_youtube{
text-align: center;
margin: 20px auto;
}
.box_youtube iframe {
  border: 0; /* 枠線を消す */
}
@media screen and (max-width:640px){
.box_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.box_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}

/*Googleマップを入れるbox--------------------*/
.box_googlemap {
  margin:30px auto;
  text-align: center;
}
/* Google Mapを囲う要素 */
@media screen and (max-width:640px){
.box_googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.box_googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}
/*Googleマップを入れるbox--------------------*/

/*------------------------------------------------------------------------*/
/*Googleマップを横幅100％に----------*/
.google-maps {
  position: relative;
  padding-bottom: 30%; /*これが縦横比*/
  height: 180px;
  overflow: hidden;
  margin: 0 auto;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width : 640px) {
  .google-maps {
    padding-bottom: /*100%*/75%; /*これが縦横比*/
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/*------------------------------------------------------------------------*/


/*相談部分(レスポンスデバイス)-----*/
.contact_info_box_bg{
background:linear-gradient(rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.8)), url(/img/img_nishinomiya_gardens.jpg) no-repeat center center #333333;
background-size: cover; 
padding: 30px 0;
position: relative;
}
.contact_info_box{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
text-align: center;
max-width: 1600px;
margin:30px auto;
align-items: center;
padding: 20px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.contact_info_box div{
width: 100%;
padding: 10px;
}
.contact_info_box a{
text-decoration: none;
}

@media screen and (max-width:1200px){
.contact_info_box_bg{
padding: 15px 0;
}
.contact_info_box{
flex-wrap: wrap;
padding: 10px;
}
}

.contact_info_box .contact_midasi{
color: #fff;
font-size: 48px;
letter-spacing: 0.1em;
}
.contact_info_box .contact_midasi .midasi_cap{
color: #fff;
font-size: 16px;
}

.contact_info_box .contact_tel a{
color: #fff;
font-size: 56px;
background: url("/img/sp-btn-tel-icon_white.png") no-repeat center left;
background-size: 56px auto;
padding-left: 56px;
}

.contact_info_box .contact_tel .tel_cap{
color: #fff;
font-size: 16px;
}

@media screen and (max-width:1360px){
.contact_info_box .contact_midasi{
color: #fff;
font-size: 40px;
}
.contact_info_box .contact_tel a{
color: #fff;
font-size: 48px;
background: url("/img/sp-btn-tel-icon_white.png") no-repeat center left;
background-size: 48px auto;
padding-left: 48px;
}
}

.contact_info_box .contact_yoyaku, .contact_info_box .contact_line, .contact_info_box .contact_access{
width: 80%;
margin: auto;
}

.contact_info_box .contact_yoyaku a{
color: #fff;
font-size: 28px;
background-color: #e36db0;
background-image: linear-gradient(120deg, #e2a0f7 0%, #e36db0 100%);
padding: 10px;
display: block;
border-radius: 10px;
}

.contact_info_box .contact_yoyaku a::before{
content: "";
display: inline-block;
width: 40px;/*画像の幅*/
height: 40px;/*画像の高さ*/
background: url("/img/sp-btn-yoyaku-icon_white.png") no-repeat center left;
background-size: contain;
margin-right: 7px;
margin-top: -8px;
vertical-align: middle;
}

.contact_info_box .contact_line a{
color: #fff;
font-size: 28px;
background: #00b900;
background-image: linear-gradient(90deg, rgba(42, 245, 152, 1), rgba(8, 174, 234, 1));
padding: 10px;
display: block;
border-radius: 10px;
}

.contact_info_box .contact_line a::before{
content: "";
display: inline-block;
width: 40px;/*画像の幅*/
height: 40px;/*画像の高さ*/
background: url("/img/sp-btn-line-icon_white.png") no-repeat center left;
background-size: contain;
margin-right: 7px;
margin-top: -8px;
vertical-align: middle;
}

.contact_info_box .contact_access a{
color: #fff;
font-size: 28px;
background-color: #74EBD5;
background-image: linear-gradient(120deg, #74EBD5 0%, #9FACE6 100%);
padding: 10px;
display: block;
border-radius: 10px;
}

.contact_info_box .contact_access a::before{
content: "";
display: inline-block;
width: 40px;/*画像の幅*/
height: 40px;/*画像の高さ*/
background: url("/img/sp-btn-access-icon_white.png") no-repeat center left;
background-size: contain;
margin-right: 7px;
margin-top: -8px;
vertical-align: middle;
}

@media screen and (max-width:640px){
.contact_info_box{
display: inherit;
width: inherit;
padding: 10px;
}
.contact_info_box .contact_midasi{
font-size: 40px;
}
.contact_info_box .contact_midasi .midasi_cap{
font-size: 16px;
}
.contact_info_box .contact_tel .tel_cap{
font-size: 13px;
}
.contact_info_box .contact_tel a{
font-size: 40px;
background-size: 40px auto;
padding-left: 40px;
}
.contact_info_box .contact_yoyaku, .contact_info_box .contact_line, .contact_info_box .contact_access{
width: 100%;
}
.contact_info_box .contact_yoyaku a, .contact_info_box .contact_line a, .contact_info_box .contact_access a{
font-size: 24px;
padding: 8px;
}
}
/*相談部分(レスポンスデバイス)-----*/


/*---------- SNS ----------*/
.icon_instagram:before{
background: url(/img/sp-btn-instagram-icon.png) no-repeat left center;
}

.icon_instagram_white:before{
background: url(/img/sp-btn-instagram-icon_white.png) no-repeat left center;
}

.icon_tiktok:before{
background: url(/img/sp-btn-tiktok-icon.png) no-repeat left center;
}

.icon_youtube:before{
background: url(/img/sp-btn-youtube-icon.png) no-repeat left center;
}

.icon_instagram:before, .icon_instagram_white:before, .icon_tiktok:before, .icon_youtube:before{
content: "";
display: inline-block;
width: 18px;
height: 18px;
background-size: contain;
vertical-align: middle;
margin-right: 2px;
}



/*---------- 文字 ----------*/
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*-文字サイズ(パーセント)-----*/
.fs60{ font-size: 60% !important;}
.fs70{ font-size: 70% !important;}
.fs80{ font-size: 80% !important;}
.fs90{ font-size: 90% !important;}
.fs100{ font-size: 100% !important;}
.fs110{ font-size: 110% !important;}
.fs120{ font-size: 120% !important;}
.fs130{ font-size: 130% !important;}
.fs140{ font-size: 140% !important;}
.fs150{ font-size: 150% !important;}
.fs160{ font-size: 160% !important;}
.fs170{ font-size: 170% !important;}
.fs180{ font-size: 180% !important;}
.fs190{ font-size: 190% !important;}
.fs200{ font-size: 200% !important;}
/*---*/

.b {
  font-weight: bold;
}
.cap {
  font-size: 80%;
  color: #666666;
  font-weight: normal;
  line-height: 150%;
}
.blue {
  color: #74abce!important;
}
.pink {
  color: #d076a9!important;
}
.red {
  color: #cc0000!important;
}
.gray {
  color: #555555!important;
}
.underline {
    background: linear-gradient(transparent 70%, #fff369 70%);
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}
.yoyaku_calendar_midasi{
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
color: #fff;
font-size: 110%;
letter-spacing: 0.05em;
background: #d076a9;
border-radius: 50px;
padding: 5px 20px;
width: fit-content;
margin: 0 auto 8px auto;
}

.yoyaku_calendar_midasi:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url(/img/sp-btn-yoyaku-icon_white.png);
  background-size: contain;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 2px;
}

.yoyaku_calendar_box{
display:flex; 
justify-content: center;
margin: 5px auto;
}
.yoyaku_calendar_box_in{
background: #fff;
max-width: 580px;
margin: auto;
}
@media screen and (max-width:640px){
.yoyaku_calendar_midasi{
font-size: 105%;
padding: 5px 15px 5px 10px;
}
.yoyaku_calendar_midasi:before {
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  margin-right: 0;
}

.yoyaku_calendar_box{
margin: 5px auto;
}
}

.btm_non {
	margin-bottom: 0px !important;	
}