@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=La+Belle+Aurore'); 
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿　目次（TOC)　(2021-09-06)lee
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body #toc_container {
    padding: 20px 30px;
    background:none;
    border-radius: 10px;
    border: 3px solid #ddd;
}

body #toc_container li {
    margin: 8px 0;
    font-size: 14px;
}

body #toc_container li a{
    display: block;
    padding: 2px 0;
	color: #06f;
}

body #toc_container li a span {
    color: #333;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ブログ　カテゴリー　デフォルトカラー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.post_archive li .cat a {
    background: #526737;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
デフォルトCSS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
input, textarea, select, button {
    font-size: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
BIZカレンダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.widget_bizcalendar .menu_header {
    display: none;
}

#biz_calendar {
    font-size: 12px;
}

#biz_calendar table.bizcal {
    border: 1px #c1c1c0 solid;
}

#biz_calendar table.bizcal th, #biz_calendar table.bizcal td {
    padding: 5px 2px;
}

#biz_calendar table.bizcal th {
    background-color: #f5f5f5;
    border: 1px solid #c1c1c0;
}

#biz_calendar table.bizcal td {
    color: #333;
    border: 1px solid #c1c1c0;
}

#biz_calendar table.bizcal .holiday {
    background-color: #ffc2c1;
    color: #000000;
}

#biz_calendar table.bizcal .eventday {
    background-color: #caf4ea;
    color: #000000;
}

#biz_calendar table.bizcal .today {
    text-decoration: none;
    color: blue;
}

#biz_calendar p span.boxholiday {
    background-color: #fbc3c2;
    border: 1px solid #c2c1c0;
}

#biz_calendar p span.boxeventday {
    background-color: #caf4ea;
    border: 1px solid #c2c1c0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ひとことコメント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tweet_area {
    background: #fff;
    border-bottom: 2px dotted #658532;
}

.tweet_area .txt_wrap {
    font-size: 18px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
中ページヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo2 {
    height: 280px;
    border-bottom: 1px solid #d1dcca;
}

.page_promo2 .txt_box {
    width: 1100px;
    position: relative;
    color: #210303;
}

.page_promo2 .txt_box .inner {
    width: 350px;
    text-align: center;
}

.page_promo2 .sub_ttl {
    /* display: none; */
    background: #e3eec4;
    padding: 5px 20px 3px;
}

.page_promo2 .slug {
    color: #3a8d3c;
    font-size: 30px;
    font-family: 'La Belle Aurore', cursive;
    position: relative;
    padding: 22px 0 24px;
    margin: -20px 0 5px;
}

.page_promo2 .slug:after {
    content: '';
    width: 182px;
    height: 89px;
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/header_ttl_bg.png);
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -91px;
    top: 3px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿系一覧ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.post_archive li .cat a {
    padding: 5px 10px 4px;
    font-size: 13px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿＞before&after
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
[class*="before_after_post"] {
    position: relative;
}

.before_after_post {
    margin-bottom: 40px;
    border: 1px solid #b4c18c;
    padding: 30px;
}

[class*="before_after_post"] .voice_ari {
    font-size: 15px;
    color: #516737;
    background: content-box;
    position: absolute;
    right: 30px;
    top: 37px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
}

.before_after_post_details .voice_ari {
    top: 7px;
    right: 0;
}

[class*="before_after_post"] .voice_ari:before {
    content: "\f075";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-right: 5px;
}

[class*="before_after_post"] .img_area {
    margin: 0 -10px 20px;
}

[class*="before_after_post"] .img_area > div {
    position: relative;
    width: calc(50% - 20px);
    margin: 0 10px;
}

[class*="before_after_post"] .before:before, [class*="before_after_post"] .after:before {
    content: "";
    width: 75px;
    height: 75px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: -10px;
    z-index: 1;
}

[class*="before_after_post"] .before:before {
    background-image: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/bf_post_before.png);
}

[class*="before_after_post"] .after:before {
    background-image: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/bf_post_after.png);
}

