@charset 'utf-8'; /*文字コード指定*/
/* ----- css reset ----- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img, figure,figcaption{
	margin: 0;
	padding: 0;
	border: 0; 
}
html {
  font-size: 62.5%;
}

body {
	line-height: 2.3em;
	font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	color: #2F2F2F;
  font-size: 18px;
  font-size: 1.8rem;  
}

p{
	margin-top: 5px;
	margin-bottom: 10px;
}
ul,ol,dl{
	line-height: 1.3em;
}

ul{
	list-style-type: disc;
	margin-left: 20px;
}
ul li {
	margin-bottom: 10px;
}
ul li span{
	font-size: 0.8em;
	color: #FFFFEE;
}
ol{
	margin-left: 20px;
	list-style-type: decimal!important;
}

dl dt{
	color: #003300;
	font-weight: bold;
	line-height: 1.2em;
}
dl dd{
	padding-left: 2em;
	margin-bottom: 10px;
}
table{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
table th, table td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}

table th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	background: #C7D2B9;
	white-space: nowrap;
}
table td {
  padding: 10px;
  vertical-align: top;
}
input[type="text"],
textarea {
    padding: 0.5em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#mailform .w95 {
    width: 95%!important;
}

input[type="text"]:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}
input.submit {
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color: #111;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.submit:hover {
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}



/*レイアウト設定*/

.wrapper {
	width: 100%;
	margin: auto;
	height: 100%;
	overflow: hidden;
}
.main {
	width: 100%;
	float: left;
}
.content {
	width: 100%;
	float: right;
	margin-left: -250px;
}
.content_inner {
	margin-top: 60px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 250px;
}
/*header　ページ上の内容*/

header {
	z-index: 1000;
	width: 100%;
}
/*左上のロゴ*/

h1 {
	position: fixed;
	top: 0px;
	left: 0;
	line-height: 230px;
	text-align: center;
	width: 250px;
	margin: 0px;
	height: 180px;
	background-color: #008080;
	padding: 0px;
}

h1 img{
	width: 90%;
}

/*中央上の見出し*/

header h2 {
	font-size: 6em;
	font-weight: normal;
	font-family: 'Aldrich', sans-serif;
	text-align: right;
	color: #E7E7E7;
	line-height: normal;
}
/*メインの内容*/


article {
	width: 100%;
	padding-top: 30px;
}
article h2 {
	font-size: 2em;
}
article h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: normal;
	position: relative;
	margin-left: -30px;
	background-color: #B0C4DE;
	margin-top: 0px;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}

article h3:before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}
article h4 {
	margin-top: 20px;
	margin-bottom: 5px;
	color:#003333;
}

#main_img{
	text-align: center;
	margin-left: 250px;
}

#main_img img{ width:100%;
max-width:1500px;}

section {
	width: 80%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 50px;
}


.slick-box{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.slick-box figcaption{
	text-align: center;
	line-height: 1.2em;
	font-size: 0.9em;
	padding-top: 5px;
}

.col2{
width:100%;}
.col2 figure{
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	width: 300px;
	height: 300px;
	 display: inline-block;
}
.col2 figure a{
	object-fit: cover;
  width: 300px;
  height: 300px;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
}
  .col2 figure figcaption {
	color: #fff;
	background: #333;
	background: rgba(0,0,0,.7);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	padding: 20px;
	line-height: 1;
	/* 1行で納める */
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	left: auto;
	right: auto;
}

.col2{zoom: 1;}
.col2 figure:after,.col2 figure:before{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.tex_small80{
	font-size: 80%;
	line-height: normal;
	font-weight: normal;
}
.tex_big120{
	font-size: 120%;
	line-height: normal;
}
.tex_red{
	color: #FF0000;
}

/*メニュー*/
.menu{
	background-color: #008080;
}

/*著作権*/

.copyright {
	font-size: 0.8em;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #008080;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #CCCCCC;
	line-height: normal;
}

/*ページトップに戻るアイコン*/

.pagetop{
	color: #666666;
}
.pagetop:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

/*レスポンシブ設定*/
@media screen and (max-width: 768px) {

h3, p, ol, li, th, td, dl {
	font-size: 1em !important;
	line-height: normal;
}
h1 {
	position: fixed;
	top: 5px;
	left: 0px; 
	width: 100%;
	padding: 0;
	height:45px;
	line-height: 55px; 
}
h1 img{
	height:50px;
	width:auto;
}


.mov_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 1000;
	background-color: #008080;
}
header h2 {
	font-size: 2em;
	text-align:center;
}
article h2 {
	line-height: normal;
	font-size: 1.5em;
}
.wrapper {
	overflow: visible;
}
.content {
	width: 100%;
	float: none; 
	margin: 80px 0 40px;
}
.content_inner {
	margin: 0;
}
article h3 {
	font-size: 1.3em!important;
	line-height: 1.2em;
	margin-top:20px;
	margin-left:-10px;
}
#main_img{margin-left:0px;
}
section {
	width: 90%;
}
form {
	width: 95%;
}
.copyright {
	width: 100%;
}
table.inq{width:100%;}
table.inq th, table.inq td {
display:block;
}
table.inq th{
padding-top:0.2em;
padding-bottom:0.2em;}
.col2{
width:98%;
margin-left:auto;
margin-right:auto;

}
.pagetop{
	font-size: 3em;
}


}

@media screen and (min-width: 787px) and (max-width: 1200px) {
section {
	width: 90%;
}
}
