﻿@charset "UTF-8";
/*
===========================================================
   # Body
===========================================================
*/
html{
    font-size: 16px;
}
main > .container-fluid {
    padding: 0 15px 0; /* nav 合わせる */
}
footer {
    background: linear-gradient(45deg, #3e72d0, #50b2d1);
}
footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
 
/* 全体の画面幅(container)を指定 */
.w-80{width: 100% !important;}

@media (min-width: 768px){
    .w-80{max-width: 90% !important;}
}
@media (min-width: 992px){
    .w-80{width: 860px !important;}
}
@media (min-width: 1200px){
    .w-80{width: 860px !important;}
}

.w-90{width: 100% !important;}

@media (min-width: 768px){
    .w-90{max-width: 90% !important;}
}
@media (min-width: 992px){
    .w-90{width: 900px !important;}
}
@media (min-width: 1200px){
    .w-90{width: 980px !important;}
}

/* Head .green{
  color: #31c831 !important;
}の画面幅(container)の幅をワイドにする場合は.wide-containerを追加 */
.wide-container{
    margin-right:auto;
    margin-left:auto;
    padding-left:15px;
    padding-right:15px
}
@media (min-width: 576px){
    .wide-container{width: 100%;}
}
@media (min-width:768px){
    .wide-container{width:750px;}
}
@media (min-width:992px){
    .wide-container{width:992px;}
}
@media (min-width:1200px){
    .wide-container{width:1200px;}
}
.full-width.container{
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

/* 
===========================================================
   # Heading
===========================================================
*/
h1,h2,h3,h4,h5,h6,strong{
    font-weight: normal;
}
h2,h3,h4,h5,h6,strong{
    line-height: 1.6;
}

h1 {
    font-size: 1rem;
    line-height: 1rem;
    margin: 0 !important;
}
h2 {font-size: 160%;}
h3 {font-size: 130%;font-weight: bold;}
h4 {font-size: 1rem;}
.header-title{
    font-size: 22px;
    padding: 30px 0;
    line-height: 1.4;
}
@media (min-width: 576px){
    h1 {font-size: 1rem; line-height: 1rem;}
    .header-title{
        font-size: 36px;
        padding: 60px 30px;
    }
}
@media (min-width: 992px){
    h1 {font-size: 1rem; line-height: 1rem;}
    h2 {font-size: 190%;}
    h3 {font-size: 1.6rem;line-height: 1.8;letter-spacing: 0.04em;}
}

h2.top{font-size: 130%;}
@media (min-width: 992px){
    h2.top {font-size: 190%;}
}

body{           
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", 'Yu Gothic Medium', "ヒラギノ角ゴ ProN", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, sans-serif;
    padding-top: 0; /* nav 合わせる */
    margin-top: 0;
    color: #222;
    letter-spacing: 0.04em;
    line-height: 1.6;
    font-size: 0.875em;
    word-wrap : break-word;
    overflow-wrap : break-word;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
}

p{
    line-height: 1.8;
}
p.article{
    font-size: 16px;
    line-height: 2.2;
}

@media (min-width: 992px) {
    body {
        padding-left: 0;
        font-size: 1rem;
        letter-spacing: 0.04em;
        font-weight: 400;
    }
    p{
        line-height: ;
    }
    p.article{
        font-size: 21px;
        line-height: ;
    }
}

/* 
===========================================================
   # リンク｜Link
===========================================================
*/
a:link, a:visited, a:focus {
  color: #5c8be2;
  transition: .17s;
}
a:active {
  color: #666;
}
a:hover {
  color: #666;
  transition: .12s;
  text-decoration: none;
}

a.dark-link{
    color: #333;
    transition: .17s;
}
a.dark-link:hover{
    color: #316cda;
    transition: .12s;
    text-decoration: underline;
}

a.white-link{
    color: #fff;
    transition: .17s;
}
a.white-link:hover{
    color: #fff;
    transition: .12s;
    text-decoration: none;
}

.social-icons a {
  display: inline-block;
  width: 2rem;
  color: #999 !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 0rem;
}

.social-icons a:first-child {
  margin-left: 0.3rem;
}
.social-icons a:hover {
    opacity: .5;
}

.twitter{
    color: #1da1f2;
}
.facebook{
    color: #3b5998;
}
.line{
    color: #00c300;
}

/* 
===========================================================
   # Style
===========================================================
*/
.font-alt{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.font-alt.bold{
    font-weight: 700 !important;
}
.font-bold{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
}

/* Serif */
.serif{
	font-family: 'Shippori Mincho', "游明朝", 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', "メイリオ", Meiryo, serif !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.bg-blue{
    background: #fafaff;
}
.bg-green{
    background: #f1fff7;
}
.bg-yellow{
    background: #fffeed;
}

/*-------- Sub Title --------*/
.small-title{
    font-size: 14px;
    color: #666;
    letter-spacing: 0.25em;
}


/* 
===========================================================
   # Button
===========================================================
*/
/*-------- Color Button --------*/
.btn-color {
  color: #fff;
  background-color: #111;
  border-color: #111;
  font-size: 0.9375rem;
}
.btn-color:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-color:focus, .btn-color.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-color.disabled, .btn-color:disabled {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.btn-color:not(:disabled):not(.disabled):active, .btn-color:not(:disabled):not(.disabled).active,
.show > .btn-color.dropdown-toggle {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-color:not(:disabled):not(.disabled):active:focus, .btn-color:not(:disabled):not(.disabled).active:focus,
.show > .btn-color.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* button */
.btn-border{
    background: #fafafa;
    border: 1px solid #333;
    color: #333;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    padding: 15px 35px;
    min-width: 280px;
}
.btn-border:hover{
    background: #333;
    color: #fcfcfc;
    transition: .17s ease;
    text-shadow: ;
}

/* button */
.btn-link{
    background: #37b534;
    border: 1px solid #37b534;
    color: #fff;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 12px;
    padding: 2px 6px;
    min-width: ;
}
.btn-link:hover{
    color: #fafafa;
    transition: .17s ease;
    text-decoration:  none;
    opacity: .8;
    text-shadow: ;
}


.btn-link2{
    width: 100%;
    height: 18px;
    text-align: center;
    line-height: 18px;
    padding: 3px 7px;
    background: #8dc254;
    color: #fff !important;     
    font-size: 12px;
    text-decoration: none;
    transition: .3s ease;
}
.btn-link2:hover {
    color: #fff;
    transition: .17s ease;
    text-decoration:  none;
    opacity: .8;
}

/* button */
.btn-green{
    background: #00c78f;
    color: #fff;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 35px;
    border-radius: 8px;
    width: 100%;
}
.btn-green:hover{
    background: #00b37d;
    color: #fff;
    transition: .17s ease;
    text-shadow: ;
}

/* button */
.btn-black{
    background: #333;
    border: 1px solid #333;
    color: #fcfcfc;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    padding: 15px 35px;
    min-width: 280px;
}
.btn-black:hover{
    background: #fafafa;
    color: #222;
    transition: .17s ease;
    text-shadow: ;
}

.btn-footer{
    background: #fcfcfc;
    border: 1px solid #333;
    color: #333;
    transition: .3s ease;
    text-shadow: none;
    letter-spacing: 0.1em;
    border-radius: 0;
    font-size: 15px;
    padding: 12px 35px;
    width: 100%;
}
.btn-footer:hover{
    background: #333;
    color: #fcfcfc;
    transition: .17s ease;
    text-shadow: ;
}

.btn-fw{
    width: 100%;
}

/* 
===========================================================
   # Page
===========================================================
*/
hr.section-divider{
    background: transparent !important;
    padding: 0;
    margin: 0;
}

/*-------- Normal LI --------*/
ul.normal{
    margin-left: -1rem;
}
ul.normal li{
    list-style-type: none;
    text-indent: 0; /* -1em */
    margin-bottom: 3px;
    margin-left: 0;
}

/*-------- Summary page LI --------*/
ul.summary{
    margin-left: -1rem;
    margin-bottom: 0;
}
ul.summary li{
    list-style-type: ;
    text-indent: 0; /* -1em */
    margin-bottom: 0;
    margin-left: 0;
}

/*-------- ASTERRISK LI --------*/
ul.asterisk{
    margin-left: -1.5em;
    margin-bottom: 0;
}
ul.asterisk li {
    list-style-type: none;
    text-indent: -1.3em; /* -1em */
    margin-bottom: 0;
    margin-left: 0;
}
ul.asterisk li:before {
    display: inline;
    content: "※ ";
}

/* 
===========================================================
   # Page Section paddng
===========================================================
*/
section.first-section {
  padding-top: 10px !important;
  padding-bottom: 60px !important;
  overflow: hidden;
}
section.page-section {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  overflow: hidden;
}
section.page-section.top-page{
    padding-top:  !important;
    padding-bottom:  !important;
}
@media (min-width: 992px) {
  section.page-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

/* 
===========================================================
   # Footer
===========================================================
*/
.footer-section{
    background: ;
}
.footer-title{
    color: rgba(0,0,0, .8);
    border-bottom: 1px solid rgba(240,240,240, .9);
    font-size: 0.8125rem;
    margin-bottom: 10px;
}
.footer-section a{
    color: #ad956c; /*ec9d36*/
    text-decoration: underline;
}
.footer-section a:hover{
    color: #C4A674;
    text-decoration: none;
}

.bottom-footer{
    background: rgba(240,240,240, .9);
}
.footer-social-links{
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
}
.footer-social-links a{
    color: rgba(0,0,0, .6);
}
.footer-social-links a:hover{
    color: rgba(173,149,108, .7);
}
.footer-copy{
    font-size: 0.8125rem;
    color: rgba(0,0,0, .7);
    text-align: center;
    margin: 0 auto;
}

/* 
===========================================================
   # MainNavi |  Navi > Color > Style
===========================================================
*/
/* ============================================= スマホ・タブレット縦 ===*/
nav{
    height: 70px;
}
.nav-bg {
    background: rgba(255,255,255, .99);
}

.navbar{
    font-size: 0.9375rem;
    text-align: center;
    margin: 0;
    padding: 0.5rem 0.5rem;
}
.navbar li{
    padding: 10px 0;
    border-top: solid 1px #666;
    background: #111;
    transition: all .17s linear;
}
.navbar li:first-child{
    margin-top: 8px; /* nav 合わせる(調整) */
}
.navbar li:last-child{
    border-bottom: solid 1px #666;
    margin-bottom: 0;
}
.navbar li:hover{
    background: #222;
    transition: all .17s linear;
}

.navbar-brand{
    display: inline-block;
    padding: auto;
padding-top: 3px;
padding-bottom: 3px;
    margin-left: 0;
    margin-right: 0.5rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
}
@media (min-width: 992px) { /* ============= 追加 =========*/
    .navbar-brand{
        margin-left: 0.5rem;
        margin-right: 1rem;
    }
}

/* ============================================= PC =================*/
@media (min-width: 992px) {
    nav{
        height: 70px; /* nav 合わせる */
        padding-left: 60px;
    }
  .navbar-expand-lg .navbar-nav .nav-link{
        padding-right: 0.6rem;
        padding-left: 0.6rem;
  }
    #mainNav .navbar-brand .img-logo{
        max-width: 5rem;
        max-height: 5rem;
  }
  .navbar{
        padding: 0.5rem 2rem 0.5rem 2rem;
    }
  .navbar li{
        border-top: 0;
        background: none;
        transition: none;
    }
    .navbar li:first-child{
        margin-top: 0;
    }
    .navbar li:last-child{
        border-bottom: 0;
        margin-right: 0rem;
    }
    .navbar li:hover{
        background: none;
        transition: none;
    }
}

/* ===== ハンバーガーメニュー =====*/
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0;
    width: 30px;
    height: 40px;  /* nav 合わせる(調整) */
    box-sizing: border-box;
    position: relative;
    margin-right: 0.5rem;
}
.navbar-light .navbar-toggler-icon {
    background-image: none; /* この行で背景画像を無効化 */
    background-color: #333;
    width: 30px;
    height: 3px;
    display: block;
    position: absolute;
    transition: ease .3s;
    border-radius: 3px;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {top:10px;}
.navbar-toggler-icon:nth-of-type(2) {top:17px;}
.navbar-toggler-icon:nth-of-type(3) {top:24px;}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
    top:15px;
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
    top:15px;
    transform: rotate(-45deg);
}

/* 
===========================================================
   # Main Navi Color
===========================================================
*/
.navbar-light .navbar-brand {
  color: #fff;
}
/* ============================================= スマホ・タブレット縦 ===*/

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #fff;
}
/* リンクの色*/
.navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255, .75);
  padding: ;
  margin: 0 ;
}
/* ホバーの色*/
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255,255,255, .85);
  box-shadow: none;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(255,255,255, .75);
}
/* アクティブの色 */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(255,255,255, 85);
  font-weight: bold;
  box-shadow: none;
}

