@charset "utf-8";
/* home.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* オープニングシャッター　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.shutter{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#00b2fc;
	background-image: linear-gradient(150deg, rgba(0, 178, 252, 1) 26%, rgba(77, 203, 255, 1) 50%);
  z-index:9999;
	display: flex;
  justify-content: center;
  align-items: center;
}
.shutter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
}
.shutter img {
	position: relative;
	z-index: 10;
	width: 181px;
	height: auto;
}

/* -- アニメーション ----------------------------------------------- */
.shutter {
  -webkit-animation: byeShutter 3.6s forwards;
          animation: byeShutter 3.6s forwards;
}
.shutter::before {
  -webkit-animation: shutterOpen 2.4s forwards;
          animation: shutterOpen 2.4s forwards;
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	height: 100vh;
	position: relative;
}
#kv_text {
	position: absolute;
	left: 50px;
	bottom: 80px;
	color: #FFFFFF;
}

#kv h2 {
	font-size: 5vw;
	font-weight: 800;
	line-height: 1.2em;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.30);
}
#motto_subtitle {
	font-size: 3vw;
	line-height: 1.1em;
	font-weight: 700;
	font-family: "Sulphur Point", sans-serif;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* タイトルセット　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.title_set {
	margin-bottom: 50px;
}
.title_set h3 {
	font-size: 150px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: "Sulphur Point", sans-serif;
}
.title_set h4 {
	font-size: 48px;
	position: relative;
	padding-left: 40px;
	font-weight: 700;
	line-height: 1.2em;
}
.title_set h4 span {
	font-size: 30px;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	top: 3px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ボタン　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* -- 白ボタン ----------------------------------------------- */
.bt_white {
	width: 360px;
	height: 60px;
}
.bt_white a {
	height: 60px;
	color: #00b2fc;
	text-decoration: none;
	background-color: #FFFFFF;
	border-radius: 30px;
	padding-left: 35px;
	font-weight: 800;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.bt_white a:hover {
	background-color: rgba(255,255,255,0.50);	
}
.bt_white a span {
	background-color: #00B2FC;
	width: 60px;
	height: 30px;
	text-align: center;
	border-radius: 15px;
	position: absolute;
	top: 15px;
	right: 20px;
	transition: all 0.3s;
}
.bt_white a:hover span {
	transform: translate(5px,0px);
}
.bt_white a span img {
	width: 30px;
	position: absolute;
	top: 10px;
	right: 13px;
	height: auto;
}

/* -- 青ボタン ----------------------------------------------- */
.bt_blue {
	width: 360px;
	height: 60px;
}
.bt_blue a {
	height: 60px;
	color: #ffffff;
	text-decoration: none;
	background-color: #00b2fc;
	border-radius: 30px;
	padding-left: 35px;
	font-weight: 800;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.bt_blue a:hover {
	background-color: rgba(0,178,252,0.50);
}
.bt_blue a span {
	background-color: #ffffff;
	width: 60px;
	height: 30px;
	text-align: center;
	border-radius: 15px;
	position: absolute;
	top: 15px;
	right: 20px;
	transition: all 0.3s;
}
.bt_blue a:hover span {
	transform: translate(5px,0px);
}
.bt_blue a span img {
	width: 30px;
	position: absolute;
	top: 10px;
	right: 13px;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* VISION　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_vision {
	background-image: radial-gradient(circle, rgba(0, 178, 252, 1), rgba(143, 215, 253, 1) 90%), radial-gradient(circle, rgba(58, 99, 255, 1), rgba(42, 179, 252, 1) 90%);
	padding-top: 150px;
	padding-bottom: 250px;
	background-color: #00B2FC;
	color: #FFFFFF;
	position: relative;
}

/* -- テキストデータ ----------------------------------------------- */
#vision_data {
	width: 550px;
	margin-left: 50%;
	min-height: 850px;
}
#vision_text   {
	margin-bottom: 70px;
}
#vision_text p {
	margin-bottom: 8px;
}

/* -- スライド ----------------------------------------------- */
#vision_pic {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 50%;
}

/* ビュー */
#vsn_view {
	width: 80%;
	background-color: #FFFFFF;
	border-top-right-radius: 400px;
	border-bottom-right-radius: 400px;
}

.vision_slide li img {
	width: 100%;
	height: auto;
	border-top-right-radius: 400px;
	border-bottom-right-radius: 400px;
}
#vsn_thumb_box {
	padding-top: 50px;
}

