/* ------------------------------ 
            共通部分 
---------------------------------- */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family:
        YuMincho,
        /* Mac用 */
        'Yu Mincho',
        /* Windows用 */
        serif;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
}

.meiryo_text {
    font-family: 'メイリオ', 'Meiryo', 'MS ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.home section {
    margin-bottom: 100px;
}

.page_content a {
    color: #337ab7;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 2.0rem;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 60px;
    letter-spacing: 0.05em;
}

.page_main h1 {
    padding-bottom: 10px;
    border-bottom: #337ab7 1px dotted;
}

section h1 {
    text-align: center;
}

.section_1:not(.home .section_1) {
    margin-bottom: 40px;
}

h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}

h3 {
    font-weight: bold;
    font-size: 1.2rem;
    /* line-height: 12px; */
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.bg_photo {
    width: 120vw;
    height: 100%;
    background: url(annnya.hair-img/グループ\ 43.png) border-box left/cover;
}

/* ---------  read_more_btn--------- */

.read_more_wrap {
    width: 90px;
    height: 36px;
    position: relative;
}

.read_more_wrap a {
    text-decoration: none;
}

.read_more_btn {
    padding: 0 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.read_more_btn p {
    color: #000;
    letter-spacing: 0;
    font-size: 1.2rem;
}

.read_more_btn img {
    width: 9px;
    height: 9px;
}


.read_more_wrap:before,
.read_more_wrap:after {
    content: '';
    position: absolute;
    transition: all 0.2s linear;
    height: 1px;
    width: 0;
    background: #000;
}

.read_more_wrap:before {
    top: 0;
    left: 0;
}

.read_more_wrap:after {
    bottom: 0;
    right: 0;
}

.read_more_btn:before,
.read_more_btn:after {
    content: '';
    position: absolute;
    transition: all 0.2s linear;
    transition-delay: 0.2s;
    height: 0;
    width: 1px;
    background: #000;
}

.read_more_btn:before {
    top: 0;
    right: 0;
}

.read_more_btn:after {
    bottom: 0;
    left: 0;
}

.read_more_wrap:hover:before,
.read_more_wrap:hover:after {
    width: 100%;
}

.read_more_btn:hover:before,
.read_more_btn:hover:after {
    height: 100%;
}

/* --------------- グリッド用 css ----------------*/
#body:not(.home) {
    color: #212529;
    display: grid;
    grid-template:
        "header header header"
        "...... center ......"
        "...... ...... ......"60px "...... left   ......"
        "...... ...... ......"60px "footer footer footer"
        / 4% 1fr 4%;
}

header {
    grid-area: header;
}

main {
    grid-area: center;
}

aside {
    grid-area: left;
}

footer {
    grid-area: footer;
}

.page_content p {
    margin-top: 30px;
    margin-bottom: 1.2em;
    line-height: 1.7;
    word-break: break-all;
}

/* --------------------------------------------
 * 　お問合わせ
 * -------------------------------------------- */
.wpcf7 {
    width: 100%;
    font-size: 16px;
}

.wpcf7 table {
    width: 100%;
    font-size: 16px;
}

.wpcf7 table .td_left {
    width: 25%;
    height: auto;
    vertical-align: middle;
    background: #ffffff;
    padding: 0 2%;
}

.wpcf7 table .td_right {
    width: 75%;
    height: auto;
    background: #fff;
    padding: 10px 2%;
}

.wpcf7 p {
    margin: 0 0 15px 0;
}

.wpcf7 input, .wpcf7 select {
    width: 100%;
    height: 45px;
    padding: 5px 5px 3px;
    border-radius: 3px;
    border: none;
    font-size: 16px;
}

.wpcf7 textarea {
    width: 100%;
    height: 150px;
    padding: 5px 5px 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 16px;
}

.wpcf7 .wpcf7-list-item {
    display: block;
}

.wpcf7 .flexwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
    background: #F2F1EC;
    border: none;
    outline: none;
}

.wpcf7 tr td .any {
    display: inline-block;
    min-width: 40px;
    color: #fff;
    background: #59c197;
    padding: 3px 7px 1px;
    margin-left: 5px;
    border-radius: 2px;
    font-size: 12px;
}

.wpcf7 tr td .required {
    display: inline-block;
    min-width: 40px;
    color: #fff;
    background: #EF0846;
    padding: 3px 7px 1px;
    margin-left: 5px;
    border-radius: 2px;
    font-size: 12px;
}

