html,body{
	height:100%;
	background-image: url("../images/common/back.jpg");
	background-repeat: repeat-y;
	background-size: 100%;
}



/* タイトル */

h1,h2,h3,h4,h5,h6{
	margin:0;
	line-height:1.2;
	letter-spacing:1.8px;
	font-size:100%;
}
h1{
	font-size:22px;
	color:#999;
	letter-spacing:3px;
	font-size:13px;
}
h2{
	font-size:25px;
	letter-spacing:3px;
	font-family:'Hannari','ヒラギノ明朝 Pro W6','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho','メイリオ',Meiryo,serif;
	margin-bottom: 10px;
}
h2 span{
	font-size:20px;
	letter-spacing:3px;
	color:#666;
	text-align:center;
}
h2.sab{
	color:#fff;
}
h3{
	font-size:21px;
	letter-spacing:3px;
	color:#666;
	text-align:center;
	line-height:35px;
}
h3 span.pink{
	color:#F69;
	font-size:26px;
}
	
/* イメージ */
img,
a img{border:0;}

/* 段落 */

*{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	letter-spacing: 2.5px;
	line-height: 28px;
	/* [disabled]font-size:1em; */
	color: #fff;
	font-size: 14px;
}
@font-face {
   font-family: Hannari;
   src: url('../font/Hannari.otf') format("opentype");
}
p.hannari{
   font-family:Hannari;
}
   

a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#666;
/*	text-decoration:underline;*/
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

img{vertical-align:top;}

.clearfix {zoom:1;}
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.t_l{text-align:left !important;}

/*****アイコン******/
.left_bar ul li {
	position: relative;
}
.left_bar ul li a:hover{
	color:#f00;
}
.left_bar ul li::after,
.left_bar ul li::before {
	display: block;
	content: '';
	position: absolute;
}
.left_bar ul li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #3498db;
	border-radius: 100%;
}
.left_bar ul li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.c_w{
	color:#FFF !important;
}
/*****アイコンend******/

.ml_3{margin-left:3px !important;}
.ml_5{margin-left:5px !important;}
.ml_10{margin-left:10px !important;}
.ml_10_1{margin-left:2% !important;}
.ml_15{margin-left:15px !important;}
.ml_20{margin-left:20px !important;}
.ml_25{margin-left:25px !important;}
.ml_30{margin-left:30px !important;}
.ml_40{margin-left:40px !important;}
.ml_50{margin-left:50px !important;}
.ml_55{margin-left:55px !important;}
.ml_150{margin-left:150px !important;}

.mb_0{margin-bottom:0px !important;}
.mb_5{margin-bottom:5px !important;}
.mb_10{margin-bottom:10px !important;}
.mb_15{margin-bottom:15px !important;}
.mb_20{margin-bottom:20px !important;}
.mb_25{margin-bottom:25px !important;}
.mb_30{margin-bottom:30px !important;}
.mb_40{margin-bottom:40px !important;}
.mb_50{margin-bottom:50px !important;}
.mb_60{margin-bottom:60px !important;}
.mb_70{margin-bottom:70px !important;}
.mb_80{margin-bottom:80px !important;}

.mr_5{margin-right:5px !important;}
.mr_10{margin-right:10px !important;}
.mr_15{margin-right:15px !important;}
.mr_20{margin-right:20px !important;}
.mr_25{margin-right:25px !important;}
.mr_30{margin-right:30px !important;}
.mr_40{margin-right:40px !important;}
.mr_50{margin-right:50px !important;}
.mr_60{margin-right:60px !important;}

.m_10{margin:10px !important;}
.m_box{margin:0 10px 10px 10px;}

