@charset "UTF-8";
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    color: #333;
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
    /* font-size: 10px; */
    background-image: url(../images/background.jpg);
    background-size: cover;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    opacity: .5;
}
/* ------------------------------------------------- *
 * 改行コントロール
 * ------------------------------------------------- */
@media screen and (min-width: 768px){   
    .pc { display:block; }
    .sp { display:none; }
}
@media screen and (max-width: 769px){   
    .pc { display:none; }
    .sp { display:block; }
}
/* ------------------------------------------------- *
 * フォント
 * ------------------------------------------------- */
.sans-serif {
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','MS ゴシック',sans-serif;
}
.serif {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.note {
    font-size: 70%;
}

h1 {
    margin: 50px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media(min-width:769px) {
    h1 {
        font-size: 28px;
        /* line-height: 4; */
        /* letter-spacing: .3em; */
    }
 }
/* ------------------------------------------------- *
 * 画像サイズ
 * ------------------------------------------------- */
img {
    width: 100%;
}
/* ------------------------------------------------- *
 * マージン
 * ------------------------------------------------- */
.m50 {
    margin: 50px 0;
}
.mt50 {
    margin-top: 50px;
}
.mb50 {
    margin-bottom: 50px;
}
/* ------------------------------------------------- *
 * ヘッダー・h1ロゴ
 * ------------------------------------------------- */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 70px;
    width: 100%;
    /* border-bottom: 1px solid #ccc; */
    /* transform: translateY(-100%); */
    /* opacity: 1; */
    /* visibility: hidden;
    transition: .5s; */
}
/* header.active {
    opacity: 1;
    visibility: visible;
    transform: none;
} */
.logo {
    margin: 0;
    display: block;
}
.logo img {
    height: 50px;
    padding-left: 10px;
}
@media(min-width:769px) {
    .logo img {
        height: 70px;
        padding-left: 30px;
    }
 }
/* ------------------------------------------------- *
 * ハンバーガーボタン　スマホの場合のみ表示
 * ------------------------------------------------- */
 @media(max-width:768px) {/*スマホの時*/
    .menuButton {
        display: block;
        height: 50px;
        width: 50px;
        background: #fff;
        position: fixed;
        top: 4px;
        right: 7px;
        z-index: 88;
        transition: .6s;
    }
    .menuButton div {
        height: 2px;
        width: 50%;
        background: #333;
        border-radius: 20%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .2s;
    }
    .menuButton div:nth-last-of-type(1) {
        transform: translate(-50%, -9px);
    }
    .menuButton div:nth-last-of-type(2) {
        opacity: 1;
    }
    .menuButton div:nth-last-of-type(3) {
        transform: translate(-50%, 7px);
    }
    .menuButton.active {
        transform: rotate(360deg);
        top: 10px;
    }
    .menuButton.active  div:nth-last-of-type(1) {
        transform: rotate(45deg) translate(-50%, -0px);
        transform-origin: 0% 50%;
    }
    .menuButton.active  div:nth-last-of-type(2) {
        opacity: 0;
        transform: translate(0%, -50%);
    }
    .menuButton.active  div:nth-last-of-type(3) {
        transform: rotate(-45deg) translate(-50%, 0px);
        transform-origin: 0% 50%;
    }
    .menuButton span {
        display: block;
    }
    .menuButton.active span {
        display: none;
    }
    .menuButton span {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        font-size: 8px;
        letter-spacing: 0.08em;
    }
}
@media(min-width:769px) {/*PCの時*/
    .menuButton {
        display: none;
    }
}
/* ------------------------------------------------- *
 * ハンバーガーボタンクリックで透明黒のマスク処理
 * ------------------------------------------------- */
 .navMask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 66;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.navMask.active {
    opacity: .7;
    visibility: visible;
}
/* ------------------------------------------------- *
 * ナビゲーション　スマホとPCの場合
 * ------------------------------------------------- */
@media(max-width:768px) {/*スマホの時*/
    nav {
        transform: translateX(100%);
        transition: .5s;
        position: fixed;
        top: 70px;
        right: 0;
        z-index: 77;
        background-color: #ccc;
        padding: 0;
        width: 100%;
        overflow: auto;
        font-family: 'Font Awesome';
        border-bottom: 10px solid #fff;
    }
    nav.active {
        transform: translateX(0%);
    }
    nav ul li a {
        color: #fff;
        text-align: center;
        font-size: 24px;
        display: block;
        padding: 30px 0;
        border-bottom: 2px solid #fff;
        transition: .3s;
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    }
    nav ul li a.menu00 {
        background-image: url(../images/menu00.jpg);
        background-size: cover;
    }
    nav ul li a.menu01 {
        background-image: url(../images/menu01.jpg);
        background-size: cover;
    }
    nav ul li a.menu02 {
        background-image: url(../images/menu02.jpg);
        background-size: cover;
        content: "\f15c";
    }
}
@media(min-width:769px) {/*PCの時*/
    nav {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 77;
    }
    nav ul {
        display: flex;
    }
    nav ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        width: 125px;
        height: 70px;
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    }
    nav ul li a.menu00 {
        background-image: url(../images/menu00.jpg);
    }
    nav ul li a.menu01 {
        background-image: url(../images/menu01.jpg);
    }
    nav ul li a.menu02 {
        background-image: url(../images/menu02.jpg);
    }
}
/* ------------------------------------------------- *
 * スライダー
 * ------------------------------------------------- */
