@charset "utf-8";
/* CSS Document */
/*
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.otf) format('opentype');
 }
*/
/* 画面外にいる状態 */
.fadein {
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 1.5s;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
.green_letter{
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1.3s;
}



/* 非表示 */
.is-hide {
    display: none;
}


/* LOADING */
#loader-bg {
    background: #ffffff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
#loader {
    height: 120px;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: fixed;
    top: 50%;
    width: 120px;
}
#loader p {
    color: #454545;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
}
#loader p img {
    display: inline-block;
}
html {
    font-size: 62.5%;
    /*16px × 62.5％=10px*/
}
body {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    color: #574e4e;
    font-size: 1.6rem;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #FBF5F3;
    line-height: 2;
    box-sizing: border-box;
    text-decoration: none;
}
.clearfix::after {
    content: “”;
    display: block;
    clear: both;
}
h1 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 50px 0 30px;
    text-align: center;
}
h1::before {
    content: url(../image/leaf.png);
    display: block;
}
h2 {
    text-align: center;
    padding: 50px 0 30px;
    font-weight: bold;
    font-size: 2.4rem;
    color: #abbf6b;
}
.h2_gray {
    color: #808080;
}
.h2_red {
    color: #B44C4C;
}
h3 {
    font-weight: bold;
    margin: 30px 0 15px;
    color: #b44d4c;
}
.pc {
    display: none;
}
.sp {
    display: block;
}
.br-sp {
    display: block;
}
.br-pc {
    display: none;
}
.header-pc {
    display: none;
}
p {
    font-size: 1.6rem;
    text-align: left;
}
a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    opacity: 0.8;
}
img {
    max-width: 100%;
    height: auto;
}
.inner {
    width: 310px;
    margin: 0 auto 100px;
}
.text-center {
    text-align: center;
}
.red {
    color: #b44c4c;
    font-weight: bold;
}
.small {
    font-size: 1.4rem;
}
.right {
    text-align: right
}
.btn {
    background: #ff7f19;
    padding: 20px;
    color: #fff;
    width: 250px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 50px auto;
}
.btn_text::after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    padding-left: 10px;
    color: #fff;
    font-weight: 900;
}
.btn a:hover {
    position: relative;
    right: -4px;
}
.btn_text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}
.online .btn_text::before {
    font-family: "Font Awesome 5 Free";
    content: '\f07a';
    padding-right: 10px;
    font-size: 20px;
    font-weight: 900;
}
.font_small, .salon_voice__p {
    font-size: 1.5rem;
    text-align: left;
}
strong{
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff6 60%);
}
/*----------------------------

ヘッダー

------------------------------*/
.logo {
    width: 20%;
    padding-top: 20px;
    margin: 0 auto;
}
.header::before {
    content: '';
    position: relative;
    border: 8px solid #ABBF6B;
    display: block;
    top: 0px;
    background: #ABBF6B;
}
#global-nav {
    display: none;
}
.header-pc_p, .header-pc_p-s {
    display: none;
}
.header-sp {
    position: relative;
}
.header-sp_p {
   position: absolute;
    top: 20%;
    left: 30px;
    color: #fff;
    font-size: 3.0rem;
    line-height: 1.5;
    text-shadow: 1px 2px 3px #abbf6b;
    font-family: 'noto sans jp';
    font-weight: 700;
}
.header-sp_ps {
    position: absolute;
    top: 70%;
    left: 30px;
    color: #fff;
    line-height: 1.5;
    text-shadow: 1px 2px 3px #808080;
}
.special_banner {
    margin: 80px 0 50px;
}
/*----------------------------

ハンバーガーメニュー

------------------------------*/
.btn-trigger {
    display: block;
    height: 50px;
    width: 50px;
    background-color: #abbf6b;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 120;
    border: none;
}
.btn-trigger span {
    height: 2px;
    width: 60%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}
