@charset "utf-8";

::selection {
	background-color: #333;
	color: #fff;
}

a {
	transition: all .3s;
}

a:hover {
	opacity: 0.7;
}

input,
button,
textarea {
	outline: none;
}

input:focus,
textarea:focus {
  background: #f7f7f7;
}

.sp {
	display: none;
}

#wrap {
  padding: 20px 0 0;
}

#header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(237, 237, 238,0.8);
  color: #111;
}

#header .bar{
  width: 100%;
  height: 20px;
  background:#192D79;
}

.inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

#header h1 {
  padding: 18px 20px 0;
}

#header h1 span {
  display: block;
  font-size: 10px;
  margin: 0 0 15px;
}

#header h1 img {
  height: 55px;
}

#header nav {
  padding: 10px 0 0;
}

#header nav ul {
  text-align: center;
  padding: 10px 0;
}

#header nav ul li {
  display: inline-block;
  margin: 0 25px;
}

#header nav ul li a {
  color: #111;
}

#header .local {
  position: absolute;
  right: 0;
  top: 18px;
  overflow: hidden;
  padding: 18px 20px 0;
}

#header .local dl.tel {
  overflow: hidden;
  float: left;
}

#header .local dl.tel dt {
  float: left;
  font-size: 24px;
  padding: 5px 8px;
}

#header .local dl.tel dd {
  float: left;
  font-size: 18px;
}

#header .local dl.tel dd strong {
  display: block;
  font-size: 32px;
  margin: 0 0 5px;
}

#header .local dl.tel dd .time {
  display: block;
  font-size: 13px;
  margin: 0px;
}

#header .local .contact_btn {
  float: left;
  margin: 0 0 0 20px;
}

#header .local .contact_btn a {
  display: block;
  padding: 10px 25px;
  background: #e94e1a;
  color: #fff;
}

.main_visual {
}

.main_visual img {
  width: 100%;
}

.main_visual div {
  position: relative;
}

.main_visual p {
  position: absolute;
  left: 5%;
  top: 20%;
  width: 43%;
}

.slick-dots {
  bottom: 10px;
}

.breadcrumbs {
  padding: 0;
}

.page-contact .breadcrumbs {
  padding: 20px 0 30px;
}

.breadcrumbs a:after {
  content: ">";
  margin: 0 10px;
}

#content {
  max-width: 1080px;
  margin: 0 auto;
}

.bg_gray{
  background-color: #E6E7E8;
  padding: 20px 0 60px;
}

section {
  margin: 0 0 50px;
}

.ttl01 {
  position: relative;
  text-align: center;
  margin: 40px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #C19B46;
  font-family: serif;
}


.ttl01 strong {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 30px;
  color: #111;
  padding: 0 60px;
}

.ttl01 strong span {
  display: block;
  font-size: 16px;
  color: #000;
  margin: 8px 0 0;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.ttl02 {
  text-align: center;
  margin: 30px auto 50px;
  display: block;
  width: 60%;
  background: #004CA1;
  color: #fff;
  padding: 15px 0;
  font-size: 20px;
  font-weight: normal;
}
.ttl03 {
	text-align: center;
	margin: 30px auto;
	display: block;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: clamp(20px, 4vw, 28px);
	font-weight: bold;
}

.txt01 {
  margin: 40px 0;
  font-size: 16px;
  line-height: 2.2em;
  text-align: center;
}

#f_message{
  padding: 100px 0;
  width: 100%;
  background-image: url(../img/softtex_b.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#f_message img{
  width: 20%;
}
#f_message img._bedgear{
  width: 40%;
}


#f_message .f_txt{
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
  padding: 60px 0 0 0;
  max-width: 1080px;
  margin: auto;
}

ul.business_list {
  overflow: hidden;
}

ul.business_list li {
  float: left;
  width: 31%;
  margin: 0 3.33% 3.33% 0;
}

ul.business_list li img {
  width: 100%;
}

ul.business_list li:nth-child(3n) {
  margin-right: 0;
}

