﻿/*
#header{
	position: fixed;
    z-index: 10;
	width:100%;
    height: 80px;
	-webkit-box-shadow: 0px 4px 12px -10px #000;
    -moz-box-shadow: 0px 4px 12px -10px #000;
    box-shadow: 0px 4px 5px -2px #000;
}
*/
header {
	z-index: 1000!important;
	position:absolute;
	text-align: left;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
	background-image:url("../images/bg_none.gif");
	background-color: none!important;
    transition: .7s;
	color: #fff;
}

.is-animation {
	background-image:url("../images/bg_white.gif");
	border-bottom:solid 2px #f47362;
	color: #262626;
	}

.sub-head {
	color: #262626;
	background-image:none;
	background-color: #fff;
	border-bottom: solid 1px #eee;
	}


.menu_logo {
	width: 17%;
	min-width: 100px;
	float: left;
	display:table-cell;
	padding: 2%;
	margin: 0;
	margin-right: 25px;
	position: absolute;
	z-index: 99;
	background: -moz-linear-gradient(top, #1daabc, #18a0ba, #1497a8);
	background: -webkit-linear-gradient(top, #1daabc, #18a0ba, #1497a8);
	background: linear-gradient(to bottom, #1daabc, #18a0ba, #1497a8);
	filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.2));
}

.menu_logo_sub {
	width: 14%;
	min-width: 100px;
	float: left;
	display:table-cell;
	padding: 1.8%;
	margin: 0;
	margin-right: 25px;
	position: absolute;
	z-index: 99;
	background: -moz-linear-gradient(top, #1daabc, #18a0ba, #1497a8);
	background: -webkit-linear-gradient(top, #1daabc, #18a0ba, #1497a8);
	background: linear-gradient(to bottom, #1daabc, #18a0ba, #1497a8);
	filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.2));
}

.wide_menu {
	width: 100%;
	text-align: left;
	position: absolute;
	padding: 25px 20%;
	z-index: 1000;
}

.wide_menu ul {
	width: 100%;
}

.wide_menu ul li {
	display: inline-block;
	margin-right: 20px;
}

.mobile-menu {
	display: none;
}

@media only screen and (max-width: 1000px) {
	
	.wide_menu ul li {
		margin-right: 10px;
	}
	
}

/*---------------------menu------------------------*/


@media only screen and (max-width: 930px) {
	
	.idx-top-box {
		padding-top: 150px!important;
	}
	
	.menu_logo {
		width: 150px;
		padding: 15px;
	}
	
	.wide_menu {
		display: none;
	}
	
	.mobile-menu {
		display: inherit;
	}
	
	.contact-box {
		display: none!important;
	}
		
	.contact-box-mobile {
		display: inline-flex!important;
		justify-content: center;
		padding: 13px 10px 0px 10px;
		width: 100%;
		background-color: #18a0ba;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: rgba(24,160,186,0.8);
	}
	
	.contact-tell {
		color: #fff!important;
	}


}

/*-------------------menu end----------------------*/

/*-------------------top image----------------------*/
#idx-top {
	width:100%;
	height:720px;
	margin:0 auto;
	text-align:center;
	position: relative;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background-color: #f1f0ee;
}

@media (max-width:480px){
	
	#idx-top {
		height:520px;
		background-size: 150%;
		background-position: center bottom;
	}
}

@media (max-width:400px){
	
	#idx-top {
		height:500px;
		background-size: 150%;
		background-position: center bottom;
	}
}

@media (max-width:350px){
	
	#idx-top {
		height:400px;
		background-size: 150%;
		background-position: center bottom;
	}
}


/*.sub-top-box {
	top: 160px;
	width: 320px;
	position: absolute;
	display: inline-block;
	text-align: center;
	margin-left: -160px;
	color: #fff;
}
.idx-top-box {
	max-width: 400px;
	width: 80%;
	margin: auto;
	position: absolute;
	display: inline-block;
	text-align: center;
	color: #fff;
	left: calc(50% - 200px);
	top: calc(50% - 160px);
}
*/
.idx-top-box {
	width: 100%;
	height: 100%;
	padding-top: 130px;
}

.idx-top-case {
	width: 90%;
	max-width: 600px;
	margin: auto;
	display: inline-block;
}

.idx-top-case h1 {
	display: block;
	margin-bottom: 5px;
	filter: drop-shadow(3px 3px 5px rgba(255,255,255,0.5));
}
.idx-top-case span {
	display: block;
	font-size: 0.8em!important;
	letter-spacing: 0.4em;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0;
}