[class*="before_after_post"] .before:after {
    content: "";
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/bf_post_yajirushi.png);
    width: 161px;
    height: 42px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    right: -100px;
    top: 44%;
    margin-top: -21px;
    z-index: 1;
}

[class*="before_after_post"] .txt a.more {
    color: #518e16;
}

[class*="before_after_post"] .btn {
}

[class*="before_after_post"] .btn a {
    color: #fff;
    background: #7e923d;
    text-decoration: none;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 15px 3px 15px;
}

[class*="before_after_post"] .btn a:before {
    content: "\f105";
    margin-right: 5px;
    font-family: "FontAwesome";
}

.post_voice_area {
    border: 2px solid #839743;
    padding: 25px;
    margin-top: 30px;
}

.post_voice_area .voice_ttl {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #424b2e;
}

.post_voice_area .voice_ttl:before {
    content: "\f075";
    font-family: "FontAwesome";
    font-size: 21px;
    margin-right: 8px;
    vertical-align: 3px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*ボタン01,02*/
a.btn01 {
    background: #fff;
    padding: 16px 30px 16px 25px;
    min-width: 280px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 2;
    color: #526737;
    border-radius: 6px;
    border: 2px solid #526737;
}

/* IE11では游系、ヒラギノ系フォントが上に吊り上がるバグがあるため別のフォントを使用する */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, a.btn01 {
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial;
    }
}

a.btn01:hover {
    color: #ffffff;
    opacity: 1;
    /*border: 2px solid #121b33;*/
}

.page-index .btn a.btn01:hover {
    opacity: 1;
}

a.btn01::after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: #121b33;*/
    z-index: -1;
    display: block;
}

a.btn01:hover::after {
    left: 0;
    background-color: #526737;
}

a.btn01, a.btn01:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.btn02:before {
    color: #526737;
}

/*テーブル・ボックス*/
.table01 th {
    background: #f5ffda;
}

.table01 th, .table01 td {
    border: 1px solid #baca90;
}

.box01 {
    background: #fffce1;
}

/*h2a*/
h2[class*="h2a"] {
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/h2a_bg.png) repeat-x center bottom;
    padding: 0px 0px 15px;
    position: relative;
    color: #2d0c03;
    font-weight: 700;
}

/*h2b*/
h2[class*="h2b"] {
    font-size: 33px;
    /* font-family: "my_mincho",serif; */
    font-weight: 500;
    color: #424b2e;
    padding: 0px 0 0px;
    text-align: center;
    position: relative;
    /*margin-top: 1.5em;*/
}

h2[class*="h2b"]:before {
    content: '\f18c';
    display: block;
    font-family: "FontAwesome";
    font-size: 54px;
    color: #424b2e;
    font-weight: 100;
}

/*h3a*/
h3[class*="h3a"] {
    background: #ffffff;
    color: #2e0c03;
    padding: 0px 0px 9px;
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/blog_h2_bg.png) repeat-x center bottom;
    font-weight: 700;
}

/*h3b*/
h3[class*="h3b"] {
    color: #ffffff;
    padding: 10px 15px 9px;
    /* border-left: 5px solid #f1d800; */
    font-weight: 700;
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/header_btn_bg.jpg);
}

/*faq*/
dl.faq > dt {
    background-color: #ffffff;
}

dl.faq > dt.open, dl.faq > dt:hover {
    background-color: #ecfac6;
    transition: linear 0.2s
}

/*リスト*/
.list01 li:before {
    color: #516737;
}

.list02 > li {
    border-color: #506737;
}

ol.list02 > li:before {
    background-color: #4f6737;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ＞セクション
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
[class*="section_kugiri"] {
    padding: 50px 0;
    min-width: 1100px;
}

.section_kugiri01 {
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/nayami_bg.jpg);
    padding: 60px 0 50px;
}