ul.business_list li dl dt {
  font-size: 18px;
  background: #009FB9;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

p.explain {
  text-align: center;
  font-size: 24px;
  line-height: 1.4em;
}

.btn {
  text-align: center;
  margin: 30px 0;
}

.btn a {
  display: inline-block;
  width: 50%;
  background: #004CA1;
  color: #fff;
  padding: 15px 0;
  font-size: 20px;
}

.btn02 a {
  background: #EA5515;
}

.access_ly {
  overflow: hidden;
  margin: 50px 0;
}

.access_ly .map {
  float: left;
  width: 45%;
}

.access_ly .map iframe {
  width: 100%;
  height: 400px;
}

.access_ly dl {
  float: right;
  width: 50%;
}

.access_ly dl dt {
  font-size: 16px;
  margin: 0 0 20px;
}

.access_ly dl dd {
  font-size: 14px;
  line-height: 2em;
}

.access_ly dl dd ul.photos{
  display: flex;
	margin-top: 20px;
}
.access_ly dl dd ul.photos li{
  width: 50%;
	padding-right: 10px;
}
.access_ly dl dd ul.photos li img{
  width: 100%;
	height: auto;
}

.btm_contact {
  overflow: hidden;
  margin: 50px 0;
  padding: 0 100px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.btm_contact .tel {
  overflow: hidden;
  float: left;
  width: 50%;
}

.btm_contact dl dt {
  float: left;
  width: 80px;
  font-size: 30px;
  padding: 15px 0 0;
}

.btm_contact dl dd {
  float: left;
  font-size: 20px;
}

.btm_contact dl dd a {
  font-size: 50px;
  display: block;
  margin: 0 0 10px;
}

.btm_contact .fax {
  float: left;
  width: 50%;
}

.flex{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.flex_column{
  display: flex;
  flex-direction: column;
  align-items:center;
}

.flex .flex_img{
  width: 46%;
}

.flex .flex_txt{
  width: 48%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.bgb{
  background-color: #757EAC;
  color: #fff;
  padding: 20px 40px;
  line-height: 1.4;
  font-size: 14px;
}

.bgb h3{
  font-size: 22px;
  padding-bottom: 10px;
}

.mark{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.mark_img{
  width: 20%;
}

.mark_txt{
  width: 78%;
}

.mark_txt h4{
  font-size: 17px;
}

.mark_txt p{
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.4em;
}

.goodsleep{
  align-items: center;
  text-align: center;
  margin: auto;
  display: block;
  width: 40%;
  padding-bottom: 40px;
}

.product_sub{
  font-size: 40px;
  border-bottom: 1px solid #D3C3A7;
  padding-bottom: 5px;
  color: #356191;
  font-family: serif;
}

.product_inch{
  font-size: 24px;
  padding: 0px 0 20px;
  font-family: serif;
}

.product_btn{
  background-color: #6D75A4;
  text-align: center;
  font-size: 20px;
  color: #fff;
  padding: 20px 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.product_txt{
  line-height: 2em;
}
.m40{
  display: block;
  height: 40px;
}

.focb{
  color: #063F7C;
  margin-bottom: 10px;
}

.focb strong{
  font-size: 60px;
  color: #063F7C;
}

.center{
  text-align: center;
  font-size: 24px;
}

.pt140{
  padding-top: 140px;
  width: 30%;
}

.com_name{
  font-size: 30px;
  text-align: center;
}

#footer {
  background: #009FB9;
  padding: 30px 0 15px;
  color: #fff;
}

#footer .f_row {
  display: flex;
}

#footer .f_row .f_col {
  flex: 1;
}

#footer .f_row .f_col h3 {
  margin: 0 0 15px;
  font-size: 15px;
}

#footer .f_row .f_col ul li {
  font-size: 13px;
  margin: 10px 0;
}

#footer .f_row .f_col ul li a {
  color: #fff;
}

#footer .f_row .f_col ul li a:hover {
  border-bottom: 1px dotted #fff;
}

#footer .copy {
  text-align: center;
  margin: 20px 0 0;
  font-weight: bold;
}

#footer p.c_name {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 24px;
}

#footer p.c_name span {
  display: block;
  font-size: 18px;
  margin: 10px 0 0;
  text-align: left;
}

#footer address {
  display: block;
  margin: 30px 0 20px;
  line-height: 1.6em;
  font-style: normal;
  font-size: 14px;
}

#footer .tel_fax {
  margin: 0 0 50px;
}

#footer ul.f_menu {
  margin-left: -5px;
}

#footer ul.f_menu li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #fff;
}

#footer ul.f_menu li:last-child {
  border-right: 0px none;
}

#footer ul.f_menu li a {
  font-size: 14px;
}

.main_visual .slick-prev,
.main_visual .slick-prev:hover,
.main_visual .slick-prev:focus {
  left: 3%;
  z-index: 9;
  width: 4vw;
  height: 4vw;
  background: url('../img/arrow_left.png') no-repeat 50% 50%;
  background-size: 100%;
}

.main_visual .slick-next,
.main_visual .slick-next:hover,
.main_visual .slick-next:focus {
  right: 3%;
  z-index: 9;
  width: 4vw;
  height: 4vw;
  background: url('../img/arrow_right.png') no-repeat 50% 50%;
  background-size: 100%;
}

