﻿* {
  box-sizing: border-box; }

html {
  overflow-y: scroll; 
}

body {
  background: #fff;
  text-align: center;
  color: #222;
}

a {
  color: #4c4948;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.wrapper img {
	max-width: 100%;
}
.wrapper ol {
	list-style: none;
}

.pc_only,
.ipad_only{
	display: none;
}

.note {
	font-size: 72%;
}

.note2 {
	font-size: 65%;
}

.tx_center{
    text-align: center;
}

.tx_right{
    text-align: right;
}

.tx_left{
    text-align: left;
}

.indent{
	padding-left:1em;
	text-indent:-1em;
}

.font{
    font-family: 'Lato', sans-serif;    
}

.font2{
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝",YuMincho,"HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.wrapper a {
	text-decoration: none;
}

#pagetop {
	position: fixed;
	bottom: 50px;
	right: 25px;
}
#pagetop a {
	display: block;
	z-index: 10000;
	width: 35px;
	height: 35px;
}
sup {
	vertical-align: super;
	font-size: 70%;
}

.clearfix{
	overflow:hidden;
}

.clearfix:after {
	clear:both;
	content:"";
	display:block;
	height:0.01px;
	visibility:hidden;
	overflow:hidden;
}

@media only screen and (min-width: 640px) {
	.wrapper {
		font-size: 120%;
	}
	.wrapper a {
		transition: 0.5s;
	}
	.wrapper a:hover {
		text-decoration: none;
		opacity: 0.7;
		transition: 0.5s;
	}
	.wrapper img {
		width: auto;
	}
	.pc_only {
		display: inline;
	}
	.sp_only {
		display: none;
	}
	.em {
		font-size: 140%;
		font-weight: bold;
		text-align: center;
	}
}


/* ********** iPad ********** */
@media only screen and (max-width: 768px) {
    	.ipad_only {
		display: block;
	}
} 

/* ********** PC用に戻す ********** */
@media only screen and (min-width: 769px) {
    	.ipad_only {
		display: none;
	}    
} 

/* ********** スマホ一番最後に持ってくる ********** */ 
@media only screen and (max-width: 640px) {
    	.ipad_only {
		display: none;
	}            
} 

.no1, .no2, .no3, .no4 .no5, .no6{
    order: 0; 
}  

@media only screen and (max-width: 640px) {
    .no1 { 
        order: 1;
        margin-bottom: 1em;
        }

    .no2 { 
        order: 2;
        margin-bottom: 1em;        
        }

    .no3 { 
        order: 3; 
        margin-bottom: 1em;        
        }

    .no4 { 
        order: 4; 
        margin-bottom: 1em;        
        }

    .no5 { 
        order: 5;
        margin-bottom: 1em;        
        }

    .no6 { 
        order: 6; 
        margin-bottom: 1em;        
        }
}


.color-fff{
    color: #fff;
}

.red{
    color: #E50012;    
}

/*
  MODULE
--------------------------------------------- */
/* font */
.font-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -ms-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
}

/* btn */
.btn {
  display: inline-block;
  padding: 9px;
  width: 300px;
  letter-spacing: -.02em;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  transition: background-color .4s , border .4s , color .4s;
}
.btn::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0.4em;
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .btn {
    width: 100%;
  }
}

.btn:hover {
  text-decoration: none;
}

.btn.gray {
  border-top: 2px solid #646464;
  border-right: 2px solid #646464;
  border-bottom: 3px solid #646464;
  border-left: 2px solid #646464;
  background-color: #646464;
}

@media screen and (min-width: 641px) {
  .btn.gray:hover {
    color: #646464;
    background-color: #fff;
  }
}

.btn.mattress {
  border-top: 2px solid #36374b;
  border-right: 2px solid #36374b;
  border-bottom: 3px solid #36374b;
  border-left: 2px solid #36374b;
  background-color: #36374b;
}

@media screen and (min-width: 641px) {
  .btn.mattress:hover {
    color: #36374b;
    background-color: #36374b;
  }
}

.btn.bed {
  border-top: 2px solid #ab3c51;
  border-right: 2px solid #ab3c51;
  border-bottom: 3px solid #ab3c51;
  border-left: 2px solid #ab3c51;
  background-color: #ab3c51;
}

@media screen and (min-width: 641px) {
  .btn.bed:hover {
    color: #ab3c51;
    background-color: #fff;
  }
}

.btn.serena {
  border-top: 2px solid #757430;
  border-right: 2px solid #757430;
  border-bottom: 3px solid #757430;
  border-left: 2px solid #757430;
  background-color: #757430;
}

@media screen and (min-width: 641px) {
  .btn.serena:hover {
    color: #757430;
    background-color: #fff;
  }
}

.box-shadow {
    box-shadow: 0px 6px 14px rgba(0,0,0,.2)
    }
.drop-shadow {
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.8));
        }


/*
  HEADER
--------------------------------------------- */
/* global-header */
#global-header {
  position: fixed;
  width: 100%;
  height: 132px;
  z-index: 1000;
}

