@charset "UTF-8";

/*@-ms-viewport	{width: device-width;}*/

body	{/*margin: 0;*/
	font-size:20px;
	color:#000;
	letter-spacing:1px;
	overflow-x: hidden;
	font-family: '游ゴシック', Yu Gothic, 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}
.wrapper,.container{
	    overflow: hidden;
}
body img{
	max-width:100%;
}
a{
	color:#fff;
	text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.header{
	border-top: solid 3px #30130b;
	padding: 5px 0 8px;
}

h1, .header p{
	margin:10px 0 0;
}
/*.menu{
	background:#30130b;
}*/
.menu .navbar{
	margin:0;
	padding:0;
	border:none;
	background:#fff;
}
.menu ul{
	width:100%;
}
@media screen and (min-width: 769px) {
	.menu li{
	/* width:15%; */
	width: 20%;
	border-left:solid 1px #FFF;
}
.menu .last{
	border-right:solid 1px #FFF;
}
.menu .w27{ /*width:17%*/width: 20%;}
.menu .w13{ width:13%}
}

@media screen and (max-width: 1023px) {
	.menu li {
		font-size: 15px;
	}
} 
@media screen and (max-width: 768px) {
	.menu li{
		border-bottom:solid 1px #FFF ;
	}
	.w60 img{
		max-width:60%;
	}
}
.menu a{
	text-align: center;
	font-size:0.8em;
	font-weight:bold;
}
.mainimage{
	background-size:cover;
	background-position:relative;
	margin-top:130px;
}
.mainimage img,.nayami img{
	display: block;
	margin:0 auto;
}
#title_02{
	background-image:url(../img/point01_back.png);
	position:relative;
}
.title h4{
	margin:0;
	text-align: center;
}
.content1 p, .content1 img{
	text-align: center;
}
.content1 p{
	font:1.5em;
}
.content1 span{
	font-weight: bold;
}
.mt10{
	margin-top:10px;
}
.mt30{
	margin-top:30px;
}
.mt50{
	margin-top:50px;
}

.bg2{
	background-image: url(../img/bg2.png);
	background-repeat: repeat-x;
	}
	.bg5{
	background-image: url(../img/result_back.png);
	padding: 2% 0;
	}
h5 img{
	display: block;
	margin:0 auto;
}
.jigyou{
	background: url(../img/bg3.png);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.jigyou table{
	margin:40px auto 60px;
	font-weight:bold;
}
.jigyou td{
	padding:10px 15px;
}
.jigyou ul{
	margin:10px auto;
	padding:0;
	max-width:750px;
}
.jigyou li{
	font-weight:bold;
	list-style: none;
	width:100%;
	margin:20px 0;
	text-align: center;
}
@media screen and (min-width:769px) {
.jigyou li{
	float:left;
	width:40%;
	text-align: left;
	margin-left: 10%;
}
}
.shoukai_t{
	background: #fee9e5;
	margin:0;
	padding:3%;
}
.roumushi img{ text-align: center;
display: block;
margin-left:auto;
margin-right:auto;}
@media screen and (min-width:991px) {
.arrow{
	float:left;
	margin-top:70px;
}
.shoukai_t{
	margin:20px 0 0 40px;
}
.mt120{
	margin-top:120px;
}
.nayamu2{
	float:right;
}
}
@media screen and (max-width:990px) {
	.arrow{
		display: none;
	}
	.person img{
		width:30%;
	}
	.nayamu,.nayamu2{
		width:60%;
		min-width:205px;
		margin:0 auto 35px;
	}
}
.roumushi table{
	margin: 20px auto;
	width:100%;
}
.left_cell{
	width:50%;
	text-align: center;
	padding:0 20px 0 0;
	font-weight: bold;
}
.right_cell{
	width:50%;
}
.jigyousho{
	text-align: center;
	background: url(../img/bg4.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	color:white;
}
.jigyousho .shomei{
	font-size:1.3em;
	margin-top: 20px;
		padding:10px 0;
}
.line_bottom{
	border-bottom:solid white 1px;
	padding-bottom:20px;
}
.fwb{
	font-weight: bold;
	margin: 20px ;
}
#map-canvas {
  height:300px;
  width:100%;
}
	.otoiawase{
		text-align: center;
		margin-bottom:70px;
	}
	.otoiawase .text{
		margin:30px auto;
	}
.o_form{
	font-size:0.8em;
	margin-bottom: 10%;
}
.o_form .in{
	font-size:1.2em;
}
input,textarea{
	border:solid 2px #30130b;
	min-width:280px;
	width:40%;
	padding:5px 2px;
}
#submit_button{
	background-color:#000;
	color: #fff;
	padding:5px 30px;
	width:5%;
	margin-top:20px;
	text-decoration:none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#submit_button:hover{
	background-color:#f10404;
	border-color:#f10404;
}
.well{
	background: #1A1A1A;
	color:#FFF;
	margin:0;
}
.well ul{
	list-style: none;
	padding:0;
}
.well a{
	font-size:0.7em;
}
.well p{
	text-align: center;
	font-size:0.8em;
	margin-top:20px;
}
.small{
	font-size:0.7em;
}
.navbar-nav{margin-left:0;
margin-right: 0;
}
a img.linkimg{
background:none!important;
}
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
	     filter: alpha(opacity=60);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.privacy p{
	text-align: left;
	font-size:0.8em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom:0;
}
.p_title{
	font-weight: bold;
	font-size: 1.0em;
	margin-top:10px;
}
.privacy a{
	display: block;
	text-align: center;
	margin:50px auto;
}
.t_center img{
	text-align: center;
}
.t_center p{
	margin:0;
}
.adress{
	font-size:0.7em;
}
#pageTop{
	background:none;
	border-radius:none;
	padding:0;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index: 1000;
	}
