@charset "UTF-8";

.clear{
	clear: both;
} 
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0;
	color: #000000; /* 全体の文字色 */
	line-height: 1.6; /* 文字間隔 */
	margin:0 auto;
	font-size:100%;
	background: #fff;
                                font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro","メイリオ", sans-serif;
	  -webkit-text-size-adjust : 100% ;/*スマホを横向きにした時のフォントサイズ*/
}

/* --- 全体のリンクテキスト --- */
	a:link { color: #333; text-decoration: none; }
	a:visited { color: #333; text-decoration: none; }
	a:hover { color: #345041; text-decoration: underline; }
	a:active {
	color: #165191;
	text-decoration: none;
}

img{
                                max-width:100%;
}
.display-sp,
.display-sp-inline {
                                display: none;
   }


/* --- ヘッダー --- */
#gnaviarea {
                                max-width:100%;
	background: #ffffff ;
    }
.header {
                                max-width:100%;
                                padding:20px 20px;
                                position: relative;
}

.header_inner01 {
                                display: inline-block;
                                max-width:29%;
                                text-align:left;
                                padding:0;
}
.header_inner02,
.header_inner03 {
                                max-height:120px;
}
.header_inner01 img {
                                max-width:100%;
                                max-height:65px;
}
.header_inner02 {
                                display: inline-block;
                                max-width:60%;
                                min-width:36%;
                                padding:0;
                                vertical-align:bottom;
                                text-align:center;
}
.header_inner03 {
                                position: absolute;
                                bottom:25px;
                                right:10px;
                                width:300px;
                                font-size:10px;
                                color:#345041;
                                line-height:1.0;
}
.header_inner03 .tel {
                                display:inline-block;
                                height:30px;
                                font-size:24px;
                                vertical-align:top;
}
.header_inner03 .i_calpdf{
                                display:inline-block;
                                width:85px;
                                height:18px;
	padding:7px 7px 0 3px;
	background:#a7b42b;
	color: #fff;
	border-radius: 7px;
                                text-align:center;
                                vertical-align:top;
}
.i_calpdf a{
                                display:block;
                                width:85px;
	color: #fff;
}
.eigyoubi{
                                padding:4px 13px;
                                margin-top:0;
                                background:#e3e5e4;
                                border-radius:7px;
                                white-space:nowrap;
}

/*PC用メニュー*/
#top-head {
   width: 100%;
    padding: 0;
    line-height: 1;
    z-index: 200;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
                                position: relative;
}

#global-nav {
                                width:100%;
                                height:40px;
                                margin:25px 2px 0 0;
}
#global-nav ul {
                                position: absolute;
                                width:100%;
                                list-style: none;
                                /* margin-left:-18%; */
                                padding : 0;
                                font-size: 14px;
}
#global-nav ul li{
                                display:inline-block; 
                                padding:4px 13px 0 13px;
                                border-left:1px solid #92cc97;
                                text-align:center;          
}
#global-nav ul li + li{
                                border-right:1px solid #92cc97;                
}
#global-nav ul li a{
                                height: 20px;
                                white-space: nowrap;
}
#global-nav ul li a:hover{
                                text-decoration:none;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #008445;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/* --- パンくず --- */
#bread {
                                width:90%;
                                padding:0 5%;
	font-size:85%;
                                background:#ddeba7;
                                overflow:hidden;
}
.multi-steps a {
	color: #4b453f;
}


.multi-steps {
/*                                max-width:1280px; */
                                margin:0 auto;
	padding: 0.7em 20px;
	color: #4b453f;
                                font-size:85%;
}
.multi-steps:after {
	content: "";
	display: table;
	clear: both;
}
.multi-steps li {
	display: inline-block;
	float: left;
}
.multi-steps li::after {
  /* this is the separator between items */
	display: inline-block;
	content: '\00bb';
	margin: 0 .6em;
	color: #4b453f;
}
.multi-steps li:last-of-type::after {
  /* hide separator after the last item */
	display: none;
}

.back{
	display:block;
	margin:0;
	padding:0.5em 1em;
}

/* --- インナーメニュー --- */