/* ============================================= PC =================*/
@media (min-width: 992px){
    /* リンクの色*/
    .navbar-light .navbar-nav .nav-link {
        color: rgba(0,0,0, .9);
        font-weight: 500;
        font-size: 0.9375rem;
        padding: 5px 2px; /* メニューバーの余白 */
        margin: 0 10px; /* メニューの間隔 */
    }
    /* ホバーの色*/
    .navbar-light .navbar-nav .nav-link:hover{
        color: rgba(0,0,0, .9);
        box-shadow: 0 -2px 0 0 #4ab6e7 inset;
    }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0, .9);
    }
    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0, 0.25);
    }
    /* アクティブの色 */
    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
     color: rgba(0,0,0, .9);
     font-weight: 500;
     box-shadow: 0 -2px 0 0 #4ab6e7 inset;
     }
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0, .5);
  border-color: (0,0,0, .5);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0,0,0, 0.5);
}
.navbar-light .navbar-text a {
  color: #000;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #000;
}

/* 
===========================================================
   # Heading images
===========================================================
*/
.header-1{
    background:url(../img/header.jpg) left 0% top 33% / cover no-repeat;
    height: 300px;
}
@media (min-width: 992px){
    .header-1{
        background:url(../img/header.jpg) left 0% top 30% / cover no-repeat;
        height: 480px;
    }
}