.link_menu{
	width:200px;
}

.red_st{
	font-size: 35px;
	color: #F00;
	font-weight: bold;
}

.text_01{
	font-weight:bold;
	line-height:2.5em;
}

.st{
	font-weight:bold;
	font-size: 41px;
}
.text_02{
	font-size: 45px;
    font-weight: bold;
}

.mainimage h1{
	margin:0;
}

.prl_30{
	padding: 0px 105px;
	font-weight: bold;
	font-size: 33px;
	line-height: 1.8em;
	margin: 23px 0px;
	text-align:center;
}

.contact{
	text-align:center;
	margin: 56px 0px 150px;
}

.red{
	font-size:45px;
	color:red;
}

.small{
	
}

.red_s{
	color:red;
}

.red_80{
	color:red;
	font-size: 60px;
}

.concent{
	color:red;
	
}

.middle{
	line-height: 1.1em;
	font-size: 25px;
}

.red_b{
	color: red;
    font-size: 52px;
}

#nav01{
	width: 55px;/* 最初に表示されるバナーの幅 */
height: 50px;/* バナーの高さ */
background: url(../img/nav_01.png) no-repeat;/* 画像のURL */
position: fixed;/* バナーを固定します */
right: 0;/* 右から0pxの位置に指定 */
bottom: 600px;/* 下から100pxの位置に指定 */
z-index:100;

/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;
}
#nav01 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#nav01:hover {/* カーソルが乗った時の動きを指定 */
width: 305px;/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;

}

#nav02{
	width: 55px;/* 最初に表示されるバナーの幅 */
height: 50px;/* バナーの高さ */
background: url(../img/nav_02.png) no-repeat;/* 画像のURL */
position: fixed;/* バナーを固定します */
right: 0;/* 右から0pxの位置に指定 */
bottom: 545px;/* 下から100pxの位置に指定 */
z-index:100;

/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;
}
#nav02 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#nav02:hover {/* カーソルが乗った時の動きを指定 */
width: 305px;/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;

}

#nav03{
	width: 55px;/* 最初に表示されるバナーの幅 */
height: 50px;/* バナーの高さ */
background: url(../img/nav_03.png) no-repeat;/* 画像のURL */
position: fixed;/* バナーを固定します */
right: 0;/* 右から0pxの位置に指定 */
bottom: 490px;/* 下から100pxの位置に指定 */
z-index:100;

/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;
}
#nav03 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#nav03:hover {/* カーソルが乗った時の動きを指定 */
width: 305px;/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;

}

#nav04{
	width: 55px;/* 最初に表示されるバナーの幅 */
height: 50px;/* バナーの高さ */
background: url(../img/nav_04.png) no-repeat;/* 画像のURL */
position: fixed;/* バナーを固定します */
right: 0;/* 右から0pxの位置に指定 */
bottom: 435px;/* 下から100pxの位置に指定 */
z-index:100;

/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;
}
#nav04 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#nav04:hover {/* カーソルが乗った時の動きを指定 */
width: 305px;/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;

}

#nav05{
	width: 55px;/* 最初に表示されるバナーの幅 */
height: 50px;/* バナーの高さ */
background: url(../img/nav_05.png) no-repeat;/* 画像のURL */
position: fixed;/* バナーを固定します */
right: 0;/* 右から0pxの位置に指定 */
bottom: 380px;/* 下から100pxの位置に指定 */
z-index:100;

/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;
}
#nav05 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#nav05:hover {/* カーソルが乗った時の動きを指定 */
width: 305px;/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;

}

#nav06{
	width: 55px;/* 最初に表示されるバナーの幅 */
height: 50px;/* バナーの高さ */
background: url(../img/nav_06.png) no-repeat;/* 画像のURL */
position: fixed;/* バナーを固定します */
right: 0;/* 右から0pxの位置に指定 */
bottom: 325px;/* 下から100pxの位置に指定 */
z-index:100;

