/* Theme Name: LAULE'Aテーマ
Author: LAULE'A
Description: HP
Version: 0.1 */

@charset "UTF-8";


/*共通
-------------------------------------------------------------*/

  html {
  font-size: 62.5%;
  }

  body {
    color: #333333;
    font-size: 1.6em;
      font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",arial,"游ゴシック体","Yu Gothic","YuGothic",sans-serif;
      background-image: url("img/bg-body.jpg");
      width: 100%;
      height: auto;
  }

  @font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.ttf') format('truetype'),
         url('fonts/Lato-Regular.ttf') format('truetype');
  }
  
  a {
    text-decoration: none;
    color: #333333;
  }
  
  a:hover {
    color: #333333;	
  }

  .contents_mg {
    margin: 100px auto;
  }

  img {
    max-width: 100%;
    height: auto;
  }

/*キャンペーンバナー*/

div.openbanner {
  text-align: center;
}

div.minibanner {
  text-align: center;
  margin-bottom: 50px;
}

div.crnbanner {
  text-align: center;
}

/*div.openbanner img {
  width: 1000px;
  height: 508px;
}*/

div.openbanner img {
  width: 900px;
  height: auto;
}

div.minibanner img {
  width: 900px;
  height: 160px;
}

/* 昼得バナー */

div.hirutoku_banner {
  text-align: center;
}

div.hirutoku_mt {
  margin-top: 50px;
}

div.hirutoku_banner img {
  text-align: center;
  width: 900px;
  height: 477px;
}

/*感染対策バナー*/

div.crnbanner img {
  width: 1000px;
  height: 508px;
}

/* キャッシュバック */

/*div.openbanner p.cashback_p {
  font-size: 3rem;
  color: #333333;
  line-height: 6rem;
  letter-spacing: 5px;
  margin: 50px 0;
}

div.openbanner p.cashback_p span { 
  font-size: 4rem;
  font-weight: bold;
  border-bottom: dotted 3px #f58a00;
}*/

/* パンくずリスト */

  ol.top_list {
    font-size: 1.4rem;
    margin-left: 30px;
    margin-bottom: 50px;
    list-style: none;
  }

  ol.top_list li {
    display: inline;
    list-style: none;
  }

  ol.top_list li:after {
    content: '>';
    padding: 0 0.2em;
    color: #555;
  }

  ol.top_list li:last-child:after {
    content: '';
  }

  ol.top_list li a {
    text-decoration: none;
    color: #f58a00;
  }

  ol.top_list li a:hover {
    text-decoration: underline;
  }

 /* pagetop h1タイトル */

  div.page_top_img {
  background-image: url("img/page_header.jpg?20210824");
  background-size: 100%;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

  div.page_top_img h1 {
    font-size: 5rem;
    line-height: 400px;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
  }

  /* h2タイトル 大文字オレンジ*/

  h2.title_lato_h2 {
    font-family: 'Lato',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",arial,"游ゴシック体","Yu Gothic","YuGothic",sans-serif;
    font-size: 10rem;
    letter-spacing: 2px;
    color: rgba(240,91,8,0.7);
    text-align: center;
  }

  /*小文字*/

  .small_p {
    font-size: 1.6rem;
  }

  /* h2タイトル 大文字オレンジ下p（コンタクト・予約）*/

  p.h2_b_p {
    text-align: center;
    font-size: 2rem;
  }

  p.h2_b_smallp {
    font-size: 1.6rem;
    padding-top: 50px;
    line-height: 2.5rem;
    letter-spacing: .5px;
  }

  p.h2_b_smallp a {
    border-bottom: solid 1px;
  }

  /* h2タイトル about/service*/

  h2.ab_sv_h2 {
    font-size: 3rem;
    background-color: #f58a00;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 50px;
  }

  /* 横幅・縦 */

  .wt_hg {
    width: 100%;
    /*padding-bottom: 80px;*/
    height: auto;
  }

/*お問合せボタン*/

  div.contact_button a {
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    background: transparent;
    width: 100%;
    height: 150px;
    text-align: center;
    position: relative;
    background-color: #33cc33;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: .4s;
  }

  div.contact_button a p {
    font-weight: bold;
  }

  div.contact_button a p.ct_b_1 {
    font-size: 1.8rem;
  }

  div.contact_button a p.ct_b_2 {
    font-size: 2.4rem;
    box-shadow: 0 4px 0 #339933;
    margin: 15px auto;
    background-color: white;
    border-radius: 35px;
    line-height: 50px;
    color: #33cc33;
    width: 550px;
    height: 50px;
  }

  div.contact_button a p.ct_b_2 span {
    font-size: 2.2rem;
  }

  div.contact_button a:hover {
    background-color: #339933;
  }

  /*お問合せ欄コンタクトボタンmargin-bottom*/

 div.page_ct_b {
    margin-bottom: 20px;
  }

  /*トップコンタクトボタン*/

  div.contact_button a p.ct_p_ls0 {
  letter-spacing: 0;
  }


  /* ボタン */

  div.menu_button a {
    color: #fff;
    font-size: 1.8rem;
    background: transparent;
    width: 200px;
    height: 55px;
    border-radius: 35px;
    text-align: center;
    line-height:  52px;
    border: 2px solid #f05b08;
    position: relative;
    background-color: #f05b08;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: .4s;
  }

  div.menu_button a::before {
    content: "";
    width: 120%;
    height: 200%;
    position: absolute;
    top: -50%;
    right: 0;
    z-index: -1;
    background: #fff;
    border-radius: 0 100% 100% 0;
    transform: translateX(-100%);
    transition: transform ease .4s;
  }

  div.menu_button a:hover {
    color: #f05b08;
  }

  div.menu_button a:hover::before {
    transform: translateX(10%);
  }


/*ローディング
-------------------------------------------------------------*/

#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 150;
}
#loader .loader-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #faca77;
}
#loader .loader-slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: auto;
}

#loader .loader-slide.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 1s;
}
@keyframes slideOut {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
 


/*ヘッダー
-------------------------------------------------------------*/

header {
	height: 85px;
	width: 100%;
	display: block;
  background-color: rgba(250, 202, 119, 0.8);
	z-index: 100;
	position: fixed;
  box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.5);
}

/*ロゴ
-------------------------------------------------------------*/

header a.header-logo {
	float: left;
	height: auto;
	width: 84px;
	margin-left: 30px;
	/*margin-top: 18px;*/
}

header a.header-logo img {
  width: 84px;
  height: 84px;
}

/*ナビメニュー
-------------------------------------------------------------*/

nav.header-nav {
	float: right;
	margin-right: 80px;
  margin-top: 20px;
}

nav ul li.nav-item {
	display: inline-block;
  font-size: 1.4rem;
  margin-left: 23px;
}

nav ul li.nav-item:first-child {
  margin-left: none;
}

/* お問い合わせ */

nav ul li#contact {
  background: linear-gradient(#99ffff, #0099cc);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  border-radius: 10px;
  text-align: center;
}

nav ul li#contact a {
  padding: 15px 18px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  transition-duration: 0.3s;
}

nav ul li#contact a span {
  font-size: 1.2rem;
}

nav ul li#contact a:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

nav ul li a {
  display: inline-block;
}

/* ホバー下線 */

nav ul li a.nav-hover {
  display: table-cell;
  vertical-align: middle;
}

nav ul li a.nav-hover::after {
   content: '';
    display:block;
    width:0;
    margin: 6px auto 0;
    border-bottom: 1.5px solid #333333;
    transition: width 0.3s ease-in-out;
}

nav ul li a:hover::after{
  width: 100%;
}


/* 固定表示メニュー
-------------------------------------------------------------*/

div.fixed_menu {
  z-index: 100;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 85px;
  color: #fff;
  display: flex;
}

div.fixed_menu div.btn00 {
  width: 50%;
  -webkit-transition: all 0.3s;
}

div.fixed_menu div.btn00 a {
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 85px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 80px;
  letter-spacing: .5px;
}

div.fixed_menu div.btn00 a span {
  font-size: 2.4rem;
}

div.fixed_menu div.btn00 a::after{
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

/* div.fixed_menu div.btn00 a:active{
top: 4px;
  box-shadow: 0 0 0 #C62828;
} */

/*  ---------------------
 以下は調整用
--------------------- */
/* div.fixed_menu div.btn00 a {
max-width: 300px;
margin: 20px auto;
} */


div.fixed_menu div.fixed_menu_bl {
  background-color: #58d2ed;
  border-bottom: 8px solid #45a0b5;
}

div.fixed_menu div.fixed_menu_or {
  background-color: #FD7D06;
  border-bottom: 8px solid #c76b16;
}

div.fixed_menu div.fixed_menu_bl:hover {
  margin-top: 8px;
  border-bottom: 0px solid #45a0b5;
}

div.fixed_menu div.fixed_menu_or:hover {
  margin-top: 8px;
  border-bottom: 0px solid #c76b16;
}



/* スライダー
------------------------------------------------- */


div.top_slider div.top_img {
  width: 100%;
  /*height: 800px;*/
  min-height: calc(100vh - 85px);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

div.top_slider div.img01 {
  background-image: url("img/slider-1.jpg?20210824");
}
div.top_slider div.img02 {
  background-image: url("img/slider-2.jpg?20210824");
}
div.top_slider div.img03 {
  background-image: url("img/slider-3.jpg?20210824");
}

/*=============
base
==============*/
html, body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}

/* TOP 文
------------------------------------------------- */

div.top_relative {
  position:relative;
}

div.top_word {
  left: 0;
  bottom: 0;
  margin:0;
  z-index:5;
  position:absolute;
  width: 650px;
  height: 350px;
}

div.top_word h1 {
  color: #fff;
  font-size: 3.9rem;
  letter-spacing: 2.5px;
  line-height: 60px;
  text-shadow: 0 0 5px #333;
  font-weight: bold;
  padding-left: 70px;
  margin-bottom: 30px;
}

div.top_word h1 span.h1_s {
  font-size: 2.8rem;
  line-height: 40px;
  margin-top: 20px;
  display:block;
}

div.top_word h1 span.h1_e {
  font-size: 2.5rem;
  line-height: 70px;
  font-weight: normal;
}


/* サービス内容
------------------------------------------------- */

/* データ＆ポイント */

/* 文 */
div.top_contents div.data_point {
  background-color: #fff;
  padding: 50px 0;
}

div.top_contents div.data_point p.date_point_p {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 6rem;
  letter-spacing: 1px;
}

div.top_contents div.data_point p.date_point_p span {
  color: #f58a00;
  position: relative;
  padding: 0.3em 0;
}

div.top_contents div.data_point p.date_point_p span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #f58a00, #f58a00 2px, white 2px, white 4px);
}

/* グラフデータ */
div.top_contents div.data_point div.date_imgbox {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}

div.top_contents div.data_point div.date_imgbox div img {
  text-align: center;
  margin: 0 20px;
  width: 200px;
  height: 200px;
}