.btn-trigger span:first-of-type {
    transform: translate(-50%, -10px);
}
.btn-trigger span:first-of-type(2) {
    /*	top: 10px;*/
}
.btn-trigger span:last-of-type {
    /*	bottom: 0;*/
    transform: translate(-50%, 10px);
}
.btn-trigger.active span:first-of-type {
    transform: rotate(45deg)translate(-50%, 0);
    /*	top: 10px;*/
    transform-origin: 0% 50%;
}
.btn-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.btn-trigger.active span:last-of-type {
    transform: rotate(-45deg) translate(-50%, 0);
    ;
    /*	bottom: 10px;*/
    transform-origin: 0% 50%;
}
.navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 120%;
    padding: 80px 0 150px;
    background-color: rgba(255, 255, 255, 0.97);
    color: #333;
}
.navigation a {
    color: #333;
}
.nav-item {
    margin-bottom: 20px;
}
.sns2 {
    font-size: 2.7rem;
    text-align: center;
}
.nav-item > a {
    color: #626262;
    font-size: 1.4rem;
}
/*----------------------------

アメブロrss

------------------------------*/
#feed a {
    color: #574E4E;
}
#feed dt {
    color: #889D43;
}
.news .inner {
    background-color: #fff;
    padding: 20px;
}
/*----------------------------

トップページ(sp)

------------------------------*/
#top {
    overflow: hidden;
}
.title {
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #abbf6b;
}
#top h1 {
    padding-top: 70px;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.5;
}
.dot-text {
    font-weight: bold;
    padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.3em .3em;
    background-image: radial-gradient(.15em .15em at center center, orange, orange 100%, transparent);
}
#top .bg_pink {
    background: linear-gradient(#FBF5F3, #EAD2C6);
}
.bg_pink {
    background: #EAD2C6;
}
.bg_usupink {
    background-color: #FBF5F3;
}
.bg_green {
    background-color: #B2B482;
}
.bg_green h2 {
    padding-top: 50px;
}
.first {
    background-image: url(../image/stripe.jpg);
    padding: 50px 30px;
    position: relative;
}
.first::after {
    content: '';
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    left: 25px;
    right: 25px;
    top: 25px;
    bottom: 25px;
}
.first p {
    margin: 0;
    padding: .2em;
    font-size: 2.0rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.problem {
    background-color: #FBF5F3;
}
/*3つの特徴*/
.feature:after {
    content: '';
    border: 3px solid;
    display: block;
    position: relative;
    color: #B44C4C;
    width: 82px;
    left: 44%;
    top: -7px;
}
.features {
    display: block;
    line-height: 1.5;
}
.features_item {
    padding-bottom: 80px;
}
.features_item p {
    width: 80%;
    margin: auto;
}
/*チェックリスト*/
/* CSS */
.ruby {
    position: relative;
    padding-top: 0.2em;
}
.ruby::before {
    position: absolute;
    content: "";
    width: 0.2em;
    height: 0.2em;
    border-radius: 50%;
    background-color: #889d43;
    top: -7px;
    left: 50%;
    transform: translate(-50%, 0);
}
.check {
    margin: 30px;
}
.check li {
    text-align: left;
    padding-left: 30px;
    background-image: url(../image/top-page/check.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 1px dashed #889d43;
    margin: 0 30px;
}
.green_letter {
    margin-top: 70px;
    font-size: 2.4rem;
    color: #889D43;
    font-weight: bold;
    line-height: 1.4;
}
/*黄土座器について*/
.bg_green {
    background-color: #E7E8D2;
    position: relative;
    padding-bottom: 20px;
    margin-left: 30px;
}
.bg_breen__leaf-right {
    position: absolute;
    top: -86px;
    right: -233px;
}
.bg_breen__leaf-left {
    position: absolute;
    bottom: -323px;
    left: -187px;
    z-index: 10;
}
.bg_usu-green {
    background-color: #E7E8D2;
    margin-top: 30px;
    padding-bottom: 30px;
}
.bg_green h2 {
    padding-top: 50px;
    line-height: 1.5;
}
.bg_breen__image {
    position: absolute;
    top: 140px;
    left: -60px;
}
.bg_wh {
    margin: 20px;
    margin-top: 330px;
    padding: 30px 10px;
    background-color: rgba(255, 255, 255, .7);
    position: relative;
    z-index: 1;
}
/*
.bg_wh::after {
	content: '';
	background: url(../image/top-page/leaf2.png);
	background-repeat: no-repeat;
	position: absolute;
	background-size: 100%;
	top: 0;
	left: -64px;
	right: 0;
	bottom: 0;
}
*/
/*よもぎ蒸しの流れ*/
.p-top-schedule__timeline l-inr-m {
    margin-bottom: 85px;
}
.l-inr-m {
    max-width: 1152px;
    width: 92%;
    margin: 0 auto;
}
.p-top-schedule__timeline {
    position: relative;
}
/*
.p-top-schedule__timeline l-inr-m ol{
  position: relative;
}
*/
.p-top-schedule__timeline ol:before {
    content: '';
    display: block;
    width: 2px;
    height: 80%;
    background-color: rgba(170, 205, 6, 0.4);
    border-radius: 1px;
    position: absolute;
    top: 150px;
    left: -15%;
}
.flow__item {
    padding-top: 0;
    position: relative;
}
.flow__time img {
    width: 80%;
}
.flow__time {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25%;
    display: block;
    top: 115px;
    left: -15%;
    border-top: 20px solid #FBF5F3;
    border-bottom: 20px solid #FBF5F3;
    line-height: 1;
}
.yomogi_costomer {
    width: 80%;
}
.l-inr-m {
    max-width: 1152px;
}
.l-inr-l, .l-inr-m, .l-inr-ss, .l-inr-s {
    width: 70%;
    margin: 0 0 0 90px;
}
/*店舗情報（アクセス）*/
.access_list {
    width: 80%;
    margin: auto;
    display: block;
}
.access_list dl {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
}
.access_list dt {
    width: 30%;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}
.access_list dd {
    padding: 10px;
    margin-bottom: 10px;
    border-left: 1px solid #ccc;
    width: 70%;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
}
/*公式ブログはこちら*/
.blog_banner {
    background: #B44C4C;
    padding: 5px;
    color: #fff;
    margin: 20px auto;
    border-radius: 20px;
    width: 300px;
}
/*
----------------------------

サロンについて

-----------------------------*/
#about .bg_pink {
    padding-bottom: 140px;
}
.owner_pic {
    box-shadow: 23px 21px #e0b8b8;
}
.owner_letter {
    margin-top: 50px;
    padding: 20px;
    background-color: rgba(255, 255, 255, .7);
}
.balloon3 {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    margin-left: -19px;
    padding: 10px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 10px;
    z-index: 10;
    font-size: 1.2rem;
}
.balloon3::before {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 40px;
    width: 0;
    height: 0;
    border-top: 30px solid #666;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform-origin: left top;
    transform: skewX(40deg);
}
.balloon3::after {
    content: "";
    position: absolute;
    bottom: -26px;
    right: 43px;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform-origin: left top;
    transform: skewX(40deg);
}
.eucalyptus {
    display: none;
}
/*----------------------------

よくあるご質問

------------------------------*/
.accordion label {
    display: block;
    background-color: #ABBF6B;
    padding: 15px 15px;
    color: #fff;
    cursor: pointer;
    border-top: 1px solid #ffffff;
}
.accordion p {
    opacity: 0;
    display: none;
    background-color: #fff;
    padding: 15px;
}
.accordion .q {
    font-family: 'Playfair Display', serif;
    font-size: 2.0rem;
    margin-right: 10px;
    padding: 5px 7px;
    border-radius: 50%;
    background-color: #537d24;
}
.hiddentext .a {
    font-family: 'Playfair Display', serif;
    font-size: 2.0rem;
    margin-right: 10px;
    padding: 5px 7px;
    border-radius: 50%;
    background-color: #b44c4c;
    color: #fff;
}
/* change id to relate to new html */
#one:checked ~ .hiddentext {
    display: block;
    opacity: 1;
}
input#one {
    display: none;
    position: relative;
}
#two:checked ~ .hiddentext {
    display: block;
    opacity: 1;
}
input#two {
    display: none;
    position: relative;
}
#three:checked ~ .hiddentext {
    display: block;
    opacity: 1;
}
input#three {
    display: none;
    position: relative;
}
#four:checked ~ .hiddentext {
    display: block;
    opacity: 1;
}
input#four {
    display: none;
    position: relative;
}
#five:checked ~ .hiddentext {
    display: block;
    opacity: 1;
}
input#five {
    display: none;
    position: relative;
}
#six:checked ~ .hiddentext {
    display: block;
    opacity: 1;
}
input#six {
    display: none;
    position: relative;
}
/*----------------------------

メニュー・料金

------------------------------*/
#menu .content {
    background-color: #fff;
    border: 1px #574e4e solid;
    margin-bottom: 100px;
    max-width: 900px;
    margin: 0 auto;
}
#menu .btn {
    width: 230px;
}
.font_shokai {
    font-size: 2.5rem;
    font-weight: bold;
}
.font_price {
    font-size: 3.7rem;
    font-weight: bold;
}
.font-large {
    font-size: 4.7rem;
    line-height: 1;
}
.font-large::after {
    content: '';
    border: 3px solid;
    display: block;
    position: relative;
    margin: 0 50px;
    top: 7px;
}
.yomogi_price_text {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 70px;
}
.yomogi-shokai {
    color: #b44c4c;
}
.ticket {
    padding: 30px 5px;
    margin-top: 40px;
}
.ticket_red {
    font-size: 1.8rem;
}
.ticket_red::before {
    font-family: "Font Awesome 5 Free";
    content: '\f075';
    padding-right: 10px;
    font-size: 30px;
    font-weight: 900;
}
.ticket-list {
    padding: 30px 5px;
}
.ticket-item {
    width: 80%;
    background-color: #E7E8D2;
    margin: auto;
    padding: 20px 0 20px;
    margin-bottom: 28px;
    border: 1px solid;
    line-height: 1;
}
h3.ticket_name {
    display: block;
    color: #574E4E;
    margin-top: 0;
}
.ticket_price {
    font-family: 'PT Sans', sans-serif;
    display: block;
    color: #B44C4C;
    font-size: 4.2rem;
    margin: 48px 0 20px;
}
.ticket_price::after {
    content: "円";
    font-size: 1.6rem;
}
.ticket_small {
    font-size: 1.3rem;
    padding-top: 10px;
}
.ticket_small::before {
    content: "";
    border: 1px dotted;
    display: block;
    margin-bottom: 10px;
}
.ticket-item:last-child {
    margin-bottom: 0;
}
.original_goods_price {
    background-image: url("../image/menu/menu_bg-sp.jpg");
    padding: 0 20px 20px;
}
.item {
    display: flex;
    justify-content: center;
}
.goods{
    font-size: 1.2rem;
}
.goods_price {
    font-size: 1.4rem;
}
li.customer_voice {
    background-color: #fff;
    padding: 40px 20px 20px;
    margin-bottom: 20px;
}
li.customer_voice .small {
    font-size: 1.3rem;
    color: #b44d4c;
    margin-bottom: 20px;
    text-align: center;
}
p.customer_voice_right {
    text-align: left;
}
/*----------------------------

講座

------------------------------*/
.school_image {
    margin-bottom: 30px;
}
.bg_light-green {
    background-color: #E7E8D2;
    padding: 1px 0 50px;
}
h2.merit::before{
    font-family: "Font Awesome 5 Free";
	        content: '\f521';
	        padding-right: 10px;
			font-size: 30px;
    color: darkred;
           font-weight: 900;
    
    
}
.salon_voice {
    background-color: #fff;
    border: 1px solid #707070;
    padding: 20px;
    margin: 0 auto 50px;
    width: 80%;
}

    /*
	display: flex;
	justify-content: space-between;
*/

