﻿body,h1,h2,ul,img{
	padding: 0px;
font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
	margin: 0px;
}
/*小林*/
img{
	max-width: 100%;
	height: auto;
}
.white{
	color: #fff !important;
}
.txt_underline{
	text-decoration: underline;
}
.txt_center{
	text-align: center;
}

/*#top {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	z-index: 0;
	width: 100%;
}*/
ul{list-style-type:none;}
.clear{clear:both;}

a:active .linkwhite,
a:visited .linkwhite,
.linkwhite{
	color: #FFF;
}
.small{
	font-size: 80%;
	line-height: 200%;}
.xsmall{
	font-size: 60%;
	line-height: 100%;}

.bold{
	font-weight: bold;
	line-height: 250%;
	}
.large{
	font-size: 180%;
	line-height: 160%;
}

.large02{
	font-size: 150%;
	line-height: 200%;
}
.large3{
	font-size: 1.9rem;
	line-height: 180%;
}
.large03{
	font-size: 130%;
	line-height: 200%;
}

.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}

.link	{
	color: #103158;
	text-decoration: underline;
}
.subtit02 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.8em;
}
a:hover img{opacity:0.9;filter:alpha(opacity=90);}
a{text-decoration: none; color:#31251F;}
a:hover {
	-webkit-transition:0.1s ease-in-out;
	-moz-transition:0.1s ease-in-out;
	-o-transition:0.1s ease-in-out;
	transition:0.1s ease-in-out;
	text-decoration: underline;
opacity:0.8;filter:alpha(opacity=80);
text-decoration: none;
}

#left-column p,
article section p{
	font-size:85%;
	line-height:200%;
	color:#31251F;
	padding:0px;
	font-weight:normal;
	display: block;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 0.5em;
	letter-spacing: 1px;
	margin-bottom: 1em;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

#contents{
	width:1000px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 0px;
	box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	-moz-box-shadow:0 0 3px #999;
	z-index: 1;
	position: relative;
	height: auto !important;    /* IE6対策 */
	height: 100%;             /* IE6対策 */
	min-height: 100%;
	padding-bottom: 5em;
	padding-top: 0.5em;
}
.top header{
	width:100%;
	margin-top: 0;
	position: relative;
	height: 100vh;
}
@media screen and (min-width:640px){
	.top header{
		height: 50vh;
	}
	.flex3{
		display: flex;
		justify-content: center;
	}
	.flex3 div{
		margin: 10px;
	}
}
footer{
	width:100%;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-size: cover;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	z-index: 100;
	bottom: 0;
	text-align: center;
	margin-bottom: 0px;
}
#footer-inner{
	width:1000px;
	margin-top:0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
}
.copyright{
	display:block;
	font-size:12px;
	margin-bottom: 2px;
}
#mainvisual{
	width:960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	padding: 0px;
}
#mainvisual img{
	width:100%;
	margin-left:auto;
	margin-right: auto;
}
#topmain-column{
	width:94%;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1%;
	padding-left: 1%;
	margin-left: 2%;
	margin-bottom: 2em;
	margin-top: 2em;
}

.rcm-box {
	width: 100%;
	position: relative;
	background-color: #103158;
	border-radius:10px;
}
.rcm-box img {
  display: block;
  width: 100%;
  opacity: 1;
}
.rcm-box:hover img {
  opacity: 0.3;
}
.rcm-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.rcm-description{
	color: #FFF;
}
.rcm-box:hover .rcm-overlay {
  opacity: 1;
}
.rcm-contents {
	padding: 0;
	color: white;
	font-size: 180%;
	font-weight: bold;
}
.rcm-button {
  background: white;
  padding: 0;
  text-decoration: none;
}
.column02waku {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 100%;
	text-align: center;
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	-moz-box-shadow: 0 8px 6px -6px #ccc;
	box-shadow: 0 8px 6px -6px #ccc;
	margin-top: 0px;
}

#container02 img{
	width: 100%;
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	-moz-box-shadow: 0 8px 6px -6px #ccc;
	box-shadow: 0 8px 6px -6px #ccc;
	margin-top: -1px;
}

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider ul li a:hover img{
	-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;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
}
.slider_prev {background: #fff url(../images/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../images/next.jpg) no-repeat left center;}
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
.pagination a {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}



#left-column .lefttxt {
	width: 94%;
	margin-left: 3%;
	font-size: 78%;
	line-height: 160%;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#left-column .leftmenu li {
	font-size: 90%;
	font-weight: bold;
	background-image: url(../images/left_menubg.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 212px;
	margin-top: 7px;
	padding-left: 18px;
	padding-top: 10px;
}



#top .top_menu {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
}