/* 安心ポイント */
div.top_contents div.data_point div.point_imgbox {
  /* background-color: #555; */
  width: 900px;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

div.top_contents div.data_point div.point_imgbox div.point_img {
  padding: 0 10px;
  width: 250px;
  height: 250px;
  /* background-color: rgb(166, 166, 240); */
}

div.top_contents div.data_point div.point_imgbox div.point_img img {
  /*border:1px solid #ccc;*/
  /*box-shadow: 6px 6px 0 #ccc;*/
}



/* LAULE'Aロゴ */

div.top_contents img.tp_i_logo {
  width: 512px;
  height: 512px;
  display: block;
  margin: 0px auto;
}

div.top_contents p {
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 32px;
  text-align: center;
}

div.top_contents p.logo_p_mgb{
  margin-bottom: 50px;
  font-size: 1.8rem;
}

div.top_contents p.logo_store_p {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .5px;
}

/* ３つ丸 */

div.top_contents div.top_3round {
  display: flex;
  justify-content: center;
}

div.top_3round div img {
  margin: 80px 30px 30px 30px;
  border-radius: 50%;
  width: 250px;
  height: 250px;
}

div.top_3round div p.top_3round_p {
  color: #f05b08;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

/* ボタン */

div.top_contents div.menu_button a {
  margin: 40px auto;
}



/* 目標
------------------------------------------------- */

section.top_contents_2 {
  color: #333;
}

section.top_contents_2 p {
  font-size: 1.8rem;
  letter-spacing: .5px;
  line-height: 35px;
}

/* オレンジ背景TOP */
section.top_contents_2 div.tp_ct2_tp {
  position:relative;
  background-color: #ffa836;
  width: 100%;
  height: 200px;
  text-align: center;
  color: #fff;
}

section.top_contents_2 div.tp_ct2_tp p {
  width: 100%;
  position:absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 5.5rem;
  letter-spacing: 1px;
}
/* 真ん中 */
section.top_contents_2 div.top_ct_2_bg {
  background-image: url("img/bg-contents.jpg");
  background-size: 100%;
  object-fit: cover;
  padding: 30px 10px;
  text-align: center;
  color: #000;
}

section.top_contents_2 p.p_mg {
  margin: 30px 0;
}

section.top_contents_2 p.top_contents_2_p {
  font-size: 2.4rem;
  line-height: 40px;
  letter-spacing: .5px;
  font-weight: bold;
}

section.top_contents_2 div.top_ct_2_bg span {
  font-size: 3rem;
  color: #f05b08;
  font-weight: bold;
}
/* ホワイト背景 */
section.top_contents_2 div.tp_ct_bw {
  background-color: #fff;
  padding-top: 30px;
  text-align: center;
}

section.top_contents_2 div.tp_ct_bw p span.tp_ct_bw_p {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 5rem;
  letter-spacing: 1px;
}

section.top_contents_2 div.tp_ct_bw span.top_contents_2_span {
  font-size: 2.4rem;
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333;
  background:linear-gradient(transparent 60%, rgba(255, 168, 54,0.5) 60%);
}
/* ボタン */
section.top_contents_2 div.menu_button a {
  margin: 0 auto;
}


/* 一面画像
------------------------------------------------- */

div.top_contents_3 img {
  width: 1080px;
  height: 480px;
  margin: 0 auto;
  display: block;
}


/* トレーナー
------------------------------------------------- */

section.top_trainer {
  background-color: #faca77;
  padding: 30px 0;
}

section.top_trainer div.top_trainer_flex {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

section.top_trainer div.top_trainer_flex div.top_trainer_img img {
  display: block;
  margin: 20px auto;
  width: 560px;
  height: 400px;
}

div.top_trainer_flex div.menu_button a {
  margin: 30px auto 0 auto;
}

/* 画像付きリンク
------------------------------------------------- */

div.page_link {
  width: 80%;
  height: auto;
  display: flex;
}

div.page_link div.page_link_bgi {
  width: 350px;
  height: 350px;
  margin: 0 auto; 
  text-align: center;
  position: relative;
  background-size:  100%;
}

div.page_link div.page_link_voice {
  background-image: url("img/voice_img.jpg");
}

div.page_link div.page_link_faq {
  background-image: url("img/faq_img2.jpg");
}

/* ボタン */

div.page_link div.page_link_bgi div.menu_button {
  display: inline-block;
  position:absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

div.page_link div.page_link_bgi div.menu_button a {
  border: 2px solid #fff;
}





/* ページ内コンタクト
------------------------------------------------- */

.contact_top {
  text-align: center;
  padding: 30px 0;
  line-height: 2.3rem;
}

div.page-contact {
  background-color: #fff;
  width: 80%;
  height: auto;
  padding: 60px 15px;
  text-align: center;
}

div.page-contact div.menu_button a {
  margin: 0 auto 20px auto;
}

div.page-contact p {
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
}

div.page-contact address img {
  width: 30px;
  height: 30px;
}

div.page-contact address a {
  font-size: 3rem;
  color: #d74d00;
  border-bottom: #d74d00 solid 1px;
}

div.page-contact address a:hover {
  color: #333333;
  border-bottom: #333333 solid 2px;
}

div.page-contact p.hour {
  font-size: 1.6rem;
  color: #d74d00;
}

div.page-contact a.contact_line_img img {
  width:  20%;
  height: auto;
}


/* 店舗情報
------------------------------------------------- */

section.tr_st_3 div.tr_st_access {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

section.tr_st_3 div.tr_st_access p {
  margin: 20px 0;
  font-size: 1.8rem;
}

section.tr_st_3 div.tr_st_access p.p_f05b08 {
  color: #f05b08;
}

section.tr_st_3 div.tr_st_access p.p_f05b08 span.p_f05b08_b {
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.8rem;
  letter-spacing: 1px;
}

section.tr_st_3 div.tr_st_access address {
  margin-bottom: 50px;
}

section.tr_st_3 div.tr_st_access address a {
  border-bottom: solid 1px #333333;
  font-size: 1.8rem;
}

section.tr_st_3 div.tr_st_access iframe {
  margin-bottom: 30px;
}



/* フッター
------------------------------------------------- */

footer {
  background-image: url("img/bg-footer.jpg");
  background-size: 100%;
  object-fit: cover;
}

footer div.footer_content {
  padding: 40px 0;
  text-align: center;
}

footer div p.footer_title_p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

footer div.footer_content a.footer_logo {
  display: block;
}

footer div.footer_content a.footer_logo img {
  width: 256px;
  height: 256px;
}

footer div.footer_content a.line_icon_a {
  display: block;
}

footer div.footer_content a.line_icon_a img {
  width: 10%;
  height: auto;
}

footer div div.footer_sns img {
  width: 40px;
  height: 40px;
  margin: 20px 10px;
}

footer div div.footer_menu {
  /*padding-bottom: 80px;*/
}

footer div div.footer_menu ul li {
  display: inline;
  padding: 0 15px;
}

/* ホバー */

footer div div.footer_menu ul li a:hover {
  font-weight: bold;
}

/* お問い合わせボタン */

footer div.footer_content div.footer_contact {
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 1.5rem;
  background: linear-gradient(#99ffff, #0099cc);
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  transition-duration: 0.3s;
  margin-bottom: 20px;
}

footer div.footer_content div.footer_contact a {
  /*padding-top: 7px;*/
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}

footer div.footer_content div.footer_contact a span {
  font-size: 1.2rem;
}

footer div.footer_content div.footer_contact:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.inc_logo {
  padding: 30px 0;
}
.inc_logo img {
  width: 150px;
}
.inc_logo p {
  font-size: 1.4rem;
  font-weight: bold;
}
.copyright {
  width: 100%;
  display: inline-block;
  background-color: #FD7D06;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 45px;
}





/* -------------------------------------------------
about
------------------------------------------------- */

section.tr_st p {
  letter-spacing: .5px;
}

/* sc1 */

section.tr_st_1 p {
  margin: 50px 0;
  letter-spacing: 1.5px;
  line-height: 3rem;
  font-size: 1.8rem;
}

section.tr_st_1 p.cc_top_p {
  font-size: 2.8rem;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 6rem;
  text-align: center;
  margin: 70px 0;
}

section.tr_st_1 div.cc_img_1 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

section.tr_st_1 div.cc_img_1 img {
  width: 100%;
  height: auto;
  box-shadow: 30px 30px 0 #faca77;
}

section.tr_st_1 div.cc_img_2 {
  width: 100%;
  height: auto;
  background-image: url("img/concept_02.jpg");
  background-size: cover;
  padding: 50px 50px;
}

section.tr_st_1 div.cc_img_2 p {
  color: #fff;
}

section.tr_st_1 div.cc_img_2 p span {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 4rem;
  letter-spacing: 3px;
}

section.tr_st_1 div.cc_img_3 {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

section.tr_st_1 div.cc_img_3 img {
  width: 80%;
  height: auto;
}

section.tr_st_1 div.cc_last_p p.cc_bold {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
}

section.tr_st_1 div.cc_last_p p {
  text-align: center;
}

section.tr_st_1 div.cc_img_4 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* sc2 */

section.tr_st_2 div.trainer_i_n {
  display: flex;
  width: 80%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}

section.tr_st_2 div.trainer_i_n div.trainer_img {
  width: 50%;
}

section.tr_st_2 div.trainer_i_n div.trainer_img img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

section.tr_st_2 div.trainer_i_n div.trainer_name {
  width: 50%;
  padding: 20px 0 0 0;
}

section.tr_st_2 div.trainer_i_n div.trainer_name h3 {
  font-size: 3.5rem;
  letter-spacing: 1px;
  font-weight: bold;
}

section.tr_st_2 div.trainer_i_n div.trainer_name h3 span {
  font-size: 2.5rem;
  letter-spacing: 1.5px;
  font-family: 'Lato',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",arial,"游ゴシック体","Yu Gothic","YuGothic",sans-serif;
  color: #ffb75a;
}

section.tr_st_2 div.trainer_i_n div.trainer_name div.tr_insta img {
  width: 40px;
  height: 40px;
  margin: 10px 10px;
}

section.tr_st_2 div.trainer_i_n div.trainer_name ul {
  margin: 20px 0;
  font-size: 1.6rem;
  list-style-type: disc;
  line-height: 30px;
}

section.tr_st_2 div.trainer_i_n p {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
}

section.tr_st_2 div.trainer_p {
  background-color: #faca77;
  font-size: 1.6rem;
  text-align: center;
  width: 80%;
  height: auto;
  margin: 0 auto 30px auto;
  padding: 20px 20px;
}

section.tr_st_2 div.trainer_p p {
  margin: 10px 0;
}




/* -------------------------------------------------
service
------------------------------------------------- */

/* st_1 */

section.sv_st_1 {
  width: 100%;
  height: auto;
}

section.sv_st_1 p {
  text-align: center;
  /*padding: 10px 0;*/
}

/*バナー上、文*/

p.cp_p {
	text-align: center;
  font-size: 5rem;
  color: #333333;
  letter-spacing: 6px;
  margin-bottom: 30px;
}

p.cp_p span {
  font-size: 7rem;
  color: #f58a00;
  font-weight: bold;
}

/*受付停止中*/

div.stp_p_div {
  padding: 5px 5px;
  border: 1px solid red;
  width: 90%;
  margin: 20px auto;
}

p.stp_p {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: red;
  letter-spacing: 1px;
  line-height: 3rem;
  margin: 30px 0;
}

p.stp_p span.stp_p_s {
  font-size: 2rem;
}

p.stp_p_sub {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 2.8rem;
  margin-bottom: 30px;
}

p.stp_p_sub a {
  text-decoration: underline;
}


/* 初期費用など */

section.sv_st_1 div.price_box {
  width: 100%;
  height: auto;  
  display: flex;
  flex-wrap:wrap;
  justify-content:center;
  margin: 70px 0;
}

section.sv_st_1 div.price_box div.price_box_4 {
  width: 35%;
  height: 250px;
  padding: 30px 0;
  background-color: #fff;
  margin:0 50px 50px 0;
  width:calc(35% - 50px);
}

section.sv_st_1 div.price_box div.price_box_4:nth-child(2n){
  margin-right:0;
  }


div.price_box div.price_box_4 p.price_box_4_title {
  background-color: #ffcc33;
  font-weight: bold;
  color: #000;
  margin: 0 auto;
  padding: 1.5rem 0;
  border-radius: 100vh;
  width: 70%;
  font-size: 2.5rem;
  letter-spacing: 2px;
  margin-bottom: 50px;
}

div.price_box div.price_box_4 p.price_box_4_p {
  font-size: 2.5rem;
  line-height: 4rem;
  margin-top: 15px;
}

div.price_box div.price_box_4 p.price_box_4_p span.redcolor {
  font-weight: bold;
  color: #ff3333;
}

div.price_box div.price_box_4 p.price_box_4_p span.redcolor_202201 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  color: #ff3333;
}

div.price_box div.price_box_4 p.price_box_4_p span.through {
text-decoration: line-through;
}

/*※注意箇所*/

section.sv_st_1 p.price_box_smallp {
  font-size: 1.8rem;
  margin-bottom: 70px;
  letter-spacing: 1px;
}

/* 会員料金タイトル */

div.sv_title_p p {
  width: 100%;
  margin: 0 auto 50px auto;
}

p.title_p_sv {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 1rem;
  position: relative;
  display: inline-block;
  padding: 0 75px;
  text-align: center;
}

p.title_p_sv:before,
p.title_p_sv:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 370px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

p.title_p_sv:before {
  left: 0;
}

p.title_p_sv:after {
  right: 0;
}

/* st_2 */

section.sv_st_2 {
  width: 100%;
  height: auto;
}

section.sv_st_2 p {
  text-align: center;
  padding: 25px 0;
}

section.sv_st_2 p.sv_2_top_p {
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 3rem;
  padding: 0px 0px;
}

/*回数券文maegin_b*/

section.sv_st_2 p.sv_mg_b {
  margin-bottom: 30px;
}

/* タイトル */

section.sv_st_2 p.sv2_title {
  font-size: 3.5rem;
  letter-spacing: 2px;
  line-height: 5rem;
  font-weight: bold;
}

/* １回30分画像 */

section.sv_st_2 div.price_img {
  text-align: center;
}

section.sv_st_2 div.price_img img {
  width: 60%;
  height: auto;
}

/*下の説明文*/

section.sv_st_2 p.sv_2_b_p {
  font-size: 1.8rem;
  letter-spacing: .5px;
  line-height: 3.5rem;
}

section.sv_st_2 p.sv_2_b_p span {
  font-weight: bold;
}

/* お得おすすめ */

section.sv_st_2 span.sv_os {
  color: #fff;
  font-size: 2.5rem;
  font-weight: normal;
  background-color: #ff3333;
  padding: 8px 8px;
  /* margin: 5px 0; */
  letter-spacing: 0;
}

/* 表 */

section.sv_st_2 table.sv2_table {
  background-color: #fff;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 1px;
  width: 60%;
  height: auto;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 30px;
}

section.sv_st_2 table.sv2_table th {
  padding: 25px 20px;
  /* font-weight: normal; */
  text-align: center;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

section.sv_st_2 table.sv2_table td {
  padding: 25px 20px;
  border-bottom: solid 1px #ccc;
}

section.sv_st_2 table.sv2_table td.border_right {
  border-right: solid 1px #ccc;
}

/* 表文字設定 */

section.sv_st_2 table.sv2_table tbody tr span.fontcolor  {
  color: red;
  font-weight: bold;
}

section.sv_st_2 table.sv2_table tbody tr span.smallfont {
  font-size: 1.8rem;
}

/* １回あたり~ */

section.sv_st_2 p.sv2_p_h {
  font-size: 2rem;
  color: #f58a00;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 0px;
  margin-bottom: 80px;
}

/*５名様限定*/

section.sv_st_2 p.sv2_p_h span {
  font-size: 2.5rem;
  color: #333333;
  line-height: 5rem;
}

/*電子決済*/

section.sv_st_2 div.airpay_img {
  text-align: center;
  margin-bottom: 20px;
}

section.sv_st_2 div.airpay_img img {
  width: 35%;
  height: auto;
}

section.sv_st_2 div.airpay_img p {
  font-size: 2.5rem;
  color: #333333;
  text-align: center;
}



/* st_3 */

section.sv_st_3 div.sv_3box {
  display: flex;
  justify-content:center;
  width: 100%;
  height: auto;
}

section.sv_st_3 div.sv_3box div {
  width: 25%;
  height: auto;
  margin: 0px 20px;
}

section.sv_st_3 div.sv_3box div img {
  width: 85%;
  height: auto;
  display: block;
  margin: 0 auto;
}

section.sv_st_3 div.sv_3box div h3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3rem;
  letter-spacing: .5px;
  margin: 25px 0;
}

section.sv_st_3 div.sv_3box div p {
  width: 90%;
  height: auto;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 1px;
  display: block;
  margin: 0 auto;
}

section.sv_st_3 div.sv_3box div p span {
  font-weight: bold;
  color: #f05b08;
}

/* st_4 */


/*section.sv_st_4 {
  margin: 100px 0 50px 0;
}*/

section.sv_st_4 div.sv4_01 {
  position:relative;
  background-image: url("img/sv4_01_1.jpg");
  width: 100%;
  height: 400px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

section.sv_st_4 div.sv4_01 div.sv4_01_bg p {
  width: 100%;
  position:absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 2px;
  line-height: 7.5rem;
}

section.sv_st_4 div.sv4_02 {
  text-align: center;
}

section.sv_st_4 div.sv4_02 p {
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 4rem;
}

section.sv_st_4 div.sv4_02 p span {
  font-weight: bold;
  color: #f05b08;
}

section.sv_st_4 div.sv4_02 h4 {
  font-size: 4rem;
  line-height: 6rem;
}

section.sv_st_4 div.sv4_02 h4.font_or {
  color: #f05b08;
}

section.sv_st_4 div.sv4_02 h4 span {
  font-family: 'Lato',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",arial,"游ゴシック体","Yu Gothic","YuGothic",sans-serif;
  font-size: 8rem;
  font-weight: bold;
}

section.sv_st_4 div.sv4_02 div.sv4_02_wt {
  background-color: #fff;
  padding: 50px 0;
}

section.sv_st_4 div.sv4_02 div.sv4_02_or {
  background-color: #fedfb0;
  padding: 50px 0;
}

section.sv_st_4 div.sv4_02 img {
  width: 70%;
  height: auto;
  margin: 20px 0;
}



/* top 選ばれる５つの理由 */

section.sv_st_4 div.sv4_03 {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 50px 0;
  text-align: center;
}

section.sv_st_4 div.sv4_03 p.sv4_03_top {
  font-size: 4rem;
  font-weight: bold;
  line-height: 5rem;
  letter-spacing: 1px;
}

section.sv_st_4 div.sv4_03 p.sv4_03_top span {
  color: #f05b08;
}

section.sv_st_4 div.sv4_03 img {
  width: 600px;
  height: 300px;
  margin: 30px 0;
}

section.sv_st_4 div.sv4_03 div.sv4_03_title {
  width: 90%;
  margin: 0 auto;
}

section.sv_st_4 div.sv4_03 div.sv4_03_title p {
  display: inline-block;
  width: 360px;
  padding: 20px 5px;
  margin: 10px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3rem;
  box-shadow: 0px 2px 5px 0px #d9d9d9;
  border-radius: 5px;
  background-color: #ffd58f;
}

section.sv_st_4 div.sv4_03 div.sv4_03_title p span {
  color: #f05b08;
  font-size: 2.5rem;
  font-weight: bold;
}

section.sv_st_4 div.sv4_03 div.menu_button a {
  margin: 30px auto 0 auto;
  width: 250px;
}

/* 会員様限定　画像 */

div.service_laulea_img {
  width: 100%;
  text-align: center;
}

div.service_laulea_img img {
  width: 80%;
}






/* -------------------------------------------------
voice
------------------------------------------------- */

div.voice_box {
  display: flex;
  flex-wrap:wrap;
  justify-content:center;
  /*margin-top: 80px;*/
}

div.voice_box div.bf_af {
  width: 35%;
  height: auto;
  padding: 30px 30px;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  margin:0 50px 50px 0;
  width:calc(35% - 50px);
}

div.voice_box div.bf_af:nth-child(2n){
  margin-right:0;
  }

div.voice_box div.bf_af p {
  font-size: 1.8rem;
  line-height: 28px;
  letter-spacing: .5px;
  width: 90%;
  margin: 0 auto;
}

div.voice_box div.bf_af img {
  width: 90%;
  height: auto;
  margin: 0 auto 20px auto;
  display: block;
}

/*クチコミリンクボタン*/

div.kutikomi_button {
  text-align: center;
  margin: 30px 0;
}

div.kutikomi_button a {
  display: inline-block;
  width: 300px;
  height: auto;
  text-align: center;
  background-color: #ffa300;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 25px 10px;
  border-radius: 10px;
  /*border-bottom: 4px solid #d37800;*/
  box-shadow: 0px 5px #d37800;
}

div.kutikomi_button a:hover {
  transform: translateY(4px);
  box-shadow: none;
}

/* ビフォーアフター */

div.bfaf_box {
  display: flex;
  flex-wrap:wrap;
  justify-content:center;
  margin-top: 50px;
}

div.bfaf_box div.bf_af {
  width: 35%;
  height: auto;
  background-color: #fff;
  margin:0 55px 55px 0;
  width:calc(35% - 50px);
}

div.bfaf_box div.bf_af:nth-child(2n){
  margin-right:0;
  }

div.bfaf_box div.bf_af p {
  font-size: 1.8rem;
  line-height: 28px;
  letter-spacing: .5px;
  width: 90%;
  margin: 0 auto;
  padding-top: 15px;
}

div.bfaf_box div.bf_af p.pd_bt {
  padding-bottom: 15px;
}

div.bfaf_box div.bf_af img {
  width: 100%;
  height: auto;
  display: block;
}

/* ウェディングフォト */

h2.weding_title {
	font-size: 3.5rem;
	color: #F05B06;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

div.wedding_photo {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
}

div.wedding_photo div.wedding_photo_div {
	display: flex;
	width: 500px;
}

div.wedding_photo div.wedding_photo_div div img {
	width: 240px;
	height: 240px;
	margin: 0 5px 0 5px;
}




/* -------------------------------------------------
faq
------------------------------------------------- */


div.faq_div {
  width: 80%;
  margin: 0 auto;
}

div.faq_div div.flex_faq {
  display: flex;
  margin-top: 30px;
}

/* FAQ A bottom */

div.faq_div div.a_faq_bt {
  border-bottom: dotted 2px #333333;
  padding-bottom: 30px;
}

/* FAQ 丸 */

div.faq_div div.flex_faq div {
  width: 42px;
  height: 42px;
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  padding: 7px 11px;
  border-radius: 30px;
  margin-right: 20px;
}

div.faq_div div.flex_faq div.faq_q {
  background-color: #40d4c3;
}

div.faq_div div.flex_faq div.faq_a {
  background-color: #e971bf;
}

/* FAQ p */

div.faq_div div.flex_faq p {
  padding-top: 7px;
  letter-spacing: .5px;
  line-height: 3.5rem;
}

div.faq_div div.flex_faq p.p_faq_q {
  font-size: 2rem;
  font-weight: bold;
}

div.faq_div div.flex_faq p.p_faq_a {
  font-size: 1.8rem;
}
 
 

/* ページ内リンク */

div.page_link div.page_link_service {
  background-image: url("img/service_img.jpg");
}




/* -------------------------------------------------
contact
------------------------------------------------- */

section.contact_st {
  /*background-color: #ccc;*/
  width: 70%;
  height: auto;
  margin: 50px auto;
}

section.contact_st p {
  text-align: center;
}

section.contact_st p.titl_p {
  display: inline-block;
  margin: 50px 0;
  width: 100%;
  height: auto;
  text-align: center;
}

section.contact_st table.inquiry {
  margin: 0 auto;
  border-collapse:  collapse;
  margin-bottom: 50px;
  letter-spacing: 1px;
  width: 100%;
}

section.contact_st table.inquiry tr {
  border-bottom: solid .5px;
  border-top: solid .5px;
}

section.contact_st table.inquiry th {
  border-right: solid .5px;
  padding: 20px 10px;
  font-weight: normal;
}

/*必須*/

section.contact_st table.inquiry th span.haveto {
  font-size:7px;
  padding:5px;
  background:#ff6666;
  color:#fff;
  margin-right:10px;
  position:relative;
  bottom:1px;
}

section.contact_st table.inquiry td {
  padding: 10px 10px;
}

section.contact_st table.inquiry td span.wpcf7-form-control-wrap input {
  background-color: #fff;
  width: 90%;
  padding: 20px 5px;
}

section.contact_st table.inquiry td span.wpcf7-form-control-wrap textarea {
  background-color: #fff;
  width: 90%;
  padding: 20px 5px;
}

/*送信ボタン*/

section.contact_st input.wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  margin: 20px 0 20px 60px;
  font-size: 13pt;
  text-align: center;
  cursor: pointer;
  padding: 15px 30px;
  background: #ff9933;
  color: #333333;
  letter-spacing: 2px;
  line-height: 1em;
  transition: .3s;
  border-radius: 3rem;
  border: 2px solid #ff9933;
}

section.contact_st input.wpcf7-form-control.wpcf7-submit:hover {
  color: #333;
  background: #fff;
}

section.contact_st div.wpcf7-response-output {
  width: 50%;
  height: auto;
  margin: 0 auto;
  padding: 15px 10px;
  background-color: #fff;
}

/*LINEからのお問い合わせも・・*/

div p.contact_line_p {
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 2px;
  max-width:600px;
  padding-bottom: 10px;
  /*text-decoration: dotted underline #f05b08;*/
  border-bottom: dotted 5px #f05b08;
}




/* -------------------------------------------------
blog
------------------------------------------------- */

/*ブログ(TOPの新着表示)--------------------------------------------------*/

section.top_blog_sc {
  width: 80%;
  height: auto;
  margin: 100px auto;
}

section.top_blog_sc h2.title_lato_h2 {
  margin-bottom: 50px;
}

section.top_blog_sc ul.top_blog_ul {
  display: flex;
}

section.top_blog_sc ul li {
  margin: 0 auto;
  width: 32%;
}

section.top_blog_sc ul li a div.thumb {
  text-align: center;
}

section.top_blog_sc ul li a div.thumb img {
  width: 100%;
  height: auto;
}

section.top_blog_sc ul li div.title {
  font-size: 25px;
  line-height: 45px;
}

section.top_blog_sc ul li div.descri {
  font-size: 14px;
}

section.top_blog_sc div.menu_button a {
  margin: 50px auto;
}

/*ブログ(archive.php)--------------------------------------------------*/

div.archive_wrapper {
  width: 90%;
  margin: 100px auto;
}

h2.archive_title {
  font-size: 30px;
}

h2.archive_title:hover {
  text-decoration: underline 2px;
}

div.articles_index {
  margin-bottom: 50px;
  height: auto;
  padding: 20px 20px;
  background-color: #fff;
}

div.articles_index_thumbnail {
  margin-left: 50px;
}

div.articles_index {
  display: flex;
}

div.archive_t_d {
  margin: 20px 0 0 50px;
}

div.articles_index div.archive_date {
  padding: 10px 0;
}

div.archive_main_sideber {
  display: flex;
  flex-wrap: wrap;
}

main.articles_main {
  width: 70%;
  height: auto;
}

div.archive_sideber {
  width: 25%;
  margin-left: 3%;
}

div.archive_wrapper div.archive_n_p {
    margin: 50px 0 50px 10px;
    font-size: 18px;
}

.pagination .page-numbers{
   display:inline-block;
   margin-right:20px;
   padding: 10px 15px;
   border-radius:3px;
   box-shadow:0 2px 2px #999;
   background:#fff;
}

.pagination .current{
   padding: 10px 15px;
   background:#faca77;
   color:#fff;
}

.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
}

.pagination .dots{
   background:transparent;
      box-shadow:none;
}



/*ブログ(single.php)--------------------------------------------------*/


div.blog_wrapper {
  width: 90%;
  height: auto;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
}

div.blog_wrapper div.blog {
  width: 70%;
  height: auto;
  padding: 50px 50px;
  background-color: #fff;
}

div.blog h1.blog_title {
  font-size: 35px;
}

div.single_date {
  padding: 15px 0;
}

div.blog p.blog_post {
  margin: 50px 0;
}

div.blog_wrapper div.blog_sideber {
  width: 25%;
  margin-left: 3%;
}

div.blog div.post_n_p_link {
  margin: 30px 0;
}



/*ブログ(sidebar.php)--------------------------------------------------*/

div.sidenavi h2.widget_title {
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 10px 10px;
  border-bottom: 3px solid #f05b08;
  background-color: #faca77;
}

div.sidenavi {
  background-color: #fff;
  padding: 15px 15px;
}

div.sidenavi form.searchform {
  box-sizing: border-box;
  margin: 20px 0;
}

div.sidenavi ul {
  margin: 20px 10px;
}

div.sidenavi ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #ccc;
}

div.sidenavi ul li a {
  line-height: 30px;
  font-size: 16px;
}




/*ブログ投稿の見出しなど(sidebar.php)--------------------------------------------------*/



div.blog h1 {
  font-size: 35px;
}

div.blog h2 {
  padding: 20px 10px;
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 0 0 5px white;
  border-left: solid 6px #f05b08;
  background-color: #feefd5;
}

div.blog h3 {
  padding: 13px 10px;
  font-size: 2.0rem;
  font-weight: bold;
  text-shadow: 0 0 5px white;
  border-left: solid 6px #f05b08;
}

div.blog h4 {
  padding: 10px 10px;
  font-size: 1.8rem;
  text-shadow: 0 0 5px white;
  border-left: dotted 4px #f05b08;
}

div.blog h5 {
  padding: 10px 10px;
  font-size: 2.0rem;
  text-shadow: 0 0 5px white;
  border-bottom: solid 3px #f05b08;
}

div.blog h6 {
  padding: 10px 10px;
  font-size: 1.8rem;
  text-shadow: 0 0 5px white;
  background-color: #feefd5;
}

div.blog a {
  text-decoration: underline;
}

div.blog p {
  line-height: 1.7;
  letter-spacing: 0.05em;
}

/*予約カレンダー(page-application.php)--------------------------------------------------*/

div.monthly-calendar table tbody tr th {
  font-size: 1.8rem;
}

div.monthly-calendar table tbody tr td div.calendar-mark {
  font-size: 2.2rem;
  color: #333;
}

div.monthly-prev-next {
  margin-top: 20px;
}

div.monthly-prev-next div.monthly-prev span {
  color: #ccc;
}

div.monthly-prev-next div.monthly-next a {
  background-color: #fff;
  border-radius: 35px;
  padding: 10px 15px;
  border: 1px solid #ccc;
}

div.monthly-prev-next div.monthly-next a:hover {
  background-color: #ccc;
}

div.monthly-calendar table caption {
  color: #f58a00;
  font-weight: bold;
  font-size: 3rem;
  padding: 20px 0;
  margin-top: 50px;
}


/*予約フォーム時間選択(page-application.php)--------------------------------------------------*/

div.day-calendar table {
  margin: 0 auto;
}

div.day-calendar h3 {
  margin-top: 50px;
  font-size: 2.5rem;
  text-align: center;
}

/*div.day-calendar table tbody tr {
  padding: 5px 5px;
}*/

div.day-calendar table tbody tr th {
  font-size: 1.8rem;
  padding: 10px 5px;
  background-color: #fff;
}

div.day-calendar table tbody tr td {
  font-size: 1.8rem;
  background-color: #fff;
}

div.day-calendar table tbody tr td.day-right div.calendar-mark {
  font-size: 2rem;
}


/*予約フォーム(page-booking-form.php)--------------------------------------------------*/

/*タイトル*/
div.col-md-9 h1 {
  margin: 30px 0;
  text-align: center;
  font-family: 'Lato',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",arial,"游ゴシック体","Yu Gothic","YuGothic",sans-serif;
  font-size: 10rem;
  letter-spacing: 2px;
  color: rgba(240,91,8,0.7);
  text-align: center;
  font-weight: bold;
}

/*メッセージ*/

div.col-md-9 p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 50px;
  font-weight: bold;
  color: red;
}

/*全体*/
div.col-md-9 {
  letter-spacing: 1px;
}

div.col-md-9 div.content-form {
  width: 70%;
  margin: 0 auto;
}

/*ご予約・ご連絡先・ご連絡事項タイトル*/
div.col-md-9 div.content-form legend {
  font-size: 1.8rem;
  font-weight: normal;
}

/*タイトル*/
div.col-md-9 div.content-form table tbody tr th {
  font-size: 1.8rem;
}
/*内容*/
div.col-md-9 div.content-form table tbody tr td {
  font-size: 1.6rem;
}

div.col-md-9 div.content-form table tbody tr td input {
  font-size: 1.6rem;
  background-color: #fff;
  padding: 10px 10px;
}

/*人数入力欄*/
div.input-number input.content-text {
  padding: 5px 5px;
  width: 50px;
}

/*メッセージ*/
div.col-md-9 div.content-form table tbody tr td textarea {
  background-color: #fff;
  font-size: 1.6rem;
}

/*予約ボタン*/
div#action-button button {
  background-color: #f58a00;
  padding: 15px 20px;
  font-size: 1.4rem;
  border-radius: 35px;
  color: #fff;
}

div#action-button button:hover {
  background-color: #cc6600;
}



/*予約フォーム(page-booking-thanks.php)--------------------------------------------------*/


section.booking_thanks div.thanks_p {
  margin: 100px auto;
  width: 80%;
}

section.booking_thanks div.thanks_p p {
  text-align: center;
  letter-spacing: .5px;
  line-height: 3.5rem;
  font-size: 2rem;
}

section.booking_thanks div.thanks_p p span {
  font-weight: bold;
  font-size: 2.8rem;
  padding-bottom: 30px;
}

section.booking_thanks div.thanks_p p.thanks_big {
  font-family: 'Lato',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",arial,"游ゴシック体","Yu Gothic","YuGothic",sans-serif;
  color: #f58a00;
  display: block;
  margin-bottom: 100px;
  font-size: 10rem;
}






























/*レスポンシブ
-----------------------------------------------------------------------------------------------------*/

/*---br管理--*/
/*---スマホ時改行 sp--*/
@media screen and (max-width: 480px) {
  .br-pc{display:none;}
  .br-tb{display:none;}
  .br-sp{display:block;}
  }
  /*---タブレット時改行 tb--*/
  @media screen and (min-width:481px) and (max-width: 999px) {
  .br-pc{display:none;}
  .br-tb{display:block;}
  .br-sp{display:none;}
  }
  /*---PC時改行 pc--*/
  @media screen and (min-width:1000px){
  .br-pc{display:block;}
  .br-tb{display:none;}
  .br-sp{display:none;}
  }

@media screen and (max-width: 1200px) { /*1200px以下*/


/* TOPスライド */


div.top_word h1 {
  font-size: 3.7rem;
}


/*ロゴ-----------*/

header a.header-logo {
  margin-left: 30px;
}

/* 一面画像
------------------------------------------------- */

div.top_contents_3 img {
  width: 864px;
  height: 384px;
}

/*ナビ-----------*/

nav.header-nav {
  margin-right: 10px;
}

nav ul li.nav-item {
  font-size: 1.4rem;
  margin-left: 13px;
}

/*トレーナー
-----------*/

section.top_trainer div.top_trainer_flex {
  width: 100%;
  padding: 30px 10px;
}

/* お問い合わせ */

nav ul li#contact a {
  padding: 10px 10px;
}

/*フッター*/

  footer div div.footer_menu ul li {
    display: block;
    margin-bottom: 15px;
  }

  /* 横幅・縦 */

  .wt_hg {
    /*padding-bottom: 70px;*/
  }


/* -------------------------------------------------
service
------------------------------------------------- */

/* st_1 */

section.sv_st_1 div.price_box div.price_box_4 {
  width: 40%;
  height: 250px;
  width:calc(40% - 50px);
}

/* st_2 */

section.sv_st_2 div.sv_bg_fff {
  width: 75%;
  font-size: 2rem;
}

section.sv_st_2 div.sv_bg_fff div span.number_b {
  font-size: 2.7rem;
}

/* st_4 */


/* -------------------------------------------------
voice
------------------------------------------------- */

div.voice_box div.bf_af {
  width: 40%;
  height: auto;
  width:calc(40% - 50px);
}

div.voice_box div.bf_af p {
  line-height: 28px;
  letter-spacing: .5px;
  width: 90%;
  margin: 0 auto;
}

div.voice_box div.bf_af img {
  width: 90%;
  height: auto;
  margin: 0 auto 30px auto;
  display: block;
}


/* -------------------------------------------------
blog
------------------------------------------------- */

/*検索フォーム
input.searchfield {
    width: 150px;
}

input.searchsubmit {
  font-size: 1.0rem;
  width: 3.0em;
}*/






}

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

@media screen and (max-width: 1000px) { /*1000px以下*/


/*ロゴ-----------*/

header a.header-logo {
  margin-left: 20px;
}

/*スライダー-----------*/

div.top_slider div.top_img {
  width: 100%;
  height: 650px;
}

/*ナビ-----------*/

nav ul li.nav-item {
  font-size: 1.3rem;
  margin-left: 10px;
}

/*キャンペーンバナー*/

/*div.crnbanner img {
  width: 750px;
  height: 381px;
}*/

/*感染対策バナー*/

div.crnbanner img {
  width: 750px;
  height: 381px;
}

/* グラフデータ */
div.top_contents div.data_point div.date_imgbox div img {
  margin: 0 5px;
  width: 170px;
  height: 170px;
}



/*トレーナー
-----------*/

section.top_trainer div.top_trainer_flex div.top_trainer_img img {
  width: 490px;
  height: 350px;
}

/* お問い合わせ */

nav ul li#contact a {
  padding: 10px 10px;
}

nav ul li#contact a span {
  font-size: 1rem;
}


