@charset "utf-8";


@media only screen and (min-width: 900px),print {


/*-------------------------------------
	header パターン1　PC
-------------------------------------*/


.header {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0;
}

.header #head{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1100px;
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;
	padding: 20px 0 15px;
}

.header #head .head_l{
	width: calc( 100% - 600px );
	box-sizing: border-box;
	padding: 0px 50px 0 0;
}
.header #head .head_c{
	padding: 0px 0 0 0;
	width: 250px;
}
.header #head .head_r{
	width: 350px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}


/*----------*/

.head_l h1{
	padding: 0px 0 0;
	font-size: 24px;
	color: #444444;
	font-family: 'Noto Sans JP';
	font-weight: bold;
	line-height: 1.4;
}
.head_l h1 img{
	margin: 10px 0 0 0;
	display: block;
}

/*----------*/

.head_c .line_bn{
	margin: 0;
	padding: 0 0 15px;
}
.head_c .line_bn img{
	display: block;
}
.head_c .tel{
	margin: 0;
	padding: 0;
}
.head_c .tel a{
	font-size: 32px;
	line-height: 32px;
	color: #444444;
	background-image: url(../image/common/tel.png);
	background-position: left 3px;
	padding: 0px 0 0 30px;
	background-size: auto 26px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*----------*/

.head_r table.time{
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
	color: #333333;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.4;
}
.head_r table.time th{
	padding: 0px 1px;
	font-weight: bold;
	border: 1px solid #E16740;
}

.head_r table.time th:first-child{
	background-color: #FEF5D6;
}

.head_r table.time td{
	border: 1px solid #E16740;
	vertical-align: middle;
	text-align: center;
}


.head_r p,
.head_r dl{
	overflow: hidden;
	line-height: 1.5;
	font-size: 14px;
	margin: 0;
}
.head_r dl dt{
	float: left;
}
.head_r dl dd{
	padding: 0 0 0 2em;
}

.guide_menu{
	display: none;
}
.btm_bn{
	display: none;
}




#menu{
	background-color: #5383c3;
	background-image: -webkit-linear-gradient(270deg, rgba(83, 131, 195, 1.00) 0%, rgba(115, 230, 140, 1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(83, 131, 195, 1.00) 0%, rgba(115, 230, 140, 1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(83, 131, 195, 1.00) 0%, rgba(115, 230, 140, 1.00) 100%);
	background-image: linear-gradient(180deg, rgba(83, 131, 195, 1.00) 0%, rgba(115, 230, 140, 1.00) 100%);
}
#menu ul{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	margin: 0 auto;
	justify-content: space-around;
	font-family: 'Noto Sans JP';
	max-width: 1100px;
}

#menu ul li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#menu ul li a{
	display: block;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	padding: 15px 1em;
	color: #FFFFFF;
	font-weight: bold;
}
#menu ul li a:hover{
	background-color: hsla(0,0%,100%,0.30);
}



.topimg .bx-wrapper{
    margin-bottom: 0px!important;
}
/*
.header #menu{
	padding: 0;
	clear: both;
	width: 100%;
}

.header #menu ul{
	display: flex;
	flex-wrap:wrap;
	align-content: center;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
}
.header #menu ul li{
	margin: 0 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 25px;
}

.header #menu ul li a{
	display: block;
	color: #333333;
	padding: 10px 0;
	text-align: center;
}
.header #menu ul li a small{
	font-size: 10px;
	color: #F297BE;
	line-height: 15px;
	display: block;

}

.header #menu ul li a:hover{
	background-color: hsla(0,0%,100%,0.30);
}

*/


/* 以下、ドロップダウン */

.header #menu ul li.menu-item-has-children {
    position: relative;
}

.header #menu ul li.menu-item-has-children ul {
	z-index:100;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 60px;
	left: 0px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.header #menu ul li.menu-item-has-children:hover ul {
	visibility: visible;
	opacity: 1;
	top: 60px;
	width: 171px;
	left: 0px;
	background-color: #888888;
	display: block;
}

.header #menu ul li.menu-item-has-children ul li{
	margin: 0 0em;
	border-left: none;
}
.header #menu ul li.menu-item-has-children ul li:last-child{
	margin: 0 0em;
	border-right: none;
}

.header #menu ul li.menu-item-has-children ul li a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px dotted #FFFFFF;
	display: block;
	width: 100%;
}


}





