
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
p{
	font-size: 18px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

ul.dots li{
	position: relative;
	padding-left: 1.2em;
}

ul.dots li:before{
	content: '・';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



.center_wrap{
	max-width: 966px;
	margin: 0 auto 50px auto;
}
.icon_tit{
	text-align: center;
	display: block;
}


/*padding, margin_style*/
.p10 { padding: 10px !important; }
.pt10 { padding-top: 10px !important; }
.pr10 { padding-right: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.p20 { padding: 20px !important; }
.pt20 { padding-top: 20px !important; }
.pr20 { padding-right: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pl20 { padding-left: 20px !important; }
.m10 { margin: 10px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mr10 { margin-right: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.m20 { margin: 20px !important; }
.mt20 { margin-top: 20px !important; }
.mr20 { margin-right: 20px !important; }
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.text_center { text-align: center !important; }
.text_left { text-align: left !important; }
.text_right { text-align: right !important; }
.text_bold { font-weight: bold !important; }
.text_underline { text-decoration: underline !important; }
.title_box {
    padding: 10px 10px 10px 35px;
    clear: both;
    font-size: 117%;
    margin-top: 5px;
    margin-bottom: 10px;
    border: solid 1px #000;
    font-weight: bold;
    color: #000;
    background: url(../images/common/icon4.png) 10px 17px no-repeat;
}
.title04 {
    background: url(../images/common/icon2.gif) left 5px no-repeat;
    padding-left: 15px;
}

/*color_style*/
.ex01 { color: #d41d23 !important; }
.ex02 { color: #0F9D38 !important; }
.ex03 { color: #0400eb !important; }
.ex04 { color: #a81d00 !important; }
.ex05 { color: #58300d !important; }
.ex06 { color: #f46962 !important; }
.ex07 { color: #00459d !important; }
.ex08 { color: #583241 !important; }
.ex09 { color: #666666 !important; }
.ex10 { color: #999999 !important; }

/* ========================================
	Common
======================================== */
.for_pc {
	display: block;
}

.for_sp {
	display: none;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.left {
	float: left;
}

.txt_c{
	text-align: center;
}

img, iframe {
	vertical-align: bottom;
	max-width: 100%;
}

strong {
	font-weight: bold;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	outline: 0;
	text-decoration: none;

}

a:hover {
	color: #09101C;
}

a.notel{
	cursor:text;
}
a.notel img{
	cursor:default;
}

@media screen and (min-width: 769px) {
	a:hover:not(.opacity1) img {
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		-o-transition: opacity 0.2s ease-out;
		-ms-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
}

.btn_arrow{
	border: 1px solid #919191;
	border-radius: 3px;
	height: 55px;
	text-align: center;
}

.btn_arrow a{
	color: #919191;
	display: block;
	height: 55px;
	line-height: 55px;
	transition: all 0.2s;
}

.btn_arrow a:after{
	content: "→";
	display: inline-block;
	margin-left: 10px;
	transition: all 0.2s;
}

.btn_arrow a:hover{
	background-color: #919191;
	color: #FFF;
}

.btn_arrow a:hover:after{
	margin-left: 15px;
	margin-right: -5px;
}

.btn_push{
	text-align: center;
	height: 70px;
	position: relative;
}

.btn_push a{
	color: #FFF;
	display: block;
	line-height: 70px;
	background-color: #FF9900;
	border-radius: 3px;
	text-align: center;
	height: 70px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all 0.15s;
}

.btn_push:after{
	content: "";
	display: block;
	position: absolute;
	height: 70px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #09101C;
	top: 5px;
	box-sizing: border-box;
	z-index: 0;
}

.btn_push:hover a{
	top: 5px;
}

.f_serif {

}

.f_arial{font-family: Arial, Helvetica, "sans-serif";
}

.inline_list {
	font-size: 0;
}

.inline_list li {
	display: inline-block;
}

body {
	font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 15px;
	line-height:1.8;
	color:#09101C;
}

.wrapper{
	width: 100%;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper2{
	width: 100%;
	max-width: 966px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 769px){
	.cont{
		margin-top: -100px; /* 固定ナビの高さ分のネガティブマージン */
		padding-top: 100px; /* 打ち消し用のパディング */
		margin-bottom: 150px;
	}
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  /*IE10,11*/
	.cont{
		margin-top: -150px;
		padding-top: 150px;
	}
}

.bgfix{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.gray{
	background-color: #EEE;
}

/*-------------------------------------
	Intro
-------------------------------------*/

.intro{
	margin-bottom: 80px;
}

.intro p.f_serif.txt_c,h3.f_serif.txt_c{
	font-size: 30px;
	line-height: 1.4;
	color: #786947;
	margin-bottom: 20px;
	padding-top: 50px;
}

.tel_lage {
	font-size: 50px;
	line-height: 1.4;

	color: #FF9900;

}





#consulting .checkbox{
	font-size: 0;
}
#consulting li{
	display: inline-block;
	width: 49.5%;
}

/*-------------------------------------
	Consulting
-------------------------------------*/

#consulting .checkbox{
	margin-bottom: 30px;
}

#consulting .checkbox li{
	display: inline-block;
	font-size: 30px;
	color: #09101C;
	padding-left: 40px;
	margin-right: 20px;
	position: relative;
}

#consulting .checkbox li:last-child{
	margin-right: 0;
}

#consulting .checkbox li:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	border: 1px solid #09101C;
}

#consulting .checkbox.active li:after{
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 15px;
  border-left: 5px solid #B81C22;
  border-bottom: 3px solid #B81C22;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  animation: check_anim 0.2s linear both;
  animation-delay: 0s;
}

#consulting .checkbox.active li:nth-child(2):after {
    animation-delay: .6s;
}

#consulting .checkbox.active li:nth-child(3):after {
    animation-delay: 1.2s;
}

#consulting .checkbox.active li:nth-child(4):after {
    animation-delay: 1.8s;
}

/*-------------------------------------
	見出し共通
-------------------------------------*/

h3.line{
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	font-size: 38px;
	text-align: center;
	position: relative;
	line-height: 1;
	z-index: 0;
	color: #2C88C3;
}

h3.line:before{
	
}

h3.line.active:before{
	width: 100%;
}

h3.line span{
	opacity: 0;
	transition: all 1s;
	transition-delay: 0.5s;
}

h3.line.active span{
	opacity: 1;
}

h3.line .f_serif{
	background-color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.gray h3.line .f_serif{
	background-color: #EEEEEE;
}

h3.line .f_arial{
	display: block;
	color: #919191;
	font-size: 22px;
	margin-top: 20px;
}

/*-------------------------------------
	Gnavi
-------------------------------------*/

#gnav{
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	z-index: 1000;
}

#gnav .wrapper{
	max-width: 1200px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

#gnav .logo{
	width: 20.5%;
	height: 100px;
	float: none;
	position: relative;
}

.logo_l{
			position: absolute;
		top: 30px;
	
		right: 30px;
	}

#gnav .logo img{
	width: 100%;
	min-width: 250px;
	height: auto;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#gnav nav{
	width: 100%;

}

#gnav nav ul{
	width: 100%;
	height: 80px;
}

#gnav nav li{
	width: 14.28%;
	text-align: center;
	height: 80px;
	float: left;
	position: relative;
}

#gnav nav li:before{
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background-color: #1F2C3A;
	position: absolute;
	left: 0;
	top: 20px;
}

#gnav nav li a{
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	display: block;
	width: 100%;
	height: 80px;
	position: relative;
}

#gnav nav li a p{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
}
#gnav nav li a p.two{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15px;
}


#gnav nav li a span{
	font-size: 12px;
	color: #993833;
	display: block;
	margin-top: 5px;
}

.pick_nav{
	overflow: hidden;
	margin-bottom: 50px;
	margin-top: 50px;
}
.pick_nav li{
	float: left;
	width: 48%;
	margin-left: 4%;
}

.pick_nav li:first-child{
		margin-left: 0;
}
.pick_nav li h3{
	color: #7d7d7d;
	font-size: 25px;
}

.pick_nav li img{

}
@media screen and (max-width: 768px){

	
	.pick_nav{
		width: 80%;
		margin: auto;
	}
	.pick_nav li{
		float: none;
		width: 100%;
		margin-left: 0%;
		margin-bottom: 20px;
	}
	.pick_nav li h3{

		font-size: 18px;
	}
}


@media screen and (max-width: 1110px){
	#gnav nav li a {
		font-size: 1.441441vw;
	}

	#gnav nav li a span{
		font-size: 1.081081vw;
	}
}

