/* ----------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------- */

#header { border-bottom: 0; }

#header #header-wrap {
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	-webkit-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	transition: height .4s ease, background-color .4s ease, opacity .3s ease;
}

#header.full-header:not(.border-full-header):not(.sticky-header) #header-wrap { border-bottom: 0; }

#header.full-header.border-full-header #header-wrap { border-bottom-color: rgba(0,0,0,0.05) !important; }

.dark #header.full-header.border-full-header #header-wrap,
#header.dark.full-header.border-full-header #header-wrap { border-bottom-color: rgba(255,255,255,0.15) !important; }

#header.transparent-header:not(.sticky-header) #header-wrap { background-color: transparent; }

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
	top: -70px;
	margin-bottom: -70px;
}

#header.full-header #logo { border-right: 0; }

#header.full-header #primary-menu > ul {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

#header.show-on-sticky #header-wrap {
	opacity: 0;
	pointer-events: none;
}

#header.show-on-sticky.sticky-header #header-wrap {
	opacity: 1;
	pointer-events: auto;
}

#header,
#header-wrap,
#logo img {
	height: 60px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}


/* Sticky Header
---------------------------------------------------------------------------- */

#header.sticky-header #header-wrap,
#header.full-header.border-full-header.sticky-header #header-wrap {
	box-shadow: none;
	border-bottom: 1px solid #F5F5F5 !important;
	-webkit-backface-visibility: hidden;
}





/* Primary Menu
---------------------------------------------------------------------------- */

#primary-menu ul li > a {
    text-transform:none;
 }

#primary-menu ul li a {
	padding: 24px 15px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 3px;
}

#primary-menu ul li:hover > a,
#primary-menu ul li.current > a { color: #60C1BD; }


/* Side Panel
---------------------------------------------------------------------------- */

body.side-push-panel.stretched #header .container { right: 0; }

body.side-push-panel.side-panel-open.stretched #header .container { right: 300px; }

body.side-panel-left.side-push-panel.stretched #header .container {
	left: 0;
	right: auto;
}

body.side-panel-left.side-push-panel.side-panel-open.stretched #header .container { left: 300px; }

#side-panel-trigger {
	margin-top: 25px;
	margin-bottom: 25px;
}


/* ----------------------------------------------------------------------------
	Page Section
---------------------------------------------------------------------------- */

.page-section { padding: 120px 0; }


/* ----------------------------------------------------------------------------
	Buttons
---------------------------------------------------------------------------- */

.button.button-border {
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 13px;
}

.button.button-border.button-large {
	font-size: 15px;
}

.button.button-border.button-light {
	border-color: #0da1b0;
	color: #FFF;
}

.button.button-border.button-light:hover {
	background-color: #0da1b0;
	color: #FFF;
	text-shadow: none;
}


/* ----------------------------------------------------------------------------
	Footer Widgets
---------------------------------------------------------------------------- */
.inquiry-box {
	background-color: #FFF;
	padding: 2% 0;

}

.button.button-xlarge {
    font-size: 18px;
    height: 52px;
    letter-spacing: 2px;
    line-height: 52px;
    padding: 0 105px;
}

.inquiry-box .inquiry-box_clr {
    color: #333;
}

.inquiry-box .inquiry-box_clr .inquiry_head_t{
	font-size: 35px;
	margin: 25px 0;
	line-height: 1.4 !important; 
}

.inquiry-box .inquiry_tel{
	margin-top: 15px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 30px;
}

.inquiry-box i.icon-phone-sign{
	font-size: 30px;
}

#footer {
    background-color: rgba(0,0,0,0.1);
    border-top: 0;
	color: #000;
}

#copyrights{
    background-color:#FFF;
	color: #000;
	padding-bottom: 5px;
}

.copyright-links a{
	color: #000;
}

#footer .widget { 
	padding: 30px 0;
}

#footer .widget > h4 {
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#footer .widget ul.footer-site-links li {
	margin: 5px 0;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 300;
}

#footer .widget .form-control { 
	text-align: center;
}



/* ----------------------------------------------------------------------------
	Responsive
---------------------------------------------------------------------------- */


