@charset "UTF-8";

    /* Noto Sans JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
    /* Noto Serif JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap');

/*
　※Noto Sans JP、Noto Serif JPのfont-weightの値

   Regular　→ 　400
   Medium　 → 　500
   Bold   　→　 700
   Black　  →   900
*/

body {
    color: #463f39;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 1px;

    /* 明朝体セット */
    font-family: 'Noto Serif JP', serif;

    /* ゴシック体セット */
    /*font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;*/
}


/* ==================================================
タグ
================================================== */
/* リンク
-------------------------------------------------- */
a,
a img {
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}

a:hover,a:hover img {
    opacity: .6;
}

a[href^="tel:"] {
    color: inherit;
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* 端末別表示非表示設定
-------------------------------------------------- */
@media screen and (max-width: 768px) {
    .pc-only { /* PCでの閲覧時にのみ表示したいコンテンツにつける */
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .sp-only { /* スマホでの閲覧時にのみ表示したいコンテンツにつける */
        display: none !important;
    }
}

/* 改行
-------------------------------------------------- */
.app-br {
    display: block;
}

/* box-sizing
-------------------------------------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/* ==================================================
テーブル
================================================== */
.styled-table01 {
    width: 100%;
    line-height: 1.7;
}

.styled-table01:first-child {
    margin-top: 0;
}

.styled-table01 th,
.styled-table01 td {
    padding: 12px;
    vertical-align: top;
    text-align: left;
    border: 1px solid #ffded9;
    background: #fff;
}

.styled-table01 th {
    width: 35%;
    font-weight: normal;
    background: #ef7f6d;
    color: #fff;
    vertical-align: middle;
}

.styled-table01 thead th {
    background: #e6e6e6;
}

.styled-table01 caption {
    text-align: center;
    font-size: 20px;
}

/* ==================================================
ヘッダー
================================================== */
.global-header {
}

.header-inner {
    max-width: 1080px;
    margin: 0 auto 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.h_right_cont {
    margin-top: 10px;
}


/* 固定設定　（ヘッダーを固定しない場合はこの項目ごと消せば固定しなくなる）
-------------------------------------------------- */
.header-fix-area-wrap {
    height: 129px; /* .header-fix-area の高さの実数地をデベロッパーツールで調べてここに入力する */
}

.header-fix-area {
    width: 100%;
    background: #fff; /* ヘッダーの固定部分の背景 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .header-fix-area-wrap {
        height: auto;
    }

    .header-fix-area {
        position: static;
    }
}

/* h1
-------------------------------------------------- */
.header-description {
    width: 100%;
    padding: 8px 0;
    line-height: 1.2;
    font-size: 10px;
    font-weight: 300;
    color: #b7b7b7;
}

/* 問い合わせ
-------------------------------------------------- */
.header-contacts {
    line-height: 40px;
    display: flex;
    justify-content: flex-end;
}

.header-contacts li {
    margin: 0 0 10px 15px;
}

/* 電話番号 */
.header-contacts .tel a {
    text-decoration: none;
    font-size: 22px;
}

/* メール */
.header-contacts .mail a {
    padding: 0px 50px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    background: #ef7f6d;
    display: flex;
}

.header-information {
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-information .header-address {
    margin-left: 20px;
}

/* スマホメニュー時 お問い合わせ関係設定
-------------------------------------------------- */
.header-contacts-sp {
    border-bottom: 0;
    padding: 20px;
}

.h_right_cont_sp .header-contacts {
    display: block;
    padding: 0 20px;
}

.h_right_cont_sp .header-contacts .tel a {
    font-size: 24px;
    padding:20px 0;
}

/* メール */
.h_right_cont_sp .header-contacts .mail a {
    display: flex;
    align-items: center;
    margin: 0;
    height: 50px;
}

/*.header-information-sp {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding:20px;
}

.header-information-sp .header-address {
    display: flex;
}*/

/* グローバルナビ
-------------------------------------------------- */
.header-nav {
    background: #ffe8e4;
}

.header-nav > div > ul {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header-nav > div > ul > li {
    flex-grow: 1;
    position: relative;
}

.header-nav a {
    padding: 0 20px;
    line-height: 50px;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.header-nav a:hover{
    color: #ef7f6d;
}


/* ドロップダウンメニュー
------------------------- */
.header-nav li ul {
    width: 100%;
    background: #cfcfcf;
    opacity: 0;
    transition: all .3s;
    position: absolute;
    top: 80%;
    z-index: 100;
    pointer-events: none;
}

.header-nav li:hover ul {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}


/* スマホメニュー　カラー設定
------------------------- */

/* トグルの背景色 */
.um-crossBtn .um-crossBtn-basis {
    background: #000000;
}

/* 三本線の色  */
.um-crossBtn .um-crossBtn-border,
.um-crossBtn .um-crossBtn-border:before,
.um-crossBtn .um-crossBtn-border:after {
    background: #FFFFFF;
}

/* メニュー背景  */
.um-l-wrap .um-l-content {
    background: #FFFFFF;
}

/* 子要素メニュー　背景  */
.um-mianList .hasChild li {
    background: #f9f9f9;
}

/* 各メニュー　リンク色  */
.um-mianList a {
    color: #000000;
}

/* 各メニュー　ボーダー色  */
.um-mianList a:after {
    border-bottom: 1px solid #e5e5e5;
}

/* 各メニュー　ボーダー色（一番上）  */
.um-mianList .first {
    border-top: 1px solid #e5e5e5;
}header-main-visual


/* メインビジュアル
-------------------------------------------------- */
.main_vis{
}

.main_vis{
    position: relative;
    width: 100%;
    height: calc(100vh - 129px);
    background: url("../img/main_vis01.png") right / cover;
    overflow: hidden;
}

.catch {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    height: inherit;
    z-index: 3;
    left: 10%;
}

/* ご挨拶
-------------------------------------------------- */
#greeting{
    background: url("../img/stripe.png")repeat;
}

.text-image {
  display: inline-block;
  background-size: 1080px 634px;
  background-image: url("../img/greeting_txt_bg.png");
  width: 1080px;
  height: 634px;
  text-align: center;
}

.text-image:before{
  content: url("../img/doubuthu.png");
  display: inline-block;
  width: 100%;
  margin-top: -40px;
    text-align: center
}

.text-image p {
  margin: auto;
  font-size: 15px;
  line-height: 2;
}

/* こだわり
-------------------------------------------------- */
#kodawari{
    background: url("../img/stripe.png")repeat;
}

.kodawari_txt{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.text-image_kodawari {
  display: inline-block;
  background-size: 443px 198px;
  background-image: url("../img/kodawari_txt_bg.png");
  width: 443px;
  height: 198px;
}

.text-image_kodawari p {
  margin: auto;
  font-size: 15px;
  line-height: 2;
 padding: 68px;
}

.kodawari_point {
    display: flex;
    flex-wrap: wrap;
}

.kodawari_point li {
    width: calc((100% - 45px) / 2);
    margin: 0 45px 60px 0;
    text-align: center;
    background: #fffdf7;
    border-radius: 20px;
    padding: 0 30px 30px;
}

.kodawari_point li:nth-child(2n) {
    margin-right: 0;
}

.kodawari_point li:nth-child(3n) {
    margin-bottom: 0;
}

.kodawari_point li:last-child {
    margin-bottom: 0;
}

.under {
    background: linear-gradient(transparent 50%, #ffe8e4 50%);
    vertical-align: middle;
}

.point_p{
    margin-top: 20px;
    line-height: 2;
    text-align: left;
}

/* .number_ttl 各４種
-------------------------------------------------- */
.number_ttl01{
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.number_ttl01 p{
    font-size: 22px;
    margin-left: 30px;
    margin: auto 30px;
    line-height: 1.3;
}

.number_ttl01:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 94px;/*画像の幅*/
  height: 100px;/*画像の高さ*/
  background-image: url("../img/number01.png");
  background-size: contain;
}

/* ------------------------------------------------ */

.number_ttl02{
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.number_ttl02 p{
    font-size: 22px;
    margin-left: 30px;
    margin: auto 30px;
    line-height: 1.3;
}

.number_ttl02:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 94px;/*画像の幅*/
  height: 100px;/*画像の高さ*/
  background-image: url("../img/number02.png");
  background-size: contain;
}

/* ------------------------------------------------ */

.number_ttl03{
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.number_ttl03 p{
    font-size: 22px;
    margin-left: 30px;
    margin: auto 30px;
    line-height: 1.3;
}

.number_ttl03:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 94px;/*画像の幅*/
  height: 100px;/*画像の高さ*/
  background-image: url("../img/number03.png");
  background-size: contain;
}

/* ------------------------------------------------ */

.number_ttl04{
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.number_ttl04 p{
    font-size: 22px;
    margin-left: 30px;
    margin: auto 30px;
    line-height: 1.3;
}

.number_ttl04:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 94px;/*画像の幅*/
  height: 100px;/*画像の高さ*/
  background-image: url("../img/number04.png");
  background-size: contain;
}


/* メニュー
-------------------------------------------------- */
#menu{
  background-image   : url("../img/left_deco.png"),url("../img/right_deco.png");
  background-position: left top, right top;
  background-repeat  : no-repeat, no-repeat;
}

.menu_ttl{
  font-size: 22px;
  color: #ef7f6d;
  margin-bottom: 10px;
}

.menu_txt{
    margin-top: 15px;
}

.btn{
    width: 100%;
    display: flex;
}

.menu_btn{
    background: #ef7f6d;
    font-size: 17px;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    margin: 50px auto auto;
}


/* よくある質問
-------------------------------------------------- */
#faq{
    background: url("../img/faq_bg.png") center / cover fixed;
}

.faq_box li{
    margin-bottom: 50px;
}

.faq_box li:last-child{
    margin-bottom: 0;
}

.q_ttl{
    background: #ef7f6d;
    padding: 4px 4px 4px 30px;
    font-size: 24px;
    color: #fff;
}

.q_ttl span{
    font-size: 28px;
}

.q_wrap{
    background: #fff;
    padding: 30px;
}

/* 店舗情報
-------------------------------------------------- */
#company{
    background: url("../img/stripe.png")repeat;
}

.table-column-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.table-column-wrap .table-column {
    width: 580px;
    margin-right: 40px;
}

.table-column-wrap .map-column {
    width: 580px;
}

.sns_bnr{
    display: flex;
    justify-content: space-between;
}

/* スマホ
-------------------------------------------------- */
@media screen and (max-width: 768px) {
    .header-inner {
        margin: 0;
        padding: 10px;
        display: block;
    }

    .header-description,
    .header-contacts,
    .header-information,
    .header-nav {
        display: none;
    }

    .header-contacts li {
    margin: 0;
    }

    /* ロゴ */
    .header-logo {
        text-align: center;
    }
}



/* ==================================================
フッター
================================================== */
.global-footer {
    background: #ffe8e4;
}

.footer-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .footer-inner {
        padding: 20px;
        flex-direction: column;
        justify-content: center;
    }
}

/* ロゴ
-------------------------------------------------- */
.footer-logo {
    margin: 0 0 20px;
}

/* 会社概要</div>
</section>
-------------------------------------------------- */
.footer-about {
    text-align: right;
}

.footer-about li {
    margin: 0 0 8px;
    line-height: 1.2;
}

/* 電話番号 */
.footer-about .tel {
    font-size: 15px;
}

.footer-about .tel a {
    color: inherit;
    font-weight: bold;
    letter-spacing: .1em;
    text-decoration: none;
}

.footer-about .tel span {
    font-size: 15px;
    color: #ef7f6d;
}

/* 所在地 */
.footer-about .address {
}

/* コピーライト
-------------------------------------------------- */
.footer-copyright {
    padding: 0 0 40px 0;
    line-height: 1.3;
    text-align: center;
    font-size: 10px;
    display: block;
}

.footer-copyright a {
    color: inherit;
}

/* ==================================================
セクション
================================================== */

.section-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 100px 0;
}

@media screen and (max-width: 768px) {
.section-inner {
        padding: 60px 20px;
    }
}

/* 見出し
-------------------------------------------------- */
.h2_ttl{
    display: inline-grid;
    text-align: -webkit-center;
}

.h2_ttl img{
    margin-bottom: 10px;
}

.styled-title01 {
    margin: 0 0 50px;
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    color: #463f39;
    letter-spacing:3px;
}

.styled-title02 {
    margin: 0 0 15px;
    padding: 8px;
    line-height: 1.3;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #ffb400;
}




/* 追加 css
==================== */
body{
    min-width: 1280px;
    -webkit-text-size-adjust: 100%;
}
.h2_ttl{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.number_ttl02{
    align-items: center;
}
/* エラーページ */
#e404 .main_vis{
    height: calc( 60vh - 129px );
    background: url(../img/main_vis01.png) top right / cover;
}
.catch-txt{
    font-size: 30px;
    font-weight: 400;
    text-shadow: 0 0 5px #ffe8e4;
    color: #463f39;
    letter-spacing: 3px;
}
.cmn_sec{
    max-width: 1080px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}
.cmn_ttl{
    margin: 0 0 50px;
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    color: #463f39;
    letter-spacing: 3px;
}
