@charset 'UTF-8';
/*************
/* LP用
*************/
/* 基本設定 */
#lp-main {
  width: 100%;
	background-color: #fff;
}
#lp-main img {
  max-width: 100%;
  height: auto;
}
#lp-main a img {
  transition: .3s;
}
#lp-main a:hover img {
  opacity: 0.6;
}
.lp_pan {
  padding-top: 80px; /* headerの高さ分padding */
}
@media screen and (min-width: 1001px) {
  .lp_pan {
    padding-top: 100px; /* headerの高さ分padding */
  }
}
/* LP基本フォント */
h1.lp_h1 {
	font-size: 2.2rem;
	text-align: center;
  position: relative;
	margin-bottom:4rem;
	clear: both;
	font-weight: 700;
}
h1.lp_h1:after{
  content: '';
  width: 120px;
  height: 3px;
  background-color: #ed7d1c;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 1rem;
	border-radius: 0.5rem;
}
h2.lp_h2 {
	margin-bottom: 2rem;
	border-bottom: 1px #ddd solid;
	border-top: 1px #ddd solid;
	position: relative;
	font-weight: 700;
	padding: 1.2rem 1rem 1.2rem 2rem;
}
h2.lp_h2::before{
	content: " ";
	border-radius: 10px;
	display: block;
	position: absolute;
	top: 8px;
	left: 7px;
	width: 5px;
	height: calc(100% - 16px);
	background-color: #ed7d1c;
}
h3.lp_h3 {
	position: relative;
	margin-bottom: 3rem;
	padding: 1.4rem 1.8rem;
	background: #272a2f;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	font-weight: 700;
	border-radius: 0.5rem;
}
h3.lp_h3:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #272a2f;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
@media screen and (min-width: 992px){
	h1.lp_h1{
		font-size: 2.6rem;
	}
	h2.lp_h2{
		font-size: 2.4rem;
	}
	h3.lp_h3{
		font-size: 2.2rem;
	}
}
/*************
/* 100%表示用
*************/
/* 基本設定 */
#page-main {
  width: 100%;
	background-color: #fff;
	padding-bottom: 6rem;
}
#page-main img {
  max-width: 100%;
  height: auto;
}
#page-main a img {
  transition: .3s;
}
#page-main a:hover img {
  opacity: 0.6;
}
/*************
/* 追加
*************/
/* 基本設定 */
.res_mb{
	margin-bottom: 6rem;
}
@media screen and (min-width: 992px){
	.res_mb{
		margin-bottom: 10rem;
	}
}

    
/*+++++++++++++++++
会員登録
******************/
.w-txt{
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: '游ゴシック';
    letter-spacing: 0px;
}
.w-txt2{
    font-size: 2.3rem;
    line-height: 1.5;    
    font-weight: 700;
    font-family: '游ゴシック';
    letter-spacing: 0px;
}
.w-txt2 span{
    background:linear-gradient(transparent 60%, rgba(237,125,28,0.5) 60%);
}
.member-img{
    margin-top: 2rem;
}
.member-info{
    text-align: center;
    margin: 4rem 0;
}
.info-txt{
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.member-promise-outer{
    background: #f4f4f4;
    padding: 5rem 1rem;
}
.m_promise .unit01{
    margin-bottom: 3rem;
}
.m_promise-title{
    margin-bottom: 25px;
}
.m_promise-svg{
    margin-bottom: 10px;
}
.m_promise-svg img{
    width: 90px;
}
.member-promise-outer h3{
    font-size: 2.1rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: '游ゴシック';
    letter-spacing: 0px;
}
.m-txt{
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: '游ゴシック';
    letter-spacing: 0px;
}
.n-txt{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    font-family: '游ゴシック';
    letter-spacing: 0px;
}
@media screen and (min-width: 768px){
    .w-txt{
        font-size: 2rem;
    }
    .w-txt2{
        font-size: 2.8rem;
    }
    .member-img{
        margin-top: 3rem;
    }
    .member-info{
        margin: 5rem 0;
    }
    .info-txt{
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }
    .member-promise-outer{
        padding: 6rem 1rem;
    }
    .m_promise{
        display: flex;
        align-items: center;
    }
    .m_promise .unit01{
        width: 43%;
        margin-bottom: 0;
    }
    .m_promise .unit02{
        width: calc(57% - 30px);
        margin-left: 30px;
    }
}
@media screen and (min-width: 992px){
    .member-img{
        margin-top: 4rem;
    }
    .m_promise .unit01,
    .m_promise .unit02{
        width: calc((100% - 60px)/2);
    }
    .m_promise .unit02{
        margin-left: 60px;
    }
    .member-promise-outer h3{
        font-size: 2.3rem;
    }
    .m-txt{
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1200px){
    .member-img{
        margin-top: 5rem;
    }
    .member-info{
        padding: 2rem 1rem 5rem;
    }
    .member-promise-outer{
        padding: 10rem 0;
    }
    .m_promise-title{
        margin-bottom: 30px;
    }
    .member-promise-outer h3{
        font-size: 2.5rem;
    }
    .n-txt{
        margin-top: 20px;
    }
}
.member-best-info,
.member-best-con{
    font-family: '游ゴシック';
    font-weight: 500;
    font-size: 1.7rem;
}
.member-best-con ul{
    list-style: none;
}
.member-best-con ul li{
    margin-top: 2.5rem;
}
.best-title{
    font-size: 1.7rem;
    background: #f4f4f4;
    padding: 10px 20px;
}
@media screen and (min-width: 768px){
    .member-best-info{
        font-size: 2rem;
    }
    .member-best-con ul{
        display: flex;
    }
    .member-best-con ul li{
        width: calc((100% - 30px)/3);
        margin-left: 15px;
    }
    .member-best-con ul li:first-child{
        margin-left: 0;
    }
    .best-title{
        padding: 5px 15px;
    }
}
@media screen and (min-width: 992px){
    .member-best-con ul li{
        width: calc((100% - 60px)/3);
        margin-left: 30px;
    }
}
@media screen and (min-width: 1200px){
    .member-best-con ul li{
        width: calc((100% - 100px)/3);
        margin-left: 50px;
    }
}


/*+++++++++++++++++
form-info
******************/
.form-info{
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.form-info-title{
    margin-bottom: 25px;
    text-align: center;
}
.form-title-svg{
    margin-bottom: 10px;
}
.form-title-svg img{
    width: 90px;
}
.form-title-svg img.reseration{
    width: 129px;
}
.form-info h3{
    font-size: 2.1rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: '游ゴシック';
    letter-spacing: 0px;
}
.form-info-txt{
    font-family: '游ゴシック';
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 3rem;
}
.form-info-txt ul{
    margin-left: 20px;
}
.form-info-txt ul li span{
    color: #cd2020;
}
.form-info-img{
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 768px){
    .form-info-txt{
        text-align: center;
    }
    .form-info-txt ul{
        list-style-position: inside;
    }
    .form-info-img{
        width: 90%;
    }
}
@media screen and (min-width: 992px){
    .form-info{
        margin-top: 8rem;
        margin-bottom: 8rem;
    }
    .form-info h3{
        font-size: 2.3rem;
    }
    .form-info-txt{
        text-align: center;
    }
    .form-info-txt ul{
        list-style-position: inside;
    }
    .form-info-img{
        width: 90%;
    }
}
.member-form #wpmem_reg{
    width: 100%;
}
.member-form legend,
.member-form #wpmem_login legend,
.member-form #wpmem_reg legend{
    display: none;
}
.member-form #wpmem_login label,
.member-form #wpmem_reg label{
    display: block;
}
.member-form #wpmem_reg label.text{
    width: 100%;
}
.member-form #wpmem_reg .div_text{
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    font-weight: normal;
    text-align: left;
    background-color: #fafafa;
    margin-bottom: 0;
}
.member-form label{
    width: 100%;
    display: block;
    border-top: none;
    padding: 10px !important;
    background-color: #878787;
    color: #fff;
    vertical-align: inherit;
    font-weight: bold;
    font-family: 游明朝体, "Yu Mincho", "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 0;
}
.member-form #wpmem_reg .button_div{
    font-family: 游明朝体, "Yu Mincho", "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    color: rgb(0, 0, 0);
    width: 100%;
    margin-top: 40px;
}
.member-form #wpmem_login .button_div,
.member-form #wpmem_reg .button_div{
    text-align: center;
}
.member-form #wpmem_reg input.buttons{
    font-size: 1.2em;
    background-color: #000;
    color: #fff;
    border-style: none;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
}
.member-form #wpmem_reg .req-text{
    margin: 0 0 0 5px;
}
.member-form #wpmem_login input[type="password"],
.member-form #wpmem_login input[type="text"],
.member-form #wpmem_reg input[type="date"],
.member-form #wpmem_reg input[type="email"],
.member-form #wpmem_reg input[type="number"],
.member-form #wpmem_reg input[type="password"],
.member-form #wpmem_reg input[type="text"],
.member-form #wpmem_reg input[type="url"],
.member-form #wpmem_reg textarea{
    border: 1px solid #8f8f9d;
    border-radius: 2px;
    color: #2b2b2b;
    padding: 8px 10px 8px;
    background: none repeat scroll 0 0 #fff;
}
@media screen and (min-width: 768px){
    .member-form fieldset{
        display: flex;
        flex-wrap: wrap;
    }
    .member-form #wpmem_reg label.text{
        width: 30%;
        background-color: #878787;
        border-top: 1px solid #fff;
        color: #fff;
        display: flex;
        align-items: center;
    }
    .member-form #wpmem_reg .div_text{
        border-bottom: 1px solid #fff;
        vertical-align: middle;
        font-weight: normal;
        text-align: left;
        background-color: #fafafa;
        width: 70%;
    }
    .member-form #wpmem_reg input.buttons{
        width: 60%;
    }
}
@media screen and (min-width: 992px){
    .member-form label{
        padding: 10px 20px !important;
    }
    .member-form #wpmem_reg .div_text{
        padding: 20px;
    }
}
/*******************************
/* 会員限定 ログイン
***************************/
.member-form #wpmem_login .link-text{
	display: block;
	width: 100%;
	text-align: center;
}
.member-form .wpmem_msg{
	margin-right: auto;
	margin-left: auto;
}
.member-form #wpmem_login .button_div{
	width: 100%;
}
.member-form .button_div label{
	background-color: #fff;
	color: #000;
}