/* 画像付きリンク
------------------ */

div.page_link {
  width: 90%;
}



/* -------------------------------------------------
about
------------------------------------------------- */



/* -------------------------------------------------
service
------------------------------------------------- */

/* sc_1 */

section.sv_st_1 div.sv_menu {
  width: 95%;
  margin: 0 auto;
}

section.sv_st_1 div.sv_menu table caption {
  font-size: 2.2rem;
  padding: 15px 0;
}

section.sv_st_1 div.sv_menu table td {
  font-size: 2rem;
}

section.sv_st_1 div.menu_food p {
  font-size: 2rem;
}

section.sv_st_1 div.menu_food p.menu_title {
  font-size: 2.2rem;
}

/* 会員料金タイトル */

p.title_p_sv:before,
p.title_p_sv:after {
  width: 270px;
}


/* st_2 */

section.sv_st_2 div.sv_bg_fff {
  width: 80%;
  font-size: 2rem;
}

div.sv_bg_fff div.st2_1 {
  padding: 5px 0;
  width: 100px;
}

div.sv_bg_fff div.st2_2 {
  width: 20%;
}

div.sv_bg_fff div.st2_3 {
  width: 25%;
}

/* sc_3 */

section.sv_st_3 div.sv_3box div {
  width: 30%;
  height: auto;
}