/* サムネイル */
.vision_thumb {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding-right: 100px;
}
.vision_thumb li {
	width: 200px;
	margin-left: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.vision_thumb li a img {
	opacity: 1;
	filter: alpha(opacity=100);
	width: 100%;
	height: auto;
	border-radius: 10px;
	webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}  
.vision_thumb li a.active img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* 順番に表示 */
.vision_thumb li {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1s ease-out, transform 1.1s ease-out;
  transition-delay: calc(var(--delay) * 0.2s);
}
.vision_thumb li.visible {
  opacity: 1;
  transform: translateY(0);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 運営施設のご案内　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_service {
	position: relative;
	z-index: 2;
	margin-top: -170px;

}

/* 円弧 */
#service_haead img {
	width: 100%;
	height: auto;
}

/* コンテンツ */
#service_contents {
	background-color: #FFFFFF;
}

/* タイトルセットの色 */
#area_service .title_set {
	color: #00b2fc;
}

/* -- 施設一覧 ----------------------------------------------- */
#shisetsu_wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.list_wrap {
	width: 340px;
	margin-bottom: 40px;
	float: left;
	margin-right: 40px;
}
.list_wrap a {
	text-decoration: none;
}

.list_wrap:nth-child(3n) {
	margin-right: 0px;
}
.shisetsu_list {
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.big {
  transition-duration: .4s;
}
.big:hover {
  transform: scale(1.05);
}

/* サムネイル */
.shisetsu_thumb {
	position: relative;
	border-right: 5px solid #00B2FC;
	border-left: 5px solid #00B2FC;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 5px solid #00B2FC;
}
.shisetsu_thumb img {
	width: 100%;
	height: auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* 施設データエリア */
.shisetsu_data {
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	border-right: 5px solid #00B2FC;
	border-left: 5px solid #00B2FC;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 20px;
}

/* 施設名 */
.shisetsu_data ul {
	color: #009EE0;
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px solid #CCCCCC;
	margin-left: 20px;
	margin-right: 20px;
}
.shisetsu_ctg {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 700;
}
.shisetsu_name {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.4em;
}

/* 施設説明 */
.shisetsu_data p {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.6em;
	margin-right: 20px;
	margin-left: 20px;
	color: #333333;
}

/* 詳しく見るボタン */
.shisetsu_bt {
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #00B2FC;
	font-weight: 600;
}

/* -- バードビューマップ ----------------------------------------------- */
#birdview {
	margin-top: -150px;
	background-image: url(../images/home_service_birdview.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 1028px;
	padding-top: 250px;
	position: relative;
	background-color: #FFFFFF;
}
#birdview .inner {
	position: relative;
	height: 1028px;
}
#birdview .inner h3 {
	margin-top: -50px;
}
#map_list {
}
#map_list li {
	font-weight: 600;
	color: #727272;
	display: flex;
	position: absolute;
}
.number_ctg {
	margin-top: 5px;
	margin-right: 10px;
	font-size: 18px;
	color: #000000;
	margin-left: 10px;
}

/* 個別位置 */
#number_01 {
	top: 192px;
	left: 518px;
}
#number_02 {
	top: 121px;
	left: 662px;
}
#number_03 {
	top: 102px;
	left: 401px;
}
#number_04 {
	top: 198px;
	left: 175px;
}
#number_05 {
	top: 260px;
	left: 160px;
}
#number_06 {
	top: 340px;
	left: 180px;
}
#number_07 {
	top: 261px;
	left: 674px;
}
#number_08 {
	top: 46px;
	left: 703px;
}

/* フワフワアニメーション */
.fuwa {
	animation: fuwafuwa 2s infinite;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* -- リンクボタン ----------------------------------------------- */
#map_bt {
	position: absolute;
	left: 0px;
	top: 630px;
	display: flex;
	flex-wrap:wrap;
}
#map_bt li {
	width: 269px;
	margin-bottom: 8px;
	margin-right: 8px;
}
#map_bt li:nth-child(4n) {
	margin-right: 0px;
}
#map_bt li a {
	display: block;
	background-color: #00B2FC;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
	position: relative;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	padding-left: 55px;
	font-size: 15px;
}
#map_bt li a span {
	position: absolute;
	left: 5px;
	width: 40px;
	height: 40px;
	background-color: #FFFFFF;
	color: #00B2FC;
	font-size: 26px;
	font-weight: 800;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	border-radius: 25px;
	top: 5px;
	line-height: 1em;
	font-family: "Roboto", sans-serif;
}

