@charset "UTF-8";

/*common*/

* {
    box-sizing: border-box;
}

body {
    font-family: "游明朝", YuMincho, serif;
    line-height: 1.8rem;
}

a {
    text-decoration: none!important;
}

a:hover {
    opacity: 0.8;
}

.center_1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.pc_none {
    display: none;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    display: block;
}

.t_red {
    color: #82130c;
}

.t_beige {
    color: #d8be8b;
}

.t_white {
    color: white;
}

.t_black {
    color: #333;
}

#pc_logo img {
    margin: 0 auto;
}

div#header_info_box {
    position: absolute;
    right: 0;
    top: 0;
}




.hover{
    display: block;
}
.header_langage {
    color: #FFF;
    position: relative;
    float: right;
    margin: 0;
    height: 1rem;
    line-height: 2rem;
    font-size: 1rem;
    z-index: 9999;
    cursor: pointer;
}
.header_langage p:hover{
    opacity: 0.8;
}
.header_langage p {
    background: url("../img/common/header_icon.svg") no-repeat 0 center;
    background-size: auto 16px;
    background-position: 16px;
    width: 140px;
    text-align: center;
    /* padding: 0 45px 0 30px; */
    font-weight: bold;
    margin: 0;
    font-size: 0.8rem;
}
.header_langage p:after{
	content:"";
	position:absolute;
	right: 20px;
	top: 12px;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top: 7px solid #FFF;
}
.header_over {
    display: none;
}
@media(max-width: 1200px) {
	#header h1{
		max-width:250px;
		width:20%;
		background-size:100% auto;
		margin:20px 0 0 10px;
	}
	#header ul.header_menu{
		width:60%;
	}
	.header_langage p {
    text-align: right;
    padding: 0 10px 0 0;
    font-weight: bold;
    background-position: 60%;
    font-size: 0.6rem;
}
}
@media(max-width: 900px) {
	#header ul.header_menu{
		width:50%;
	}
}

/* Medium only */
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .header_langage p {
        background-position: 40%;
        padding: 0px 40px 0 0
}
    
}

.header_over ul {
    margin: 0;
    padding: 0;
    position: relative;
    background: rgb(255, 255, 255);
}
.header_over ul li{
    line-height: 3rem;
}



.header_over li:hover{
    background-color:#cccccc;
}
.header_over a {
    text-align: center;
    display: block;
    color: #333;
    border-bottom: 1px solid #e8e8e8;
}






#pc_logo {
    position: relative;
}


/*nav*/

nav {
    background-color: #101010;
    padding-top: 32px;
}

ul#list {
    overflow: hidden;
}

ul#list li {
    margin: 0 2.04062% 0 0;
    padding: 15px 0px;
    color: white;
    width: auto;
    float: left;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

ul#list li:hover {
    color: #FF5722;
}


/*fv_cont*/

#fv_cont {
    background-color: black;
}

div#fv_img_box {
    height: 0;
    padding-top: 46%;
    background: url(../img/top/bg_fv.png) 0 0 no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 700px;
}

#rental_cont_wrap {
    position: relative;
    background-color: #141214;
    background-image: url(../img/top/red_line.png), url("../img/common/bg_black.jpg");
    background-repeat: no-repeat, repeat;
    background-size: contain;
    padding: 50px;
}

#news_cont {
    color: white;
    text-align: center;
    line-height: 2rem;
}

#news_cont_ex {
    padding: 10px 0 30px 0;
    margin: 0;
}

#new_posts_box {
    text-align: left;
}

.news_iframe {
    width: 100%;
    height: 100px;
    z-index: 9999;
    pointer-events: auto !important;
}

.new_posts_list {
    position: relative;
    padding: 0 0 0 7em;
    margin: 0 0 0.7em 0;
    overflow: hidden;
}

.new_posts_list_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 8em;
    margin: 0;
}

p.new_posts_list_text {
    margin: 0;
}

section#kimono_rental_cont {
    background-color: white;
    padding: 30px 60px;
    margin: 40px auto 0;
    position: relative;
    z-index: 9;
}

