@charset "utf-8";
/* CSS Document */

/*******************************
パララックスエフェクト
*******************************/
html {
	height: 100%;
}
 
body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 30%;
	background-color: rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

#mainVisual .bg {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('../images/main01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual h1 {
	width: 96%;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#mainVisual h1 span {
	font-size: 1rem;
	display: block;
}

#right {
	width: 72%;
	float: left;
}

#left {
	width: 23%;
	float: right;
}

#leftNavi {
    background-color: #efefef;
    padding: 0.5em 1em 0;
}

#left dl dt {
	color: #000;
	font-weight: 700;
	font-size: 1.4rem;
}

#left .bnr {
	margin-top: 1.8em;
}

#left .bnr li:not(:last-child) {
	margin-bottom: 1em;
}

#left .bnr li a {
	display: block;
}

#left .bnr li a img {
	width: 100%;
	vertical-align: top;
}

#left .contact {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 1.25rem 0 0;
	padding: 1.25rem 0 0;
}

#left .contact a {
	margin: 0 0 1.25rem;
	text-align: center;
	display: block;
	padding: 0.8rem 1em 0.8rem 1rem;
	font-size: 0.8rem;
	background-color: #f1860e;
	color: #fff;
    transition: all .25s;
}

#left .contact a:hover {
	background-color: #c16b0b;
	opacity: 1.0!important;
}

#left iframe {
	width: 100%;
	height: auto;
}

/*******************************
main
*******************************/
#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
	padding-bottom: 5%;
}

/*******************************
index
*******************************/
#index {
	overflow: hidden;
	line-height: 1.6;
}

#index .btn01 {
	width: 40%;
	margin: 1em auto 0;
}

#index .btn01 a {
    padding: 0.5rem 3rem 0.7rem 3rem;
    background-color: #29a3dd;
    font-weight: normal;
    color: #fff;
	text-align: center;
	display: block;
}

#index h2 {
	margin-top: 1em;
    background: #222;
    color: #fff;
	padding: 0.5em;
	font-weight: bold;
	font-size: 1.2rem;
    line-height: 1.4em;
}

#index h3 {
    font-weight: 700;
    line-height: 1.4em;
    color: #000;
    font-size: 1.4rem;
    margin: 1em 0 0;
}

#index p {
	margin-top: 15px;
	font-size: 93%;
}

#index .txt03 {
	margin-top: 0;
	font-size: 100%;
}

#index .indexBox01 ul {
	margin: 1.5em 0 0;
	letter-spacing: -.4em;
}

#index .indexBox01 ul li {
	display: inline-block;
	letter-spacing: normal;
	width: 49%;
}

#index .indexBox01 ul li:first-child {
	margin-right: 2%;
}

#index .indexBox01 ul li a {
	display: block;
}

#index .indexBox01 ul li a img {
	vertical-align: top;
	width: 100%;
}

#index .indexBox02 .photo01 {
	float: right;
	margin: 0.8em 0 0 2%;
}

#index .indexBox02 ul {
	clear: both;
	margin: 1.5em 0 0;
	letter-spacing: -.4em;
	text-align: center;
}

#index .indexBox02 ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 35%;
	border-right: 1px solid #ccc;
	padding: 0 3%;
}

#index .indexBox02 ul li:first-child {
	border-left: 1px solid #ccc;
}

#index .indexBox02 ul li a {
	display: block;
}

#index .indexBox02 ul li img {
	width: 28%;
	display: block;
	margin: 0 auto 0.5em;
}

#index .indexBox02 .txt01 {
	text-align: center;
}

#index .indexBox02 .txt01 a {
	display: inline-block;
	margin-right: 2%;
	vertical-align: middle;
}

#index .indexBox02 .txt01 .img01 {
	vertical-align: middle;
}

#index .indexBox03_01 {
	overflow: hidden;
	margin-top: 1.5em;
}

#index .indexBox03_01 div {
	width: 44%;
	float: left;
}

#index .indexBox03_01 div p {
	margin-top: 0;
}