section.sv_st_3 div.sv_3box div h3 {
  font-size: 2rem;
  margin: 20px 0;
}

section.sv_st_3 div.sv_3box div p {
  line-height: 25px;
  letter-spacing: .5px;
}

/* st_4 */

section.sv_st_4 div.sv4_01 {
  width: 100%;
  height: 350px;
}


/* -------------------------------------------------
voice
------------------------------------------------- */

div.voice_box div.bf_af {
  width: 40%;
  height: auto;
  width:calc(40% - 50px);
}

div.voice_box div.bf_af img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}

/* ビフォーアフター */

div.bfaf_box div.bf_af {
  width: 50%;
  height: auto;
  width:calc(50% - 50px);
}


/* ウェディングフォト */

div.wedding_photo {
	width: 900px;
}

div.wedding_photo div.wedding_photo_div {
	width: 450px;
}

div.wedding_photo div.wedding_photo_div div img {
	width: 215px;
	height: 215px;
}



}


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

/* 改行 */


@media screen and (max-width: 900px) { /*900px以下*/


/*キャンペーンバナー*/

div.openbanner img {
  width: 675px;
  height: auto;
}

div.minibanner img {
  width: 675px;
  height: 120px;
}

/*昼得バナー*/

div.hirutoku_banner img {
  width: 675px;
  height: 358px;
}

/* TOPスライド */

div.top_word h1 {
  font-size: 3.5rem;
  letter-spacing: .5px;
  line-height: 55px;
}

div.top_word h1 span.h1_s {
  font-size: 2.4rem;
  line-height: 35px;
  margin-top: 20px;
  display:block;
}

/* 安心ポイント */
div.top_contents div.data_point div.point_imgbox {
  width: 767px;
}


/* h2タイトル about/service*/

h2.ab_sv_h2 {
  font-size: 2.5rem;
  padding: 15px 0;
  margin-bottom: 50px;
}

  /* お問い合わせ */

nav ul li#contact a {
  height: auto;
  width: 250px;
  padding: 10px 24px;
  border-radius: 10px;
  line-height: 30px;
  letter-spacing: 1px;
  transition-duration: 0.3s;
}

