@charset "utf-8";

  .p-yuryo-content {
    padding: 0 15px;
    margin: 0 auto;
    font-family: var(--ff-noto-sans);
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .ttl {
    line-height: 1.5;
  }
  .ttl_color h3 .ttl {
      padding:45px 20px 45px 120px;
      display: block;
  }
  .p-page-point01 dt, .p-page-point02 dt, .p-page-point03 dt {
    border-bottom: 4px solid #F38B38;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-family: var(--ff-noto-sans);
    letter-spacing: 0.04em;
    font-weight: bold;
    font-size: 23px;
  }
  .p-page-point01 dl, .p-page-point02 dl, .p-page-point03 dl {
    padding-bottom: 60px
  }
  .ttl_color {
    background-color: #F38B38;
    font-size: 30px;
    font-weight: bold;
    color:#fff;
    letter-spacing: 0.08em;
    margin-top: 60px;
  }
  .p-page-about .lead {
    margin: 0 auto;
    padding-top: 50px;
  }
  .ttl_color .p-yuryo-content{
      position: relative;
  }
    /*point01*/
    .note {
		font-size: 14px;
		font-weight: 300;
		display: block;
		padding-top: 8px;
		line-height: 1.8;
	}
	.p-page-point01 .ttl_color h3 .ttl::before{
		position: absolute;
		content: "";
		background:url("../img/yuryojutaku/icn_pt01.png") no-repeat;
		width: 80px;
		background-size:cover;
		display: block;
		height: 70px;
		left:30px;
		top: 50%;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);
	}
    /*point02*/
	.p-page-point02 .ttl_color h3 .ttl::before{
		position: absolute;
		content: "";
		background:url("../img/yuryojutaku/icn_pt02.png") no-repeat;
		width: 80px;
		background-size:cover;
		display: block;
		height: 70px;
		left:30px;
		top: 50%;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);
	}
    a.underline {
		color: var(--primary-brown);
    }
	a.underline:hover {
		text-decoration: underline;
    }
    span.font_orange {
      color:#E9771B;
    }
    span.font_bigorange {
      color:#E9771B;
      font-size: 20px;
    }  
      span.moji_maker {
      background: linear-gradient(transparent 65%, #FFE647 65%);
      }
    span.moji_tag {
      font-size: 15px;
      font-weight: bold;
      background-color: #FAF7F2;
      padding: 3px 10px 3px 10px;
      margin-left: 15px;
    }    
    p.moji_note {
    color: #665546;
    font-size: 15px;
    font-weight: bold;
    margin-left: -5px;
    margin-bottom: 15px;    
	}
    .p-yuryo-content h4 {
        background-color: #F38B38;
        font-size: 21px;
        color: #ffff;
        font-weight: bold;
        margin: 20px 0 35px;
        padding: 8px 0 8px 40px;
      } 
        .p-yuryo-content h4 span {
        position: relative;
        display:inline-block;
		margin-top: 3px;
      } 

      .p-yuryo-content h4 span::before {
        content: "";
        display: block;
        width: 5px;
        height: 17px;
        background-color: #fff;
        position: absolute;
        left: -20px;
        top: 52%;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);  
      }
      .p-yuryo-content h4 {
        margin: 20px 0 35px;
        padding: 3px 0 8px 33px;
      }
    .p-yuryo-content h4 span::before {
        height: 14px;
        left: -17px;
    }

    
    /*point03*/
    	.p-page-point03 .ttl_color h3 .ttl::before{
		position: absolute;
		content: "";
		background:url("../img/yuryojutaku/icn_pt03.png") no-repeat;
		width: 80px;
		background-size:cover;
		display: block;
		height: 70px;
		left:30px;
		top: 50%;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);
	}
    .p-page-point03 .pt_lead {
        padding-bottom: 60px;
	}
    /*sodan*/
	.p-page-sodan .inner_left {
		max-width: 452px;
		flex-basis:47% ;
	}
	.p-page-sodan .inner_right {
		padding: 10px 0 ;
		max-width: 478px;
		flex-basis:48% ;
	}
	.p-page-sodan .inner_right h3 {
		font-size: 26px;
		font-weight: bold;
		padding-bottom: 10px;
	}
	.p-single-contact {
		margin-top: 30px;
	}
    /*seno*/
	.p-page-seno {
		padding-top: 40px;
	}
	.p-page-seno h3 {
		max-width: 340px;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.p-page-seno dl {
		position: relative;
		background-color: #FAF7F2;
		padding: 23px 0;
		text-align: center;
		margin-bottom: 30px;
	}
	a.seinou_btn {
        position: relative;
        display: block;
	}

	.p-page-seno dl::after {
		content: "";
		background: url("../img/yuryojutaku/icn_arrow.png") no-repeat;
		position: absolute;
		width: 52px;
		height: 52px;
		display: block;
		background-size: cover;
		right: 0;
		top: 50%;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);
	}
    .p-page-seno a {
        display: block;
    }
	.p-page-seno dt {
		font-size: 23px;
		color :#E9771B;
		font-weight: bold;
		line-height: 1.4;
	}
	.p-page-seno dd {
		font-size: 17px;
	}
    .p-page-sodan {
		padding: 100px 0 200px;
	}
