@charset "shift_jis";

/* @ݒ@ */

*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

img{
	vertical-align: middle;
}

img.left {
  border: 0px;
  float: left;
  margin-right: 0.8em;
  margin-bottom: 0.5em
}

img.right {
  border: 0px;
  float:right;
  margin-left: 0.8em;
  margin-bottom: 0.5em
}

span.special {
	font-size: 20px;
        font-weight: bold;
	text-align: left;
	background-color: #ffffff;
        background-image: url('./img/ps-back.gif');
	padding: 2px 8px 1px 14px;
        border-radius: 10px;
}

span.l {
        font-weight: bold;
}

span.red{
	font-size: 16px;
        color: #ff0000;
}

span.redl{
	font-size: 18px;
        color: #ff0000;
        font-weight: bold;
}

span.blackl{
	font-size: 18px;
        color: #000000;
        font-weight: bold;
}

span.peach{
	font-size: 16px;
        color: #ff1493;
}

span.peachl{
	font-size: 18px;
        color: #ff1493;
        font-weight: bold;
}

span.blue{
	font-size: 16px;
        color: #4169e1;
}

span.bluel{
	font-size: 18px;
        color: #4169e1;
        font-weight: bold;
}

table {
  line-height: 200%;
  text-align: left;
  border-width: 1px;
  border-color: #808000;
  border-collapse: collapse;
  border-style: solid;
  empty-cells: show;
}

table.resize {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
}

caption {
        color: #925401;
        font-weight: bold;
	font-size: 16px;
        text-align: left;
}

th {
  background-color: #f0f8ff;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: #808000;
  empty-cells: show;
}

th.th_gry {
  background-color: #d3d3d3;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: #808000;
  text-align: left;
  empty-cells: show;
}

td {
  background-color: #FFFFFF;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #808000;
  empty-cells: show;
}

td.data {
  text-align: right;
}

th,td.center {
  text-align: center;
}

a:hover {
        color: red;
}

a.special:hover img {
        opacity:0.5;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  border: double 3px #4169e1;
  line-height: 180%;
}

legend {
	font-size: 16px;
        font-weight: bold;
        color: #ffffff;
	background-color: #4169e1;
	padding: 3px 10px 3px 10px;
        margin-left: 10px;
        margin-bottom: 5px;
        border-radius: 10px;
}

ul.s {
  font-size: 14px;
  height: 300px;
  overflow: auto;
}

input[type]:focus {
	background-color: #fff0f5;
}

textarea:focus {
	background-color: #fff0f5;
}

input.kanji {
       ime-mode: active;
}

input.eiji {
       ime-mode: inactive;
}

textarea.kanji {
       ime-mode: active;
}

#box {
       width: 98%;
       overflow: auto;
       font-size: 16px;
       padding: 5px 10px;
       border-style: dotted;
       border-color: #006699;
       border-width: 2px;
       line-break: strict;
       margin-left: auto;
       margin-right: auto;
}

/* @y[WCAEg@ */

body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
	padding-top: 50px;
}
@media only screen and (min-width:651px) {
	body{
		padding-top: 0px;
	}
}
@media only screen and (min-width:801px) {
	body{
		width: 1030px;
		padding: 0px 15px;
		margin: 0px auto;
	}
}

header{
	width: 100%;
	position:relative;
}

#main{
	width: 100%;
	margin: 40px 0px;
	padding: 0px 15px;
}
@media only screen and (min-width:801px) {
	#main{
		width: 700px;
		float: left;
		margin-left: -15px;
	}
}

#main-1{
	width: 100%;
	clear: both;
	padding: 15px 20px;
        color: #8b4513;
}

#main-2{
	display: none;
}
@media only screen and (min-width:651px) {
	aside{
		width: 620px;
	}
	#main-1{
		float: left;
	}
	#main-2{
		float: right;
		display: block;
	}
}
@media only screen and (min-width:801px) {
	aside{
		width: 300px;
		float: right;
	}
}

aside{
	width: 300px;
	margin: 40px auto;
}
#sidebar-2{
	display: none;
}
@media only screen and (min-width:651px) {
	aside{
		width: 620px;
	}
	#sidebar-1{
		width: 300px;
		float: left;
	}
	#sidebar-2{
		width: 300px;
		float: right;
		display: block;
	}
}
@media only screen and (min-width:801px) {
	aside{
		width: 300px;
		float: right;
	}
}

aside:after{
	display: table;
	content: "";
	clear: both;
}

footer{
	width: 100%;
	clear: both;
	padding: 15px 20px;
	background: #4169e1;
}

/* @wb_[@ */
.logo{
	display: block;
	float: left;
	width: 180px;
	margin: 10px 0px 5px 2px;
}
@media only screen and (min-width:651px) {
	.logo{
		width: 270px;
	}
}

#header-top-link{
	float: right;
	margin: 5px 5px 15px 0px;
	list-style-type: none;
}

#header-top-link li{
	display: inline-block;
	margin-left: 0px;
}

#header-top-link a{
	display: block;
	text-decoration: none;
}

#header-top-link img{
	height:40px;
}
@media only screen and (min-width:651px) {
	#header-top-link img{
		height: 40px;
		padding-right: 5px;
	}
}