nav ul li#contact a span {
  font-size: 1.4rem;
}

/*ハンバーガーメニュー*/

div.burger-btn {
	display: none;
	cursor: pointer;
}

header {
	position: relative;
}

/* 固定表示メニュー
-------------------------------------------------------------*/

div.fixed_menu {
  height: 80px;
}

div.fixed_menu div.btn00 a {
  height: 80px;
  font-size: 1.6rem;
  line-height: 75px;
  letter-spacing: .5px;
}

div.fixed_menu div.btn00 a span {
  font-size: 2.2rem;
}

div.fixed_menu div.btn00 a::after{
  right: 10px;
}


/* ボタン */

div#burger-menu {
	position: absolute;
	top: 10px;
	right: 10px;
  position: fixed;
  z-index: 300;
}

div.burger-btn{
  position: relative; 
  display: block;      
  width: 39px;      
  height: 39px;      
  background-color: #f05b08;
  z-index: 3;
  border:none;    
}
span.bar{      
  width: 25px;      
  height: 1px;        
  display: block;      
  position: absolute;      
  left: 50%;  
  transform: translateX(-50%);      
  background-color: #fff;    
}    

span.bar_top{   
  top: 10px;
  transition: transform .7s;
}

span.bar_mid{    
  top: 50%;
  transform: translate(-50%,-50%);
   transition: opacity .7s; 
}

span.bar_bottom{
  bottom: 10px;
  transition: transform .7s;
}

/*close*/

div.burger-btn.close .bar_top{      
  transform: translate(-50%,10px) rotate(45deg);      
  transition: transform .7s;    
}    
div.burger-btn.close .bar_mid{      
  opacity: 0;       
  transition: opacity .7s;    
}    
div.burger-btn.close .bar_bottom{      
transform: translate(-50%,-8px) rotate(-45deg);      
transition: transform .7s;    
}

/*ハンバーガーメニュー内*/

div.nav-wrapper{      
  display: none;
  width: 100%;      
  height: auto;      
  position: fixed;      
  top: 0;      
  left: 0;       
  z-index: 2;     
} 

div nav.header-nav{        
  width: 100%; 
  height: auto;   
  position: relative;
  background-color: #f7dbb8;
  z-index: 2;  
  text-align: center;
  margin: 0 auto;
  padding: 20px 20px 40px 20px;
}

nav ul li.nav-item {
	display: block;
	text-align: center;
  font-size: 1.8rem;
	color: #000;
	margin-top: 40px;
}

nav ul li.nav-item a {
  display: inline-block;
  text-align: center;
}


/* LAULE'Aロゴ */

div.top_contents img.tp_i_logo {
  width: 400px;
  height: 400px;
}
/*
div.top_contents p {
  font-size: 1.6rem;
  line-height: 25px;
  padding: 10px;
}*/

/* pagetop h2タイトル */

div.page_top_img {
  background-size: 100%;
  width: 100%;
  height: 300px;
  margin-bottom: 80px;
}

div.page_top_img h1 {
  font-size: 4rem;
  line-height: 300px;
}

/* ３つ丸 */

div.top_contents div.top_3round {
  display: block;
  text-align: center;
}

div.top_3round div img {
  margin: 40px 30px 10px 30px;
}

div.top_3round div p.top_3round_p {
  font-size: 2.2rem;
  font-weight: bold;
}

/* 一面画像
------------------------------------------------- */

div.top_contents_3 img {
  width: 100%;
  height: auto;
}


/* 画像付きリンク
------------------ */

div.page_link {
  width: 95%;
}


/* ページ内コンタクト */

div.page-contact {
  padding: 50px 15px;
}

div.page-contact p {
  font-size: 1.6rem;
}

div.page-contact address a {
  font-size: 2.5rem;
}

div.page-contact a.contact_line_img img {
  width:  25%;
  height: auto;
}



/* フッター */


footer div.footer_content a.line_icon_a img {
  width: 15%;
  height: auto;
}

.copyright {
  margin-bottom: 40px;
}

/* -------------------------------------------------
about
------------------------------------------------- */

section.tr_st_1 div.cc_img_3 {
  width: 80%;
}

section.tr_st_1 div.cc_img_3 img {
  width: 90%;
  height: auto;
}

/* -------------------------------------------------
service
------------------------------------------------- */

/* st_1 */


p.cp_p {
  font-size: 4rem;
  letter-spacing: 6px;
}

p.cp_p span {
  font-size: 5rem;
  font-weight: bold;
}

section.sv_st_1 div.price_box div.price_box_4 {
  width: 45%;
  height: 250px;
  width:calc(45% - 50px);
}

div.price_box div.price_box_4 p.price_box_4_title {
  font-size: 2rem;
  letter-spacing: 1px;
}

/*初期費用*/

div.price_box div.price_box_4 p.price_box_4_p span.redcolor_202201 {
  font-size: 1.8rem;
}

/* 会員料金タイトル */

p.title_p_sv:before,
p.title_p_sv:after {
  width: 150px;
}


/* st_2 */

section.sv_st_2 table.sv2_table {
  width: 80%;
  margin-top: 20px;
}

/* st_3 */

section.sv_st_3 div.sv_3box div h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

/* １回30分画像 */

section.sv_st_2 div.price_img img {
  width: 80%;
  height: auto;
}

/*airpay*/

section.sv_st_2 div.airpay_img img {
  width: 45%;
  height: auto;
}

section.sv_st_2 div.airpay_img p {
  font-size: 2rem;
}

/* st_4 */

section.sv_st_4 div.sv4_01 {
  width: 100%;
  height: 300px;
}

section.sv_st_4 div.sv4_01 div.sv4_01_bg p {
  font-size: 3rem;
  letter-spacing: 1.5px;
  line-height: 7.5rem;
}

section.sv_st_4 div.sv4_03 div.sv4_03_title p {
  width: 450px;
  padding: 10px 5px;
  margin: 10px 20px;
  font-size: 1.8rem;
  line-height: 3rem;
}



/* 会員様限定　画像 */

div.service_laulea_img img {
  width: 100%;
}s


/* -------------------------------------------------
faq
------------------------------------------------- */

div.faq_div {
  width: 85%;
}

div.faq_div div.flex_faq {
  margin-top: 20px;
}

/* FAQ p */

div.faq_div div.flex_faq p {
  line-height: 3rem;
}

div.faq_div div.flex_faq p.p_faq_q {
  font-size: 1.8rem;
}

div.faq_div div.flex_faq p.p_faq_a {
  font-size: 1.6rem;
}

/* -------------------------------------------------
voice
------------------------------------------------- */

div.voice_box div.bf_af {
  width: 45%;
  height: auto;
  width:calc(45% - 50px);
}

div.voice_box div.bf_af p {
  font-size: 1.6rem;
  line-height: 22px;
  width: 95%;
}

div.voice_box div.bf_af img {
  width: 95%;
  height: auto;
}


/* ウェディングフォト */

div.wedding_photo {
	display: block;
	width: 760px;
	margin: 0 auto;
	margin-top: 0px;
}

div.wedding_photo div.wedding_photo_div {
	width: 760px;
}

div.wedding_photo div.wedding_photo_div div img {
	width: 370px;
	height: 370px;
	margin: 5px 5px;
}


/* -------------------------------------------------
blog
------------------------------------------------- */

div.blog_wrapper {
  width: 100%;
  height: auto;
  display: block;
}

div.blog_wrapper div.blog {
  width: 80%;
  height: auto;
  padding: 50px 50px;
  margin: 0 auto;
}

