@CHARSET "UTF-8";
/*
Theme Name: R・Life様
date: 2021.3.07
*** basic setting on css/normalize.css ***
*/


/* = common setting
-------------------------------------------------------------- */ 

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	margin: 0;
	font-size: 1.4rem;
	font-weight: normal;
	font-family: 'Montserrat',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",sans-serif;
	color: #000;
	line-height: 1.7;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

body,
#page{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#site_footer{
  margin-top: auto;
}


.font_mincyo{
	font-family: '游明朝','Yu Mincho',YuMincho,serif;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
*:focus {
  outline: none;
}
img{
	max-width: 100%;
	height: auto;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	vertical-align: bottom;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
iframe{
	max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 0 2rem;
}
ul,dl,dt,dd{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
p{
	margin: 0 0 2rem;
}
.sp_none{
	display: none;
}

.btn_link{
	background: #fff;
	border: #000 solid 2px;
	color: #000;
	display: block;
	padding: 1rem;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
  position: relative;
  border-radius: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
}
.btn_link:hover{
	background: #000;
	color: #fff;
}

.link_none{
  pointer-events: none !important;
  cursor: default !important;
  opacity: .3;
}

table{
	width: 100%;
	border-collapse: collapse;
  border-spacing: 0;
}
table th{
	padding: 1rem;
	text-align: left;
  width: 30%;
}
table td{
	padding: 1rem;
}

input[type="submit"]{
	outline: 0;
	box-shadow: none;
	border: #000 solid 1px;
	cursor: pointer;
}
.txt_right{
	text-align: right;
}

/* Clearing floats */
.clear:after{
	clear: both;
}
.clear:before,
.clear:after{
	display: table;
	content: "";
}

.accordion dd{
	display: none;
}
/*
.slick-prev{
  left: -5px;
  width: 10px;
  height: 10px;
  z-index: 10;
}
.slick-next{
  right: -5px;
  width: 10px;
  height: 10px;
  z-index: 10;
}
.slick-prev:before{
  content: '' !important;
  width: 10px;
  height: 10px;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
}
.slick-next:before{
  content: '' !important;
  width: 10px;
  height: 10px;
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.slick-slide:focus{
  outline: 0;
}*/
.youtube_wrap{
  position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
  background: #ccc;
}
.youtube_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper{
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
}
#page{
  padding-top: 50px;
}

.entry_content{
	padding-bottom: 8rem;
}
.entry_content p{
	word-break: break-all;
}
.entry_content img{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.nav_single{
	clear: both;
	display: flex;
  justify-content: center;
}
.wp-pagenavi{
  text-align: center;
  display: flex;
  justify-content: center;
}
.wp-pagenavi a, 
.wp-pagenavi span{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #1c1f85;
  border: #1c1f85 solid 1px;
  color: #fff;
  margin: 0 2px;
  border-radius: 50%;
}
.wp-pagenavi span.current,
.wp-pagenavi a:hover{
  background: #fff;
  color: #1c1f85;
}
.wp-pagenavi a.previouspostslink{
  margin-right: 10px;
}
.wp-pagenavi a.nextpostslink{
  margin-left: 10px;
}



/* =Contact
-------------------------------------------------------------- */

.require{
	background: #e60012;
	color: #fff;
	font-size: 12px;
	padding: 1px 10px;
}
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form textarea{
	width: 100%;
	padding: 5px;
	margin-bottom: 3px;
  line-height: 1.7;
  font-size: 1.6rem;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset;
}
.contact_form input[type="text"].short_box{
	width: 150px;
}
.contact_form input[type="radio"],
.contact_form input[type="checkbox"]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.contact_form label{
	cursor: pointer;
}
div.wpcf7-response-output{
	text-align: center;
}
.btn_submit input[type="submit"]{
	background: #eb6100;
	color: #fff;
	text-align: center;
	display: block;
	padding: 15px 10px;
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	border: #eb6100 solid 1px;
	font-size: 18px;
}
.btn_submit input[type="submit"]:hover{
	color: #eb6877;
	background: #fff;
}
.contact_form input[disabled]{
	background: #ccc !important;
	border: #ccc solid 1px;
	color: #fff !important;
}



/* =header
-------------------------------------------------------------- */

#site_header{
  padding: 0 2rem;
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #d2be9b;
  display: flex;
  align-items: center;
}
#header_logo{
  display: block;
  width: 80px;
  margin: 0 auto 0 0;
  position: relative;
  z-index: 999;
}
#site_header::after{
  content: '';
  background: #d2be9b;
  width: 120px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 99;
}
#header_nav__btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 9999;
  cursor: pointer;
}
#header_nav__btn .border_wrap{
  position: absolute;
	left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#header_nav__btn .border{
	width: 30px;
	height: 3px;
	background-color: #000;
	border-radius: 3px;
  display: block;
  margin-bottom: 5px;
  transition: all .4s;
	box-sizing: border-box;
}
#header_nav__btn .border:last-child{
  margin: 0;
}
#header_nav__btn.open .border:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#header_nav__btn.open .border:nth-of-type(2) {
	opacity: 0;
}
#header_nav__btn.open .border:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
#header_nav__inner{
	width: 100%;
	background: #fff;
	z-index: 99;
	position: absolute;
	top: 50px;
	left: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
}
.main_navigation{
	position: relative;
  padding-bottom: 50px;
}
.main_navigation li a{
	display: block;
	padding: 1.5rem;
	position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.main_navigation li a::before{
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background: #d2be9b;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main_navigation li.border_none a::before{
  content: none;
}
.main_navigation li.nav_btn a{
  background: #d2be9b;
  padding: 1rem;
  margin: 1rem auto;
  width: 90%;
  max-width: 200px;
  border-radius: 10px;
}
.main_navigation li#nav_agency{
  margin-top: 2rem;
}
.main_navigation li#nav_contact a{
  background: #009b97;
  color: #fff;
}