/*******************************
/* 会員限定 プロフィール
***************************/
.member-form .register_status{
	text-align: center;
}
.member-form ul{
	text-align: center;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10rem;
}
.member-form li{
	list-style: none;
	margin-bottom: 3rem;
}
.member-form li a{
	display: block;
	transition: .3s;
}
.member-form li a:hover{
	text-decoration: none;
}
.member-form li:nth-of-type(1) a{
	background-color: #fff;
	border: 1px #000 solid;
	color: #000;
	padding: 1rem;
}
.member-form li:nth-of-type(2) a{
	background-color: #ccc;
	border: 1px #ccc solid;
	color: #000;
	padding: 1rem;
}
.member-form li:nth-of-type(1) a:hover,.member-form li:nth-of-type(2) a:hover{
	background-color: #000;
	color: #fff;
}
@media screen and (min-width: 1200px){
	.member-form ul{
		max-width: initial;
		display: flex;
		justify-content: space-around;
	}
	.member-form li{
		width: 50%;
		max-width: 300px;
	}
}

.pc-on{
    display: none;
}
.sp-on{
    display: inline-block;
}
@media screen and (min-width: 768px){
    .pc-on{
        display: inline-block;
    }
    .sp-on{
        display: none;
    }
}


/*******************************
/* DESIGN
***************************/
/* design-main */
.design-main{
    width: 90%;
    margin: 3.5rem auto;
}
.design-main h2{
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
}
@media screen and (min-width: 768px){
    .design-main{
        margin: 5rem auto;
    }
    .design-main h2{
        font-size: 3rem;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 992px){
    .design-main{
        margin: 7rem auto;
    }
    .design-main h2{
        font-size: 3.5rem;
    }
}
@media screen and (min-width: 1200px){
    .design-main{
        margin: 8rem auto;
    }
    .design-main h2{
        font-size: 4rem;
    }
}

/* design01 */
.design01{
    width: 95%;
    margin: 0 auto 3.5rem;
    height: 180px;
}
#page-main .design01 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 768px){
    .design01{
        margin: 0 auto 5rem;
        height: 250px;
    }
}
@media screen and (min-width: 992px){
    .design01{
        margin: 0 auto 7rem;
        height: 300px;
    }
}
@media screen and (min-width: 1200px){
    .design01{
        width: 90%;
        margin: 0 auto 8rem;
        height: 400px;
    }
}

/* design02 */
.design02{
    width: 90%;
    margin: 0 auto 5rem;
}
.design02 ul{
    list-style: none;
    width: 90%;
    margin: 3.5rem auto 0;
}
.design02 ul li:first-child{
    margin-bottom: 3rem;
}
.design02-img{
    margin-bottom: 15px;
    height: 200px;
}
#page-main .design02-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.design02-txt h3{
    font-size: 2rem;
    margin-bottom: 7px;
}
@media screen and (min-width: 768px){
    .design02{
        margin: 0 auto 5rem;
    }
    .design02 ul{
        margin: 5rem auto 0;
        width: 100%;
        display: flex;
    }
    .design02 ul li{
        width: calc((100% - 60px)/2);
        margin: 0 15px;
    }
    .design02-img{
        height: 220px;
    }
}
@media screen and (min-width: 992px){
    .design02{
        width: 80%;
        margin: 0 auto 7rem;
    }
    .design02 ul{
        margin-top: 7rem;
    }
    .design02 ul li{
        width: calc((100% - 50px)/2);
        margin: 0 0 0 25px;
    }
    .design02 ul li:first-child{
        margin: 0 25px 0 0;
    }
    .design02-img{
        height: 250px;
    }
}
@media screen and (min-width: 1200px){
    .design02{
        max-width: 1280px;
        margin: 0 auto 8rem;
    }
    .design02 ul{
        margin-top: 8rem;
    }
    .design02 ul li{
        width: calc((100% - 60px)/2);
        margin: 0 0 0 30px;
    }
    .design02 ul li:first-child{
        margin: 0 30px 0 0;
    }
    .design02-img{
        height: 350px;
        margin-bottom: 20px;
    }
    .design02-txt{
        padding: 0 15px;
    }
    .design02-txt h3{
        font-size: 2.3rem;
    }
}