.main_visual .slick-prev:before,
.main_visual .slick-next:before {
  display: none;
}

/* slide layout */
.layout-slide {
  max-width: 900px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  z-index: -1; }
  @media (max-width: 959px) {
    .layout-slide {
      margin-left: 10px;
      margin-right: 10px; } }
  .layout-slide .slider-for {
    margin-bottom: 10px;
    z-index: 0; }
  .layout-slide img {
    width: 100%;
    height: auto; }
  .layout-slide .slider-nav div {
    margin: 0 2px; }
    .layout-slide .slider-nav div img {
      opacity: 0.3;
      z-index: 1; }
    .layout-slide .slider-nav div:focus img {
      opacity: 1; }
    .layout-slide .slider-nav div .slick-current img {
      opacity: 1;
      border: #000 3px solid; }
      @media (max-width: 559px) {
        .layout-slide .slider-nav div .slick-current img {
          border: #000 1px solid; } }
  .layout-slide .arrow {
    display: block;
    width: 25px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    top: 50%;
    z-index: 1001; }
  .layout-slide .prev {
    left: 0; }
  .layout-slide .next {
    right: 0; }

.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  background: #F1F1F1;
  padding: 1em 0.5em 1em 2em;
  color: #000;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 50px 0 50px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #F1F1F1;
  border-width: 50px 0 50px 1em;
  z-index: 10;
}
.step li.is-current{
  background: #1E9A80;
  font-weight: bold;
  color: #fff;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #1E9A80;
}

.step li span {
  display: block;
  font-size: 12px;
}

.step li strong {
  display: block;
  margin: 8px 0 2px;
}

.contact_txt01 {
  margin: 30px 0;
  font-size: 14px;
  line-height: 1.6em;
}

.contact_form h3 {
  font-size: 20px;
  border-left: 6px solid #1E9A80;
  padding: 8px 0 8px 15px;
  margin: 0 0 15px;
}

.contact_form table {
  width: 100%;
}

.contact_form table th {
  position: relative;
  overflow: hidden;
  background: #EEF7F5;
  border: 1px solid #D5D5D5;
  padding: 15px;
  line-height: 1.6em;
  font-size: 16px;
  width: 25%;
  text-align: left;
  vertical-align: top;
}

.contact_form table th .must {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  background: #DE5313;
  padding: 0 10px;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.contact_form table td {
  border: 1px solid #D5D5D5;
  padding: 15px;
  line-height: 1.6em;
  font-size: 16px;
}


.contact_form table td input[type="text"],
.contact_form table td input[type="tel"],
.contact_form table td input[type="email"] {
  width: 100%;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  font-size: 16px;
  padding: 8px 5px;
  box-sizing: border-box;
}

.contact_form table td label {
  margin: 0 20px 0 0;
}

.contact_form table td input[type="radio"] {
  margin: 0 5px 0 0;
}

.contact_form table td input#shield {
  width: 20%;
}

.contact_form table td span.shield_txt {
  color: #999;
  font-size: 14px;
  margin: 0 0 0 20px;
}

.contact_form table td #date {
  width: 30%;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  font-size: 16px;
  padding: 4.5px 5px;
  box-sizing: border-box;
}

.contact_form table td #time {
  width: 30%;
  border: 1px solid #C8C8C8;
  border-radius: 2px;
  font-size: 16px;
  padding: 7.5px 5px;
  box-sizing: border-box;
}

.contact_form table td p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

.contact_form table td p.email_txt {
  margin: 5px 0;
  font-weight: bold;
  color: #398839;
}

.infor_box {
  border: 1px solid #757676;
  border-radius: 2px;
  padding: 15px;
  overflow-y: scroll;
  height: 100px;
}

.infor_box p {
  line-height: 1.6em;
  font-size: 14px;
}

.infor_chk {
  text-align: center;
  background: #F0F6FC;
  padding: 15px;
  margin: 20px 0;
}

.infor_chk span.must {
  display: inline-block;
  background: #DE5313;
  padding: 4px 10px;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 14px;
  float: left;
}

.contact_txt02 {
  text-align: center;
  line-height: 1.6em;
  font-size: 14px;
}

.confirm_btn {
  margin: 50px 0 50px;
  text-align: center;
}

.confirm_btn input {
  width: 350px;
  height: 60px;
  border: 0px none;
  background: #F2911A;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
  transition: all .3s;
  margin: 0 10px;
}

.confirm_btn input.return {
  background: #999;
}

.confirm_btn input:hover {
  opacity: 0.7;
}