.salon_name {
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}
.merit_list li {
    position: relative;
    line-height: 2em;
    padding-left: 2em;
}
.merit_list li::before {
    position: absolute;
    left: 0;
    content: '';
    background: url(../image/top-page/check.png) no-repeat;
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-top: 3px;
}
.merit_list2 li {
    position: relative;
    line-height: 2em;
    padding-left: 2em;
}
.merit_list2 li::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 2em;
    height: 2em;
    background-size: contain;
    font-family: "Font Awesome 5 Free";
    content: '\f06c';
    color: #889D43;
    padding-left: 10px;
    font-weight: 900;
}


.school_table {
    width: 100%;
    border: 1px solid #707070;
    padding: 10px;
}
.school_table th {
    border: 1px solid #707070;
    background-color: #EAD2C6;
    padding: 5px;
    text-align: center;
}
.school_table td {
    border: 1px solid #707070;
    padding: 5px;
    text-align: center;
}
.school_table th, td {
    display: block;
}
.school_table a{
    color: #084EE7;
}
.illust{
    width: 50%;
    margin: 30px auto 20px;
}
/*----------------------------

インフォメーション

------------------------------*/
.infomation {
    text-align: center;
    background-color: #fff;
    padding: 50px 10px;
    margin: 100px 0;
    font-size: 1.3rem;
}
.infomation .btn {
    width: 80%;
    margin: 0 auto 30px;
}
.infomation .tel a {
    font-size: 3.5rem;
    color: #574E4E;
    font-family: 'PT Sans', sans-serif;
}
.infomation .tel::before {
    content: "ご予約はお気軽にどうぞ";
    display: block;
    top: 20px;
    position: relative;
}
.infomation .tel::after {
    content: "※接客中は電話に出られませんので必ずメッセージを入れてください";
    display: block;
    top: -10px;
    position: relative;
}
/*----------------------------

アクセス

------------------------------*/
.access_wrapp {
    padding-bottom: 20px;
}
.access_right dl {
    margin-left: 20px;
}
.access_right dl dt {
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #b44c4c;
}
.access_right dl dt.access::before {
    font-family: "Font Awesome 5 Free";
    content: '\f015';
    padding-right: 10px;
    font-size: 20px;
    font-weight: 900;
}
.access_right dl dt.company::before {
    font-family: "Font Awesome 5 Free";
    content: '\f1ad';
    padding-right: 10px;
    font-size: 20px;
    font-weight: 900;
}
.access_right dl dt.tel::before {
    font-family: "Font Awesome 5 Free";
    content: '\f879';
    padding-right: 10px;
    font-size: 20px;
    font-weight: 900;
}
.access_right dl dt.train::before {
    font-family: "Font Awesome 5 Free";
    content: '\f238';
    padding-right: 10px;
    font-size: 20px;
    font-weight: 900;
}
.maps-outer {
    position: relative;
    padding-top: 75%;
    margin-bottom: 30px;
}
.mapps {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*----------------------------

フッター

------------------------------*/
footer {
    background-color: #889D43;
    padding-bottom: 100px;
    color: #fff;
}
footer ul {
    font-size: 1.5rem;
    padding: 50px 50px 10px;
}
footer ul li a {
    color: #fff;
}
footer ul li a:hover {
    position: relative;
    top: -4px;
}
.sns {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
}
.copy {
    font-size: 1.4rem;
    text-align: center;
    margin: 0 auto;
}

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

フッター固定メニュー

------------------------------*/
/*
.fa-shopping-cart:before {
	content: "\f07a";
	top: 33%;
	left: 47%;
	color: #fff;
	position: absolute;
}

.fas fa-user {
	position: relative;
}

.fa-user:before {
	content: "\f182";
	top: 33%;
	left: 47%;
	color: #fff;
	position: absolute;
}
*/
/*メニューをページ下部に固定*/
#sp-fixed-menu {
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.8;
    z-index: 99;
}
/*メニューを横並びにする*/
#sp-fixed-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
#sp-fixed-menu li {
    justify-content: center;
    align-items: center;
    /* width: 33.33%; */
    width: 25%;
    padding: 0;
    margin: 0;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#sp-fixed-menu li:first-child {
    border-left: 2px solid #fff;
}
/*フッターメニューの背景*/
#sp-fixed-menu {
    background: #889D43;
}
/*ボタンを調整*/
#sp-fixed-menu li a {
    color: #fff;
    text-align: center;
    display: block;
    line-height: 1;
    /* padding: 20px 20px; */
    padding: 15px 4px;
    font-size: 1.2rem;
}
#sp-fixed-menu li ::after {
    font-family: "Font Awesome 5 Free";
    content: '';
    padding-left: 70px;
    color: #fff;
    font-weight: 900;
    display: block;
}
#pagetop {
    position: fixed;
    right: 10px;
    bottom: 100px;
    cursor: pointer;
    z-index: 100;
}
.header_r {
    display: none;
}
.g_nav {
    display: none;
}
.news::before {
    display: none;
}