/* =footer
-------------------------------------------------------------- */

#site_footer{
  background: #2e1100;
  color: #fff;
  padding: 5rem 0 2rem;
}
#footer_logo{
  width: 100px;
  margin: 0 auto 2rem;
  display: block;
}
#footer_nav li a{
  color: #fff;
}
#footer_sns{
  display: flex;
  justify-content: center;
}
#footer_sns li{
  padding: 0 1rem;
}
#footer_sns li a:hover{
  opacity: .8;
}
#footer_sns li a img{
  width: 50px;
}
#footer_copy{
  text-align: center;
  font-size: 1.1rem;
  margin: 5rem 0 0;
}



/* =page common
-------------------------------------------------------------- */

.section{
  padding: 3rem 0;
}
.bg01{
  background: url('images/common/bg01.jpg') center center;
  background-size: cover;
}
.bg02{
  background: url('images/top/bg02.png');
  background-size: cover;
}
.bg03{
  background: url('images/common/bg02.jpg');
  background-size: cover;
}
.bg04{
  background: url('images/common/bg03.jpg');
  background-size: cover;
}

/* =TOP
-------------------------------------------------------------- */

#main_visual img{
  width: 100%;
}
#front_section01{
  padding-bottom: 0;
}
#front_section02{
  position: relative;
}
#front_section02 .wrapper{
  position: relative;
  z-index: 5;
}
#front_section02::after{
  content: '';
  background: url('images/top/bg03.png') top center;
  background-size: cover;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