/* design03 */
.design03{
    margin-bottom: 3rem;
}
.design03-contents-outer{
    position: relative;
    z-index: 0;
    padding: 3.5rem 0;
}
.design03-contents-outer::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: #eaeaea;
    z-index: -1;
    top: 0;
    right: 0;
}
.design03-inner{
    width: 90%;
    margin: 0 auto;
}
.design03-inner .txt-area{
    width: 90%;
    margin: 0 auto 2.5rem;
    position: relative;
}
.design03-inner .img-area{
    width: 90%;
    height: 200px;
    margin: 0 auto;
}
#page-main .design03-inner .img-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.design03-bigtxt{
    font-size: 2.3rem;
    text-align: center;
    line-height: 1.5;
}
@media screen and (min-width: 768px){
    .design03{
        margin-bottom: 7rem;
    }
    .design03-contents-outer{
        padding: 3.5rem 0;
    }
    .design03-contents-outer::before{
        width: 65%;
        height: 55%;
        right: unset;
        left: 0;
    }
    .design03-inner{
        display: flex;
        width: 100%;
    }
    .design03-inner .txt-area{
        width: 53%;
        margin-bottom: 0;
        padding: 0 5%;
    }
    .design03-inner .img-area{
        width: 48%;
        height: 300px;
        position: relative;
    }
    .design03-bigtxt{
        text-align: left;
        position: relative;
        font-size: 2.5rem;
    }
    .design03-bigtxt::before,
    .design03-bigtxt::after{
        position: absolute;
        content: "";
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: 135%;
    }
    .design03-bigtxt::before{
        background-image: url("../images/page/page/design03-1_af2.jpg");
        width: 240px;
        height: 190px;
        left: 0;
    }
    .design03-bigtxt::after{
        background-image: url("../images/page/page/design03-1_af.jpg");
        width: 130px;
        height: 190px;
        right: 20px;
        top: calc(135% + 30px);
    }
    /* reverse */
    .design03-contents-outer.reverse{
        margin-top: 5rem;
    }
    .design03-contents-outer.reverse::before{
        width: 65%;
        height: 55%;
        right: 0;
        left: unset;
    }
    .reverse .design03-inner .txt-area{
        order: 2;
    }
    .reverse .design03-inner .img-area{
        order: 1;
    }
    .reverse .design03-bigtxt::before{
        background-image: url("../images/page/page/design03-2.jpg");
        left: unset;
        right: 0;
    }
    .reverse .design03-bigtxt::after{
        background-image: url("../images/page/page/design03-2_af.jpg");
        right: unset;
        left: 0;
    }
}
@media screen and (min-width: 992px){
    .design03{
        margin-bottom: 7rem;
    }
    .design03-inner .txt-area{
        width: 50%;
    }
    .design03-inner .img-area{
        width: 50%;
        height: 390px;
    }
    .design03-bigtxt{
        font-size: 3.2rem;
    }
    .design03-bigtxt::before,
    .design03-bigtxt::after{
        top: 140%;
    }
    .design03-bigtxt::before{
        width: 320px;
        height: 210px;
    }
    .design03-bigtxt::after{
        width: 160px;
        height: 235px;
        top: calc(140% + 40px);
        right: 0;
    }
    /* reverse */
    .design03-contents-outer.reverse{
        margin-top: 6rem;
    }
}
@media screen and (min-width: 1200px){
    .design03{
        margin-bottom: 7.5rem;
    }
    .design03-contents-outer{
        padding: 8rem 0;
    }
    .design03-contents-outer::before{
        width: 70%;
    }
    .design03-inner{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .design03-inner .img-area{
        height: 600px;
    }
    .design03-bigtxt{
        font-size: 4rem;
    }
    .design03-bigtxt::before,
    .design03-bigtxt::after{
        top: 145%;
    }
    .design03-bigtxt::before{
        width: 510px;
        height: 340px;
    }
    .design03-bigtxt::after{
        width: 230px;
        height: 340px;
        top: calc(140% + 70px);
    }
    /* reverse */
    .design03-contents-outer.reverse{
        margin-top: 5rem;
    }
}

/* design04 */
.design04{
    margin-bottom: 6rem;
}
.l_scroll-slider li,
.r_scroll-slider li{
    margin: 0 0.5rem;
}
@media screen and (min-width: 768px){
    .design04{
        margin-bottom: 8rem;
    }
}
@media screen and (min-width: 992px){
    .design04{
        margin-bottom: 8rem;
    }
}
@media screen and (min-width: 1200px){
    .design04{
        margin-bottom: 12rem;
    }
}

/* design05 */
.design05{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5rem;
}
.design05 h2{
    font-size: 2.4rem;
    margin-bottom: 30px;
    text-align: center;
}
.design05 h2 span{
    display: block;
    font-size: 1.4rem;
    margin-bottom: 8px;
}
.design05 h3{
    font-size: 2rem;
    display: flex;
    align-items: center;
}
.design05 h3 span{
    background-color: #a6a6a6;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-family: 'Crimson Pro', serif;
}
.design05-contents.reverse{
    margin: 4rem 0;
}
@media screen and (min-width: 768px){
    .design05{
        margin-bottom: 7rem;
    }
    .design05 h2{
        font-size: 3rem;
    }
    .design05 h2 span{
        font-size: 1.7rem;
    }
    .design05 h3{
        margin-bottom: 10px;
    }
    .design05-contents{
        display: flex;
        align-items: center;
    }
    .design05-contents .unit01,
    .design05-contents .unit02{
        width: calc((100% - 30px)/2);
    }
    .design05-contents .unit02{
        margin-left: 30px;
    }
    /* reverse */
    .design05-contents.reverse .unit01{
        order: 2;
    }
    .design05-contents.reverse .unit02{
        order: 1;
        margin-left: 0;
        margin-right: 30px;
    }
}
@media screen and (min-width: 992px){
    .design05 h3{
        font-size: 2.3rem;
        margin-bottom: 15px;
    }
    .design05-contents .unit01,
    .design05-contents .unit02{
        width: calc((100% - 50px)/2);
    }
    .design05-contents .unit02{
        margin-left: 50px;
    }
    .design05-contents.reverse .unit02{
        margin-right: 50px;
    }
}
@media screen and (min-width: 1200px){
    .design05{
        max-width: 1140px;
        margin-bottom: 10rem;
    }
    .design05 h2{
        margin-bottom: 40px;
    }
    .design05 h3{
        font-size: 2.3rem;
        margin-bottom: 15px;
    }
    .design05-contents .unit01,
    .design05-contents .unit02{
        width: calc((100% - 60px)/2);
    }
    .design05-contents .unit02{
        margin-left: 60px;
    }
    /* reverse */
    .design05-contents.reverse .unit02{
        margin-right: 60px;
    }
}

.design06{
    background-color: #eaeaea;
    padding: 4rem 0;
}
.design06-inner{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.design06 h2{
    text-align: center;
    margin-bottom: 20px;
}
.free-flow{
    list-style: none;
}
.free-flow li{
    background-color: #fff;
    padding: 5%;
    margin-top: 3px;
}
.free-flow li:first-child{
    margin-top: 0;
}
.free-flow h3{
    margin-bottom: 10px;
}
.free-flow li .desgin06-no{
    font-size: 3rem;
    font-family: 'Crimson Pro', serif;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
    line-height: 1;
}
.free-flow li .desgin06-no::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: 0;
}
@media screen and (min-width: 768px){
    .design06{
        padding: 6rem 0;
    }
    .design06 h2{
        margin-bottom: 30px;
    }
    .free-flow li{
        display: flex;
    }
    .free-flow li .desgin06-no{
        align-self: center;
    }
    .free-flow li .desgin06-no::after{
        content: none;
    }
    .free-flow li .txt-box{
        border-left: 1px solid #000;
        margin-left: 30px;
        padding: 5px 0 5px 30px;
    }
    .free-flow li p{
        margin-bottom: 0;
    }
}
@media screen and (min-width: 992px){
    .design06-inner{
        width: 75%;
    }
    .design06 h2{
        font-size: 2.3rem;
    }
}
@media screen and (min-width: 1200px){
    .design06{
        padding: 10rem 0;
    }
    .design06 h2{
        margin-bottom: 40px;
    }
    .design06-inner{
        max-width: 1140px;
    }
}



/*******************************
/* 安心・安全の家
***************************/
.performance01{
    width: 90%;
    margin: 3.5rem auto 0;
}
.parformance01-main{
    margin-bottom: 3.5rem;
}
.parformance01-main .unit02{
    display: none;
}
.performance01 h2{
    font-size: 2.4rem;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.performance01 h2 span{
    display: block;
    font-size: 1.4rem;
    margin-bottom: 8px;
}
.performance01 h2::after{
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #000;
}
.pf-anchor-list{
    list-style: none;
    width: 80%;
    margin: 0 auto;
}
.pf-anchor-list li{
    margin-top: 2.5rem;
}
.pf-anchor-list li:first-child{
    margin-top: 0;
}
.pf-main-img{
    width: 100%;
    height: 190px;
}
#page-main .pf-main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.pf-main-txt{
    text-align: center;
    padding: 5px;
    font-size: 1.7rem;
    margin-top: 20px;
    color: #fff;
    background-color: #a6a6a6;
}
@media screen and (min-width: 768px){
    .performance01{
        width: 90%;
        margin: 8rem auto 0;
    }
    .performance01 h2{
        font-size: 3rem;
        margin-bottom: 40px;
    }
    .performance01 h2 span{
        font-size: 1.7rem;
    }    
    .parformance01-main{
        margin-bottom: 5rem;
    }
    .parformance01-main .unit01{
        text-align: center;
    }
    .pf-anchor-list{
        width: 100%;
        display: flex;
    }
    .pf-anchor-list li{
        width: calc((100% - 60px)/3);
        margin: 0 10px;
    }
}
@media screen and (min-width: 992px){
    .performance01{
        width: 80%;
        margin: 7rem auto;
    }
    .parformance01-main{
        display: flex;
        align-items: center;
        margin-bottom: 5rem;
    }
    .parformance01-main .unit01{
        text-align: left;
        width: calc((100% - 40px)/2);
        margin-right: 40px;
    }
    .parformance01-main .unit02{
        display: inline;
        width: calc((100% - 40px)/2);
    }
}
@media screen and (min-width: 1200px){
    .performance01{
        max-width: 1140px;
        margin: 8rem auto;
    }
    .performance01-main .unit01{
        width: calc((100% - 60px)/2);
        margin-right: 60px;
    }
    .performance01-main .unit02{
        width: calc((100% - 60px)/2);
    }
    .pf-main-img{
        height: 240px;
    }
    .pf-anchor-list li{
        width: calc((100% - 120px)/3);
        margin: 0 20px;
    }
}

/* pf-contents-main */
.pf-contents-main{
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 200px;
    margin-bottom: 3.5rem;
}
.pf-contents-main.block1{
    background-image: url("../images/page/page/pf-contents01.jpg");
}
.pf-contents-main.block2{
    background-image: url("../images/page/page/pf-contents02.jpg");
}
.pf-contents-main.block3{
    background-image: url("../images/page/page/pf-contents03.jpg");
}
.pf-contents-ttl{
    width: 90%;
    margin: 0 auto;
}
.pf-contents-ttl .pf-contents-no{
    color: #fff;
    font-size: 4rem;
    font-family: 'Crimson Pro', serif;
    margin-bottom: 15px;
}
.pf-contents-ttl .pf-contents-no span{
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.pf-contents-ttl h2{
    font-size: 2.3rem;
    margin-bottom: 0;
    color: #fff;
}
@media screen and (min-width: 768px){
    .pf-contents-main{
        height: 250px;
    }
    .pf-contents-ttl{
        width: 85%;
    }
}
@media screen and (min-width: 992px){
    .pf-contents-ttl{
        max-width: 1400px;
    }
    .pf-contents-ttl .pf-contents-no{
        font-size: 5.5rem;
    }
    .pf-contents-ttl h2{
        font-size: 3.2rem;
    }
    .pf-contents-main{
        margin-bottom: 4.5rem;
        height: 300px;
    }
}
@media screen and (min-width: 1200px){
    .pf-contents-main{
        margin-bottom: 5.5rem;
    }
}

/* performance-contents */
.performance-contents{
    margin-top: 6rem;
}
@media screen and (min-width: 768px){
    .performance-contents{
        margin-top: 9rem;
    }
}
@media screen and (min-width: 1200px){
    .performance-contents{
        margin-top: 12rem;
    }
}

/* pf-contents01 */
.pf-contents01,
.pf-contents02{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4rem;
}
.pf-contents03{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.pf-contents01 .unit01{
    margin-bottom: 25px;
}
.pf-contents01 .unit02 .img01{
    width: 70%;
    height: 200px;
    margin-left: auto;
}
.pf-contents01 .unit02 .img02{
    width: 170px;
    height: 140px;
    margin-top: -120px;
}
#page-main .pf-contents01 .unit02 .img01 img,
#page-main .pf-contents01 .unit02 .img02 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 768px){
    .pf-contents01{
        width: 85%;
        margin-bottom: 5rem;
    }
    .pf-contents01 .unit02 .img01{
        width: 65%;
        height: 300px;
    }
    .pf-contents01 .unit02 .img02{
        width: 300px;
        height: 220px;
        margin-top: -190px;
    }
}
@media screen and (min-width: 992px){
    .pf-contents01{
        display: flex;
    }
    .pf-contents01 .unit01,
    .pf-contents01 .unit02{
        width: calc((100% - 40px)/2);
    }
    .pf-contents01 .unit01{
        margin-right: 40px;
    }
    .pf-contents01 .unit02 .img01{
        width: 70%;
        height: 230px;
    }
    .pf-contents01 .unit02 .img02{
        width: 200px;
        height: 150px;
        margin-top: -125px;
    }
}
@media screen and (min-width: 1200px){
    .pf-contents01{
        max-width: 1280px;
        align-items: center;
        margin-bottom: 6rem;
    }
    .pf-contents01 .unit01{
        width: calc(40% - 80px);
        margin-right: 80px;
    }
    .pf-contents01 .unit02{
        width: 60%;
    }
    .pf-contents01 .unit02 .img01{
        width: 75%;
        height: 380px;
    }
    .pf-contents01 .unit02 .img02{
        width: 310px;
        height: 230px;
        margin-top: -185px;
    }
}

/* pf-contents02 */
.pf-contents02 h3{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}
.pf-contents02 ul{
    list-style: none;
    width: 80%;
    margin: 0 auto;
}
.pf-contents02 ul li{
    margin-top: 2.5rem;
}
.pf-contents02 ul li:first-child{
    margin-top: 0;
}
.pf-con02-img{
    width: 100%;
    height: 190px;
}
#page-main .pf-con02-img img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.pf-con02-txt{
    text-align: center;
    padding: 5px;
    font-size: 1.7rem;
    margin-top: 20px;
    color: #fff;
    background-color: #a6a6a6;
}
@media screen and (min-width: 768px){
    .pf-contents02{
        margin-bottom: 5rem;
    }
    .pf-contents02 h3{
        font-size: 2.5rem;
    }
    .pf-contents02 ul{
        width: 100%;
        display: flex;
    }
    .pf-contents02 ul li{
        width: calc((100% - 60px)/3);
        margin: 0 10px;
    }
}
@media screen and (min-width: 992px){
    .pf-contents02{
        width: 80%;
        max-width: 1140px;
    }
}
@media screen and (min-width: 992px){
    .pf-contents02 ul li{
        width: calc((100% - 120px)/3);
        margin: 0 20px;
    }
    .pf-con02-img{
        height: 240px;
    }
}
@media screen and (min-width: 992px){
    .pf-contents02{
        margin-bottom: 7rem;
    }
}

/* pf-contents03 */
.pf-contents03 .pf-con03-img{
    width: 100%;
    height: 300px;
}
#page-main .pf-contents03 .pf-con03-img img{
    width: 100%;
    height: 100%;
}
.pf-contents03 .pf-con03-txt{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    background-color: #a6a6a6;
    color: #fff;
    padding: 5px;
    font-size: 1.7rem;
    margin-top: 20px;
}
@media screen and (min-width: 768px){
    .pf-contents03{
        width: 85%;
    }
    .pf-contents03 .pf-con03-img{
        height: 450px;
    }
    .pf-contents03 .pf-con03-txt{
        width: 70%;
    }
}
@media screen and (min-width: 992px){
    .pf-contents03{
        width: 80%;
        max-width: 1280px;
    }
    .pf-contents03 .pf-con03-img{
        height: 550px;
    }
    .pf-contents03 .pf-con03-txt{
        width: 60%;
    }
}
@media screen and (min-width: 1200px){
    .pf-contents03 .pf-con03-img{
        height: 650px;
    }
}