#gnav nav li.bnb{
	background: #7E7E7E;
}

#gnav nav li.bnb a span{
	color: #FFF;
}

#gnav nav li.bnb:before{
	display: none;
}

#gnav nav li.inquiry{
	background: #FF9900;

}
#gnav nav li.inquiry a{
	color: #fff;
}

#gnav nav li.inquiry a span{
		color: #fff;
}

#gnav nav li.inquiry:before{
	display: none;
}

/*-------------------------------------
	Main Visual
-------------------------------------*/

#main_visual{
	margin-top: 180px;
	margin-bottom: 100px;
	height: 500px;
	position: relative;
}

#main_visual .wrapper{
	position: absolute;
	text-align: center;
	top:50%;
	left:50%;
	width:100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#main_visual h2{
	color: #FFF;
	line-height: 1.8;
	font-weight: normal;
	font-size: 40px;
}

#main_visual h2 span{
	display: block;
	font-size: 22px;
	color: #fff;
}

#main_visual h3{
	color: #FFF;
	line-height: 1.4;
	font-weight: bold;
	font-size: 30px;
	margin-top: 40px;
}


/*-------------------------------------
	Table Contents
-------------------------------------*/

.table_cont{
	max-width: 1200px;
	margin-bottom: 30px;
}

.table_cont table{
	line-height: 1.6;
	font-size: 17px;
	width: 100%;
}