.mt_5{margin-top:5px !important;}
.mt_10{margin-top:10px !important;}
.mt_15{margin-top:15px !important;}
.mt_20{margin-top:20px !important;}
.mt_30{margin-top:30px !important;}
.mt_40{margin-top:40px !important;}
.mt_50{margin-top:50px !important;}
.mt_55{margin-top:55px !important;}
.mt_80{margin-top:80px !important;}
.mt_100{margin-top:100px !important;}
.mt_200{margin-top:200px !important;}
.m_auto{margin:0 auto !important;}
.mt_-100{margin-top:-100px !important;}
.mt_-150{margin-top:-150px !important;}
.mt_-200{margin-top:-150px !important;}
.mt_-100_0{margin-top:-100px !important;}


.pb_80{padding-bottom:80px !important;}
.pt_10{padding-top:10px !important;}
.pt_20{padding-top:20px !important;}
.pb_20{padding-bottom:20px !important;}
.pt_50{padding-top:50px !important;}
.pb_50{padding-bottom:50px !important;}
.pt_80{padding-top:80px !important;}
.pb_80{padding-bottom:80px !important;}
.pt_40{padding-top:40px !important;}
.pl_20{padding-left:20px !important;}
.pl_50{padding-left:50px !important;}
.pr_50{padding-right:50px !important;}
.size80{font-size:80% !important;}

.p_10{padding:10px !important;}
.p_20{padding:20px !important;}
.f12{font-size:12px !important;}
.f15{font-size:15px !important;}

.fl{float:left !important;}
.fr{float:right !important;}
.tl{text-align:left !important;}
.fc{clear:both !important;}
.tc{text-align:center !important;}

.f_12{font-size:12px;}
.sppc_pl_50{
	padding-left:50px;
}
/****************トップへ戻る*****************/
#cover{
	z-index:9999 ;
}
#fade {
background:url(../images/top_back_1.jpg);
width:100%;
height:100%;
display:none;
z-index:99999 !important;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index:9999;
}
#page-top a {
    background:#830707;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #a92727;
}
/****************トップへ戻る*******************/
/****************ヘッダーナビ*******************/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	background-color:#FFF;
	height:60px;
}
#fixedBox{
	height:80px;
	padding:10px 0px 10px 0px;
}
ul li{
	list-style-type:none;
}
.hed_sab{
	font-size:12px;
	width:240px;
}
.tel_hed{
	margin-top:-20px;
	margin-left:10px;
}
/****************ヘッダーナビ*******************/
/****************ボックス中央*******************/

.inner{
  display: inline-block;
}
.box{
  display: inline-block;
  vertical-align:text-top;
  margin-right: 20px;
}
.box:last-child{
  margin-right: 0;
}
/****************ボックス中央*******************/

.size_a{
	width:300px;
	text-align:center !important;
	margin:0 auto !important;
}
footer{
	background-image: url("../images/common/back2.jpg");
	background-repeat: repeat-y;
	background-size: 100%;
	padding: 50px 0;
}
footer p{
	font-size:0.9em;
	letter-spacing:2px;
	line-height:20px;
	color: #666;
}
#footer ul li{
	list-style:none;
}
.b_b{
	border-bottom:dotted 1px #666;
}
ul.satemap li{
	display:inline;
}
.footer_back{
	width:100%;
	background-color:#ebeeec;
}
/****************************************/


.line_blak{
	width:100%;
	background-color:#999;
	height:25px;
	color:#FFF;
	margin:0 auto !important;
}
.line_blak p{
	width:100px;
	color:#FFF;
	margin:0 auto !important;
}

.pc_none{
	display:none !important;
}
.fcfl{
	float:left;
}
/*#header{
	width:400px;
	display:block;
	height:400px;
	background-repeat:no-repeat;
	z-index:9999 !important;
	float:left;
}
*/
.nav_box_2{
	width:1100px;
	margin:0 auto;
}
.button {
	display: inline-block;
	width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color:#FFF;
	color: #666;
}
.button:hover {
	background-color: #CF3;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button2 {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color:#F90;
	color: #000;
    font-weight: bold;
    font-size: 1.3em;
	margin-top:20px;
    margin-bottom: 40px;
    border-radius: 10px;
    font-weight: bold;
}