#top .top_menu a .imgleft {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.imgleft02 {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}


.toptit {
	border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
	height: 40px;
	width: 96%;
	padding-top: 12px;
	padding-left: 4%;
	color: #FFF;
	position: relative;
	background-color: #513124;
	font-size: 120%;
	line-height: 160%;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}

.toptit02 {
	border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
	height: 48px;
	width: 98%;
	padding-top: 16px;
	padding-left: 20px;
	color: #FFF;
	position: relative;
	background-color: #513124;
	font-size: 140%;
	line-height: 160%;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
.righttxt a {
	float: right;
	margin-right: 10px;
	margin-top:  0;
	font-size: 50%;
	font-weight: normal;
	position: absolute;
	top: 15px;
	right: 5px;
	color: #FFF;
}

.subtit {
	font-size: 135%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 100%;
	display: inline-block;
	width: 80%;
	float: left;
}
.subtiticon {
	display: inline-block;
	margin-top: 0.8em;
	width: 30px;
	float: left;
	margin-left: 3px;
}

#footer-inner .footermenu{
	margin-top: 0.5em;
}
#footer-inner .footermenu p{
	margin-top: 0em;
	padding: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-weight: normal;
	display: inline-block;
}


#footer-inner .footermenu a{
	font-size: 90%;
	color: #FFF;
	font-weight: normal;
}
#footer-inner .footermenu02{
	margin-top: 2.5em;
}

#main-column02 .pdf {
	width: 80%;
	margin-bottom: 2em;
	background-color: #971E1E;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 10%;
	border-radius:5px;
	padding-right: 10px;
	padding-left: 10px;
}
#main-column02 .pdf .icon{
vertical-align: bottom;
}

#main-column02 a .pdf{
	font-size: 85%;
	font-weight: bold;
	display: inline-block;
	line-height: 260%;
	color: #FFF;
	text-align: center;
}
#main-column02 a:hover .pdf{
	font-size: 85%;
	font-weight: bold;
	display: inline-block;
	text-decoration: underline;
}

.img1000{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
}


.img1000 img{
	width: 100%;
}


/* ------ Mainvisual ------ */

#mainvisual {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#mainvisual-inner {
	position: relative;
	padding-left: 50%;
}
#mainvisual-inner .img {
	display: none;
	float: left;
}
#mainvisual-arrow {
	position: absolute;
	z-index: 200;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -10px;
}
#mainvisual-arrow-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
#mainvisual-arrow .prev,
#mainvisual-arrow .next {
	position: absolute;
	width: 27px;
	height: 27px;
	overflow: hidden;}
#mainvisual-arrow .prev {left: 3%;}
#mainvisual-arrow .next {right: 3%;}

#mainvisual-arrow a {
	display: block;
	width: 27px;
	height: 54px;
}
#mainvisual-arrow a:link,
#mainvisual-arrow a:visited {
	margin-top: 0px;}
/*#mainvisual-arrow a:hover,
#mainvisual-arrow a:active {
	margin-top: -27px;}*/
#mainvisual-arrow a img {
	vertical-align: top;
}
#mainvisual-btn {
	width: 100%;
	height: 10px;
	margin-top: 10px;
	text-align: center;}
#mainvisual-btn div {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	overflow: hidden;
	vertical-align: top;}
#mainvisual-btn div {*display: inline;}
#mainvisual-btn span {
	display: block;
	width: 10px;
	height: 20px;
}
#mainvisual-btn span.current {
	margin-top: -10px;
}
#mainvisual-btn img {
	vertical-align: top;
}


/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;}

.content {
  display: none;
}

.content:target {
  display: block;
}

#link01 img,#link02 img,#link03 img,#link04 img,#link05 img
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.facetop {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 500px;
	margin-top: 2em;
}

.enkaimenu a{
	padding: 0.8em;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	background-color: #721617;
	text-align: center;
	border-radius:6px;
	display: block;
	margin-bottom: 0.5em;
}


