﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#422626;
	-webkit-font-smoothing: antialiased;
	font-family: 'Kosugi Maru', sans-serif!important;
	background: url(../img/base/bg.gif) repeat;
}
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: #89a018;
	font-weight: normal;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
	color: #ccc;
	font-weight: normal;
}
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: #FFFFFF;
}
.header_in{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_r{
	width: 30%;
	margin-top: 0px;
}
.logo{
	max-width: 500px;
	width: 45%;
}

.sp_tel{border: none !important;}

.h_icon_sp{
	display: flex!important;
	justify-content: center;
	border: none !important;
}
.h_icon_sp p{
	padding: 0px 10px;
}


@media screen and (max-width:1000px){
.logo{
	width: 60%;
	padding-left: 5px;
	}
.header_r{display: none;width: 0%;}
}

@media screen and (max-width:600px){
.header_in{height: 70px;width: 100%;}
.logo{
	max-width: 400px;
	width: 70%;
	margin-top: 0px;
	}
}

/*ヘッダーお問合せボタン-------------------------------*/
.h_btn{
	background: #036EB8!important;
	padding: 10px 30px!important;
	letter-spacing: 1px;
	border-radius: 15px;
	display: inline-block;
	color:#FFF!important;
	font-size: 18px!important;
	line-height: 130%;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
	text-align: center;
}
.h_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.h_btn i{
	font-size:20px;
}
@media screen and (max-width:1200px){
.h_btn{padding: 5px 20px;}
.h_btn{font-size: 14px!important;}
}



/* -------------------ヘッダー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: #d9e898 url(../img/base/bg2.png) repeat-x top;
}
.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:80%;
	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: #337a38;
	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;}/*スペースのみ*/
.bg1{
  	width:100%;
	padding: 150px 0px 150px;
	margin: 0 auto;
}

.bg2{
	width:100%;
	padding: 150px 0px 150px;
	margin: 0 auto;
	background:url("../img/base/bg2.jpg") no-repeat left bottom #1e314d;
}

.bg3{
  	width:100%;
	padding: 100px 0px 150px;
	margin: 0 auto;
	background: url("../img/base/bg1.jpg") bottom center no-repeat;
	background-size: cover;/* 画面いっぱいに表示 */
}


@media screen and (max-width: 600px) {
.bg_space{padding: 50px 0px;}
.bg1{padding: 100px 0px;width: 90%;}
.bg3{padding: 50px 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: #8da024;}
.point2{color:#F84400;}
.red{color:#ec0000;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
=============================*/
.title1{
	text-align: center;
	margin-bottom: 50px;
}
.title1 h2{
	color: #8da024;
	font-size: 60px;
	font-family: 'Libre Baskerville', serif;
	margin-bottom: 15px;
	border-bottom:  solid 1px #8da024;
	display: inline-block;
	padding: 0px 30px 0px;
}
.title1 p{
	color: #8da024;
	font-size: 20px;
	letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
.title1{margin-bottom: 50px;}
.title1 h2{font-size: 50px;}
.title1 p{font-size: 18px;}
}

@media screen and (max-width: 500px) {
.title1{margin-bottom: 30px;}
.title1 h2{font-size: 35px;}
.title1 p{font-size: 16px;}
}

/*---------------------------白文字*/
.title2{
	text-align: center;
	margin-bottom: 50px;
}
.title2 h2{
	color: #FFFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	font-size: 60px;
	line-height: 150%;
	font-family: 'Libre Baskerville', serif;
	margin-bottom: 15px;
	border-bottom:  solid 1px #FFFF;
	display: inline-block;
	padding: 0px 30px 10px;
}
.title2 p{
	color: #FFFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	font-size: 20px;
	letter-spacing: 2px;
}
@media screen and (max-width: 500px) {
.title2 h2{font-size: 35px;}
.title2 p{
	font-size: 16px;
	letter-spacing: 0px;
	padding: 0px 20px 0px;
}
}




/*=============================
		PT ページタイトル
=============================*/

.pt1{
	background:url("../img/pt/pt1.webp") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt2{
	background:url("../img/pt/pt4.webp") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt3{
	background:url("../img/pt/pt2.webp") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt4{
	background:url("../img/pt/pt6.webp") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt5{
	background:url("../img/pt/pt7.webp") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt6{
	background:url("../vegas/slider1.webp") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt7{
	background:url("../vegas/slider2.webp") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt1:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before,
.pt6:before,
.pt7:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4); /*半透明のフィルターをかける*/
}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h1{
	color: #FFFF!important;
	font-size: 60px;
	letter-spacing: 1px;
	line-height: 160%;
	margin: -20px 0px 0px;
	font-family: 'Libre Baskerville', serif;
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
}

@media screen and (max-width: 800px) {
.pt1,.pt2,.pt3,.pt4,.pt5,.pt6,.pt7{
	padding: 70px 0px 110px; /*背景画像の高さを確保*/
	background-attachment: scroll;
}
.pt-inner h1{font-size: 30px;}
.pt-inner p{font-size: 13px;}
}



/*=============================
	配置
=============================*/
.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: #b6ca49;
  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: 800px) {
#page_top{
 display: none;
}	
}


/*=============================
		ボタン　
=============================*/
.btn1{
	background-color:#b6ca49;
	color:#FFF!important;
	padding: 1em 2.5em;
	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:13px;padding: 1em 2em;}
}/*600*/


/*=============================
		table
=============================*/
.table-wrap {
	width: 95%;
	margin: 0 auto 50px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch; /* iOSでの滑らかなスクロール */
}

table.type01 {
	width:100%;
	border-collapse: collapse;
	min-width: 500px; /* 表が小さすぎないようにする */
	margin:0 auto;
	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%;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
}
table.type01 th {
	padding: 15px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
}
table.type01 td {
	padding: 15px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:left;
}
.t_center{text-align: center!important;}
.nowrap{white-space: nowrap;}

@media screen and (max-width: 800px) {/*タブレット*/
.table-wrap {
	margin: 0 auto 30px;
	min-height: 150px;
}
table.type01{
	font-size:12px;
}
table.type01 th {padding: 10px;}
table.type01 td {padding: 10px;}
}



/*=============================
		共通
=============================*/
.bg{
	background:url(../img/base/bg.jpg) center top no-repeat #e8f2cf;
}
.box{
	width: 90%;
	max-width: 1000px;
	margin:0 auto;
	padding-bottom:30px;
	overflow:hidden;
}
.box_in{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
.box{
	width: 90%;
	padding-bottom:30px;
}

}

/*=============================
		TOPのメイン画像
=============================*/
.top_img{/*TOPページのメイン画像*/
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.top_img_pc{}
.top_img_sp{display: none;}

@media screen and (max-width: 1000px) {
.top_img{width: 100%;}
}
@media screen and (max-width: 800px) {
.top_img_pc{display: none;}
.top_img_sp{display: block;}
}


/*=============================
		PC版2カラム
=============================*/
.all_box{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 50px 20px 0px;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.main_box{width: 72%;}

@media screen and (max-width: 1000px) {
.all_box{width: 100%;padding: 30px 0px;}
.main_box{width: 100%;}
}

/*-------------------サイド------------------- */
.side_box{width: 25%;}
.side_in{
	text-align: center;
	margin: 10px 0px;
}
.sideA{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin-bottom:20px;
	overflow: hidden;
}

.side_t{
}
.side_txt{
	font-size: 14px;
	line-height: 160%;
	padding: 0px 20px 20px;
}
.sideB{
	margin-bottom:10px;
}
ul.side_ul {
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
}
ul.side_ul li {
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:5px;
	background-image:url(../img/base/side/icon.png);
	background-repeat:no-repeat;
	padding-left:30px;
	border-bottom:1px #A4A4A4 dotted
	}
@media screen and (max-width: 1000px) {
.side_box{display: none;}
}





/*=============================
		top
=============================*/

/* title(2nd) ---------------------------------------------------*/
.title_2nd{
	color: #422626;
	width: 100%;
	margin: 0 auto 30px;
	padding: 5px 0px 5px 50px;
	box-sizing: border-box;
	font-size: 22px;
	border-bottom: solid 3px #c2d561;
	background: url("../img/base/title_bg.png") no-repeat left center;
  background-size: auto 90%; /* 高さに合わせて縮小 */
}
@media screen and (max-width: 600px) {
.title_2nd{
	margin: 0 auto 30px;
	padding: 5px 0px 5px 50px;
	box-sizing: border-box;
	font-size: 18px;
	width: 90%;
}
}
}



/*ＴＯＰ１-----------------------------------------*/
.top1{
	background: url(../img/base/bg1.jpg) top center no-repeat;
	background-size: 80%;/* 背景画像を50％に表示 */
	margin: 0px auto 100px;
	
}
.top1_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0px;
}
.top1_txt{
	width: 40%;
	padding: 20px;
	box-sizing: border-box;
}
.top1_img{width: 55%;}
.top1 p{
	margin: 0 auto 50px;
	font-size: 15px;
	line-height: 200%;
}
@media screen and (max-width: 1000px) {
.top1 p{
	max-width: 800px;
	width: 90%;
}
}
@media screen and (max-width: 800px) {
.top1{
	background: url(../img/base/bg1_sp.jpg) top center no-repeat;
	background-size: 80%;/* 背景画像を50％に表示 */
	margin: 0px auto 100px;
}
.top1_box{
	flex-wrap: wrap;
	justify-content: center;
	padding: 50px 0px 30px;
}
.top1_txt{
	width: 80%;
	max-width: 400px;
	padding: 20px;
	box-sizing: border-box;
}
.top1_img{width: 90%;}
.top1 p{
	font-size: 13px;
	line-height: 170%;
}
}



/*ＴＯＰ2-----------------------------------------*/
.top2{
}

ul.lineup_box{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
ul.lineup_box li {
  position: relative;      /* オーバーレイ用に基準を作る */
  width: 48%;
  margin-bottom: 20px;
  overflow: hidden;        /* はみ出し防止 */
  border: solid 1px #e6e6e6;
}

/* オーバーレイを作る */
ul.lineup_box li::after {
  content: "";
  position: absolute;
  inset: 0;                /* top:0; right:0; bottom:0; left:0 と同じ */
  background: rgba(0,0,0,0);  /* 初期は透明 */
  transition: background .3s ease;
  z-index: 1;              /* テキストの下、背景の上に配置 */
}

/* hover時にオーバーレイを黒に */
ul.lineup_box li:hover::after {
  background: rgba(0,0,0,0.4); /* 数字を大きくすると濃くなる */
}

/* aタグとテキストをオーバーレイより上に */
ul.lineup_box li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 2; /* オーバーレイより上 */
}

ul.lineup_box li h3 {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "MS PMincho", serif!important;
	font-size: 30px;
	padding: 0 30px 10px;
	display: inline-block;
	color: #000; /* 初期は黒 */
	transition: all .3s ease;
	text-shadow:
	0 0 2px #fff,
	0 0 4px #fff,
	0 0 6px #fff,
	0 0 8px #fff,
	0 0 10px #fff;
	transition: all .3s ease;
}

ul.lineup_box li p {
	max-width: 300px;
	font-size: 16px;
	line-height: 130%;
	padding: 0 30px;
	color: #000; /* 初期は黒 */
	text-shadow:
    0 0 2px #fff,
    0 0 4px #fff,
    0 0 6px #fff,
    0 0 8px #fff,
    0 0 10px #fff;
	transition: all .3s ease;
}

/* hover時：背景を消し、文字を白に */
ul.lineup_box li:hover h3 {
  background-color: transparent;
  color: #fff;
  text-shadow:none;
}
ul.lineup_box li:hover p {
  background-color: transparent;
  color: #fff;
  text-shadow:none;
}

.item1{
	background:url("../img/top/s1.jpg") no-repeat center center;
	background-size: 100% auto;   /* 横幅に合わせて調整*/
}
.item2{
	background:url("../img/top/s2.jpg") no-repeat center center;
	background-size: 100% auto;   /* 横幅に合わせて調整*/
}
.item3{
	background:url("../img/top/s3.jpg") no-repeat center center;
	background-size: 100% auto;   /* 横幅に合わせて調整*/
}
.item4{
	background:url("../img/top/s4.jpg") no-repeat center center;
	background-size: 100% auto;   /* 横幅に合わせて調整*/
}
.item5{
	background:url("../img/top/s5.jpg") no-repeat center center;
	background-size: 100% auto;   /* 横幅に合わせて調整*/
}
.item6{
	background:url("../img/top/s6.jpg") no-repeat center center;
	background-size: 100% auto;   /* 横幅に合わせて調整*/
}
.item7{
	background:url("../img/top/s7.jpg") no-repeat center center;
	background-size: 100% auto;   /* 横幅に合わせて調整*/
}

@media screen and (max-width: 1000px) {
.top_lineup{
	padding: 50px 0px 100px;
}
ul.lineup_box li{
	width: 90%;
	max-width: 600px;
	margin-bottom: 20px;
}
ul.lineup_box li a {
  padding: 30px 0;
}
}

@media screen and (max-width: 500px) {
.top2{
	background:
	url(../img/base/bg2_sp.png) repeat-x top,
	url(../img/base/bg2_sp_b.png) repeat-x bottom,
	#e8f2cf;
	padding: 100px 0px 100px;
	width: 100%;
}
ul.lineup_box li h3{font-size: 20px;padding: 0 30px 5px;}
ul.lineup_box li p {font-size: 13px;}
}



/* TOPのお知らせ--------------------------------------------------*/
.news{
	width: 95%;
	margin: 0 auto;
	background: #f3f8e7;
	border-radius: 30px;
	padding:30px;
	box-sizing: border-box;
}
table.news_table {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 10px;
	font-size: 17px;
	line-height: 130%;
}
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;}
table.news_table {font-size: 16px;}
table.news_table tr th {padding: 15px;}
table.news_table tr td {padding: 15px;}
}
@media screen and (max-width: 600px) {
table.news_table {font-size: 13px;}
}


/*TOPのお問い合わせ----------------------------------------------------*/
.top_contact{
	width:100%;
	padding:100px 0px;
	background:url("../img/base/bg3.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
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;
	color: #2b7836;
}
ul.contact_btn li i{
	font-size: 50px;
}
ul.contact_btn li a{
	text-decoration: none;
	color: #2b7836;
}
ul.contact_btn img{
	text-align: center;
	width: 80%;
	box-sizing: border-box;
	padding-bottom: 15px;
}
.contact_txt{
	font-size: 16px;
}
.contact_mail{
	font-size: 40px;
	font-family: 'Josefin Sans', sans-serif;
}

@media screen and (max-width: 800px) {
.top_contact{
	padding: 100px 0px 70px;
	background:url("../img/base/bg3_sp.jpg") no-repeat center center;
}
ul.contact_btn{flex-wrap: wrap;}
ul.contact_btn li{width: 85%;margin-bottom: 30px;}
}
@media screen and (max-width: 500px) {
.contact_txt{font-size: 14px;}
.contact_mail{font-size: 30px;}		
}
@media screen and (max-width: 400px) {
.contact_mail{font-size: 25px;}		
}

/*-------タイトル白バージョン-----------------------*/
.title-border_w h2{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	text-align:center;
	align-items: center;
	justify-content: center;
	font-size:50px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	letter-spacing:1px;
	color:#FFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.title-border_w h2:before,
.title-border_w h2:after {
	border-top: 1px solid #FFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	content: "";
	flex-grow: 1;
}
.title-border_w h2:before {margin-right: 2rem;}
.title-border_w h2:after {margin-left: 2rem;}

.title-border_w p{
	font-size: 20px;
	text-align: center;
	color:#FFF;
	margin-bottom: 50px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 900px) {
	.title-border_w h2{font-size: 40px;}
	.title-border_w h2:before {margin-right: 1rem;}
	.title-border_w h2:after {margin-left: 1rem;}
}
@media screen and (max-width: 400px) {
	.title-border_w h2{font-size: 30px;}
	.title-border_w p{font-size: 16px;}
}



/*-------取り扱い業務-----------------------*/
.box_border{
	border-bottom: #e8f2cf dotted 5px;
	width: 90%;
	max-width: 1000px;
	padding-bottom: 50px;
	margin:0 auto 50px;
	overflow:hidden;
	box-sizing: border-box;
}
.txt1_p{
	font-size: 16px;
	line-height: 160%;
	padding: 0px 20px;
}
.txt2_p{
	font-size: 16px;
	line-height: 160%;
	padding: 0px 20px 30px;
}
.txt1_h2{
	color: #9fb333;
	font-size: 23px;
	margin-bottom: 15px;
}
.txt_point{
	background: #f3f8e7;
	margin: 20px 0px;
	padding: 20px 30px;
	border-radius: 20px;
	width: 80%;
	box-sizing: border-box;
}
.txt_point h3{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
.txt_point p{
	font-size: 16px;
	line-height: 140%;
}
@media screen and (max-width: 800px) {
.txt1_p{font-size: 14px;padding: 0px 10px;}
.txt2_p{font-size: 14px;padding: 0px 10px 20px;}
.txt1_h2{font-size: 20px;}
.txt_point h3{font-size: 16px;}
.txt_point p{font-size: 14px;}
}

@media screen and (max-width: 600px) {
.box_border{
	border-bottom: #e8f2cf dotted 4px;
	padding-bottom: 30px;
	margin:0 auto 30px;
}
.txt1_p{font-size: 13px;}
.txt2_p{font-size: 13px;}
.txt1_h2{font-size: 18px;}
.txt_point{
	margin: 15px 0px;
	padding: 15px 20px;
	width: 100%;
}
.txt_point h3{font-size: 15px;}
.txt_point p{font-size: 13px;}
}




/*-------弁護士紹介-----------------------*/
.profile_box{
	display: flex;
	justify-content: space-around;
	align-items: center;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 20px;
}
.profile_txt{
	width: 60%;
	font-size: 16px;
}
.profile_img{width: 40%;text-align: center;}
.pro_box{
	margin: 0 auto 80px;
}
@media screen and (max-width: 800px) {
.profile_box{
	flex-wrap: wrap;
}
.profile_txt{
	width: 100%;
	font-size: 14px;
	margin-bottom: 30px;
}
.profile_img{width: 50%;}

}

@media screen and (max-width: 500px) {
.profile_txt{font-size: 12px;}
}




/* ご依頼の流れ ---------------------------------------------------*/
.flow_box{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
}
@media screen and (max-width: 600px) {
.flow_box{
	padding-top: 0px;
}
}



.flow_txt{/* 流れの説明文 ------------------------------*/
	font-size: 16px!important;
	font-weight: normal!important;
	line-height: 180%;
	margin: 0 auto 0px;
}
.flow_img{
	max-width: 400px;
	margin: 30px auto 0px;
	border: solid 10px #FFF;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.flow_tel{
	text-align: center;
	margin: 10px 0px 20px;
	max-width: 500px;
	padding: 20px;
	background: #FFF;
	border: solid 1px #ccc;
	border-radius: 20px;
}

.flow_design03 {
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 700px) {
.flow_txt{
	font-size: 13px!important;
}
.flow_img{
	max-width: 400px;
	margin: 15px auto 0px;
	border: solid 7px #FFF;	
}
.flow_tel{
	padding: 10px;
	border-radius: 10px;
}
}


.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 50px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #cade60;
  display: inline-block;
  margin-right: 0.5em;
}

.flow03 > li dl {
  padding-left: 70px;
  padding-bottom: 50px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #cade60;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.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;
}
}


/* MAP -------------------------------------------*/
.map_txt{
	font-size: 16px;
	text-align: center;
	margin: 0 auto 20px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:0px auto;
	width: 95%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 600px) {
.map_txt{
	font-size: 12px;
	margin: 0 auto 10px;
}
}



/*よくあるご質問-----------------------------------------*/
.qa_box{
	background: #f3f8e7;
	border-radius: 20px;
	max-width: 950px;
	width: 90%;
	margin: 0 auto 20px;
	padding: 20px 30px;
	box-sizing: border-box;
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border-bottom: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.faq_title{
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:20px;
	color: #8da024;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #8da024;
}
.faq_title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
}
.faq_title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.faq_title.close::before{
  transform: rotate(45deg);
}
.faq_title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.faq_box{
    display: none;/*はじめは非表示*/
    background: #FFFFFF;
    margin:0 3% 3% 3%;
    padding: 3%;
}
@media screen and (max-width: 800px) {
.faq_title{font-size:18px;}
}

@media screen and (max-width: 600px) {
.faq_title{
    font-size:14px;
	line-height: 130%;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}
.faq_box p{font-size: 12px;}
}



/*-------アクセス-----------------------*/
.access_img1{
	text-align: center;
	margin: 0 auto;
	width: 90%;
}
ul.access_img2{
	display: flex;
	margin: 30px auto;
	width: 90%;
}
ul.access_img2 li{margin: 10px;}

@media screen and (max-width: 600px) {
ul.access_img2{
	flex-wrap: wrap;
	margin: 10px auto;
}
ul.access_img2 li{margin: 10px 0px;}
}

/*-------プライバシーポリシー----------------------*/
.box_sen{
	border: solid 1px #ccc;
	display: inline-block;
	padding: 10px 0px;
	margin: 10px 10px 20px;
}
.box_sen p{
	padding: 0px 20px 0px 10px;
}