@media screen and (min-width:481px) {
    .kv-sp {
        background: url(../image/top-page/mv1.jpg);
        background-size: cover;
    }
    .header-pc {
        display: block;
        position: relative;
    }
    .header-sp {
        display: none;
    }
}
/*----------------------------

ここからPC

------------------------------*/
@media screen and (min-width:769px) {
    body {
        font-size: 1.5rem;
    }
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
    .br-sp {
        display: none;
    }
    .br-pc {
        display: block;
    }
    h1 {
        font-size: 2.8rem;
        margin: 100px 0 30px;
    }
    h2 {
        font-size: 2.4rem;
    }
    h3 {
        font-size: 16px;
    }
    .header-sp {
        display: none;
    }
    .inner {
        width: 70%;
        max-width: 1400px;
        margin: 0 auto 100px;
    }
    .font_small {
        font-size: 1.5rem;
    }
    .left {
        margin-right: 5%;
    }
    .title {
        margin-top: 0;
    }
    .menu-trigger {
        display: none;
    }
    #sp-fixed-menu {
        display: none;
    }
    .menuButton {
        opacity: 0;
    }
    .btn-trigger {
        display: none;
    }
    /*----------------------------

ヘッダー（PC）

------------------------------*/
    .header_info {
        display: flex;
        justify-content: space-between;
        position: relative;
        max-width: 1600px;
        line-height: 1.2;
        margin: 0 auto 20px;
    }
    .header_r {
        font-size: 1.2rem;
        position: absolute;
        top: 0;
        right: 80px;
    }
    .header_r .btn {
        margin: 0;
        padding: 12px;
        width: 250px;
        height: 25px;
        line-height: 25px;
        border-radius: 0 0 5px 5px;
    }
    .header_r__info {
        margin-top: 15px;
    }
    .header_tel a {
        color: #574E4E;
        font-size: 3.5rem;
        font-family: 'PT Sans', sans-serif;
    }
    .header_tel::before {
        font-family: "Font Awesome 5 Free";
        content: '\f879';
        padding-right: 10px;
        font-size: 30px;
        font-weight: 900;
    }
    .header-pc_p, .header-pc_p-s {
        display: block;
    }
    .logo {
        width: 10%;
    }
    /*----------------------------

グローバルナビ

------------------------------*/
    #global-nav {
        display: block;
    }
    #global-nav ul {
        overflow: hidden;
        margin: 0 auto;
        padding: 0 3%;
        width: 94%;
        line-height: 1.2;
        display: block;
        font-family: 'Noto Sans JP';
        font-weight: 300;
    }
    #global-nav ul li {
        border-right: 1px dashed #ABBF6B;
        position: relative;
        float: left;
        width: 14%;
    }
    #global-nav ul li:first-child {
        border-left: 1px dashed #ABBF6B;
    }
    #global-nav ul li a {
        color: #574E4E;
        font-weight: 600;
        display: block;
        padding: 17px 5%;
        width: 90%;
        text-align: center;
        text-decoration: none;
    }
    #global-nav ul li:hover {
        background-color: #E7E8D2;
        transition: 0.5s;
    }
    .sub_name {
        display: block;
        color: #889D43;
        font-size: 1.5rem;
        font-family: 'PT Sans', sans-serif;
    }
    /*----------------------------

キービジュアル（PC）

------------------------------*/
    .header-pc {
        display: block;
        position: relative;
    }
    .top-catch{
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        left: 50%;
    }
    .header-pc .demo-mask {
        width: 100%;
        position: absolute;
        bottom: -16px;
        left: 0;
    }
    .bxslider li img {
        display: block;
        width: 100%;
    }
    .demo-mask img {
        display: block;
        width: 100%;
    }