/*******************************
/* アフターフォロー
***************************/
.after01{
    width: 90%;
    margin: 3.5rem auto 0;
}
.after01 h2{
    font-size: 3rem;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 25px;
}
.after01 h2 span{
    font-size: 1.7rem;
    display: block;
}
.after01 h2 span.rt{
    font-size: 3.5rem;
    color: #ff0000;
    display: inline-block;
}
@media screen and (min-width: 768px){
    .after01{
        margin: 8rem auto 0;
    }
}
@media screen and (min-width: 992px){
    .after01{
        margin: 8rem auto 0;
    }
    .after01 h2{
        font-size: 3.8rem;
    }
    .after01 h2 span{
        font-size: 2rem;
    }
    .after01 h2 span.rt{
        font-size: 4.5rem;
    }
}

/* after-contents */
.after-contents{
    width: 90%;
    margin: 5rem auto 0;
}
.after-con-inner .unit01{
    margin-bottom: 25px;
}
.after-con-inner .unit02{
    width: 100%;
    height: 250px;
}
#page-main .after-con-inner .unit02 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.after-no{
    font-size: 5rem;
    font-family: 'Crimson Pro', serif;
    color: #808080;
    position: relative;
}
.after-no span{
    background-color: #fff;
    position: relative;
    padding: 0 10px 0 0;
}
.after-no::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    bottom: 50%;
    left: 0;
    background-color: #808080;
}
.after-contents h3{
    font-size: 2.2rem;
    margin-bottom: 20px;
}
.after-con-txt{
    background-color: #a0a0a0;
    text-align: center;
    color: #fff;
    padding: 5px;
    font-size: 1.7rem;
    margin-top: 20px;
}
@media screen and (min-width: 768px){
    .after-contents{
        margin: 7rem auto 0;
    }
    .after-con-inner{
        display: flex;
    }
    .after-con-inner .unit01,
    .after-con-inner .unit02{
        width: calc((100% - 40px)/2);
    }
    .after-con-inner .unit01{
        margin-right: 40px;
    }
    .after-con-inner .unit02{
        height: auto;
        min-height: 300px;
    }
    .after-con-inner.reverse .unit01{
        margin-right: 0;
        margin-left: 40px;
        order: 2;
    }
    .after-con-inner.reverse .unit02{
        order: 1;
    }
    .after-con-txt{
        margin-top: 30px;
    }
}
@media screen and (min-width: 992px){
    .after-contents{
        width: 80%;
        max-width: 1140px;
        margin: 10rem auto 0;
    }
    .after-con-inner .unit01,
    .after-con-inner .unit02{
        width: calc((100% - 80px)/2);
    }
    .after-con-inner .unit01{
        margin-right: 80px;
    }
    .after-con-inner .unit02{
        min-height: 380px;
    }
    .after-con-txt{
        font-size: 1.9rem;
    }
}
@media screen and (min-width: 1200px){
    .after-contents{
        margin: 12rem auto 0;
    }
    
}


