html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.8;
    background-repeat: repeat-y;
    background-size: contain;
    color: #707070;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    font-family: 'Noto Sans JP', sans-serif;
    color: #707070;
    font-size: 14px;
    position: relative;
}
.color-grey{
    color: #707070;
}
.ttl-font{
    font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif; 
    font-weight: 600;
}
.ttl-serif{
    font-family: 'Noto Serif JP', serif;
}
.ttl1 {
	color: #707070;
	font-size: 2rem;
	display: flex;
	align-items: center;
}
.ttl1:before, .ttl1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
}
.ttl1:before {
	margin-right: .4em;
	background: linear-gradient(-90deg, #707070, transparent);
}
.ttl1:after {
	margin-left: .4em;
	background: linear-gradient(90deg, #707070, transparent);
}
.ttl2 {
	color: #707070;
	font-size: 2rem;
	display: flex;
	align-items: center;
}
.ttl2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
}
.ttl2:after {
	margin-left: .4em;
	background: linear-gradient(90deg, #707070, transparent);
}
a{
    color: #707070;
}
a:hover{
    opacity: .6;
    transition: .6s;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img{
    max-width: 100%;
}
ul{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.pc{
    display: block !important;
}
.sp{
    display: none !important;
}
h1,h2,h3,h4,h5,h6{
    color: #9B977D;
}
/*ヘッダーエリア*/
header{
    background-size: cover;
    padding: 0;
}
header.pc{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    max-width: 1440px;
}
/*ヘッダーエリア*/
/*ポイントエリア*/
.point-area{
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgba(239, 238, 229, 1);
    padding: 2%;
}
.point-area h2.h6{
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0;
}
.point-area h2{
    background: url(/images/top/back-point-ttl.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.point-area p{
    font-size: 80%;
}
/*ポイントエリア*/
/*サービスエリア*/
.service-point li{
    background: #861A46;
    font-weight: 600;
    text-align: center;
    padding: 4px 10px;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    margin: 8px;
}
.service-table{
    width: 100%;
    margin-top: 32px;
}
.service-table2 td{
    width: 35%;
    text-align: right;
}
.service-table2 th{
    background: #8C7F70;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    padding: 8px 0;
}
.service-table2 th:first-child{
    background: none;
}
.service-table td:first-child{
    width: 30%;
    background: #8C7F70;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 4px 12px;
}
.service-table td{
    padding: 4px 12px;
    border-bottom: 1px solid #F8F6F2;
    background: #fff;
}
.service h2{
    position: relative;
}
.service h2 small{
    font-weight: 600;
}
.service h2 strong{
    color: #FF6E21;
}
.pink{
    background: #FF5C88 !important;
}
.service p strong{
    text-decoration: underline;
    font-weight: 600;
}
/*
.service div.col-sm-6:last-child{
    padding-bottom: 5%;
}
*/
.service h2{
    font-size: 240%;
    line-height: 1.3;
}
h2{
    font-weight: 700;
}
.service h2 span{
    font-size: 60%;
}
.service h2 small{
    font-size: 50%;
    font-family: 'Noto Sans JP', sans-serif;
    color: #707070;
    font-weight: 400;
}
.ninki{
    position: absolute;
    right: 15%;
    top: -10%;
}
.back-wh{
    background: #fff;
}
/*サービスエリア*/
/*ポイントエリア*/
.probox{
    background: url(/images/top/back-pro.jpg);
    padding: 5%;
    background-size: cover;
    background-repeat: no-repeat;

}
.point-ttl1 span{
    font-size: 140%;
}
.point-box{
    padding: 0;
}
.point-box > div{
    margin: 0;
    padding: 0;
}
.w4{
    width: 40%;
}
.w6{
    width: 60%;
}
.point-box p small{
    font-size: 80%;
}
.point-block{
    background: #F7F6F0;
}
/*レビュー*/
#review{
    background: url(/images/top/back-review.jpg);
    padding: 4% 5% 2%;
    background-size: cover;
    background-repeat: no-repeat;
    
}
a.pc-order-button:hover{
    opacity: 1 !important;
    transition: 0 !important;
}
.pc-order-button img {
    position: fixed;
    right: 0;
    margin: auto;
    top: 30%;
    z-index: 10;
    width: 60px;
}
a.pc-order-button img:hover{
    opacity: .6 !important;
    transition: .6s !important;
}
body{
    max-width: 1440px;
    margin: 0 auto;
}
.p-box2 a div img{
    display: inline-block;
}
#main-content{
    padding-top: 10%;
}
/* max-width: 414px -> max-width: 812px に変更 */
@media screen and ( max-width: 812px ){
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
    .w4{
        width: 100%;
    }
    .w4 img{
        margin-top: 10%;
    }
    .w6{
        width: 100%;
    }
    .service h2{
        margin-top: 24px;
    }
    #main-content{
        padding-top: 0;
    }
}
/*ヘッダーコンテンツ*/
.logo-area {
    width: 15%;
    float: left;
}
.menu-area{
    width: 85%;
    float: right;
}
.g-area{
    float: right;
}
.g-area li{
    float: left;
}
.tell-msg{
    font-size: 70%;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 3%;
}
.header-tell > div{
    display: inline-block;
}
#main-head .tell{
    position: relative;
    font-size: 160%;
    font-weight: 500;
    margin-right: 12px;
    padding-left: 20px;
    display: inline-block;
    padding-top: 10px;
}
#main-head .tell-content{
    display: inline-block;
}
.g-area .member,
.g-area .login{
    width: 180px;
    padding: 0 6px;
    display: inline-block;
}
.login img,
.member img{
    width: 100%;
}
.g-navi,
.g-contact{
    float: left;
}
.g-contact{
    background: #861A46;
}
.g-contact p{
    display: inline-block;
}
.head-sns{
    width: 48px;
}
.head-sns img{
    width: 36px;
    display: block;
    margin: 0 auto;
}
.g-navi{
    margin-top: 12px;
    width: 100%;
    margin-bottom: 12px;
}
.g-navi li{
    width: 14.2857%;
    float: left;
    text-align: center;
/*    border-right: 1px solid #666666;*/
}
.g-navi li:last-child{
    border: none;
}
/*
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
*/
/*
header{
    background: rgba(255,255,255,.9);
*/
/*
    position: fixed;
    top: 0;
*/
/*ヘッダーコンテンツ*/
/*フッターコンテンツ*/
#main-footer{
    background: #F5F5F5;
    border-top: 8px solid #8C7F70;
}
.footer-navi ul{
    width: 50%;
    float: left;
}
.about-footer img.foot-logo{
    width: 100px;
}
.about-footer ul li{
    width: 40px;
    display: inline-block;
    margin-right: 24px;
}
.about-footer p{
    margin-bottom: 16px;
}
.footer-navi li{
    margin-bottom: 16px;
}
#main-footer{
    padding: 3% 0;
}
/*フッターコンテンツ*/
/* max-width: 414px -> max-width: 812px に一部コンテンツを移動 */
@media screen and ( max-width: 414px ){
    .footer-navi{
        display: none;
    }
    .about-footer{
        text-align: center;
    }
    #main-footer{
        padding: 10% 0;
    }
    .ninki{
        right: -1%;
    }
    .pc-order-button img{
        display: none;
    }
}
/* max-width: 414px -> max-width: 812px に変更 */
@media screen and ( max-width: 812px ){
    #main-head{
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
        padding-top: 0;
            padding-bottom: 0;
    }
    /* ハンバーガーメニュー*/
    .header {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 40px;
      background-color: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,.16);
    }
    main{
        margin-top: 70px;
    }
    .global-nav {
      position: fixed;
      right: -320px; /* これで隠れる */
      top: 0;
      width: 300px; /* スマホに収まるくらい */
      height: 100vh;
      padding-top: 40px;
      background-color: #801C46;
      transition: all .6s;
      z-index: 200;
      overflow-y: auto; /* メニューが多くなったらスクロールできるように */
    }
    .hamburger {
      position: absolute;
        right: 15%;
        top: 6px;
      width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
      height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
      cursor: pointer;
      z-index: 300;
    }
    .global-nav__list {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .global-nav__item {
      text-align: center;
    }
    .global-nav__item a {
      display: block;
      padding: 8px 0;
      text-decoration: none;
      color: #fff;
    }
    .global-nav__item a:hover {
      background-color: #eee;
    }
    .hamburger__line {
          position: absolute;
          left: 11px;
          width: 24px;
          height: 1px;
          background-color: #111;
          transition: all .6s;
    }
    .hamburger__line--1 {
        top: 10px;
    }
    .hamburger__line--2 {
        top: 20px;
        width: 14px;
        right: 0;
    }
    .hamburger__line--3 {
        top: 30px;
    }
    .black-bg {
          position: fixed;
          left: 0;
          top: 0;
          width: 100vw;
          height: 100vh;
          z-index: 100;
          background-color: #000;
          opacity: 0;
          visibility: hidden;
          transition: all .6s;
          cursor: pointer;
    }
    /* 表示された時用のCSS */
    .nav-open .global-nav {
      right: 0;
    }
    .nav-open .black-bg {
      opacity: .8;
      visibility: visible;
    }
    .nav-open .hamburger__line--1 {
      transform: rotate(45deg);
      top: 20px;
    }
    .nav-open .hamburger__line--2 {
      width: 0;
      left: 50%;
    }
    .nav-open .hamburger__line--3 {
      transform: rotate(-45deg);
      top: 20px;
    }
    .g-area li{
        float: none;
        text-align: left;
    }
    .g-area li a{
        padding: 5%;
    }
    .global-nav__list li:nth-child(even){
        background: #982656;
    }
/*    ロゴのサイズを最大240pxで制御*/
    .logo-area{
        width: 50%;
        max-width: 240px;
    }
    .login-btn{
        background: #51d26e !important;
    }
    /*812pxの場合電話ボタンが離れるのでサイズを変更*/
    .sp-call{
        position: absolute;
        width: 20px;
        right: 10%;
        top: 1%;
    }
      /* ハンバーガーメニュー*/ 
    .logo-area{
        width: 45%;
        float: left;
    }
    .g-area{
        width: 54%;
        float: right;
        margin-top: 0;
    }
    header{
        padding-bottom: .5rem;
        padding-top: .5rem;
    }
    .g-area .head-box{
        width: 25%;
        float: left;
        position: relative;
        border-left: 1px solid #999999;
    }
    img{max-width: 100%;}
    .head-box .link-item{
        margin: auto;
        display: block;
        width: 95%;
    }
    .logo-area img{
        width: 140px;
    }
}
/*スマホ用の電話ボタンの位置調整*/
@media screen and ( max-width: 414px ){
    .sp-call{
        position: absolute;
        width: 20px;
        right: 17%;
        top: 1%;
    }
    header{
        background: #fff;
    }
    body{
        max-width: 100%;
    }
}