/* ぽよボタン */
.poyo {
	cursor: pointer;
	display: grid;
	transition: color .3s, background .3s;
}
.poyo:hover {
	color: white;
	background: hsl(200deg 62% 75%);
	animation: poyo .6s;
}
.poyo:active {
	color: gainsboro;
	background: hsl(200deg 47% 60%);
	transition-duration: .1s;
}
#service_bottom img {
	width: 100%;
	height: auto;
}

@keyframes poyo {
	10% { transform: scale(1.1); }
	40% { transform: scale(.9); }
	60% { transform: scale(1.02); }
	80% { transform: scale(.98); }
}

/* -- スマホマップ ----------------------------------------------- */
#sp_map {
	display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スタッフボイス　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_voice {
	background-color: rgba(0,178,252,1.00);
	background-image: linear-gradient(150deg, rgba(0, 178, 252, 1) 26%, rgba(77, 203, 255, 1) 50%);
	padding-bottom: 150px;
}
#voice_wrap {
	width: 1200px;
	margin-left: auto;
	padding-top: 100px;
	padding-left: 100px;
	padding-bottom: 100px;
	border-bottom-left-radius: 100px;
	background-color: #FFFFFF;
}
#voice_wrap .title_set {
	color: #00B2FC;
}

.voice_contents {
	position: relative;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1100px;
}

/* -- 文章 ----------------------------------------------- */
.voice_text {
	width: 500px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/voice_bg.jpg);
	background-position: center 50px;
	background-repeat: no-repeat;
	padding-right: 20px;
	margin-right: 50px;
}
.voice_text h4 {
	font-size: 40px;
	line-height: 1.2em;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	margin-bottom: 50px;
}
.voice_text p {
	font-weight: 600;
	margin-bottom: 8px;
}
.written {
	text-align: right;
	margin-top: 20px;
	font-size: 16px;
}

/* -- 写真 ----------------------------------------------- */
.voice_pic {
	width: 550px;
}
.voice_pic img {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	width: 100%;
	height: auto;
}

/* スライド */
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  object-fit: cover;
}
.slick-dots li button:before {
  font-size: 50px;
  top: 6px;
}

/* -- バックナンバーボタン ----------------------------------------------- */
#voice_contents .bt_white {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* お知らせ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_news {
	padding-top: 200px;
	padding-bottom: 100px;
}
#area_news .title_set {
	color: #00B2FC;
}

/* -- インフォメ ----------------------------------------------- */
#info_box {
	width: 520px;
	float: left;
}
ul#information {
	border-top: 1px solid #BBBBBB;
}
#information li {
	border-bottom: 1px solid #BBBBBB;
	line-height: 1.6em;
}
#information li a {
	display: block;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	color: #333333;
	text-decoration: none;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-size: 16px;
	font-weight: 600;
}
#information li a:hover {
	background-color: #EBEBEB;
}

/* 日付 */
.info_date {
	font-size: 14px;
	display: block;
	width: 90px;
	border-right: 1px solid #BBBBBB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

/* タイトル */
.info_tt {
	display: block;
	width: 400px;
	float: right;
}

/* リンクなし */
.non_link {
	display: block;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

/* -- おたより ----------------------------------------------- */
#otayori_box {
	width: 520px;
	float: right;
}
#otayori_box h4 {
	margin-top: 160px;
}
ul#otayori {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#otayori li {
	width: 110px;
}
#otayori li a {
	color: #727272;
	text-decoration: none;
}
#otayori li img {
	width: 100%;
	height: auto;
	border: 1px solid #CCCCCC;
}
.tayori_tt {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3em;
	text-align: center;
	margin-top: 5px;
}
#otayori_box .bt_blue {
	margin-left: auto;
	margin-right: auto;
}
























/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* オープニングシャッター　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.shutter img {
	width: 150px;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv_text {
	left: 20px;
	bottom: 100px;
}

#kv h2 {
	font-size: 10vw;
	line-height: 1.2em;
	margin-bottom: 8px;
}#motto_subtitle {
	font-size: 5vw;
	line-height: 1.1em;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* タイトルセット　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.title_set {
	margin-bottom: 30px;
}
.title_set h3 {
	font-size: 90px;
	line-height: 1em;
	margin-bottom: 20px;
}
.title_set h4 {
	font-size: 24px;
	padding-left: 30px;
	font-weight: 700;
}
.title_set h4 span {
	font-size: 20px;
	margin-right: 8px;
	top: 3px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ボタン　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* -- 白ボタン ----------------------------------------------- */
.bt_white {
	width: 100%;
	height: 60px;
}

/* -- 青ボタン ----------------------------------------------- */
.bt_blue {
	width: 100%;
	height: 60px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* VISION　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_vision {
	padding-top: 60px;
}

/* -- テキストデータ ----------------------------------------------- */
#vision_data {
	width: 100%;
	margin-left: auto;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
}

#vision_text   {
	margin-bottom: 40px;
}