/*******************************
/* 会社概要
***************************/
.company-main{
    background-color: #eceae7;
    padding: 50px 0;
}
.company-main-inner{
    width: 90%;
    margin: 0 auto;
}
#page-main .company-main-inner h2{
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.5;
}
.company-main-inner .unit02{
    margin-top: 40px;
}
.daihyo-img{
    width: 100%;
    height: 400px;
}
#page-main .daihyo-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.daihyo-name{
    margin-top: 15px;
    font-size: 2rem;
    text-align: right;
    font-weight: 600;
}
.daihyo-name span{
    font-size: 1.6rem;
    font-weight: normal;
}
@media screen and (min-width: 768px){
    .company-main{
        padding: 70px 0;
    }
    .company-main-inner{
        display: flex;
    }
    .company-main-inner .unit01{
        width: 60%;
        padding-right: 40px;
    }
    .company-main-inner .unit02{
        width: 40%;
        margin-top: 0;
    }
}
@media screen and (min-width: 992px){
    .company-main-inner{
        max-width: 1200px;
    }
    .company-main-inner .unit01{
        width: 65%;
        padding-right: 60px;
    }
    .company-main-inner .unit02{
        width: 35%;
        margin-top: 0;
    }
    .daihyo-img{
        height: 450px;
    }
}
@media screen and (min-width: 1200px){
    .company-main{
        padding: 90px 0;
    }
    #page-main .company-main-inner h2{
        font-size: 3.5rem;
    }
    .company-main-inner .unit01{
        width: 70%;
        padding-right: 100px;
    }
    .company-main-inner .unit02{
        width: 30%;
    }
    .daihyo-img{
        height: 500px;
    }
}
.company-yt{
    width: 90%;
    margin: 60px auto;
}
@media screen and (min-width: 768px){
    .company-yt{
        width: 80%;
        max-width: 800px;
    }
}
@media screen and (min-width: 992px){
    .company-yt{
        margin: 90px auto  0;
    }
}

.company01{
    width: 90%;
    margin: 60px auto 0;
}
#page-main .company01 h2{
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Crimson Pro', serif;
    margin-bottom: 20px;
}
#page-main .company01 h2 span{
    font-size: 3.8rem;
    display: block;
    font-weight: 600;
}
#page-main .company01 h3{
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}
@media screen and (min-width: 768px){
    #page-main .company01 h2{
        font-size: 1.8rem;        
    }
    #page-main .company01 h2 span{
        font-size: 4.5rem;
    }
}
@media screen and (min-width: 1200px){
    .company01{
        margin: 90px auto 0;
    }
}