/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;
}
#nav06 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#nav06:hover {/* カーソルが乗った時の動きを指定 */
width: 290px;/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;

}

#nav07{
	width: 55px;/* 最初に表示されるバナーの幅 */
height: 50px;/* バナーの高さ */
background: url(../img/nav_07.png) no-repeat;/* 画像のURL */
position: fixed;/* バナーを固定します */
right: 0;/* 右から0pxの位置に指定 */
bottom: 270px;/* 下から100pxの位置に指定 */
z-index:100;

/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;
}
#nav07 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#nav07:hover {/* カーソルが乗った時の動きを指定 */
width: 290px;/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;

}

#nav08{
	width: 55px;/* 最初に表示されるバナーの幅 */
height: 50px;/* バナーの高さ */
background: url(../img/nav_08.png) no-repeat;/* 画像のURL */
position: fixed;/* バナーを固定します */
right: 0;/* 右から0pxの位置に指定 */
bottom: 215px;/* 下から100pxの位置に指定 */
z-index:100;

/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;
}
#nav08 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#nav08:hover {/* カーソルが乗った時の動きを指定 */
width: 270px;/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;

}

#nav09{
	width: 55px;/* 最初に表示されるバナーの幅 */
height: 50px;/* バナーの高さ */
background: url(../img/nav_09.png) no-repeat;/* 画像のURL */
position: fixed;/* バナーを固定します */
right: 0;/* 右から0pxの位置に指定 */
bottom: 160px;/* 下から100pxの位置に指定 */
z-index:100;

/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;
}
#nav09 a {/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}
#nav09:hover {/* カーソルが乗った時の動きを指定 */
width: 270px;/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;

}

.hover{
	background-color: #F90;
    border: solid 1px #FC0;
}

#title_10 a{
	display:block;
	width:100%;
	height:100%;
}

.affiliate{
	text-align:center;
	margin-top: 40px;
}



@media screen and (max-width:768px) {
.side_nav{
	display:none;
	
}
}

/*@media screen and (min-width:769px) {
.menu{
	display:none;
	
}
}*/

.navbar-header{
	
}

@media screen and (max-width:414px) {
.prl_30{
	padding:0 15px;
	line-height:35px;
	font-size: 25px;
	margin: 15px 0px;
	}
.small{
	font-size: 15px;
	line-height: 20px;
}
.middle{
	line-height: 32px;
}
.menu_01 img{
	width:95%;
}
.menu_02 img{
	width:95%;
}
.menu_06 img{
	width:95%;
}
.menu_07 img{
	width:95%;
}
.red_80{
	font-size: 25px;
}
.contact{
	margin: 20px 0px 25px;
}
.affiliate{
	    margin-top: 10px;
}
.red_b{
	font-size: 28px;
	}
}

#title_03{
	position:relative;
	background-image:url(../img/point02_back.png);
}

#title_04{
	position:relative;
	background-image:url(../img/point03_back.png);
}

#title_06{
	position:relative;
	background:#54BCE8;
}

#title_07{
	position:relative;
	background:#F59498;
}

#title_08{
	position:relative;
	background:#FADF69;
}

#title_15 {
	text-align: center;
}

.com-name{
	font-weight:bold;
	font-size:144%;
}

.col-md-12.text {
	margin-top: 5%;
}

.header{
	border-bottom:solid 2px #FF0000;
}

.fixed_head{
	background:#fff;
	width:100%;
	position:fixed;
	z-index:100;
}

.slides img{
/* box-shadow */
box-shadow:rgba(113, 135, 164, 0.61) 0px 0px 12px 3px;
-webkit-box-shadow:rgba(113, 135, 164, 0.61) 0px 0px 12px 3px;
-moz-box-shadow:rgba(113, 135, 164, 0.61) 0px 0px 12px 3px;
}
.menu li:hover{
	border-bottom:solid 4px #FF0000;
}

.menu li{
	border-bottom:solid 4px #fff;
}

.rec{
	color:#FF0000;
	font-weight:bold;
}



#intoro,#title_11,#title_12,#title_13,#title_14,#title_15{
	padding-top:130px;
	margin-top:-130px;
}

/*フッター SNSアイコン*/
.sns_links ul {
	display: flex;
	column-gap: 15px;
}

.sns_links ul li {
	width: 20px;
}

.sns_links ul li a:hover {
	opacity: .8;
}

@media (max-width:768px) {
	.fixed_head{
		position:static;
	}
	.mainimage{
		margin-top:0;
	}
	#intoro,#title_11,#title_12,#title_13,#title_14,#title_15{
		padding-top:0;
		margin-top:0
	}
	.main-img{
		display:none !important;
	}
}

@media (min-width:769px){
	.rec-main-img{
		display:none !important;
	}
}

#title_01{
	background-image:url(../img/onayami_back.png);
	text-align: center;
	background-position: bottom;
	background-size: 1% 100%;
}