/*
    .header-pc_p {
        opacity: 0;
    }
*/
    .header-pc_p, .header-pc_p-s {
        position: absolute;
        top: 42%;
        transform: translateY(-100px);
        left: 200px;
        font-size: 4.8rem;
        color: #fff;
        text-shadow: 1px 2px 3px #889d43;
        line-height: 1.5;
        font-family: 'noto sans jp';
        font-weight: 500;
        letter-spacing: 2.8px;
    }
    .header-pc_p-s {
        font-size: 2.0rem;
        line-height: 1.5;
        top: 78%;
        left: 20%;
    }
    /*----------------------------

トップページ()

------------------------------*/
    .news {
        position: relative;
    }
    .first {
        margin: 100px auto 30px;
        width: 400px;
    }
  
    .feature:after {
        left: 49%;
    }
    .features {
        display: flex;
        justify-content: space-between;
        margin: 0 130px;
    }
    .three_features{
        max-width: 1200px;
        margin: 0 auto;
    }
    .features_item p {
        padding: 0 20px;
    }
    .problem.inner {
        margin: 0px auto 100px;
    }
    .check {
        margin: 0;
    }
    .bg_wh {
    margin-top: 20%;
    margin-left: 45%;
    padding: 30px;
}
    .bg_green .inner{
        min-width: 1000px;
        margin: 0 auto;
    }
    .bg_breen__image {
        width: 60%;
        position: absolute;
        top: 120px;
        left: -60px;
    }
    .bg_breen__leaf-right {
        top: -137px;
        right: -112px;
    }
    .bg_breen__leaf-left {
        bottom: -300px;
        left: -93px;
        z-index: 10;
    }
    .bg_wh-pc {
        padding: 100px;
    }
    .check_list {
        display: flex;
        justify-content: space-around;
        width: 80%;
        margin: auto;
    }
  
    /*
		.l-inr-l,
		.l-inr-m,
		.l-inr-ss,
		.l-inr-s {

			margin: 0 60px;
			width: 90%;
		}
*/
    /*本文下のバナー２つ並び*/
    .banner {
        display: flex;
        justify-content: space-around;
    }
    .banner li {
        margin-right: 50px;
    }
    .banner li:last-child {
        margin-right: 0;
    }
    /*バナー下のアクセス情報*/
    .access_list {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }
    /*フッター上の店舗情報*/
