﻿@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900');

#keyvisual,.slick-slider{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.slider ul.slick-slider {
    height: 100vh;
    overflow: hidden;
}
/*#keyvisual:after {
    content: "";
    width: 589px;
    height: 197px;
    background-image: url(../img/pc/top/mv-text.png);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
}*/
#keyvisual .catch {
    position: absolute;
    top: 50%;
    left: 55%;
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
    text-shadow: 2px 1px 4px #000;
}
.slick-slider:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 3px 3px;
    margin: 0 auto;
    background-image: radial-gradient(rgba(0, 0, 0, .4) 0%, transparent 100%);
    z-index: 1;
}
.slick-dots{
    z-index: 2;
}
button[type=submit] {
    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    position: absolute;
    top: 25px;
    left: 430px;
    border: 0;
    background-color: #324023;
    background-image: url(../common/img/pc/icon/icon-search.png),url(../common/img/pc/icon/icon-arrow.png);
    background-position: left 20px top 50%, right 20px top 50%;
    background-repeat: no-repeat,no-repeat;
    color: #ffffff;
    width: 300px;
    padding: 17px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
}
button[type=submit]:hover{
    background-color: #5e7842;
}

/**/
.contBox {
    padding: 95px 10px;
    max-width: 1000px;
}
.contBox h2{
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}
.contBox h2 span{
    display: block;
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-size: 44px;
    font-family: 'Roboto', sans-serif;
}
.contBox h2 span:after{
    content: "";
    width: 45px;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: 0 auto;
}
.contBox p{
    margin-top: 20px;
    /* text-align: center; */
    line-height: 26px;
    /* color: #ffffff; */
}

.block{
    background-attachment: fixed !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}
/* about */
#about{
    background: #ffffff;
}
#about .contBox h2 {
    color: #009fe8;
}
#about .contBox h2 span {
    color: #009fe8;
}
#about .contBox h2 span:after {
    background: #009fe8;
}
#about .contBox p{
    color: #333333;
}

/* business */
#business{
    background: url(../img/pc/top/business-bg.jpg) no-repeat;
    background-size: cover;
}
#business .contBox h2 {
    color: #ffffff;
}
#business .contBox h2 span {
    color: #ffffff;
}
#business .contBox h2 span:after {
    background: #ffffff;
}
#business ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px -10px;
}
#business ul li{
    padding: 20px 10px;
    width: calc(100% / 3);
}
#business ul li img{
    width: 100%;
    height: auto;
}
#business p{
    color: #ffffff;
}
#business ul li figcaption{
    position: relative;
}
#business ul li figcaption p{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8), transparent);
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
#business h2 span:after{
    background: #333333;
}

.btnLink {
    width: 350px;
    display: block;
    background-color: #111111;
    background-image: url(../common/img/pc/icon/icon-arrow.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 16px 20px;
    font-size: 16px;
    cursor: pointer;
    height: auto;
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    border-radius: 30px;
    text-decoration: none;
    margin: 30px auto 0;
    line-height: 1.5;
    text-align: center;
}
.btnLink:hover {
    background-color: #333333;
}

/* gallery & experience */
#gallery, #experience {
    background: #ffffff;
    background-size: cover;
}
#gallery .contBox h2, #experience .contBox h2 {
    color: #009fe8;
}
#gallery .contBox h2 span, #experience .contBox h2 span {
    color: #009fe8;
}
#gallery .contBox h2 span:after, #experience .contBox h2 span:after {
    background: #009fe8;
}
#gallery .gBox, #experience .exBox{
    padding: 30px 0;
}

/* お客様の声 */
.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}
.balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}
.balloon5 .faceicon img {
    width: 100%;
    height: auto;
    border: solid 3px #d7ebfe;
    border-radius: 50%;
}
.balloon5 .chatting {
    width: 100%;
}
.says {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #d7ebfe;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.says p {
    margin: 0;
    padding: 0;
}

