@charset "UTF-8";

/* -----------------------------------------------
 *  	      LLH top.css
 * ----------------------------------------------- */

/* ---------- mainvisual ---------- */
article.top_mainvisual_area{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
    background-image: url(img/mainvisual_sp.jpg); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    background-size: 99.9%;
    background-position: top;
    margin-top: 120px;
}
article.top_mainvisual_area::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
}


@media only screen and (min-width: 375px) {
article.top_mainvisual_area{
    background-image: url(img/mainvisual_sp.jpg);
    height: 85vh;
    margin-top: 50px;
}
}

@media only screen and (min-width: 390px) {
article.top_mainvisual_area{
    background-image: url(img/mainvisual_sp.jpg);
    height: 80vh;
    margin-top: 50px;
}
}

@media only screen and (min-width: 768px) {
article.top_mainvisual_area{
    background-image: url(img/mainvisual.jpg);
    height: 40vh;
    margin-top: 120px;
}
}

@media only screen and (min-width: 1048px) {
article.top_mainvisual_area{
    background-image: url(img/mainvisual.jpg);
    height: 80vh;
}
}

@media only screen and (min-width: 1200px) {
article.top_mainvisual_area{
    height: 90vh;
    background-image: url(img/mainvisual.jpg);
}
}

@media only screen and (min-width: 1400px) {
article.top_mainvisual_area{
    height: 100vh;
    background-image: url(img/mainvisual.jpg);
}
}

@media only screen and (min-width: 1800px) {
article.top_mainvisual_area{
    height: 110vh;
    background-image: url(img/mainvisual.jpg);
}
}

.content_area{
padding-top: 0 !important;
}


article.top_mainvisual_area h1{
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}
svg.svg_mainvisual_logo{
    display: block;
    width: 1100px;
    height: 80vh;
    margin: 50% auto 0;
    fill: #fff;
}

.top_mainvisual_area img{
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
z-index: 3;
	}


p.svg_mainvisual_text{
    text-align: center;
    font-size: 3.4rem;
    font-weight: normal;
    margin: 40px 0 0 0;
    letter-spacing: 8px;
}
div.top_mainvisual_copy{
    position: absolute;
    left: 0; top:0; bottom: 0;
    width: 120px;
    background-color: var(--color-orange);
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    z-index: 2;
}
div.top_mainvisual_copy span{
    font-size: 1rem;
    position: absolute;
    display: block;
    width: 20px;
    left: 0; right: 0;
    bottom: 20px;
    margin: auto;
    transform: rotate(180deg);
}

/* 768px */
@media only screen and (max-width: 48em) {
    article.top_mainvisual_area h1{
        font-size: 1.6rem;
        font-weight: bold;
    }

.top_mainvisual_area img{
  width: 70%;
	}

    svg.svg_mainvisual_logo{
        width: 200px;
        height: 200px;
        margin: 50px auto 0;
    }
    p.svg_mainvisual_text{
        font-size: 3.0rem;
        margin: 40px 0 0 0;
        letter-spacing: 8px;
    }
    div.top_mainvisual_copy{
        display: none;
    }
}
/* 480px */
@media only screen and (max-width: 1024px) {

    article.top_mainvisual_area h1{
        font-size: 1.6rem;
        font-weight: bold;
    }
    svg.svg_mainvisual_logo{
        width: 180px;
        height: 180px;
        margin: 30px auto 0;
    }
    p.svg_mainvisual_text{
        font-size: 2.5rem;
        margin: 30px 0 0 0;
        letter-spacing: 8px;
    }
    div.top_mainvisual_copy{
        display: none;
    }
    div.content_area {
        padding-top: 0;
    }
}

/* =====================UL SLIDER LIST===================== */
/* slider 01 onlyPadding*/
ul.slider{

}
ul.slider li{
	margin: 0;
	padding: 0 5px;
}
.banner_title{
display: block;
width: 140px;
margin: 15px auto 15px;
text-align: center;
font-size: 28px;
font-size: 2.8rem;
line-height: 1.5;
letter-spacing: 1.5px;
font-family: 'Noto Sans JP', sans-serif, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-weight: bold;
border-bottom: solid 3px var(--color-orange);
}


/* このページのボタンサイズ */
.slick-dots li button:before{
	font-size:40px!important;
}
.slick-dots li{
	width:40px!important;
}
.slick-dots{
	bottom: -30px!important;
}

.slide_link{
background: #CCC;
text-align: center;
padding: 3px 3px; 
}


/* 480px */
@media only screen and (max-width: 30em) {
.slick-dots{
    margin-bottom: -20px !important;
}
}

ul.people_index_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}


/* btn_line 予約ボタン width100% */
.btn_line{
	width: 100%;
	}
.btn_line a{
	display: block;
	width: 100%;
	font-size: 18px;
    font-weight: bold;
	padding: 30px 0;
	letter-spacing: 1.3px;
	line-height: 1;
	text-align: center;
	background-color: #00B900 ;
	vertical-align: middle;
	color: #fff;
	background-image: url(./svg/svg_icon_btn_01.svg);
	background-repeat:no-repeat;
	background-position: right 10px center;
	background-size: 15px 30px;
	transition: all 0.3s;
	text-decoration: none;
    border-radius: 10px;
	}
.btn_line a:hover{
	background-position: right 3px center;
	}
    