@media (min-width: 1000px) {
  .nopc {
      display: none;
  }
  .p-yuryo-content {
      padding: 0 30px;
      max-width: 1060px;
  }
  .p-yuryo-content .lead {
      margin-bottom: 50px;
      line-height: 1.8;
      letter-spacing: 0.06em;
  }
  .pt_lead {
      padding-top: 40px;
      padding-bottom: 40px;
      line-height: 1.8;
	}
	/* about */
	.ttl_color {
      margin-top: 50px;
	}
	.p-page-about {
      padding: 60px 0;
	}
	.p-page-about .p-yuryo-content {
      position: relative;
      max-width: 1440px;
	}
	.p-page-about .p-yuryo-content::before {
      content: "";
      background: url("../img/yuryojutaku/img_about_left.png") no-repeat;
      position: absolute;
      width: 26%;
      height: 100%;
      background-size: contain;
      display: block;
      top:20px;
      left: 0;
	}
	.p-page-about .p-yuryo-content::after {
      content: "";
      background: url("../img/yuryojutaku/img_about_right.png") no-repeat;
      position: absolute;
      width: 25.5%;
      height: 100%;
      background-size: contain;
      display: block;
      top:20px;
      right: 0;
	}
	.p-page-about h2 {
      margin: 0 auto;
      max-width:373px ;
	}
	.p-page-about .lead {
      max-width:460px ;
	}
	.ttl_color h3 .ttl_img {
      position: absolute;
      right:0;
      top:35px;
      max-width: 428px;
	}
	/*point01*/
	.p-page-point01 .pt_lead {
      max-width: 522px;
	}
    .p-page-point01 .tokyu {
      max-width: 830px;
      margin: 0 auto;
      padding: 30px 0 80px;
    }
	.flex_box_col3 {
      display: flex;
      justify-content: space-between;
      width: 100%;
/*       flex-wrap: wrap; */
	}
	.flex_box_col2 {
      display: flex;
      justify-content: space-between;
      width: 100%;
      flex-wrap: wrap;
	}
	.flex_box_col1 {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
	}
	.flex_box_col3 dl {
		flex-basis: 48%;
		max-width: 478px;
	}
	.flex_box_col2 dl {
		flex-basis: 48%;
		max-width: 478px;
	}
	.flex_box_col1 dl {
      flex-basis: 100%;
	}
	/*point02*/
    .p-page-point02 .pt_lead {
		max-width: 540px;
	}
	.p-page-point02 {
		padding-bottom: 30px;
	}
	.illust {
      position: relative;
	}
	.illust div {
      position: absolute;
      top: 0;
      right: 20px;
      width: 210px;
    }
    a.seinou_btn:hover {
        opacity: 0.85;
	}
	
}
@media screen and (max-width: 999px) {
    .nosp {
      display: none;
    }
	.p-page-about h2 {
      max-width: 400px;
      margin: 0 auto;
	}
	.ttl_img.nopc {
      display: block;
      padding: 34px 20px 30px;
	}
	.p-page-about div.nopc {
      text-align: center;
	}
	.p-page-about .lead {
      padding: 30px 0;
    }
    /*point01*/
	.p-page-point01 .pt_lead {
      padding-bottom: 30px;
	}
	.p-page-point01 .tokyu {
      padding-bottom: 30px;
	}
	/*point02*/
	.p-page-point02 .pt_lead {
      padding-bottom: 30px;
	}
	.illust div {
      max-width: 240px;
      margin: 30px auto 0;
	}
	.p-page-point03 .pt_lead {
      padding: 30px 0;
	}
	.p-page-sodan .inner_left, .p-page-sodan .inner_right {
      max-width: 452px;
      margin: 0 auto;
	}
	.p-page-sodan {
		padding: 60px 0 120px;
	}
}
@media screen and (max-width: 767px) {
	.pb0 {
      padding-bottom: 0 !important;
	}
	.p-yuryo-content {
      font-size: 1.4rem;
	}
	.p-yuryo-content h4 {
      margin: 10px 0 20px;
      font-size: 1.8rem;
    }
	.p-page-point01 .ttl_color h3 .ttl::before ,.p-page-point02 .ttl_color h3 .ttl::before ,.p-page-point03 .ttl_color h3 .ttl::before{
      width: 48px;
      height: 42px;
      left: 14px;
      top: 50%;
	}
    
	.ttl_color h3 .ttl {
      padding:20px 0 20px 62px;
    }
	.p-yuryo-content .ttl {
      font-size: 2.1rem;
	}
	.p-page-about h2 {
      max-width: 290px;
	}
	/*point01*/
    .note {
		font-size: 1.2rem;
	}
	
	
    .p-page-point01 dt, .p-page-point02 dt, .p-page-point03 dt {
        border-bottom: 3px solid #F38B38;
        padding-bottom: 2px;
        font-size: 1.7rem;
    }
	.p-page-point01 dl, .p-page-point02 dl, .p-page-point03 dl {
        padding-bottom: 30px;
    }
	/*point02*/
	
    span.moji_tag {
      font-size: 1.2rem;
      padding: 2px 6px;
      margin-left: 6px;
    }
    span.font_bigorange {
      font-size: 1.9rem;
      line-height: 1;
    }
	p.moji_note {
      font-size: 1.3rem;
      margin-bottom: 5px;
    }
	.p-page-seno .p-yuryo-content {
		padding: 0;
	}
	
	.p-page-seno dt {
	font-size: 1.7rem;
	}
	.p-page-seno dd {
	font-size: 1.4rem;
	}
	.p-page-seno h3 {
	max-width: 270px;
	}
	.p-page-seno dl::after {
	width: 40px;
	height: 40px;
	}
	
}
	