/* 幅960px以上　*/
@media screen and (min-width:960px){

#wrapper{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	font-weight: normal;
	background-color: #FFF;
	margin-top: 1em;
	margin-bottom: 5em;
	color: #31251F;
	padding-bottom: 2em;
	}
.headtxtwaku {
	background-color: #56362E;
	width: 100%;
	height: 20px;
	padding-top: 0;
	margin-top: 0;
	position: absolute;
	top: 0px;
	opacity:0.2;
	filter:alpha(opacity=20);
	z-index: -10;
}
.headtxt {
	font-size: 78%;
	text-align: left;
	color: #3E261A;
	z-index: 3;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	line-height: 160%;
}


header .headtxt02 {
	position: absolute;
	top: -32px;
	line-height: 0px;
	z-index: 10;
	background-color: #721617;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
	border-radius: 0px 0px 6px 6px / 0px 0px 6px 6px;
	right: 2em;
}


header .yoyaku {
	z-index: 10;
	/*background-color: #721617;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
	border-radius: 6px;
	font-size: 95%;
	font-weight: normal;*/
}
header .yoyaku a{

	color: #FFF;
	text-decoration: none;
	display: block;
}
header .yoyaku a img{
	width: 290px;
	height: auto;
}

header .yoyaku02 {
	display: none;
}


#header-inner{
	width:1000px;
	display:block;
	z-index: 10;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	position: relative;
}
#header-inner .logo {
	width: 425px;
	padding-top: 1.5em;
	padding-bottom: 0.8em;
	display: inline-block;
}
#header-inner .logo img{
	width: 100%;
}
#header-inner .header-rtxt{
	display: inline-block;
	text-align: center;
	font-weight: bold;
	margin-top: 2em;
	font-size: 100%;
	float: right;
	position: absolute;
	top: 1em;
	right: 2em;
	color: #31251F;
	}
#header-inner .header-rtxt02{
	display: none;
	}



#gnav {
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
}
#gnav ul {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
}
#gnav ul li a{
	float: left;
	margin: 0px;
	padding: 0px;
}
#gnav ul li a:hover,
#gnav ul li a:active,
#gnav ul li a.current{
opacity:0.6;filter:alpha(opacity=60);
text-decoration:none;
border-radius:4px;
}
#gnav02 {
	display: none;
}
.gara {
	display: none;
}
}

/* 幅959px以下　*/
@media screen and (max-width:959px){
#wrapper{
	width:100%;
	margin-left:0;
	font-weight: normal;
	background-color: #FFF;
	margin-bottom: 3em;
	color: #31251F;
	padding: 1%;
	margin-right: 0px;
	}

#header-inner{
	max-width:100%;
	text-align: center;
	display:block;
	z-index: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	height: auto;
	position: relative;
}
#top .top_menu,
headtxtwaku,
header .headtxt02,
header .yoyaku,
.headtxt {
	display: none;
}

header .yoyaku02 {
	width: 54%;
	z-index: 10;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-radius:6px;
	margin-bottom: 1em;
	float: right;
	text-align: center;
}


#header-inner .logo {
	width: 40%;
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}
#header-inner .logo img{
	width: 100%;
}
#header-inner .header-rtxt{
	display: none;
	}
#header-inner .header-rtxt02{
	width: 55%;
	display: inline-block;
	margin-top: 0.3em;
	font-size: 80%;
	margin-right: 1%;
	float: right;
	text-align: right;
	line-height: 180%;
	margin-bottom: 0.5em;
	color: #fff;
	}
#contents{
	width:100%;}
#mainvisual{
	width:100%;
}
#topmain-column{
	width:98%;
	padding-right: 1%;
	padding-left: 1%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 0em;
	margin-bottom: 1em;
	clear: both;
}
#gnav {
	display: none;
}
.gara {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat;
	height: 0.8em;
}
#gnav02 {
	width: 99%;
	margin-left: 2%;
}
#gnav02 ul {
	margin-top: 0.5em;
}

#gnav02 ul.onelinewaku{
	margin-top: 0.5em;
}

#gnav02 ul li{
	float: left;
	width: 46%;
	text-align: center;
	border: 2px solid #240000;
	font-size: 78%;
	font-weight: bold;
	color: #fff;
	float: left;
	margin-right: 2%;
	border-radius:6px;
	background-color: #240000;
}