#front_section03{
  position: relative;
  z-index: 5;
  padding-top: 0;
}
#front_section03 h2{
  margin: -20px 0 0;
}
#front_section04{
  padding-bottom: 3rem;
  overflow: hidden;
}
#front_section04__title{
  background: url('images/top/bg04.png') bottom center;
  background-size: cover;
  padding: 3rem 0 5rem;
  position: relative;
}
#front_section04__title h2{
  width: 80%;
  max-width: 800px;
}
#front_section04__img{
  margin-top: -2rem;
}
#front_section04__link{
  text-align: center;
  margin: 3rem;
  position: relative;
}
#front_section04__link p{
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
}
.img_circle{
  position: absolute;
  width: 80px;
}
#front_section04__title .img_circle{
  right: -30px;
  bottom: 0;
}
#front_section04__link .img_circle{
  left: -50px;
  bottom: 5rem;
}
.btn_link__img{
  margin: 0 auto;
  width: 60%;
  max-width: 400px;
  display: block;
}
.section_title{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.section_title::before,
.section_title::after{
  content: '';
  background: #000;
  width: 15%;
  height: 1px;
  position: absolute;
  top: 50%;
}
.section_title span{
  width: 70%;
  position: relative;
}
.section_title span::before{
  content: '<';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
.section_title span::after{
  content: '>';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
.section_title::before{
  left: 0;
}
.section_title::after{
  right: 0;
}
.flex_wrap{
  margin-bottom: 3rem;
}
.flex_wrap li{
  margin-bottom: 2rem;
}
.thumb{
  overflow: hidden;
}
.thumb img{
  transition: 1s;
  width: 100%;
}
.posted_box:hover .thumb img{
  transform: scale(1.1);
}
.posted_box__txt{
  margin-top: 1rem;
}
.posted_box__txt p{
  margin: 0;
  font-size: 1.2rem;
}
.posted_title{
  font-size: 1.6rem;
  margin: .5rem 0;
  line-height: 1.5;
}




/* =product
-------------------------------------------------------------- */

#page_product{
  padding-bottom: 5rem;
}
#product_main{
  position: relative;
  padding-top: 2rem;
  z-index: 5;
}
#product_main::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 2rem;
  left: 0;
  background: url('images/product/bg01.png') no-repeat center bottom;
  background-size: cover;
  text-align: center;
  z-index: -1;
}
#product_grad{
  background: linear-gradient(to top, #fff 40%, rgba(255,255,255,0) 60%);
}
.border01{
  width: 100%;
  height: 10px;
}

#product02{
  position: relative;
}
#product02::before{
  content: '';
  background: url('images/product/photo01.png') no-repeat bottom right;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#product04{
  color: #fff;
}
#product04 h2{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
#product04 .border01{
  opacity: .3;
}
.product04_box{
  padding: 3rem 0;
}
.product04_box h3{
  display: flex;
  align-items: flex-start;
  color: #f0d862;
  font-size: 1.8rem;
  line-height: 1.5;
}
.product04_box h3 img{
  width: 50px;
}
.product04_box h3 span{
  width: calc(100% - 50px);
  padding-left: 1rem;
}
.product04_box p{
  margin: 0;
}
.product04_box ul{
  margin-top: 3rem;
  font-size: 1.2rem;
}
.product04_box ul li{
  margin-bottom: .5rem;
  text-indent: -1rem;
  padding-left: 1rem;
}

#product05 table{
  background: #fff;
}
#product05 table th{
  background: #efefef;
  border: #000 solid 1px;
  vertical-align: top;
}
#product05 table td{
  border: #000 solid 1px;
}

#product06{
  background: linear-gradient(-80deg, #e7d585, #d4b470,#fcfaf0,#dcc250,#ccaa4b);
  padding: 5px;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}
#product06_wrap{
  background: #fff;
  border-radius: 15px;
  padding: 2rem 5%;
}
#product06_inner{
  margin-top: 2rem;
}
#product06_inner h2{
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: #000 solid 1px;
}
#product06__price{
  font-weight: bold;
  margin-bottom: 1rem;
}
.font_red{
  color: #d80c18;
}
.font_large{
  font-size: 200%;
}
#product06_num select{
  line-height: 1.7;
  font-size: 1.6rem;
  padding: 5px;
  margin: 0 1rem;
}
.btn_buy{
  display: block;
  width: 80%;
  max-width: 300px;
  background: none;
  border: 0;
  cursor: pointer;
  outline: 0;
}




/* =RWD
-------------------------------------------------------------- */