/*
      .infomation {
        width: 100%;
        margin: 100px auto;
        text-align: center;
    }
*/
    .infomation {
        display: flex;
        justify-content: space-between;
        text-align: left;
        padding: 60px;
        position: relative;
        margin: 100px auto;
    }
    .infomation_left {
        width: 50%;
        border-right: 1px solid #ccc;
        padding-right: 67px;
        box-sizing: border-box;
        min-width: 400px;
    }
    .infomation_right {
        position: absolute;
        top: 12%;
        left: 61%;
        
    }
    /*フッター*/
    footer ul {
        display: flex;
        flex-wrap: wrap;
    }
    footer ul li {
        padding: 0 20px;
        margin-bottom: 10px;
        border-right: 1px solid #fff;
        line-height: 1.2;
    }
    .sns {
        justify-content: center;
    }
    .sns li {
        border: none;
    }
    /*----------------------------

サロンについて（PC)

------------------------------*/
    .salon_info {
        display: flex;
        justify-content: space-between;
        width: 90%;
        max-width: 900px;
        margin: auto;
    }
    .salon_info .right {
        width: 50%;
        text-align: left;
    }
    .owner_pic_item {
        position: relative;
    }
    .owner_letter {
        position: relative;
        margin-top: -170px;
        margin-left: 309px;
        padding: 50px;
    }
    .owner_voice{
        max-width: 900px;
        margin: 0 auto;
    }
    img.eucalyptus {
        display: block;
        position: absolute;
        bottom: -187px;
        right: 5px;
        transform: rotate(26deg);
        width: 15%
    }
    .btn_blog {
        margin-bottom: 110px;
    }
    .salon_text {
        width: 60%;
        margin: auto;
    }
    /*----------------------------

アクセス（PC)

------------------------------*/
    .maps-outer {
        position: relative;
        padding-top: 21.4285%;
    }
    /*----------------------------

体験会（PC)

------------------------------*/
    .salon_voice_item {
        display: flex;
        justify-content: space-between;
    }
    .salon_voice {
        margin-right: 30px;
    }
    .salon_voice_item{
        width: 90%;
        margin: 0 auto;
    }
    .salon_voice:last-child {
        margin-right: 0;
    }
    .taiken {
        display: flex;
        justify-content: space-between;
        max-width: 900px;
        margin: 0 auto;
    }
    .taiken_pic {
        width: 343%;
        margin-right: 30px;
    }
    .illust{
    width: 25%;
    }
    /*----------------------------

メニュー・料金（PC)

------------------------------*/
    .font-large::after {
        width: 29%;
        margin: auto;
    }
    .ticket {
        padding: 30px 50px;
    }
    .ticket-list {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        padding: 20px;
    }
    .ticket-item {
        width: 33.33%;
        margin-bottom: 0;
        margin-right: 20px;
    }
    .ticket-item:last-child {
        margin-right: 0;
    }
    .goods {
        width: 50%;
        margin: 0 auto;
        font-size: 1.6rem;

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

お客様の声（PC)