.button4 {
  position: relative;
  display: inline-block;
  padding: .8em 4em;
  background: -webkit-linear-gradient(#fe5f95 , #ff3f7f);
  background: linear-gradient(#fe5f95 , #ff3f7f);
  border: 1px solid #fe3276;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.button4:hover {
	color:#FFC;
}
.button4::after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  content: '';
  border: 2px dashed #fff;
  border-radius: .4em 2em .5em 3em/3em .5em 2em .5em;
}
@media screen and (max-width: 768px) {
.mt_-100_0{margin-top:0 !important;
	padding-top: 50px;}
    .sp_none{
	display:none !important;
}
.pc_none{
	display:block !important;
}

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

.button3 {
	margin-left:20px;
}
.nav_box_2{
	display:none;
}

}
.button2:hover {
	background-color: #b56d00;
	color:#FFF;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button3 {
	display: inline-block;
	width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color:#FFF;
	color: #666;
	margin-top:20px;
}
.button3:hover {
	background-color: #3a8d90;
	color:#FFF;
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.box_head{
	width:80%;
}
.box_head_2{
	width:70%;
	height:750px;
	float:left;
	background-color:#0074C1;
}
.naname{
	width:30%;
	height:750px;
	float:left;
}
.mein_content{
	width:80%;
	margin:0 auto;
	padding:100px 0;
}
.box_content{
	width:80%;
	height:900px;
	float:right;
	margin-top:-200px;
	background-image:url("../images/top/y_back.png");
	background-size:100%;
	z-index:1 !important;
}
.box_content_2{
	width:80%;
	height:900px;
	float:left;
	margin-top:-100px;
	background-image:url("../images/top/y_back.png");
	background-size:100%;
	z-index:1 !important;
}

.footer{
	margin-left:150px;
}
.footer_box{
	background-color:#FFF;
	padding:80px 50px 15px 50px;
}
.top_p{
	width:100%;
	margin-top:50px;
}
.sekourei{
	width:42%;
	float:left;
	background-image:url("../images/common/fff_back.png");
	background-repeat:repeat;
	padding:20px;
}
.sekourei_p{
	float:left;
	margin-left:20px;
	width:50%;
}
.sekourei_p1{
	font-size:14px;
	letter-spacing:1px !important;
	line-height:18px !important;
	text-align:left;
}
.sekourei_p2{
	font-size:19px;
	letter-spacing:1px !important;
	line-height:20px !important;
}
.side_ander{
	position:absolute;
	bottom:40px;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
}
#loader {
  display: none;
  color: #fff;
  z-index: 2;
    /*  position: fixed;
  top: 0px;
  left: 0px;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;*/
    margin: 0;
    padding: 0;
    positiion: relative;
    min-width: 500px;   /*中央配置するボックスの横幅*/
    min-height: 200px;
}
#loader img{
    margin: -100px 0 0 -250px;  /*縦横半分をネガティブマージンでずらす*/
    position: absolute;     /*body要素に対して絶対配置*/
    top: 50%;       /*上端を中央に*/
    left: 50%;      /*左端を中央に*/
    width: 500px;   /*横幅*/
    height: 200px;  /*縦幅*/
}
.copy{
	text-align:center;
	font-size:0.7em;
	margin-top: 30px;
}
.fot_logo{
	width: 5%;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
}
#map_google{
	width:100%;
	min-width:1000px;
	position: relative;
}
.nav_area{
	width: 80%;
	display: flex;
	margin-left: 10%;
	height: 100px!important;
	padding: 30px 0;
	align-items: center;
}
.nav_logo{
	width: 20%;
	margin-right: 20%;
	padding: 30px 0;
}
.nav_azumino{
	width: 10%;
	padding-right: 5%;
}
.nav_content{
	width: 15%;
	padding: 30px 0;
}