.wpcf7 tr .wpcf7-form-control-wrap input:focus {
    outline: solid #efefef 1px;
    outline-offset: -1px;
    background-color: #fcfcfc;
}

.wpcf7 tr .wpcf7-form-control-wrap textarea:focus {
    outline: solid #efefef 1px;
    outline-offset: -1px;
    background-color: #fcfcfc;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 .wpcf7-response-output {
    display: block;
    font-size: 12px;
    color: #a00;
}

.wpcf7 .screen-reader-response {
    display: none;
}

.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    text-align: center;
}

.wpcf7 #acceptance {
    text-align: center;
}

.wpcf7 .ajax-loader {
    display: block !important;
    margin: 0 auto !important;
}

.wpcf7 .submitting .ajax-loader {
    background: url(./../img/ajax-loader.gif) no-repeat center;
    width: 16px;
    height: 36px;
    display: block;
    width: 100%;
}

.wpcf7 form:not([data-status="init"]) .wpcf7-response-output {
    font-size: 1.7rem;
    padding: 10px 10px 7px;
    border: 3px solid #EF0846;
}

.wpcf7 form[data-status="submitting"] .wpcf7-response-output {
    display: none;
}

.submit_box {
    text-align: center;
    margin: 30px 0 50px;
}

.submit_box input[type="submit"] {
    background: #333;
    border: none;
    border-radius: 3px;
    padding: 4px 15px 0;
    font-size: 16px;
    color: #fff;
    display: inline-block !important;
    width: 100%;
    max-width: 380px;
}

.submit_box input[type="submit"]:hover {
    cursor: pointer;
}