.table_cont table th,.table_cont table td{
	border: 1px solid #EEE;
	vertical-align: middle;
	padding: 30px 20px;

}

.table_cont table th{
	background-color: #EEE;
	border-bottom: 1px solid #FFF;
	width: 30%;
text-align: left;
}

.table_cont table th:last-child{
	border-bottom: 1px solid #EEE;
}


@media screen and (max-width: 768px){
	.center_wrap{
	width: 90%;
	
}
	/*-------------------------------------
		Table Contents
	-------------------------------------*/

	.table_cont table th,.table_cont table td{
		font-size: 15px;
		padding: 20px 15px;
	}

}


/*-------------------------------------
	pagenav_top
-------------------------------------*/

#pagenav_top .flow_link{
	margin-top: 100px;
}

#pagenav_top .flow_link:after{
	content: "";
	display: block;
	clear: both;
}

#pagenav_top .flow_link li{
	width: calc(25% - 22.5px);
	float: left;
	border:1px solid #09101C;
	border-radius: 5px;
	position: relative;
	text-align: center;
	height: 100px;
	line-height: 100px;
	margin-left: 30px;
	margin-bottom: 30px;
}
#pagenav_top .flow_link li a{
	display:block;
}

#pagenav_top .flow_link li:nth-child(4n+1){
	margin-left: 0;
}

#pagenav_top .flow_link li:nth-child(2){
	transition-delay: 0.2s;
}

#pagenav_top .flow_link li:nth-child(3){
	transition-delay: 0.4s;
}

#pagenav_top .flow_link li:nth-child(4){
	transition-delay: 0.6s;
}