div.blog_wrapper div.blog_sideber {
  width: 80%;
  padding: 15px 15px;
  margin: 50px auto 0 auto;
}

/* -------------------------------------------------
contact
------------------------------------------------- */

section.contact_st {
  width: 90%;
}

/*確認*/

section.contact_st div.wpcf7-response-output {
  width: 70%;
}

/* -------------------------------------------------
blog
------------------------------------------------- */

/*ブログ(TOPの新着表示)--------------------------------------------------*/


section.top_blog_sc ul.top_blog_ul {
  display: block;
}

section.top_blog_sc ul li {
  margin-bottom: 30px;
  width: 100%;
}

section.top_blog_sc ul li div.title {
  font-size: 23px;
  line-height: 45px;
}

/*ブログ(archive.php)--------------------------------------------------*/

div.archive_main_sideber {
  display: block;
}

main.articles_main {
  width: 80%;
  margin: 0 auto;
}

div.archive_sideber {
  width: 80%;
  margin: 0 auto;
}

div.articles_index {
  display: block;
}

div.articles_index_thumbnail {
  text-align: center;
  margin-left: 0;
}

div.archive_t_d {
  padding-top: 15px;
  margin: 0;
  text-align: center;
}

div.archive_wrapper div.archive_n_p {
  text-align: center;
  margin: 50px 0;
}

/*ブログ(single.php)--------------------------------------------------*/

div.blog_wrapper {
  display: block;
}

div.blog_wrapper div.blog {
  width: 80%;
  padding: 30px 30px;
  margin: 0 auto;
}

div.blog_wrapper div.blog_sideber {
  width: 80%;
  margin: 0 auto;
}

div.blog div.post_n_p_link {
  text-align: center;
}



/*予約フォーム(page-booking-thanks.php)--------------------------------------------------*/

section.booking_thanks div.thanks_p {
  margin: 100px auto;
  width: 80%;
}

section.booking_thanks div.thanks_p p {
  text-align: center;
  letter-spacing: .5px;
  line-height: 3rem;
  font-size: 1.8rem;
}

section.booking_thanks div.thanks_p p span {
  font-weight: bold;
  font-size: 2.5rem;
}














}
/*------------------------------------------------------------------------------------------------------*/


@media screen and (max-width: 767px) { /*767px以下*/


/*キャンペーンバナー*/

div.openbanner img {
  width: 90%;
  height: auto;
}

div.minibanner img {
  width: 90%;
  height: auto;
}

/*昼得バナー*/

div.hirutoku_banner img {
  width: 90%;
  height: auto;
}

/*感染対策バナー*/

div.crnbanner img {
  width: 90%;
  height: auto;
}


/* データ＆ポイント */
div.top_contents div.data_point p.date_point_p {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 5rem;
  letter-spacing: .5px;
}
/* グラフデータ */
div.top_contents div.data_point div.date_imgbox {
  display: block;
  text-align: center;
}

div.top_contents div.data_point div.date_imgbox div img {
  margin: 10px 0;
  width: 250px;
  height: 250px;
}

/* 安心ポイント */
div.top_contents div.data_point div.point_imgbox {
  width: 479px;
}

/*お問合せボタン*/

  div.contact_button a p.ct_b_1 {
    font-size: 1.6rem;
    text-align: center;
  }

  div.contact_button a p.ct_b_2 {
    font-size: 2rem;
    line-height: 50px;
    width: 460px;
    height: 50px;
  }

  div.contact_button a p.ct_b_2 span {
    font-size: 1.8rem;
  }


div.top_contents div.data_point div.point_imgbox div.point_img {
  padding: 0 10px;
  margin: 0 auto;
  width: 200px;
  height: 200px;
}

/* pagetop h1タイトル */

  div.page_top_img {
    width: 100%;
    height: 200px;
  }

  div.page_top_img h1 {
  font-size: 3rem;
  line-height: 200px;
}

/* h2タイトル */

  h2.title_lato_h2 {
    font-size: 5rem;
  }

  /* h2タイトル about/service*/

h2.ab_sv_h2 {
  font-size: 2rem;
}

  /* スライダー------------- */

div.top_slider div.top_img {
  width: 100%;
  height: 450px;
}


/* 固定表示メニュー
-------------------------------------------------------------*/

div.fixed_menu {
  height: 80px;
}

div.fixed_menu div.btn00 a {
  height: 80px;
  font-size: 1.6rem;
  line-height: 22px;
  letter-spacing: 0px;
}

div.fixed_menu div.btn00 a span {
  font-size: 1.7rem;
}

div.fixed_menu div.btn00 a.btn_bl {
  padding-top: 28px;
}

div.fixed_menu div.btn00 a.btn_or {
  padding-top: 26px;
}

div.fixed_menu div.btn00 a::after{
  right: 10px;
}

div.fixed_menu div.fixed_menu_bl {
  border-bottom: 6px solid #45a0b5;
}

div.fixed_menu div.fixed_menu_or {
  border-bottom: 6px solid #c76b16;
}

  /* TOP 文
------------- */

div.top_word {
  width: 479px;
  height: 250px;
}

div.top_word h1 {
  font-size: 2.8rem;
  line-height: 40px;
  padding-left: 40px;
}

div.top_word h1 span.h1_s {
  font-size: 2rem;
  line-height: 30px;
}

/*プレオープン*/

div.top_contents p.top_preopen_p {
  margin: 20px;
  font-size: 2rem;
  line-height: 5rem;
  letter-spacing: 1px;
  font-weight:bold;
}

div.top_contents p.top_preopen_p span {
  font-size: 4rem;
}


  /* ３つ丸 p */

  div.top_contents p.top_3round_p {
    font-size: 1.6rem;
    line-height: 28px;
    padding: 10px;
  }


/* 目標
------------------------------------------------- */

section.top_contents_2 p {
  font-size: 1.6rem;
  line-height: 30px;
}

/* オレンジ背景TOP */

section.top_contents_2 div.tp_ct2_tp p {
  font-size: 2.6rem;
  line-height: 5rem;
}
/* 真ん中 */

section.top_contents_2 p.p_mg {
  margin: 30px 0;
}

section.top_contents_2 p.top_contents_2_p {
  font-size: 1.8rem;
  line-height: 35px;
  letter-spacing: .5px;
}

section.top_contents_2 div.top_ct_2_bg span {
  font-size: 2.2rem;
}
/* ホワイト背景 */

section.top_contents_2 div.tp_ct_bw p span.tp_ct_bw_p {
  font-size: 3rem;
  padding-top: 20px;
  line-height: 4.5rem;
  letter-spacing: .5px;
}

section.top_contents_2 div.tp_ct_bw span.top_contents_2_span {
  font-size: 1.8rem;
  line-height: 45px;
  letter-spacing: .5px;
  background:linear-gradient(transparent 40%, rgba(255, 168, 54,0.5) 50%);
}



  /*トレーナー
  -----------*/

  section.top_trainer div.top_trainer_flex {
    display: block;
  }

  section.top_trainer div.top_trainer_flex div.top_trainer_img img {
    width: 350px;
    height: 250px;
  }

  /* 画像付きリンク
------------------ */

div.page_link {
  width: 100%;
  display: block;
}

div.page_link div.page_link_bgi {
  margin: 20px auto; 
  width: 300px;
  height: 300px;
}

  /* ページ内コンタクト */

  div.page-contact {
    width: 90%;
    padding: 30px 15px;
  }
  
  div.page-contact p {
    font-size: 1.6rem;
    letter-spacing: .5px;
    line-height: 27px;
  }
  
  div.page-contact address img {
    width: 20px;
    height: 20px;
  }
  
  div.page-contact p.hour {
    font-size: 1.6rem;
  }

  div.page-contact a.contact_line_img img {
  width:  30%;
  height: auto;
}


/* フッターロゴ */

footer div.footer_content a.footer_logo img {
  width: 150px;
  height: 150px;
}

footer div.footer_content a.line_icon_a img {
  width: 20%;
  height: auto;
}

/* footerフッター店舗 */

section.tr_st_3 div.tr_st_access {
  width: 90%;
}

section.tr_st_3 div.tr_st_access img {
  width: 50%;
  height: auto;
  margin-bottom: 20px;
}

section.tr_st_3 div.tr_st_access p {
  margin: 20px 0;
  font-size: 1.6rem;
}

section.tr_st_3 div.tr_st_access p.p_f05b08 span.p_f05b08_b {
  font-size: 2.5rem;
}

section.tr_st_3 div.tr_st_access address a {
  border-bottom: solid 1px #333333;
  font-size: 1.8rem;
}



/* -------------------------------------------------
about
------------------------------------------------- */


/* sc1 */

section.tr_st_1 p {
  letter-spacing: 1px;
  font-size: 1.6rem;
}

section.tr_st_1 p.cc_top_p {
  font-size: 2rem;
  line-height: 4rem;
  margin: 70px 0;
}

section.tr_st_1 div.cc_img_2 p span {
  font-size: 1.8rem;
  line-height: 4rem;
  letter-spacing: 2px;
}

section.tr_st_1 div.cc_img_2 {
  padding: 50px 20px;
}

section.tr_st_1 div.cc_img_3 {
  width: 90%;
}

section.tr_st_1 div.cc_img_3 img {
  width: 100%;
  height: auto;
}

section.tr_st_1 div.cc_last_p p.cc_bold {
  font-size: 2.8rem;
  letter-spacing: 2px;
}



/* sc2 */

section.tr_st_2 div.trainer_i_n {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0px;
}

section.tr_st_2 div.trainer_i_n div.trainer_img {
  width: 100%;
}

section.tr_st_2 div.trainer_i_n div.trainer_name {
  width: 85%;
  padding-top: 30px;
  margin: 0 auto;
}

section.tr_st_2 div.trainer_i_n div.trainer_name h3 {
  font-size: 2.5rem;
}

section.tr_st_2 div.trainer_i_n div.trainer_name h3 span {
  font-size: 1.8rem;
}

section.tr_st_2 div.trainer_i_n div.trainer_name ul {
  font-size: 1.4rem;
}

section.tr_st_2 div.trainer_i_n p {
  font-size: 1.8rem;
  letter-spacing: .5px;
}

section.tr_st_2 div.trainer_p {
  background-color: #faca77;
  font-size: 1.4rem;
  width: 100%;
  padding: 30px 20px;
}

section.tr_st_2 div.trainer_p p {
  margin: 20px 0;
}




/* -------------------------------------------------
service
------------------------------------------------- */

/* st_1 */


p.cp_p {
  font-size: 3rem;
  letter-spacing: 4px;
}

p.cp_p span {
  font-size: 4rem;
  font-weight: bold;
}

/*受付停止中*/

p.stp_p {
  font-size: 2rem;
  color: red;
}

p.stp_p span.stp_p_s {
  font-size: 1.6rem;
}

p.stp_p_sub {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

section.sv_st_1 div.price_box {
  margin: 70px 0;
}

section.sv_st_1 div.price_box div.price_box_4 {
  margin:0 10px 10px 0;
  height: 250px;
  width: 47%;
  width:calc(47% - 10px);
}

div.price_box div.price_box_4 p.price_box_4_title {
  font-size: 1.8rem;
  letter-spacing: 0px;
  width: 80%;
}

div.price_box div.price_box_4 p.price_box_4_p {
  font-size: 2rem;
  line-height: 4rem;
  margin-top: 10px;
}

div.price_box div.price_box_4 p.price_box_4_p span.redcolor {
  font-weight: bold;
}

div.price_box div.price_box_4 p.price_box_4_p span.redcolor_202201 {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: bold;
  color: #ff3333;
}

/* 会員料金タイトル */

p.title_p_sv {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .5rem;
  position: relative;
  display: inline-block;
  padding: 0 75px;
  text-align: center;
}

p.title_p_sv:before,
p.title_p_sv:after {
  width: 90px;
}

/* st_2 */

section.sv_st_2 table.sv2_table {
  letter-spacing: 1px;
  width: 90%;
  font-size: 2rem;
  margin-top: 10px;
}

/* １回30分画像 */

section.sv_st_2 div.price_img img {
  width: 90%;
  height: auto;
}

/* タイトル */

section.sv_st_2 p.sv2_title {
  font-size: 3rem;
}

/* お得おすすめ */

section.sv_st_2 span.sv_os {
  font-size: 2rem;
  padding: 7px 6px;
  letter-spacing: 0;
}

section.sv_st_2 table.sv2_table tbody tr span.smallfont {
  font-size: 1.6rem;
}

/*airpay*/

section.sv_st_2 div.airpay_img img {
  width: 55%;
  height: auto;
}

section.sv_st_2 div.airpay_img p {
  font-size: 2rem;
}

/* st_3 */

section.sv_st_3 div.sv_3box {
  display: block;
  justify-content:center;
  width: 100%;
  height: auto;
}

section.sv_st_3 div.sv_3box div {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

section.sv_st_3 div.sv_3box div img {
  width: 60%;
  height: auto;
}

section.sv_st_3 div.sv_3box div h3 {
  font-size: 2rem;
}

section.sv_st_3 div.sv_3box div p {
  width: 85%;
  /*letter-spacing: .3px;*/
  margin-bottom: 50px;
}

/* st_4 */

section.sv_st_4 div.sv4_01 {
  width: 100%;
  height: 200px;
}

section.sv_st_4 div.sv4_01 div.sv4_01_bg p {
  font-size: 2.3rem;
  letter-spacing: 1.5px;
  line-height: 4.5rem;
}

section.sv_st_4 div.sv4_02 p {
  font-size: 1.6rem;
  letter-spacing: .5px;
  line-height: 3rem;
}

section.sv_st_4 div.sv4_02 h4 {
  font-size: 2.6rem;
  line-height: 5rem;
}

section.sv_st_4 div.sv4_02 h4 span {
  font-size: 7rem;
}

section.sv_st_4 div.sv4_02 img {
  width: 80%;
  height: auto;
}



section.sv_st_4 div.sv4_03 img {
  width: 400px;
  height: 200px;
  margin: 30px 0;
}

section.sv_st_4 div.sv4_03 div.sv4_03_title p {
  width: 400px;
  padding: 10px 5px;
  margin: 10px 20px;
  font-size: 1.6rem;
  line-height: 2.5rem;
}





/* -------------------------------------------------
voice
------------------------------------------------- */

div.voice_box div.bf_af {
  width: 45%;
  height: auto;
  padding: 15px 15px;
  margin:0 10px 10px 0;
  width:calc(45% - 15px);
}

div.voice_box div.bf_af p {
  font-size: 1.6rem;
  line-height: 20px;
  letter-spacing: .5px;
}

div.voice_box div.bf_af img {
  width: 95%;
  height: auto;
  margin: 0 auto 15px auto;
}

/* ビフォーアフター */

div.bfaf_box {
  display: block;
  margin-top: 80px;
}

div.bfaf_box div.bf_af {
  width: 70%;
  height: auto;
  /* width:calc(50% - 50px); */
  margin:0 auto 30px auto;
}

div.bfaf_box div.bf_af:nth-child(2n){
  margin-right: auto;
}

/* ウェディングフォト */

div.wedding_photo {
	display: block;
	width: 470px;
	margin: 0 auto;
	margin-top: 0px;
}

div.wedding_photo div.wedding_photo_div {
	width: 470px;
}

div.wedding_photo div.wedding_photo_div div img {
	width: 225px;
	height: 225px;
	margin: 5px 5px;
}

/* -------------------------------------------------
faq
------------------------------------------------- */

div.faq_div {
  width: 90%;
}

div.faq_div div.a_faq_bt {
  padding-bottom: 20px;
}

/* FAQ p */

div.faq_div div.flex_faq p {
  line-height: 2.6rem;
}

div.faq_div div.flex_faq p.p_faq_q {
  font-size: 1.6rem;
}

div.faq_div div.flex_faq p.p_faq_a {
  font-size: 1.6rem;
}

/* -------------------------------------------------
contact
------------------------------------------------- */

section.contact_st {
  width: 90%;
}

section.contact_st table.inquiry th {
  width: 45%;
  letter-spacing: .5px;
  padding: 10px 5px;
}

/*必須*/

section.contact_st table.inquiry th span.haveto {
  margin-right:5px;
}

section.contact_st table.inquiry td {
  padding: 10px 5px;
}

section.contact_st table.inquiry td span.wpcf7-form-control-wrap input {
  width: 100%;
  padding: 15px 5px;
}

section.contact_st table.inquiry td span.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 15px 5px;
}

/*確認*/

section.contact_st div.wpcf7-response-output {
  width: 80%;
}

/*LINEからのお問い合わせも・・*/

div p.contact_line_p {
  font-size: 2.3rem;
  max-width: 450px;
}




/* -------------------------------------------------
blog
------------------------------------------------- */

/*ブログ(archive.php)--------------------------------------------------*/

main.articles_main {
  width: 90%;
  height: auto;
}

div.archive_sideber {
  width: 90%;
}

.pagination .page-numbers{
   margin-right:10px;
   padding: 10px 15px;
   border-radius:3px;
   box-shadow:0 2px 2px #999;
   background:#fff;
}

.pagination .current{
   padding: 10px 15px;
   background:#faca77;
   color:#fff;
}

.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
}

.pagination .dots{
   background:transparent;
   box-shadow:none;
}

/*ブログ(single.php)--------------------------------------------------*/

div.blog_wrapper div.blog {
  width: 90%;
  height: auto;
}

div.blog_wrapper div.blog_sideber {
  width: 90%;
}


/*予約フォーム(page-booking-thanks.php)--------------------------------------------------*/

section.booking_thanks div.thanks_p {
  margin: 100px auto;
  width: 100%;
}

section.booking_thanks div.thanks_p p {
  text-align: center;
  padding: 0 5px;
  letter-spacing: .5px;
  line-height: 3rem;
  font-size: 1.6rem;
}

section.booking_thanks div.thanks_p p span {
  font-weight: bold;
  font-size: 2rem;
}

section.booking_thanks div.thanks_p p.thanks_big {
  font-size: 6.5rem;
}

/*予約フォーム(page-booking-form.php)--------------------------------------------------*/

div.col-md-9 h1 {
    font-size: 5rem;
}

/*全体*/
div.col-md-9 {
  letter-spacing: .5px;
}

div.col-md-9 div.content-form {
  width: 90%;
  margin: 0 auto;
}

/*ご予約・ご連絡先・ご連絡事項タイトル*/
div.col-md-9 div.content-form legend {
  font-size: 1.6rem;
}

/*タイトル*/
div.col-md-9 div.content-form table tbody tr th {
  font-size: 1.4rem;
}

/*内容*/

div.col-md-9 div.content-form table tbody tr td input {
  font-size: 1.4rem;
  width: 220px;
}




}
/*------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 479px) { /*479px以下*/

  /* h2タイトル */

  h2.title_lato_h2 {
    font-size: 4.5rem;
  }

  .contents_mg {
    margin: 30px auto;
  }

  h2.ab_sv_h2 {
    margin-bottom: 30px;
  }

  /* h2タイトル 大文字オレンジ下p（コンタクト・予約）*/

  p.h2_b_smallp {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: .3px;
  }