/* -- スライド ----------------------------------------------- */
#vision_pic {
	position: static;
	width: 100%;
}

/* ビュー */
#vsn_view {
	width: calc(100% - 20px);
	margin-left: -20px;
}

/* サムネイル */
#vsn_thumb_box {
	margin-bottom: 30px;
	padding-top: 20px;
}
.vision_thumb {
	display: flex;
	width: 100%;
	padding-right: 0px;
}
.vision_thumb li {
	width: 80px;
	margin-left: 5px;
}
.vision_thumb li img {
	border-radius: 5px !important;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 運営施設のご案内　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* コンテンツ */
#service_contents {
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

/* -- 施設一覧 ----------------------------------------------- */
#shisetsu_wrap {
	display: inherit;
}
.list_wrap {
	width: 100%;
	margin-bottom: 20px;
}
.big:hover {
  transform: scale(1.0);
}
	
/* 施設データエリア */
.shisetsu_data {

}
	
/* 施設名 */
.shisetsu_ctg {
	font-size: 13px;
	line-height: 1.4em;
}
.shisetsu_name {
	font-size: 22px;
	line-height: 1.4em;
}

/* 施設説明 */
.shisetsu_data p {
	font-size: 14px;
	line-height: 1.6em;
}

/* -- バードビューマップ ----------------------------------------------- */
#birdview {
	margin-top: -20px;
	padding-top: 0px;
	background-image: none;
	height: auto;
	padding-bottom: 20px;
}
#birdview .inner {
	height: auto;
}
#birdview .inner h3 {
	display: none;
}
#map_list {
	display: none;
}

/* -- リンクボタン ----------------------------------------------- */
#map_bt {
	width: 100%;
	position: static;
	margin-top: -30px;
}
#map_bt li {
	width: 50%;
	margin-bottom: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0px;
}
#map_bt li:nth-child(odd) {
	padding-left: 10px;
	padding-right: 2px;
}
#map_bt li:nth-child(even) {
	padding-left: 2px;
	padding-right: 10px;
}
#map_bt li a {
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	font-size: 11px;
	padding-left: 35px;
}
#map_bt li a span {
	left: 5px;
	width: 24px;
	height: 24px;
	font-size: 20px;
	top: 8px;
	line-height: 1em;
}
	
/* -- スマホマップ ----------------------------------------------- */
#sp_map {
	display: inherit;
	background-color: #FFFFFF;
}
#sp_map img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スタッフボイス　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_voice {
	padding-bottom: 80px;
	padding-left: 20px;
}
#voice_wrap {
	width: 100%;
	padding-top: 50px;
	padding-left: 30px;
	padding-bottom: 50px;
	border-bottom-left-radius: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
}
.voice_contents {
	margin-right: 0px;
	display: inherit;
	width: 100%;
}

/* -- 文章 ----------------------------------------------- */
.voice_text {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	background-position: center 40px;
}
.voice_text h4 {
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 30px;
}
.written {
	font-size: 13px;
	padding-bottom: 30px;
}

/* -- 写真 ----------------------------------------------- */
.voice_pic {
	width: 100%;
}
.voice_pic img {
	border-radius: 15px;
}
.single_pic {
	margin-bottom: 20px;	
}
.slide_pic {
	padding-bottom: 60px;	
}
	
/* -- バックナンバーボタン ----------------------------------------------- */
#voice_contents .bt_white {
	position: static;
	margin-right: 20px;
	width: calc(100% - 20px);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* お知らせ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_news {
	padding-top: 80px;
	padding-bottom: 60px;
}

/* -- インフォメ ----------------------------------------------- */
#info_box {
	width: 100%;
	float: none;
	margin-bottom: 60px;
}
#information li a {
	font-size: 14px;
}

/* 日付 */
.info_date {
	width: 70px;
	font-size: 12px;
}

/* タイトル */
.info_tt {
	display: block;
	width: calc(100% - 80px);
}

/* -- おたより ----------------------------------------------- */
#otayori_box {
	width: 100%;
	float: none;
}
#otayori_box h4 {
	margin-top: 0px;
}
ul#otayori {
	margin-bottom: 40px;
	display: inherit;
	font-size: 0px;
}
#otayori li {
	width: 50%;
	font-size: 12px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#otayori li:nth-child(odd) {
	padding-right: 5px;
}
#otayori li:nth-child(even) {
	padding-left: 5px;
}
}