/* company */
#company{
    background: url(../img/pc/top/company-bg.jpg) no-repeat;
    background-size: cover;
}
#company .contBox{
    text-align: center;
}
#company a{
    color: #ffffff;
    margin-top: 50px;
    display: inline-block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    text-decoration: underline;
}
#company a:hover{
    color: #cccccc;
    text-decoration: none;
}
#company table{
    width: 100%;
}
#company .table{
    color: #333333;
    width: 90%;
    margin: 30px auto;
}
#company .table tr{
    display: flex;
    margin-bottom: 3px;
}
#company .table tr:last-child{
    border-bottom: 0;
}
#company .table th{
    width: 30%;
    color: #333333;
    font-size: 16px;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
    padding: 10px 50px;
    background: rgba(255,255,255,0.8);
    display: block;
    box-sizing: border-box;
    margin-right: 3px;
}
#company .table td{
    width: 70%;
    color: #333333;
    font-size: 16px;
    text-align: left;
    padding: 10px;
    background: rgba(255,255,255,0.8);
    display: block;
    box-sizing: border-box;
}

/* CONTACT */
#contact{
    background: #ffffff;
}
#contact .contactBox {
    display: flex;
    justify-content: center;
}
#contact .contactBox dl{
    margin-top: 18px;
}
#contact .contactBox dl dt,#contact .contactBox dl dd{
    color: #333333;
}
#contact .contactBox dl dt{
    font-weight: bold;
}
#contact .contactBox dl.require dt:after{
    content: "必須";
    font-size: 11px;
    font-weight: bold;
    border-radius: 4px;
    background-color: red;
    display: inline-block;
    padding: 0px 7px;
    margin-left: 10px;
    position: relative;
    top: -2px;
    color: #fff;
}
#contact input,#contact select,#contact textarea {
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    width: 370px;
    border-radius: 5px;
    font-size: 13px;
}
#contact input,#contact select{
    height: 40px;
    padding: 0 15px;
    border: 1px solid #009fe8;
}
.select-wrap{
    position: relative;
}
@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}
#contact .select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}

#contact textarea {
    resize: none;
    height: 210px;
    padding: 11px 15px;
    border: 1px solid #009fe8;
}
.boxLeft,.boxRight {
    margin: 0 20px;
}
#contact .submit{
    display: block;
    margin-top: 50px;
    text-align: center;
}
#contact .submit input[type=submit] {
    width: 280px;
    display: block;
    position: static;
    background-color: #009fe8;
    background-image: url(../common/img/pc/icon/icon-arrow.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 17px;
    font-size: 16px;
    cursor: pointer;
    height: auto;
    margin: 0 auto;
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
}
#contact .submit input[type=submit]:hover{
    background-color: #33b5e2;
    color: #ffffff;
}
#contact .submit input[type=button] {
    cursor: pointer;
    margin-bottom: 10px;
    width: auto;
}
#contact .contBox h2 {
    color: #009fe8;
}
#contact .contBox h2 span {
    color: #009fe8;
}
#contact .contBox h2 span:after {
    background: #009fe8;
}
#contact p.desc {
    margin-top: 23px;
    margin-bottom: 60px;
    color: #333333;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    color: #333333;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #ffffff;
}
.pc_block{
    display: inline-block;
}

#map .map{
    width: 100%;
    height: 400px;
    margin: 0 auto;
}
.sp_block{
    display: none;
}
.pc_inline{
    display: inline-block;
}

.gBox #instagram {
    display: inline-block;
    padding: 1em 2em;
    border-radius: 10em;
    background: linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7));
    color: #fff;
    text-decoration: none;
    line-height: 1;
}

@media screen and (max-width: 767px) {
.sp_block{
    display: block;
}
.pc_inline{
    display: none;
}
#keyvisual .catch {
    width: 90%;
    font-size: 6vw;
    line-height: 1.5;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    bottom: 10%;
    top: auto;
}

  /* 767px以下用（タブレット／スマートフォン用）の記述 */