#header-top-link span{
	display: none;
}
@media only screen and (min-width:651px) {
	#header-top-link span{
		display: inline;
		color: #666;
		font-size: 15px;
	}
}

#header-top:after{
	display: table;
	content: "";
	clear: both;
}

#header-img{
	height: 250px;
	background-image: url("./img/header-img.jpg");
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px) {
	#header-img{
		height: 350px;
	}
}
@media only screen and (min-width:801px) {
	#header-img{
		height: 460px;
	}
}

#header-img1{
	height: 200px;
	background-image: url("./img/header-img1.jpg");
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px) {
	#header-img1{
		height: 250px;
	}
}
@media only screen and (min-width:801px) {
	#header-img1{
		height: 300px;
	}
}

#header-img2{
	height: 200px;
	background-image: url("./img/header-img2.jpg");
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px) {
	#header-img2{
		height: 250px;
	}
}
@media only screen and (min-width:801px) {
	#header-img2{
		height: 300px;
	}
}

#header-img3{
	height: 200px;
	background-image: url("./img/header-img3.jpg");
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px) {
	#header-img3{
		height: 250px;
	}
}
@media only screen and (min-width:801px) {
	#header-img3{
		height: 300px;
	}
}

#header-img4{
	height: 200px;
	background-image: url("./img/header-img4.jpg");
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px) {
	#header-img4{
		height: 250px;
	}
}
@media only screen and (min-width:801px) {
	#header-img4{
		height: 300px;
	}
}

#header-img5{
	height: 200px;
	background-image: url("./img/header-img5.jpg");
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px) {
	#header-img5{
		height: 250px;
	}
}
@media only screen and (min-width:801px) {
	#header-img5{
		height: 300px;
	}
}

#header-img6{
	height: 200px;
	background-image: url("./img/header-img6.jpg");
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px) {
	#header-img6{
		height: 250px;
	}
}
@media only screen and (min-width:801px) {
	#header-img6{
		height: 300px;
	}
}

#header-img7{
	height: 200px;
	background-image: url("./img/header-img7.jpg");
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px) {
	#header-img7{
		height: 250px;
	}
}
@media only screen and (min-width:801px) {
	#header-img7{
		height: 300px;
	}
}

#header-img8{
	height: 200px;
	background-image: url("./img/header-img8.jpg");
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px) {
	#header-img8{
		height: 250px;
	}
}
@media only screen and (min-width:801px) {
	#header-img8{
		height: 300px;
	}
}

#header-img9{
	height: 200px;
	background-image: url("./img/header-img9.jpg");
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px) {
	#header-img9{
		height: 250px;
	}
}
@media only screen and (min-width:801px) {
	#header-img9{
		height: 300px;
	}
}

#header-img10{
	height: 200px;
	background-image: url("./img/header-img10.jpg");
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px) {
	#header-img10{
		height: 250px;
	}
}
@media only screen and (min-width:801px) {
	#header-img10{
		height: 300px;
	}
}

#header-img11{
	height: 200px;
	background-image: url("./img/header-img11.jpg");
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px) {
	#header-img11{
		height: 250px;
	}
}
@media only screen and (min-width:801px) {
	#header-img11{
		height: 300px;
	}
}

#header-img12{
	height: 200px;
	background-image: url("./img/header-img12.jpg");
	background-size: cover;
	background-position: bottom;
}
@media only screen and (min-width:651px) {
	#header-img12{
		height: 250px;
	}
}
@media only screen and (min-width:801px) {
	#header-img12{
		height: 300px;
	}
}

/* @irQ[V@ */
#sp-menu{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #4169e1;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding-left: 15px;
	line-height: 50px;
}
@media only screen and (min-width:651px) {
	#sp-menu{
		display: none;
		position: static;
	}
}

#sp-menu img{
	height: 30px;
/*
	padding-bottom: 4px;
	margin-right: 8px;

 */
}


nav ul{
	list-style-type: none;
	display: none;
	position: fixed;
	top: 45px;
	left: 0px;
	width: 100%;
}
@media only screen and (min-width:651px) {
	nav ul{
		display: block;
		position: static;
	}
}


nav li{
	width: 50%;
	float: left;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
}
nav li:nth-child(odd){
	border-right: solid 1px #fff;
}
@media only screen and (min-width:651px) {
	nav li{
		width: 12.5%;
		border-right: solid 1px #fff;
		border-bottom: solid 1px #fff;
	}
	nav li:last-child{
		border-right: none;
	}
}

nav a{
	display: block;
	background: #4169e1;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 45px;
	padding-left: 15px;
	text-decoration: none;
}
@media only screen and (min-width:651px) {
	nav a{
		line-height: 36px;
		text-align: center;
		padding-left: 0;
	}
}

nav a:hover{
	background: #e0ffff;
        color: #000000;
}

nav a.special{
	display: block;
	background: #483d8b;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 45px;
	padding-left: 15px;
	text-decoration: none;
}
@media only screen and (min-width:651px) {
	nav a.special{
		line-height: 36px;
		text-align: center;
		padding-left: 0;
	}
}