.nav_content a:hover{
	background-color: #F9F2B3;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
	transition: 1.0s ;
}
.nav_content a:hover img{
	opacity: 1;
}

#map_google #maps{
	width:100%;
	min-width:1000px;
	position: relative;
	height: 400px;
	z-index:-1 !important;
}
footer{
	width:100%;
	height:auto;
}
table.footer_info{
	margin-left:50px;
	float:left;
	margin-top:50px;
	font-size:0.9em;
}
table.footer_info th{
	text-align:left;
	color:#FFF;
}
table.footer_info td{
	color:#FFF;
	padding-left:20px;
}
/*#nav_box{
	position:fixed;
	top:10px;
	right:10px;
	width:50px;
	height:auto;
	background-color:#FFF;
	z-index:9999;
}
*/.nav_box_2 p a{
	font-size:11px;
}
.nav{
	float:left;
	margin-left:20px;
	margin-top:20px;
	width:800px;
}
.nav1 a ,.nav2 a ,.nav3 a ,.nav4 a ,.nav5 a  ,.nav6 a {
	display: block;
	width: 140px;
	height: 50px;
	float:right;
}
span.none{
	display:none !important;
}
.nav1 a:hover ,.nav2 a:hover,.nav3 a:hover,.nav4 a:hover,.nav5 a:hover,.nav6 a:hover {
	background-position: 0 bottom;
}
.nav1 a{
	background: url(../images/common/nav1.png) no-repeat 0 0;
}
.nav2 a{
	background: url(../images/common/nav2.png) no-repeat 0 0;
}
.nav3 a{
	background: url(../images/common/nav3.png) no-repeat 0 0;
}
.nav4 a{
	background: url(../images/common/nav4.png) no-repeat 0 0;
}
.nav5 a{
	background: url(../images/common/nav5.png) no-repeat 0 0;
}
.nav6 a{
	background: url(../images/common/nav6.png) no-repeat 0 0;
}
.hed_logo_sm{
	float:left;
	margin-right:40px;
}
.nav1_on{
	background: url(../images/common/nav1.png) no-repeat 0 0;
	background-position: 0 bottom;
	display: block;
	width: 140px;
	height: 50px;
	float:right;
}
.nav2_on{
	background: url(../images/common/nav2.png) no-repeat 0 0;
	background-position: 0 bottom;
	display: block;
	width: 140px;
	height: 50px;
	float:right;
}
.nav3_on{
	background: url(../images/common/nav3.png) no-repeat 0 0;
	background-position: 0 bottom;
	display: block;
	width: 140px;
	height: 50px;
	float:right;
}
.nav4_on{
	background: url(../images/common/nav4.png) no-repeat 0 0;
	background-position: 0 bottom;
	display: block;
	width: 140px;
	height: 50px;
	float:right;
}
.nav5_on{
	background: url(../images/common/nav5.png) no-repeat 0 0;
	background-position: 0 bottom;
	display: block;
	width: 140px;
	height: 50px;
	float:right;
}
.nav6_on{
	background: url(../images/common/nav6.png) no-repeat 0 0;
	background-position: 0 bottom;
	display: block;
	width: 140px;
	height: 50px;
	float:right;
}
p.pankuzu{
	margin-left:20px;
	padding-top:10px;
	font-size:0.7em;
}
.mt200_mt100{
	margin-top:200px;
}



/*===============================================================
	header
================================================================*/
.header_menu {
	background-color:#FFF;
	margin-bottom:60px;
	position: fixed;
	width: 100%;
	z-index: 100;
}
.header_menu .btnMenu {
  background: #faf6f6;
  height: 50px;
  width: 50px;
  top: 0;
  right: 0;
  padding:5px;
}
.header_menu .sp_logo {
  top: 5px;
  left: 10px;
  position: absolute;
}
 
