@charset "UTF-8";
/* CSS Document */

@media print {


.pb_a {page-break-after: always;/* 直後で改ページさせる */}
.pb_b {page-break-before: always;/* 直前で改ページさせる */}


body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #333;
	letter-spacing: 0.1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	overflow-x: hidden;
	font-size: 85%;
	
	overflow-x: visible !important;
    overflow-y: visible !important;
	
	-webkit-print-color-adjust: exact;
}


img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
	max-width: 100%;
}

p {
	margin: 0px;
	padding: 0px;
}


a {
	color: #006C61;
	transition: .5s;
	text-decoration: none;
}

a:hover {
	color: #93DAAAE;
	transition: .5s;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1; /* for IE6/7 */
}


.wrap_l{float: left;}
.wrap_r{float: right;}

.center {text-align:center;}


.flexbox {
	width: 100%;
	margin: 0px;
	padding: 0px;
	
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox a {
	text-decoration:none;
}

*{box-sizing: border-box;}


.container, .header-container {
    max-width:960px;
	padding: 0 1.0416%;
	margin: 0 auto;
}



/*-------ヘッダー---------*/


header {
	width: 100%;
	padding: 0 0 15px 0;
	background:#FFF;
}


.corona a {
	width: 100%;
	background: #54b5ec;
	text-align: center;
	color: #ffea00;
	font-size: 12px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transition: .5s;
	display: block;
	text-decoration: none;
	line-height: 45px;
	margin-bottom:15px;
	z-index: 1500;
	position:fix;
}

.corona a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}


h1 {
	float: left;
	max-width: 20.29%;
	padding: 0;
	margin: 0;
}

h1 a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}

nav {
	float: right;
	width: 70.12%;
	padding: 20px 1.0416% 0 0;
	margin: 0;
}

nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

nav ul li a {
	padding: 0 0 0 4.45%;
	margin: 0;
	text-align: center;
	float:left;
	font-size:10px;
	display:inline-block;
	color: #333;
	text-decoration:none;
}

nav ul li span {
	font-size: 6px;
	color: #006C60;
	font-family: 'Hind Madurai', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", sans-serif;
	font-weight:normal;
}

nav ul li a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}


/*------------------- スライダー -----------------------*/


.flexslider .slides > li.sli01-1, .flexslider .slides > li.sli01-2, .flexslider .slides > li.sli02, .flexslider .slides > li.sli03-1, .flexslider .slides > li.sli03-2, .flexslider .slides > li.sli04-1, .flexslider .slides > li.sli04-2  {
	background-repeat: no-repeat;
    background-position: center center;
	width:100%;
	border-bottom-left-radius: 50% 15%;
    border-bottom-right-radius: 50% 15%;
	background-size: contain;
	height: 280px;
}

.flexslider .slides > li.sli01-1 {
	background-image: url(../img/slider01-1.jpg);
}

.flexslider .slides > li.sli01-2 {
	background-image: url(../img/slider01-2.jpg);
}

.flexslider .slides > li.sli02 {
	background-image: url(../img/slider02.jpg);
}

.flexslider .slides > li.sli03-1 {
	background-image: url(../img/slider03-1.jpg);
}

.flexslider .slides > li.sli03-2 {
	background-image: url(../img/slider03-2.jpg);
}

.flexslider .slides > li.sli04-1 {
	background-image: url(../img/slider04-1.jpg);
}

.flexslider .slides > li.sli04-2 {
	background-image: url(../img/slider04-2.jpg);
}




/*-------コピー---------*/

.copy {
	width:100%;
	padding: 20px 0 30px 0;
	margin: 0 auto;
	text-align:center;
	
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	
    -moz-justify-content: center;
    -webkit-justify-content: center;
	justify-content: center;
}

.copy p {
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 1.6em;	
}

.copy span {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-family: 'Caveat', cursive;
	color: #EC7390;
}

.copy-illa01 {
	padding: 0;
	margin: 0;
}

.copy-illa02 {
	padding: 0;
	margin: 0;
}



/*-------コンテンツ---------*/

.map-back {
	width: 100%;
	background-image: url(../img/back01.jpg);
	background-repeat: repeat;
	margin-bottom:50px;
	padding :50px 0;
}

.map {
	width: 68.51%;
	float: left;
}

.map-giin-wrap {
	width: 27.65%;
	float: right;
}

.bt-giin {
	width: 100%;
	padding-bottom:20px;
	transition: .5s;
}

.bt-giin a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.bt-giin:last-child {
	padding-bottom:0px;
}


.bt-detail a, .bt-detail02 a {
	width:13em;
	margin: 30px auto 0 auto;
	background-color: #54b5ec;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	display:block;
	cursor:pointer;
	border:none;
	text-decoration:none;
	color: #ffea00;
	
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
}