#pagenav_top .flow_link li:before{
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
	height: 5px;
	background-color: #09101C;
}







/*-------------------------------------
	Breadcrumbs
-------------------------------------*/

#breadcrumbs {
	margin-top:10px;
	margin-bottom: 100px;
	}

#breadcrumbs.sub_sub{
	margin-bottom: 100px;
}

#breadcrumbs ul{
	font-size: 0;
}

#breadcrumbs ul li{
	display: inline-block;
	font-size: 14px;
	line-height:1.8;
	}

#breadcrumbs ul li:after{
	content:">";
	padding:0 10px;
	display: inline-block;
	}

#breadcrumbs ul li:last-child:after{
	content:"";
	padding:0 0;
	}

#breadcrumbs ul li a{
	font-size: 14px;
	text-decoration:underline;
	}

/*-------------------------------------
	Carousel
-------------------------------------*/

.carousel {
	padding-top: 80px;
	padding-bottom: 30px;
}

.carousel .slick-arrow{
	position: absolute;
	top: 50%;
}

.carousel .slick-arrow.prev{
	left: 10px;
}

.carousel .slick-arrow.next{
	right: 10px;
}

.carousel .slick-dots{
	font-size: 0;
	text-align: center;
	margin-top: 40px;
}

.carousel .slick-dots li{
	display: inline-block;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	margin: 0 10px;
}

.carousel .slick-dots li.slick-active{
	background: #FFF;
}

.carousel .slick-list{
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
}

.carousel .slick-slide{
	margin: 0 25px;
}

.carousel a{
	color: #09101C;
}

.carousel figure{
	position: relative;
}

.carousel figure:before{
	content: "";
	display: block;
	padding-top: 67.5%;
}

.carousel figure img{
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.carousel .text{
	background-color: #FFF;
	padding: 0 25px 25px;
	text-align: center;
}

.carousel .text h4{
	color: #919191;
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.carousel .text h4:before{
	content: "";
	display: block;
	width: 70px;
	height: 5px;
	background-color: #09101C;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

.carousel .text p{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}

.carousel .text .btn{
	border: 1px solid #09101C;
	border-radius: 3px;
	height: 55px;
	line-height: 55px;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}

/*-------------------------------------
	Inquiry
-------------------------------------*/
#inquiry{

	margin-top: 0px;
}
#inquiry .wrapper{
	position: relative;
	border: solid 1px #ccc;
}
#inquiry .con_l{
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
}
#inquiry .con_r{
	position: absolute;

		right: 0;
	bottom: 0;
		width: 120px;
}

#inquiry .btn_push{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#inquiry .btn_push2{
text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-bottom: 50px;
	
}
#inquiry .btn_push2 a{

	 padding: 2% 3% 2% 9%;
    font-size: 27px;
    display: block;
    width: 51%;
    margin: auto;
    color: #fff;
    min-width: 600px;
	 background: #F27519 url("../images/common/con_mail.png")  50px  no-repeat;
}
#inquiry ul{
	overflow: hidden;
	width: 80%;
	margin: auto;
}
#inquiry h4{
	    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 45px;
    line-height: 45px;
	
}
#inquiry h4 span{
	display: block;
	font-size: 18px;
}
#inquiry li{
	
	float: right;
	width: 30%;
}
#inquiry li:first-child{
	text-align: left;
	
	width: 70%;
	float: left;
}
#inquiry li a{
	display: block;
	margin-bottom: 20px;
}
#inquiry li:first-child p{
		font-size: 25px;
}
#inquiry li:first-child h5{
	font-size: 35px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
#inquiry h4{
	    padding-top: 30px;
    padding-bottom: 20px;
   
    font-size: 25px;
    line-height: 45px;
	
}
	#inquiry .con_l{

	width: 80px;
}
#inquiry .con_r{
	
		width: 80px;
}
#inquiry .btn_push2 a{