.section_kugiri02 {
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/concept_bg.jpg) no-repeat center top;
}

.section_kugiri03 {
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/hena_bg.jpg) no-repeat center top;
}

.section_kugiri04 {
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/menu_bg.jpg);
}

.section_kugiri05 {
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/staff_bg.jpg) no-repeat center top;
    background-size: cover;
}

.section_kugiri06 {
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/yoyaku_bg.jpg)no-repeat center bottom;
}

.section_kugiri07 {
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/info_bg.jpg) no-repeat center bottom,url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/blog_bg.jpg);
    padding-bottom: 300px;
}

.section_kugiri08 {
    padding-bottom: 65px;
}

.section_kugiri09 {
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/contact_bg.jpg) no-repeat center top;
    padding: 60px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ＞汎用クラス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-----共通見出し-----*/
h2.common_ttl {
    margin-bottom: 20px;
}

h2.common_ttl > span {
    display: table;
    margin: 0 auto;
}

h2.common_ttl span.no1 {
    font-family: 'La Belle Aurore', cursive;
    font-size: 48px;
    color: #294215;
    line-height: 1;
}

h2.common_ttl span.no1:before, h2.common_ttl span.no1:after {
    content: "";
    background-color: #294215;
    height: 1px;
    width: 44px;
    display: inline-block;
    margin-bottom: 13px;
}

h2.common_ttl span.no1:before {
    margin-right: 30px;
}

h2.common_ttl span.no1:after {
    margin-left: 30px;
}

h2.common_ttl span.no2 {
    font-weight: 700;
    color: #988a30;
}

/*-----下線-----*/
div#home_nayami ul.nayami strong, div#home_concept h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 57%, #f89fa5 57%);
}

div#home_yoyaku .sub_txt strong {
    font-weight: 700;
    background: linear-gradient(transparent 57%, #fad7d7 57%);
}

/*-----初めての方はこちら・お問い合わせボタン-----*/
.common_btn_beginner a, .common_btn_contact a {
    display: block;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

.common_btn_beginner a:before,.common_btn_contact a:before {
    font-family: FontAwesome;
    content: '\f105';
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    margin-top: -.55em;
    line-height: 1;
    right: 10px;
    font-weight: normal;
}

.common_btn_beginner a {
    background-image: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/beginner_btn_bg.jpg);
}

.common_btn_contact a {
    background-image: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/contact_btn_bg.jpg);
}

/*---電話番号---*/
.common_tel {
    font-family: "Roboto";
    color: #2c0c03;
    position: relative;
    line-height: 1;
    text-align: center;
}

.common_tel:before {
    content: "";
    background-image: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/freedial.svg);
    display: inline-block;
    background-size: 100%;
    position: absolute;
    left: 0;
}

/*---中ページ＞お問い合わせ電話番号---*/
.common_tel.contact_page:before {
    width: 64px;
    height: 36px;
    top: 4px;
}

.common_tel.contact_page {
    display: table;
    margin: 0 auto;
    padding-left: 68px;
    font-size: 44px;
}

/*---メニュー＞料金表---*/
table.price_table tr {
    border-bottom: 1px solid #ccc;
}

table.price_table th, table.price_table td {
    padding: 17px 0;
    font-weight: 600;
}

table.price_table td {
    text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　バナー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_bnr .bnr_wrap {
    display: flex;
    justify-content: space-between;
}

/* 求人バナーを追加 2022-05-11 mori */
div#home_bnr .recruit_bnr {
	margin-top: 30px;
    text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ＞こんな悩みの方が来店されています
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_nayami {
    padding-top: 55px;
}

div#home_nayami h2 {
    font-size: 34px;
    font-weight: 600;
    color: #2c0c03;
    display: table;
    margin: 0 auto;
    position: relative;
    padding: 33px 0 20px;
}