@media screen and (min-width: 768px){
  .pc_none{
		display: none;
	}
	.sp_none{
		display: block;
	}
  a[href*="tel:"] {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
  }
  table th{
		padding: 10px;
	}
	table td{
		padding: 10px;
	}
  /*
  .slick-prev{
    left: -10px;
    width: 20px;
    height: 20px;
  }
  .slick-next{
    right: -10px;
    width: 20px;
    height: 20px;
  }
  .slick-prev:before, 
  .slick-next:before{
    width: 20px;
    height: 20px;
  }*/
  #footer_nav{
    display: flex;
    justify-content: center;
  }
  #footer_nav li{
    margin: 0 1rem;
  }
  #footer_nav li a{
    padding: 0;
    font-size: 1.2rem;
  }
  #footer_nav li a::before{
    content: none;
  }
  .section{
    padding: 5rem 0;
  }
  #front_section02::after{
    height: 250px;
  }
  #front_section03 h2{
    margin-top: -50px;
  }
  #front_section04__title{
    padding-bottom: 80px;
  }
  #front_section04__link p{
    font-size: 3rem;
  }
  .section_title{
    font-size: 3rem;
  }
  .flex_wrap{
    display: flex;
    margin: 0 -1rem;
  }
  .flex_wrap li{
    width: 33.33%;
    padding: 0 1rem;
  }
  .img_circle{
    width: 150px;
  }
  #product02::before{
    width: 200px;
    height: 200px;
  }
  #product05 table th{
    text-align: center;
  }
  #product06_wrap{
    display: flex;
    align-items: center;
    padding: 3rem 5%;
  }
  #product06_photo{
    width: 55%;
  }
  #product06_inner{
    width: 45%;
    padding-left: 2rem;
    margin: 0;
  }
  #product04 h2{
    font-size: 2.4rem;
  }
  .product04_box h3{
    font-size: 2rem;
    align-items: center;
  }
  .product04_box__inner{
    padding-left: 50px;
  }
  #product03{
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px){
  html{
    font-size: 75%;
  }
  #page{
    padding-top: 70px;
  }
  #site_header{
    height: 70px;
    padding: 0 3rem;
  }
  #site_header::after{
    width: 180px;
    height: 80px;
    bottom: -15px;
  }
  #header_logo{
    width: 120px;
  }
  #header_nav__btn{
    display: none;
  }
  #header_nav__inner{
    display: block !important;
    overflow: visible;
    background: none;
    position: static;
    box-shadow: none;
  }
  .main_navigation{
    display: flex;
    align-items: center;
    padding: 0;
  }
  .main_navigation li{
    margin-right: 1rem;
  }
  .main_navigation li a{
    font-size: 1.2rem;
    padding: .5rem 0;
  }
  .main_navigation li a::before{
    content: none;
  }
  .main_navigation li a::after{
    content: '';
    background: #000;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: .3s;
  }
  .main_navigation li a:hover::after{
    left: 0;
    width: 100%;
  }
  .main_navigation li.nav_btn{
    width: 150px;
    margin: 0;
  }
  .main_navigation li.nav_btn a{
    width: 100%;
  }
  .main_navigation li.nav_btn a::after{
    content: none;
  }
  .main_navigation li.nav_btn a:hover{
    opacity: .8;
  }
  .main_navigation li#nav_agency{
    margin: 0 1rem 0 0;
  }
  .main_navigation li#nav_agency a{
    background: #fff;
  }
  #site_footer__inner{
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
  }
  #footer_logo{
    margin: 0 auto 0 0;
    width: 120px;
  }
  #footer_nav li a{
    padding: .5rem 0;
  }
  #footer_nav li a::after{
    background: #fff;
  }
  #front_section03 h2{
    margin-top: -80px;
  }
  .img_circle{
    width: 200px;
  }
  #front_section04__title .img_circle{
    right: 50%;
    margin-right: -500px;
    bottom: 0;
  }
  #front_section04__link .img_circle{
    left: -100px;
    bottom: 0;
  }
  #front_section04__title{
    padding: 5rem 0 15rem;
  }
  #front_section04__img{
    margin-top: -5rem;
  }
  #front_section02::after{
    height: 300px;
  }
  .section_title span{
    width: 50%;
  }
  .section_title::before,
  .section_title::after{
    width: 25%;
  }
  #product02::before{
    width: 400px;
    height: 400px;
    bottom: -50px;
  }
  #product04 h2{
    font-size: 3rem;
    margin: 0;
  }
  .product04_box{
    padding: 5rem 0;
  }
  .product04_box h3{
    font-size: 2.4rem;
  }
  #product06_inner h2{
    font-size: 2.4rem;
  }
  #product06_num{
    margin: 0;
  }
  #product05{
    max-width: 800px;
  }
  #product06{
    margin: 5rem auto;
    padding: 10px;
  }
  #product06_wrap{
    padding: 8rem;
    
  }
}
@media screen and (min-width: 1300px){
  .main_navigation li{
    margin-right: 3rem;
  }
  .main_navigation li.nav_btn{
    width: 200px;
  }
}