padding: 2% 3% 2% 3%;
    font-size: 17px;
 
    width: 80%;

    min-width: 300px;
	 background: none;
	 background: #F27519;
}
	#inquiry li{
	margin-bottom: 20px;
	float: none;
	width: 100%;
}
#inquiry li:first-child{

	
		float: none;
	width: 100%;
}
	#inquiry li:first-child p{
		font-size: 18px;
		line-height: 25px;
		
}
#inquiry li:first-child h5{
	font-size: 25px;
	font-weight: bold;
}
}

/*-------------------------------------
	Layout
-------------------------------------*/

.cont_lr{
	overflow: hidden;
	margin-bottom: 50px;
}

.cont_lr:last-of-type{
	margin-bottom: 0;
}

.cont_lr .img{
	width: 60.833333%;
	float: left;
}

.cont_lr.img_r .img{
	float: right;
}

.cont_lr .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.cont_lr .text{
	width: 39.166667%;
	float: right;
	padding: 10px 20px 10px 50px;
}

.cont_lr.img_r .text{
	float: left;
	padding: 40px 50px 40px 20px;
}

.cont_lr .text h4{
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
}

/*-------------------------------------
	Banners
-------------------------------------*/

	#banners {
		padding: 50px 40px;
		background: #EEEEEE;
		margin-bottom: 0;
		}

	#banners ul {
	  display:none;
	}
	#banners ul.slick-initialized {
	  display: block;
	}

	#banners .wrapper{
		max-width: 1200px;
		padding-left: 0;
		padding-right: 0;
	}

	#banners .slick-list{
		margin-right: -40px;
	}
	#banners .slick-slide,#banners li {
		margin-right: 40px;
		text-align: center;
		background-color: #FFF;
	}

	#banners li a{
		display: block;
		padding:25px 25px;
	}
	#banners .slick-slide img {
	  margin: auto; }

	#banners .slick-slide p.comment{
		margin-bottom: 15px;
		font-size: 16px;
		color: #786947;
		line-height: 1.2;
	}

	#banners .slick-slide p.logo{
		margin-bottom: 30px;
	}

	#banners .slick-slide p.btn{
		color: #FFF;
		background-color: #535353;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
		height: 40px;
		line-height: 40px;
		transition: all 0.2s;
	}

	#banners .slick-slide:hover p.btn{
		background-color: #FFF;
		color: #535353;
		border: 1px solid #535353;
	}
	#banners .slick-arrow {
		z-index: 101;
		position: absolute;
		top: 50%;
		width: 27px;
		height: 49px;
		margin-top: -20px;
		text-align: center;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		border: none;
		background-color: transparent;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#banners .slick-prev {
	left: -40px;
	background-image: url(../images/common/banners_prev.png); }
	#banners .slick-next {
	right: -40px;
	background-image: url(../images/common/banners_next.png); }


/*-------------------------------------
	Footer
-------------------------------------*/

footer{
	background-image: url(../images/common/footer_bg.jpg);
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}

footer p, footer a{
	color: #FFF;
}

footer a:hover{
	color: #FFF;
}

footer ul{
	margin-top: 30px;
	font-size: 0;
}

footer ul li{
	font-size: 16px;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}

footer .telephone{
	margin-top: 50px;
}

footer .telephone p.title{
	font-size: 22px;
	color: #919191;
	line-height: 1.2;
	margin-bottom: 10px;
}

footer .telephone p.tel{
	margin-bottom: 20px;
}

footer .telephone p.tel a{
	font-size: 30px;
	line-height: 1.2;
}

footer .telephone p.attention{
	line-height: 1.6;
	font-size: 17px;
	margin-bottom: 50px;
}

footer p.copy{
	margin-top: 30px;
	font-size: 14px;
}

/*-------------------------------------
	Inview Animation
-------------------------------------*/