div#home_nayami h2:before {
    content: "";
    background-image: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/nayami_h2_before.png);
    width: 201px;
    height: 107px;
    display: inline-block;
    background-size: 100%;
    margin-top: -12px;
    position: absolute;
    left: -220px;
    top: -10px;
}

div#home_nayami h2:after {
    content: "";
    background-image: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/nayami_h2_after.png);
    width: 70px;
    height: 38px;
    display: inline-block;
    background-size: 100%;
    margin-top: -12px;
    position: absolute;
    right: -70px;
    top: 20px;
}

div#home_nayami ul.nayami {
    background-image: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/nayami_check_bg.jpg);
    padding: 44px 50px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

div#home_nayami ul.nayami:after {
    content: "";
    background-image: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/nayami_img01.png);
    width: 178px;
    height: 278px;
    display: inline-block;
    background-size: 100%;
    margin-top: -12px;
    position: absolute;
    right: 40px;
    top: 26px;
}

div#home_nayami ul.nayami li {
    position: relative;
    color: #2d0c03;
    margin: 0 193px 10px 50px;
    padding: 0 0 10px 10px;
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/nayami_li_bg.png) repeat-x bottom;
}

div#home_nayami ul.nayami li:last-child {
    margin-bottom: 0;
    background: none;
    padding-bottom: 0;
}

div#home_nayami ul.nayami li:before {
    content: "";
    background-image: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/nayami_check.png);
    width: 34px;
    height: 34px;
    display: inline-block;
    background-size: 100%;
    margin-top: -12px;
    position: absolute;
    left: -45px;
    top: 10px;
}

div#home_nayami .lead {
    margin: 20px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #2d0c03;
    padding-bottom: 12px;
}

div#home_nayami .lead strong {
    font-weight: 700;
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/nayami_wave.png) repeat-x bottom/100%;
    padding-bottom: 15px;
}

div#home_nayami .items {
    margin: 0 -5px 20px 0;
}

div#home_nayami .items li {
    width: calc(50% - 10px);
    float: left;
    margin: 0 5px;
    position: relative;
}

div#home_nayami .items li:before {
    content: "";
    background-image: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/nayami_yajirushi.png);
    width: 104px;
    height: 29px;
    display: inline-block;
    background-size: 100%;
    margin-top: -14px;
    margin-left: -52px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ＞コンセプト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_concept .pc_base_width {
    background: rgba(255,255,255,.8);
    padding: 50px 60px;
}

div#home_concept h2 {
    display: table;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

div#home_concept h2:before {
    content: "";
    background-image: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/concept_h2_before.png);
    width: 206px;
    height: 95px;
    display: inline-block;
    background-size: 100%;
    margin-top: -12px;
    position: absolute;
    left: -190px;
    top: -58px;
}

div#home_concept .txt {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

div#home_concept ul.items {
    margin: 0 35px 30px 50px;
}

div#home_concept ul.items li {
    width: 164px;
    float: left;
    margin-right: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ＞太陽と大地のヘナとは
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_hena .txt_area {
    margin-left: 540px;
}

div#home_hena h2 {
    font-weight: 700;
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #988a30;
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/hena_h2_bg.png) no-repeat left bottom;
}

div#home_hena h3 {
    font-weight: 700;
    color: #44612c;
    font-size: 34px;
    margin-bottom: 10px;
    position: relative;
}

div#home_hena h3:after {
    content: "";
    background-image: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/hena_h3_after.png);
    width: 106px;
    height: 104px;
    display: inline-block;
    background-size: 100%;
    margin-top: -12px;
    position: absolute;
    right: -5px;
    top: -40px;
}

div#home_hena .lead {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}

div#home_hena .txt {
    margin-bottom: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ＞メニュー＆料金
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_menu .txt {
    text-align: center;
    margin-bottom: 20px;
}

div#home_menu .menu_wrap {
    overflow: hidden;
    width: 1100px;
    margin: 30px 0 10px 0;
    display: flex;
}