/* 固定表示メニュー
-------------------------------------------------------------*/

div.fixed_menu {
  height: 75px;
}

div.fixed_menu div.btn00 a {
  height: 75px;
  font-size: 1.6rem;
  line-height: 20px;
  letter-spacing: 0px;
}

div.fixed_menu div.btn00 a span {
  font-size: 1.7rem;
}

div.fixed_menu div.btn00 a.btn_bl {
  padding-top: 15px;
}

div.fixed_menu div.btn00 a.btn_or {
  padding-top: 6px;
}

div.fixed_menu div.btn00 a::after{
  border-width: 7px 0 7px 7px;
  right: 3px;
}

/*キャンペーンバナー*/

div.openbanner img {
  width: 100%;
  height: auto;
}

div.minibanner {
  margin-bottom: 20px;
}

div.minibanner img {
  width: 100%;
  height: auto;
}

/*昼得バナー*/

div.hirutoku_mt {
  margin-top: 20px;
}

div.hirutoku_banner img {
  width: 100%;
  height: auto;
}

/*感染対策バナー*/

div.crnbanner img {
  width: 100%;
  height: auto;
}

/*お問合せボタン*/

  div.contact_button a {
    width: 100%;
    height: 130px;
    padding: 15px 0;
  }

  div.contact_button a p.ct_b_1 {
    font-size: 1.6rem;
    text-align: center;
  }

  div.contact_button a p.ct_b_2 {
    font-size: 1.6rem;
    width: 315px;
    height: 45px;
    line-height: 45px;
  }

  div.contact_button a p.ct_b_2 span {
    font-size: 1.4rem;
  }


/* データ＆ポイント */
div.top_contents div.data_point {
  background-color: #fff;
  padding: 30px 0;
}
div.top_contents div.data_point p.date_point_p {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: .5px;
}
/* グラフデータ */
div.top_contents div.data_point div.date_imgbox {
  margin: 0px auto;
}

/* 安心ポイント */
div.top_contents div.data_point div.point_imgbox {
  width: 100%;
  margin: 30px auto 0 auto;
}

div.top_contents div.data_point div.point_imgbox div.point_img {
  padding: 0 10px;
  width: 170px;
  height: 170px;
}

  /* スライダー------------- */
  
  div.top_slider div.top_img {
    width: 100%;
    height: 300px;
  }



/* TOP 文
----------------- */

  div.top_word {
    width: 320px;
    height: 300px;
    padding: 20px 0;
  }
  
  div.top_word h1 {
    font-size: 2.4rem;
    letter-spacing: .5px;
    line-height: 35px;
    margin-bottom: 160px;
    padding-left: 20px;
  }

  div.top_word h1 span.h1_s {
  font-size: 1.8rem;
  line-height: 25px;
}

  div.top_word h1 span.h1_e {
  font-size: 1.6rem;
  line-height: 35px;
}

  /* TOPロゴ */

  div.top_contents p.logo_store_p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0px;
}

  div.top_contents img.tp_i_logo {
    width: 300px;
    height: 300px;
    margin: 0px auto;
  }

  div.top_contents p.logo_p_mgb{
  margin-bottom: 50px;
  font-size: 1.5rem;
  letter-spacing: 0;
}



/* pagetop h2タイトル */

div.page_top_img {
  margin-bottom: 50px;
  height: 150px;
}

div.page_top_img h1 {
  line-height: 150px;
  font-size: 2.5rem;
}



/* 目標
------------------------------------------------- */

section.top_contents_2 p {
  font-size: 1.6rem;
  line-height: 25px;
}

/* オレンジ背景TOP */
section.top_contents_2 div.tp_ct2_tp {
  width: 100%;
  height: 130px;
}

section.top_contents_2 div.tp_ct2_tp p {
  font-size: 1.7rem;
  line-height: 3rem;
  letter-spacing: .5px;
}

/* 真ん中 */

section.top_contents_2 p.p_mg {
  margin: 25px 0;
}

section.top_contents_2 p.top_contents_2_p {
  font-size: 1.6rem;
  line-height: 30px;
}

section.top_contents_2 div.top_ct_2_bg span {
  font-size: 2rem;
}
/* ホワイト背景 */

section.top_contents_2 div.tp_ct_bw p span.tp_ct_bw_p {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: .5px;
}

section.top_contents_2 div.tp_ct_bw span.top_contents_2_span {
  font-size: 1.4rem;
  line-height: 40px;
  background:linear-gradient(transparent 60%, rgba(255, 168, 54,0.5) 60%);
}



/*トレーナー*/

div.top_trainer_flex div.top_trainer_li h4 {
  font-size: 2.5rem;
  line-height: 4rem;
}

  section.top_trainer div.top_trainer_flex div.top_trainer_img img {
    width: 280px;
    height: 200px;
  }

/*ページ内コンタクト*/

  div.page-contact {
    width: 100%;
    padding: 30px 0;
  }

  div.page-contact p {
  font-size: 1.6rem;
  letter-spacing: 0px;
  line-height: 25px;
}

  div.page-contact address a {
  font-size: 2.2rem;
}