/*-------------------------------------
	header パターン1　SP
-------------------------------------*/

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



.header {
	padding: 10px 0;
	background-color: #FFFFFF;
}

.header #head .head_l{
	width: 100%;
	box-sizing: border-box;
	padding: 0px 0px 0 0;
}
.header #head .head_c{
	display: none;
}
.header #head .head_r{
	display: none;
}


/*----------*/

.head_l h1{
	padding: 0 10px;
	font-size: 15px;
	color: #444444;
	text-align: center;
}
.head_l h1 img{
	margin: 5px auto 0;
	display: block;
}

/*----------*/


#spmenu{
	position:fixed;
	right:0px;
	top:0px;
	z-index: 999999;
}
#nav-drawer {
/*	background-color: transparent;*/

	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	border-radius: 50%;
}
#nav-drawer p {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	margin:-5px 0 0 0;
	text-align: center;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
	  display:none;
}
/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 0px;
	height: 0px;
	margin-left: 0px;
	vertical-align: middle;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	display: none;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -15px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width:85%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 350px;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}
#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


#nav-content h2{
color: #FFFFFF;
    font-size: 18px;
    margin: 0;
    padding: 8px 10px;
    line-height: 1.4;
    background-image: url(../image/common/side_h2.jpg);
    font-weight: bold;
}

#nav-content ul{
	margin: 0 0 30px;
}

#nav-content ul li {
	color: #333333;
	font-size: 17px;
	position: relative;
}

#nav-content ul li a {
	border-bottom: 1px solid #DDDDDD;
	display: block;
	color: #333333;
	padding: 10px 10px 10px 20px;
	background-image: url(../image/common/list2.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 10px;
}
/* sub-menu */
#nav-content ul li ul li a {
	border-bottom: 1px solid #DDDDDD;
	display: block;
	color: #333333;
	padding: 10px 10px 10px 30px;
	background-image: url(../image/common/list2.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: auto 10px;
	background-color: #F9F9FD;
	font-weight: normal;
}




.guide_menu{
	padding: 0px;
	position: sticky;
	z-index: 100;
	top: -1px;
	left: 0;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #5383c3;
	background-image: -webkit-linear-gradient(270deg, rgba(83, 131, 195, 1.00) 0%, rgba(115, 230, 140, 1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(83, 131, 195, 1.00) 0%, rgba(115, 230, 140, 1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(83, 131, 195, 1.00) 0%, rgba(115, 230, 140, 1.00) 100%);
	background-image: linear-gradient(180deg, rgba(83, 131, 195, 1.00) 0%, rgba(115, 230, 140, 1.00) 100%);
	border-bottom: 1px solid #FFFFFF;
}

.guide_menu ul{
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.2;
}
.guide_menu ul li{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	padding: 5px 0;

}
.guide_menu ul li:last-child{
	border-right: none;
}

.guide_menu ul li small{line-height: 1.2;
	font-size: 12px;
}
.guide_menu ul li img{
	margin: 5px auto 10px auto;
	display: block;
	width: auto;
	height: 25px;
}

.guide_menu ul li:nth-of-type(3) img,
	.guide_menu ul li:nth-of-type(5) img{
		margin-bottom:5px;
	}


.guide_menu ul li a,
.guide_menu ul li label{
	display: block;
	color: #FFFFFF;
	height: 100%;
}



.btm_bn{
	padding: 10px;
	position: fixed;
	z-index: 100;
	bottom: 0px;
	left: 0;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: hsla(41,85%,95%,0.80);
}

.btm_bn ul{
	display: flex;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	justify-content: space-between;

    animation-duration: 1.4s;
    animation-name: yure;
    animation-iteration-count: infinite;
}
.btm_bn ul li{
	width: 48%;
}
.btm_bn ul li a{
	display: block;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 15px 0;
	text-align: center;
	font-size: 15px;
	line-height: 1.4;
}
.btm_bn ul li.mail a{
	background-color: #012B77;
}
.btm_bn ul li.line a{
	background-color: #07C755;
}



@keyframes yure {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 2deg);
    transform: rotate3d(0, 0, 1, 2deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
    transform: rotate3d(0, 0, 1, -2deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 2deg);
    transform: rotate3d(0, 0, 1, 2deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
    transform: rotate3d(0, 0, 1, -2deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}



}