div#home_menu ul.item {
    display: flex;
    flex-direction: column;
    height: 200px;
    flex-wrap: wrap;
    position: relative;
    padding-left: 70px;
    width: 1100px;
}

div#home_menu ul.item li {
    width: 50%;
    font-weight: 700;
    margin-bottom: 20px;
    /* text-align: center; */
    float: left;
}

div#home_menu ul.item li .th, div#home_menu ul.item li .td {
    display: inline-block;
    text-align: left;
}

div#home_menu ul.item li .th {
    width: 370px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ＞スタッフ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_staff .wrap{
    background:#fff;
    padding:30px;
    margin-bottom:20px;
}

div#home_staff ul {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin: 0 -5px 20px;
}

div#home_staff ul li {
    width: 200px;
    margin: 0 5px;
    text-align: center;
    font-weight: 700;
}

div#home_staff ul li p {
    line-height: 1;
}

div#home_staff ul li .img {
    margin-bottom: 20px;
}

div#home_staff ul li .name {
    font-size: 18px;
}

div#home_staff ul li .sub {
    font-size: 12px;
    margin: 10px 0;
}

div#home_staff ul li .job {
    font-size: 12px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ＞予約について
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_yoyaku .txt_area {
    padding-right: 430px;
    position: relative;
}

div#home_yoyaku .txt {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}

div#home_yoyaku .txt strong {
    font-size: 30px;
    color: #c00000;
    font-weight: 700;
}

/*--吹き出し--*/
div#home_yoyaku .sub_txt {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    color: #c00000;
    font-weight: 700;
    position: relative;
    background: #fff;
    border: 3px solid #95ac4f;
    padding: 12px 0 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

div#home_yoyaku .sub_txt .number {
    font-size: 24px;
}

div#home_yoyaku .sub_txt:after, div#home_yoyaku .sub_txt:before {
    top: 100%;
    left: 24%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

div#home_yoyaku .sub_txt:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 14px;
    margin-left: -14px;
}

div#home_yoyaku .sub_txt:before {
    border-color: rgba(149, 172, 79, 0);
    border-top-color: #95ac4f;
    border-width: 18px;
    margin-left: -18px;
}

div#home_yoyaku .btn_area > div {
    width: 320px;
}

div#home_yoyaku .btn_area a {
    border-radius: 5px;
    padding: 17px 0;
    color: #fff;
    border: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ＞ブログ・SNS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_sns div.blog_area {
    width: 575px;
}

div#home_sns div.fb_area {
    width: 500px;
    padding: 20px 15px 10px;
    background: #fff;
}

div#home_sns div.blog_area h2 {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    background: url(https://tsukitokaze.com/wordpress/wp-content/themes/cyber-child/images/blog_h2_bg.png) repeat-x center bottom;
}

div#home_sns div.blog_area .btn {
    text-align: center;
}

div#home_sns div.blog_area .btn a {
    font-family: 'La Belle Aurore', cursive;
    background: #526737;
    border-radius: 5px;
    min-width: 110px;
    padding: 9px 20px 5px 20px;
    line-height: 1;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

div#home_sns div.blog_area .btn a:hover {
    opacity: .8;
}

div#home_sns div.blog_area .btn a:before {
    content: "";
}

/*-----ブログ-----*/
ul.common_post_list {
    margin-bottom: 10px;
}

ul.common_post_list li {
    padding-bottom: 24px;
    overflow: hidden;
}

ul.common_post_list li .area_a {
    width: 90px;
    float: left;
}

ul.common_post_list li .area_b {
    width: calc(100% - 110px);
    float: right;
}

ul.common_post_list li .area_b .ttl a {
    text-decoration: underline;
    font-size: 19px;
}

ul.common_post_list li .area_b .ttl a:hover {
    text-decoration: none;
}