.btn_line_end{
	display: block;
	width: 100%;
	font-size: 18px;
    font-weight: bold;
	padding: 30px 0;
	letter-spacing: 1.3px;
	line-height: 1;
	text-align: center;
	background-color: #CCC ;
	vertical-align: middle;
	color: #fff;
	background-image: url(./svg/svg_icon_btn_01.svg);
	background-repeat:no-repeat;
	background-position: right 10px center;
	background-size: 15px 30px;
	transition: all 0.3s;
	text-decoration: none;
    border-radius: 10px;
	} 
    

/* 001 各項目-大見出し a:sp表示*/
h3.heading3_001{
	margin:0 0 20px 0;
	padding:0;
	font-size:2.4rem;
	font-size:24px;
    line-height:1.6;
    border-left:5px solid #000000;
	}
/* 768px */
@media only screen and (max-width: 48em) {
h3.heading3_001{
	font-size:1.8em;
	font-size:18px;
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
h3.heading3_001{
	font-size:1.6em;
	font-size:16px;
	}
}

/* 002 topページ各項目-小見出し a:sp表示*/
h3.heading3_002{
	margin:0 0 20px 0;
	padding:0;
	font-size:1.6rem;
	font-size:16px;
    line-height:1.6;
    border-left:5px solid #000000;
	}
/* 768px */
@media only screen and (max-width: 48em) {
h3.heading3_002{
	font-size:1.4em;
	font-size:14px;
	}
}

/* txt_list_01 style-squer */
ul.txt_list_01{
    list-style: square;
    padding: 0 0 0 20px;
}
ul.txt_list_01 li span{
    font-weight: bold;
}

/* txt_list_02 contact-list */
ul.txt_list_02{
    list-style: none;
    font-size: 1.4rem;
    font-size: 14px;
}


/* フローブロック */
.flow_box{
	display: flex;
	flex-wrap: nowrap;
    margin: 0;
	padding: 0;
	text-decoration: none;
    padding-bottom: 50px;
    background-image: url("svg/svg_flow_arrow.svg");
    background-size: 10% 40%;
    background-repeat: no-repeat;
    background-position: center bottom;
	}
.no_arrow {
    padding-bottom: 0px !important;
	}
    
.flow_box .flow_box_l{
	width: 150px;
    margin: 0;
    background-color: #98b6b1;
    text-align:center;
    padding:15px 0;
	}
.flow_box .flow_box_l strong{
	font-size: 1.8rem;
    color: #fff;
	}
/* 480px */
@media only screen and (max-width: 30em) {
.flow_box .flow_box_l{
	display: flex;
	justify-content: left;
	align-items: center;
	width: calc(100% - 150px);
    margin: 0;
	padding: 15px;
	}
.flow_box .flow_box_l strong{
	font-size: 1.6rem;
    line-height: normal;
    vertical-align: middle;
	}
}    

.flow_box .flow_box_r{
	display: flex;
	justify-content: left;
	align-items: center;
	width: calc(100% - 150px);
	background-color: #fff;
    margin: 0;
	padding: 15px;
	}
.flow_box .flow_box_r strong{
	font-size: 1.8rem;
	}

/* 480px */
@media only screen and (max-width: 30em) {
.flow_box .flow_box_r strong{
	font-size: 1.6rem;
    line-height: normal;
	}
}

/* 480px */
@media only screen and (max-width: 30em) {
	.flow_box .flow_box_l{
		width: 80px;
		margin: 0;
		padding: 0;
		}
	.flow_box .flow_box_r{
		width: calc(100% - 80px);
		padding: 10px;
		}
    .small_img img{
    width: 55% !important;
    }
}


/* voice */
.voice_box{
	display: flex;
	flex-wrap: nowrap;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
	}
.voice_box .voice_box_img{
	width: 30%;
	margin: 0 10px 0 0;
	}
.voice_box .voice_box_txt{
	width: 70%;
	}
.voice_box .voice_box_txt span.voice_box_cat{
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 3px var(--color-orange);
	font-weight: bold;
	font-size: 1.4rem;
	}

.voice_box .voice_box_img_tate{
	width: 15%;
	margin: 0 70px 0 0;
	}

.voice_icon{
font-size: 14px;
padding: 2px 15px;
margin: 0 0 10px;
border-radius: 4px;
color: #fff;
background-color: #e15a2b;
width: 300px;
left: 0;
display: block;
}

/* 480px */
@media only screen and (max-width: 30em) {
	.voice_box{
		display: block;
		margin-bottom: 30px;
		padding: 30px;
		}
	.voice_box .voice_box_img{
		width: 100%;
		margin: 0 0 20px 0;
		}
	.voice_box .voice_box_txt{
		width: 100%;
		}
	.voice_box .voice_box_img_tate{
	width: 60%;
	margin: auto;
	}
}


/* 480px */
@media only screen and (max-width: 30em) {
    div.main_area {
        padding-top:20px!important;
    }
}


/* 吹き出し */
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e15a2b;
  border-radius: 30px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e15a2b;
}

.balloon1 p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #fff;
}
/* 吹き出し */


/* 下からふわっとアニメーション設定 */
.animation {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
.animation.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.8s;
}

.end_title_001{
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: normal;
}
.end_title_001 span{
  font-size: 1.8rem;
}
/* 480px */
@media only screen and (max-width: 30em) {
.end_title_001{
  font-size: 2.0rem;
}
.end_title_001 span{
  font-size: 1.6rem;
}
}

/* ======================parts====================== */

/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}