.bt-detail a:hover, .bt-detail02 a:hover {
	background: #7DB5B0;
}

.wrap-news01 {
	width: 44.14%;
	margin-right:3.19%;
	float:left;
	text-align:center;
}

.wrap-news02 {
	width: 52.65%;
	float:right;
}

.read01 {
	font-size: 10px;
	line-height: 2em;
}

.green-back {
	width: 100%;
	background: #E9F8EE;
	padding: 50px 0;
	margin-bottom:50px;
}

.wrap-half {
	width: 47.34%;
	padding: 0;
	margin-right: 5.31%;
}

.wrap-half:last-child {
	width: 47.34%;
	padding: 0;
	margin-right: 0%;
}


.banner {
	width: 22.55%;
	margin: 0 3.19% 30px 0;
	transition: .5s;
}

.banner a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.banner:last-child {
	margin: 0 0 30px 0;
} 


/*-------小見出し---------*/

.tit01 {
	position: relative;
	display: inline-block;
	padding: 10px 60px;
	font-size: 20px;
	line-height: 0.8em;
	letter-spacing: 0.2em;	
	text-align:center;
	margin-bottom: 20px;
}

.tit01:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: #006C61;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
	left:0;
}

.tit01:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: #006C61;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
	right: 10px;
}

.tit01 span {
	font-size: 9px;
	color: #006C60;
	font-family: 'Hind Madurai', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", sans-serif;
	font-weight:normal;
	letter-spacing: 0.1em;
}


/*-------中ページ---------*/

.giin-namewrap .name {
	font-size:20px;
}

.giin-namewrap .name p {font-size:9px;}


.giin-read01 {
	font-size:14px;
}

.giin-read02 {font-size:9px;}


.giin-komidashi {
	font-size:14px;
	margin-bottom: 5px;
}

.giin-namewrap .p-link {
	margin: 0px 10px 0 0px;
	width:24px;
}

.giin-wrap01, .giin-wrap02, .giin-wrap03, .giin-wrap04, .giin-wrap05, .giin-wrap06 {
    page-break-before: always;
}


.kiji-head {
	font-size:18px;
}

.komidashi01 {
	font-size:16px;
}

.read01 {
	font-size: 14px;
}


li.list01{
	font-size: 12px;
}


li.kome{
	font-size: 12px;
}

ol li {
	font-size: 12px;
}

.b-number {
	font-size: 12px;
}


.text100 {
	font-size: 14px;
}

.text90 {
	font-size: 12px;
}

.text13 {
	font-size: 10px;
}

h3 {
	font-size: 20px;
}

.text20 {
	font-size: 16px;
}


.wrap-third {
	width: 29.78%;
	padding: 0;
	margin-right: 3.31%;
	background: #EDEDED;
	border-radius:10px;
	padding:20px;
	margin-bottom:50px;
	text-align:center;
}


/*-------フォーム---------*/



.form_wrap dl {
	font-size: 12px;
}


.form_input {
	font-size: 14px;
}


.hissu:after  {
	font-size: 10px;
}


/*-------フッター---------*/
  
footer {
	width:100%;
	padding: 30px 0 50px 0;
	margin: 0 auto;
	background:#EDEDED;
	text-align:center;
}

.copyright {
	width: 100%;
	border-top: 1px solid #BCBCBC;
	font-size:7px;
	padding-top: 20px;
	margin-top: 20px;
}


.f-number {
	width:100%;
	padding: 0;
	margin: 10px auto 0 auto;
	text-align:center;
	
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	
    -moz-justify-content: center;
    -webkit-justify-content: center;
	justify-content: center;
}

.tel, .fax {
	font-size:12px;
	font-family: 'Hind Madurai', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", sans-serif;
	font-weight:normal;
}

.tel {margin-right:1.5em;}
.fax {margin-right:0em;}

.tel::before, .fax::before {
	font-size:12px;
	color:#ffea00;
	background:#54b5ec;
	padding:3px 7px;
	margin-right :5px;
}

.tel::before {content: 'TEL';}
.fax::before {content: 'FAX';}



/*-------固定_お問い合わせボタン---------*/

.contact a {
	display: none;
}



/*-------フェードイン---------*/

.fadein-mv02{
	overflow: hidden;
	transition: .0s;
	opacity: 1;
}

.mv02{
	opacity: 1;
}



/*-------ページトップ---------*/

.pagetop a {
    display: none;

}


/*-------追加---------*/

.pb50 {padding-bottom:50px;}

.mb30 {margin-bottom:30px;}


/*------------------- 非表示 -----------------------*/

.ham_wrap, .contact_sp, .bt-detail03 a {display:none;}

}

	