.swiper-slide {
    height: 40vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media(min-width:769px) {
    .swiper-slide {
        height: 920px;
    }
}
@media(min-width:919px) {
    .swiper-slide {
        max-width: 100%;
    }
}
.swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.swiper-slide .text {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    top: 10%;
    text-align: center;
    font-size: 120%;
    line-height: 210%;
    color: #fff;
    text-shadow: 2px 2px 8px #000;
}
@media(min-width:769px) {
    .swiper-slide .text {
        font-size: 200%;
    }
}
.swiper-slide .caption {
    position: absolute;
    bottom: 2%;
    right: 2%;
    background-color: rgba(255, 255, 255, .8);
    font-size: 12px;
    padding: 5px;
}
.swiper-slide .button {
    position: absolute;
    display: block;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(2px 2px 8px #000);
    font-family: "Hiragino Kaku Gothic ProN";
    font-size: 18px;
    font-weight: bold;
    z-index: 98;
    width: 150px;
    padding: 20px 10px;
    box-sizing: border-box;
    background: pink;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 1px;
}
.swiper-slide .button:hover {
    background: white;
    color: #1b1b1b;
}
.swiper-slide.slide1 {
    background-image: url(../images/slide/001.jpg);
}
.swiper-slide.slide2 {
    background-image: url(../images/slide/002.jpg);
}
.swiper-slide.slide3 {
    background-image: url(../images/slide/003.jpg);
}
.swiper-button-prev::after,
.swiper-button-next::after {
    color: #fff;
    font-family: 'FontAwesome';
    opacity: .5;
}
.swiper-button-prev::after {
    content: "\f0d9";
}
.swiper-button-next::after {
    content: "\f0da";
}
.swiper-container .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 1px;
}
/* ------------------------------------------------- *
 * キャプション指定
 * ------------------------------------------------- */
p.caption {
    text-align: right;
    margin-top: 5px;
    font-size: 14px;
}
@media(max-width:768px) {/*スマホの時*/
    p.caption {
        font-size: 6px;
    }
}

/* ------------------------------------------------- *
 * メイン
 * ------------------------------------------------- */
main {
    margin: 50px auto 0;
    max-width: 65vw;
    width: 100%;
}
@media(max-width:768px) {/*スマホの時*/
    main {
        max-width: 100vw;
        padding: 0 20px;
    }
}
main p {
    font-size: 20px;
    line-height: 2;
}
@media(max-width:768px) {/*スマホの時*/
    main p {
        font-size: 16px;
        line-height: 1.5;
    }
}
.request {
    margin-top: 0px;
    margin-bottom: 0px;
}
@media(max-width:768px) {
    .request {
        /* width: 83%; */
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
.mapArea {
    margin-top: -5px;
    background-color: #fff;
}
.mapContainer {
    margin: 0 auto;
    width: 100%;
}
.googleMap {
    margin-bottom: 0px;
    width: 100%;
    height: 600px;
}
@media(max-width:768px) {/*スマホの時*/
    .googleMap {
        margin-bottom: 30px;
        height: 70vw;
    }
}
.instaArea {
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
@media(max-width:768px) {/*スマホの時*/
    .instaArea {
        max-width: 100vw;
        padding: 30px 20px 10px;
    }
}
.instaArea .caption {
    width: 100%;
    margin: 0 0 10px;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.2em;
    color: azure;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
    overflow: hidden;/*はみ出た部分を隠す*/
}
@media(max-width:768px) {/*スマホの時*/
    .instaArea .caption {
        padding: 10px;
        font-size: 20px;
    }
}
.instaArea p {
    margin: 0 0 0 70px;
    font-size: 14px;
}
@media(max-width:768px) {/*スマホの時*/
    .instaArea p {
        margin: 0;
        font-size: 12px;
        text-align: center;
    }
}
.insta {
    margin: 20px auto;
    max-width: 55vw;
    width: 100%;
    background-color: #fff;
}
@media(max-width:768px) {/*スマホの時*/
    .insta {
        max-width: 90vw;
        margin: 20px auto 10px;
    }
}






.shopContainer {
    margin: 0 auto 200px;
    display: block;
    width: 70%;
}
.shop {
    width: 100%;
}
.tel {
    width: 100%;
}
@media(max-width:768px) {/*スマホの時*/
    .shopContainer {
        margin: 0 auto 50px;
  }
}
/* ------------------------------------------------- *
 * フッター
 * ------------------------------------------------- */
footer {
    margin: -150px auto 50px;
    display: block;
    width: 100%;
    text-align: center;
}
@media(max-width:768px) {/*スマホの時*/
    footer {
    margin-top: -30px;
    }
}
footer p {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media(max-width:768px) {/*スマホの時*/
    footer p {
        font-size: 8px;
        line-height: 2;
    }
}
/* ------------------------------------------------- *
 * テーブル
 * ------------------------------------------------- */
p.ch {
    text-align: center;
    margin: 100px 0 30px;
    font-size: 20px;
    font-weight: bold;
}
@media(max-width:768px) {/*スマホの時*/
    p.ch {
        font-size: 10px;
        font-weight: normal;
    }
}
table {
    border-collapse: collapse;
    margin: 10px auto 50px;
    padding: 0;
    width: 83%;
    table-layout: fixed;
}
table tr {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 5px;
}
table th, table td {
    padding: 1em 10px 1em 1em;
    border-right: 1px solid #bbb;
}
table th {
    width: 33%;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: middle;
}
table td {
    font-size: 16px;
    line-height: 1.5;
}
@media(max-width:768px) {/*スマホの時*/
    table th {
        width: 38%;
        font-size: 8px;
        vertical-align: middle;
    }
    table td {
        font-size: 10px;
        line-height: 1.5;
    }
}
table td a {
    color: #427eff;
}