.fadein{
	opacity: 0;
	transition: all 1s;
}
.fadein.show{
	opacity: 1.0;
}

.fadein.fade_left{
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	transform: translateX(-50px);
}

.fadein.fade_left.show{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.fadein.fade_right{
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	transform: translateX(50px);
}

.fadein.fade_right.show{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}

.fadein.fade_upper{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	transform: translateY(-50px);
}

.fadein.fade_upper.show{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

.fadein.fade_bottom{
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	transform: translateY(50px);
}

.fadein.fade_bottom.show{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}

/***********************
	SP,TAB
**************************/

@media screen and (max-width: 768px) {

	/* ========================================
		Common
	======================================== */
	.for_pc {
		display: none;
	}
	.for_sp {
		display: block;
	}
	body {
		font-size: 14px;
	}
	.sp_w80 {
		float: none !important;
		width: auto !important;
		max-width: none !important;
		padding-right: 10% !important;
		padding-left: 10% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.sp_w90 {
		float: none !important;
		width: auto !important;
		max-width: none !important;
		padding-right: 5% !important;
		padding-left: 5% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.sp_w100 {
		float: none !important;
		width: 100% !important;
		max-width: none !important;
		padding-right: 0% !important;
		padding-left: 0% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.cont{
		margin-bottom: 60px;
	}


	/*-------------------------------------
		Intro
	-------------------------------------*/
	#pagenav_top .flow_link{
		margin-top: 60px;
	}

	#pagenav_top .flow_link li{
		width: calc(50% - 15px);
		margin-bottom: 30px;
	}

	#pagenav_top .flow_link li:nth-child(2n+1){
		clear: both;
		margin-left: 0;
	}

	#pagenav_top .flow_link li:nth-last-of-type(-n+2){
		margin-bottom: 0;
	}
	/*-------------------------------------
		Intro
	-------------------------------------*/

	.intro{
		margin-bottom: 60px;
	}

	.intro p.f_serif.txt_c,h3.f_serif.txt_c{
		font-size: 22px;
	}

	.intro p{
	
	}
	.tel_lage {
		font-size: 30px;
margin-top: 20px;

	}
		.tel_lage img{
width: 30px;
		}

	/*-------------------------------------
		見出し共通
	-------------------------------------*/

	h3.line{
		margin-bottom: 30px;
		font-size: 26px;
	}

	h3.line:before{
		top: 0;
		position: static;
		margin-bottom: 20px;
		width: 0;
	}

	h3.line .f_arial{
		display: block;
		color: #919191;
		font-size: 17px;
		margin-top: 8px;
	}

	h3.line.active:before{
		width: 100px;
	}


	/*-------------------------------------
		SP Navi
	-------------------------------------*/

	#sp_navi{
		border-left:1px solid #CCCCCC;
	}

	.menu_wrapper{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1;
		height: 65px;
		z-index: 9999;
		transition: all .6s;
		background: #fff;
	}

	#sp_navi.active .menu_wrapper{
		width: 325px;
	}

	.menu_wrapper #logo{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 15px auto 0;
		width: 180px;
		display: none;
		z-index: 9999;
	}


	#sp_navi.active .menu_wrapper #logo{
		display: block;
	}

	#menu_button {
		display: block;
        cursor: pointer;
		transition: all .4s;
		width: 65px;
		height: 65px;
		float: right;
		position: relative;
		z-index: 8888;
		background-color: rgba(255,255,255,0.50);
	}

	#sp_navi.active #menu_button{
		margin-right: calc(100% - 65px);
		background-color:transparent;
	}

	#menu_button .menu-trigger,
	#menu_button .menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	#menu_button .menu-trigger {
	  position: relative;
	  width: 25px;
	  height: 20px;
	}
	#menu_button .menu-trigger span {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	  width: 100%;
	  height: 1px;
	  background-color: #2E2E2E;
	}
	#menu_button .menu-trigger span:nth-of-type(1) {
	  top: 20px;
	}
	#menu_button .menu-trigger span:nth-of-type(2) {
	  top: 30px;
	}
	#menu_button .menu-trigger span:nth-of-type(3) {
	  top: 40px;
	}
	#sp_navi.active #menu_button .menu-trigger{
		width:25px;
		}
	#sp_navi.active #menu_button .menu-trigger span {
		background-color:#2E2E2E;
		}
	#sp_navi.active #menu_button .menu-trigger span:nth-of-type(1) {
	  -webkit-transform: translateY(9.8px) rotate(-45deg);
	  transform: translateY(9.8px) rotate(-45deg);
	}
	#sp_navi.active #menu_button .menu-trigger span:nth-of-type(2) {
	  opacity: 0;
	}
	#sp_navi.active #menu_button .menu-trigger span:nth-of-type(3) {
	  -webkit-transform: translateY(-9.8px) rotate(45deg);
	  transform: translateY(-9.8px) rotate(45deg);
	}

	#page_cont{
	  position: relative;
	  width: 100%;
	  height: 100%;
	  -webkit-transition: all .4s ease;
	  transition: all .4s ease;
	  z-index: 2;
	  background-color: #FFF;
	}

	#page_cont.menu_open{
	  transform: translateX(-325px);
	  border-right:1px solid #CCCCCC;
	}

	#sp_navi nav{
		position: fixed;
		height: 100vh;
		top: 65px;
		right: 0px;
		width: 100%;
		max-width: 325px;
		background-color: #FFF;
		z-index: 0;
		padding: 10px 20px;
	}

	#sp_navi nav li{
	  position:relative;
	  padding:  10px  10px;
	  font-weight: bold;
	  font-size:15px;
	  line-height: 1.6;
	  border-bottom: solid 1px #EEEEEE;
	}

	#sp_navi nav li .f_arial{
		color: #919191;
		font-weight: normal;
		font-size: 12px;
		line-height: 1.2;
		margin-left: 0.5em;

	}

	#sp_navi nav .btn{
		text-align: center;
		background-color: #09101C;
		height: 50px;
		margin-top: 40px;
	}

	#sp_navi nav .btn a{
		color: #FFF;
		display: block;
		width: 100%;
		height: 50px;
		line-height: 50px;
	}

	/*-------------------------------------
		SP Float Button
	-------------------------------------*/

	#sp_float_btn{
		position: fixed;
		z-index: 8888;
		left: 0;
		bottom: 0px;
		width: 100%;
		height: 50px;
		overflow: hidden;
		animation: up 1s ease alternate;
		}

	@keyframes up {
	  from {
		bottom: -50px;
	  }
	}

	#sp_float_btn > div{
		background-color: #09101C;
	}

	#sp_float_btn > div.inquiry{
		width: calc(100% - 60px);
		float: left;
		border-right: 1px solid #606060;
	}

	#sp_float_btn > div.pagetop{
		width: 60px;
		height: 50px;
		float: left;
		position: relative;
	}

	#sp_float_btn > div a{
		text-align: center;
		display: block;
		line-height: 50px;
		height: 50px;
		color: #FFF;
		font-size: 13px;
	}

	#sp_float_btn > div.pagetop img{
		position: absolute;
		width: 40px;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	
		/*-------------------------------------
	#gnav .logo
	-------------------------------------*/
	#gnav .logo{
	width: 20.5%;
	height: 65px;
	float: none;
	position: relative;
}
	
	#gnav .logo img {