.submit_box input[type="submit"]:disabled {
    background: #eee;
    color: #454545;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* ----------------------------------------------
                    サイドバー
-------------------------------------------------*/

.page_sidebar_h2 {
    padding-bottom: 10px;
    border-bottom: #707070 1px solid;
}

.sidebar_category_head {
    padding-bottom: 8px;
}

.sidebar_category_head p {
    font-size: 1.6rem;
    border-bottom: solid #707070 1px;
    position: relative;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.sidebar_category_head p:after {
    content: '';
    width: 30%;
    border-bottom: solid #2271b1 1px;
    position: absolute;
    overflow: hidden;
    bottom: -1px;
    display: block;
}

.sidebar_category_head li {
    padding: 10px 0;
    border-bottom: dotted 1px #707070;
}

aside input {
    margin-top: 15px;
    font-weight: bold;
}

aside input[type='submit'] {
    background-color: #eee;
    height: 25px;
    border: #707070 1px solid;
    border-radius: 3px;
    box-shadow: 0px 1px 3px #212529;
}

aside input[type='search'] {
    height: 25px;
    width: 70%;
    max-width: 300px;
    border: 1px solid #707070;
    border-radius: 3px;
    font-size: 1.4rem;
}

.aside_blog_date {
    margin-top: 10px;
}

.aside_post_container ul {
    margin-bottom: 30px;
}

input.search-submit{
    color: #000;
}

/* -------------------------------------------------
                トップへ戻るボタン
---------------------------------------------------*/

/* ボタンのスタイル */
.page-top {
    /* buttonタグのリセットCSS */
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;

    /* ボタンの装飾 */
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3379b7c5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    opacity: 0;
}

/* 矢印のスタイル */
.page-top::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-bottom: -6px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(-45deg);
}

/* ホバー時のスタイル */
.page-top:hover {
    transform: scale(1.1);
}

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

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

.black-bg {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #222222;
    opacity: .6;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    transition: all 0.2s;
    cursor: pointer;
    z-index: 30;
}

.burger-bg {
    transition: all 0.2s;
    position: fixed;
    top: 0;
    left: 100%;
    height: 100vh;
    width: 50%;
    background-color: #222222;
    opacity: 0.95;
    z-index: 40;
}

.burger-menu-wrapper {
    padding-top: 180px;
    margin: 0 auto;
    width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.burger-menu-wrapper li:not(:last-child) {
    margin-bottom: 30px;
}

/*-------　↑↑↑↑↑↑↑↑　--------  */

.section_1 {
    margin-top: 90px;
}

.header_nav_bg {
    background-color: rgba(226, 226, 226, 0.26);
    backdrop-filter: blur(7px);
	 -webkit-backdrop-filter: blur(7px);
    /* box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4); */
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 25;
}

.header_nav_wrap {
    max-width: 1024px;
    padding: 15px 8% 15px 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_nav_wrap a {
    text-decoration: none;
}

.logo img{
	height: 40px;
	width: auto;
}

.nav_menu_wrap {
    display: none;
}

/* -----------  ハンバーガーボタン------------- */

.burger-btn-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 50;
    height: 15px;
    width: 83px;
    justify-content: space-between;
}

.burger-btn {
    width: 20px;
}

.bar {
    background-color: #000;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.2s;
}

.bar-top {
    top: 0;
}

.bar-mid {
    top: 50%;
}

.bar-bottom {
    top: 100%;
}

.burger-btn-text {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    line-height: 20px;
    font-weight: bold;
    color: #000;
}

/*-------　↑↑↑↑↑↑↑↑　--------*/

/* ------ バーガーボタンjs ------ */
.burger-bg-position {
    left: 50%;
}

.black-bg-js {
    visibility: visible;
}

.bar-top-js {
    transform: rotate(-45deg);
    top: 50%;
}

.bar-mid-js {
    display: none;
}

.bar-bottom-js {
    transform: rotate(45deg);
    top: 50%;
}

.noscroll-js {
    overflow: hidden;
}

.color-white {
    color: #fff;
}

.bar-white-js {
    background-color: #fff;
}

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

.fv_wrap {
    margin-top: 30px;
    width: 92%;
    height: 340px;
    margin-left: auto;
    position: relative;
}

.fv_bg_area {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fv_photo_container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1080px;
}

.fv_shop_name {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
    border: #707070 solid 1px;
    position: absolute;
    top: 5%;
    left: 10%;
    width: 30%;
    max-width: 300px;
    height: auto;
    z-index: 4;
}

.fv_model_photo {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 5%;
    right: 4%;
    width: 35%;
    max-height: 260px;
    height: auto;
    overflow: hidden;
    z-index: 3;
}

.fv_shop_Interior {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
    position: absolute;
    height: 47%;
    /* height: auto; */
    width: 50%;
    max-width: 500px;
    top: -2%;
    right: 4%;
    z-index: 2;
}

.fv_shop_Exterior {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 61%;
    height: 53%;
    max-width: 660px;
    max-height: 380px;
    bottom: 5%;
    left: -4%;
}

/* ---------------ヘッダーイメージ分岐--------------------- */

.header_image {
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 3rem;
}

/* --------------shop-infoヘッダーイメージ--------------- */

.page_header_image {
    background: url(annnya.hair-img/tennpo-naisouu2x.jpg) no-repeat center/cover;
}

.single_header_image {
    background: url(annnya.hair-img/IMG_20180330_161928_22x.jpg) no-repeat center/cover;
}

.header_image span {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.77);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
}

.side_title {
    transform: translateY(-50%);
}

/* ----------- 日時、パンくず -------------- */

#breadcrumb {
    margin: 20px 4% 10px 4%;
    padding: 0 0 10px 0;
    border-bottom: #333 1px dotted;
}

.page-id-727 #breadcrumb {
    margin-top: 60px;
}

/* -----------------------------
concept
--------------------------------- */

.blog_h1 {
    margin-top: -20px;
}

.concept_bg_wrap, .conceptPage_bg_wrap {
    padding-top: 20px;
    position: relative;
    height: 185px;
    width: 100%;
}

.concept_bg_alea, .conceptPage_bg_alea {
    position: absolute;
    overflow: hidden;
    width: 112%;
    height: 185px;
    left: -20%;
    /* margin-bottom: 60px; */
}

.concept_photo_container, .conceptPage_photo_container {
    width: 92%;
    height: 185px;
    position: absolute;
    right: 4%;
}

.concept_Interior_photo, .conceptPage_Interior_photo {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
    width: 51%;
    height: 86%;
    overflow: hidden;
    max-width: 300px;
    max-height: 200px;
    position: absolute;
    right: 0;
    bottom: 18%;
    z-index: 20;
}

.concept_stylist_photo, .conceptPage_stylist_photo {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
    width: 51%;
    height: 86%;
    max-height: 200px;
    max-width: 230px;
    position: absolute;
    bottom: -5%;
    left: 0;
    z-index: 10;
}


.concept_text_container {
    max-width: 1024px;
    margin: 60px 8%;
    min-width: 300px;
}