#index .indexBox03_01 .btn01 {
	margin-top: 1em;
	width: auto;
}

#index .indexBox03_01 ul {
	width: 54%;
	float: right;
	letter-spacing: -.4em;
}

#index .indexBox03_01 ul li {
	display: inline-block;
	letter-spacing: normal;
	width: 49%;
}

#index .indexBox03_01 ul li:first-child {
	margin-right: 2%;
}

#index .indexBox03_01 ul li a {
	display: block;
}

#index .indexBox03_01 ul li a img {
	vertical-align: top;
	width: 100%;
}

#index .indexBox04 .txt01 {
	text-align: center;
}

#index .indexBox04 .txt01 a {
	display: block;
}

#index .indexBox04 .txt01 a img {
	vertical-align: top;
	max-width: 100%;
}

#index .indexBox05 .txt01 {
	color: #dc2520;
	font-weight: bold;
}

#index .indexBox05 ul {
	margin: 1.5em 0 0;
	letter-spacing: -.4em;
	text-align: center;
}

#index .indexBox05 li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 34%;
	font-size: 90%;
}

#index .indexBox05 li:first-child {
	margin-right: 4%;
}

#index .indexBox05 li a {
	display: block;
}

#index .indexBox05 li a img {
	width: 100%;
}

#index .indexBox06 {
	margin-bottom: 2.5em;
}

#index .indexBox06 div {
	overflow: hidden;
	margin-top: 1em;
}

#index .indexBox06 div .btn01 {
	float: left;
	margin-top: 0;
}

#index .indexBox06 div .img01 {
	float: right;
	width: 58%;
	border: 1px solid #ccc;
	display: block;
}

#index .indexBox06 div .img01 img {
	vertical-align: top;
	width: 100%;
}


/*******************************
bnr
*******************************/
.bnrArea01 {
	text-align: center;
}

.bnrArea01 a {
	display: block;
	width: 60.5%;
	margin: 0 auto;
}

.bnrArea01 a img {
	width: 100%;
	vertical-align: top;
}

/*******************************
sango/index.php
*******************************/

#index .sangofont {
	font-size: 2.5em;
	font-family: "メイリオ";
	font-weight: bold;
	margin-top: 0px;
}
#index .catchsango {
	margin-top: 20px;
}
#index .sangofont {
	color: rgba(10,119,213,1);
	  /*background: -webkit-linear-gradient(#cff, rgba(10,119,213,1));
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;*/
}



/*
#index .sangofont {
  background: #333;
  background:  -webkit-linear-gradient(90deg, rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
*/
#index img {
	max-width: 100%;
}
.tr {
	text-align: right;
	line-height: 1.2
}
.flex_start {
	display: flex;
	justify-content: flex-start;
}
.flex_center {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.mb_50 {
	margin-bottom: 50px;
}
.map {
	display: flex;
	justify-content: space-around;
}
.map img {
	max-height: 413px;
}
.ft {
	font-weight: bold;
	font-size: 1.3em!important;
	background: #e0ffff;
	padding: 7px;
	margin: 20px auto;
	text-align: center;
}
.ft2 {
	font-weight: bold;
	font-size: 1.3em!important;
	background: #ddd;
	padding: 7px;
	margin: 20px auto;
	text-align: center;
}
.fp {
	float: left;
	margin-right: 20px;
}
.fp img {
	height: 300px;
}
.fh2 {
	font-size: 1.2em!important;
	font-weight: bold;
	margin: 10px 0;
}
.mt_20 {
	margin-top: 20px;
}
.small {
	font-size: 0.8em!important;
}

@media (max-width: 640px) {
	.map {
		display: block;
		justify-content: space-around;
	}
	.map img {
		margin-top: 20px;
	}
	.fp {
		float: none;
		margin-bottom: 20px;
	}
	.fp img {
		height: auto;
	}
	.map img {
		max-height: 600px;
	}
	.flex_center {
		display: block;
	}
	#index img {
		width: 100%;
	}

}