.idx-top-case p {
	font-size: 1.1em;
	font-weight: 400;
	text-align: center;
	text-indent: 0.5em;
	margin-top: 0.7em;
}

.idx-top-case p i {
	display: inline-block;
	text-indent: 0.1em;
}

.idx-top-band {
	display: block;
	text-align: center;
	display: block;
	width: 100%;
	bottom: 0;
	background-color: #036875;
	padding: 3% 3% 1% 3%;
}

.idx-band-inner {
	max-width: 1000px;
	width: 100%;
	text-align: center;
	margin: 0px auto;
	overflow: hidden;
}

.idx-top-band img {
	width: 80%;
	max-width: 500px;
	margin-bottom: 3%;
}


@media (max-width:480px){

	
	.idx-top-band {
		padding: 6% 3% 2% 3%;
	}
	
	.idx-top-band img {
		width: 90%;
		margin-bottom: 6%;
	}
	
	.idx-top-case p {
		font-size: 1em;
	}
}


/*-------------------top image end----------------------*/

.idx-band-catch{
	max-width: 65%;
	float: left;
	text-align: left;
	letter-spacing: 0.1em;
	color: #fff;
	font-size: 1.7em;
	font-weight: 300;
}

/*
.call-idx{
	position: relative;
	display: inline-block;
	float: right;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
}

.call-idx span {
	font-size: 0.9em;
	display: block;
	line-height: 1.3em;
}

.call-idx p {
	font-size: 2.7em;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 1em;
	margin-top: -10px;
	margin-bottom: -5px;
}
*/


.contact-box {
	display: inline-flex;
	margin-top: 15px;
	right: 10px;
	position: absolute;
	text-align: right;
	z-index: 1000;
}

.contact-tell {
	margin-right: 7px;
	display: block;
	text-align: center;
	color: #036875;
	line-height: 0em;
}

.contact-tell span {
	font-size: 0.8em;
	display: block;
}

.contact-tell p {
	font-size: 2.2em;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 1em;
	letter-spacing: 0.01em;
	margin-top: -13px;
	margin-bottom: -10px;
}

@media (max-width:400px){
	.contact-tell span {
		font-size: 0.7em;
	}
}

.btn-small{
	text-align: center;
	padding: 10px;
	font-weight: 700;
	letter-spacing: 0.15em;
	display: inline-block;
	background-color: #f47362;
}

.btn-small img{
	width: 85px;
}

.btn-flow{
	text-align: center;
	padding: 5px;
	font-weight: 700;
	letter-spacing: 0.1em;
	display: block;
	background-color: #f47362;
	max-width: 170px;
	font-size: 0.85em;
}

.btn-flow img{
	width: 20px;
	margin: 0 8px 2px 0;
	vertical-align:middle;
}


.contact-box-mobile {
		display: none;
	}



@media (max-width:480px){
	
	.btn-small {
		margin: auto;
	}

}


.call-balloon {
	position: absolute;
	display: inline-block;
	top:-104px;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 40px;
	padding: 15px 20px 12px 20px;
	width: 150px;
	color: #f47362;
	background: #fff;
	font-size: 0.9em;
	line-height: 1.2em;
	box-sizing: border-box;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	-webkit-box-shadow: 5px 5px 0px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 0px 1px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 0px 1px rgba(0,0,0,0.1);
}

.call-balloon:after{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 51%;
	margin-left: -5px;
	border: solid transparent;
	border-top: solid #fff;
	border-width:15px 5px 0px 5px;
	z-index: 1;
}

.call-balloon p{
	font-size: 1.7em;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-top: -5px;
}

@media (max-width:768px){
	
	.call-balloon {
		width: 200px;
		top:-90px;
	}
	
	.idx-band-catch{
		max-width: 100%;
		width: 100%;
		float: none;
		text-align: center;
		font-size: 1.2em;
		margin: 10px 0 -15px 0;
	}
	.call-idx{
	position: relative;
	display: inline-block;
	float: none;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
}
	
}



/*
@media (max-width:990px){
	.call-idx p {
		font-size: 2.2em;
	}
}

@media (max-width:840px){
	.call-idx p {
		font-size: 1.9em;
	}
}

@media (max-width:768px){
	.call-idx p {
		font-size: 2.5em;
	}
}

@media (max-width:650px){
	.call-idx p {
		font-size: 2em;
	}
}

@media (max-width:520px){
	.call-idx p {
		font-size: 1.8em;
	}
}

@media (max-width:480px){
	.call-idx p {
		font-size: 2.8em;
	}
}

*/