section#kimono_rental_cont:before {
    content: "";
    background-image: url(../img/top/bg_rental.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

div#kimono_rental_tittle {
    float: right;
    width: 55%;
}

div#kimono_rental_tittle h1 {
    position: relative;
    margin: 30px 0 0px 0;
    line-height: 2rem;
    text-align: center;
    font-size: 1.7rem;
}


/*
div#kimono_rental_tittle h1:after {
    content: "";
    background-image: url(../img/top/tittle_under_line.png);
    position: absolute;
    top: 30px;
    left: 0px;
    height: 22px;
    width: 100%;
    background-size: cover;
}
*/

div#kimono_rental_tittle p {
    text-align: center;
}

span.rental_price {
    font-size: 2rem;
}

div#kimono_rental_text {
    width: 55%;
    float: right;
    margin: 30px 0 0 0px;
}

div.rental_img {
    float: left;
    width: 40%;
    margin: 0 5% 0 0;
    position: relative;
}

div.rental_img:before {
    position: absolute;
    bottom: -350px;
    left: -70px;
    content: "";
    background-image: url(../img/top/kanzashi.png);
    height: 380px;
    width: 200px;
}

.btn_red {
    width: 230px;
    background-color: #82130c;
    margin: 0 auto;
    color: white;
    border-radius: 5px;
    padding: 1px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn_red p {
    font-size: 1rem;
}

.btn_red:hover {
    background-color: #c7423a;
    color: white;
    border-radius: 0px;
    border: 1px solid white;
}

.btn_white {
    width: 230px;
    background-color: #ffffff;
    border: 1px solid #82130c;
    margin: 0 auto;
    color: #333;
    border-radius: 5px;
    padding: 1px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.btn_white p {
    font-size: 1rem;
}

.btn_white:hover {
    background-color: #82130c;
    color: #fff;
    border-radius: 0px;
    border: 1px solid white;
}

.btn_red p:after {
    position: absolute;
    right: 10%;
    top: 44%;
    width: 10px;
    height: 8px;
    content: "";
    background-image: url(../img/common/btn_sign_red.png);
}

.btn_white p:after {
    position: absolute;
    right: 10%;
    top: 44%;
    width: 10px;
    height: 8px;
    content: "";
    background-image: url(../img/common/btn_sign_white.png);
}

#hair_set_box {
    width: 687px;
    margin: 60px auto 10px;
}

div#hair_set_tittle {
    width: 70%;
    float: right;
}

div#hair_set_img {
    width: 25%;
    margin: 0 5% 0 0;
    float: left;
}

div#hair_set_text {
    width: 70%;
    float: right;
}

section#intro_cont_wrap {
    background-color: #25202b;
}

#intro_cont {
    padding: 50px 0;
    text-align: center;
    background-image: url(../img/top/bg_intro02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#intro_cont h1 {
    font-size: 1.3rem;
}

#temari_img {
    margin: 30px auto;
    width: 56px;
}

#intro_text {
    margin: 0 0 70px 0;
}
#intro_text span{
    display: block;
}

#problem_cont {}

#this_kind_box {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    width: 55%;
    text-align: left;
    margin: 0 0 0 50px;
}

#this_kind_list {
    margin: 0 0 30px 0;
}

#this_kind_box h3 {
    text-align: center;
    margin: 20px 0 30px 0;
}

#this_kind_list p {
    background-image: url(../img/top/intro_dot.png);
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    margin: 16px 0 16px 50px;
}

#rental_step_cont_wrap {
    background-color: #b34945;
    color: white;
    text-align: center;
    padding: 50px 0;
    position: relative;
}

#rental_step_cont_wrap:before {
    content: "";
    background-image: url(../img/top/bg_rental_left.png);
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    /* padding-top: 100%; */
    height: 100%;
    width: 100%;
    /* z-index: 9999; */
}

#rental_step_cont_wrap:after {
    content: "";
    background-image: url(../img/top/bg_rental_right.png);
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
    /* padding-top: 100%; */
    height: 100%;
    width: 100%;
    /* z-index: 9999; */
}

