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

@font-face {
  font-family: 'fontawesome';
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontawesome-s';
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 基本設定 */
html {
	width: 100%;
    height: 100%;
	font-size: 62.5%;
	position: relative;
}
body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 175%;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	word-wrap: break-word;
	background-color: #FFF;
	position: relative;
}
h2 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 120%;
}
h3 {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 150%;	
}
h4 {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 125%;	
}
h5 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 125%;	
}
h6 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 140%;
}
/*スペース*/
.bt-sp10 {
	margin-bottom: 10px!important;
}
.bt-sp20 {
	margin-bottom: 20px!important;
}
.bt-sp30 {
	margin-bottom: 30px!important;	
}
.bt-sp40 {
	margin-bottom: 40px!important;	
}
.bt-sp80 {
	margin-bottom: 80px!important;	
}
/*グリッドシステムのガター調整*/
.row-1 {
	margin-left: -1px!important;
	margin-right: 0px!important;
}
.row-1 > div {
	padding-left: 1px;
	padding-right: 0px;
}
.row-10 {
	margin-left: -5px;
	margin-right: -5px;
}
.row-10 > div {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.row-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.row-20 > div {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.row-30 {
	margin-left: -15px;
	margin-right: -15px;
}
.row-30 > div {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px!important;
		padding: 0px!important;
	}
}
#main-wrap {
	overflow: hidden;
}
/*---------------------------------------------*/
/*   header CSS                                */
/*---------------------------------------------*/
@media (max-width: 767px) {
	.header {
		height: 95px!important;
		position: fixed;
		background-color: #fff;
		width: 100%;
		z-index: 100;
	}
}
/* ロゴ部分 */
.logo {
	text-align: center;
	background-image: url(../img/logo-back.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	position: relative;
}
.logo h1 {
	margin: 0px;
}
.logo h1 a {
	text-decoration: none;
}
.logo h1 img {
	padding: 15px 0;
}
@media (min-width: 1201px) {
	.logo h1:before {
		content: "";
		display: inline-block;
		background-image: url(../img/tree.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		width: 100px;
		height: 100px;
		transform: scale(-1 , 1);
		margin-right: 75px;
		margin-bottom: -15px;
	}
	.logo h1:after {
		content: "";
		display: inline-block;
		background-image: url(../img/tree.png);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		width: 100px;
		height: 100px;
		margin-left: 75px;
		margin-bottom: -15px;
	}
}
.logo .english {
	position: absolute;
	top: 0;
	right: 5%;
}
.logo .english img {
	padding: 0px;
	width: 75%;
	height: auto;
}
}
@media (max-width: 991px) and (min-width: 768px) {
	.logo .english {
		right: 0;
	}
}
@media (max-width: 767px) {
	.logo .english {
		display: none;
	}
}
@media
@media (max-width: 767px) {
	.logo {
		background-image: none;
		text-align: left;
		display: table;
		height: 95px;
	}
	.logo h1 {
		display: table-cell;
		vertical-align: middle;
	}
	.logo h1 img {
		max-width: 80%;
	}
}
@media (max-width: 575px) {
	.logo h1 img {
	}
}
/* メニュー部分 */
.menu-div {
	width: 100%;
	background-color: #00bb5a;
	z-index: 100;
}
.menu {
	width: 100%;
}
.menu > ul {
	display: table;
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.menu > ul > li {
	font-size: 14px;
	display: table-cell;
	align-items: center;
	align-content: center;
	text-align: center;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: calc(100% / 6);
}
.menu > ul > li > span {
	display: block;
	border-right: 1px dotted #fff;
	width: 100%;
	margin: 10px 0px;
}
.menu > ul > li:nth-child(1) span {
	border-left: 1px dotted #fff;
}
.menu > ul > li > span > a {
	color: #fff;
	padding: 5px 0px;
	text-decoration: none;
	display: block;
	font-size: 15px;
}
.menu > ul > li > span > a:before {
	font-family: "fontawesome-s";
	font-size: 18px;
	display: block;
	padding-bottom: 5px;
}
/* fontawesomeの設定 */
.menu > ul > li:nth-child(1) span > a:before {
	content: "\f015";
}
.menu > ul > li:nth-child(2) span > a:before {
	content: "\f3c5";
}
.menu > ul > li:nth-child(3) span > a:before {
	content: "\f1bb";
}
.menu > ul > li:nth-child(4) span > a:before {
	content: "\f236";
}
.menu > ul > li:nth-child(5) span > a:before {
	content: "\f2e7";
}
.menu > ul > li:nth-child(6) span > a:before {
	content: "\f118";
}
@media (max-width: 767px) {
	.menu-div {
		background-color: #fff;
	}
	.menu-div .container {
		padding: 0px;
		margin: 0px;
		max-width: 100%;
		position: fixed;
		z-index: 100;
	}
	.main-nav {
		display: none;
		background-color: #fff;
	}
	.menu > ul {
		display: block;
		margin: 0px;
		padding: 0px;
	}
	.menu > ul > li {
		display: block;
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #00bb5a;
	}
	.menu > ul > li:nth-child(1) {
		border-top: 1px solid #00bb5a;
	}
	.menu > ul > li > span {
		margin: 0px;
		border: none;
	}
	.menu > ul > li:nth-child(1) span {
		border-left: none;
	}
	.menu > ul > li > span > a {
		color: #000;
		padding: 25px 0px 25px 25px;
	}
	.menu > ul > li > span > a::before {
		display: none;
	}
}
/* searchの設定 */
@media (min-width: 768px) {
	.search {
		display: none;
	}
}
@media (max-width: 767px) {
	.search {
		display: table;
		width: 100%;
		background-color: #00bb5a;
	}
	.search .search-text {
		vertical-align: middle;
		display: table-cell;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		width: 30%;
		text-align: center;
	}
	.search #search {
		display: table-cell;
		vertical-align: middle;
		width: 70%;
		height: 60px;
		position: relative;
	}
	.search #search #search-box {
		position: absolute;
		outline: 0;
		height: 40px;
		width: 65%;
		padding: 0px 10px;
		top: 0;
		left: 0;
		margin: 10px 0px;
		font-size: 16px;
		border: none;
	}
	.search #search #search-btn {
		position: absolute;
		width: 25%;
		height: 40px;
		margin: 10px 0px;
		border: none;
		left: 70%;
		top: 0;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		background-color: #007c3c;
		outline: 0;
	}
}
/* sp-englishの設定 */
@media (min-width: 768px) {
	.sp-english {
		display: none;
	}
}
@media (max-width: 767px) {
	.sp-english {
		display: block;
		width: 100%;
		background-color: #b0ffd6;
		text-align: center;
				padding-top: 95px;
	}
	.sp-english a {
		color: #00bb5a;
		text-decoration: none;
	}
	.sp-english a:hover {
		color: #00bb5a;
		text-decoration: none;
	}
	.sp-english h4 {
		font-size: 24px;
		padding: 15px 0;
		margin: 0px;
	}
}

