@charset "utf-8";
/* CSS Document */


/*HOMEここから*/
.modaal-gallery-control {
  margin-bottom: -80px;
}
.wrapper_photo {
  height: 70vh !important;
}
.gallery-list {
padding-left:0;
}
.works_photo {
  max-width: 984px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.works h5:before {
  font-size: 15vw;
  top: -20px;
}
.price_wrapper {
  max-width: 984px;
  margin: auto;
}
.price_wrapper_box > p {
  margin: 0;
}
/*縦線ここから*/
.vertical_line {
  display: flex;
}
.vertical_line div {
  height:20px;
  margin: 0 auto;
}
.vertical_line01 {
  border-right: solid 1px #333;
}
/*縦線ここまで*/

.kv .wrapper_photo {
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, #fff 100%), url(img/kv_photo.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
  height:400px;
}
.kv_point {
  position: relative;
  padding: 20px 0 30px;
  border: 1px solid #FFEEDD;
  background: #FFEEDD;
  margin: 15px auto;
  width: 85vw;
  max-width: 500px;
}
.kv_point:before,
.kv_point:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  border-top: 4px dotted #FFC5A3;
}
.kv_point:before {
  top: 6px;
}

.kv_point:after {
  bottom: 6px;
}
.kv_point li {
  position: relative;
  line-height: 3.0rem;
  text-align: left;
  padding-left: 4.6rem;  
}
.kv_point li::before {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 1.8rem;
  width: 10px;
  height: 5px;
  border-left: 3px solid #9c9c9c;
  border-bottom: 3px solid #9c9c9c;
  transform: rotate(-45deg);
}
.kv_menu {
  background: url(img/wood.jpg);
    background-size: cover;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: soft-light;
    padding: 50px 40px;
    margin: 40px 0;
    font-size: 2.0rem;
}
.kv_menu li {
  line-height: 4.0rem;
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}
.kv_menu li a {
  font-weight: 600;
}
.kv_menu li a:after {
  content: "";
   display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.0rem;
  height: 1.0rem;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 10px;
}
.icon {
  max-width: 50px !important;
  max-height: 50px !important;
  margin: 10px;
  object-fit: cover;
}
.works {
  margin-top: 80px;
}
.works > ul {
     background: url(img/wood.jpg);
    background-size: cover;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: soft-light;
    padding: 50px 0;
    margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  font-size: 2.0rem;
} 
.works ul li a {
  padding: 0;
  margin: 0 20px;
  font-weight: 600;
}
.works_family:before, .works_business:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 28px;/*画像の幅*/
  height: 28px;/*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  margin-top:-9px;
}
.works_family:before {
  background-image: url("img/family.png");  
}
.works_business:before {
  background-image: url("img/business.png");
}
.works_photo img {
  width: 40vw;
  height: 40vw;
  max-width: 350px;
  max-height: 350px;
  object-fit: cover;
  margin: 5px;
}
.works_photo ul {
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  font-size: 2.0rem;
}
.works_photo ul li a {
  margin: 0;
}
.location > p {
  margin-bottom: 40px;
}
.studio, .business, .contact{
  margin-bottom: 80px;
}
.location01, .location03 {
  background: url(img/yellow.jpg);
  background-size: cover;
  background-color: rgba(255,255,255,0.7);
  background-blend-mode: soft-light;
  padding: 80px 0;
}
.location02, .location04 {
    background: url(img/logo.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.9);
    background-position: 150% 100%;
    background-blend-mode: soft-light;
    padding: 80px 0;
    margin-bottom: 0px !important;
}
.location04 {
  padding-bottom: 120px;
}
.family {
  margin-bottom: 100px !important;
}
.studio {
  background: url(img/white.jpg);
    background-size: cover;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: soft-light;
    padding: 80px 0;
}
.studio div {
  background: url(img/studio_img.jpg) no-repeat center;  
} 
.profile {
  padding: 80px 16px 140px;
      background: url(img/logo.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.9);
    background-position: 150% 100%;
    background-blend-mode: soft-light;
    margin-bottom: 0px !important;
}
.profile div {
  background: url(img/business_img.jpg) no-repeat center;
  background-size: 80vw;
}
.studio div, .profile div {
  min-height: 200px;
  width: 80vw;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
}
/* 画像を暗くするオーバーレイ */
.studio div::before, .profile div::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.6);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.studio div p, .profile div p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.event {
      background: url(img/yellow02.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    padding: 80px 0 220px;
  position: relative;
}
.event:after {
      content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20vh 100vw;
    border-color: transparent transparent #ffffff transparent;

}
.family, .business {
  margin-bottom: 120px;
}
.area_img {
  width: 95%;
  object-fit: cover;
  margin: 0 auto;
}
.price {
  margin-bottom: 20px;
}
.price_family {
      background: url(img/yellow.jpg);
  margin-top: 40px;}
.price_business {
  padding: 60px 0;
}
.price_family, .price_business {
      background-size: cover;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: soft-light;
}
.price_family, .price_business_profile, .price_business_event {
    padding: 60px 16px;
}
.price_family_location > p, .price_business_profile > p, .price_business_event > p {
  font-size: 1.8rem;
}
.price_business_profile {
  margin-bottom: 60px;
}
 .price_business_title, .price_family_title {
      padding: 0;
    margin: 0 20px 40px;
    font-weight: 600;
    font-size: 2.2rem;
    text-decoration: none;
    color: #333;}
.price_business_event {
  background: url(img/yellow02.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}
.price_wrapper {
  margin-bottom: 40px;
}
.price_wrapper_box01 img {
  max-width: 70px;
  max-height: 70px;
  margin-top: 20px;
}
.price_wrapper_box02 img {
  max-width: 50px;
  max-height: 50px;
  margin-top: 20px;
}
.price_wrapper_box {
  display: flex;
  justify-content: center;
}
.price_wrapper_box01 p{
background: url(img/brush_beige.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;  
}
.price_wrapper_box02 p{
background: url(img/brush_pink.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;  
}
.price_price01 {
  font-size: 2.0rem;
}
.price_price02 {
  font-size:  2.4rem;
}
.price_small {
  font-size: 1.4rem;
}
.price > .strong {
  font-size: 2.2rem;
}

.price_table {
  width: 90%;
  border-collapse: collapse;
  margin: 0 16px !important;
  max-width: 984px;
}
.price_table tbody {
  border: solid 0.5px #FFC5A3;
}
.price_table tr{
  border-bottom: dotted 0.5px #FFC5A3;
}

.price_table tr:last-child{
  border-bottom: none;
}

.price_table th{
  position: relative;
  text-align: left;
  width: 50%;
  background-color: #FFEEDD;
  color: #333;
  padding: 10px;
}

.price_table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #FFEEDD;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.price_table td{
  text-align: left;
  width: 70%;
  background-color: #fff;
  padding: 10px;
}
.price_small {
  text-align: left;
  font-size: 1.2rem;
}
.price_small span:before {
  content:'※';
  margin-left: -1rem;
}
.schedule p {
  text-align: right;
}
.schedule img {
  max-width: 40vw;
}
.schedule {
    background: url(img/schedule.jpg);
    background-size: cover;
    background-color: rgba(255,255,255,0.1);
}
.schedule_wrapper {
    background-color: rgba(255,255,255,0.9);
    margin: 0 16px;
    padding: 20px 0;
}
.flow_wrapper {
  display: flex;
  justify-content: center
}
.icon_small {
  max-width: 30px !important;
  max-height: 30px !important;
  margin: 43px 0 10px;  
}
.allow {
  max-width: 30px !important;
  max-height: 30px !important;
  margin: 40px;  
}
/***　おしゃれテーブル１　パステルカラー ***/
 
.schedule_table {
 width:100%;
 table-layout: fixed;
 border: none !important;
 border-collapse: separate;
 border-spacing: 7px 0px;
}
  
.schedule_table tbody td {
   border: none !important;
  background-color:#FFF !important;
  border-bottom: solid 2px #f9f9f9 !important;
  font-size: 2.0rem;
  vertical-align: middle;
}
 
/* ヘッダー */
.schedule_table thead th {
 font-weight: bold;
 border-radius: 10px 10px 0px 0px;
}

/* フッター（比較表と色つけたとき用） */
.schedule_table tfoot td {
 border-radius: 0 0 10px 10px;
}
 
 
/* ボディ項目 */
.schedule_table th {
 background: #FFFBD5;
 font-weight: bold;
 border-bottom: solid 2px #f9f9f9 !important;
 line-height:2.8rem;
  padding: 6px;
}
 
/* フッター項目 */
.schedule_table tfoot th {
 background:none;
 line-height:3em;
 font-weight: bold;
}


 
/* ボディデータ */
.schedule_table tbody td {
 text-align:center;
}
 
/* ヘッダー行　１列ごとの色変え */
.schedule_table thead th {
  background: #FFFBD5;
}
.schedule_table thead th:nth-child(1)  {
 background:#fff;
}

.schedule_table thead th:nth-child(7)  {
 background: #123479;
  color: #fff;
}
.schedule_table thead th:nth-child(8)  {
 background: #be2221;
  color: #fff;
}
.schedule_table tr td:nth-child(7) {
  background-color: #F9FAFE !important;
}
.schedule_table tr td:nth-child(8) {
  background-color: #FDF9F9 !important;
}
 
/* 最終行のボーダーをなくす */
.schedule_table tbody tr:last-child th,
.schedule_table tbody tr:last-child td {
 border-bottom:none !important;
}

/* スマホ調整 */
@media (max-width: 767px) {
  .schedule_table thead th,
  .schedule_table tbody th {
  }
  .schedule_table tfoot td {
  padding:0;
  font-size:0.9em;
  }
.schedule_table tfoot td:nth-child(2) {
   font-size:1em;
  }
  
}

/*（共通）　項目の多いテーブルの幅を調整*/
@media (max-width: 767px) {
 .col6t th,
 .col6t td{
 font-size:0.4em;
 padding: 10px 0px;
 }
 .col5t th,
 .col5t td{
 font-size:0.5em;
 padding: 10px 0px;
 }
 .col4t th,
 .col4t td{
 font-size:0.7em;
 padding: 10px 5px;
 }
 .col3t th,
 .col3t td{
 font-size:0.8em;
 padding: 10px 10px;
 }
}
@media only screen and (max-width: 1140px) {
  .modaal-gallery-control { 
  background: rgba(100,100,100,0.7) !important;}
  }
.area {
  background: url(img/wood.jpg);
  background-size: 160%;
  background-color: rgba(255,255,255,0.2);  
}
.area, .schedule {
  background-blend-mode: soft-light;
  position: relative;
  padding-top: 160px;
  padding-bottom: 200px;
}
.area::after, .schedule::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20vh 100vw;
    border-color: transparent transparent #ffffff transparent;
}
.area p, .schedule p {
  text-align: left;
}

.area::before, .schedule::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20vh 0 0 100vw;
    border-color: #fff transparent transparent transparent;
}
.flow {
  padding: 80px 16px 40px;
    background: url(img/logo.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.9);
    background-position: 150% 100%;
    background-blend-mode: soft-light;
    margin-bottom: 0px !important;
}
.flow ol {
  margin: 60px auto 120px;;
}
.flow li {
  list-style: none;
  margin: 0 16px;
}
.flow ol li p {
  border: solid 3px #FFEEDD;
  text-align: left;
}
.flow_wrapper {
  background: #FFEEDD;
  border-radius: 30px 30px 0 0;
  padding: 0 60px;
}
  .flow_wrapper_address img {
    vertical-align: middle;
  }
  .flow_wrapper_address {
    line-height: 5.4rem;
  }
.flow_step {
	font-size: 2.0rem;
}

.flow_step span {
	display: flex;
	align-items: center;
	color: #be2221;
	font-size: 18px;
	text-transform: uppercase;
}

.flow_step span::after {
	content: '';
	display: inline-block;
	margin-left: 20px;
	width: 40px;
	height: 1px;
	background-color: #be2221;
}
.serif_yuka {
  position: relative;
  display: inline-block;
  margin: 80px 16px 1.5em;
  padding: 30px;
  text-align: center;
  color: #333;
  background: #FFFBD5;
  border-radius: 50%;
  box-sizing: border-box;
  max-width: 460px;
}

.serif_yuka:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 80px;
  margin-top: -15px;
  border: 35px solid transparent;
  border-left: 30px solid #FFFBD5;
  z-index: 0;
  -webkit-transform: rotate(110deg);
  transform: rotate(110deg);
}  
.wrapper_yuka {
  width: 50vw;
  margin-right: 0;
}
.yuka {
  width: 100%;
  max-width: 280px;
  margin-left: -20vw;
}

@media(min-width:768px) {
  .studio > div, .profile > div {
  max-width: 600px;
  height: 400px;
}

  .price_table {
    max-width: 700px;
    margin: 0 auto !important;
  }
  .schedule_wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
  }
  .schedule_wrapper > p {
    text-align: center;
  }
  .flow > p {
    margin-bottom: 70px;
  }
  .flow ol {
    max-width: 600px;
    margin: 0 auto;
  }
  .flow h6 {
    margin: 0;
  }
  .flow ol li:first-child p {
    text-align: left;
  }
  .flow_wrapper_address {
    margin: 70px;
  }

}

/*HOMEここまで*/