ul.common_post_list li .area_b .date, ul.common_post_list li .area_b .cat {
    font-size: 14px;
}

ul.common_post_list li .area_b .date {
    padding-right: 10px;
    margin-right: 6px;
    position: relative;
}

ul.common_post_list li .area_b .date:after {
    content: "|";
    position: absolute;
    right: 0;
    bottom: -4px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップ＞店舗案内
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_info ul.items {
    display: flex;
    justify-content: space-between;
    margin-bottom: -10px;
}

div#home_info ul.items li {
    margin-bottom: 25px;
}

div#home_info ul.items li p.img {
    position:relative;
}

div#home_info ul.items li p.img a:after {
    content: "\f105";
    z-index: 2;
    font-family: FontAwesome;
    color: #fff;
    background: #95ac51;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

div#home_info li .inner_wrap {
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
}

div#home_info ul.items li .shop_name {
    font-size: 30px;
    font-weight: 800;
    color: #988a30;
    line-height: 1.2;
    margin-right: 15px;
}

div#home_info ul.items li .tel {
    line-height: 1.2;
}

div#home_info ul.items li .tel a {
    text-decoration: none;
}

div#home_info ul.items li .tel:before {
    content: "\f095";
    font-family: "FontAwesome";
    vertical-align: -2px;
    color: #526737;
    font-size: 32px;
    margin-right: 10px;
}

div#home_info ul.items li .addr {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 20px;
}

div#home_info ul.items li .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div#home_info ul.items li .btn a {
    min-width: 115px;
    background-color: #5fa79f;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    text-decoration: none;
}

div#home_info ul.items li .btn p:not(:last-child) {
    margin-right: 10px;
}

div#home_info ul.items li:nth-child(2) p:nth-child(4) {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター＞お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#contact_area .contact_wrap {
    background: #fff;
    padding: 40px 40px 35px;
}

div#contact_area .txt_area {
    margin-bottom: 40px;
    position: relative;
}

div#contact_area .txt_area .fukidashi {
    position: absolute;
    right: 25px;
    top: -163px;
}

div#contact_area .txt_area .left {
    margin-bottom: 0px;
}

div#contact_area .txt_area .right {
    width: 480px;
    text-align: center;
    margin-top: 20px
}

div#contact_area .common_tel {
    font-size: 54px;
    padding: 10px 0 0 76px;
    display: table;
    margin-left: 88px;
}

div#contact_area .addr_area .common_tel:before {
    width: 73px;
    height: 42px;
    margin-top: -12px;
    left: 0;
    bottom: 6px;
}

div#contact_area .addr_area {
    display: none;
}

div#contact_area .addr_area > div {
    display: none;
}

div#contact_area .addr_area .addr {
    font-size: 15px;
    line-height: 1.5;
}

div#contact_area .txt {
    text-align: center;
    font-weight: 700;
    color: #c00000;
    font-size: 18px;
}

div#contact_area .txt strong {
    font-size: 30px;
    vertical-align: -2px;
}

div#contact_area .btn_area {
    position: relative;
}

div#contact_area .btn_area >div {
    width: 50%;
    background: #fff;
}

div#contact_area .btn_area .present {
    position: absolute;
    z-index: 3;
    left: -138px;
    top: -168px;
}

div#contact_area .common_btn_beginner a, div#contact_area .common_btn_contact a {
    padding: 25px 0;
    font-size: 24px;
    color: #fff;
    border: none;
    border-radius: 0;
}

div#contact_area .common_btn_contact {
    position: relative;
    border-left: 3px solid #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッターSNSボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#footer .icons a .fa-instagram {
    background: #d92260;
}

div#footer .icons a .fa-facebook-f {
    background: #3F51B5;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
中ページ＞スタッフ一覧リスト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.staff_page_list.cf {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

ul.staff_page_list.cf li {
    width: calc(300px - 10px);
    margin: 0 5px 15px;
}