.privacy_policy {
  margin: 0 0 100px;
}

.privacy_policy p {
  font-size: 19px;
  line-height: 1.8em;
  margin: 0 0 40px;
}

.privacy_policy ul {
  margin: 0 0 0 20px;
}

.privacy_policy ul li {
  font-size: 19px;
  line-height: 1.8em;
  list-style: decimal;
  margin: 0 0 10px;
}

.text-right {
  margin: 15px 0 0;
  text-align: right;
}

#powered_by_me a {
  color: #007bff;
}

.alert-danger {
  color: #DE5313;
  font-size: 14px;
  margin: 5px 0 0;
}

#error_message {
  margin: 0 0 15px;
  font-size: 16px;
}

#zipcode {
  width: 30%;
  display: inline-block;
}

.btn_searchaddr {
  color: #fff;
  background: #2e3b40;
  border: 0px none;
  border-radius: 5px;
  font-size: 14px;
  width: 90px;
  height: 36px;
  cursor: pointer;
}

.btn_searchaddr:focus {
  background: #3b494e;
}

.addr_detail {
  margin: 10px 0 0;
}

.contact_form form {
  margin: 30px 0 0;
}

.thanks_message {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 20px;
}

textarea{
  width: 100%;
  height: 200px;
}

.sub_bnr{
	/*position: absolute;
	top: 295px;
	left: 0;*/
	width: 100%;
	max-width: 800px;
	margin: 0 auto;

}
.sub_bnr img {
	width: 100%;		/* 横幅の90% */
		height: auto ;			/* 縦幅を自動調整 */
}

/*---キノシールド抗菌---*/
.kino-kokin {
    background-color: rgb(190, 228, 250);
    height: 35vw;
}
.kino-kokin .img {
    position:absolute;
    top:7%;  left:5%;
    width: 25%;
}
.kino-kokin .img-text {
    position: absolute;
    left: 7%;
    top: 85%;
    font-size: 2.2rem;
    font-weight: bold;
    color: rgb(202, 0, 0);
}
.kino-kokin .midashi {
    position:absolute;
    top: 12%;
    left:43%;
    font-size:  4.6rem;
    line-height: 180%;
}
.kino-kokin .midashi .bold {
    font-weight:bold;
}
.kino-kokin .midashi .red {
    font-weight: bold;
    color: rgb(202, 0, 0) ;
}
.kino-kokin .text{
    position: absolute; top: 45%; left:37%;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2em;
}

/*---キノシールド抗菌---*/
.kino-kokin {
    background-color: rgb(190, 228, 250);
    height: 158vw;
}
.kino-kokin .img {
    position: absolute;
    top: 58%;
    left: 25%;
    width: 50%;
}
.kino-kokin .img-text {
    position: absolute;
    left: 19%;
    top: 93%;
    font-size: 1rem;
    font-weight: bold;
    color: rgb(202, 0, 0);
}
.kino-kokin .midashi {
    padding-top: 5%;
    font-size:  1.4rem;
    line-height: 170%;
    text-align: center;
}
.kino-kokin .midashi .bold {
    font-weight:bold;
}
.kino-kokin .midashi .red {
    font-weight: bold;
    color: rgb(202, 0, 0) ;
}
.kino-kokin .text{
    max-width: 90%;
    padding-top: 3%;
    padding-left: 5%;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
}

.logo_goodsleep {
  text-align: center;
  padding: 180px 0 50px;
}

.logo_goodsleep img {
  max-width: 500px;
}

.page-product img {
  max-width: 100%;
}

.page-product h2 {
  text-align: center;
  margin: 0 0 40px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.page-product h2 strong {
  display: block;
  font-size: 50px;
  border-bottom: 1px solid #C19B46;
  color: #00407C;
  padding: 0 0 5px;
  margin: 0 0 5px;
  letter-spacing: 0.1em;
}

.page-product h2 span {
  font-size: 24px;
}

.page-product .product_img {
  text-align: center;
}

.page-product .product_img img {
  width: 80%;
}

.page-product .product_con {
  padding: 0 50px;
}

.page-product h3 {
  margin: 60px 0 30px;
  font-size: 20px;
  font-weight: 500;
}

.page-product h3.ttl_structure {
  color: #C19B47;
}

.page-product h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C19B46;
}

.page-product h3 span {
  display: inline-block;
  background: #fff;
  padding: 0 40px 0 0;
  margin: -12px 0 0;
}

.page-product .product_txt {
  line-height: 2em;
  font-size: 17px;
  padding: 0 0 0 100px;
}