@media screen and (max-width: 640px) {
  #global-header {
    margin: 0;
    width: 100%;
    height: 127px;
    min-width: 100%;
    max-width: 100%;
  }
}

/*  */
.ghd-container {
  position: relative;
  height: 70px;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .ghd-container {
    height: 47px;
  }
}

/* ghd-logo */
.ghd-logo {
  position: absolute;
  top: 4px;
  left: 0;
}

@media screen and (max-width: 640px) {
  .ghd-logo {
    top: 10px;
    left: 3px;
  }
}

.ghd-logo-link {
  display: block;
  width: 78px;
  height: 16px;
}

@media screen and (max-width: 640px) {
  .ghd-logo-link {
    width: 38px;
    height: 26px;
  }
}

.ghd-logo-link .logo-image {
  vertical-align: top;
  display: block;
}


.logo-image2 {
  vertical-align: top;
  display: block;
}


/* ghd-logo-list */
.ghd-logo-list {
  position: absolute;
  top: 13px;
  left: 84px;
}

@media screen and (max-width: 640px) {
  .ghd-logo-list {
    top: 13px;
    left: 44px;
  }
}

.ghd-logo-list-link {
  display: block;
  width: 84px;
  margin: -11px 0 0 -8px;    
}

@media screen and (max-width: 640px) {
  .ghd-logo-list-link {
  width: 50px;
  margin: -9px 0 0 -5px;
  }
}

.ghd-logo-list-link .logo-image-list {
  vertical-align: top;
  display: block;
}


.logo-image2-list {
  vertical-align: top;
  display: block;
}



/* ghd-fair-logo */
.ghd-fair-logo {
  position: absolute;
  top: 2px;
  left: 50%;
  width: 80px;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 640px) {
  .ghd-fair-logo {
    top: 2px;
    left: 42%;
    width: 50px;
    transform: translate(0, 0);
  }
}

.ghd-fair-logo .logo-image {
  display: block;
  height: auto;
}

.logo-image2 {
  display: block;
  height: auto;
}



/* ghd-utility */
.ghd-utility {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

.ghd-utility-li {
  width: 220px;
}

@media screen and (max-width: 640px) {
  .ghd-utility-li {
    width: 100px;
  }
}

.ghd-utility .link {
  display: block;
  margin: 0 auto;
  height: 120px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .ghd-utility .link {
    height: 120px;
  }
}

@media screen and (min-width: 641px) {
  .ghd-utility .link:hover {
    text-decoration: none;
    background: #eeeeed;
  }
}

.ghd-utility-li .label {
  display: block;
  margin-top: 5px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .ghd-utility-li .label {
    margin-top: 3px;
  }
}

.ghd-utility-online {
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}

.icon-online {
  width: 23px;
  height: 23px;
}

@media screen and (max-width: 640px) {
  .icon-online {
    width: 15px;
    height: 16px;
  }
}

.ghd-utility-online .label {
  color: #28b5ee;
}

.ghd-utility-advice .label {
  color: #e67c00;
}

/* ghd-nav-list */
.ghd-nav-list {
  height: 56px;
  font-size: 0;
}

@media screen and (max-width: 640px) {
  .ghd-nav-list {
    height: 80px;
  }
}

.ghd-nav-list-li {
  display: inline-block;
  width: calc(100% / 2);
  text-align: center;
  vertical-align: top;
  margin: 0 auto;
}

.ghd-nav-list .link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;    
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  transition: background-color .4s;
}

@media screen and (max-width: 640px) {
  .ghd-nav-list .link {
    height: 80px;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.3;
    font-size: 13px;
  }
}

.ghd-nav-on .link {
    background-color: #c6b795;
  }

.ghd-nav-on2 .link {
    background-color: #ada082;
  }  
    
@media screen and (min-width: 641px) {
  .ghd-nav-list .link {
  }
  .ghd-nav-list .link div {
    width: 100%;
    height: 100%;
  }

  .ghd-nav-on .fa,
  .ghd-nav-on2 .fa {
     font-size: 90%;
     font-weight: normal;
  }

  .ghd-nav-off .link {
    background-color: #fff;
    border: 1px solid #c6b795; 
    color: #c6b795;
  }
  .ghd-nav-serena .link {
    background-color: #757430;
  }
  .ghd-nav-list .link img {
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .ghd-nav-list .link:hover,
  .ghd-nav-list .current .link {
  }
  .ghd-nav-list .link:hover {
    transition: opacity 0.5s;
  }
}

@media screen and (max-width: 640px) {
  .ghd-nav-li .link {
  }
  .ghd-nav-on .link {
    background-color: #c6b795;
  }
  .ghd-nav-on .link2 {
    background-color: #ada082;
  }    
  .ghd-nav-off .link {
    background-color: #fff;
    border: 2px solid #c6b795; 
    color: #c6b795;
  }
  .ghd-nav-list .current .link {
   opacity: 0.7;
  }
  .ghd-nav-on.current .link {
    color: #c6b795;
  }
}

/* hidden */
@media screen and (min-width: 641px) {
  .hidden-lgview {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .hidden-smview {
    display: none !important;
  }
}    