.gNav {
  background: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.gNav .gNav_list li {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%;
}
.gNav .gNav_list li.bk_2 {
	background-color:#D9FFD8;
}
.gNav .gNav_list li a {
  color: #333;
  display: block;
  padding: 15px 10px;
  text-decoration: none;
}
 
/*===============================================================
	container
================================================================*/
.container {
  background: #eee;
  padding-top: 54px;
  position: relative;
  width: 100%;
}
.menu{
	display:none;
}
.yajirushi{
	position:fixed;
	width: 3%;
	bottom:10px;
	right:10px;
	z-index:100000 !important;
}
@media screen and (max-width: 640px) {
	.yajirushi{
		position:fixed;
		width: 10%;
		bottom:10px;
		right:10px;
		z-index:100000 !important;
	}
	.fot_logo{
		width: 15%;
	}

}
@media screen and (max-width: 640px) {
.button {
	width: 100%;
}

.mein_content{
	width:96%;
	margin-left:2%;
	padding:25px 0;
}
.sp_mt_-150{
	margin-top:-150px;
}
.sp_mt_30{
	margin-top:30px;
}
ul.nav_sp{
	display: flex!important;
	flex-wrap: wrap;
	justify-content:space-around;
	margin-top: 10px;
}

ul.nav_sp a {
	width:46%;
	margin-bottom:5px;
	background-color:#0C3;
	padding:7px 1%;
	z-index:99999 !important;
	color:#FFF;
}
ul.nav_sp a li.b_on{
	background-color:#0C3;
}
.pl_1{
	margin-left:1px;
}
.mt200_mt100{
	margin-top:100px;
}
#nav_box{
	display:none !important;
}
#fixedBox{
	display:none!important;
}
.footer_back  .sp_p{
	text-align:left;
	margin-bottom:15px;
	float:none !important;
	margin-left:10px !important;
}

#footer{
	width:100% !important;
}
#footer ul{
	display:none !important;
}
.sp_foot{
	text-align:center !important;
	margin:0 auto !important;
	width:100%;
}
.sppc_pl_50{
	padding-left:0px;
}
.fcfl{
	clear:both;
}
.slider {
    width: 90%;
    margin: 0 auto 80px;
	margin-top:10px !important;
	margin-bottom:0px !important;
}
::selection {
  background: transparent;
}

input[type="checkbox"] {
  display: none;
}


@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
.menu {
  display: block;
  width: 100%;
  height: 3rem;
  position:fixed;
  top:0;
  z-index:100000 !important;
}

.menu__icon {
  display: block;
  float: right;
  color: white;
  font-size: 2.4rem;
  padding: 0.25rem 0.6rem 0 0.55rem;
  cursor: pointer; 
  
  transition: color 0.3s, background-color 0.3s;
}
.menu__icon i{
	color:#999;
}
.menu__checkbox--hidden:checked + .menu__icon {
  background-color: white;
  color: black;
}

.menu__nav {
  width: 100%;
  overflow: hidden;
  clear: both;
  height: 0;
  transition: height 0.5s;
}

.menu__checkbox--hidden:checked ~ .menu__nav {
  height:auto;
}

.menu__item {
  display: block;
  height: 3rem;
  width: 100%;
  padding: 0.7rem 0 0.5rem 1rem;
  border-bottom: 1px solid black;
  text-decoration: none;
  
  background-color: white;
  transition: color 0.3s, background-color 0.3s;
}

.menu__item:last-child {
  border: none;
}

.menu__item:hover {
  background-color: #FCF;
  color: white;
}

.menu__item li {
  list-style: none;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}
}
.bg_move{
    background-image: url('../images/common/back_line.png');
    height: 30px;
    animation: moveBg 10s infinite linear;
}
@keyframes moveBg{
    0%    { background-position: 0 0; }
    100%  { background-position: -256px 0; }
}


.bwWrapper {
    position:relative;
    display:block;
}
a.link_line{
	text-decoration:underline;
}