@charset "UTF-8";
/* CSS Document */
body {
	position: relative;
  margin: 0 auto;
}
iframe[name="google_conversion_frame"] {
  display:none;
}
.inner1160 {
  width: 1160px;
  margin: 0 auto;
}

.fade {
  transition: all 0.3s;
}
.fade:hover {
  -webkit-filter:brightness(115%);
  -moz-filter:brightness(115%);
  -o-filter:brightness(115%);
  filter:brightness(115%);
}
@media all and (-ms-high-contrast:none){
  .fade:hover {
    position: relative;
    display: block;
  }
  .fade:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FFF;
    transition: all 0.3s;
    opacity: 0;
  }
  .fade:hover:after {
    opacity: 0.3;
  }
}

.fade2 {
  transition: all 0.3s;
}
.fade2:hover {
  opacity: 0.7;
}

.fade3 {
  transition: all 0.3s;
}
.fade3:hover {
  -webkit-filter:brightness(85%);
  -moz-filter:brightness(85%);
  -o-filter:brightness(85%);
  filter:brightness(85%);
}

/*===============================================
CONTAINER
===============================================*/
#CONTAINER {
}
/*===============================================
HEADER
===============================================*/
#HEADER {
}
/*===============================================
check-chart
===============================================*/
#check-chart {
  margin: 0 auto;
  overflow: hidden;
}
#check-chart .sp-slide {
  text-align: center;
  min-height: 750px !important;
  height: calc(100vh - 116px) !important;
}
#check-chart .sp-slide:not(:first-child) {
  background: url(../image/slide/sheep.png) center 30px no-repeat;
}
#check-chart {
  background: url(../image/bg/bg01_01.jpg) bottom center repeat;
}
#check-chart input[type="radio"] {
  display: none;
}
#check-chart .sp-slide .check-no {
  position: absolute;
  width: 189px;
  height: 47px;
  background: #FFF;
  color: #1b9d99;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  top: 236px;
  left: 0;
  right: 0;
  margin: auto;
}
#check-chart .sp-slide .question {
  position: absolute;
  display : -webkit-box; /* for Android_old */
  display : -webkit-flex; /* for Safari */
  display: flex;
  -webkit-box-pack: center; /* for Android_old */
  -webkit-justify-content: center; /* for Safari */
  justify-content: center;
  -webkit-box-align: center; /* for Android_old */
  -webkit-align-items: center; /* for Safari */
  align-items: center;
  top: 302px !important;
  left: 0;
  right: 0;
  margin: auto;
}
#check-chart .sp-slide .question label {
  display: block;
}
#check-chart .sp-slide .question .yes {
  -webkit-box-ordinal-group: 1; /* for Android_old */
  -webkit-order: 1; /* for Safari */
  order: 1;
}
#check-chart .sp-slide .question p {
  -webkit-box-ordinal-group: 2; /* for Android_old */
  -webkit-order: 2; /* for Safari */
  order: 2;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin: 0 22.5px;
}
#check-chart .sp-slide .question .no {
  -webkit-box-ordinal-group: 3; /* for Android_old */
  -webkit-order: 3; /* for Safari */
  order: 3;
}
#check-chart .sp-slide:not(.sp-selected) {
  visibility: hidden!important;
}
#check-chart input[type="radio"]+label {
  width: 176px;
  line-height: 176px;
  border-radius: 50%;
  background-color: #FFF;
  color: #1b9d99;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
#check-chart input[type="radio"]+label:hover {
  background-color: #f4ec30;
}
#check-chart .sp-slide.key {
  position: static !important;
  height: 100%;
  background: url(../image/slide/slide01.jpg) center no-repeat;
}
#check-chart .sp-slide .comment {
  position: absolute;
  width: 700px;
  left: 0;
  right: 0;
  top: 506px;
  margin: auto;
  background: #FFF;
  opacity: .85;
  color: #1b9d99;
  font-size: 16px;
  padding: 6px 30px 3px;
  box-sizing: border-box;
  border-radius: 6px;
  font-weight: 700;
}
#check-chart .sp-slide .comment:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 126px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 12px;
  border-color: transparent transparent #ffffff transparent;
}
#check-chart .sp-slide .top, #check-chart .sp-slide .next, #check-chart .sp-slide .prev {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 330px;
  line-height: 58px;
  text-align: center;
  background-color: #FFF;
  color: #1b9d99;
  font-size: 24px;
  font-weight: 700;
  border: none;
}
#check-chart .sp-slide .top:hover, #check-chart .sp-slide .next, #check-chart .sp-slide .prev:hover {
  background-color: #f4ec30;
}
#check-chart .sp-slide .supervise {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 330px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
}
#check-chart .button01 {
  display: block;
  position: absolute;
  width: 300px;
  line-height: 80px;
  bottom: 92px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