section#rental_step_cont {
    position: relative;
    z-index: 9;
}

div#step_img_box {
    margin: 30px auto;
}

div#step_img_box img {
    text-align: center;
    display: inline-block;
}

section#insta_cont_wrap {
    background-color: #fbe7e6;
    text-align: center;
    padding: 50px;
    background-image: url(../img/top/pink_line.png);
    background-size: contain;
    background-repeat: no-repeat;
}

section#insta_cont h1 {
    display: inline-block;
}

#insta_text {
    margin: 0;
}

div#insta_img_box {
    margin: 32px 0;
}

.insta_item {
    float: left;
    width: 20%;
    padding: 1%;
}

section#access_cont_wrap {
    background-color: #141214;
    color: white;
    padding: 50px;
    background-image: url("../img/common/bg_black.jpg");
}

#access_cont h1 {
    text-align: center;
}

#access_text {
    text-align: center;
}

.map_img_items {
    width: 32.5%;
    float: left;
    margin-right: 1.103124%;
}

.map_img_items:last-child {
    margin-right: 0%;
}

#map_img_box {
    margin: 30px 0 0 0;
}

.map_posts_list {
    position: relative;
    padding: 0 0 0 7em;
    margin: 0 0 0.7em 0;
    overflow: hidden;
}

.map_posts_list_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 8em;
    margin: 0;
}

p.map_posts_list_text {
    margin: 0;
}

#info_box {
    width: 70%;
    float: left;
}

#access_btn {
    width: 30%;
    float: right;
    margin: 20px 0 0 0;
}

#blog_cont {
    background-color: #141214;
    color: white;
    padding: 50px;
}

#ex1 {
    position: relative;
    text-align: left;
}

#ex1:before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

#ex1 span {
    background-color: #141214;
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

#ex2 {
    position: relative;
    text-align: left;
}

#ex2:before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

#ex2 span {
    background-color: #141214;
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

#blog_cont_box {
    width: 55%;
    float: left;
}

figure.blog_item {
    width: 50%;
    float: left;
    margin: 0;
}

figcaption {
    float: left;
    margin: 0 0 0 5%;
    width: 45%;
}

.blog_img {
    float: left;
    width: 45%;
}

.blog_iframe {
    width: 100%;
    height: 200px;
    position: relative;
    z-index: 9999;
    pointer-events: auto !important;
}

section#faq_cont {
    width: 40%;
    float: right;
}

section#faq_cont h2 span {
    color: white;
}

section#faq_cont span {
    color: gray;
    padding-right: 10px;
}

#blog_item_btn {
    margin: 30px auto 0;
}

#faq_cont_btn {
    margin: 30px auto 0;
}

#sns_cont {
    background-color: #141214;
    padding: 0;
}

#sns_cont_wrap {
    border-top: 1px solid #2d2d2d;
    padding: 30px;
}

#fotter {
    background-color: #292629;
    padding: 20px 0;
}

div#facebook {
    float: left;
    margin: 0 15px 0px 0;
}

div#twitter {
    float: left;
    margin: 0 15px 0px 0;
}

div#line {
    float: left;
}
div#sns_box {
    width: 292px;
    margin: 0 auto;
}
.fb-like {
  line-height: 1;
}

div#fotter_logo {
    width: 15%;
    float: left;
}

div#fotter_sns_box {
    float: left;
    width: 10%;
    margin: 10px 20px;
}

div#fotter_icon_facebook {
    float: left;
    margin-right: 15px;
}

div#fotter_icon_twitter {
    float: left;
    margin-right: 15px;
}

div#fotter_icon_insta {
    float: left;
}

p#privacy_link {
    float: left;
    font-size: 14px;
}

p#copy_right {
    float: right;
    font-size: 14px;
    color: white;
}
p#copy_right a{
    color: white;
}