@media (max-width: 991px) {

	#logo { height: 70px !important; }

	/*#header { min-height: 70px; }*/

	#header.transparent-header:not(.sticky-header) #header-wrap {
		background-color: #FFF;
		border-bottom: 1px solid #EEE;
	}

	#header.transparent-header.dark:not(.sticky-header) #header-wrap {
		background-color: #333;
		border-bottom-color: rgba(255,255,255,0.1) !important;
	}

	#header.transparent-header:not(.hidden) + #slider,
	#header.transparent-header:not(.hidden) + #page-title.page-title-parallax,
	#header.transparent-header:not(.hidden) + #google-map,
	#slider + #header.transparent-header:not(.hidden) {
		top: 0;
		margin-bottom: 0;
	}

	#primary-menu-trigger { top: 10px !important; }

	#side-panel-trigger {
		margin: 25px 0 !important;
		right: 15px !important;
	}

	.dark #header.transparent-header #header-wrap,
	.dark #header.semi-transparent #header-wrap,
	#header.dark.transparent-header #header-wrap,
	#header.dark.semi-transparent #header-wrap {
		background-color: #333;
		border-bottom-color: rgba(255,255,255,0.1);
	}

	.dark.overlay-menu #primary-menu:not(.not-dark) ul,
	.overlay-menu #primary-menu.dark ul { background-color: transparent; }
}


/* カスタマイズ用  */
::selection {
	background: #37629F;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #37629F; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #37629F; /* Safari */
	color: #FFF;
	text-shadow: none;
}

.font-body { font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif !important; }
.font-primary { font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif !important; }

a {
	text-decoration: none !important;
	color: #60C1BD;
}

.section{
	background:none;
}

.emphasis-title{
	position: relative;
	width:100%;
	padding: 0;
}

.page-section { padding: 30px 0;}

*,h1, h2, h3, h4, h5, h6{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",'YuGothic','Yu Gothic',"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.toggle.toggle-border .togglet, .toggle.toggle-border .toggleta{
	line-height:1.3;
	padding:15px;
}

.emphasis-title h1{
	font-size:48px;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	color: #333;
	padding:0;
	transform: translate(0%,0%);
}

.emphasis-title h1 span.txt1{
	color: #333;
	font-size: 350px;
	line-height: 0.9;
	display: inline-block;
	font-family:"Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bold;
}

.emphasis-title h1 span.txt2{
	color: #0da1b0;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 15px;
}

.img_photo1{
	position: absolute;
	top: 0;
	right: -50px;
	width: 60%;
}

.ar_txtbox{
	
}

.ar_txtbox .ar_boxtitle{
	border-top:3px solid #0da1b0;
	border-bottom:3px solid #0da1b0;
	padding: 5px 30px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 1.3;
}

.ar_txtbox .ar_boxtxt{
	padding: 15px 30px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
}

#content .ar_area_box h3{
	font-size: 37px;
	line-height: 1.5;
}

#content .ar_area_box p.readtxt1{
	font-size: 21px;
	text-align: justify;
	line-height: 1.6;
}

#content .ar_area_box .icon_box1{
	text-align: right;
	margin-top: -25px;
}

#content .ar_area_box2{
	background-color: #e7f5f7;
	padding: 25px;
}

#content .ar_area_box2 dl{
	margin-bottom: 25px;
}

#content .ar_area_box2 dl:last-child{
	margin: 0;
}

#content .ar_area_box2 dt{
	color: #0da1b0;
	font-size: 25px;
}

#content .ar_area_box2 dd{
	font-size: 19px;
	line-height: 1.4;
	text-align: justify;
}

#content .ar_area_box2 dd:last-child{
	margin-bottom: 0;
}


#scenearea{
	padding: 2% 5% 0;
	margin-bottom: 50px;
	background: #E7F5F7;
	position: relative;
}

#scenearea::before{
	content: "";
	position: absolute;
	height: 60px;
	width: 100%;
	clip-path: polygon(0 0,50% 100%,100% 0);
	background-color: #E7F5F7;
	left: 0;
	bottom: -58px; 
}

#scenearea .list_photo{
	margin: 0;
}

.ar_flow_img{
	position: relative;
}

.ar_flow_img .subtitle{
	background-color: #20264e;
	padding: 15px;
	color: #FFF;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.ar_flow_img .vqicon{
	position: absolute;
	left: 380px;
	bottom: 54px;
	width: 130px;
}

.emphasis-title p.readtxt{
font-size: 20px; text-align: left; padding:0 10%; margin-top: -30px; color: #FFF;
}

#content .mark_line{
	background: linear-gradient(transparent 100%, #FFFFA6 90%);
	font-weight: bold;
}

#content h2{
position: relative;
padding: 0 55px;
margin-top: 20px;
color: #333;
font-size: 40px;
}

p.read_t{
	font-size:16px;
	line-height:1.5 !important;
}

#inquiry_link{
	font-size:16px;
	font-weight:bold;
}

.flow_pc{
	display:block;
}