nav ul:after{
	display: table;
	content: "";
	clear: both;
}

/* @Cp@ */

#main section{
	margin-bottom: 20px;
}

#main ul{
	margin-left: 25px;
}

#main ol{
	margin-left: 25px;
}

h1,h2{
	color: #336;
	line-height: 1.2;
	border-bottom: solid 2px #336;
	margin-bottom: 8px;
}
h1{font-size: 20px;}
h2{font-size: 18px;}
h3{
	font-size: 18px;
        font-weight: bold;
        background-image: url(img/ico01.gif);
        background-repeat: no-repeat;
        padding-left: 35px;
        padding-top: 2px;
}
@media only screen and (min-width:651px) {
	h1{font-size: 24px;}
	h2{font-size: 20px;}
	h3{font-size: 20px;}
}

h3.special{
	font-size: 18px;
        font-weight: bold;
        background-image: url(img/ico2.gif);
        background-repeat: no-repeat;
        padding-left: 35px;
        padding-top: 2px;
}
@media only screen and (min-width:651px) {
	h1{font-size: 24px;}
	h2{font-size: 20px;}
	h3{font-size: 20px;}
}

.main-text{
	text-align: justify;
	font-size: 15px;
	line-height: 1.5;
}
@media only screen and (min-width:651px) {
	.main-text{
		font-size: 16px;
	}
}

#photo { text-align: center; }

p.cl {
  clear: both;
  line-height: 1.5em;
  line-break: strict;
}

p.center {
  clear: both;
  text-align: center;
  line-height: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

p.right {
  clear: both;
  text-align: right;
  line-height: 1.5em;
  margin-right: 3em;
}

p.resize img {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

iframe.resize {
  width: 100%;
  height: 175px;
  border: 0px;
}
@media only screen and (min-width:651px) {
	iframe.resize {
  height: 360px;
	}
}
@media only screen and (min-width:801px) {
	iframe.resize {
  height: 458px;
	}
}

.navi_m {
  font-size: 12px;
  margin-left: 20px;
}

dt {
       font-weight:  bold;
}

dd {
       margin-left: 1em;
}

#gotop {
 position: fixed;
 right: 1em;
 bottom: 1em;
 border: 0px;
 z-index: 3;
 }

#gotop_content {
 font-weight: bold;
 margin: 0px;
 color: #ffffff;
 }

/* @TCho[p@ */

.banner{
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
}

.banner2{
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
	padding-top: 15px;
        background:#4169e1;
        color:#ffffff;
        height:200px;
}

aside p{
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 10px;
}

/* @tb^[p@ */

footer ul{
	width: 100%;
	margin-bottom: 30px;
	list-style-type: none;
}
@media only screen and (min-width:801px) {
	footer ul{
		width: 300px;
	}
}

footer li{
	width: 50%;
	float: left;
}

footer li a{
	display: block;
	color: #FFF;
	font-size: 13px;
	line-height: 45px;
	padding-left: 10px;
	text-decoration: none;
}
@media only screen and (min-width:801px) {
	footer li a{
		line-height: 24px;
	}
}

footer li a:hover{
	background: #C30;
}

footer ul:after{
	display: table;
	content: "";
	clear: both;
}

#copyright{
	text-align: right;
	color: #FFF;
	font-size: 12px;
}

@media only screen and (min-width:651px) {
	#copyright br{
		display: none;
	}
}


/* @ObhVXe@ */

.row{
	margin: 10px -15px;
}
.row:after{
	display: table;
	content: "";
	clear: both;
}

.sm-1-div, .sm-2-div, .sm-3-div, .sm-4-div{
	display: block;
	float: left;
	padding: 0px 15px;
}
.sm-1-div{width: 100%;}
.sm-2-div{width:  50%;}
.sm-3-div{width:  33.33333333%;}
.sm-4-div{width:  25%;}
@media only screen and (min-width:651px) {
	.bg-1-div{width: 100%;}
	.bg-2-div{width:  50%;}
	.bg-3-div{width:  33.33333333%;}
	.bg-4-div{width:  25%;}
}


/* @ėpNX@ */

/* c̊Ԋu */
.height-space{
	height: 0px;
	margin-bottom: 40px;
}

.height-space_m{
	height: 0px;
	margin-bottom: 20px;
}

/* ʁ|][ */
@media only screen and (max-width:650px) {
	.sm-nopad{
		padding: 0;
	}
}


/* 2022/07/16ǉ */
/* XC_[ */
@media screen and (max-width: 650px) {

	#header_slider {
		width:100%;
		height:100%;
		overflow:hidden;
		position:relative;
		padding-bottom: 10px;
		outline:1px solid pink;
	}

	#header_slider .item {
		opacity:0;
		width:100%;
		height:450px;
/*		height:450px;*/
		position:relative;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;

		background:#ccc;
	}

	#header_slider .image {
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0px;
		z-index:10;
	}

	#header_slider .overlay {
		width:100%;
		height:100%;
		position:absolute;
		top:0px;
		left:0px;
		z-index:20;
	}

}

@media screen and (min-width: 651px) {

	#header_slider .item {
		height:580px;
	}

}