/*トップに戻るボタン*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    width: 47px;
    padding: 30px 0;
    display: block;
}

#page-top a:hover {
    opacity: 0.8;
}


/*　END トップに戻るボタン*/


/* 768px未満 */

@media screen and (max-width: 768px) {
    body{
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

    }
    p {
        font-size: 0.8rem;
    }
    h1 {
        font-size: 1.3rem;
    }
    .sp_none {
        display: none;
    }
    .pc_none {
        display: block;
    }
    .btn_white {
        width: 100%;
    }
    .btn_red {
        width: 100%;
    }
    div#access_btn {
        width: 100%;
    }
    div#fv_img_box {
        height: auto;
        padding-top: 128%;
        background: url(../img/top/sp_bg_fv.png) 0 0 no-repeat;
        background-size: contain;
        background-position: center;
        min-height: auto;
    }
    /*ハンバーガーメニュー*/
    .menu {
        width: 25px;
        height: 25px;
        top: 0px;
        position: relative;
        cursor: pointer;
        float: left;
    }
    .menu1 {
        width: 25px;
        height: 5px;
        background-color: #ffffff;
        top: 0px;
        position: absolute;
    }
    .menu2 {
        width: 25px;
        height: 5px;
        background-color: #ffffff;
        top: 10px;
        position: absolute;
    }
    .menu3 {
        width: 25px;
        height: 5px;
        background-color: #ffffff;
        top: 20px;
        position: absolute;
    }
    .menu1,
    .menu2,
    .menu3 {
        transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        /* Opera */
        -moz-transition: all 0.5s ease-out;
        /* Firefox */
        -webkit-transition: all 0.5s ease-out;
        /* GoogleChrome, Safari */
        -ms-transition: all 0.5s ease-out;
        /* IE */
    }
    .menuclick1 {
        top: 10px;
        -o-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    .menuclick2 {
        opacity: 0;
    }
    .menuclick3 {
        top: 10px;
        -o-transform: rotate(-405deg);
        -moz-transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
        -ms-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
    ul#list a li {
        float: none;
        text-align: center;
        margin: 0;
        padding: 10px;
    }
    .show_menu {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block !important;
    }
    nav {
        width: 100%;
        background-color: black;
        padding: 2%;
        overflow: hidden;
        position: fixed;
        z-index: 9999;
        top: 0;
    }
    /*ハンバーガーメニュー*/
    div#sp_logo {
        width: 60%;
        /* float: left; */
        margin: 0 auto;
        /* position: relative; */
        /* top: 0; */
        /* right: 0; */
    }
    ul#list {
        display: none;
    }
    .header_langage {
    z-index: 99999;
    position: fixed;
    top: 5px;
    right: 0;
} 
    .header_langage p:after {
    border: none;
}
    main {
    overflow: hidden;
}
    div#nav_contact_box {
        margin: 36px auto;
    }
    .nav_contact_item img {
        display: inline-block;
        width: 1rem;
    }
    .nav_contact_item {
        float: left;
        width: 30%;
        margin: 0 5% 0 0;
        padding: 1%;
        border-radius: 5px;
        text-align: center;
    }
    .nav_contact_item:last-child {
        margin: 0;
    }
    #contact_mail {
        background-color: #a62b24;
    }
    #contact_line {
        background-color: #01b901;
    }
    #contact_tel {
        background-color: #7d7d7d;
    }
    .nav_sns_item {
        float: left;
        margin: 0 30% 0 0;
        text-align: center;
    }
    .nav_sns_item:last-child {
        margin: 0;
    }
    div#nav_sns_box {
        padding: 0 25%;
        margin: 0 0 32px 0;
    }
    div#news_cont {
        padding: 0;
    }
    section#rental_cont_wrap {
        padding: 20px;
    }
    p#news_cont_ex {
        text-align: left;
    }
    .news_iframe {
        height: 180px;
    }
    h4.new_posts_list_title {
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 1.3rem;
        margin: 0 0 20px 0;
    }
    li.new_posts_list {
        padding: 0;
        margin: 0;
    }
    section#kimono_rental_cont {
        padding: 20px;
        margin: 0;
    }
    div#kimono_rental_tittle h1 {
    font-size: 1.3rem;
    text-align: left;
}
    div#kimono_rental_tittle p.rental_price_text {
    text-align: left;
}
    div#kimono_rental_tittle {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }
    div.rental_img {
        width: 94%;
        margin: 0px auto;
        float: none;
    }
    div.rental_img:before {
        display: none;
    }
    div#kimono_rental_text {
        width: 100%;
        float: none;
    }
    
    section#hair_set_box {
        width: 100%;
        margin: 40px auto 10px;
    }
    div#hair_set_tittle {
        width: 100%;
    }
    div#hair_set_tittle h2 {
    font-size: 0.8rem;
    text-align: left;
}
    span.rental_price {
        font-size: 1.3rem;
    }
    div#hair_set_img {
        width: 43%;
        margin: 0 auto;
        float: none;
    }
    div#hair_set_text {
        width: 100%;
    }
    section#intro_cont {
        padding: 20px;
        background-size: cover;
    }
    #intro_cont h1 {
    text-align: left;
}
    p#intro_text {
        text-align: left;
        margin: 0 0 40px 0;
    }
    
    div#this_kind_box {
        width: 100%;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.5);
        color: #333;
    }
    #this_kind_box h3 {
    text-align: left;
}
    #this_kind_list p {
        margin: 10px 0;
    }
    div#step_img_box {
        position: relative;
        overflow-x: auto;
    }

    div#step_img_box::-webkit-scrollbar{
	width: 5px;
	background: #ffffff;
}
div#step_img_box::-webkit-scrollbar:horizontal{
	height: 4px;
	background: #ffffff;
}
div#step_img_box::-webkit-scrollbar-thumb{
	background: #829681;
	border-radius: 2px;
}
div#step_img_box::-webkit-scrollbar-thumb:horizontal{
	background: #829681;
	border-radius: 2px;
}
    div#step_img_box img {
        width: 1000px;
        max-width: 1000px;
    }
    section#rental_step_cont_wrap {
        padding: 20px 0;
    }
    #rental_step_cont_wrap:after {
        background-size: cover;
    }
    #rental_text_box {
        padding: 0 20px;
    }
    #rental_text_box p{
        text-align:left;    
    }
    #rental_btn_box {
        padding: 20px;
    }
    section#insta_cont_wrap {
        padding: 20px;
        background-size: contain;
    }
    .insta_item {
        width: 50%;
        padding: 2%;
    }
    p#insta_text {
    text-align: left;
}
    section#access_cont_wrap {
        padding: 20px;
    }
    p#access_text {
    text-align: left;
}
    .map_img_items {
        width: 32%;
        margin-right: 2%;
    }
    div#map_img_box {
        margin: 24px 0 0 0;
    }
    div#info_box {
        width: 100%;
    }
    section#blog_cont {
        padding: 20px;
    }
    section#blog_cont_box {
        width: 100%;
    }
    figure.blog_item {
        width: 100%;
        margin: 16px 0;
    }
    .blog_iframe {
        height: auto;
        z-index: 999;
    }
    section#faq_cont {
        width: 100%;
        margin: 30px 0 0 0;
    }
    #ex1 span {
        font-size: 1.3rem;
    }
    section#faq_cont h2 {
        font-size: 1.3rem;
    }
    div#fotter_logo {
        width: 100%;
    }
    div#fotter_logo {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }
    div#fotter_logo img {
        margin: 0 auto;
    }
    div#fotter_sns_box {
        width: 28%;
        margin: 30px auto;
        float: none;
    }
    p#privacy_link {
        text-align: center;
        float: none;
        width: 100%;
    }
    p#copy_right {
        font-size: 10px;
        text-align: center;
        float: none;
    }
    #page-top a {
    display: none;
}
}


/* 768px以上 */

@media (min-width: 768px) {}


/* 992px以上 */

@media (min-width: 992px) {}


/* 1200px以上 */

@media (min-width: 1200px) {}