.inner-menu {
                                width: 60%;
                                border: 1px solid #ccc;
                                display: table;
                                list-style: none;
                                font-size: 0;
                                line-height: 0;
                                margin: 0 auto;
                                padding: 0px;
                                table-layout: fixed;
}
.inner-menu li {
                                color: #000;
                                display: table-cell;
                                font-size: 16px;
                                line-height: 2.0;
                                text-align: center;
                                vertical-align: middle;
}
.inner-menu-box{
                                border: 1px solid #ccc;
                                padding: 5px;
}

/*ページトップ*/
#page_top{
	width: 90px;
	height: 90px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	background:#81c4d3;
	opacity: 0.8;
	border-radius: 50%;
}

#page_top:hover{
	background:#b3dbe4;
}


#page_top a{
                                position: relative;
                                display: block;
                                width: 90px;
                                height: 90px;
                                text-decoration: none;
}

#page_top a::before{
                                font-family: 'Font Awesome 5 Free';
                                font-weight: 900;
                                content: '\f102';
                                font-size: 25px;
                                color: #fff;
                                position: absolute;
                                width: 25px;
                                height: 25px;
                                top: -50px;
                                bottom: 0;
                                right: 0;
                                left: 0;
                                margin: auto;
                                text-align: center;
}
#page_top a::after{
                                content: 'PAGE TOP';
                                font-size: 13px;
                                color: #333333;
                                position: absolute;
                                top: 45px;
                                bottom: 0;
                                right: 0;
                                left: 0;
                                margin: auto;
                                text-align: center;
}


/* --- フッタ --- */
#footer {
                                display:flex;
	width:100%;
	font-size: 75%;
                                padding-top:15px;
	background: #ffffff;
                                border-top:solid 1px #899e30;
}
.footer1 {
	width:49%;
	height:40px;
                                padding-left:20px;
}

.footer2 {
	width:49%;
	height:18px;
                                margin-top:18px;
	text-align:right;
}


/* --- コンテンツ --- */
#wrapper {
	width:100%;
	margin:0 auto;
	text-align:center;
}
.contents {
	max-width:1080px;
                                margin:0 auto;
	padding:0px;
                                color:#4b453f;
}
.contents .inner {
                                width:92%;
                                padding:0.1% 4%;
                                text-align:left;
}

.loginbox{
	margin-top:40px;
	margin-left:0 auto;
	margin-right:0 auto;
	text-align:center;
}
.menubox{
	margin:0 auto;
	display:inline-block;
	text-align:left;
}

/* --- スライド --- */
.slider {
                                width: 100%;
                                max-height: 800px;
                                position:relative;
}
.swiper--wrapper {
  /* wrapperのサイズを調整 */
                                width: 100%;
                                max-height: 800px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
                                color: #ffffff;
                                width: 100%;
                                max-height: 720px;
                                text-align: center;
                                background:#fff;
}
.swiper-slide p.swiper-caption {
z-index:1;
position: absolute;
color: #fff;
font-weight:400;
font-size: 1.5em;
line-height:120%;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin:0;
padding:5%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;

}

/* --- ログインボタン --- */
.login{
                                position:absolute;
                                left:0;
                                bottom:0;
                                width:325px;
                                height:120px;
                                padding:20px 20px 0px 20px;
                                background:#fff url(../img/background/login.png);
                                border-radius:0px 30px 0px 0px;
                                z-index:300;
                                font-size:18px;
                                font-weight:bold;
                                text-align:center;
                                line-height:180%;
}
.i_login{
                                display:inline-block;
                                width:250px;
                                height:32px;
                                margin:11px 0 2px 0;
	padding:3px 15px;
                                font-size:16px;
	background:#007e9a;
	color: #fff;
	border-radius: 14px;
}
.i_login a{
                                display:block;
	color: #fff;
                                font-weight:normal;
}


/* --- レイアウトやデザイン --- */
.col2{
                                width:47%;
}

.findarea{
	margin-bottom:5px;
	line-height:1;
}

ol li{
	margin-bottom:10px;
}

h1{
                                font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic ProN W4","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:32px;
                                font-weight:normal;
                                margin:45px 5px 20px 5px;
                              
}
h2{
	font-size:27px;
                                font-weight:normal;
                                padding-bottom:5px;
}
h2:before{
                                display:block;
                                content: "";
                                height:10px;
                                margin-bottom:10px;
	background:#abce23;
                                border-radius:4px;
                                text-align:center;
}
h2.news-title{
	font-size:22px;
                                border:none;
                                font-weight:normal;
                                line-height:1.6;
}
h3{
	font-size:18px;
                                padding-left: 0.5em;
                                border-left: 0.3em solid #abce23;
                                font-weight: normal;
}

