@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

/************************************
** pages
************************************/
/* staying */
.slider-wrap_staying div#n2-ss-3 .nextend-arrow-animated-fade {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.wrap_staying01 {
  margin-top: 60px;
}

.wrap_staying01 .img-wrap img {
  height: auto;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.wrap_staying01 .text-wrap {
  padding: 15px 0;
}

.wrap_staying01 .text-wrap ul {
  margin-top: 0;
  padding-left: 1em;
}

.text_staying01 {
  font-size: .875rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}

.text_staying02 {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 60px;
}

.text_staying02 .large {
  font-size: 1.125rem;
  display: block;
}

.text_staying02 .arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  display: block;
  width: 70px;
  height: auto;
  pointer-events: none;
}

.wrap_staying02 .price-wrap {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}

.wrap_staying02 .price-wrap .text01 {
  margin: .5em auto;
}

.wrap_staying02 .price-wrap .large02 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f8ad3b;
  display: inline-block;
}

.wrap_staying02 ul.list_caution {
  display: table;
  margin: 0 auto;
  margin-bottom: 60px;
}

/* socialization */
.wrap_socialization01 {
  margin-top: 70px;
}

.wrap_socialization01 .heading_brd-b01 {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.wrap_socialization01 .img-wrap img {
  height: auto;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.video-wrap_socialization01 {
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 40px;
  max-width: 500px;
}

.video-wrap_socialization01 iframe {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.wrap_row_socialization01 ul {
  margin-top: 0;
  padding-left: 1em;
}

.img-wrap_code {
  border: 1px solid #d6d6d6;
}

.img-wrap_code img {
  height: auto;
}

/* present */
.present-wrap {
  width: 100%;
  margin-top: 70px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.present-wrap .img-wrap img {
  height: auto;
}

.present-wrap .text-wrap {
  padding: 15px 0;
}

.present-wrap .text-wrap p {
  margin: 0;
}

/* support */
.img-wrap.img-wrap_support {
  width: 100%;
  max-width: 400px;
  height: 285px;
  margin: 0 auto;
  margin-top: 50px;
}

.img-wrap.img-wrap_support img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

/* compensation */
.price-wrap {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.price-wrap p {
  margin: 0 auto;
}

.price-wrap .large {
  font-size: 1.25rem;
}

.price-wrap.price-wrap01 {
  margin-top: 60px;
}

@media screen and (min-width: 569px) {
	.wrap_row_socialization01 .column-r {
	    margin-right: 0 !important;
	}
}

@media screen and (min-width: 769px) {
	.wrap_staying01 .wrap_row .column-r,
	.wrap_socialization01 .wrap_row .column-r,
    .present-wrap .wrap_row .column-2 {
	    margin-right: 0 !important;
	}
}

@media screen and (max-width: 1200px) {
  .slider-wrap_staying div#n2-ss-3 .n2-ss-slider-1{
    min-height: 370px !important;
  }
}

@media screen and (max-width: 1100px) {
  .slider-wrap_staying div#n2-ss-3 .n2-ss-slider-1{
    min-height: 350px !important;
  }
}

@media screen and (max-width: 992px) {
  .wrap_staying01 {
    margin-top: 40px;
  }
  
  .wrap_socialization01 {
    margin-top: 50px;
  }
  
  .video-wrap_socialization01 {
    margin-top: 50px;
  }

  .present-wrap {
    margin-top: 50px;
  }
  
  .price-wrap.price-wrap01 {
    margin-top: 40px;
  }
  
  .img-wrap.img-wrap_support {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
 .slider-wrap_staying div#n2-ss-3 .n2-ss-slider-1{
    min-height: 300px !important;
  }
  
  .wrap_staying01 .text-wrap {
    padding: 0;
  }
  
  .wrap_staying01 .text-wrap ul {
    margin-bottom: 0;
  }
  
  .video-wrap_socialization01 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  
  .present-wrap {
    padding: 10px 30px 15px;
  }

  .present-wrap .text-wrap {
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
 .slider-wrap_staying div#n2-ss-3 .n2-ss-slider-1{
    min-height: 280px !important;
  }
}

@media screen and (max-width: 568px) {
 .slider-wrap_staying div#n2-ss-3 .n2-ss-slider-1{
    min-height: 260px !important;
  }
  
  .wrap_staying02 .price-wrap .large02 {
    font-size: 1.125rem;
  }
  
  .img-wrap_code {
    margin: 0 auto;
    max-width: 200px;
  }
}

@media screen and (max-width: 480px) {
 .slider-wrap_staying div#n2-ss-3 .n2-ss-slider-1{
    min-height: 230px !important;
  }
  
  .wrap_staying02 ul.list_caution {
    margin-bottom: 50px;
  }
  
  .present-wrap {
    padding: 10px 20px 15px;
  }
  
  .img-wrap.img-wrap_support {
    height: 250px;
  }
}

@media screen and (max-width: 450px) {
 .slider-wrap_staying div#n2-ss-3 .n2-ss-slider-1{
    min-height: 200px !important;
  }
}