.slick-slide img {
    display: block;
    width: 100%;
    min-width: auto !important;
    height: 100vh;
    object-fit: cover;
}
.contBox {
    padding: 55px 20px;
}
.contBox h2 {
    font-size: 20px;
}
.contBox h2 span {
    display: block;
    position: relative;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 40px;
}
.contBox h2 span:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #ffffff;
    display: block;
    margin: 0 auto;
}
#reservation.fixed {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}
#reservation.fixed .resForm {
    padding: 20px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
	
#reservation h2 {
    width: 100%;
    height: auto;
    font-size: 18px;
    float: none;
    font-weight: bold;
    padding: 8px 10px;
    background: #474747;
}
#reservation.fixed h2 {
    height: auto;
    padding: 8px 10px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
#reservation .resForm {
    float: none;
    width: 100%;
    padding: 20px;
}
#reservation .resForm dl dt {
    float: none;
    margin-bottom: 5px;
    font-size: 18px;
}
#reservation .resForm dl dd input {
    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    font-size: 17px;
    height: 35px;
    padding: 0 0 0 10px;
    border: 1px solid #707070;
    border-radius: 5px;
    background: #ffffff;
    box-sizing: border-box;
    margin-right: 5px;
    margin-left: 5px;
}
#reservation .resForm dl dd span {
    font-size: 19px;
}
#reservation .resForm dl dd span.year input {
    width: 92px;
    margin-left: 0;
}
#reservation .resForm dl dd span.month input, #reservation .resForm dl dd span.day input {
    width: 70px;
}

#about {
}
#about.fixed {
    margin-top: 0;
}
button[type=submit] {
    position: static;
    width: 100%;
    margin-top: 20px;
    background-image: url(../common/img/sp/icon/icon-search.png),url(../common/img/sp/icon/icon-arrow.png);
    background-position: left 20px top 50%, right 20px top 50%;
    background-repeat: no-repeat,no-repeat;
    background-size: 20px 20px, 8.4px 14.3px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
}
.boxLeft, .boxRight {
    margin: 0;
}
#business {
    background: url(../img/pc/top/business-bg.jpg) top no-repeat;
    background-size: cover;
}
#business ul {
    display: flex;
    justify-content: center;
    margin: 50px -8px 0;
    flex-wrap: wrap;
}
#business ul li {
    margin: 8px;
    width: calc(50% - 16px);
    padding: 0;
}
#business ul li img {
    width: 100%;
}
#business ul li figcaption p{
    font-size: 4vw;
}

#gallery {

}
#gallery figure {
    width: 100%;
    margin: 20px auto 0;
    flex-direction: unset;
}
#gallery figure figcaption {
    width: 100%;
    margin-right: 0;
}
#gallery figure figcaption h3 {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}
#gallery figure .imgBox {
    margin-top: 100px;
}
#gallery figure .imgBox img {
    width: 100%;
}
#gallery figure p {
    text-align: center;
}
#company {
    background: url(../img/pc/top/company-bg.jpg) top no-repeat;
    background-size: cover;
}
#company .table {
    width: 100%;
}
#company figure .imgBox {
    width: 100%;
    height: 240px;
    margin: 0 auto;
}
#company .table th {
    padding: 10px;
}
#contact .contactBox {
    display: block;
    justify-content: unset;
}
#contact input, #contact select {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background: #ffffff;
}
#contact .submit input[type=submit] {
    background-image: url(../common/img/sp/icon/icon-arrow.png);
    background-position: right 20px top 50%;
    background-repeat: no-repeat;
    background-size: 8.4px 14.3px;
}
#contact textarea {
    resize: none;
    width: 100%;
    height: 126px;
    padding: 11px 15px;
}
#map .map {
    width: 100%;
    height: 250px;
    margin: 0 auto;
}
.flexorder{
    display:-webkit-box;
    display: -webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.box1{
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
}
.box2{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
}
.box3{
    -webkit-box-ordinal-group:3;
    -ms-flex-order:3;
    -webkit-order:3;
    order:3;
}
.block {
    background-attachment: unset !important;
}
.pc_block{
    display: none;
}
}
@media screen and (max-width: 479px) {
    .contBox {
        padding: 95px 20px;
    }
}