#gnav02 ul.onelinewaku li{
	float: left;
	width: 100%;
	text-align: center;
	border: 2px solid #240000;
	font-size: 78%;
	font-weight: bold;
	color: #fff;
	float: left;
	margin-right: 2%;
	border-radius:6px;
	background-color: #240000;
}

#gnav02 ul li.online{
	float: left;
	width: 94%;
	text-align: center;
	border: 2px solid #721617;
	font-size: 78%;
	font-weight: bold;
	color: #fff;
	float: left;
	margin-right: 2%;
	border-radius:6px;
	background-color: #721617;
}

#gnav02 ul a,
#gnav02 ul a:link li,
#gnav02 ul a:visited li{
	text-decoration:none;
	margin-bottom: 0.7em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	text-decoration:none;
	-webkit-transition:0s ease-in-out;
	-moz-transition:0s ease-in-out;
	-o-transition:0s ease-in-out;
	transition:0s ease-in-out;
}
#gnav02 ul a:hover li,
#gnav02 ul a:active li,
#gnav ul a.current li{
	background-color:#FFFFFF;
	text-decoration:none;
	color: #240000;
	-webkit-transition:0s ease-in-out;
	-moz-transition:0s ease-in-out;
	-o-transition:0s ease-in-out;
	transition:0s ease-in-out;


}

#gnav02 ul a:hover li.online,
#gnav02 ul a:active li.online,
#gnav ul a.current li.online{
	background-color:#FFFFFF;
	text-decoration:none;
	color: #921D1D;
}

#footer-inner{
	width:96%;
	margin-bottom: 0em;
	font-size: 80%;
	text-align: center;
	margin-left: 2%;
}


.toptit {
	height: 48px;
	width: 96%;
	padding-top: 16px;
	padding-left: 3%;
	color: #FFF;
	font-size: 120%;
	line-height: 160%;
	margin-right: 1%;
	margin-bottom: 0.5em;
	padding-right: 1%;
}
#link01 img,#link02 img,#link03 img,#link04 img,#link05 img{
	margin-left: 2%;
	width: 96%;
}
#link01 img,#link02 img,#link03 img,#link04 img,#link05 img
{
	width: 100%;
}
.img1000{
	width: 100%;
}



}

@media screen and (max-width:640px){
	.kasou header{
		background-color: #7c0a0a;
	  }
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;}


header .yoyaku02 {
	width: 90%;
	float: none;
	margin-bottom: 0em;
	margin: 0 auto;
}

}

@media screen and (max-width:479px){
.tel a{
 border: 1px solid #fff;
 display: block;
 padding: 0 4px;
}
.tel{
	display: block;
}
.facetop {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 100%;
}

#container02{
	width: 100%;
	overflow: hidden;
}

#container02 img{
	width: 100%;
	overflow: hidden;
}

#contents{
	padding-bottom: 3em;
}
#left-column p,
article section p{
	font-size:76%;
	line-height:180%;
}
#header-inner .logo {
	width: 70%;
	display: inline-block;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}
#header-inner .header-rtxt02{
	width: 84%;
	float: none;
	font-size: 90%;
	margin:0 auto;
	text-align: center;
	padding-bottom: 0.2em;
	line-height: 150%;
	margin-bottom: 0.3em;
	color: #fff;
	}
#header-inner .header-rtxt02 a{
  color: #fff;
}
#mainvisual{
	display: none;}

#topmain-column02 .newstit {
	width: 100%;
	margin-left: 0%;
	font-size: 120%;
	font-weight: bold;
	border: 2px solid #002E73;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-radius:10px;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-right: 0%;
}

#footer-inner .footermenu{
	margin-top: 0em;
}

#footer-inner .footermenu p{
	margin-top: 0em;
	float: left;
	padding: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-size: 80%;
	font-weight: normal;
}


#footer-inner .footermenu a{
	font-size: 115%;
	color: #FFF;
	font-weight: normal;
	line-height: 180%;
}
#footer-inner .footermenu02{
	margin-top: 2em;
}

#main-column02 .pdf {
	width: 80%;
	margin-bottom: 1em;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 7%;
	border-radius:5px;
	padding-right: 10px;
	padding-left: 10px;
}

}
/*
#main-column02 article section nav {
	margin-top: 1em;
	margin-bottom: 1em;
}*/
.motto {
	font-family: "メイリオ", Arial;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	line-height: 160%;
}
.middle {
	font-size: 140%;
	line-height: 220%;
}