min-width: 180px;
    top: 45%;

}
		
	#gnav { 
	height: 65px;
	}

	/*-------------------------------------
		Main Visual
	-------------------------------------*/

	#main_visual{
		margin-top: 65px;
		margin-bottom: 10px;
		height: 200px;
	}

	#main_visual h2{
		font-size: 28px;
	}

	#main_visual h2 span{
		font-size: 17px;
	}

	#main_visual h3{
		font-size: 22px;
		margin-top: 20px;
	}

	/*-------------------------------------
		Breadcrumbs
	-------------------------------------*/

	#breadcrumbs {
		margin-bottom:60px;
		}

	/*-------------------------------------
		Carousel
	-------------------------------------*/

	.carousel .slick-list{
		width: calc(100% - 40px);
	}

	.carousel .slick-slide{
		margin: 0 10px;
	}

	.carousel .text{
		padding: 0 15px 15px;
	}

	.carousel .text h4{
		font-size: 17px;
		margin-bottom: 10px;
	}

	.carousel .text h4:before{
		margin-bottom: 15px;
	}

	.carousel .text p{
		font-size: 14px;
		margin-bottom: 15px;
	}

	.carousel .text .btn{
		max-width: none;
	}

	/*-------------------------------------
		Layout
	-------------------------------------*/

	.cont_lr{
		margin-bottom: 30px;
	}

	.cont_lr .text,.cont_lr.img_r .text{
		padding-top: 20px;
		padding-bottom: 0;
	}

	.cont_lr .text h4{
		margin-bottom: 10px;
		font-size: 22px;
	}

	/*-------------------------------------
		Banners
	-------------------------------------*/

	#banners .slick-list{
		margin-right: -20px;
	}

	#banners .slick-slide,#banners li {
		margin-right: 20px;
	}

	#banners li a{
			padding:10px 10px;
		}

	#banners .slick-slide p.comment{
			margin-bottom: 5px;
			font-size: 2.0833333vw;
		}

	#banners .slick-slide p.logo{
		margin-bottom: 15px;
	}


	/*-------------------------------------
		Footer
	-------------------------------------*/

	footer{
		margin-bottom: 50px;
	}

	footer ul{
		margin-top: 15px;
	}

	footer .telephone{
		margin-top: 15px;
	}

	footer .telephone p.title{
		font-size: 17px;
	}

	footer .telephone p.tel{
		margin-bottom: 10px;
	}

	footer .telephone p.tel a{
		font-size: 22px;
	}

	footer .telephone p.attention{
		font-size: 14px;
		margin-bottom: 20px;
	}

	footer ul.group li{
		display: block;
		margin-bottom: 15px;
	}

	footer ul.group li:last-child{
		margin-bottom: 0;
	}

	/*-------------------------------------
		Inview Animation
	-------------------------------------*/

	.fadein{
		transition: all 3s;
	}

}


	@media screen and (max-width: 414px){

		/* ========================================
			Menu
		======================================== */

		#sp_navi{
			width: 100%;
		}

		#sp_navi.active .menu_wrapper{
			width: 100%;
		}

		#reserve_button{
			width: calc(100% - 130px);
		}

		#sp_navi nav{
			width: 100%;
			max-width: 100%;
			border-left: 0;
		}

		#page_cont.menu_open{
		  transform: translateX(-100%);
		  border-right: 0;
		}

		/*-------------------------------------
			Main Visual
		-------------------------------------*/

		#main_visual{
			
			margin-top: 55px;
			height: 200px;
		}

		#main_visual h2{
			font-size: 5vw;
		}

		#main_visual h2 span{
			font-size: 3vw;
		}

		#main_visual h3{
			font-size: 4vw;
			margin-top: 3vw;
		}
	}


  @media screen and (min-width: 769px) {



      .buttons {
		 margin-top: 20px;
        margin-bottom: 40px;
        text-align: center;
		  
      }
     .buttons li {

        width: auto!important;
display: inline-block!important;
margin-left: 0!important;
      }
    .buttons input {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        width: 200px;
        padding: 12px;
        text-align: center;
        font-size: 15px;

        font-family: 'Kokoro';
        color: #fff;
        background: #FF9900;
        border-radius: 10px;
        border: 0;
      }

     }