.inner._gry.swiper-slide._fs-s .product_txt {
  font-size: 15px;
}
@media(max-width:480px){
	.inner._gry.swiper-slide._fs-s .product_txt {
		font-size: 14px;
	}
}

.page-product .structure {
  overflow: hidden;
}

.page-product .structure ul {
  float: left;
  width: 62%;
}

.page-product .structure ul li {
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
  margin: 25px 0 0;
}

.page-product .structure ul li img {
  height: 105px;
}

.page-product .structure ul li p {
  margin: 0 0 0 15px;
  font-size: 18px;
  line-height: 1.4em;
}

.page-product .structure .structure_b {
  float: right;
  width: 38%;
  border: 1px solid #222;
  box-sizing: border-box;
}

.page-product .size-price {
  border-bottom: 1px solid #C19B46;
}

.page-product .size-price ul {
  overflow: hidden;
}

.page-product .size-price ul li {
  float: left;
  width: 50%;
  text-align: right;
  margin: 0 0 50px;
}

.page-product .size-price ul li dl dt {
  padding: 0 0 0 80px;
  text-align: left;
  font-size: 18px;
}

.page-product .size-price ul li dl dd {
  margin: 10px 0 0;
  padding: 0 50px 0 0;
  font-size: 30px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.page-product .size-price ul li dl dd span {
  font-size: 45px;
  letter-spacing: 0.1em;
}

.page-contact {
  padding: 80px 0 0;
}

.c_name {
  text-align: center;
  font-size: 39px;
  margin: 40px 0 0;
}


.product_img_thumb{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		max-width: 904px;
		margin: 8px auto;
		padding:0 10px;
	}
	.product_img_thumb div{
		width: 25%;
		box-sizing: border-box;
		padding: 10px;
	}
		.product_img_thumb div img{
			width: 100%;
			height: auto;
			padding: 0;
			cursor: pointer;
		}
		@media (max-width:640px){
			.product_img_thumb{
				width: 100%;
				margin: 5px 0;
				padding: 0 15px;
			}
			.product_img_thumb div{
				width: 25%;
				box-sizing: border-box;
				padding: 5px;
			}
		}

	.slider_bedgear{
			width: 100%;
			padding: 20px 0 40px 0 !important;
			margin-bottom: clamp(40px, 5%, 80px);
		}
		.slider_bedgear._flex{
			display: flex;
			justify-content: center;
}
.slider_bedgear._flex .inner._gry{
			margin: 0 30px;
}
	.slider_bedgear .inner._gry{
		background: #E6E7E8;
		width: 35%;
		padding: 15px 0 20px;
	}
	@media (max-width:640px){
		.slider_bedgear._flex{
			flex-wrap: wrap;
		}
		.slider_bedgear .inner._gry{
			width: 70%;
		}
		
	}
	@media (max-width:430px){
		.slider_bedgear .inner._gry{
			width: 94%;
		}
		.slider_bedgear .inner._gry .btn{
			max-width: 250px;
			margin: 20px auto 0;
		}
	}
	.page-product .slider_bedgear h2{
		margin-bottom: 20px;
	}
	.page-product .slider_bedgear h2 strong{
		line-height: 1.6;
		font-size: clamp(15px, 2vw, 18px);
	}
	.page-product .slider_bedgear h2 strong span{
		display: block;
		font-size: 80%;
	}
	.page-product .slider_bedgear .product_img{
		padding: 0 20px;
	}
	.page-product .slider_bedgear .product_img img {
		width: 100%;
	}
	.page-product .slider_bedgear .product_con{
		padding: 0 30px;
	}
	@media (max-width:430px){
		.page-product .slider_bedgear .product_con{
			padding: 0 20px;
		}
	}
	.page-product .slider_bedgear .product_txt{
		padding: 0;
		line-height: 1.8em;
	}
	.slider_bedgear .swiper-button-next:after, .slider_bedgear .swiper-button-prev:after{
		background: rgba(0,0,0,0.8);
		padding: 10px 20px;
		color: #fff;
		font-size: 25px;
	}
	.slider_bedgear .swiper-button-prev{
		left: 30px;
	}
	.slider_bedgear .swiper-button-next{
		right: 30px;
	}
	.slider_bedgear .swiper-pagination-bullet-active{
		opacity: 1;
		background: #E3D049;
	}
	@media (max-width:430px){
		.slider_bedgear .swiper-button-next:after, .slider_bedgear .swiper-button-prev:after{
			padding: 8px 15px;
			font-size: 20px;
		}
		.slider_bedgear .swiper-button-prev{
			left: 5px;
		}
		.slider_bedgear .swiper-button-next{
			right: 5px;
		}
	}