.flow_sp{
	display:none;
}

.flow_head span{
	color:#E4007F;
	font-weight:bold;
}

#copyrights {
	padding: 20px 0;
	background-color: #FFF;
	font-size: 12px;
	line-height: 1.5;
	color:#333;
}

#copyrights .col_half:last-child {
	display:block;
}

#copyrights .col_last {
	margin-right: 0 !important;
	clear: right;
	text-align: right !important;
}

.button{
	padding: 15px 60px;
	font-size: 20px;
	height: auto;
	background-color:#0da1b0;
}
.button:hover {
	background-color: #20264e;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-border{
	font-size: 16px;
	font-weight: bold;
}

.button.button-border.button-light {
	padding: 10px 150px;
	font-size: 20px;
	border: 2px solid #FFF;

}

.inquiry-box {
	background: #f5f5f5;
	padding: 2% 0;
}

.button.button-xlarge {
    font-size: 18px;
    height: 52px;
    letter-spacing: 2px;
    line-height: 52px;
    padding: 0 105px;
}

.inquiry-box .inquiry-box_clr {
    color: #20264e;
}


.inquiry-box .inquiry_tel{
	margin-top: 15px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 30px;
}

.inquiry-box i.icon-phone-sign{
	font-size: 30px;
}

.fancy-title.title-bottom-border h3{
	border-bottom-color: #37629F;
}

.list-block{
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 300px;
	width: 1000px;
	height: 300px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
    background: url(../images/list_img.png) 0 0 no-repeat;
    background-size: 100%;
}

.enq-box{
	border: 3px solid #CCC;
	padding: 20px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}

#content p.sub_txt1{
	font-size: 19px;
	font-weight: bold;
	color:#01419A;
	margin-bottom: 0;
	padding: 0;
}

#content p.sub_txt1-1{
	font-size: 16px;
	line-height: 1.3;
	margin-top: 10px;
}

.subbox{
	line-height: 1.3;
	font-size: 33px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #CF1316; 
}

.subbox p{
	font-size: 18px; 
	line-height: 1.3;
}

.dmtop_link{
	text-align: center;
	margin: 50px 0;
}

.dmtop_link a{
	color: #fff;
	background-color: #333;
	display: inline-block;
	padding: 13px 30px;
	margin: 15px;
	font-size: 14px;
	border-radius: 20px;
	text-decoration: none;
	font-weight: bold;
}

.dmtop_link a:hover{
	background-color: #000;
}

@media (max-width: 1200px) {
.ar_flow_img .vqicon{
	position: absolute;
	left: 315px;
	bottom: 40px;
	width: 120px;
}

}


@media (max-width: 992px) {
.emphasis-title{
	position: relative;
	width:100%;
	padding: 60px 0 0;
}

.emphasis-title h1{
	font-size:35px;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	color: #333;
	padding:0;
	transform: translate(0%,0%);
}

.emphasis-title h1 span.txt1{
	color: #333;
	font-size: 150px;
	line-height: 0.9;
	display: inline-block;
	font-family:"Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bold;
}

.emphasis-title h1 span.txt2{
	color: #0da1b0;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
}

.img_photo1{
	position: absolute;
	top: 70px;
	right: 0px;
	width: 50%;
}


.list-block{
	margin-top: 20px;
	padding-top: 200px;
	width: 100%;
	height: auto;
	text-indent: 100%;
}

.subbox1{
	width: 50%;
	text-align: center;
	margin: 0 auto;
}

.ar_flow_img .vqicon{
	position: absolute;
	left: 240px;
	bottom: 30px;
	width: 90px;
}

}


@media (max-width: 767px) {
.ar_flow_img .vqicon{
	position: absolute;
	left:278px;
	bottom: 280px;
	width: 100px;
}
	
.bottommargin{
	margin-bottom:30px !important;
}	

.emphasis-title{
	margin-bottom:60px !important;
}

.leftmargin-sm{
	margin-left:0 !important;
}

.emphasis-title h1{
	font-size:20px;
}

#content h2{
	font-size:28px;
	margin-top: 5px;
}

.emphasis-title h3{
	font-size:22px !important;
	line-height:1.3;
	margin-top:10px;
	margin-bottom:10px;
}

.page-section{
	padding:25px 0 10px !important;
}

#inquiry_link{
	font-size:14px;
	font-weight:bold;
}

.flow_pc{
	display:none;
}

.flow_sp{
	display:block;
}

.button{
	padding: 0px 10%;
	font-size: 14px;
	height: 40px;
}
	