.company01-con{
    margin-top: 50px;
}
.rinen{
    list-style: none;
    margin-bottom: 0;
}
.rinen li{
    border-bottom: 1px solid #ccc;
    padding: 8px;
}
.rinen li:first-child{
    border-top: 1px solid #ccc;
}
.rinen-big{
    font-size: 2rem;
    font-weight: 500;
}
@media screen and (min-width: 768px){
    .rinen{
        width: 85%;
        margin: 0 auto;
    }
    .rinen li{
        padding: 10px 10px 8px;
    }
}
@media screen and (min-width: 992px){
    .company01-con{
        margin-top: 60px;
    }
    .rinen{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .rinen li{
        padding: 10px 35px 8px;
        border-right: 1px solid;
        border-bottom: none;
    }
    .rinen li:first-child{
        border-top: none;
        border-left: 1px solid;
    }
    .rinen-big{
        text-align: center;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1200px){
    .company01-con{
        width: 80%;
        margin: 50px auto 0;
        max-width: 1200px;
    }
}
.youso{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.youso-circle {
    display: inline-grid;
    color: #fff;
    background-color: #808080;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    margin: 5px;
    font-size: 1.6rem;
    line-height: 1.2;
}
.youso-circle:nth-child(1),
.youso-circle:nth-child(3),
.youso-circle:nth-child(5),
.youso-circle:nth-child(7),
.youso-circle:nth-child(9){
    background-color: #bb4d1a;
}
@media screen and (min-width: 768px){
    .youso-circle{
        width: 120px;
        height: 120px;
        margin: 10px;
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 992px){
    .youso-circle{
        font-size: 2rem;
        width: 150px;
        height: 150px;
    }
}
@media screen and (min-width: 1200px){
    .youso{
        width: 90%;
        margin: 0 auto;
    }
    .youso-circle{
        margin: 10px 20px;
    }
}
.ls-none{
    list-style: none;
}
.ls-none li{
    padding-left: 1em;
    text-indent: -1em;
}


/*******************************
/* 選ばれる理由
***************************/
/* reason01 */
.reason01{
    position: relative;
    height: auto;
    overflow: hidden;
    background-image: url("../images/ptn_grid.png");
}
.reason01-txtarea{
    width: 90%;
    margin: 40px auto;
    text-align: center;
}
.reason01-child1,
.reason01-child2{
    position: absolute;
    top: 0;
    height: 100%;
}
.reason01-child1{
    left: 0;
}
.reason01-child2{
    right: 0;
}
.reason01-child1 img.sp-none,
.reason01-child2 img.sp-none{
    display: none;
}
.reason01-ttl{
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2rem
}
@media screen and (min-width: 992px){
    .reason01-txtarea{
        width: 50%;
        margin-left: 15%;
        margin-right: unset;
        margin-bottom: 0;
        padding: 5% 5% 7%;
    }
    .reason01-child1{
        width: 15%;
    }
    .reason01-child2{
        width: 35%;
    }
    #page-main .reason01-child1 img,
    #page-main .reason01-child2 img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .reason01-child1 img.sp-none,
    .reason01-child2 img.sp-none{
        display: inline-block;
    }
    .reason01-child-sp{
        display: none;
    }
}
@media screen and (min-width: 768px){
    .reason01-ttl{
        font-size: 2.4rem;
        margin-bottom: 3rem;
    }
}
@media screen and (min-width: 992px){
    .reason01-txtarea{
        width: 50%;
        margin-left: 25%;
    }
    .reason01-child1{
        width: 25%;
    }
    .reason01-child2{
        width: 25%;
    }
    .reason01-txt{
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 1200px){
    .reason01-txtarea{
        width: 44%;
        margin-left: 28%;
    }
    .reason01-child1{
        width: 28%;
    }
    .reason01-child2{
        width: 28%;
    }
    .reason01-ttl{
        font-size: 3.7rem;
        margin-bottom: 5rem;
    }
    .reason01-txt{
        font-size: 1.7rem;
    }
}
/* reason02 */
.reason02{
    width: 90%;
    margin: 40px auto 0;
}
.reason02-ttl{
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.reason02 ul{
    width: 90%;
    margin: 0 auto;
}
.reason02 ul li{
    background: linear-gradient(to bottom right, #30343d 50% , #191d26 50%);
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 10px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
    min-height: 160px;
}
.reason02 ul li + li{
    margin-top: 15px;
}
@media screen and (min-width: 768px){
    .reason02{
        margin-top: 60px;
    }
    .reason02-ttl{
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .reason02 ul{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .reason02 ul li{
        width: calc((100% - 30px)/3);
        padding: 25px 10px;
    }
    .reason02 ul li + li{
        margin-top: 0;
    }
}
@media screen and (min-width: 992px){
    .reason02-ttl{
        font-size: 2.2rem;
    }
    .reason02 ul{
        width: 85%;
    }
    .reason02 ul li{
        width: calc((100% - 50px)/3);
    }
}
@media screen and (min-width: 1200px){
    .reason02{
        max-width: 1400px;
        margin-top: 80px;
    }
    .reason02-ttl{
        font-size: 3rem;
        margin-bottom: 40px;
    }
    .reason02 ul{
        width: 85%;
    }
    .reason02 ul li{
        width: calc((100% - 50px)/3);
        font-size: 1.8rem;
    }
}
/* arrow */
.bfaf_arrow_down{
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.bfaf_arrow_down::before{
	content: " ";
	display: inline-block;
	border-top: 45px #bb4d1a solid;
	border-right: 85px transparent solid;
	border-left: 85px transparent solid;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 1200px){
    .bfaf_arrow_down{
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
.reason03-txt{
    font-size: 1.6rem;
    margin-bottom: 15px;
    line-height: 1.4;
    text-align: center;
}
.reason03-txt.b-txt{
    font-size: 2.2rem;
}
@media screen and (min-width: 768px){
    .reason03-txt{
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .reason03-txt.b-txt{
        font-size: 3rem;
    }
}
.reason_slide{
    margin-top: 40px;
    margin-bottom: 2px;
}
.reason_slide li{
    margin-right: 2px;
}
@media screen and (min-width: 768px){
    .reason_slide{
        margin-top: 60px;
    }
}
/* reason04 */
.reason04{
    background-image: url("../images/page/page/reason_bk_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    min-height: 180px;
}
.reason04-inner{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 45px;
}
.reason04_ontext{
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.6;
}
.reason04_ontext span{
    font-size: 1.8rem;
    color: #fff;
    background-color: #d85415;
    margin-right: 5px;
    padding-right: 5px;
    padding-left: 5px;
}
@media screen and (min-width: 768px){
    .reason04{
        background-image: url("../images/page/page/reason_bk.jpg");
        min-height: 240px;
    }
    .reason04-inner{
        padding-bottom: 55px;
    }
    .reason04_ontext{
        font-size: 2rem;
    }
    .reason04_ontext span{
        font-size: 2.5rem;
        margin-left: 5px;
    }
}
@media screen and (min-width: 992px){
    .reason04{
        min-height: 300px;
    }
    .reason04-inner{
        padding-bottom: 40px;
    }
    .reason04_ontext{
        font-size: 2.3rem;
    }
    .reason04_ontext span{
        font-size: 2.8rem;
    }
}
@media screen and (min-width: 1200px){
    .reason04{
        min-height: 400px;
    }
    .reason04-inner{
        padding-bottom: 60px;
    }
    .reason04_ontext{
        font-size: 2.8rem;
    }
    .reason04_ontext span{
        font-size: 3.2rem;
    }
}

/* reason05 */
.reason05{
    width: 90%;
    margin: 60px auto 0;
}
.reason05-contents{
    margin-bottom: 30px;
}
.reason05-no{
    font-size: 4.5rem;
    font-family: 'Crimson Pro', serif;
    margin-bottom: 10px;
    line-height: 1.2;
}
.reason05-ttl{
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 15px;
}
.reason05-ttl span{
    display: block;
    font-size: 2.5rem;
    margin-left: -3px;
}
.reason05-contents .unit02{
    width: 100%;
    height: 200px;
}
#page-main .reason05-contents .unit02 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 768px){
    .reason05-contents{
        display: flex;
        margin-bottom: 45px;
    }
    .reason05-contents .unit01{
        width: 50%;
        padding: 30px;
    }
    .reason05-contents .unit02{
        width: 50%;
        height: auto;
    }
    .reason05-contents.reverse .unit01{
        order: 2;
    }
}
@media screen and (min-width: 992px){
    .reason05{
        width: 80%;
        max-width: 1200px;
    }
    .reason05-contents{
        margin-bottom: 50px;
    }
    .reason05-contents .unit01{
        padding: 40px;
    }
}
@media screen and (min-width: 1200px){
    .reason05-contents{
        margin-bottom: 60px;
    }
    .reason05-contents .unit01{
        padding: 50px;
    }
    .reason05-contents .unit02{
        width: 50%;
        height: auto;
    }
    .reason05-contents.reverse .unit01{
        order: 2;
    }
}


/*******************************
/* 資料請求
***************************/
.document_bnr{
    background-image: url("../images/page/page/shiryo_bk.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    height: 430px;
    padding: 50px 0;
    overflow: hidden;
}
.document_bnr-inner{
    width: 90%;
    margin: 0 auto;
}
.document_bnr-inner .unit01,
.document_bnr-inner .unit02{
    text-align: center;
}
.d_small{
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 15px;
}
.d_bk_txt{
    background-color: #d85415;
    color: #fff;
    padding: 1px 10px;
    display: inline-block;
    font-size: 1.55rem;
    margin-bottom: 15px;    
}
.d_big{
    font-size: 3.4rem;
    line-height: 1.3;
    margin-bottom: 15px;
}
@media screen and (min-width: 768px){
    .document_bnr{
        padding: 80px 0;
        height: 700px;
    }
    .d_small{
        font-size: 2.5rem;
    }
    .d_bk_txt{
        font-size: 2rem;
    }
    .d_big{
        font-size: 4.5rem;
    }    
}
@media screen and (min-width: 992px){
    .document_bnr{
        height: auto;
    }
    .document_bnr-inner{
        display: flex;
        align-items: center;
        width: 85%;
        margin: 0 5% 0 10%;
    }
    .document_bnr-inner .unit01{
        text-align: left;
        width: 55%;
    }
    .document_bnr-inner .unit02{
        width: 45%;
    }
}

@media screen and (min-width: 1200px){
    .document_bnr{
        max-width: 1200px;
        margin: 0 auto;
        padding: 60px 0;
    }
    .d_small{
        font-size: 2.8rem;
        margin-bottom: 25px;
    }
    .d_bk_txt{
        font-size: 2.3rem;
    }
    .d_big{
        font-size: 5rem;
    }
}

.document-contents{
    width: 90%;
    margin: 50px auto 0;
}
#page-main .document-contents h2{
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Crimson Pro', serif;
    margin-bottom: 20px;
}
#page-main .document-contents h2 span{
    font-size: 3.8rem;
    display: block;
    font-weight: 600;
}
.document-contents .main-txt{
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 1.5;
}
@media screen and (min-width: 768px){
    #page-main .document-contents h2{
        font-size: 1.8rem;        
    }
    #page-main .document-contents h2 span{
        font-size: 4.5rem;
    }
}
@media screen and (min-width: 992px){
    .document-contents{
        width: 80%;
        max-width: 1200px;
        margin: 80px auto 0;
    }
    .document-contents .main-txt{
        font-size: 1.7rem;
    }
}
.document-contents-inner ul{
    list-style: none;
    text-align: center;
    width: 90%;
    margin: 50px auto;
}
.document-contents-inner ul li{
    text-align: center;
    font-weight: bold;
    background-color: #eceae7;
    padding: 30px 15px;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
}
.document-contents-inner ul li::after{
    position: absolute;
    content: "1";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #bb4d1a;
    color: #fff;
    font-family: 'Crimson Pro', serif;
    text-align: center;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.document-contents-inner ul li:nth-child(2)::after{
    content: "2";
}
.document-contents-inner ul li:nth-child(3)::after{
    content: "3";
}
.document-contents-inner ul li + li{
    margin-top: 35px;
}
@media screen and (min-width: 768px){
    .document-contents-inner ul{
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 0;
    }
    .document-contents-inner ul::before,
    .document-contents-inner ul::after{
        position: absolute;
        content: "";
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .document-contents-inner ul::before{
        width: 120px;
        top: -160px;
        left: 0;
        background-image: url("../images/page/page/document_bf.png");
        height: 170px;
    }
    .document-contents-inner ul::after{
        width: 108px;
        top: -172px;
        right: 0;
        background-image: url("../images/page/page/document_af.png");
        height: 200px;
    }
    .document-contents-inner ul li{
        width: calc((100% - 30px)/3);
        font-size: 1.3rem;
    }
    .document-contents-inner ul li + li{
        margin-top: 0;
    }
}
@media screen and (min-width: 992px){
    .document-contents-inner ul::before,
    .document-contents-inner ul::after{
        position: absolute;
        content: "";
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .document-contents-inner ul::before{
        width: 135px;
        top: -175px;
        height: 190px;
    }
    .document-contents-inner ul::after{
        width: 120px;
        top: -190px;
        height: 230px;
    }
    .document-contents-inner ul li{
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1200px){
    .document-contents-inner ul{
        width: 85%;
    }
    .document-contents-inner ul::before{
        width: 145px;
        top: -180px;
        left: 10px;
        height: 205px;
    }
    .document-contents-inner ul::after{
        width: 130px;
        top: -200px;
        right: 10px;
        height: 245px;
    }
    .document-contents-inner ul li{
        font-size: 1.6rem;
        width: calc((100% - 50px)/3);
    }
}


.catalog-list{
    list-style: none;
    margin-bottom: 40px;
}
.catalog-list li + li{
    margin-top: 40px;
}
.catalog-img{
    border: 1px solid #ccc;
    padding: 15px;
}
#page-main .catalog-img img{
    pointer-events:none;
}
.catalog-txt{
    margin-top: 15px;
}
#page-main .catalog-list h3{
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px){
    .catalog-list{
        width: 60%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 50px;
    }
    .catalog-list li + li{
        margin-top: 50px;
    }
}
@media screen and (min-width: 992px){
    .catalog-list{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .catalog-list li{
        width: calc((100% - 40px)/3);
    }
    .catalog-list li + li{
        margin-top: 0;
    }
    #page-main .catalog-list h3{
        font-size: 1.75rem;
    }
    .catalog-list p{
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 1200px){
    .catalog-list li{
        width: calc((100% - 100px)/3);
    }
    #page-main .catalog-list h3{
        font-size: 2rem;
    }
    .catalog-list p{
        font-size: 1.4rem;
    }
}


.reserve-contents{
    width: 100%;
    margin: 4rem auto 0;
}
#page-main .reserve-contents h3{
    font-size: 2rem;
    margin-bottom: 20px;
}
.reserve_list1{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
}
.reserve_list1 li{
    background-color: #eceae7;
    padding: 20px 15px;
    width: calc((100% - 5px)/2);
}
.reserve_list1 li:nth-child(2),
.reserve_list1 li:nth-child(3){
    background-color: #e8e6e2;
}
.reserve_list1 li:nth-child(3),
.reserve_list1 li:nth-child(4){
    margin-top: 5px;
}
.reserve_list1-img{
    width: 110px;
    margin: 0 auto 5px;
}
#page-main .reserve_list1-img img{
    border-radius: 50%;
}
.reserve_list1-txt{
    line-height: 1.5;
}
@media screen and (min-width: 768px){
    .reserve-contents{
        width: 95%;
        margin-top: 6rem;
    }
    #page-main .reserve-contents h3{
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
    .reserve_list1 li{
        display: block;
        width: calc((100% - 15px)/4);
    }
    
    .reserve_list1 li:nth-of-type(odd){
        background-color: #e8e6e2;
    }
    .reserve_list1 li:nth-child(3),
    .reserve_list1 li:nth-child(4){
        margin-top: 0;
    }
    .reserve_list1-img{
        width: 130px;
        margin-bottom: 10px;
    }
    .reserve_list1-txt{
        font-size: 1.3rem;
        width: 100%;
        padding: 0;
    }
}
@media screen and (min-width: 992px){
    .reserve-contents{
        margin-top: 8rem;
    }
    #page-main .reserve-contents h3{
        font-size: 3rem;
        margin-bottom: 50px;
    }
    .reserve_list1 li{
        padding: 30px;
    }
    .reserve_list1-img{
        width: 160px;
        margin-bottom: 15px;
    }
    .reserve_list1-txt{
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1200px){
    .reserve-contents{
        max-width: 1400px;
        margin-top: 10rem;
    }
    .reserve_list1{
        margin-bottom: 10px;
    }
    .reserve_list1 li{
        width: calc((100% - 30px)/4);
        padding: 45px;
    }
    .reserve_list1-img{
        width: 200px;
        margin-bottom: 20px;
    }
    .reserve_list1-txt{
        font-size: 1.6rem;
        line-height: 1.7;
        text-align: center;
    }
}
.reserve-contents.r_bk{
    background-color: #bb4d1a;
    color: #fff;
    padding: 25px 0;
    margin-top: 0;
}
.reserve-contents.r_bk .inner{
    width: 90%;
    margin: 0 auto;
}
.reserve-contents.r_bk .inner .unit01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reserve-contents.r_bk .inner .unit01{
    margin-bottom: 20px;
}
.reserve-contents.r_bk .inner .unit01 div{
    width: calc((100% - 5px)/2);
}
.reserve-contents.r_bk .inner .unit01 div:nth-child(3),
.reserve-contents.r_bk .inner .unit01 div:nth-child(4){
    margin-top: 5px;
}
.r_bk-txt{
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: -0.2px;
    line-height: 1.4;
}
.r_bk-txt span{
    font-size: 3rem;
    display: block;
    margin-bottom: 15px;
}
.r_bk-list{
    display: flex;
    list-style: none;
    justify-content: space-between;
}
.r_bk-list li{
    width: calc((100% - 20px)/3);
    background-color: #fff;
    color: #bb4d1a;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 5px;
    border-radius: 30px;
}
@media screen and (min-width: 768px){
    .reserve-contents.r_bk{
        padding: 35px 0;
    }
    .reserve-contents.r_bk .inner{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .reserve-contents.r_bk .inner .unit01{
        margin-bottom: 0;
    }
    .reserve-contents.r_bk .inner .unit01,
    .reserve-contents.r_bk .inner .unit02{
        width: calc((100% - 30px)/2);
    }
    .r_bk-txt{
        font-size: 1.9rem;
    }
}
@media screen and (min-width: 992px){
    .reserve-contents.r_bk{
        padding: 45px 0;
    }
    .reserve-contents.r_bk .inner .unit01,
    .reserve-contents.r_bk .inner .unit02{
        width: calc((100% - 50px)/2);
    }
    .r_bk-txt{
        font-size: 2.2rem;
        margin-bottom: 35px;
    }
    .r_bk-txt span{
        font-size: 3.5rem;
    }
    .r_bk-list li{
        font-size: 1.8rem;
        width: calc((100% - 45px)/3);
    }
}
@media screen and (min-width: 1200px){
    .reserve-contents.r_bk .inner .unit01,
    .reserve-contents.r_bk .inner .unit02{
        width: calc((100% - 70px)/2);
    }
    .r_bk-txt{
        font-size: 3rem;
    }
    .r_bk-txt span{
        font-size: 4.5rem;
        margin-bottom: 25px;
    }
    .r_bk-list{
        width: 85%;
    }
    .r_bk-list li{
        font-size: 2rem;
    }
}
.reserve-bnr{
    margin: 0 auto;
}
@media screen and (min-width: 768px){
    .reserve-bnr{
        padding: 0 15px;
        width: 90%;
        max-width: 1200px;
    }
}

.reserve_place{
    width: 90%;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.reserve_place li + li{
    margin-top: 40px;
}
.place{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
}
.place-detail{
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.place-detail div{
    width: calc((100% - 15px)/2);
}
.place-detail div a{
    background-color: #fff;
    color: #000;
    border-radius: 40px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 5px;
    border: 1px solid #000;
}
@media screen and (min-width: 768px){
    .reserve_place li + li{
        margin-top: 70px;
    }
    .place{
        font-size: 2.2rem;
        margin-top: 20px;
        line-height: 1.5;
    }
    .place-detail{
        width: 70%;
        margin-top: 20px;
    }
}
@media screen and (min-width: 992px){
    .reserve_place{
        display: flex;
        justify-content: space-between;
    }
    .reserve_place li{
        width: calc((100% - 80px)/3);
    }
    .reserve_place li + li{
        margin-top: 0;
    }
    .place{
        font-size: 2rem;
    }
    .place-detail{
        width: 90%;
    }
}
@media screen and (min-width: 1200px){
    .reserve_place{
        width: 100%;
    }
}
.reserve-contents .gray-box{
    padding: 20px;
    margin-bottom: 3rem;
}
#page-main .reserve-contents .gray-box h2{
    margin-bottom: calc(3rem + 3px);
}
#page-main .reserve-contents .gray-box h2 .f-eng{
    font-family: 'Crimson Pro', serif;
    font-size: 4.5rem;
    font-weight: 500;
    display: block;
}
#page-main .reserve-contents .gray-box h2 .f-jp{
    font-size: 1.6rem;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}
.reserve-contents .gray-box ul{
    list-style: none;
    margin-bottom: 0;
}
.reserve-contents .gray-box ul li{
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (min-width: 768px){
    .reserve-contents .gray-box{
        padding: 30px;
        width: 90%;
        margin: 0 auto;
        }
    #page-main .reserve-contents .gray-box h2 .f-eng{
        display: inline;
        margin-right: 10px;
    }
}
@media screen and (min-width: 992px){
    .reserve-contents .gray-box{
        margin-bottom: 5rem;
    }
}
@media screen and (min-width: 1200px){
    .reserve-contents .gray-box{
        max-width: 1170px;
        margin-bottom: 6rem;
    }
}
.reserve-flow{
    display: flex;
    justify-content: space-between;
    margin: 25px auto 0;
    max-width: 300px;
}
.reserve-flow div{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 50%;
    background-color: #808080;
}
.reserve-flow div:first-child{
    background-color: #bb4d1a;
    position: relative;
}
.reserve-flow div:first-child::after{
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-left: 20px #bb4d1a solid;
    border-top: 13px transparent solid;
    border-bottom: 13px transparent solid;
    right: -10px;
}
@media screen and (min-width: 768px){
    .reserve-flow{
        margin: 25px 0 0 auto;
    }
}
@media screen and (min-width: 1200px){
    .reserve-flow-area{
        display: flex;
        align-items: end;
    }
    .reserve-contents .gray-box ul{
        width: calc(100% - 300px);
    }
    .reserve-flow{
        width: 300px;
    }
}


.br-xl{
    display: none;
}
@media screen and (min-width: 1200px){
    .br-xl{
        display: block;
    }
}


/*+++++++++++++++++
プライバシーポリシー
******************/
.privacy-main-txt2 {
  margin-bottom: 50px;
}
.privacy-con {
  margin-bottom: 50px;
}
.privacy-con-inner {
  margin-bottom: 20px;
}
.privacy-list {
  margin-left: 20px;
  margin-bottom: 15px
}
.privacy-list li {
  margin-left: 20px;
  list-style: disc;
}
.privacy-list li:first-child {
  list-style: none;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .privacy-con {
    margin-bottom: 60px;
  }
}
.indices {
  margin-left: 20px;
}
.indices li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 10px;
}
.indices li.annotation {
  padding-left: 2.9em;
  text-indent: -2.9em;
  margin-bottom: 5px;
}
.indices li:last-child {
  margin-bottom: 0;
}

.login_icon{
    text-align: center;
    margin-bottom: 30px;
}
.login_icon img{
    width: 50px;
}
.login-area{
    background-color: #eee;
    padding: 40px 30px 30px;
    margin-top: -50px;
}
@media screen and (min-width: 768px) {
    .login-area{
        padding: 40px 20px 30px;
    }
}

#page-main .reason_imglink a:hover img{
    opacity: 1;
}