.concept_text {
    line-height: 18px;
    letter-spacing: 0.015em;
    z-index: 20;
}

.concept_read_more {
    background-color: #eee;
    margin: 20px 12% 0 auto;
}

/* ---------------------------------
            blog
------------------------------------*/
.blog_wrap {
    position: relative;
    width: 100%;
}

.blog_bg_alea {
    overflow: hidden;
    width: 92vw;
    height: 420px;
    margin-left: auto;
}

.blog_content_wrap {
    position: absolute;
    bottom: 0;
    left: 4%;
    max-width: 400px;
    width: 88vw;
    height: 100%;
    z-index: 20;
}

.blog_container {
    width: 100%;
    height: auto;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
    padding: 25px 20px 20px 20px;
    background-color: #F6F6F6;
    border: #707070 1px solid;
    opacity: 0;
    transition: all 1.5s ease;
}


.blog_container ul {
    display: flex;
    flex-direction: column;
}

.blog_content {
    width: 100%;
}

.blog_content a {
    display: flex;
    text-decoration: none;
}

.blog_content:not(:last-child) {
    margin-bottom: 25px;
}

.blog_thumbnail {
    width: 60px;
    height: 75px;
    flex-shrink: 0;
}

.blog_thumbnail img {
    border: #707070 solid 1px;
    width: 100%;
}

.blog_date {
    margin-top: 5px;
    display: block;
    font-size: 1rem;
    letter-spacing: 0;
}

.blog_content_text {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.blog_content_text p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 10px;
}

.blog_read_more {
    background-color: #fff;
    margin: 20px 20px 0 auto;
}

/* ------------ページネーション--------------- */

.navigation {
    margin: 30px 0 20px 0;
    text-align: center;
}

.navigation span, .navigation a.page {
    padding: 0 5px !important;
}

.navigation span.current, .navigation a.page.current {
    background: #8bc1ff;
    border: 1px solid #8bc1ff !important;
    color: #ffffff;
}

cr .page_navigation {
    margin-top: 30px;
}

.page_navigation .nav_link.previous {
    text-align: left;
}

.page_navigation .nav_link.next {
    text-align: right;
}

/* --------------------------------------
                style
-----------------------------------------*/
.section_style {
    margin-bottom: 100px;
}

.section_style h1 {
    margin-bottom: 80px;
}

.style_wrap {
    position: relative;
}

.style_bg_alea {
    width: 100vw;
    height: 840px;
    overflow: hidden;
}

.style_bg_photo {
    height: 100%;
    width: 140vw;
    background: url(annnya.hair-img/グループ52.png) repeat border-box left/50%;
}

.style_wrap ul {
    max-width: 768px;
    height: 840px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.style_photo {
    position: absolute;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
    transition: all 300ms ease;
    height: 180px;
    width: 180px;
}

.style_photo:nth-child(1) {
    top: -20px;
    left: 16vw;
}

.style_photo:nth-child(2) {
    top: 155px;
    right: 12vw;
    /* z-index: 30; */
}

.style_photo:nth-child(3) {
    top: 330px;
    left: 16vw;
    /* z-index: 20; */
}

.style_photo:nth-child(4) {
    top: 505px;
    right: 12vw;
}

.style_photo:nth-child(5) {
    top: 680px;
    left: 16vw;
    /* z-index: 10; */
}

.style_photo:hover {
    transform: scale(1.2);
    z-index: 50;
}

/* ----------------------------
plice list
----------------------------------*/
.pliceList_wrap {
    opacity: 0;
    transition: all 1.5s ease;
}

.pliceList_container {
    width: 240px;
    margin: auto;
}

.pliceList_container li {
    border-bottom: 1px dotted #000;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.pliceList_container span {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    display: block;
}

.pliceList_read_more {
    background-color: #eee;
    margin-left: auto;
}

/* ----------------------------------------
                stylist
-------------------------------------------*/

.stylist_wrap {
    margin: auto;
    width: 61%;
    max-width: 350px;
}

.stylist_container {
    position: relative;
    width: 100%;
}

.stylist_container:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.stylist_photo {
    width: 87%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);

}

.stylist_bg {
    width: 87%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.stylist_read_more {
    margin: 20px 0 0 auto;
    background-color: #eee;
}

/* -------------------------------------------------
access
----------------------------------------------------*/

#access{
    margin-bottom: 0;
}

.gmap_wrap {
    max-height: 450px;
    overflow: hidden;
}