.center{
	text-align:center;
}
.middle{
                                vertical-align:middle;
}

.display-left{
	display:inline-block;
	text-align:left;
}

.rightbox{
	text-align:right;
	padding:20px 0 5px;
}

.mar_t10{
	margin-top:10px;
}
.mar_b10{
	margin-bottom:10px;
}
.mar_b12{
	margin-bottom:12px;
}
.mar_l10{
	margin-left:15px;
}
.pad_all20{
                                padding:20px;
}
.bg_green{
                                background:#cce17b;
}

.pager{
	display:block;
                                width:100%;
	height:40px;
}
.page_area_left,
.page_area_right{
	width:49%;
	display:inline-block;                
}
.page_area_left{
                                text-align:left;
}
.page_area_right{
                                text-align:right;
}

/*水平線のデザイン*/
.hr-pgray{
	height: 2px;
	background-color: #DBE0D7;
	border: none;
	color: #DBE0D7;
}

/* --- テーブル --- */
table.list{
	border-top:1px solid #003366;
	border-left:1px solid #003366;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width: 100%;
}
.list th{
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
	color:#34501d;
	font-size:100%;
                                font-weight:normal;
	background-color:#e6f0bd;
	background-position:left top;
	padding:0.3em 1em;
}

.list th.center{
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
	color:#fff;
	font-size:100%;
                                font-weight:normal;
	background:#629ad4;
	padding:0.3em 1em;
	text-align:center;
}

.list td{
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
	padding:0.3em 1em;
}

.list td.center{
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
	padding:0.3em 1em;
	text-align:center;
}

table.dl-list{
	border-top:1px solid #003366;
	border-left:1px solid #003366;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
/*	max-width: 100%;*/
}
.dl-list th{
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
	color:#fff;
	font-size:100%;
                                font-weight:normal;
	background-color:#629ad4;
	background-position:left top;
	padding:0.3em 1em;
}

.dl-list td{
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
	padding:0.3em 1em;
}

/* --- dlデザイン ---*/
.contents .inner dl {
                                width:100%;
                                max-width:1080px;
	padding-left: 1em;
                                text-align:left;
}

.contents .inner dt,
.contents .inner dd {
                                float: left;
                                margin:0.3em 0.2em;
                                line-height:1.5;
                                text-align:left;
}
.contents .inner dt {
                                clear: left;
                                float: left;
                                margin-left: -0.1em;
}
.contents .inner dd {
}

.contents .inner dl.dt8em dt{
                                width:7em;
}


/* --- フォント --- */