.header-2{
    background: #e9f3fe;
    background:url(../img/check.jpg) left 0% top 0% / cover no-repeat;
    text-shadow: 0 0 0px rgba(0,0,0, .4);
}
.bg-1{
    background:url(../img/bg-note.gif) repeat;
}
.bg-2{
    background:url(../img/sky.jpg) left 50% top 50% / cover no-repeat;
    background-size: ;
    text-shadow: none;
}
.bg-3{
    background:url(../img/mall.jpg) left 50% top 50% / cover no-repeat;
    background-size: ;
    text-shadow: none;
    min-height: 20rem;
}
.bg-4{
    background:url(../img/bubble.jpg)  left 50% top 0% / cover no-repeat;
}
.bg-5{
    background:url(../img/flower.png)  left 50% top 50% / cover no-repeat;
}
.bg-6{
    background:url(../img/bubble.jpg)  left 50% top 50% / cover no-repeat;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, .175);
    box-shadow: 5px 0px 35px rgba(0, 0, 0, .175);
}
.bg-alfa{
    background-size: ;
	position: relative;
	height:100%;
}
.bg-alfa:before{
	content: ' ';
	background: linear-gradient(90deg, rgba(255,255,255, .45), rgba(255,255,255, .65) 50%, rgba(255,255,255, .45)100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bg-alfa-light{
    background-size: ;
	position: relative;
	height:100%;
}
.bg-alfa-light:before{
	content: ' ';
	background: linear-gradient(90deg, rgba(255,255,255, .15), rgba(255,255,255, .80) 50%, rgba(255,255,255, .15)100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*
===========================================================
   # Link to Top
===========================================================
*/
.link-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    opacity: .3;    
    display: none;
}
.link-to-top img{
    height: 40px;
    width: 40px;
    transition: .3s;
}
.link-to-top img:hover{
    opacity: .6;
    transition: .17s;
}
@media (min-width: 992px){  /* ■■■■■■■■■■■■■■■ PC ■■■■■■■■■■■■■■■ */
    .link-to-top{
        bottom: 40px;
        right: 40px;
    }
    .link-to-top img{
        height: 64px;
        width: 64px;
    }
}

/* 
===========================================================
   # プレローダー｜Loader
===========================================================
*/
.loader-wrap{
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.loader {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  background-color: lightblue;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/*
===========================================================
   # 電話をかける｜スマホ画面下部（スマホのみ有効）
===========================================================
*/
/* スマホ以外で電話自動発信を無効にする */
a[href*="tel:"]{
        pointer-events: ;
        text-decoration: none;
        color: #333;
    }
a[href*="tel:"]:hover{
    text-decoration: none;
}
@media (min-width: 768px){
    a[href*="tel:"]{
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #333 !important;
    }
}

/* 
===========================================================
   # Utility
===========================================================
*/
.smallest{font-size: 12px !important;}
.small{font-size: 85% !important;}
.smaller{font-size: 90% !important;}
.larger{font-size: 110% !important;}
.large{font-size: 120% !important;}
.largest{font-size: 150% !important;}
.copy{color: rgba(0,0,0, .5);}
.bold{font-weight: bold !important;}
.normal{font-weight: normal !important;}
.capitalize{text-transform: capitalize !important;}
.lowercase{text-transform: lowercase !important;}
.ts-none{text-transform: none !important;}

/*-------- Text Color --------*/
.white{color: #fff !important;}
.light{color: #fafafa !important;}
.dark{color: #333 !important;}
.black{color: #000 !important;}
.lightgray{color: #999 !important;}
.color{ color: #e41919 !important;}
.glass{ opacity: .5;}

/*-------- Bg-color --------*/
.bg-white{background: #fff !important;}
.bg-light{background: #f9f9f9 !important;}
.bg-gray-lighter{background: #f7ffff !important;}
.bg-gray{background: #fafafa !important;}
.bg-dark{background: #333 !important;}
.bg-black{background: #000 !important;}
.bg-lightblue{background: #eafefe !important;}
.bg-blue-lighter{background: #f1fffd !important;}
.transp{background: transparent !important;}

/*-------- Shadow --------*/
.text-shadow{
    text-shadow: 0 0 3px rgba(0,0,0, .7);
}
.text-shadow-white{
    text-shadow: 0 0 3px rgba(255,255,255, .6);
}
.shadow{
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .9);
}
.white-shadow{
    -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

/*-------- etc. --------*/
.align-center{ text-align:center !important;}
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important;}
.left{float:left !important;}
.right{float:right !important;}
.align-center-left{text-align: left !important;}
.align-left-center{text-align: center !important;}
.align-left-right{text-align: right !important;}
@media screen and (min-width: 768px){
	.align-center-left{text-align: center !important;}
}
@media screen and (min-width: 992px){
	.align-left-center{text-align: left !important;}
}
.relative{position:relative;}
.inline-block{display:inline-block;}
.hidden{display:none;}
hr.hr-dark{border-top: 1px solid #bbb;}
hr.hr-light{border-top: 1px solid #eaeaea;margin: 0;}
hr.hr-blue{border-top: 1px solid #f6f5f9;margin: 0;}
.image-fullwidth img{
    width: 100%;
}
.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}
.full-wrapper {
    margin: 0 2%;
}

/*-------- Marker. --------*/
/* 薄いイエローの太マーカー*/
.light-yellow-line{ background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #ffffcc 0%) repeat scroll 0 0; font-weight: bold;padding: 0 10px;line-height: 1;}
/* イエローの太マーカー*/
.yellow-marker{ background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #feffa2 0%) repeat scroll 0 0; font-weight: bold;color: #52a2d4;}
/* イエローの細いマーカー*/
.yellow-marker-narrow{ background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #feffa2 0%) repeat scroll 0 0;font-weight: bold;color: #52a2d4;}

/* 
===========================================================
   # for Boootstrap4
===========================================================
*/
.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

/* 
===========================================================
   # ページ共通
===========================================================
*/
/*----- ナビメニュー電話番号-----*/
.nav-phone{
    background: ;
    color: ;
    list-style: none;
    padding: 0 15px;
    margin: 0;
    height: 70px;
    line-height: 1.2;
}
.nav-number-title{
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-top: 7px;
}
.nav-number{
    font-size: 22px;
}
.nav-number-dscr{
    display: block;
    background: #22a0dd;
    color: #fff;
    font-size: 12px;
    padding: 0 0 1px;
}

/*----- お電話でお問い合わせ -----*/
/* 前後に線 */
.phone{
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
    white-space: nowrap;
}
.phone:before, .phone:after {
    border-top: 1px solid #bbb;
    content: "";
    width: 100%; /* 線の長さ */
}
.phone:before {
    margin-right: 1rem; /* 文字の右隣 */
}
.phone:after {
    margin-left: 1rem; /* 文字の左隣 */
}
.phone-number{
    font-size: 30px;
    letter-spacing: 0.02em;
}

.hours{
    display: inline-block;
    padding: 2px 18px 1px;
    background: #22a0dd;
    color: #fff;
    border-radius: 999px;
}

@media (min-width: 992px) {
    .phone-number{
        font-size: 34px;
    }
    .contact-mail{
        margin-top: 35px;
    }
}


/*----- Contact Phone -----*/
.contact-phone h3{
    font-size: 1rem;
    font-weight: bold;
}
.contact-phone p{
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 5px;
}
.contact-phone p:nth-of-type(2){
    font-size: 0.8375rem;
    display: ;
    padding: 2px 0 3px ;
    background: #22a0dd;
    color: #fff;
    max-width: 90%;
}

@media (min-width: 992px){
    .contact-phone h3{
        font-size: 1rem;
    }
    .contact-phone p{
        font-size: 1.8rem;
    }
    .contact-phone p:nth-of-type(2){
        font-size: 0.8375rem;
    }
}

/*----- LINE Coupon -----*/
.line-coupon h3{
    font-size: 1rem;
    font-weight: bold;
}
.line-coupon p{
    font-size: 0.8375rem;
    line-height: 1.4;
    display: ;
    padding: 2px 0 3px ;
    background: #21c055;
    color: #fff;
    max-width: 90%;
}
.line-icon{
    width: 80px;
    height: auto;
}
@media (min-width: 992px){
    .line-coupon h3{
        font-size: 1rem;
    }
    .line-coupon p{
        font-size: 0.8375rem;
    }
}

/*----- フッター電話番号 -----*/
.tel-number a{
    color: #fff;
    text-decoration: none;
}

/* 
===========================================================
   # トップページ
===========================================================
*/
.rounded-more{
    border-radius: 20px 20px;
}
.menu-wrap{
    position: relative;
    height: 100%;
    padding: 10px 15px 25px;
    background: #fff; /*  */
    text-align: center;
    border-radius: 40px;
    border: 1px solid #fcfbf8;
    box-shadow: 0 0 3px 3px rgba(0,0,0, .015);
}
.menu-title{
    margin: 10px 0 15px;
    padding: 2px 0 3px;
    background: #faf582;/*faf582 fff5a5 */
    color: ;
    border-radius: 999px;
    font-size: 1.2rem;
}
.menu-title-alt{
    margin: 10px 0 15px;
    padding: 3px 0 1px;
    background: #333;/*faf582 fff5a5 */
    color: #fff;
    border-radius: 999px;
    font-size: 1.2rem;
}
.menu-descr{
    margin-bottom: 0;
    text-align: left;
}
@media screen and (min-width: 992px){
    .menu-wrap{
        padding: 20px 35px 40px;
    }
}


/* ------ 法人のお客様へ  ------ */
.houjin{
    display: inline-block;
    background: #59473e;
    color: #fff;
    border-radius: 999px;
    font-size: 18px;
    padding: 6px 40px 7px;
}
@media screen and (min-width: 992px){
    .houjin{
        font-size: 24px;
        padding: 6px 40px 7px;
    }
}

/* ------ お知らせ  ------ */
#news{
    height: ;
    width: 100%;
    overflow-y: scroll;
    margin: 5px 0 5px;
    padding: 0;
    line-height: 1.6;
}

@media (min-width: 768px){
    #news{
        min-height: 150px;
        width: 100%;
        overflow-y: auto;
        margin: 5px 0 5px;
        padding: 0;
        line-height: 1.6;
    }
    #news dl{
        background-color: ;
        line-height: 1.6;
        padding: 5px 10px;
        margin-bottom: 0;
        overflow-y: ;
    }
    #news dt{
        float: left;
        clear: both;
        width: 8rem;
        padding: 10px 0 5px;
        border-top: 1px dotted #ccc; 
    }
    #news dd{
        margin-left: 8rem;
        padding: 10px 0 5px 0.5rem;
        border-top: 1px dotted #ccc; 
    }
    #news dd a{
	    font-weight: bold;
    }
}
@media (max-width: 767px){
    #news{
        height: 210px;
    }
    #news dl{
        margin-bottom: 0;
    }
    #news dt{
        padding: 8px 0 3px;
        border-top: 1px dotted #ccc;
    }
    #news dd{
        margin-left: 2px;
        padding-bottom: 3px;
        border-top: none; 
    }
    #news dd a{
	    font-weight: bold !important;
    }
}
/*リンクテキストの表示*/
#news dd a{
   color: #3434ff;
   display: inline-block;
	font-weight: bold;
	text-decoration: none;
}
/*リンクテキスト hover */
#news dd a:hover{
   color: #3434ff;
   text-decoration: underline;
}
#news dt{
   color: #222;
}

/* ------ 店舗情報  ------ */
#shop-info dl dt{
	width: 100%;
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 10px 0 0 3px;
	float: left;
	clear: left;
}
#shop-info dl dd{
	margin: 0 ;
	padding: 5px 0 10px;
	padding-left: 3px;
	border-top: none;
}

@media (min-width: 992px){
	#shop-info dl dt{
		width: 30%;
		margin: 0;
		padding: 10px 3px;
		text-align: center;
		float: left;
		clear: left;
		border-top: 1px solid #f0f0f0;
	}
	#shop-info dl dd{
		margin: 0 0 0 30%;
		padding: 10px 3px;
		padding-left: 20px;
		border-top: 1px solid #f0f0f0;
	}
}

.gmap{
	min-height: 300px;
}

/* 
===========================================================
   # クリーニングメニュー｜Menu
===========================================================
*/
.cleaning-menu-wrap{
    position: relative;
    height: 100%;
    padding: 10px 15px 20px;
    background: #f0fff3; /* f1fff7 f3fdf7 fffcf5 effafe fcfcf4 */
    text-align: center;
    border-radius: 40px;
    border: 1px solid #e7fdf1; /* effafe */
}
.cleaning-menu-title{
    margin: 10px 0 15px;
    padding: 2px 0 3px;
    background: #59473e;
    color: #fff;
    border-radius: 999px;
    font-size: 1.2rem;
}
.cleaning-menu-descr{
    margin-bottom: 0;
    text-align: left;
}

@media screen and (min-width: 992px){
    .cleaning-menu-wrap{
        padding: 20px 35px 40px;
    }
}

#cleaning-menu h3{
    font-size: 130%;
    font-weight: bold;
    padding-bottom: 7px;
    margin-top: 1rem;
    margin-bottom: 13px;
    position: relative;
    border-bottom: solid 2px #ccc;
}
#cleaning-menu h3:after{
    position: absolute;
    content: " ";
    display: block;
    padding-bottom: 0;
    border-bottom: solid 2px #ffea00;
    bottom: -2px;
    width: 30%;
}
@media (min-width: 992px){
    #cleaning-menu h3{
        font-size: 1.3rem;
        padding-bottom: 0;
        margin-top: 0;
    }
}


/* 
===========================================================
   # 料金表｜Services
===========================================================
*/
#services h3{
    display: inline-block;
    padding: 2px 20px 3px;
    margin-bottom: 0;
    background: #faf582;
    color: #222;
    font-weight: ;
    border-radius: 999px;
    width: 100%;
}
@media (min-width: 992px){
    
}

/* ------ 料金テーブル  ------ */
table > thead > tr > th {
    color: #222;
    text-align: center;
    padding-bottom: 1.5rem;
}
table > tbody > tr > td {
    color: #222;
    font-weight: bold;
    padding:  10px 5px 15px !important;
}
table > tbody > tr > td > div.small {
    font-size: 85%;
    color: #444;
    margin-top: 0.2em;
    padding-bottom: ;
}
td.price{
    text-align: right !important;
    width: 7rem;
    font-weight: bold;
}
table > tbody > tr:last-child {
  border-bottom: 1px solid #dee2e6;
}
@media (min-width: 992px){

}


#services table > thead > tr > th{
    border-top: none;
    border-bottom: none;
}

.no-border{
    border-top: none !important;
}

.no-border-lg{
    border-top: none !important;
}
@media (min-width: 992px){
    .no-border-lg{
        border-top: none !important;
    }
}


/* 
===========================================================
   # 店舗情報
===========================================================
*/
#shop-info-page dl dt{
	width: 100%;
	border-top: 1px solid #ddd;
	margin: 0;
	padding: 10px 0 0 3px;
	float: left;
	clear: left;
}
#shop-info-page dl dd{
	margin: 0 ;
	padding: 5px 0 10px;
	padding-left: 3px;
	border-top: none;
}

@media (min-width: 992px){
	#shop-info-page dl dt{
		width: 30%;
		margin: 0;
		padding: 15px 3px;
		text-align: center;
		float: left;
		clear: left;
		border-top: 1px solid #e6e6e6;
	}
	#shop-info-page dl dd{
		margin: 0 0 0 30%;
		padding: 15px 3px;
		padding-left: 20px;
		border-top: 1px solid #e6e6e6;
	}
}

.gmap-info-page{
	min-height: 300px;
}
@media (min-width: 992px){
	.gmap-info-page{
		min-height: 400px;
	}
}