@charset "utf-8";
/*--all--*/
* {
    margin: 0;
    padding: 0;
    font-family: "Frutiger LT W01", "ゴシックMB101", "Gothic MB101", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
a,
a:visited{
    color: #333;
}
section:not(:first-of-type) {
    margin-top: 80px;
}
h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
p {font-size: 16px;}
a {text-decoration: none;}
@media (min-width: 768px) {
    section:not(:first-of-type) {margin-top: 120px;}
    h1 {font-size: 48px;}
    h2 {font-size: 36px;}
    h3 {font-size: 28px;}
    p {font-size: 20px;}
}

/*--top--*/
.top {
    display: block;
    width: 100vw;
    height: 54vh;
    position: relative;
    background-image: url("../images/sp_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top_text{
    display: block;
    width: 100vw;
    height: 70vh;
    background-image: url("../images/top_sp_text.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 15;
}
.top_tora{
    display: block;
    width: 100vw;
    height: 70vh;
    background-image: url("../images/top_sp_tora.png");
    /* background-image: url("../images/top_sp_tora2.png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
}
#canvas{
    height: 65vh;
    width: 100vw;
    position: absolute;
    z-index: 5;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .top {
        background-image: url("../images/pc_bg.png");
        height: 90vh;
    }
    .top_text,
    .top_tora{
        height: 100vh;
    }
    #canvas{
        height: 80vh;
    }
}
@media (min-width: 1024px) {
    .top {
        background-image: url("../images/pc_bg.png");
        height: 100vh;
    }
    .top_tora{
        height: 90vh;
        background-image: url("../images/top_pc_tora.png");
        /* background-image: url("../images/top_pc_tora2.png"); */
    }
    .top_text{
        height: 90vh;
        background-image: url("../images/top_pc_text.png");
    }
    #canvas{
        height: 100vh;
    }

}
/*--contents_01--*/
.contents_01 p {
    color: #333333;
    text-align: center;
    line-height: 2.8;
    padding: 0 5%;
}

/*--contents_02--*/
.contents_02 {
    width: 100vw;
    height: 60vh;
    background-image: url("../images/gallery_img_7.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.4);
    background-blend-mode: darken;
    position: relative;
}
.contents_02 .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.contents_02 h2 {
    color: white;
    text-align: center;
    padding-bottom: 20px;
}
.contents_02 p {
    line-height: 1.8;
    color: white;
}
.contents_02 span {
    display: inline-block;
    font-size: 14px;
}
@media (min-width: 768px) {
    .contents_02 {
        height: 50vh;
    }
}
@media (min-width: 1025px) {
    .contents_02 {
        height: 80vh;
    }
}

/*--contents_03--*/
.contents_03 h2 {
    text-align: center;
    color: #333333;
}
.contents_03 p {
    color: #333;
    text-align: center;
    padding: 10px 5%;
}
.intro {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 20px auto;
    border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
}
.intro_img {
    display: block;
    height: auto;
    padding: 20px 0;
    width: 100%;
}
.intro_img:nth-of-type(odd) {
     border-bottom: solid 1px #d6d6d6;
}
.intro_img.pc {
    display: none;
}
@media (min-width: 768px) {
    .intro {
        width: 70%;
    }
    .intro_img.sp {
        display: none;
    }
    .intro_img.pc {
        display: block;
    }
}

/*--contents_04--*/
.gallery {
    display: none;
}
.detail_btn {
    display: block;
    text-align: center;
    box-sizing: border-box;
    border: solid 1px #d6d6d6;
    padding: 10px;
    width: 60%;
    margin: 20px auto;
    font-size: 14px;
    transition: .3s;
}
.detail_btn.pc {
    display: none;
}

@media (min-width: 768px) {
.detail_btn_box {
    display: flex;
    justify-content: space-around;
}
.detail_btn.pc {
    display: block;
        width: 25%;
        margin: 40px auto;
    }
.detail_btn.sp {
    display: none;
}
.detail_btn.mini {
        width: 20%;
    margin: 0 auto;
    }
.detail_btn:hover {
    background-color: #d6d6d6;
}
.gallery {
    width: 100vw;
    height: 40vh;
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 20% 20% 20% 20% 20%;
    margin-bottom: 180px;
}
.gallery:not(:first-of-type) {
    margin-top: 180px;
}
.gallery_l {
    grid-row: 1/3;
    grid-column: 1/4;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
}
.gallery_l p {
    position: absolute;
    top: 5%;
    left: 5%;
    color: #333333;
    font-size: 40px;
}
.gallery_l p span {
    font-size: 28px;
}
.gallery_m {
    grid-row: 1;
    grid-column: 4/6;
    margin-bottom: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery_s {
    grid-row: 2;
    grid-column: 5/6;
    margin-left: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery_t {
    grid-row: 2;
    grid-column: 4/5;
    color: white;
    background-color: #9d1d20;
    text-align: center;
    position: relative;
}
.gallery_t p {
    position: absolute;
    top:50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}
.gallery_t p span {
        font-size: 22px;
    }
.gallery_l.gl_2 {
    grid-row: 1/3;
    grid-column: 3/6;
    margin-left: 5px;
    margin-right: 0;
}
.gallery_m.gm_2 {
    grid-row: 1;
    grid-column: 1/3;
    margin-bottom: 5px;
}
.gallery_s.gs_2 {
    grid-row: 2;
    grid-column: 1/2;
    margin-right: 5px;
    margin-left: 0;
}
.gallery_t.gt_2 {
    grid-row: 2;
    grid-column: 2/3;
}
.gl_1 {background-image: url("../images/gallery_img_1.jpg");}
.gm_1 {background-image: url("../images/gallery_img_2.jpg");}
.gs_1 {background-image: url("../images/gallery_img_3.jpg");}
.gl_2 {background-image: url("../images/gallery_img_4.jpg");}
.gm_2 {background-image: url("../images/gallery_img_5.jpg");}
.gs_2 {background-image: url("../images/gallery_img_6.jpg");}
.gl_3 {background-image: url("../images/gallery_img_7.jpg");}
.gm_3 {background-image: url("../images/gallery_img_8.jpg");}
.gs_3 {background-image: url("../images/gallery_img_9.jpg");}
}

/* slick */
.contents_04 h3 {
    text-align: center;
    margin: 0 20% 20px;
    border-bottom: solid 1px #333;
}
.contents_04 h3:not(:first-of-type) {
    margin-top: 80px;
}
.pc_slider{
    display: none;
}
[type="checkbox"]{
    display: none;
  }
.slider {
    width: 85%;
    margin: 20px auto;
  }
.slick-slide {
    margin: 0px 20px;
  }
.slick-slide img {
    width: 100%;
  }
.slick_position{
    position: relative;
    width: 100%;
  }
.slick_contents{
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-color: #f7f7f7;
    width: 100.5%;
    height: 43%;
    text-align: center;
    padding-top: 10px;
  }
.slick_contents h4{
    font-size: 14px;
    padding-bottom: 10px;
}
.slick_contents p{
    font-size: 13px;
    color: #9d1d20;
}
.slick_contents span{
    text-decoration: line-through;
    color: #333;
    font-size: 14px;
}
.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    color: black;
  }
.slick-prev {
    left: -15px;
	top: 50%;
}
.slick-next {
    right: -15px;
	top: 50%;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: .5;
}
.slick-current {
    opacity: 1;
}
.sp_btn p{
    color: white;
    background-color: black;
    border-radius: 10vh;
    font-size: 12px;
}
.sp_btn{
    padding: 0 30%;
    margin-top: 5px;
}
.slick-track{
	margin-bottom: 45px;
}
.slick-dots{
	bottom: 12px;
}
@media (min-width: 768px) {
.contents_04 h3 {
    display: none;
}
.slider{
    display: none;
}
.pc_slider{
    display: flex;
    text-align: center;
    align-items: center;
    height: auto;
    margin-bottom: 80px;
}
.pc_contents{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.pc_contents img{
    width: 83%;
    border-radius: 20px 20px 0 0;
}
.pc_slider div{
    width: 83%;
    margin: 0 auto;
}
.pc_slider_contents{
    height: 150px;
    border-radius: 0 0 20px 20px;
    background-color: #f7f7f7;
    padding: 20px 0 10px;
}
.pc_slider_contents p{
    font-size: 12px;
    color: #9d1d20;
    padding: 5px 0;
}
.pc_slider_contents span{
    font-size: 11px;
    text-decoration: line-through;
    color: #333; 
}
.pc_slider_contents{
    font-size: 12px;
}
.pc_btn p{
    padding: 3px 5px;
    margin: 10px 20%;
	color: #fff;
    font-size: 14px;
    border-radius: 10Vh;
    border: 2px solid black;
    background-color: black;
    border-radius: 10Vh;

}
.pc_slider_contents h4{
    padding-bottom: 8px;
}
}
@media (min-width: 1025px) {
    .gallery {
        height: 80vh;
    }
    .pc_slider_contents{
        height: 190px;
        font-size: 16px;
    }
    .pc_slider_contents h4{
        padding-bottom: 10px;
    }
    .pc_slider_contents p{
        font-size: 17px;
        padding: 5px 0;
    }
    .pc_slider_contents span{
        font-size: 15px;
    }
    .pc_btn p{
        padding: 3px 5px;
        font-size: 14px;
    }
    .pc_btn p:hover{
        background-color: rgb(248, 248, 248);
        color: black;
        border-radius: 10Vh;
        transition: 0.3s;
    }
}

/*--contents_05--*/
.contents_05 h3,
.contents_05 li {
    color: #333;
    margin-bottom: 10px;
}
.contents_05 {
    border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
    padding: 20px 10px;
    margin: 0 5%;
}
@media (min-width: 768px) {
    .contents_05 {
        margin: 0 20%;
        padding: 40px 20px;
    }
}

/*--contents_06--*/
section.contents_06 {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-content: center;
    margin: 0 5%;
}
.contents_06 h4 {
    font-size: 18px;
}
.contact_box {
    box-sizing: border-box;
    border-bottom: solid 1px #d6d6d6;
    padding: 20px;
}
.contact_box:last-of-type {
    margin-bottom: 80px;
}
.contact_box p {
    font-size: 12px;
}
.tel_link {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: solid 1px #d6d6d6;
    padding: 10px;
    width: 90%;
    margin: 20px auto;
    transition: .3s;
}
.freecall {
    width: 32px;
    height: 20px;
    padding-right: 5px;
}
@media (min-width: 768px) {
    section.contents_06 {
        flex-direction: row;
        justify-content: center;
    }
    .contact_box {
        border-bottom: none;
        width: 40%;
        margin-top: 80px;
    }
    .tel_link {
        width: 80%;
    }
    .mail_link {
        width: 60%;
    }
    .contact_box:last-of-type {
        border-left: solid 1px #d6d6d6;
    }
    .tel_link:hover {
        background-color: #d6d6d6;
    }
}

/*--sofa_link_btn--*/
.index2-menu {
    display: none;
}
.sofa_btns {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 500px;
    height: 18vh;
    margin: 80px auto 0;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #d6d6d6;
}
.sofa_btns a {
    display: block;
    width: 25%;
    height: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.nav_1 {background-image: url("../images/nav01.png");}
.nav_2 {background-image: url("../images/nav02.png");}
.nav_3 {background-image: url("../images/nav03.png");}
.nav_4 {background-image: url("../images/nav04.png");}
.nav_5 {background-image: url("../images/nav05.png");}
.nav_6 {background-image: url("../images/nav06.png");}
.nav_7 {background-image: url("../images/nav07.png");}
.nav_8 {background-image: url("../images/nav08.png");}
@media (min-width: 1024px) {
    .sofa_btns {
        display: none;
    }
    .index2-menu {
        display: block;
        text-align: center;
        padding: 60px;
    }
    .index2-menu div {
        background: #eee;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        border-radius: 20px;
        display: flex;
        align-items: baseline;
        justify-content: space-around;
        font-family: "Gothic MB101 Regular", sans-serif;
        font-size: 12px;
        margin: 0 auto;
        max-width: 1020px;
        height: auto;
    }
    .index2-menu a {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
    }
    .index2-menu a:not(:first-of-type) {
        border-left: 1px solid #e6e6e6;
    }
    .index2-menu p {
        margin-top: 6px;
        font-size: 12px;
    }
}

/*--animation--*/
.up {
    opacity: 0;
    transform: translateY(100px);
    transition: .7s ease-out;
}
.up.isShow {
    opacity: 1;
    transform: translateY(0);
}
.fade {
    opacity: 0;
    transition: .1s ease-out;
}
.fade.isShow {
    opacity: 1;
}
.delay {
    transition-delay: .5s !important;
}
.top_text.up, .top_tora.up {
    transform: translateY(50px);
}

/*page-top-button*/
#page_top_btn{
  width: 12%;
  height: 6%;
  position: fixed;
}
#page_top_btn a img{
  width: 12%;
  height: 6%;
  right: 4%;
  bottom: 3%;
	  position: fixed;

}
@media (min-width: 768px) {
#page_top_btn{
  width: 60px;
  height: 60px;
}
#page_top_btn a img{
  width: 60px;
  height: 60px;
  right: 2%;
  bottom: 2%;
}	
}
/*--br--*/
.tab_br {
    display: none;
}
@media (min-width: 768px) {
    .tab_br {
        display: block;
    }
    .sp_br {
        display: none;
    }
}