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;
  font-family: 'Noto Serif JP', serif;
}
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{
    color: #222222;
    font-size: 16px;
}
a{
    color: #707070;
}
.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;
}
.main-back{
  background: url('../images/main_back.jpg');
  background-size: cover;
  background-position: top center;
}
.logo-area h1{
  font-size: 40px;
  line-height: 1.2;
  margin-top: 24px;
}
.logo-area h1 span{
    font-size: 14px;
}
.nav{
  margin: 1rem auto;
  background: #fff;
}
.nav li{
  border-right: 1px solid #111;
}
.nav li:last-child{
  border: none;
}
.item-contents{
  margin: 2rem auto 0;
}
.item-contents2{
  margin: 4rem auto 0;
}
.contents-item{
  border: 6px solid #cfd122;
  border-radius: 12px;
  padding: 24px 16px;
  width: 100%;
  background: url('../images/back_contents.jpg');
}
.flex{
  display: flex;
}
.information p,
.information h2{
  display: inline-block;
}
.information p{
  margin-left: 2rem;
}
.toriatsukai,
.shun{
  width: 100%;
}
.toriatsukai li,
.shun li{
  width: 33.33333%;
}
.shun li{
  float: left;
}
.toriatsukai li img{
  width: 240px;
  margin: 0 auto;
}
.shun li img{
  width: 280px;
  margin: 0 auto;
}
a img:hover{
  opacity: .7;
  transition: .7s;
}
.buy__item,
.buy__item img{
    position: relative;
}
.buy__item span{
    position: absolute;
    font-size: 16px;
    background: rgba(0,0,0,.6);
    padding: 8px 16px;
    bottom: 28px;
    margin: auto;
    left: 0;
    right: 0;
    width: 120px;
    color: #fff;
}
.logotext{
    font-size: 32px;
    
}
.color-wh{
    color: #fff;
}
/*フッターコンテンツ*/
#main-footer{
  background: #0a527a;
}
.footer-navi ul{
  width: 50%;
  float: left;
}
.about-footer img{
  width: 140px;
}
.about-footer ul li{
  width: 28px;
  display: inline-block;
  margin-right: 24px;
}
#main-footer ul li a{
  color: #fff;
}
.about-footer p{
  margin-bottom: 16px;
}
.footer-navi li{
  margin-bottom: 16px;
}
#main-footer{
  padding: 3% 0;
}
/*フッターコンテンツ*/
@media screen and ( max-width: 812px ){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    /*ヘッダーコンテンツ*/
    .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);
    }
    main{
        margin-top: 70px;
    }
    .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; /* メニューが多くなったらスクロールできるように */
    }
    .hamburger {
      position: absolute;
      right: 0;
      top: 24px;
      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: #00ABF2;
    }
      /* ハンバーガーメニュー*/ 
}
/*スマホ用の電話ボタンの位置調整*/
@media screen and ( max-width: 414px ){
  .shun li {
      width: 50%;
  }
  .shun li img {
      width: 80%;
      margin: 0 auto;
  }
  #main-footer {
      padding: 14% 0;
      margin-top: 60px;
  }
  .item-contents2 {
      margin: 2rem auto 0;
  }
}