#check-chart .button01:hover {
  background: url(../image/bg/button01_on.png);
}
#check-chart .button02 {
  position: absolute;
  bottom: 41px;
  left: 0;
  right: 0;
  margin: auto;
}
#check-chart .button02:hover {
  -webkit-filter: brightness(90%);
  -o-filter: brightness(90%);
  filter: brightness(90%);
}
#check-chart .result {
  align-content: center;
  width: 326px;
  height: 193px;
  opacity: .85;
  text-align: center;
  background-color: #FFF;
  font-size: 28px !important;
  color: #1b9d99 !important;
  padding-top: 30px;
  line-height: 1.3;
  box-sizing: border-box;
  border-radius: 6px;
}
#check-chart .result.persent b {
  font-size: 48px;
}
#check-chart .result.weak-point b {
  font-size: 34px;
}
#check-chart .sns {
  position: absolute;
  top: 591px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 0;
}
#check-chart .sns > div {
  display: inline-block;
}
#check-chart .logo {
  position: absolute;
  top: 30px;
  left: 120px;
}

/*===============================================
check-result
===============================================*/

.check-result {
  background: url(../image/bg/bg02.jpg);
  padding-top: 40px;
  display: none;
  margin-bottom: 40px;
}

.check-result img {
	max-width:100%;
}

.check-result > .ttl {
  color: #737373;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
}
.check-result > .ttl + p {
  color: #737373;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 38px;
}
.check-result .tab{
  overflow:hidden;
  display : -webkit-box; /* for Android_old */
  display : -webkit-flex; /* for Safari */
  display: flex;
  -webkit-box-pack: center; /* for Android_old */
  -webkit-justify-content: center; /* for Safari */
  justify-content: center;
}
.check-result .tab li{
  background:#dad0bc;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  width: 240px;
  line-height: 100px;
  cursor: pointer;
  border: 1px solid #FFF;
}
.check-result .tab li.select, .check-result .tab li:hover{
  background:#FFF;
  color: #dad0bc;
  border-left-color: #dad0bc;
  border-right-color: #dad0bc;
}
.check-result .content li{
  background:#FFF;
  padding-top: 30px;
}
.check-result .content .item {
  display:none;
}
.check-result .content .item.select {
  display:block;
}
.check-result .explanation {
  font-size: 16px;
  margin-bottom: 30px;
}
.check-result .clearfix {
  margin-bottom: 2.5em;
}
.check-result .leftBox,
.check-result .rightBox {
  width: 47%;
}
.check-result .leftBox,
  margin-right: 3%;
}
.check-result .rightBox {
  margin-left: 3%;
}
.check-result .itemImage {
  text-align: right;
  margin: 0 auto 1em;
  font-size: 70%;
}
.check-result .comment {
  font-size: 18px;
  font-weight: 700;
  color: #737373;
  margin-bottom: 1em;
}

.check-result .about dt {
  font-size: 18px;
  font-weight: bold;
  //color: #737373;
  margin-bottom: 0.3em;
}
.check-result .about dd {
	font-size: 16px;
}

.check-result .comment {
  font-size: 16px;
  margin-bottom: 0.6em;
}
.check-result .name,
.check-result .size,
.check-result .onlineShop {
  text-align: right;
}
.check-result .name {
  font-size: 16px;
}
.textsmall {
  font-size: 85%;
}
.check-result .size {
  font-size: 14px;
}
.check-result .onlineShop {
  margin-top: 0.6em;
}


