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.5;
}
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: #222222;
    font-size: 14px;
}
a{
    color: #dac7c7;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img{
    max-width: 100%;
}
ul{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.flex{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.flex{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.flex-between2{
  justify-content: space-between !important;
}
.flex-between{
  justify-content: space-between !important;
  align-items: center !important;
}
.at-top{
  align-items: flex-start !important;
}
.at-center{
  align-items: center !important;
  justify-content: center;
}
/* ヘッダーコンテンツ */
/* ヘッダーコンテンツ */

.mv{
  background: url('../images/back-mv.png');
  background-size: cover;
  width: 100%;
  padding: 2% 0;
  height: auto;
  background-position: center;
}
.mv img{
  display: block;
  margin: 0 auto;
  width: 72%;
}
.s1{
  background: url('../images/back-s1.svg');
  background-size: cover;
  width: 100%;
  padding: 4% 0;
  height: auto;
}
.s2{
  background: #F7FFE0;
  background-size: cover;
  width: 100%;
  padding: 4% 0;
  height: auto;
}
.s4{
  background: #F7FFE0;
  background-size: cover;
  width: 100%;
  padding: 2% 0;
  height: auto;
}
.offer{
  background: #fff;
  background-size: cover;
  width: 100%;
  padding: 2% 0;
  height: auto;
}
.container2{
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.s1-list li{
  width: 49%;
}

.s3-list li{
  width: 32%;
}
.s5{
  background: #e9efff;
}
.ttl-s5{
  background: #FF960B;
  text-align: center;
  padding: 3%;
  font-size: 48px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 2rem;
}
.pci{
    display: inline-block;
}
.spi{
    display: none;
}
/*フッターコンテンツ*/

/*フッターコンテンツ*/
@media screen and ( max-width: 812px ){
    /*ヘッダーコンテンツ*/
    .g-area .member,
    .g-area .login{
        width: 160px;
        padding: 0 6px;
        display: inline-block;
    }
    .g-navi,
    .g-contact{
        float: right;
    }
    .g-navi{
        margin-top: 12px;
    }
    .g-navi li{
        margin: 0 30px;
    }
    
    /* ハンバーガーメニュー*/
    .header {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 40px;
      background-color: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,.16);
    }
    .global-nav {
      position: fixed;
      right: -320px; /* これで隠れる */
      top: 0;
      width: 300px; /* スマホに収まるくらい */
      height: 100vh;
      padding-top: 40px;
      background-color: #0099D9;
      transition: all .6s;
      z-index: 200;
      overflow-y: auto; /* メニューが多くなったらスクロールできるように */
    }
    .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;
    }
    .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: #00ABF2;
    }
      /* ハンバーガーメニュー*/ 
}
/*スマホ用の電話ボタンの位置調整*/
@media screen and ( max-width: 599px ){
  .pc{
      display: none;
  }
  .sp{
      display: block;
  }
  .pci{
      display: none;
  }
  .spi{
      display: inline-block;
  }

  .s1-list li{
    width: 100%;
  }
  .container2 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
}
.s3-list li{
  width: 100%;
}
.ttl-s5{
  font-size: 32px;
}
}