@media screen and (max-width: 400px) {
 .slider-wrap_staying div#n2-ss-3 .n2-ss-slider-1{
    min-height: 180px !important;
  }
}

@media screen and (max-width: 375px) {
  .price-wrap {
    padding: 25px 15px;
  }

  .price-wrap p {
    font-size: .875rem;
  }

  .price-wrap .large {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 350px) {
 .slider-wrap_staying div#n2-ss-3 .n2-ss-slider-1{
    min-height: 160px !important;
  }
}

/************************************
** layout
************************************/
.container500,
.container650 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container500 {
  max-width: 500px;
}

.container650 {
  max-width: 650px;
}

.wrap_row,
.wrap_row2 {
	display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.column-1 {flex:1;}
.column-2 {flex:2;}
.column-3 {flex:3;}
.column-4 {flex:4;}
.column-5 {flex:5;}
.column-6 {flex:6;}
.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6 {
  margin: 0 20px;
}

.order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

@media screen and (min-width: 569px) {
	.wrap_row2 > div:first-child {
	    margin-left: 0 !important;
	}
	.wrap_row2 > div:last-child {
	    margin-right: 0 !important;
	}
}

@media screen and (min-width: 769px) {
	.wrap_row > div:first-child {
	    margin-left: 0 !important;
	}
	.wrap_row > div:last-child {
	    margin-right: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	.wrap_row {
	   -webkit-flex-direction: column;
	   flex-direction: column;
	}

  .wrap_row .column-1,
	.wrap_row .column-2,
	.wrap_row .column-3,
	.wrap_row .column-4,
	.wrap_row .column-5,
	.wrap_row .column-6 {
	    margin: 20px 0;
	}

  .wrap_row .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .wrap_row .order-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 568px) {
  .wrap_row2 {
     -webkit-flex-direction: column;
     flex-direction: column;
  }

  .wrap_row2 .column-1,
	.wrap_row2 .column-2,
	.wrap_row2 .column-3,
	.wrap_row2 .column-4,
	.wrap_row2 .column-5,
	.wrap_row2 .column-6 {
	    margin: 20px 0;
	}

  .wrap_row2 .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .wrap_row2 .order-2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

/************************************
** background
************************************/
.bg_wh {
  position: relative;
  background: #fff;
}

@media screen and (max-width: 992px) {
  .bg_wh01 {
    padding: 0 0 70px;
  }
}

/************************************
** heading
************************************/
.heading_band01 {
  font-size: 1.5625rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 2em 0 1.2em;
  padding: .5em;
  background: #7fbfff;
  border: none;
  border-radius: 27px;
}

.heading_band01.org {
  background: #f7ac3b;
}

.heading_brd-b01 {
  font-size: 1.375rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: .7em;
  padding-bottom: .6em;
  border-bottom: 1px solid #d6d6d6;
}

.heading_brd-b01:after {
  display: none;
}

.heading_brd-b01 .sub {
  position: relative;
  font-size: .875rem;
  color: #c7c7c7;
  line-height: 1;
  margin-bottom: 1em;
  padding-left: 1.3em;
  display: block;
}

.heading_brd-b01 .sub:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  content: "";
  width: 10px;
  height: 10px;
  background: #7fbfff;
}

.heading_brd-b01.org .sub:before {
  background: #f7ac3b;
}

.heading_brd-l01 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  margin-top: 3em;
  margin-bottom: 1.5em;
  padding-left: .7em;
  padding-bottom: 0;
  border: none;
  border-left: 7px solid #7fbfff;
}

.heading_brd-l01:after {
  display: none;
}

@media screen and (max-width: 992px) {
  .heading_band01 {
    font-size: 1.375rem;
  }

  .heading_brd-b01 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 568px) {
  .heading_brd-l01 {
    margin-bottom: .5em;
  }
}

@media screen and (max-width: 480px) {
  .heading_band01 {
    font-size: 1.25rem;
  }

  .heading_brd-b01 {
    font-size: 1.125rem;
  }

  .heading_brd-b01 .sub {
    font-size: .75rem;
  }
  
  .heading_brd-l01 {
    font-size: 1rem;
  }
}

/************************************
** image
************************************/
.img-wrap {
  line-height: 0;
}

.img-wrap img {
  width: 100%;
  margin: 0;
  display: block;
  pointer-events: none;
}

/************************************
** list
************************************/
ul.list_caution {
  list-style: none;
  margin: 0;
  margin-top: 1em;
  padding: 0;
  display: block;
}

ul.list_caution > li {
  position: relative;
  font-size: .875rem;
  margin: 0 0 .1em;
  padding-left: 1.2em;
  display: block;
}

ul.list_caution > li:last-child {
  margin: 0;
}

ul.list_caution > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

/************************************
** iframe
************************************/
.video-wrap {
  position: relative;
  width: 100%;
}

.video-wrap:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-grid .grid-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.layout-2632 .element_1631082766217 {
    margin: 10px 0 0px !important;
}
.layout-3035 .element_1633960129947 {
    font-size: 12px;
}
h3.front-page-h3 {
	font-size: 18px;
	border-bottom: 0;
}
h3.front-page-h3::after {
  border-bottom: 0;
}
dl.accordion-box dt.ttl　{
	display: block;
	margin-bottom: 15px !important;
}
dl.accordion-box dt:hover {
	cursor: pointer;
}
.prBlock .prBlock_icon_outer {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.prBlock_icon_outer {
    border: 1px solid #7fbfff;
}
feature-h1 {
		font-size: 22px;
  background: #7FBFFF ;
  box-shadow: 0px 0px 0px 5px #7FBFFF  !important ;
  border: dashed 2px white !important ;
  padding: 0.2em 0.5em !important ; 
}


/* 記事背景に色指定がある場合 */

#container #content {
   background: transparent;
}
/* 見出しのデザイン */

feature-h3 {
    position: relative;
    margin: 10px;
    padding: 8px 25px 8px 25px;
    background: none;
    text-transform: uppercase;
    font-size: 140%;
    font-weight: bold;
    border: 2px solid #333;
    border-radius: 3em .5em 2em .5em/.4em 2em .5em 3em;
}

feature-h3:before,
feature-h3::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px #82B6E3;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

feature-h3::before {
    background-color: #82B6E3;
    left: 0;
    top: 4px;
    z-index: -1;
}

feature-h3::after {
    background-color: #82B6E3;
    top: 5px;
    left: 5px;
    z-index: -2;
}
/* BOXデザイン */

.box16{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.box16 p {
    margin: 0; 
    padding: 0;
}

/* h4デザイン */
feature-h4 {
margin: 0;
font-size: 16px;
position: relative;
display: inline-block;
background-color: #feeaac;
padding: 15px;
color: #1E73BE;
}

feature-h4:before {
content: '';
background-color: #b3b3b3;
display: block;
position: absolute;
left: 50%;
height: 60%;
top: 26%;
z-index: -1;
width: 46%;
box-shadow: 0 0 12px 12px #b3b3b3;
transform: rotate(3deg);
}

/*投稿ページアイキャッチ消し*/
.veu_autoEyeCatchBox{
	display:none;
}

/* =====================

見出し（H2）のサイズとスタイルの変更（スマホ表示時）

===================== */

@media (max-width: 992px) {
	
h2 {
	font-size: 1.6rem;
	}	

h2.has-background {
	padding: 0.6em 0.8em;
	}

}

/* =====================

見出し（H3）のサイズ変更（スマホ表示時）

===================== */

@media (max-width: 992px) {

h3 {
	font-size: 1.4rem;
	}

}

/* =====================

「スタッフ紹介」ページ：人名の文字サイズ変更（スマホ表示時）

===================== */

@media (max-width: 992px) {

.vk_staff .vk_staff_text .vk_staff_text_name {
	font-size: 1.4rem;
	}
	
}