.item .inner .btn_inr {
	display: flex;
	justify-content:space-around;
	margin-bottom:0.5rem;
}

.check-result .button03 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #737373;
  background-color:#fff;
  border: 2px solid #737373;
  line-height: 35px;
  width: 408px;
  text-decoration: none;
  border-radius: 3px;
}
.check-result .button04 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color:#737373;
  color: #fff;
  border: 2px solid #737373;
  line-height: 35px;
  width: 408px;
  text-decoration: none;
  border-radius: 3px;
  position:relative;
}
.check-result .button05 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color:#737373;
  color: #fff;
  border: 2px solid #737373;
  line-height: 35px;
  width: 408px;
  text-decoration: none;
  border-radius: 3px;
  position:relative;
}
.btn_wpr {
	 //position:relative;
}
.centerText .button03::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 23%;
    right: 3.9em;
    transform: translateY(-50%);
	color:#fff;
}

.centerText .button04::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 24rem;
    transform: translateY(-50%);
	color:#fff;
}
.centerText .button05::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 24rem;
    transform: translateY(-50%);
	color: #fff;
}
.button03:hover  {
  	background-color: #737373;
  	color: #FFF;
}
.button04:hover  {
  	background-color:#fff;
  	color: #737373;
}
.button05:hover  {
  	background-color:#fff;
  	color: #737373;
}
.button04:hover::after {
	color:#737373;
}
.button05:hover::after {
	color:#737373;
}
/*===============================================
check-result 2カラム
===============================================*/

.list_1 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:3rem auto 5rem;
}
.list_1 > div {
	width: calc(47.5%);
	margin-left:5%;
	margin-bottom: 1em;
}
.list_1 > div:first-child {
  margin-left:0;
}

.list_image {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top:2rem;
}
.list_image .itemImage {
    width: calc(45.5%);
	margin-left:9%;
	margin-bottom: 2em;
}
.itemImage:first-child {
    margin-left:0;
}
/*===============================================
FOOTER
===============================================*/

.copy {
  background-color: #000;
  color: #FFF;
  padding: 22px 0 12px;
}
.copy ul {
  font-size: 0;
  text-align: center;
  margin-bottom: 32px;
}
.copy ul li {
  display: inline-block;
  font-size: 14px;
}
.copy ul li:first-child {
  padding-right: 50px;
  margin-right: 47px;
  border-right: 1px solid #FFF;
}
.copy ul li a {
  color: #FFF;
  text-decoration: none;
}
.copy ul li a:hover {
  text-decoration: underline;
}
.copy p {
  text-align: center;
}

/*===============================================
ふきだし
===============================================*/
.arrow_box {
  position: relative;
  background: #ffffff;
  border: 4px solid #737373;
  padding: 1em;
}
.arrow_box img {
  max-width: 100%;
}
.arrow_box:after, .arrow_box:before {
  right: 100%;
  top: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #ffffff;
  border-width: 30px;
  margin-top: -30px;
}
.arrow_box:before {
  border-color: rgba(92, 119, 155, 0);
  border-right-color: #737373;
  border-width: 36px;
  margin-top: -36px;
}

/*===============================================
秋のおすすめベッドパック
===============================================*/
.bg-beige { background-color:#f5f3ec;}
.bg-gray { background-color:#666;}
.bg-gold { background-color:#a68839;}

.bo-b-brown { border-bottom:1px solid #a59a8c;}
.bo-img { border:1px solid #ccc;}


.f_left { float:left;}
.f_right { float:right;}

.fs_up { font-size:130%;}

.txt-brown { color:#675a4b;}

.txt-gray { color:#444;}

.txt-gold { color:#a68839;}

.txt-white { color:#fff;}

/*.txt-mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;	
}
*/
.m_auto { margin:0 auto;}

.wi190 { width:190px;}
.wi200 { width:200px;}
.wi210 { width:210px;}
.wi230 { width:230px;}
.wi240 { width:240px;}
.wi400 { width:400px;}
.witest { width:620px;}
.wi700 { width:700px;}
.wi750 { width:750px;}
.wi800 { width:800px;}
.wi960 { width:960px;}