.gmap {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
}

.gmap iframe {
    max-height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.access_under_bg{
    height: 50px;
    width: 100%;
    background-color: #eee;
}

/* ------------------------------------------------
                    footer
----------------------------------------------------*/

footer {
    border-top: solid 3px #337ab7;
    width: 100%;
    background-color: #eee;
}

.footer_text_wrap {
    padding: 25px;
    margin: 0 0 0 16%;
}

.footer_logo {
    background-color: #fafafa;
    width: 100px;
    height: auto;
    margin-bottom: 25px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

footer p {
    color: #000;
}

footer p:not(:last-child) {
    margin-bottom: 10px;
}

.copyright {
    background-color: #000;
    height: 28px;
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---------------------------------------------
                    js-css
------------------------------------------------*/
.js_is_active {
    opacity: 1;
}

/* ------------------------------------------
            page-shop-info.php お店情報 css
--------------------------------------------*/

.shop_Exterior_bg {
    background: url(annnya.hair-img/店舗外装春2x.jpg) no-repeat border-box center/cover;
    width: 100%;
    height: 40vh;
    min-height: 160px;
    margin: 40px auto;
}

/* -----------------------------------------------
                    404ページ
---------------------------------------------------*/

.error_page {
    text-align: center;
    line-height: 1.4;
}

.error_page a {
    color: #2271b1;
}

/* --------------------------------------------------
                カテゴリーページ
-----------------------------------------------------*/

.selected_category {
    margin-bottom: 20px;
}

/* -----------------------------------------------
                カテゴリー タグcss
--------------------------------------------------*/
.post_h1 {
    margin: 10px 0 20px 0;
}

.post_category {
    margin-bottom: 30px;
}

.post_tag {
    margin-bottom: 10px;
}

.sidebar_tag_head {
    margin-top: 10px;
}

.sidebar_tag_head ul {
    display: flex;
    flex-wrap: wrap;
}

.sidebar_tag_head li {
    margin: 4px 3px;
}

.sidebar_tag_head li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 1px 2px;
    border: 1px solid #8bc1ff;
    border-radius: 10px;
}

/* ----------------------------------------------
            プライベートblog　アーカイブ
--------------------------------------------------*/

.private_blog_main ul li {
    width: auto;
}

.private_blog_text p {
    width: 180px;
    word-break: break-all;
}

/* ------------- テスト --------------- */

.private_blog_photo {
    height: 200px;
    width: 200px;
}

/* ----------------------------------------------
            メディアクエリ　タブレット
    -----------------------------------------------*/

@media screen and (min-width:600px) {

    /* ----------------------------------------
                タブレット　共通
    -------------------------------------------*/
    body {
        font-size: 1.6rem;
    }

    .home section {
        margin-bottom: 100px;
    }

    h1 {
        font-size: 3.0rem;
        font-style: italic;
        font-weight: 700;
        margin-bottom: 80px;
    }

    h2 {
        font-size: 2.2rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    /* ------------   read more btn タブレット   ------------ */
    .read_more_wrap {
        width: 144px;
        height: 50px;
    }

    .read_more_btn {
        padding: 0 17px;
    }

    .read_more_btn p {
        font-size: 1.6rem;
    }

    .read_more_btn img {
        width: 11px;
        height: 11px;
    }

    /* -----------------------------------------
                タブレット　ヘッダー
    -------------------------------------------*/
    .fv_wrap {
        height: 80vh;
        max-height: 600px;
    }

    .fv_model_photo {
        width: 32%;

    }

    .fv_shop_Exterior {
        width: 65%;
    }

    /* ------------------------------------------
                タブレット　concept
    ----------------------------------------------*/
    .concept_bg_wrap, .conceptPage_bg_wrap {
        height: 310px;
        max-width: 900px;
        margin: auto;
    }


    .concept_bg_alea, .conceptPage_bg_alea {
        height: 310px;
    }

    .concept_photo_container, .conceptPage_photo_container {
        height: 310px;
        max-width: 678px;
        left: 50%;
        transform: translateX(-50%);
    }

    .concept_Interior_photo, .conceptPage_Interior_photo {
        max-width: 388px;
        max-height: 266px;
        top: -6%;
        bottom: auto;
    }

    .concept_stylist_photo, .conceptPage_stylist_photo {
        max-width: 274px;
        max-height: 250px;
        top: 23%;
    }

    .concept_text {
        line-height: 32px;
    }

    .concept_read_more {
        margin: 30px 12% 0 auto;
    }

    /* ----------------------------------------------
                タブレット　blog
    ------------------------------------------------*/

    .blog_wrap {
        height: 570px;
    }

    .blog_bg_alea {
        height: 570px;
        width: 80vw;
    }

    .blog_content_wrap {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 605px;
        height: 530px;
        z-index: 20;
    }

    .blog_container {
        padding: 40px 30px 30px 30px;
        height: 100%;
    }

    .blog_content:not(:last-child) {
        margin-bottom: 40px;
    }

    .blog_thumbnail {
        width: 100px;
        height: 100px;
        border: #707070 solid 1px;
        margin-right: 10px;
    }

    .blog_content_text {
        width: 100%;
    }

    .blog_content_text h3 {
        font-size: 1.4rem;
    }

    .blog_content_text p {
        font-size: 1.2rem;
        /* margin-top: 18px; */
        width: 100%;
        max-width: 368px;
        height: 60px;
    }

    /* --------------------------------------
             タブレット style
-----------------------------------------*/
    .section_style {
        margin-bottom: 125px;
    }

    .style_wrap {
        margin-top: 125px;
    }

    .style_bg_alea {
        height: 940px;
    }

    .style_wrap ul {
        height: 940px;
        position: absolute;
    }

    .style_photo {
        position: absolute;
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
        transition: all 300ms ease;
        width: 39vw;
        height: auto;
        max-height: 260px;
        max-width: 260px
    }

    .style_photo:nth-child(1) {
        top: -25px;
        left: 8vw;
    }

    .style_photo:nth-child(2) {
        top: 105px;
        right: 4vw;
    }

    .style_photo:nth-child(3) {
        top: 340px;
        left: 8vw;
    }

    .style_photo:nth-child(4) {
        top: 470px;
        right: 4vw;
    }

    .style_photo:nth-child(5) {
        top: 705px;
        left: 8vw;
    }

    /* ----------------------------------------
            タブレット plice list
------------------------------------------*/
    .pliceList_container {
        width: 250px;
    }

    .pliceList_container span {
        font-size: 1.6rem;
        line-height: 1;
        font-weight: bold;
        display: block;
        letter-spacing: 0.05em;
    }

    .pliceList_read_more {
        margin-top: 60px;
    }

    /* -----------------------------------------------
            タブレット stylist
--------------------------------------------------*/


    .stylist_container:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .stylist_photo {
        width: 87%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
    }

    .stylist_bg {
        width: 87%;
        height: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }

    .stylist_read_more {
        margin: 40px 0 0 auto;
        background-color: #eee;
    }

    /* ---------------------------------------------
                タブレット footer
-------------------------------------------------*/

    .copyright {
        background-color: #000;
        height: 40px;
        font-size: 1.5rem;
    }

    /* -------------------------------------------
            プライベートブログ　アーカイブ　タブレット
    ---------------------------------------------*/

    .private_blog_main ul {
        display: flex;
        flex-wrap: wrap;
    }

    .private_blog_text {
        width: 180px;
    }

    .private_blog_content:nth-child(2n+1) {
        margin-right: 30px;
    }
}

/* --------------------------------------------------
                メディアクエリ
                    ｐｃ
-----------------------------------------------------*/
/* ----------------------------------
                pc共通
------------------------------------*/
@media screen and (min-width:1024px) {
    .home section {
        margin-bottom: 180px;
    }

    h1 {
        font-size: 5rem;
        margin-bottom: 120px;
    }

    .page_main h1 {
        font-size: 3rem;
    }

    h3 {
        letter-spacing: 0.05em;
        font-weight: bold;
    }

    /* -----------------グリッド用css pc--------------------- */

    #body:not(.home) {
        grid-template:
            "header header header header header"
            "...... center ...... left   ......"1fr "footer footer footer footer footer"
            / 1fr 640px 50px 240px 1fr;

    }

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


    .section_1 {
        margin-top: 120px;
    }

    .header_nav_bg {
        height: 100px;
    }

    .header_nav_bg {
        background-color: rgba(226, 226, 226, 0.26);
        backdrop-filter: blur(12px);
        /* box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4); */
        width: 100%;
        height: 100px;
        position: fixed;
        top: 0;
        z-index: 60;
    }

    .header_nav_wrap {
        padding: 30px 8% 30px 8%;
        margin: auto;
    }

    .nav_menu_wrap {
        display: flex;
        justify-content: space-between;
    }

    .nav_menu_container {
        display: flex;
        justify-content: space-between;
    }

    .nav_menu_container li {
        letter-spacing: 0;
        font-weight: bold;
        color: #000;
        transition: all 0.2s ease;
        position: relative;
    }

    .nav_menu_container li:before {
        content: '';
        position: absolute;
        transition: all 0.2s linear;
        height: 2px;
        width: 0;
        left: -10%;
        bottom: -3px;
        background: #707070;
    }

    .nav_menu_container li:hover:before {
        width: 120%;
    }

    .nav_menu_container li:not(:last-child) {
        margin-right: 35px;
    }

    .burger-btn-wrapper {
        display: none;
    }

    .fv_wrap {
        max-height: 760px;
    }

    .fv_shop_Exterior {
        height: 60%;
        max-height: 410px;
    }

    .fv_shop_Interior {
        max-height: 400px;
    }

    /* -------------- パンくず ---------------- */

    #breadcrumb {
        margin: 20px calc((100% - 930px) / 2) 0 calc((100% - 930px) / 2);
    }

    /* -----------------------------------------------
                    pc concept
    ------------------------------------------------*/
    .concept_content_wrap {
        display: flex;
        max-width: 915px;
        margin: auto;
    }

    .concept_bg_wrap {
        height: 420px;
        margin: 0;
    }

    .concept_bg_alea {
        height: 420px;
    }

    .concept_photo_container {
        width: 100%;
        height: 420px;
        position: absolute;
    }

    .concept_Interior_photo {

        min-width: 367px;
        min-height: 300px;
        right: 36px;
        top: -14%;
        z-index: 20;
    }

    .concept_stylist_photo {
        max-height: 250px;
        max-width: 274px;
        top: auto;
        bottom: -12%;
        left: 0;
        z-index: 10;
    }

    .concept_text_container {
        width: 300px;
        padding-top: 20px;
        margin: 0 0 0 50px;
    }

    .concept_text {
        margin: auto;
        line-height: 32px;
        font-size: 1.6rem;
        letter-spacing: 0.015em;
        z-index: 20;
    }

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

    /* -------------------------------------------
                    pc style
    -----------------------------------------------*/
    .section_style {
        margin-bottom: 240px;
    }

    .section_style h1 {
        margin-bottom: 200px;
    }

    .style_wrap {
        height: 420px;
    }

    .style_bg_alea {
        height: 420px;
    }

    .style_bg_photo {
        background: url(annnya.hair-img/グループ52.png) repeat border-box left/30%;
    }

    .style_wrap ul {
        height: 420px;
        position: absolute;
        max-width: 1024px;
    }

    .style_photo {
        position: absolute;
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
        transition: all 300ms ease;
        max-height: auto;
        max-width: auto;
    }

    .style_photo:nth-child(1) {
        width: 240px;
        height: 240px;
        top: -68px;
        left: 142px;
    }

    .style_photo:nth-child(2) {
        height: 260px;
        width: 260px;
        top: -110px;
        right: 81px;
    }

    .style_photo:nth-child(3) {
        width: 240px;
        height: 240px;
        top: 93px;
        left: 392px;
    }

    .style_photo:nth-child(4) {
        width: 250px;
        height: 250px;
        top: 241px;
        right: 682px;
    }

    .style_photo:nth-child(5) {
        width: 280px;
        height: 280px;
        top: 230px;
        left: 633px;
    }

    /* -------------------------------------------
                    pc plice list
    ----------------------------------------------*/
    .pliceList_container span {
        font-size: 2rem;
    }

    /* ------------------------------------------------
                    pc access
    ----------------------------------------------------*/

    .access_under_bg{
        height: 90px;
    }

    /* ---------------------------------------------
                    pc footer
    -------------------------------------------------*/
    
    .footer_text_wrap {
        padding: 25px;
        margin: auto;
    }

    .footer_logo {
        margin: 0 auto 25px auto;
    }

    footer p {
        text-align: center;
    }

    footer p:not(:last-child) {
        margin-bottom: 20px;
    }

    .copyright {
        background-color: #000;
        height: 50px;
        font-size: 2rem;
    }

    /* -------------------------------------------
            プライベートブログ　アーカイブ　pc
    ---------------------------------------------*/

    .private_blog_text {
        width: 180px;
    }
}