@media (max-width: 640px) {
    .p-concept-fade-inner .box .caption {
      font-size: 1.3rem;
      padding: 10px;
    }
}
@media (min-width: 1000px){

  .p-single-about {
      padding-bottom: 60px;
  }

  .p-single-about .head {
      padding-bottom: 45px;
  }

  .p-single-about .head p {
      font-size: 1.8rem;
  }

  .p-single-about .head .logo {
      margin: 20px auto 0;
      max-width: inherit;
  }

  .p-single-about .col {
      display: flex;
      justify-content: space-between;
  }

  .p-single-about .detail {
      width: 49%;
      max-width: 470px;
      margin: 0;
  }

  .p-single-about .thumbnail {
      width: 49%;
      max-width: 470px;
  }

  .p-single-about .catch {
    font-size: 3.6rem;
  }

  .p-single-about .price strong {
      font-size: 5.2rem;
  }

  .p-single-about .lead {
    font-size: 1.5rem;
    margin-bottom: 50px;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }


  .p-single-heading {
      letter-spacing: 0.06em;
      font-size: 1.3rem;
      margin-bottom: 30px;
  }

  .p-single-heading span {
      font-size: 4.4rem;
      margin-bottom: 10px;
  }

  .p-single-movie {
    padding: 80px 0 100px;
  }

  .p-single-movie .youtube {
    max-width: 760px;
    margin: 0 auto 20px;
    height: 410px;
  }

  .p-single-movie .lead {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }

  .p-single-subheading {
      font-size: 2.8rem;
      padding: 20px 0;
  }

  #js-works-slider {
    margin-bottom: 60px;
  }
  #js-works-slider .slick-dots
  {
      bottom: -50px;
  }
  #js-works-slider .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 10px;
  }

  .p-single-works {
    padding-bottom: 100px;
  }

  .p-single-option {
    padding-bottom: 80px;
  }

  .p-single-option .col {
    margin: 80px auto 0;
  }

  .p-single-option .col::after{
    content:"";
    display: block;
    max-width: 310px;
    width: 32%;
  }

  .p-single-option .col .box {
      max-width: 310px;
      width: 32%;
      margin-bottom: 50px;
  }

  .p-single-other .heading {
      font-size: 2rem;
      padding: 22px 0;
      letter-spacing: 0.08em;
  }


  .p-single-option .col .box p {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 20px;
  }

  .p-single-plan {
    padding-bottom: 80px;
  }

  .p-single-plan::before {
    height: calc(100% - 30px);
  }

  .p-single-plan .tab {
      width: 180px;
      font-size: 1.6rem;
      min-height: 50px;
      padding: 13px 0 0;
  }


  .p-single-plan .tab + .tab {
    margin-left: 20px;
  }

  .p-single-plan .panel-area {
    border-top: solid 6px #665546;
    padding: 35px 60px;
  }

  .p-single-plan .txt {
      position: relative;
      padding-left: 120px;
  }

  .p-single-plan .txt span {
      position: absolute;
      left: 0;
      top: 0;
      width: 90px;
      height: 60px;
      font-size: 1.6rem;
      margin: 0;
  }

  .p-single-plan .txt span strong {
      font-size: 3.6rem;
  }

  .p-single-plan .txt p {
      font-size: 1.4rem;
  }
  .p-single-plan .pic {
      margin: 40px auto 30px;
  }

  .p-single-plan .info {
      padding: 20px 30px;
      display: flex;
      align-items: center;
      margin-bottom: 20px;
  }

  .p-single-plan .info .list {
      margin-top: 0;
  }

  .p-single-plan .price {
      font-size: 1.6rem;
      padding: 0 40px 0 50px;
  }


  .p-single-plan .price strong {
      font-size: 4.8rem;
  }

  .p-single-plan .panel .lead {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
  }

  .p-concept-slider-inner {
    width: 1120px;
    padding: 0 60px;
  }


  .p-concept-slider-parent {
      position: absolute;
      width: 100%;
      top: 0;
      padding: 0;
      left: 0;
  }


  .p-concept-slider-pic {
      width: 600px;
      margin: 0 0 0 auto;
  }

  .p-concept-fade {
    width: 1000px;
    margin: 0 auto;
    z-index: 1;
  }

  .p-concept-fade-content {
    width: 100%;
  }

  .p-concept-fade-inner {
    width: 50%;
    padding: 0;
    max-width: 470px;
    min-height: 430px;
    position: relative;
    z-index: 2;
  }

  .p-concept-fade-inner .box {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    text-align: center;
    min-height: 130px;
    padding: 40px 0 0;
  }

  .p-concept-fade-inner .box .caption {
      padding: 0 20px 20px;
      font-size: 2.1rem;
  }

  .p-concept-double {
    min-height: 430px;
    padding: 0;
  }

  .p-single-concept {
    padding-bottom: 60px;
  }

  .p-single-concept::before {
    height: calc(100% - 30px);
  }

}



/* @media (max-width: 413px){

    #js-concept-slider .p-slider-next {
        bottom: -115px;
    }

    #js-concept-slider .p-slider-prev {
        bottom: -115px;
    }
}

@media (max-width: 375px){

  .p-concept-fade-inner {
    min-height: 590px;
  }
} */
