﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#40220f;
	background: #FAF5EF;
	-webkit-font-smoothing: antialiased;
	font-family: "Zen Maru Gothic", serif!important;
}
img{max-width: 100%;
	height:auto;
	vertical-align:bottom;/* 隙間をなくす */
	}
.center{text-align: center;}
.right{text-align: right;}
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}

/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}

/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #489b37;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: 0px;
	background: #FFF;
}
.header_in{
	width: 98%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 0px 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_r{width: 60%;}
.logo{width: 38%;}
.logo img{
	width: 100%;
	max-width: 400px;
}
ul.h_telmail{
	display: flex;
	justify-content: flex-end;
}
.h_tel{max-width: 350px;}
.sp_tel{border: none !important;}
.nav_tel{
	max-width: 600px;
	width: 80%!important;
	margin: 0 auto;
}

@media screen and (max-width:1000px){
.header_in{padding: 10px 0px 15px;height: 100px;}
ul.h_telmail{display: none;}
.logo{width: 60%;padding: 10px;}
.header_r{width: 30%;}
}

@media screen and (max-width:600px){
.header_in{
	width: 95%;
	height: 60px;
	}
.logo{width: 70%;}
.header_r{width: 30%;}
}


/* -------------------ヘッダーBTN　/フェイズでも使用-------------- */
.mail_btn{
	background: #EF7557!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFFFFF!important;
	font-size: 16px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.mail_btn a:hove{
	background:#FB8E73!important;
}
.mail_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.mail_btn i{padding-right: 5px;}


@media screen and (max-width:1000px){

}
/*SP メールボタン-----------------------------------------*/
.mail_sp{
border: none !important;
}
.mail_spbtn{
	background: #EF7557;
	padding: 1em 1em;
	font-size: 18px !important;
	font-weight: bold !important;
	border-radius: 60px;
	margin-top: 10px;
}
.mail_spbtn i{padding-right: 5px;}
.mail_spbtn a:link,
.mail_spbtn a:visited {
	color:#FFF!important;
	text-decoration:none;
}
.mail_spbtn li a:hover,
.mail_spbtn li a:active{
	color:#FFF!important;
}


/*=============================
		footer
=============================*/
footer{
	width: 100%;
	background: #dfeab3;
}
.footer_in{
	width: 100%;
	max-width: 1124px;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0px 20px;
	box-sizing: border-box;
}

.f_copy{
	font-size:12px;
	text-align:center;
	padding:30px 0px 0px;
}
ul.footer_ul{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.f_logo{
	text-align:center;
	margin:0 auto 30px;
	max-width: 500px;
}
.f_txt{
	text-align: center;
	font-size: 13px;
	line-height: 150%;
	max-width: 800px;
	width: 80%;
	margin: 0 auto 50px;
}

@media screen and (max-width: 800px) {
footer{
	width: 100%;
	background: #d9e898 url(../img/base/bg2_sp.png) repeat-x top;
}
.footer_in{
	padding: 50px 0px 100px;
}
.f_copy{
	font-size:10px;
	padding:15px 0px 0px;
}
.f_logo{
	width:60%;
	margin:0 auto;
	padding:10px 0px 20px;
}
.f_txt{
	font-size: 11px;
	margin: 0 auto 10px;
}
}

/*fooder_menu（もくじ）-----------*/
ul.f_menu{
	margin-top:20px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 12px;
	line-height:130%;
	padding:0px 10px;
}
ul.f_menu li i{padding-right: 5px;}

ul.f_menu li a:link,
ul.f_menu li a:visited,
ul.f_menu li a:hover,
ul.f_menu li a:active {
	color: #422626;
	text-decoration:none;
}
@media screen and (max-width: 800px) {
	ul.f_menu{display:none;}
}


/*fooder_SP-----------*/
.footer_sp{display: none;}
@media screen and (max-width: 800px) {
.footer_sp{
	display: block;
	position: fixed;
	bottom: 0;
	background: #284d28;
	padding: 10px;
	z-index: 1000;
	width: 100%;
	}
ul.footer_sp_menu{
	display: flex;
	align-items: flex-end;
}
ul.footer_sp_menu li{
	width: 25%;
	text-align: center;
	font-size: 25px;
}
ul.footer_sp_menu li span{
	font-size: 12px;
	display: block;
	text-decoration: none;
	}
.span_shop{padding-top: 7px;}
	
ul.footer_sp_menu li a:link,
ul.footer_sp_menu li a:visited {
	color: #fff;
	text-decoration: none;
}
ul.footer_sp_menu li a:hover,
ul.footer_sp_menu li a:active{
	color: #727272;
	text-decoration: none;
}
}



/*=============================
		BG
=============================*/
.bg_space{padding: 100px 0px 150px;}/*スペースのみ*/


.bg1{
  	width: 100%;
	background: url("../img/base/bg1_r.png")no-repeat right top,url("../img/base/bg1_l.png")no-repeat left bottom ;
	background-size: 650px;
	padding: 150px 0px;
}
.bg2{/*背景グリーン*/
	background: #dfeab3;
	padding: 100px 0px;
}
.all_box{padding: 150px 0px;}

@media screen and (max-width: 1000px) {
.bg1{
  	width: 100%;
	background: url("../img/base/bg1_r.png")no-repeat right top,url("../img/base/bg1_l.png")no-repeat left bottom ;
	background-size: 450px;
}
.all_box{padding: 100px 0px;}
}

@media screen and (max-width: 600px) {
.bg_space{padding: 50px 0px;}
.bg1{
  	width: 100%;
	background: url("../img/base/bg1_r.png")no-repeat right top,url("../img/base/bg1_l.png")no-repeat left bottom ;
	background-size: 300px;
	padding: 100px 0px;
}
.bg2{/*背景グリーン*/
	padding: 50px 0px;
}
.all_box{padding: 60px 0px;}
}

/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 190%;
	color: #000000;
}
.S2{
	font-size:18px;
	line-height: 190%;
	color: #000000;
}
.S b{font-weight: bold;}
.M{
	font-weight: bold;
	color: #0B79C4;
	font-size: 23px;
	line-height: 160%;
	margin-bottom: 10px;
}
.L{
	font-weight: bold;
	color: #6b4017;
	font-size: 25px;
	line-height: 150%;
	margin: 0px 0px 20px;
}
.point{color:#F84400;}
.point2{color:#F84400;}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.green{color:#1f8515;}
.blue{color:#0B79C4;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #FFF899 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:12px;line-height: 180%;}
.S2{font-size:16px;line-height: 180%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:18px;line-height: 180%;}
}
/*=============================
		title
=============================*/
.title{
	text-align: center;
	margin-bottom: 50px;
}
.title h2{
	color: #284d28;
	font-size: 50px;
	font-family: "Varela Round", sans-serif;
	letter-spacing: 1px;
	margin-bottom: 15px;
	border-bottom:  solid 2px #284d28;
	display: inline-block;
}
.title p{
	font-size: 23px;
	letter-spacing: 5px;
	color: #284d28;
}

@media screen and (max-width: 800px) {
	.title h2{font-size: 40px;}
	.title p{font-size: 20px;}
}
@media screen and (max-width: 600px) {
	.title{margin-bottom: 30px;}
	.title h2{font-size: 35px;}
	.title p{font-size: 16px;letter-spacing: 2px;}
}


/*title白--------------------------------*/
.title_w{}
.title_w h2{
	color: #FFF;
	border-bottom:  solid 2px #FFF;
}
.title_w p{
	color: #FFF;
}



/*=============================
		title　（2nd用）
=============================*/
/*title　下に線があるデザイン------------*/
.title1{
	position: relative;
	overflow: hidden;
	font-size:28px;
	padding: 10px;
	margin-bottom: 30px;
}
.title1::before,
.title1::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.title1:before{
	border-bottom: 5px solid #22454D;
	width: 100%;
}
.title1:after{
	border-bottom: 5px solid #85A858;
	width: 100%;
}

@media screen and (max-width: 800px) {
.title1{
	font-size:25px;
	padding: 7px;
}
}
@media screen and (max-width: 500px) {
.title1{
	font-size:20px;
	padding: 5px;
}
}


/* 緑枠title -------------------------------------------*/
.title_1{
	background: #85A858;
	color: #FFF;
	font-size: 22px;
	padding: 5px 30px 5px 15px;
	margin-bottom: 10px;
	display: inline-block;
}

@media screen and (max-width: 600px) {
.title_1{
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 5px;
}
}



/*=============================
		PT ページタイトル
=============================*/

.pt{
	background:url("../vegas/slider2.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt2{
	background:url("../vegas/slider1.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt3{
	background:url("../vegas/slider3.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt4{
	background:url("../vegas/slider6.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt5{
	background:url("../vegas/slider5.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt6{
	background:url("../vegas/slider7.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt6:before,
.pt5:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3); /*半透明のフィルターをかける*/
}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h1{
	color: #FFFF!important;
	font-family: "Varela Round", sans-serif;
	font-size: 45px;
	line-height: 160%;
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
}

@media screen and (max-width: 600px) {
.pt,.pt2,.pt3,.pt4,.pt5,.pt6{
	padding: 50px 0px 120px; /*背景画像の高さを確保*/
	background-attachment: scroll;
}
.pt-inner h1{font-size: 30px;}
.pt-inner p{font-size: 18px;}
}



/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
	right: 5%;
  bottom: 5%;
  background: #a0ba09;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 1000px) {
#page_top{
	display: none;
}
}


/*=============================
		ボタン　
=============================*/
.btn1{
	background-color:#85A858;
	color:#FFF!important;
	padding: 1.3em 2.3em;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	transition: all .2s;/* ふんわり */
}
.btn1 i{padding-left: 15px;}
.btn1 a:link,
.btn1 a:visited {
	color:#FFF!important;
	text-decoration: none;
}
.btn1:hover,
.btn1:active {
	opacity: 0.5;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
@media screen and (max-width: 600px) {
.btn1{font-size:16px;padding: 1em 2em;}
}/*600*/


/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	margin:0 auto 30px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color:#FFFFFF;
    font-size:16px;
	line-height:140%;
}
table.type01 th {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
}
table.type01 th br{display: none;}
table.type01 td {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:left;
}
.nowrap{white-space: nowrap;}

@media screen and (max-width: 800px) {/*タブレット*/
table.type01{font-size:14px;}
table.type01 th,
table.type01 td{
	display: block;
	text-align: center;
	}
table.type01 th br{display: block;}
}

/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
	height:700px;
	overflow:hidden;
	font-size:0;
	align-items: center;
}
.vegas_text{
	max-width: 1300px;
	width: 90%;
	margin: 230px auto;
	}
.vegas_text img{
	width: 100%;
	max-width: 800px;
}

@media screen and (max-width: 1000px) {
#vegas_box{height:600px;}
.vegas_text{margin: 200px auto 0px;}
.vegas_text img{width: 80%;}
}
@media screen and (max-width: 700px) {
#vegas_box{height:450px;}
.vegas_text{margin: 170px auto 0px;}
.vegas_text img{width: 90%;}
}
@media screen and (max-width: 500px) {
#vegas_box{height:350px;}
.vegas_text{margin: 140px auto 0px;}
.vegas_text img{width: 100%;}
}

/*----------------------スクロールボタンの指定-------------------*/
.scroll{
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  }
.scroll a{
    position: relative;
    display: inline-block;
    font-size: 20px;
	letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 50px;
	}
.scroll :before{/*矢印を作成する*/	
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      animation: move 2s infinite;
    }

@keyframes move {/*矢印をアニメーションする*/
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(45deg) translate(0, 0);
  }
}

@media screen and (max-width: 1000px) {
	.scroll{display: none;}
}

/*=============================
		波アニメーション
=============================*/

.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  bottom:0;
  position:absolute;
  left:0px;
}

.parallax1 > use {
	animation: move-forever1 10s linear infinite;
  &:nth-child(1) {animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {transform: translate(85px, 0%);}
  100% {transform: translate(-90px, 0%);}
}
@keyframes move-forever2 {
  0% {transform: translate(-90px, 0%);}
  100% {transform: translate(85px, 0%);}
}
@keyframes move-forever3 {
  0% {transform: translate(85px, 0%);}
  100% {transform: translate(-90px, 0%);}
}
@keyframes move-forever4 {
  0% {transform: translate(-90px, 0%);}
  100% {transform: translate(85px, 0%);}
}

/*=============================
		共通
=============================*/

.p_top{
	padding-top: 50px;
}
.box{
	width: 95%;
	max-width:1000px;
	margin:0 auto;
	padding-bottom:30px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_in{
	width: 90%;
	margin: 0 auto;
}
.box2{
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px;
	max-width: 1000px;
	margin: 0 auto;
}
.box_maru{
	background: #fff;
	padding: 40px 30px 20px;
	border-radius: 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
.box_maru2{
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
.box_txt{
	font-size: 18px;
	line-height: 160%;
	padding: 10px;
}
.box_h3{
	font-size: 28px;
	line-height: 160%;
	padding: 10px;
}
.box_h4{
	font-size: 22px;
	line-height: 160%;
	padding: 10px;
	margin: 0px 15px;
}
.txt_orange{
	color: #d3610c!important;
}
.txt_r{
	text-align: right;
}


@media screen and (max-width: 1000px) {
#main{padding: 50px 0px;}
.box{
	width: 90%;
	padding-bottom:30px;
}
}
@media screen and (max-width: 600px) {
.box_maru{
	background: #fff;
	padding: 20px 15px 10px;
	border-radius: 15px;
}
.box_in{
	width: 92%;
	margin: 0 auto;
}
.box_txt{
	font-size: 13px;
}
.box_h3{
	font-size: 18px;
}
.box_h4{
	font-size: 16px;
	line-height: 160%;
	padding: 10px;
	margin: 0px;
}
}



/*=============================
		top
=============================*/

/*TOP連携--------------------------*/
.top_renkei{
	background: #FFF;
	border-radius: 20px;
	padding: 40px 20px;
	max-width: 1200px;
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
}
.top_renkei h2{
	font-size: 38px;
	line-height: 130%;
	font-weight:400;
	margin: 0 auto 30px;
}
.top_renkei p{
	font-size: 18px;
	margin: 0 auto 30px;
}

@media screen and (max-width: 600px) {
.top_renkei{
	padding: 30px 15px;
}
.top_renkei h2{
	font-size: 25px;
}
.top_renkei p{
	font-size: 14px;
	margin: 0 auto 20px;
}
}

/*TOPごあいさつ(about)--------------------------*/
.top_about{
	width:90%;
	padding: 0px 0px 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1300px;
	margin: 0 auto;
}
.about_txt{width: 53%;}
.about_img{width: 40%;text-align: center;}

.about_txt h2{
	font-size: 35px;
	line-height: 130%;
	font-weight:400;
	margin: 0 auto 50px;
}
.about_txt_p{
	background-color: rgba(255, 255, 255, 0.7);
	padding: 30px;
	margin-bottom: 30px;
}
.about_txt_p p{
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 20px;
	
}


@media screen and (max-width: 1200px) {
.top_about{
	flex-wrap: wrap;
	justify-content: center;
	max-width: 800px;
	}
.about_txt{width: 100%;margin-bottom: 30px;}
.about_img{width: 80%;}
}


@media screen and (max-width: 800px) {
.about_txt_p p{
	font-size: 16px;
	line-height: 170%;
}	
}

@media screen and (max-width: 600px) {
.top_about{padding: 0px 0px 80px;}
.about_txt h2{
	font-size: 23px;
	margin: 0 auto 30px;
	padding: 0px 20px;
}
.about_txt_p p{font-size: 14px;}
}


/* TOPサービス---------------------------- */
ul.top_service{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 95%;
	max-width: 1300px;
	margin: 100px auto;
}
ul.top_service li{
	width: 48%;
	text-align: center;
	background: #FFF;
	padding: 2%;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.s_h2{
	font-size: 28px;
	font-weight: bold;
	margin: 20px 0px 10px;
}
.s_p{
	font-size: 18px;
	padding: 0px 20px;
	margin-bottom: 20px;
}


@media screen and (max-width: 1000px) {
ul.top_service{
	flex-wrap: wrap;
	justify-content: center;
}
ul.top_service li{
	width: 90%;
	text-align: center;
}	
}
@media screen and (max-width: 600px) {
ul.top_service{
	margin: 50px auto;
	}
ul.top_service li{
	padding: 3%;
	margin-bottom: 20px;
}
.s_h2{
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0px 10px;
}
.s_p{
	font-size: 13px;
	padding: 0px 10px;
	margin-bottom: 10px;
}	
}



/* TOPのお知らせ--------------------------------------------------*/
.news{
	width:90%;
	max-width: 1000px;
	margin: 0 auto 50px;
	background: #FFF;
	border-radius: 30px;
	padding:40px;
	box-sizing: border-box;
	overflow: hidden;
}
table.news_table {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 10px;
	font-size: 17px;
	line-height: 130%;
	box-sizing: border-box;
}
table.news_table tr th {
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: center;
	width: 100px;
}
table.news_table tr td {
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: left;
}

@media screen and (max-width: 800px) {
.news{
	padding: 20px;
	border-radius:20px;
	margin: 0 auto 30px;
}
table.news_table {font-size: 16px;width: auto;}
table.news_table tr th {padding: 10px;}
table.news_table tr td {padding: 10px;}
}
@media screen and (max-width: 600px) {
table.news_table {
	font-size: 13px;
	width: 95%;
	margin: 10px 0px;
}
table.news_table tr th{
	display: block;
    width: 100%;
	text-align: left;
	border-bottom: none;
	padding: 5px 10px 0px;
}
table.news_table tr td{
	display: block;
    width: 100%;
	padding: 0px 10px 10px;
}
}


/* TOP　求人バナー---------------------------- */
.top_recruit{
	margin: 0 auto;
	max-width: 900px;
	width: 90%;
}
.top_recruit img{border: solid 1px #ccc;}

/* TOP　バナー---------------------------- */
ul.top_banner{
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
	max-width: 1200px;
	width: 90%;
}

ul.top_banner li{
	border: solid 1px #ccc;
	width: 49%;
}


/* TOPお問い合わせ---------------------------- */
.contact_box{
	background:url("../img/base/contact_bg.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	width: 100%;
	padding: 100px 0px;
}
.contact_box h3{
	font-size: 30px;
	text-align: center;
	color: #FFF;
	margin: 0 auto 30px;
	width: 90%;
}

ul.contact_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
ul.contact_btn li{
	background: #FFFFFF;
	text-align: center;
	padding: 30px 0px 10px;
	width: 45%;
	border-radius: 20px;
	font-size: 20px;
	margin-bottom: 30px;
}
ul.contact_btn li i{
	font-size: 50px;
	color: #284d28;
}
ul.contact_btn li a{
	text-decoration: none;
	color: #284d28!important;
}
ul.contact_btn img{
	text-align: center;
	width: 80%;
	box-sizing: border-box;
	padding-bottom: 15px;
}
.contact_txt{
	font-size: 18px;
	color: #284d28!important;
}
.contact_mail{
	font-size: 40px;
	font-family: "Varela Round", sans-serif;
	color: #284d28;
}
.contact_insta img{
	padding: 0px 30px;
}
@media screen and (max-width: 800px) {
.contact_box{
	width:100%;
	padding:100px 0px 70px;
	background:url("../img/base/contact_bg_sp.jpg") no-repeat center bottom;
	background-size: auto;
}
ul.contact_btn{flex-wrap: wrap;}
ul.contact_btn li{width: 85%;margin-bottom: 30px;}
}
@media screen and (max-width: 500px) {
ul.contact_btn li{width: 100%;margin-bottom: 20px;}
.contact_box h3{font-size: 20px;}
.contact_txt{font-size: 14px;}
.contact_mail{font-size: 25px;}		
}



/* MAP -------------------------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:0px auto 20px;
	width: 95%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* プライバシーポリシー---------------------------- */
.privacy_box{
	margin: 0 auto 50px;
}

/* お問い合わせページ -------------------------------------------*/
.contact_img1{
	text-align: center;
	margin: 30px auto;
	width: 80%;
}
.con_box{
	background:url("../vegas/slider6.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	width: 100%;
	padding: 100px 0px;
	border: solid 10px #FFF;
	box-sizing: border-box;
}
.con_txt{
	text-align: center;
	font-size: 25px;
	line-height: 150%;
	margin: 40px auto 50px;
	color: #d3610c!important;
}
@media screen and (max-width: 700px) {
.contact_txt{font-size: 20px;}
}
@media screen and (max-width: 500px) {
.contact_txt{font-size: 17px;padding: 0px 20px;}
}


/*　一日の流れ------------------------------*/

.schedule_white{
	background: #FFF!important;
}
.schedule {
    position: relative;
    font-size: 20px;
	margin-left: 50px;
}
.schedule::before {
    position: absolute;
    top: 0px;
    left: 6.5em;
    width: 6px;
    height: 100%;
    background-color: #d3e496;
    content: "";
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.schedule li + li {
	margin: 2em 0em;
}

.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6px;
    background-color: #489b37;
    color: #fff;
    text-align: center;
}
.schedule_time::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #489b37;
    content: "";
}
.schedule_time::after {
    position: absolute;
    top: 50%;
    left: 6em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #489b37;
    content: "";
}

.schedule_content_title {
    font-weight: bold;
}

.schedule_content {
    margin: 0px 0px 0px 3em;
    width: calc(100% - 10em);
}

@media screen and (max-width: 600px) {
.schedule {
    font-size: 16px;
	margin-left: 0px;
}
}
.flow03 > li dl dt {
	font-size: 1.5em;
	line-height: 150%;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 600px) {
.flow03 > li dl {
  padding-left: 45px;
  padding-bottom: 0px;
  position: relative;
}
.flow03 > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}	
.flow03 > li dl dt {
	font-size: 1.0em;
	line-height: 150%;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}
}



/*フォトギャラリー-----------------------------------------*/
ul.photo{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 50px;
}
ul.photo li{
	margin: 0px 10px 15px;
	width: 22%;
}
ul.photo li img{
	object-fit: cover; /* トリミング */
	width:100%;
	height: 150px;
}
@media screen and (max-width: 1000px) {
	ul.photo li img{height: 120px;}
}

@media screen and (max-width: 600px) {
ul.photo{margin: 0 auto 20px;}
ul.photo li{width: 28%;}
ul.photo li img{height: 100px;}
}
@media screen and (max-width: 450px) {
	ul.photo li{width: 27%;}
	ul.photo li img{height: 80px;}
}