.red{
	color:red;
}
.d-green{
                               color:#34501d;
}
.fs75{
	font-size:75%;
}
.fs85{
	font-size:85%;
}
.fs125{
	font-size:125%;
}
.fs150{
	font-size:150%;
}
.marugo{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic ProN W4","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

/*--- ボックス ---*/
.box_line{
	border:1px solid #DBE0D7;
	padding:10px;
	margin-bottom:15px;
}
.box_line_white{
	border:1px solid #fff;
	padding:8px 16px;
	margin-bottom:15px;
}

/*--- フォーム ---*/
input, textarea{
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	font-size:90%;
}

input:focus{
	box-shadow: 0px 0px 5px 2px #ccccee;
}

select{
	font-size:90%;
	padding:3px 25px 3px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background-size: 20px, 100%;
}


/*--- ボタン類 ---*/
input.btn_blue{
	padding: 6px 16px;
	font-size: 0.8em;
	background: linear-gradient(#00b9e7, #003e79);
	color: #fff;
	border:1px solid #348bee;
}
input.btn_blue:hover{
	background: linear-gradient(#3fdcff, #1e55aa);
	border:1px solid #3497ea;
}
input.btn_white{
	padding: 6px 16px;
	font-size: 0.8em;
	background: linear-gradient(#ffffff, #aed8d8);
	border:1px solid #9fbcbb;
	color: #4d4d4d;
}
input.btn_white:hover{
	background: linear-gradient(#ffffff, #cbe6e6);
	border:1px solid #c3d9d9;
}
input.btn_yellow{
	padding: 6px 16px;
	font-size: 0.8em;
	background: linear-gradient(#ffffff, #f4e578);
	border:1px solid #cecbb6;
	color: #4d4d4d;
}
input.btn_yellow:hover{
	background: linear-gradient(#ffffff, #fff5ab);
	border:1px solid #e8e3ba;
}

input.btn_gray{
	padding: 6px 16px;
	font-size: 0.8em;
	background: linear-gradient(#E0E0E0, #C6CCCC);
	color: #333;
	border:1px solid #BABFBF;
}
input.btn_gray:hover{
	padding: 6px 16px;
	font-size: 0.8em;
	background: linear-gradient(#F2F2F2, #DDDDDD);
	color: #333;
	border:1px solid #E0E0E0;
}

/*--- アイコン ---*/
.i_green{
	padding: 5px;
	background:#19af88;
	color: #fff;
	font-size:80%;
/*	border-radius: 0.2em;*/
}
.i_green a{
	color: #fff;
}
.i_gray{
	padding: 5px;
	background:#666;
	color: #fff;
	font-size:80%;
	border-radius: 0.2em;
}
.i_gray a{
	color: #fff;
}
/*おしらせ用*/
.i_n_green{
                                display:inline-block;
                                width:5em;
	padding: 1px 5px;
	background:#19af88;
	color: #fff;
	font-size:80%;
                                text-align:center;
                                vertical-align:top;
}
.i_n_green a{
	color: #fff;
}
.i_n_blue{
                                display:inline-block;
                                width:5em;
	padding: 1px 5px;
	background:#00a2b9;
	color: #fff;
	font-size:80%;
                                text-align:center;
                                vertical-align:top;
}
.i_n_blue a{
	color: #fff;
}
.i_n_red{
                                display:inline-block;
                                width:5em;
	padding: 1px 5px;
	background:#eb6238;
	color: #fff;
	font-size:80%;
                                text-align:center;
                                vertical-align:top;
}
.i_n_red a{
	color: #fff;
}
.i_n_yellow{
                                display:inline-block;
                                width:5em;
	padding: 1px 5px;
	background:#e6b422;
	color: #fff;
	font-size:80%;
                                text-align:center;
                                vertical-align:top;
}
.i_n_yellow a{
	color: #fff;
}

/*  フォームボタン類のデザイン   */

input.btn_green{
	padding: 7px 15px;
                                margin:2px;
	background: #45a828;
	color: #fff;
                                font-size:110%;
                                border: #45a828;
                                border-radius:4px;
                                cursor: pointer;
}
input.btn_green:hover{
	background: #35c60a;
	border:1px solid #34ae7e;
}

input.btn_blue{
	padding: 7px 15px;
                                margin:2px;
	background: #007e9a;
	color: #fff;
                                font-size:110%;
                                border: #007e9a;
                                border-radius:4px;
                                cursor: pointer;
}
input.btn_blue:hover{
	background: #2b9fb2;
	border:1px solid #2b9fb2;
}
/*テキストエリア*/
.form-textarea{
                                width:100%;
                                height: 200px;
                                padding: 10px;
}

/* --- 要素のスライドイン --- */
.slidein01{
  animation: SlideIn 1.6s ease-out;
}
@keyframes SlideIn {
  from {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(-305px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* --- self-introduction  --- */
.self-introduction{
                                display:flex;
                                padding:40px 50px;
                                max-height:300px;
                                background:#cce17b;
                                text-align:left;
                                line-height:1.8;
}
.self-introduction .introduction-inner01{
                                padding:10px;
                                margin-right:60px;
}
.self-introduction .introduction-inner02{
                                padding:40px 50px;
                                max-height:16vw;
                                background:#fff;
                                border-radius:30px;
                                font-size: 2vw;
                                letter-spacing:1px;
                                color:#34501d;
}

/*--- お知らせ ---*/
.news_list {
	width:80%;
                                margin:0 auto;
}
.news_list ul {
                                list-style:none;
                                text-align:left;
                                padding: 0px; 
}
.news_list ul li {
	padding: 10px;
	/*background: url(../img/icon/arrow_green.png) no-repeat 0 8px;*/
	font-size:100%;
                                border-bottom:1px solid #cdcdcd;
}

.news_date{
	display:inline-block;
                                margin-right:15px;
                                width:8em;
}
.news_text{
	display:inline-block;
}

/* --- グーグルマップ --- */
.ggmap{
                                display:inline-block;
                                width: 99%;
                                max-width: 600px;
                                padding:8px 0 0 0;
                                margin-bottom:0;
                                position: relative;
}

/*詳細お知らせ*/
.date{
                                font-size:85%;
}
.news-photo,
.photo,
.related{
                                display:flex; 
                                margin:0 auto;
}
.news-photo-inner,
.photo-inner{
                                padding:1%;
                                font-size:85%;
}
.news-photo-inner p{
                                margin-top:0px;
}
.related_link,
.related_file{
                                margin-bottom:15px;
                                padding:1%;
                                width:100%;
                                max-width:480px;
                                text-align:left;
}
.contents .related_link h4,
.contents .related_file h4{
                                display:block;
                                vertical-align:top;
                                line-height:2.0;
}
.contents .related_link h4:after,
.contents .related_file h4:after {
                                background-color: #abce23; /* 線色 */
                                border-radius: 2px; /* 線幅の半分 */
                                content: "";
                                display: block;
                                height: 4px; /* 線幅 */
}
.related_link li {
                                list-style-type:disc;
                                list-style-position:inside;
}

/* --- 注文書ダウンロード --- */
.accordion {
margin: 1em auto;
max-width: 85vw;
}
.dl-toggle{
display: none;
}
.option {
position: relative;
margin-bottom: 0.3em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title-p{
border: solid 1px #aeba56;
padding: 0.5em 1em;
display: block;
color: #333;
background:#e7efac;
}
.title-jr {
border: solid 1px #57aabc;
padding: 0.5em 1em;
display: block;
color: #333;
background:#c0e6ed;
}
.title-p::after,
.title-p::before,
.title-jr::after,
.title-jr::before {
content: "";
position: absolute;
right: 1.25em;
top: 1em;
width: 2px;
height: 0.75em;
background-color: #666;
transition: all 0.3s;
}
.title-p::after,
.title-jr::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.dl-toggle:checked + .title-p + .content,
.dl-toggle:checked + .title-jr + .content{
max-height: 500px;
transition: all 1.5s;
}
.dl-toggle:checked + .title-p::before,
.dl-toggle:checked + .title-jr::before {
transform: rotate(90deg) !important;
}
/* -----------------------------------------------------------*/
@media screen and (min-width: 897px) {
.br-pc{
                                display: block;
}
.br-sp{
                                display: none;
}

}

/* ----------------------------------------------------------- */

@media screen and (max-width: 896px) {
.br-pc{
                                display: none;
}
.br-sp{
                                display:block;
}
.display-pc,
.display-pc-inline {
                                display: none;
   }
.header {
                                min-height: 100px;
                                display: block;
                                position: relative;
                                padding:0px;
}

.header_inner01 {
                                top:5px;
                                width:200px;
                                height:40px;
                                min-width:200px;
                                position: absolute;
                                z-index: 9800;
                                background:#fff;
   }
.header_inner01 img {
                                padding-left:2px;
   }
.header_inner02 {
                                height:50px;
                                position: relative;
   }
.header_inner03{
                                display:block;
                                width:100%;
                                position: absolute;
                                bottom:0px;
                                padding-top:8px;
                                margin-left:0 auto;
                                margin-right:0 auto;
                                text-align:center;
                                border-top:1px solid #dcdcdc;
   }
.header_inner03 .i_calpdf{
                                height:14px;
                                padding:4px 8px 0 8px;
                                margin-right:3px;
   }
.header_inner03 .tel{
                                font-size:20px;
                                height:23px;
   }
.header_inner03 .eigyoubi{
                                display:inline-block;
                                font-size:10px;
                                margin-bottom:5px;
   }
 
#top-head,
    .inner {
        width: 100%;
        padding: 0px;
        background: #fff;
        z-index: 9700;
        text-align:center;
    }
    #top-head {
        top: -5px;
        right:0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        border-bottom:1px solid #cdcdcd;
        width: 100%;
        height: 50px;
        z-index: 9999;
        position: relative;
    }
    
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top:-530px;
        background: #007e9a;
        width: 100%;
        height: 180px;
        text-align: center;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        z-index: 900;
    }
    #global-nav ul {
        font-size: 14px;
    }
    #global-nav ul li {
        width:90%;
        /*margin-left:14%;*/
        border-left:0px solid #fff;
    }
    #global-nav ul li + li {
        border-right:0px solid #fff;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        display: block;
        color: #fff;
        padding: 18px 10px;
        background: #007e9a;
        border:1px solid #fff;
    }

#nav-toggle {
        display: block;
    }
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
.open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
.open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
/* #global-nav スライドアニメーション */
.open #global-nav {
/* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

/* --- パンくず --- */
.breadcrumb, .multi-steps {
                                padding: 0.5em 0.2em;
}

/* --- フッタ --- */
#footer {
                                display:block;
	width:100%;
                                border-top:solid 1px #899e30;
}
.footer1 {
	height:40px;
                                padding-left:20px;
}

.footer2 {
	width:99%;
	height:18px;
                                margin-top:5px;
	text-align:right;
}
/*ページトップ*/
#page_top{
	display:none;
                                color:#fff;
                                opacity:0;
}
#page_top a{
	display:none;
}

/* --- 見出し ---*/
h1{
	font-size:27px;
                                margin:30px 5px 15px 5px;
}
h2{
	font-size:22px;
                                font-weight:normal;
}
h2:before{
                                display:block;
                                content: "";
                                height:10px;
	background:#abce23;
                                border-radius:4px;
                                text-align:center;
}
h2.news-title{
	font-size:18px;
                                font-weight:normal;
}
h3{
	font-size:18px;
                                padding-left: 2em;
                                border-left: 0.3em solid #abce23;
                                font-weight: normal;
}


/* --- テーブル --- */
table.dl-list {
    width: 100%;
  }
.dl-list .thead {
	display: none;
  }
.dl-list tr {
	width: 100%;
  }
.dl-list th {
	display: block;
  }
.dl-list td {
	display: block;
	text-align: center;
  }
.dl-list td .alignleft {
	text-align: left;
  }
.list td:before {
	content: attr(data-label1);
	float: left;
	max-width:40%;
	font-weight: bold;
	margin-right: 10px;
  }


/* --- dlデザイン --- */
.contents .inner dl{
                                padding:0;
}
.contents .inner dt,
.contents .inner dd {
                                float: none;
}
.contents .inner dt {
                                clear: left;
                                float: none;
                                display:block;
                                 padding-top:10px;
}
.contents .inner dd {
                                display:block;
                                padding-left:0.5em;
                                padding-bottom:10px;
                                border-bottom:1px dotted #999;
}

.contents .inner dl.dt8em dt{
                                width:100%;
}


/* --- ログインボタン --- */
.login{
                                position:static;
                                width:100%;
                                /*height:170px;*/
                                height:120px;
                                padding:20px 0 0 0;
                                border-radius:0px;
                                z-index:601;
                                font-size:18px;
                                text-align:center;
                                background:#fff;
}

/* --- self-introduction  --- */
.self-introduction{
                                display:block;
                                padding:3vw;
                                max-height:800px;
}
.self-introduction .introduction-inner01{
                                padding:5px;
                                width:100%;
                                text-align:center;
}
.self-introduction .introduction-inner01 img{
                                width:60%;

}
.self-introduction .introduction-inner02{
                                padding:5%;
                                margin-bottom:10px;
                                max-height:150px;
                                background:#fff;
                                border-radius:13px;
                                font-size: 4vw;
                                letter-spacing:1px;
                                color:#34501d;
}

/* --- グーグルマップ --- */
.ggmap{
                                display:static;
                                width: 99%;
                                min-height: 100%;
                                position: relative;
                                padding-bottom: 56.25%;
                                padding-top: 30px;
                                height: 0;
                                overflow: hidden;
                                border:1px solid #dcdcdc;
}
.ggmap iframe,
.ggmap object,
.ggmap embed{
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
}
/*--- お知らせ ---*/
.news_list {
	width:100%;
}

/* --- お知らせ詳細 ---*/
.news-photo,.related{
                                display:block; 
                                margin:0 auto;
}
.news-photo-inner{
                                width:100%;
                                max-width:896px;
                                text-align:center;;
}
.news-photo-inner img{
                                width:100%;
}
.related_link,
.related_file{
                                max-width:896px;
}


}