#slider .col-md-12 {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/*---------------------------------------------*/
/*   top-div CSS                               */
/*---------------------------------------------*/
.top-slide {
	overflow: visible!important;
} 
@media (max-width: 767px) {
	.top-slide {
		overflow: hidden!important;
	} 
}
.top-slide img {
	width: 100%;
}
/* トップのスライドの左右白領域 */
.top-prev {
	position: absolute;
	top: 0;
	left: -351.5px!important;
    width: 351.5px!important;
    opacity: 0.5;
	background: #fff;
	z-index: 10;
	cursor: pointer;
}
.top-next {
	position: absolute;
	top: 0;
	right: -351.5px!important;
    width: 351.5px!important;
    opacity: 0.5;
	background: #fff;
	z-index: 10;
	cursor: pointer;
}
/* スライド白領域の中のアイコン */
.top-prev .test {
	background-image: url(../img/top-arrow.png);
	position: absolute;
	z-index: 20;
	width: 54px;
	height: 88px;
	background-size: 54px 88px;
	background-repeat: no-repeat;
	right: 10px;
	top: 50%;
	margin-top: -44px;
	transform: scale(-1,1);
}
.top-next .test {
	background-image: url(../img/top-arrow.png);
	position: absolute;
	z-index: 20;
	width: 54px;
	height: 88px;
	background-size: 54px 88px;
	background-repeat: no-repeat;
	left: 10px;
	top: 50%;
	margin-top: -44px;
}
/* 画面サイズによるスライド画像処理 */
@media (min-width: 768px) {
	.sp-slide {
		display: none;
	}
}
@media (max-width: 767px) {
	.pc-slide {
		display: none;
	}
	#top-div .container {
		padding: 0px;
	}
}
.swiper-pagination-bullet-active {
	background: #00bb5a!important;
}
/*---------------------------------------------*/
/*   slider CSS                                */
/*---------------------------------------------*/
#slider .pickup {
	text-align: center;
	margin: 25px 0px;
}
#slider .pickup h2 {
	font-size: 24px;
	font-weight: bold;
}
#slider .pickup h2 span {
	background: linear-gradient(transparent 65%, #fff100 0%);
	padding: 0px 30px;
}
#slider .pickup h2::before {
	content: "";
	display: inline-block;
	background-image: url(../img/pickup.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 30px;
	height: 50px;
	transform: scale(-1 , 1);
	margin-right: 25px;
}
#slider .pickup h2::after {
	content: "";
	display: inline-block;
	background-image: url(../img/pickup.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 30px;
	height: 50px;
	margin-left: 25px;
}
#slider .slide-contents {
	padding: 5px;
	border: 1px solid #c6c6c6;
	margin: 0px 5px;
}
#slider .slide-contents img {
	width: 100%;
}
#slider .slide-contents p {
	font-size: 12px;
	padding: 10px 5px;
	margin: 0px;
	line-height: 24px;
}
#slider .slide-contents .slide-link {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	color: #00BB5A;
}
#slider .slide-contents .slide-link a {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	display: block;
	padding: 10px 5px;
	background-image: linear-gradient(-45deg,#ffffff 25%,rgba(0,187,90,0.50) 25%,rgba(0,187,90,0.50) 50%,#ffffff 50%,#ffffff 75%,rgba(0,187,90,0.50) 75%,rgba(0,187,90,0.50));
	background-size: 10px 10px;
}
#slider .slide-contents .slide-link a:hover {
	text-decoration: none;
}
/* slider button position */
#slider .swiper-custom-parent {
	position: relative;
}
#slider .swiper-custom-parent .swiper-button-prev {
	margin-left: -50px;
	outline: 0;
	background-image: url(../img/arrow.jpg);
	background-size: 34px 164px;
	width: 34px;
	height: 164px;
	margin-top: -82px;
}
#slider .swiper-custom-parent .swiper-button-next {
	margin-right: -50px;
	outline: 0;
	background-image: url(../img/arrow.jpg);
	background-size: 34px 164px;
	width: 34px;
	height: 164px;
	margin-top: -82px;
	transform: scale(-1,1)
}
@media (max-width: 767px) {
	#slider .swiper-custom-parent .swiper-button-prev {
		display: none;
	}
	#slider .swiper-custom-parent .swiper-button-next {
		display: none;
	}
}
/*---------------------------------------------*/
/*   information-div-left CSS                  */
/*---------------------------------------------*/
#information-div {
	margin-top: 50px;
}
.information-left .info-div {
	
}
.information-left .info-div .info-top-title {
	text-align: center;
}
.information-left .info-div .info-top-title h3 {
	font-weight: bold;
	margin-bottom: 10px;
}
.information-left .info-div .info-top-title p {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	z-index: 0;
}
.information-left .info-div .info-top-title p::after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px dashed #fff100;
	bottom: 50%;
	z-index: -1;
}
.information-left .info-div .info-top-title p span {
	background: linear-gradient(transparent 0%, #fff100 0%);
	padding: 0px 20px;
}

/* event-info CSS */
.event-info {
	width: 100%;
}
.event-info .info-list {
	width: 100%;
	list-style-type: none;
	padding: 0;
}
.event-info .info-list li {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.event-info .info-list li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 15px 10px;
    transition: all .2s ease-in;
}
.event-info .info-list li a:hover {
	background-color: rgba(0,187,90,0.10);
	transition: all .2s ease-in;
}
.event-info .info-list li a div {
	display: table-cell;
	vertical-align: top;
}
.event-info .info-list li a div:nth-child(1) {
	width: 20%;
}
.event-info .info-list li a div:nth-child(2) {
	padding-left: 15px;
}

@media (max-width: 767px) {
	.event-info .info-list li {
		display: block;
	}
	.event-info .info-list li a div {
		display: block;
	}
	.event-info .info-list li a div .photo-mask {
		width: 100%!important;
	}
	.event-info .info-list li a div .photo-mask::before {
		padding-top: 80%!important;
	}
	.event-info .info-list li a div:nth-child(1) {
	width: 100%;
}
	.event-info .info-list li a div:nth-child(2) {
		padding-left: 0px;
	}
}

/* イベント情報 写真マスク設定 */
.event-info .info-list li a div .photo-mask {
	overflow: hidden;
	position: relative;
	width: 350px;
}
.event-info .info-list li a div .photo-mask::before {
	content: "";
	padding-top: 75%;
	width: 100%;
	display: block;
}
.event-info .info-list li a div .photo-mask img {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	border: 1px solid #898989;
	padding: 5px;
}

/* イベント情報 テキスト設定 */
.event-info .info-list li a div .event-title {
	
}
.event-info .info-list li a div .event-title time {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
.event-info .info-list li a div .event-title time span {
	background: linear-gradient(transparent 0%, #00bb5a 0%);
	padding: 2px 5px;
}
.event-info .info-list li a div .event-title h6 {
	color: #00bb5a;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px;
	margin-top: 5px;
}
.event-info .info-list li a div p {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	.event-info .info-list li a div .event-title {
		display: block;
	}
	.event-info .info-list li a div .event-title time {
		display: block;
	}
	.event-info .info-list li a div .event-title h6 {
		padding-left: 0px;
		padding-top: 10px;
		font-size: 16px;
	}
	.event-info .info-list li a div p {
		padding-bottom: 15px;
	}
}

/* テキストのみインフォメーション */
.text-info {
	display: table;
	width: 100%;
}
.text-info time {
	display: table-cell;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
.text-info time span {
	background: linear-gradient(transparent 0%, #00bb5a 0%);
	padding: 2px 5px;
}
.text-info a {
	color: #000;
	display: block;
	text-decoration: none;
	padding: 10px!important;
}
.text-info h6 {
	display: table-cell;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	margin: 0px;
	padding-left: 15px;
}
/* バックナンバー設定 */
.info-backnumber {
	width: 100%;
	text-align: center;
}
.info-backnumber a {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	display: block;
	text-decoration: none;
	background-color: #00bb5a;
	border-radius: 3px;
	padding: 5px 0px;
	border: 1px solid #00bb5a;
	transition: all .2s ease-in;
}
.info-backnumber a:hover {
	background-color: #fff;
	color: #00bb5a;
	transition: all .2s ease-in;
	text-decoration: none;
}
@media (max-width: 575px) {
	.text-info,
	.text-info time {
		display: block;
	}
	.text-info h6 {
		padding: 0px;
		padding-top: 10px;
	}
}
/*---------------------------------------------*/
/*   information-div-right CSS                 */
/*---------------------------------------------*/
.information-right {
	
}
/* SNSアイコン設定 */
.sns-icon {
	width: 100%;
	display: table;
	border-collapse: separate;
    border-spacing: 10px 0;
}
.sns-icon a {
	width: calc(50% / 3);
	height: 60px;
	display: table-cell;
	border-radius: 3px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 30px;
	text-decoration: none;
}
.sns-icon a:hover {
	color: #fff;
	text-decoration: none;
}
.sns-icon .facebook {
	background-color: #1d2088;
}
.sns-icon .facebook::after {
	content: "\f39e";
	font-family: "fontawesome";
}
.sns-icon .twitter {
	background-color: #00a0e9;
}
.sns-icon .twitter::after {
	content: "\f099";
	font-family: "fontawesome";
}
.sns-icon .insta {
	background-color: #030000;
}
.sns-icon .insta::after {
	content: "\f16d";
	font-family: "fontawesome";
}
@media (max-width: 991px) {
	.sns-icon {
		margin-top: 50px;
	}
}

/* バナーエリア */
.banner-area {
	margin-top: 25px;
	width: 100%;
}
.banner-area hr {
	border: none;
	border-bottom: 2px dashed #00bb5a;
	margin: 30px 0px;
}
.banner-area .banner {
	margin-bottom: 15px;
}
.banner-area .banner img {
	width: 100%;
	border: 10px solid #eeeeee;
}
.banner-area .banner .border-none {
	border: none!important;
}
.banner-area .banner-movie {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.banner-area .banner-movie h4 {
	font-size: 24px;
	font-weight: bold;
}
.banner-area .banner-movie h4 span {
	background: linear-gradient(transparent 50%, #ffff00 0%);
	padding: 0px 15px;
}
.banner-area .banner-movie .iframe-movie {
	width: 100%;
	position: relative;
	padding: 55% 0 0 0;
	margin-top: 30px;
}
.banner-area .banner-movie .iframe-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*---------------------------------------------*/
/*   photo-contest CSS                         */
/*---------------------------------------------*/
#photo-contest {
	margin-top: 50px;
	margin-bottom: 50px;
}
.photo-con-div {
	width: 100%;
	text-align: center;
}
.photo-con-div::after {
	content: "";
    background-image: url(../img/slide-bg.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 166px;
    display: block;
    overflow: hidden;
    background-position: bottom center;
    -webkit-background-size: 1227px;
    background-size: 1227px;
    -webkit-animation: slidebg 80s linear infinite;
    animation: slidebg 80s linear infinite;
	border: 5px solid #000;
	margin-top: -145px;
}
@keyframes slidebg {
	from { background-position: 0 0; }
    to { background-position: -1227px 0; }
}
@media (max-width: 767px) {
	.photo-con-div img {
		width: 313px;
		height: auto;
	}
	.photo-con-div::after {
		height: 105px;
		margin-top: -90px;
	}
}
/*---------------------------------------------*/
/*   Instagram CSS                             */
/*---------------------------------------------*/
.insta-icon {
	width: 100%;
	text-align: center;
}
.insta-icon::after {
	content: "\f16d";
	font-family: "fontawesome";
	font-size: 50px;
}
#insta-div {
	width: 100%;
	text-align: center;
	position: relative;
}
.insta-area .mt-30 {
	margin-top: 30px;
}
.insta-photo {
	padding: 15px 0px;
}
.insta-photo img {
	max-width: 100%;
}
.insta-photo::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,187,90,0.15);
	z-index: 2;
}
.insta-photo .insta-top {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	max-width: 60%;
}
.insta-mini img {
	width: 100%;
}
@media (max-width: 991px) {
	.tb-hide {
		display: none;
	}
}
@media (max-width: 767px) {
	.sp-hide {
		display: none;
	}
}

/*---------------------------------------------*/
/*  　footer CSS                               */
/*---------------------------------------------*/
.footer {
	background-color: #00bb5a;
	padding: 30px 0;
	color: #fff;
}
.footer .footer-left h1 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}
.footer .footer-left p {
	font-size: 16px;
}
.footer .footer-left address {
	font-size: 16px;
}
.footer .footer-link ul {
	list-style-type: none;
	font-size: 16px;
	display: table;
	text-align: right;
	padding: 0px;
	margin-left: auto;
	padding-right: 10px;
	width: 100%;
}
.footer .footer-link ul li {
	display: table-cell;
}
.footer .footer-link ul li a {
	text-decoration: none;
	color: #fff;
}
.footer .footer-link ul li a::before {
	content: "\f0a9";
    font-family: 'fontawesome-s';
	padding-right: 5px;
}
@media (max-width: 767px) {
	.footer .footer-link ul {
		text-align: center;
		padding: 0;
		margin-top: 25px;
	}
	.footer .footer-link ul li {
		width: 50%;
	}
}

/*---------------------------------------------*/
/*   中ページ 色設定 CSS                       */
/*---------------------------------------------*/

/* ページトップのタイトル背景 */
/*モデルコース*/
.bg-skyblue {
	background-image: linear-gradient(-45deg,#c6ffff 25%,rgba(254,254,254,0.30) 25%,rgba(254,254,254,0.30) 50%,#c6ffff 50%,#c6ffff 75%,rgba(254,254,254,0.30) 75%,rgba(254,254,254,0.30));
	color: #000a6c;
}
/*インフォ*/
.bg-orenge {
	background-image: linear-gradient(-45deg,#ffead6 25%,rgba(254,254,254,0.30) 25%,rgba(254,254,254,0.30) 50%,#ffead6 50%,#ffead6 75%,rgba(254,254,254,0.30) 75%,rgba(254,254,254,0.30));
	color: #ff9c00;
}
/*特集*/
.bg-purple {
	background-image: linear-gradient(-45deg,#e3d6fe 25%,rgba(254,254,254,0.30) 25%,rgba(254,254,254,0.30) 50%,#e3d6fe 50%,#e3d6fe 75%,rgba(254,254,254,0.30) 75%,rgba(254,254,254,0.30));
	color: #4f006c;
}
/*フォトライブラリ*/
.bg-pink {
	background-image: linear-gradient(-45deg,#ffe5f2 25%,rgba(254,254,254,0.30) 25%,rgba(254,254,254,0.30) 50%,#ffe5f2 50%,#ffe5f2 75%,rgba(254,254,254,0.30) 75%,rgba(254,254,254,0.30));
	color: #6c0000;
}
/*花ごよみ*/
.bg-purpleblue {
	background-image: linear-gradient(-45deg,#e0e0ff 25%,rgba(254,254,254,0.30) 25%,rgba(254,254,254,0.30) 50%,#e0e0ff 50%,#e0e0ff 75%,rgba(254,254,254,0.30) 75%,rgba(254,254,254,0.30));
	color: #800080;
}
/*アクセス*/
.bg-yellow {
	background-image: linear-gradient(-45deg,#ffffd6 25%,rgba(254,254,254,0.30) 25%,rgba(254,254,254,0.30) 50%,#ffffd6 50%,#ffffd6 75%,rgba(254,254,254,0.30) 75%,rgba(254,254,254,0.30));
	color: #daa520;
}
/*温泉*/
.bg-yellowgreen {
	background-image: linear-gradient(-45deg,#e5ffcc 25%,rgba(254,254,254,0.30) 25%,rgba(254,254,254,0.30) 50%,#e5ffcc 50%,#e5ffcc 75%,rgba(254,254,254,0.30) 75%,rgba(254,254,254,0.30));
	color: #006c26;
}
/*フォトコンテスト*/
.bg-redpink {
	background-image: linear-gradient(-45deg,#ffe5e5 25%,rgba(254,254,254,0.30) 25%,rgba(254,254,254,0.30) 50%,#ffe5e5 50%,#ffe5e5 75%,rgba(254,254,254,0.30) 75%,rgba(254,254,254,0.30));
	color: #b22222;
}
/*予備*/
.bg-blue {
	background-image: linear-gradient(-45deg,#dbedff 25%,rgba(254,254,254,0.30) 25%,rgba(254,254,254,0.30) 50%,#dbedff 50%,#dbedff 75%,rgba(254,254,254,0.30) 75%,rgba(254,254,254,0.30));
	color: #483d8b;
}
/*予備*/
.bg-green {
	background-image: linear-gradient(-45deg,#d6ffea 25%,rgba(254,254,254,0.30) 25%,rgba(254,254,254,0.30) 50%,#d6ffea 50%,#d6ffea 75%,rgba(254,254,254,0.30) 75%,rgba(254,254,254,0.30));
	color: #008080;
}


/* モデルコーストップ背景 */
.model-top-blue {
	background-image: linear-gradient(-90deg,#00a0e9 25%,#26aeec 25%,#26aeec 50%,#00a0e9 50%,#00a0e9 75%,#26aeec 75%,#26aeec);
	background-size: 30px 30px;
}
.model-top-red {
	background-image: linear-gradient(-90deg,#ef6f62 25%,#f08f84 25%,#f08f84 50%,#ef6f62 50%,#ef6f62 75%,#f08f84 75%,#f08f84);
	background-size: 30px 30px;
}
/* ページ内部の背景 */
.model-bg-blue {
	background-color: #00a0e9;
}
.model-bg-red {
	background-color: #ef6f62;
}

/* 説明の中の住所の色設定 */
.tour .description p.blue-address::before {
	color: #00a0e9;
	border: 2px solid #00a0e9;
}
.tour .description p.red-address::before {
	color: #ef6f62;
	border: 2px solid #ef6f62;
}

/*---------------------------------------------*/
/*   ここからモデルコース CSS                  */
/*---------------------------------------------*/

/* 中ページタイトル */
.page-top-title {
	padding: 30px 0;
	width: 100%;
	background-size: 10px 10px;
}
.page-top-title h2 {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 26px;
}

/* モデルコース 切り替えボタン */
.model-switch {
	margin: 50px 0px;
}
.model-switch ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
	list-style-type: none;
	display: table;
	border-collapse: separate;
    border-spacing: 50px 0;
}
.model-switch ul > li {
	display: table-cell;
	width: 50%;
	text-align: center;
	border-radius: 5px;
}
.model-switch ul > li.model01 {
	background-color: #00a0e9;
}
.model-switch ul > li.model02 {
	background-color: #ef6f62;
}
.model-switch ul > li > span {
	
}
.model-switch ul > li > span > a {
	color: #fff;
	display: block;
	padding: 25px 0;
	font-size: 20px;
	font-weight: bold;
}
.model-switch ul > li > span > a:hover {
	text-decoration: none;
}
.model-switch ul > li > span > a::before {
	content: "\f138";
    font-family: 'fontawesome-s';
    padding-right: 25px;
}
@media (max-width: 767px) {
	.model-switch ul {
		display: block;
		border-collapse: separate;
    	border-spacing: 0px 0px;
	}
	.model-switch ul > li {
		display: block;
		width: 100%;
		margin: 10px 0;
	}
}

/* モデルコース トップ */
@media (max-width: 991px) {
	.model-top-div .col-lg-4 {
		min-height: 330px!important;
	}
	.model-top-div .col-lg-4 .model-top-cont {
		top: 50%!important;
	}
}
.model-top-div {
	margin: 0px!important;
}
.model-top-div .col-lg-4 {
	position: relative;
}
.model-top-div .col-lg-4 .model-top-cont {
	width: 100%;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
@media (max-width:1200px) and (min-width: 992px) {
	.model-top-div .col-lg-4 .model-top-cont {
		top: 50%;
	}
}
.model-top-div .col-lg-4,
.model-top-div .col-lg-8{
	padding: 0px!important;
}
.model-top-div h5 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.model-top-div h5.text-bg-blue::before {
	content: "";
	background-color:#0073e9;
  	width: 130px;
  	height: 130px;
  	display: inline-block;
  	border-radius: 50%;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
.model-top-div h5.text-bg-blue::after {
	content: "";
	display: inline-block;
	width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 60px solid #0073e9;
	position: absolute;
	top: 170%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
.model-top-div h5.text-bg-red::before {
	content: "";
	background-color:#f0503e;
  	width: 130px;
  	height: 130px;
  	display: inline-block;
  	border-radius: 50%;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
.model-top-div h5.text-bg-red::after {
	content: "";
	display: inline-block;
	width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 60px solid #f0503e;
	position: absolute;
	top: 170%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
.model-top-div h2 {
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 100px;
}
.model-top-div h2 span {
	border-top: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	padding: 25px 0px;
}
.model-top img {
	width: 100%;
}
.model-top ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 22px;
	font-weight: bold;
	display: table;
	margin-top: 50px;
}
.model-top ul > li {
	display: table-cell;
}
.model-top ul > li.course-arrow::before {
	content: "→";
	margin: 0px 20px;
	font-size: 30px;
}
.model-top ul > li > span {
	color: #fff;
	padding: 5px 30px;
	margin-right: 30px;
}
@media (max-width: 991px) {
	.model-top ul {
		display: block;
		margin-bottom: 25px;
	}
	.model-top ul > li {
		display: block;
	}
	.model-top ul > li:nth-child(2) {
		margin-top: 25px;
	}
	.model-top ul > li.course-arrow::before {
		content: "↓";
	}
	.model-top ul > li > span {
		margin-right: 0px;
	}
}

/* 道案内 CSS */
.root {
	background-color: #e5e5e5;
	margin-top: 30px;
	height: 70px;
	padding: 25px 0px 25px 15px;
}
.root h4 {
	margin-bottom: 0px;
	font-size: 18px;
	position: relative;
	padding-left: 25px;
	margin-left: 25px;
	height: 18px;
}
.root h4::before {
	position: absolute;
	content: "\f103";
    font-family: 'fontawesome-s';
	font-size: 36px;
	top: 50%;
	left: 0;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

/* コースポイント CSS */
.tour {
	margin-top: 30px;
}
.tour .point-name {
	margin-bottom: 20px;
}
.tour .point-name ul {
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	list-style-type: none;
	display: table;
	margin: 0px;
}
.tour .point-name ul > li {
	display: table-cell;
	vertical-align: middle;
}
.tour .point-name ul > li > span {
	text-align: center;
	display: inline-block;
	width: 75px;
	height: 75px;
	color: #fff;
	font-size: 36px;
	line-height: 75px;
	margin-right: 25px;
}
.tour .description {
	font-size: 16px;
}
.tour .description img {
	width: 100%;
}
.tour .description p.point-address {
	margin-top: 30px;
}
.tour .description p.point-address::before {
	content: "住所";
	font-weight: bold;
	padding: 5px 13px;
	margin-right: 15px;
}
.tour .description p.margin-off {
	margin: 0px!important;
}

/* リンクボタン */
.tour .point-link {
	width: 100%;
	font-weight: bold;
	text-align: center;
	margin-top: 100px
}
.tour .point-link a {
	display: block;
	text-decoration: none;
	padding: 15px 0;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
}
.tour .point-link a::before {
	content: "\f35a";
    font-family: 'fontawesome-s';
	padding-right: 25px;
	font-weight: normal;
}

/* アイコン設定 */
.tour .description .point-icon-lunch {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background-color: #e4007f;
	margin-bottom: 10px;
	text-align: center;
}
.tour .description .point-icon-lunch::before {
	content: "\f2e7";
	font-family: 'fontawesome-s';
	color: #fff;
	font-size: 26px;
}
.tour .description .point-icon-bed {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background-color: #0043cc;
	margin-bottom: 10px;
	text-align: center;
}
.tour .description .point-icon-bed::before {
	content: "\f236";
	font-family: 'fontawesome-s';
	color: #fff;
	font-size: 24px;
}

@media (max-width: 991px) {
	.root {
		margin-top: 0px;
	}
	.tour .description img {
		margin-bottom: 25px;
	}
	.tour .description .point-link {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.point-pickup {
		margin-bottom: 25px;
	}
	.pickup-img {
		margin-bottom: 25px;
	}
}

/* ピックアップポイント */
.point-pickup {
	width: 100%;
	background-color: #d5f2ff;
	padding: 30px 15px;
	margin-top: 15px;
}
.point-pickup2 {
	width: 100%;
	background-color: #ffeeee;
	padding: 30px 15px;
	margin-top: 15px;
}
.point-pickup .pickup-title h2 {
 	background-image: url(../model/img/flower.png);
	background-repeat: no-repeat;
 	background-size: contain;
  	vertical-align: middle;
	padding: 30px 0px;
	padding-left: 90px;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}
.point-pickup2 .pickup-title h2 {
 	background-image: url(../model/img/flower2.png);
	background-repeat: no-repeat;
 	background-size: contain;
  	vertical-align: middle;
	padding: 30px 0px;
	padding-left: 90px;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}
.point-pickup .pickup-title h2 > span,.point-pickup2 .pickup-title h2 > span {
	font-size: 18px;
}
.point-pickup .pickup-text,.point-pickup2 .pickup-text {
	padding: 20px;
}
.point-pickup .pickup-text p,.point-pickup2 .pickup-text p {
	font-size: 16px;
	line-height: 30px;
}
.point-pickup .pickup-text p.point-address,.point-pickup2 .pickup-text p.point-address {
	margin-top: 30px;
}
.point-pickup .pickup-text p.point-address::before,.point-pickup2 .pickup-text p.point-address::before {
	content: "住所";
	font-weight: bold;
	padding: 5px 13px;
	margin-right: 15px;
}
.point-pickup .pickup-text p.re-blue-address::before {
	color: #00a0e9;
	background-color: #fff;
}
.point-pickup2 .pickup-text p.re-red-address::before{
	color: #ef6f62;
	background-color: #fff;
}
.point-pickup .pickup-text .point-link,.point-pickup2 .pickup-text .point-link {
	margin-top: 25px;
}
@media (max-width: 767px) {
	.point-pickup .pickup-title h2,.point-pickup2 .pickup-title h2 {
		font-size: 20px;
	}
}
@media (max-width: 575px) {
	.point-pickup .pickup-title h2,.point-pickup2 .pickup-title h2 {
		padding: 15px 0px;
		padding-left: 90px;
	}
}
/* 画像の背景設定 */
.pickup-img {
	margin: auto;
	position: relative;
	width: 85%;
	height: auto;
	z-index: 1;
}
.pickup-img::after {
	position: absolute;
	content: "";
	display: inline-block;
	background-image: linear-gradient(-45deg,#fefefe 25%,rgba(254,254,254,0.30) 25%,rgba(254,254,254,0.30) 50%,#fefefe 50%,#fefefe 75%,rgba(254,254,254,0.30) 75%,rgba(254,254,254,0.30));
	background-size: 15px 15px;
	width: 100%;
	height: 100%;
	top: 20px;
	left: 20px;
	z-index: -1;
}
.pickup-img img {
	width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.pickup-img {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.pickup-img {
		margin-bottom: 30px;
	}
}
@media (min-width: 576px) {
	.xs-hide {
		display: none;
	}
}

/* OR CSS */
.or {
	width: 100%;
	padding: 10px 0;
	margin: 25px 0;
	text-align: center;
	font-weight: bold;
	background-image: linear-gradient(-45deg,#ffffff 25%,rgba(0,0,0,0.20) 25%,rgba(0,0,0,0.20) 50%,#ffffff 50%,#ffffff 75%,rgba(0,0,0,0.20) 75%,rgba(0,0,0,0.20));
	background-size: 15px 15px;
}
.or h4 {
	font-size: 36px;
	margin-bottom: 0px;
}

/*---------------------------------------------*/
/*   温泉・宿泊ページ CSS                      */
/*---------------------------------------------*/
.lodging-div {
	margin-top: 50px;
}
.lodging-list {
	
}
.lodging-list .lodging-cont {
	width: 100%;
	margin-bottom: 50px;
}
.lodging-list .lodging-cont .facility-img {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.lodging-list .lodging-cont .facility-img::before {
	content: "";
	padding: 55% 0 0 0;
	width: 100%;
	display: block;
}
.lodging-list .lodging-cont .facility-img img {
	display: block;
  	width: 100%;
  	height: auto;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);
}
.lodging-list .lodging-cont .facility-name {
	background-color: #00bb5a;
	color: #fff;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}
.lodging-list .lodging-cont .facility-name::before {
	content: "\f02e";
	font-family: 'fontawesome-s';
	padding-left: 10px;
	margin-right: 10px;
}
.lodging-list .lodging-cont .facility-text {
	padding: 25px;
	background-color: #f0f0f0;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
}
.lodging-list .lodging-cont .facility-text .facility-btn {
	width: 100%;
	text-align: center;
}
.lodging-list .lodging-cont .facility-text .facility-btn a {
	display: block;
	background-color: #00bb5a;
	padding: 15px 0; 
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	margin-top: 20px;
	border-radius: 5px;
}
.lodging-list .lodging-cont .facility-border {
	margin-top: 50px;
	margin-bottom: 0px;
    border-top: 2px dotted #8b8b8b;
}
@media (min-width: 992px) {
	.lodging-list .lodging-cont:nth-child(5) .facility-border {
		/*display: none;*/
	}
}
@media (min-width: 768px) {
	.lodging-list .lodging-cont:nth-child(6) .facility-border {
		/*display: none;*/
	}
}

/*---------------------------------------------*/
/*   温泉・宿泊 詳細ページ CSS                 */
/*---------------------------------------------*/
.facility-div {
	margin-top: 50px;
}
.facility-div .facility-name {
	width: 100%;
	background-color: #00bb5a;
	padding: 20px 0px;
}
.facility-div .facility-name h2 {
	width: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	border-bottom: 5px solid #fff;
	padding-left: 30px;
	padding-bottom: 5px;
	margin-bottom: -5px;
}
.facility-div .facility-main {
	margin-top: 30px;
	padding: 0px 30px;
}
.facility-div .facility-main .row {
	overflow: hidden;
}
.facility-div .facility-main .col-lg-4 {
	background-color: #f0f0f0;
	overflow: scroll;
}
.facility-div .facility-main .col-lg-8 {
	padding-right: 30px;
}
.facility-div .facility-main .col-lg-4 .row {
	margin: 0px!important;
}
@media (max-width: 991px) {
	.facility-div .facility-main .col-lg-8 {
		padding-left: 0px;
		padding-right: 0px;
	}
}
/* 選択画像のマスク処理 */
.facility-div .facility-main .image-box {
	overflow: hidden;
    position: relative;
    width: 100%;
}
.facility-div .facility-main .image-box::before {
	content: "";
    padding-top: 65%;
    width: 100%;
    display: block;
}
.facility-div .facility-main .image-box img {
	display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.facility-div .facility-main .select-box {
	width: 100%;
	overflow: visible;
	margin-top: 25px;
}
.facility-div .facility-main .select-box > ul {
	width: 100%;
	height: auto;
	list-style-type: none;
	margin: 0px!important;
	padding: 0px!important;
	border-collapse: separate;
    border-spacing: 10px 0;
}
.facility-div .facility-main .select-box > ul > li.itemList {
	width: calc(100% / 2);
	float: left;
	display: inline-block;
	padding-right: 7.5px;
	padding-left: 7.5px;
	padding-bottom: 15px;
}
.facility-div .facility-main .select-box > ul > li.itemList > a {
	display: block;
	overflow: hidden;
    position: relative;
    width: 100%;
}
.facility-div .facility-main .select-box > ul > li.itemList > a::before {
	content: "";
    padding-top: 65%;
    width: 100%;
    display: block;
}
.facility-div .facility-main .select-box > ul > li.itemList > a > img {
	display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 991px) and (min-width: 768px) {
	.facility-div .facility-main .select-box > ul > li.itemList {
		width: calc(100% / 3);
	}
}
.facility-div .facility-main .facility-text {
	margin: 25px 0px;
	font-size: 16px;
}
/* 施設データ */
.facility-div .facility-main .facility-data {
	width: 100%;
	margin-bottom: 25px;
	margin-top: 50px;
}
.facility-div .facility-main .facility-data .facility-data-title h3 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 5px solid #00bb5a;
	padding-bottom: 5px;
}
.facility-div .facility-main .facility-data .facility-data-title h3::before {
	content: "\f024";
	font-family: 'fontawesome-s';
	color: #00bb5a;
	padding-left: 10px;
	padding-right: 15px;
}
/* テーブル処理 */
.facility-div .facility-main .facility-data .facility-table {
	font-size: 16px;
	width: 100%;
	margin-top: 25px;
}
.facility-div .facility-main .facility-data .facility-table .table td {
	border-top: none;
	border-bottom: 1px dotted #c5c5c5;
	padding: 15px 25px;
}
.facility-div .facility-main .facility-data .facility-table .table td a {
	color: #000;
	text-decoration: none;
}
.facility-div .facility-main .facility-data .facility-table .table td:nth-child(1) {
	background-color: #f0f0f0;
}
@media (max-width: 1200px) {
	.facility-div .facility-main .facility-data .facility-table .table td:nth-child(1) {
		width: 25%;
		vertical-align: middle;
	}
}
@media (max-width: 767px) {
	.facility-div .facility-main .facility-data .facility-table .table {
		display: block;
	}
	.facility-div .facility-main .facility-data .facility-table .table td {
		display: block;
		width: 100%;
	}
	.facility-div .facility-main .facility-data .facility-table .table td:nth-child(1) {
		display: block;
		width: 100%;
	}
}
.facility-div .facility-main .facility-data .facility-map-title h3 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 5px solid #00bb5a;
	padding-bottom: 5px;
	margin-top: 20px;
}
.facility-div .facility-main .facility-data .facility-map-title h3::before {
	content: "\f3c5";
	font-family: 'fontawesome-s';
	color: #00bb5a;
	padding-left: 10px;
	padding-right: 15px;
}
.facility-div .facility-main .facility-data .facility-map {
	position: relative;
  	width: 100%;
  	padding: 45% 0 0 0;
	margin-top: 25px;
}
.facility-div .facility-main .facility-data .facility-map iframe {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
@media (max-width: 767px) {
	.facility-div .facility-main .facility-data .facility-map {
		padding: 125% 0 0 0;
	}
}

/* スクロールバーの装飾 */
div::-webkit-scrollbar{

}
div::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
div::-webkit-scrollbar-thumb{
  background: #00bb5a;
  border-radius: 10px;
  box-shadow: none;
}

/*---------------------------------------------*/
/*   新着・イベント CSS 　　　　　　           */
/*---------------------------------------------*/
.entry-title-area{
	margin-top: 30px;
	margin-bottom: 20px;
}
.entry-day{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00BB5A;
	font-size: 16px;
	padding: 10px;
}
.news-day{
	font-size: 16px;
	text-align: right;
	padding-top: 15px;
}
.entry-title{
	font-size: 30px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 4px dotted #000000;
}
.entry-main-area{
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*---------------------------------------------*/
/*   バックナンバー CSS 　　　　　　           */
/*---------------------------------------------*/
.backnumber-title {
	margin-top: 25px;
}
.backnumber-title h2 {
	font-weight: bold;
	font-size: 20px;
}
.backnumber-title h2 span {
	background: linear-gradient(transparent 45%, #fff100 0%);
    padding: 0px 20px;
}
.info-none {
	display: none!important;
}
.text-info {
	margin-top: 25px!important;
}
.text-info ul li a {
	padding: 15px 0px!important;
}
.text-info ul li a div {
	padding-left: 10px!important;
}


/*マップ*/
#map iframe {
	clear: both;
	height: 500px;
	width: 100%;
}

/*アクセス*/
.access-main,.link-main{
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 18px;
}
.access-main img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.access-main .col-md-6{
	padding-top: 20px;
}
.access-main .col-4{
	margin-bottom: 20px;
}
.access-main .col-4 img {
	border: 1px solid #C9C9C9;
}
/*リンク*/
.link-main{
	padding-left: 20px;
	padding-right: 20px;
}
.link-main ul{
	padding-left: 10px!important;
}
.link-main li{
	padding-bottom: 5px;
}
.link-main h3 {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFB600;
}
.link-main p strong {
	color: #FF5700;
}
.link-main a {
	font-weight: bold;
	color: #000000;
}

/*花ごよみ*/
.flower-mainimg{
	padding-top: 15px;
	padding-bottom: 15px;
}
.flower-pc { display: block !important; }
.flower-sp { display: none !important; }
@media only screen and (max-width: 767px) {
.flower-pc { display: none !important; }
.flower-sp { display: block !important; }
}
.flower-textbox{
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.flower-list{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 40px;
}
.flower-list .col-md-4 {
	margin-bottom: 30px;
}
.flower-list h2{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 20px;
	padding-top: 15px;
	background-image: url(../special/img/02/line.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 15px;
}
.flower-list span{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFEEEE;
	margin-right: 10px;
	font-weight: bold;
}


/*特集・花ごよみリンクボタン*/
.special-link {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	color: #00BB5A;
	margin-top: 25px;
}
.special-link a {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	display: block;
	padding: 15px 5px;
	background-image: linear-gradient(-45deg,#ffffff 25%,rgba(200,200,200,0.50) 25%,rgba(200,200,200,0.50) 50%,#ffffff 50%,#ffffff 75%,rgba(200,200,200,0.50) 75%,rgba(200,200,200,0.50));
	background-size: 10px 10px;
	border-radius: 10px;
	border: 2px solid #000000;
}
.special-link a:hover {
	text-decoration: none;
	color: #000000;
}
.special-link a::before{
	content: "\f35a";
	font-family: 'fontawesome-s';
	padding-left: 0px;
	padding-right: 15px;
}


/*-----------------------------
wordpress追加
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 20px !important;
    overflow: hidden;
}

.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.gallery-item { /** 画像共通のスタイル **/
    float: left;
	margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}

.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 10px !important;
}

.gallery-caption { /** キャプション **/
    color: #222;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
}

.gallery-columns-1 .gallery-item { /** カラムなし **/
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}
/*画像回り込み*/
.aligncenter {
    display: block;
    margin: 0 auto;
    padding: 5px;
}
.alignright { float: right; 
    padding: 5px;}
.alignleft { float: left; 
    padding: 5px;}


/*アイコン表示処理*/
#main-contents-div a[href$=".pdf"],
#main-contents-div a[href$=".xls"],
#main-contents-div a[href$=".xlsx"],
#main-contents-div a[href$=".doc"],
#main-contents-div a[href$=".docx"],
#main-contents-div a.bt-entry {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom: 1px solid #B93039;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 0px;
	display: inline-block;
	background-color: #FFFFFF;
	line-height: 110%;
	text-decoration: none!important;
}
/*pdfの時*/
#main-contents-div a[href$=".pdf"]:before {
	content:url(../img/icon-pdf.gif);
	margin-right:5px;
	vertical-align: middle;
	display:inline-block;
}
/*ワードの時*/
#main-contents-div a[href$=".doc"]:before {
	content:url(../img/icon-word.gif);
	margin-right:5px;
	vertical-align: middle;
	display:inline-block;
}
#main-contents-div a[href$=".docx"]:before {
	content:url(../img/icon-word.gif);
	margin-right:5px;
	vertical-align: middle;
	display:inline-block;
}
/*エクセルの時*/
#main-contents-div a[href$=".xls"]:before {
	content:url(../img/icon-excel.gif);
	margin-right:5px;
	vertical-align: middle;
	display:inline-block;
}
#main-contents-div a[href$=".xlsx"]:before {
	content:url(../img/icon-excel.gif);
	margin-right:5px;
	vertical-align: middle;
	display:inline-block;
}


/*ページャー*/
.pager {
	margin-bottom: 30px;
}
.pager ul {
	display: table;
	margin-left: auto;
	margin-right: auto;
	border-collapse: separate;
	border-spacing: 5px 0;
	line-height: 100%;
	padding: 0px;
	clear: both;
	list-style-type: none;
}
.pager ul li {
	display: table-cell;
	margin-bottom: 0px!important;
}
.pager ul li.current {
	background-color: #bfe4ff;
	color: #000;
	padding: 10px;
	display: block;
	border: 1px solid #000033;
}
.pager ul li a {
	display: block;
	background-color: #fff;
	padding: 10px!important;
	border: 1px solid #000033;
	color: #000;
}
.pager ul li a:hover {
	color: #007bff;
}
@media(min-width: 768px) {
	.pager ul li a.b-prev:before {
		content: "<";
    	padding-right: 5px;
	}
	.pager ul li a.b-next:after {
		content: ">";
    	padding-left: 5px;
	}
}