------------------------------*/
    li.customer_voice {
        display: flex;
        justify-content: space-between;
    }
    .customer_voice_left {
        width: 30%;
        margin-right: 20px;
    }
    p.customer_voice_right {
        width: 70%;
    }
    /*----------------------------

開業講座（PC)

------------------------------*/
    .merit_list, .merit_list2 {
        margin-left: 100px;
    }
    .salon_voice {
        width: 50%;
    }
    .school_table {
        width: 50%;
        margin: auto;
    }
    .school_table th, td {
        display: table-cell;
    }
    /*----------------------------

アクセス（PC)

------------------------------*/
    .access_wrapp {
        display: flex;
        justify-content: space-between;
        width: 90%;
        max-width: 900px;
        margin: auto;
    }
    .access_wrapp h2 {
        padding: 20px 0;
    }
    .access_right dl dt:first-child {
        margin-top: 0;
    }
    .school_image {
    width: 40%;
}
    /*----------------------------

フッターメニュー（PC)

------------------------------*/
    footer ul li {
        border-right: 2px solid #fff;
        padding-right: 18px;
        padding-left: 24px;
        line-height: 1.8;
    }
    .flow {
        margin: 0 auto;
    }
    .flow__time {
        top: 30px;
        left: -30%;
        width: 30%;
    }
    .flow__item {
        width: 40%;
    }
    .yomogi_costomer {
        width: 100%;
    }
    .p-top-schedule__timeline ol:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .flow__item:nth-of-type(2n-1) {
        float: left;
        margin-top: 300px;
    }
    .flow__item:nth-of-type(2n-1) .flow__time {
        left: 96%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    .flow__item:first-child {
        margin-top: 0;
    }
    .flow__item:first-child .flow__time {
        top: 0;
    }
    .flow__item:nth-of-type(2n) {
        float: right;
        margin-top: 350px;
    }
    .flow__item:nth-of-type(2n) .flow__time {
        left: -54%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    .l-inr-m {
        max-width: 100%;
    }
    .l-inr-l, .l-inr-m, .l-inr-ss, .l-inr-s {
        width: 80%;
        margin: 0 auto;
    }
}

.top-calendar {
    margin: 0 auto;
}

.top-calendar .inner {
    margin: -20px auto 0;
    padding: 20px 20px;
    background: #fff;
}

@media screen and (max-width:769px) {
    .top-calendar {
        padding: 0 20px;
    }
    .top-calendar .inner {
        width: 100%;
        padding: 20px 20px;
        box-sizing: border-box;
    }
}