.button.button-border.button-light {
	padding: 0px 50px;
	font-size: 14px;
}
	
.line, .double-line{
	margin: 20px 0;
	}

.inquiry-box .inquiry-subbox{
	border:0;
	padding:1%;
	margin: 0;
	background:none;
}

.inquiry-box .inquiry-box_clr .inquiry_head_t{
	font-size: 16px;
	text-align: justify;
	margin: 15px 0;
	padding: 0 5%;
	line-height: 1.3 !important;	
}

#copyrights,
#copyrights a{
	font-size:11px;
	text-align:center;
}

#copyrights .f_icon{
	width:70%;
	margin:0 auto;
	text-align:center !important;	
}

#copyrights .col_last {
	margin-right: 0 !important;
	clear:none !important;
	text-align: center !important;
}

.list-block{
	margin-top: 10px;
	padding-top: 150px;
	width: 100%;
	height: 150px;
	text-indent: 100%;
}

}

@media (max-width: 479px) {
.emphasis-title{
	text-align:center;
	margin-top:0px;
	padding-top: 100px;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.container,
#header.full-header .container,
.container-fullwidth { width: 100% !important; }

#content h2{
	font-size:25px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 15px !important;
	padding: 0 2%;
}

.emphasis-title h1{
	font-size:26px  !important;
	text-align: left;
	font-weight: bold;
	line-height: 1.2;
	padding:0  !important;
	margin-bottom: 15px  !important;
}

.emphasis-title h1 span{
	display: block;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 10px;
}

.emphasis-title h1 span.txt1{
	color: #333;
	font-size: 100px;
	line-height: 0.9;
	font-weight: bold;
}
	
.emphasis-title h1 span.txt2{
	color: #0da1b0;
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 0px;
}
	
.emphasis-title p.readtxt{
	font-size: 16px;
	text-align: justify;
	padding:0  !important;
	margin-top: 0px;
	color: #333;
	font-weight: bold;
}

.emphasis-title h3{
	font-size:18px !important;
	line-height:1.3;
	margin-top:10px;
	margin-bottom:10px;
}

.ar_txtbox .ar_boxtitle{
	border-top:3px solid #0da1b0;
	border-bottom:3px solid #0da1b0;
	padding: 5px;
	font-size: 25px;
	color: #000;
	font-weight: bold;
	line-height: 1.3;
}

.ar_txtbox .ar_boxtxt{
	padding: 15px 0;
	font-size: 18px;
	text-align: justify;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
}

#content .ar_area_box h3{
	margin-top: 15px;
	font-size: 25px;
	text-align: justify;
	line-height: 1.3;
}

#content .ar_area_box p.readtxt1{
	font-size: 18px;
	text-align: justify;
	line-height: 1.5;
}

#content .ar_area_box .icon_box1{
	text-align: center;
	margin-top: -25px;
}
	
#content .ar_area_box2{
	background-color: #e7f5f7;
	padding: 15px;
	margin-top: 30px;
}

#content .ar_area_box2 dt{
	color: #0da1b0;
	font-size: 20px;
}

#content .ar_area_box2 dd{
	font-size: 16px;
	line-height: 1.4;
	text-align: justify;
}
	
.ar_flow_img .vqicon{
	position: absolute;
	left:62%;
	bottom: 41%;
	width: 80px;
}

.ar_flow_img .subtitle{
	font-size: 20px;
	padding: 10px;
}
	
	
.inquiry-box .inquiry_tel{
	margin: 0px;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 10px;
	padding: 0;
}

.col_one_third{margin:0 0 5px 0  !important;
}

.list-block{
	margin-top: -30px;
	padding-top: 120px;
	width: 100%;
	height: 120px;
	text-indent: 100%;
}


.row{
	margin: 0 auto;
	text-align: center;
}	

.enq-box{
	border: 3px solid #CCC;
	padding: 20px;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

#content p.sub_txt1{
	font-size: 16px;
	font-weight: bold;
	color:#01419A;
	margin-bottom: 0;
	padding: 0;
}

#content p.sub_txt1-1{
	font-size: 14px;
	line-height: 1.3;
	margin-top: 10px;
	text-align: left;
}

.subbox{
	line-height: 1.3;
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #CF1316; 
}	

.subbox p{
	font-size: 16px; 
	line-height: 1.3;
}

.subbox1{
	width: 70%;
	text-align: center;
	margin: 0 auto;
}

#merit3 .col-md-4{
	padding:0;
}

#merit3 .text-center{
	text-align: left  !important;
}

.bottommargin-lg{
	margin-bottom: 20px !important;
}

	
	
}

