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: 2;
  -webkit-font-smoothing: antialiased;
}
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: #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;
}
.w60{
  width: 60%;
}
/* コーディング */
.logo-area{
  width: 180px;
  margin: 12px 0 0 12px;
  float: left;
}
.gnavi{
  float: right;
}
.gnavi div div{
  width: 120px;
  padding: 12px 24px 0 24px;
  border-right: 1px solid #f7f5ef;
}
#mv{
  background: url(../images/mv_back.jpg);
  background-size: cover;
  width: 100%;
  position: relative;
  height: 740px;
}
#sub-mv{
  background: #F7F5F0;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 400px;
}
.sub-mv-text img{
  mix-blend-mode: multiply; /* 乗算 */
  width: 240px;
}
.sub-mv-text h1{
  font-size: 40px;
  font-weight: 600;
}
.sub-mv-text{
  padding-top: 80px;
}
.maru{
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.mv-text img{
  position: absolute;
  top: 0;
  right: 15%;
  bottom: 0;
  margin: auto;
}
.back-brown{
  background: #F7F5F0;
  padding: 5%;
}
.sub-ttl{
  font-size: 180%;
  font-weight: 700;
  margin-bottom: 2rem;
}
.sub-contents{
  padding: 5%;
}
.sub-contents2{
  background: #f5f5f5;
}
.item-area > div{
  width: 240px;
}
img{
  max-width: 100%;
}
.item-area > div p{
  font-size: 130%;
  font-weight: 500;
}
.item-area > div p b{
  font-weight: 800;
}
.contents-border{
  border-bottom: 1px solid #D0C8BC;
}
.news li div{
  margin: 16px 8px;
}
.news li{
  border-bottom: 1px dotted #D0C8BC;
}
.item-list-area h2{
  font-size: 32px;
}
.item-list-area h2 b{
  font-weight: 700;
}
.item-list-area .price{
  font-size: 18px;
  margin-top: 16px;
}
.item-list-area .price span{
  font-size: 140%;
}
.item-list-area td:first-child{
  width: 40%;
}
.ttl{
  background: #F7F5F0;
  width: 100%;
  border: none;
  text-align: left;
  padding: 8px 8px 8px 16px;
  font-size: 18px;
  border-radius: 0px;
  letter-spacing: 3px;
}
.ttl small{
  font-size: 12px;
}
/* グーグルマップ・レスポンシブレイアウト */
.gmap-wrap{
  position : relative;
  height : 0;
  padding-bottom : 56.25%; /* 縦横比の指定 */
  overflow : hidden;
}

.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed{
  position : absolute;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
}
.aboutlist td:first-child{
    width: 30%;
}
/*フッターコンテンツ*/
.main-footer{
  background: #F7F5F0;
  padding: 40px 0;
}
.footer-navi ul{
  width: 50%;
  float: left;
}
.about-footer img{
  width: 140px;
}
.about-footer ul li{
  width: 28px;
  display: inline-block;
  margin-right: 24px;
}
.sub-footer{
  padding: 1% 0;
  text-align: center;
}
/* .about-footer p{
  margin-bottom: 16px;
} */
.footer-navi li{
  margin-bottom: 16px;
}
/* #main-footer{
  padding: 3% 0;
} */
.about-footer p img{
  mix-blend-mode: multiply;
}
.about-footer .tel{
  font-size: 140%;
}
.footer-navi li img{
  position: relative;
  top: 4px;
  margin-right: 8px;
}
.right{
    float: right;
}
/*フッターコンテンツ*/
@media screen and ( max-width: 1300px ){
  
}
@media screen and ( max-width: 812px ){
  
}
@media screen and ( max-width: 414px ){
    .logo-area {
        width: 80px;
        margin: 12px 0 0 0px;
        float: left;
    }
    .gnavi div div {
        width: 60px;
        padding: 8px 10px 0 10px;
        border-right: 1px solid #f7f5ef;
    }
    .mv-text img {
        position: absolute;
        top: auto;
        right: 5%;
        bottom: 7%;
        margin: auto;
        width: 50%;
    }
    #mv {
        background: url(../images/mv_back.jpg);
        background-size: cover;
        width: 100%;
        position: relative;
        height: 400px;
        background-position: 20%;
    }
    .right{
        float: none;
    }
    .sub-footer {
        font-size: 80%;
    }
    .sub-mv-text img {
        mix-blend-mode: multiply;
        width: 200px;
        opacity: .5;
    }
    .sub-mv-text h1 {
        font-size: 22px;
        font-weight: 600;
    }
    #sub-mv {
        height: 340px;
    }
    .sub-contents {
        padding: 0 0 10%;
    }
    .sub-ttl{
        padding-top: 2rem;
    }
    form#mail_form input#name_1, form#mail_form input#name_2, form#mail_form input#read_1, form#mail_form input#read_2, form#mail_form input#postal, form#mail_form input#schedule {
        width: 48%;
    }
    form#mail_form input#company {
        width: 98%;
    }
}
@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);
    }
    .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: 16%;
      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;
    }
      /* ハンバーガーメニュー*/ 
}