div.page-contact p.hour {
  font-size: 1.4rem;
}

  div.page-contact a.contact_line_img img {
  width:  35%;
  height: auto;
}

div.top_trainer_flex div.top_trainer_li h4 span {
  font-size: 1.4rem;
}

/*footerフッター店舗*/

section.tr_st_3 div.tr_st_access p.p_f05b08 {
    line-height: 2.5rem;
}

section.tr_st_3 div.tr_st_access p.p_f05b08 span.p_f05b08_b {
  font-size: 1.8rem;
  letter-spacing: 0px;
}

/* フッターロゴ */

footer div.footer_content a.footer_logo img {
  width: 100px;
  height: 100px;
}

.copyright {
  margin-bottom: 34px;
}
.inc_logo img {
  width: 120px;
}
.inc_logo {
  padding: 20px 0;
}


/* -------------------------------------------------
about
------------------------------------------------- */

/* sc1 */

section.tr_st_1 p {
  margin: 35px 0;
  letter-spacing: 1.5px;
  line-height: 2.8rem;
  font-size: 1.6rem;
}

section.tr_st_1 p.cc_top_p {
  font-size: 1.5rem;
  letter-spacing: .5px;
  font-weight: bold;
  line-height: 3.5rem;
  margin: 40px 0;
}

section.tr_st_1 div.cc_img_1 {
  width: 90%;
}

section.tr_st_1 div.cc_img_1 img {
  width: 100%;
  height: auto;
  box-shadow: 15px 15px 0 #faca77;
}

section.tr_st_1 div.cc_img_2 p span {
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 2px;
}

section.tr_st_1 div.cc_img_2 {
  background-position: center;
  padding: 30px 15px;
}

section.tr_st_1 div.cc_last_p p.cc_bold {
  font-size: 1.8rem;
  letter-spacing: 1.5px;
}

/* -------------------------------------------------
service
------------------------------------------------- */

/* st_1 */

section.sv_st_2 p.sv_2_top_p {
  font-size: 1.6rem;
  letter-spacing: 2px;
}

p.cp_p {
  font-size: 2.2rem;
  letter-spacing: 2px;
  font-weight: bold;
}

p.cp_p span {
  font-size: 2.8rem;
}

/*受付停止中*/

p.stp_p {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: red;
  line-height: 2.5rem;
  margin-bottom: 20px;
}

p.stp_p span.stp_p_s {
  font-size: 1.4rem;
}

p.stp_p_sub {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 20px;
}


/*
section.sv_st_1 div.price_box div.price_box_4 {
  margin:0 0 10px 0;
  width: 95%;
}

div.price_box div.price_box_4 p.price_box_4_p {
  font-size: 2.5rem;
  line-height: 4rem;
}

div.price_box div.price_box_4 p.price_box_4_title {
  letter-spacing: 3px;
  width: 70%;
}*/

section.sv_st_1 div.price_box {
  margin: 30px 0 70px 0;
}

section.sv_st_1 div.price_box div.price_box_4 {
  margin:0 0 10px 0;
  padding: 20px 0;
  height: 200px;
  width: 85%;
}

div.price_box div.price_box_4 p.price_box_4_p {
  font-size: 2rem;
  line-height: 3.5rem;
}

div.price_box div.price_box_4 p.price_box_4_title {
  letter-spacing: 3px;
  width: 70%;
  margin-bottom: 30px;
}

/* 初期費用など */

div.price_box div.price_box_4 p.price_box_4_p span.redcolor_202201 {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: bold;
  color: #ff3333;
  letter-spacing: 0;
}

/*※注意箇所*/

section.sv_st_1 p.price_box_smallp {
  font-size: 1.6rem;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

/* キャッシュバック */

/*div.openbanner p.cashback_p {
  font-size: 1.8rem;
  line-height: 4rem;
  margin: 20px 0;
   letter-spacing: 2px; 
}

div.openbanner p.cashback_p span { 
  font-size: 2rem;
}*/

  
/* st_2 */


section.sv_st_2 p {
  text-align: center;
  padding: 10px 0;
}

/* タイトル */

section.sv_st_2 p.sv2_title {
  font-size: 2.3rem;
}

/* お得おすすめ */

section.sv_st_2 span.sv_os {
  font-weight: bold;
}

/* １回30分画像 */

section.sv_st_2 div.price_img img {
  width: 100%;
  height: auto;
}

/*下の説明文*/

section.sv_st_2 p.sv_2_b_p {
  font-size: 1.4rem;
  letter-spacing: .5px;
  line-height: 3rem;
}

/* 表 */

section.sv_st_2 table.sv2_table {
  letter-spacing: 0px;
  font-size: 1.8rem;
  margin-top: 10px;
  width: 95%;
}

section.sv_st_2 table.sv2_table th {
  padding: 15px 5px;
}

section.sv_st_2 table.sv2_table td {
  padding: 15px 5px;
}

section.sv_st_2 table.sv2_table tbody tr span.smallfont {
  font-size: 1.4rem;
}

/* １回あたり~ */

section.sv_st_2 p.sv2_p_h {
  font-size: 1.5rem;
  margin-bottom: 40px;
}

/*５名様限定*/

section.sv_st_2 p.sv2_p_h span {
  font-size: 2rem;
}

/*airpay*/

section.sv_st_2 div.airpay_img img {
  width: 65%;
  height: auto;
}

/* st_4 */

section.sv_st_4 {
  margin-top: 70px;
}

section.sv_st_4 div.sv4_01 {
  width: 100%;
  height: 150px;
}

section.sv_st_4 div.sv4_01 div.sv4_01_bg p {
  font-size: 1.6rem;
  letter-spacing: .5px;
  line-height: 3rem;
}

section.sv_st_4 div.sv4_02 p {
  font-size: 1.5rem;
  letter-spacing: 0px;
  line-height: 2.5rem;
}

section.sv_st_4 div.sv4_02 h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3rem;
}

section.sv_st_4 div.sv4_02 h4 span {
  font-size: 6rem;
}

section.sv_st_4 div.sv4_02 img {
  width: 90%;
  height: auto;
}


section.sv_st_4 div.sv4_03 p.sv4_03_top {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 3.5rem;
  letter-spacing: 1px;
}

section.sv_st_4 div.sv4_03 img {
  width: 300px;
  height: 150px;
  margin: 20px 0;
}

section.sv_st_4 div.sv4_03 div.sv4_03_title {
  width: 100%;
}

section.sv_st_4 div.sv4_03 div.sv4_03_title p {
  width: 310px;
  padding: 10px 3px;
  margin: 10px 0px;
}

section.sv_st_4 div.sv4_03 div.menu_button a {
  margin: 20px auto 0 auto;
}



/* -------------------------------------------------
faq
------------------------------------------------- */

div.faq_div div.flex_faq {
  margin-top: 15px;
}

/* FAQ p */

div.faq_div div.flex_faq p {
  line-height: 2.4rem;
}

div.faq_div div.flex_faq p.p_faq_q {
  font-size: 1.4rem;
}

div.faq_div div.flex_faq p.p_faq_a {
  font-size: 1.4rem;
}

/* -------------------------------------------------
voice
------------------------------------------------- */

div.voice_box {
  display: block;
  /*margin-top: 80px;*/
}

div.voice_box div.bf_af {
  width: 90%;
  height: auto;
  padding: 30px 30px;
  margin:0 auto 30px auto;
}

div.voice_box div.bf_af:nth-child(2n){
  margin-right: auto;
}

div.voice_box div.bf_af p {
  font-size: 1.6rem;
  line-height: 22px;
  letter-spacing: .5px;
  width: 90%;
  margin: 0 auto;
}

div.voice_box div.bf_af img {
  width: 90%;
  height: auto;
}

div.kutikomi_button {
  margin: 60px 0;
}

div.kutikomi_button a {
  width: 280px;
  height: auto;
  font-size: 1.6rem;
  padding: 25px 8px;
}

/* ビフォーアフター */

div.bfaf_box {
  margin-top: 50px;
}

div.bfaf_box div.bf_af {
  width: 90%;
}

div.bfaf_box div.bf_af p {
  font-size: 1.6rem;
  line-height: 22px;
  letter-spacing: .5px;
  width: 90%;
  margin: 0 auto;
  padding-top: 15px;
}

/* ウェディングフォト */

h2.weding_title {
	font-size: 2.5rem;
}

div.wedding_photo {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
}

div.wedding_photo div.wedding_photo_div {
	width: 90%;
	margin: 0 auto;
}

div.wedding_photo div.wedding_photo_div div {
	margin: 0 5px 0 5px;
}

div.wedding_photo div.wedding_photo_div div img {
	width: 100%;
	height: auto;
	margin: 5px 5px;
}

/* -------------------------------------------------
contact
------------------------------------------------- */


section.contact_st table.inquiry th {
  display: block;
  width: auto;
  border-right: none;
}

section.contact_st table.inquiry td {
  display: block;
  width: auto;
}

/*必須*/

section.contact_st table.inquiry th span.haveto {
  font-size:10px;
  padding:5px;
  background:#ff6666;
  color:#fff;
  margin-right:10px;
  position:relative;
  bottom:1px;
}

/*LINEからのお問い合わせも・・*/

div p.contact_line_p {
  font-size: 1.6rem;
  letter-spacing: 1px;
  max-width: 320px;
}



/* -------------------------------------------------
blog
------------------------------------------------- */

/*ブログ(archive.php)--------------------------------------------------*/

main.articles_main {
  width: 100%;
  height: auto;
}

div.articles_index {
  margin-bottom: 30px;
  padding: 10px 10px;
}

div.archive_sideber {
  width: 100%;
}

div.archive_wrapper div.archive_n_p {
    font-size: 16px;
}

.pagination .page-numbers{
   margin-right:0px;
   padding: 10px 15px;
   border-radius:3px;
   box-shadow:0 2px 2px #999;
   background:#fff;
}

.pagination .current{
   padding: 10px 15px;
   background:#faca77;
   color:#fff;
}

.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   padding: 0 0;
}

.pagination .dots{
   background:transparent;
   box-shadow:none;
}

/*ブログ(single.php)--------------------------------------------------*/

div.blog_wrapper div.blog {
  width: 100%;
  height: auto;
}

div.blog_wrapper div.blog_sideber {
  width: 100%;
}

div.blog_wrapper div.blog {
  padding: 10px 10px;
}

/*予約フォーム(page-booking-thanks.php)--------------------------------------------------*/

section.booking_thanks div.thanks_p {
  margin: 50px auto;
  width: 100%;
}

section.booking_thanks div.thanks_p p {
  text-align: center;
  padding: 0 10px;
  letter-spacing: 0px;
  line-height: 2.8rem;
  font-size: 1.6rem;
}

section.booking_thanks div.thanks_p p span {
  font-weight: bold;
  font-size: 1.8rem;
}

section.booking_thanks div.thanks_p p.thanks_big {
  font-size: 4.5rem;
  margin-bottom: 50px;
}


/*予約フォーム(page-booking-form.php)--------------------------------------------------*/

div.col-md-9 h1 {
    font-size: 4rem;
}

/*メッセージ*/

div.col-md-9 p {
  width: 85%;
  margin: 30px auto;
  font-size: 1.4rem;
}

/*全体*/
div.col-md-9 {
  letter-spacing: .5px;
}

div.col-md-9 div.content-form {
  width: 95%;
  margin: 0 auto;
}

/*ご予約・ご連絡先・ご連絡事項タイトル*/
div.col-md-9 div.content-form legend {
  font-size: 1.4rem;
}

/*タイトル*/
div.col-md-9 div.content-form table tbody tr th {
  font-size: 1.2rem;
}

/*内容*/
div.col-md-9 div.content-form table tbody tr td {
  font-size: 1.4rem;
}

div.col-md-9 div.content-form table tbody tr td input {
  font-size: 1.4rem;
  width: 220px;
}

/*メッセージ*/
div.col-md-9 div.content-form table tbody tr td textarea {
  font-size: 1.4rem;
}





}