/*
Theme Name: WordPressテーマ
Theme URI: http://erimaki-house.com/
Author: Hardblues
Author URI: http://erimaki-house.com/
Description: WordPress用テーマ
Version: 1.0
License: ***
License URI: ***
Tags: template,blog
Text Domain: EH_template
*/


/* リセッター */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	vertical-align: bottom;
}
figure {
	margin: 0;
}

/**********************************************************************************************************************************************/
/* メイン設定
/**********************************************************************************************************************************************/

html.body {
}

body {
	font-family: "M PLUS Rounded 1c","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 16px;
	color: #3a2d1f;
	font-feature-settings: "palt";
}

.wrapper {
	max-width: 1000px;
	padding: 0 30px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
}
.wrapper-large {
  max-width: 1200px;
}
@media (max-width: 480px) {
	.wrapper {
		width: 100%;
		padding: 0 15px;
	}
}

a {
	text-decoration:none;
}
a:hover {
}

/**********************************************************************************************************************************************/
/* common */
.clearfix:before,.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	font-size:0px;
	content:"";
}
.clearfix { display:inline-table;}
.clearfix { display:block;}

.fclear {clear: both;}
/* 改行制御 */
/*.pcbr:before {content: "\A";white-space: pre;}
@media (max-width: 480px) {
	.pcbr:before {content: none;}
	.spbr:before{content: "\A";white-space: pre;}
}*/
.pcbr { display: block; }
.spbr { display: none; }
@media (max-width: 480px) {
	.pcbr { display: none; }
	.spbr { display: block; }
}
/* 字揃え制御 */
.pctc {text-align: center;}
.pctr {text-align: right;}
@media (max-width: 480px) {
	.pctc {text-align: left;}
	.pctr {text-align: left;}
	.sptc {text-align: center;}
	.sptr {text-align: right;}
}
/* アウトライナー */
.outliner {display: none;}



/**********************************************************************************************************************************************/
/* メインレイアウト */
#main_disp {
	display:block;
}
@media (max-width: 480px) {
}


/**********************************************************************************************************************************************/
/* 本文（#main_body） */
#main_body {
	background: url(images/img-cmn-background.jpg) repeat center center #e2ffef;
}
@media (max-width: 480px) {
}



/**********************************************************************************************************************************************/
/* コンテンツ */
/* テザー用 */
#tether-header {
	padding: 30px 0;
	position: relative;
}
#tether-header h1 {
	text-align: center;
	position: relative;
	z-index: 100;
}
#tether-header h1 img {
	max-width: 100%;
}
#mainvisual-slider {
	width: 100%;
	height: 620px;
	padding: 10px 0;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#mvslider-primary,
#mvslider-secondary {
	width: calc(4160px * 3);
	height: 300px;
	background: url(images/img-mainvisual_photos.jpg) repeat-x left top;
	position: absolute;
	top: 0;
}
#mvslider-primary {
	top: 10px;
	left: 0;
	animation: mvslider_pri 60s linear infinite;
}
#mvslider-secondary {
	top: 310px;
	left: calc(-2080px + 260px);
	animation: mvslider_sec 80s linear infinite;
}
@keyframes mvslider_pri {
	  0% {left: 0;}
	100% {left: -4160px;}
}
@keyframes mvslider_sec {
	  0% {left: calc(-2080px + 260px);}
	100% {left: calc((-2080px + 260px) - 4160px);}
}
@media (max-width: 480px) {
	#tether-header {
		padding: 20px 0;
		min-height: 290px;
	}
	#tether-header h1 {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#mainvisual-slider {
		height: 300px;
		padding: 5px 0;
	}
	#mvslider-primary,
	#mvslider-secondary {
		width: calc(4160px * 3);
		height: calc(300px / 2);
		background-size: auto calc(300px / 2);
	}
	#mvslider-primary {
		top: calc(10px / 2);
		left: 0;
		animation: mvslider_pri 120s linear infinite;
	}
	#mvslider-secondary {
		top: calc(310px / 2);
		left: calc((-2080px + 260px) / 2);
		animation: mvslider_sec 160s linear infinite;
	}
	@keyframes mvslider_sec {
			0% {left: calc(-2080px + 130px);}
		100% {left: calc((-2080px + 130px) - 4160px);}
	}
}


.tether-overview {}
.tether-overview h2 {
	text-align: center;
	margin-bottom: 10px;
}
.tether-overview h2:not(:first-of-type) {
	margin-top: 50px;
}
.tether-overview h2 span {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.2em;
	line-height: 40px;
	width: 180px;
	height: 40px;
	background-color: #444444;
	border-radius: 100px;
}
.overview-date {
	font-weight: 800;
	text-align: center;
	margin-bottom: 0px;
}
.overview-date .year {
	font-size: 40px;
}
.overview-date .dategroup {
	font-size: 100px;
}
.overview-date .dategroup .month,
.overview-date .dategroup .date {
	font-size: 60%;
}
.overview-date .dow {
	display: inline-block;
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	width: 60px;
	height: 60px;
	background-color: #3e98dd;
	border-radius: 100px;
}
.overview-time {
	font-size: 50px;
	font-weight: 800;
	text-align: center;
}
.overview-time .to {
	font-weight: normal;
	margin: 0 10px;
}
.overview-place {
	font-size: 60px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 10px;
}
.overview-place-route {
	font-size: 26px;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.overview-place-desc {
	text-align: center;
	margin-bottom: 30px;
}
.overview-place-desc span {
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	line-height: 60px;
	width: 600px;
	height: 60px;
	background-color: #559f6d;
	border-radius: 100px;
}
#googlemaps {
	width: 100%;
	height: 400px;
	background-color: #ffffff;
	margin-bottom: 100px;
}
#googlemaps iframe {
	width: 100%;
	height: 100%;
}
@media (max-width: 480px) {
	.tether-overview h2 {
		margin-bottom: 10px;
	}
	.tether-overview h2:not(:first-of-type) {
		margin-top: 20px;
	}
	.tether-overview h2 span {
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 30px;
		width: 120px;
		height: 30px;
	}
	.overview-date {
		margin-bottom: 0px;
	}
	.overview-date .year {
		font-size: 20px;
	}
	.overview-date .dategroup {
		font-size: 50px;
	}
	.overview-date .dategroup .month,
	.overview-date .dategroup .date {
		font-size: 60%;
	}
	.overview-date .dow {
		font-size: 20px;
		line-height: 30px;
		width: 30px;
		height: 30px;
	}
	.overview-time {
		font-size: 25px;
	}
	.overview-place {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.overview-place-route {
		font-size: 18px;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}
	.overview-place-desc {
		margin-bottom: 20px;
	}
	.overview-place-desc span {
		font-size: 16px;
		line-height: 30px;
		width: 300px;
		height: 30px;
	}
	#googlemaps {
		height: 260px;
		margin-bottom: 30px;
	}
}


.tether-news {
	padding-bottom: 60px;
}
.tether-news>header {
	height: 400px;
	position: relative;
}
.tether-news>header:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/img-news-eyecatch.jpg) no-repeat center top;
	background-size: cover;
	position: absolute;
	z-index: 1;
}
.tether-news>header:after {
	content: "";
	display: block;
	width: 100%;
	height: 120px;
	background: url(images/img-cmn-background.jpg) repeat center center;
	border-radius: 50% 50% 0 0 / 120px 120px 0 0 ;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.tether-news>header .titlebox {
	text-align: center;
	width: 400px;
	height: 120px;
	padding-top: 20px;
	background-color: #ffffff;
	border-radius: 100px;
	box-sizing: border-box;
	box-shadow: 5px 5px 0 rgba(85,160,110,0.2);
	position: absolute;
	right: 0;
	bottom: 60px;
	left: 0;
	margin: auto;
	z-index: 100;
}
.tether-news>header .titlebox .catch {
	font-family: nunito;
	font-size: 20px;
	font-weight: 800;
	color: #559f6d;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
.tether-news>header .titlebox h1 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.tether-news-catch {
	margin-bottom: 60px;
}
.tether-news-catch p {
	font-size: 36px;
	color: #559f6d;
	text-align: center;
	line-height: 2;
}
.tether-news-catch p .date {
	font-size: 60%;
}
@media (max-width: 480px) {
	.tether-news {
		padding-bottom: 20px;
	}
	.tether-news>header {
		height: 240px;
	}
	.tether-news>header:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url(images/img-news-eyecatch.jpg) no-repeat center top;
		background-size: cover;
		position: absolute;
		z-index: 1;
	}
	.tether-news>header:after {
		height: 80px;
		border-radius: 50% 50% 0 0 / 80px 80px 0 0 ;
	}
	.tether-news>header .titlebox {
		width: 240px;
		height: 70px;
		padding-top: 15px;
		box-shadow: 3px 3px 0 rgba(85,160,110,0.2);
		bottom: 40px;
	}
	.tether-news>header .titlebox .catch {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.tether-news>header .titlebox h1 {
		font-size: 20px;
	}
	.tether-news-catch {
		margin-bottom: 20px;
	}
	.tether-news-catch p {
		font-size: 18px;
		text-align: center;
		line-height: 1.5;
	}
	.tether-news-catch p .date {
		font-size: 80%;
	}
}

.tether-kaigosenryu {
	color: #ffffff;
	width: 800px;
	padding: 40px 50px;
	background-color: #559f6d;
	margin: 0 auto 40px;
	border-radius: 30px;
	box-sizing: border-box;
}
.tether-kaigosenryu h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
	position: relative;
}
.tether-kaigosenryu h2:after {
	content: "";
	display: block;
	width: 300px;
	height: 10px;
	background: url(images/cmn-img-dot-white.png) repeat-x left top;
	background-size: 20px;
	position: absolute;
	right: 0;
	bottom: -35px;
	left: 0;
	margin: auto;
}
.tether-kaigosenryu .text {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.tether-kaigosenryu .btn-link {
	text-align: center;
}
.tether-kaigosenryu .btn-link a {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 54px;
	width: 320px;
	height: 60px;
	background-color: #559f6d;
	border: 3px solid #ffffff;
	box-sizing: border-box;
	border-radius: 100px;
}
.tether-kaigosenryu .btn-link a:hover {
	color: #444444;
	background-color: #ffffff;
	transition: 0.2s linear;
}
@media (max-width: 480px) {
	.tether-kaigosenryu {
		width: 100%;
		padding: 20px 15px;
		border-radius: 15px;
		margin-bottom: 20px;
	}
	.tether-kaigosenryu h2 {
		font-size: 18px;
		letter-spacing: 0.1em;
		margin-bottom: 40px;
	}
	.tether-kaigosenryu h2:after {
		width: 200px;
		bottom: -25px;
	}
	.tether-kaigosenryu .text {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.tether-kaigosenryu .btn-link a {
		font-size: 16px;
		line-height: 36px;
		width: 280px;
		height: 40px;
		border-width: 2px;
	}
}


.news-eventbox {
  width: 800px;
  padding: 50px 40px;
  background-color: #ffffff;
  margin: 40px auto 40px;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
}
.news-eventbox .subtitle {
  text-align: center;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  margin: auto;
}
.news-eventbox .subtitle span {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 200px;
  background-color: #559f6d;
  border-radius: 100px;
}
.news-eventbox .subtitle.subtitle-magenta span {
  background-color: #f67fa6;
}
.news-eventbox h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.news-eventbox .textarea-center {}
.news-eventbox .textarea-center:not(:last-child) {
  margin-bottom: 20px;
}
.news-eventbox .textarea-center p {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.news-eventbox .textarea-center p:not(:last-child) {
  margin-bottom: 20px;
}
.news-eventbox .textarea-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.news-eventbox .column-images {}
.news-eventbox .column-images figure {}
.news-eventbox .column-images figure img {
  max-width: 100%;
}
.news-eventbox .column-text {
  font-size: 20px;
  line-height: 1.5;
}
.news-eventbox .column-text p:not(:last-child) {
  margin-bottom: 10px;
}
.news-eventbox .moviearea {
}
.news-eventbox .moviebox {
  width: 600px;
  height: 340px;
  margin: 0 auto;
}
.news-eventbox .moviebox iframe {
	/* position: absolute;
	top: 0;
	left: 0; */
	width: 100% !important;
	height: 100% !important;
}
.news-eventbox .btn-link {
  text-align: center;
}
.news-eventbox .btn-link a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #3a2d1f;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  background-color: #e6e6e6;
  border-radius: 100px;
  box-sizing: border-box;
}
.news-eventbox .btn-link a:hover {
  color: #ffffff;
  background-color: #559f6d;
  transition: 0.2s linear;
}
@media (max-width: 480px) {
  .news-eventbox {
    width: 100%;
    padding: 30px 15px 20px;
    margin: 20px auto;
    border-radius: 15px;
  }
  .news-eventbox .subtitle {
    top: -15px;
  }
  .news-eventbox .subtitle span {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    width: 120px;
  }
  .news-eventbox h2 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .news-eventbox .textarea-center p {
    font-size: 14px;
  }
  .news-eventbox .textarea-column {
    display: block;
  }
  .news-eventbox .column-images {}
  .news-eventbox .column-images figure {
    margin-bottom: 10px;
  }
  .news-eventbox .column-images figure img {
    max-width: 100%;
  }
  .news-eventbox .column-text {
    font-size: 14px;
  }
  .news-eventbox .moviebox {
    width: 300px;
    height: 170px;
  }
}


.tether-stamprally {
	color: #ffffff;
	width: 800px;
	padding: 40px 50px;
	background-color: #f67fa6;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 30px;
}
.tether-stamprally h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding-right: 40px;
	margin: -70px 0 60px;
	position: relative;
}
.tether-stamprally h2:after {
	content: "";
	display: block;
	width: 300px;
	height: 10px;
	background: url(images/cmn-img-dot-white.png) repeat-x left top;
	background-size: 20px;
	position: absolute;
	right: 0;
	bottom: -35px;
	left: 0;
	margin: auto;
}
.tether-stamprally h2 img {}
.tether-stamprally .text {
	font-size: 20px;
	text-align: left;
	line-height: 1.5;
}
@media (max-width: 480px) {
	.tether-stamprally {
		width: 100%;
		padding: 20px 15px;
		border-radius: 15px;
	}
	.tether-stamprally h2 {
		font-size: 18px;
		padding-right: 20px;
		margin: -30px 0 40px;
	}
	.tether-stamprally h2:after {
		width: 200px;
		bottom: -25px;
	}
	.tether-stamprally h2 img {
		width: 50px;
	}
	.tether-stamprally .text {
		font-size: 16px;
	}
}


#sec-contact {
	width: 600px;
	padding: 50px 0 20px;
	background: #ffffff;
	margin: 0 auto;
}
#sec-contact header {
	text-align: center;
	margin-bottom: 40px;
}
#sec-contact header .subtitle {
	font-family: "Nunito", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #e85298;
	letter-spacing: 0.2ex;
	margin-bottom: 10px;
}
#sec-contact header h1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#sec-contact .name_main {
	font-size: 25px;
	margin-bottom: 10px;
}
#sec-contact .name_sub {
	font-size: 18px;
	margin-bottom: 20px;
}
#sec-contact .tel {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
#sec-contact .tel span:before {
	font-size: 26px;
	margin-right: 10px;
}
#contact-credit {
	font-size: 14px;
	margin: 50px 0 0px;
}
#contact-credit dl {}
#contact-credit dl>div {
	display: grid;
	grid-template-columns: 50px 1fr;
	margin-bottom: 10px;
}
#contact-credit dl>div dt {
	font-weight: bold;
	line-height: 1.5;
}
#contact-credit dl>div dd {
	line-height: 1.5;
}
#contact-credit dl>div dd span:not(:last-child):after {
	content: "、";
}
@media (max-width: 480px) {
	#sec-contact {
		width: 100%;
		padding: 20px 0 20px;
	}
	#sec-contact header {
		margin-bottom: 20px;
	}
	#sec-contact header .subtitle {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#sec-contact header h1 {
		font-size: 18px;
	}
	#sec-contact .name_main {
		font-size: 20px;
		line-height: 1.2;
	}
	#sec-contact .name_sub {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	#sec-contact .tel {
		font-size: 28px;
		text-align: left;
	}
	#sec-contact .tel span:before {
		font-size: 20px;
		margin-right: 5px;
	}
	#contact-credit {
		font-size: 14px;
		margin: 20px 0 0px;
	}
}

/**********************************************************************************************************************************************/
/* 本公開 */
/* お知らせ */
.main-news {
	width: 800px;
	padding: 50px 40px;
	background-color: #ffffff;
	margin: 0 auto 40px;
	border-radius: 30px;
	box-sizing: border-box;
}
.main-news dl {}
.main-news dl>div {
	display: flex;
	display: grid;
  grid-template-columns: 140px 1fr;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
}
.main-news dl>div:not(:last-child) {
	margin-bottom: 40px;
}
.main-news dl>div:not(:last-child):after {
	content: "";
	display: block;
	width: 200px;
	height: 10px;
	background: url(images/cmn-img-dot-green.png) repeat-x left top;
	background-size: 20px;
	position: absolute;
	right: 0;
	bottom: -25px;
	left: 0;
	margin: auto;
}
.main-news dl dt {
	font-weight: bold;
	/* width: 140px; */
}
.main-news dl dd {}
.main-news dl dd .imgbox-simple {
	margin-bottom: 10px;
}
.main-news dl dd .imgbox-simple figure {
  display: inline-block;
  width: calc(50% - 20px);
  margin: 0 10px 10px 0;
}
.main-news dl dd .imgbox-simple figure img {
  max-width: 100%;
}
.main-news dl dd p:not(:last-child) {
  margin-bottom: 10px;
}
.main-news dl dd a {
  font-weight: bold;
  text-decoration: underline;
  color: #f67fa6;
}
.main-news dl dd a:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
	.main-news {
		width: 100%;
		padding: 20px 15px;
		margin: 0 auto 20px;
		border-radius: 15px;
	}
	.main-news dl {}
	.main-news dl>div {
		display: block;
		font-size: 14px;
	}
	.main-news dl>div:not(:last-child) {
		margin-bottom: 30px;
	}
	.main-news dl dt {
		width: auto;
		margin-bottom: 5px;
	}
	.main-news dl dd {
		padding-left: 1em;
	}
  .main-news dl dd .imgbox-simple {
    margin-bottom: 10px;
  }
  .main-news dl dd .imgbox-simple figure {
    display: block;
    width: calc(100%);
    margin: 0 0 10px 0;
  }
}

/* 共通 */
.sec-common {
	padding-bottom: 100px;
}
.sec-common-header {
	height: 400px;
	position: relative;
}
.sec-common-header:after {
	content: "";
	display: block;
	width: 100%;
	height: 120px;
	background: url(images/img-cmn-background.jpg) repeat center center;
	border-radius: 50% 50% 0 0 / 120px 120px 0 0 ;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.sec-common-header .title {
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 60px;
	left: 0;
	margin: auto;
	z-index: 100;
}
.sec-common-header .titlebox {
	display: inline-block;
	text-align: center;
	/* width: 500px; */
	height: 120px;
	padding: 20px 60px 0;
	background-color: #ffffff;
	border-radius: 100px;
	box-sizing: border-box;
	box-shadow: 5px 5px 0 rgba(85,160,110,0.2);
}
.sec-common-header .titlebox .catch {
	font-family: nunito;
	font-size: 20px;
	font-weight: 800;
	color: #559f6d;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}
.sec-common-header .titlebox h1 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.sec-common-header .header-bg {
	width: 100%;
	height: 100%;
	background: url(images/img-news-eyecatch-about-2.jpg) no-repeat center top;
	background-size: cover;
	position: absolute;
	z-index: 1;
}
@media (max-width: 480px) {
	.sec-common {
		padding-bottom: 20px;
	}
	.sec-common-header {
		height: 240px;
	}
	.sec-common-header:after {
		height: 80px;
		border-radius: 50% 50% 0 0 / 80px 80px 0 0 ;
	}
	.sec-common-header .title {
		bottom: 40px;
	}
	.sec-common-header .titlebox {
		/* width: 240px; */
		height: 70px;
		padding: 15px 35px 0;
		box-shadow: 3px 3px 0 rgba(85,160,110,0.2);
	}
	.sec-common-header .titlebox .catch {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.sec-common-header .titlebox h1 {
		font-size: 20px;
	}
	.sec-common-header .header-bg {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url(images/img-news-eyecatch-about-2.jpg) no-repeat center top;
		background-size: cover;
		position: absolute;
		z-index: 1;
	}
}

/* ケアリンピックとは */
.about-message {
	margin-top: 30px;
	position: relative;
}
.about-message:before,
.about-message:after {
	content: "";
	display: block;
	width: 600px;
	height: 10px;
	background: url(images/cmn-img-dot-green.png) repeat-x left top;
	background-size: 20px;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 10;
}
.about-message:before {top: -40px;}
.about-message:after {bottom: -40px;}
.about-message p {
	font-size: 24px;
	font-weight: 500;
	color: #559f6d;
	text-align: center;
	line-height: 2;
}
@media (max-width: 480px) {
	.about-message {
		margin: 10px 15px 20px;
	}
	.about-message:before,
	.about-message:after {
		display: none;
	}
	.about-message p {
		font-size: 18px;
		text-align: left;
		line-height: 1.5;
	}
}

/* イベント：共通 */
.sec-floorguide {
	padding: 50px 0 100px;
}
.sec-floorguide.floorguide-green {
	background-color: #559f6d;
}
.sec-floorguide.floorguide-magenta {
	background-color: #f67fa6;
}
.sec-floorguide>header {
	margin-bottom: 40px;
}
.sec-floorguide>header h1 {
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.sec-floorguide>header h1 span {
	display: inline-block;
	vertical-align: bottom;
	font-family: nunito;
	font-size: 30px;
	color: #444444;
	line-height: 47px;
	height: 47px;
	padding: 0 30px;
	background-color: #ffffff;
	margin-right: 20px;
	border-radius: 100px;
}
.sec-floorguide.floorguide-green>header h1 span {color: #559f6d;}
.sec-floorguide.floorguide-magenta>header h1 span {color: #f67fa6;}
@media (max-width: 480px) {
	.sec-floorguide {
		padding: 20px 0 30px;
	}
	.sec-floorguide>header {
		margin-bottom: 20px;
	}
	.sec-floorguide>header h1 {
		font-size: 26px;
	}
	.sec-floorguide>header h1 span {
		font-size: 16px;
		line-height: 26px;
		height: 26px;
		padding: 0 15px;
		margin-right: 10px;
	}
}

.child-sec-common {
	width: 800px;
	padding: 70px 40px 50px;
	background-color: #ffffff;
	margin: 30px auto 0;
	border-radius: 30px;
	box-sizing: border-box;
	position: relative;
}
.child-sec-common:not(:first-child) {
	margin-top: 70px;
}
.child-sec-common:not(:last-child) {
	margin-bottom: 40px;
}
.child-sec-common>header {
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	margin: auto;
}
.child-sec-common>header h1 {
	text-align: center;
}
.child-sec-common>header h1 span {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	height: 60px;
	padding: 0 30px;
	background-color: #ffffff;
	border: 5px solid #444444;
	border-radius: 100px;
	box-sizing: border-box;
}
.floorguide-green .child-sec-common>header h1 span {
	color: #559f6d;
	border-color: #559f6d;
}
@media (max-width: 480px) {
	.child-sec-common {
		width: auto;
		padding: 40px 15px 20px;
		margin: 20px auto 0;
		border-radius: 15px;
	}
	.child-sec-common:not(:first-child) {
		margin-top: 40px;
	}
	.child-sec-common:not(:last-child) {
		margin-bottom: 20px;
	}
	.child-sec-common>header {
		top: -20px;
	}
	.child-sec-common>header h1 span {
		font-size: 16px;
		line-height: 34px;
		height: 40px;
		padding: 0 20px;
		border-width: 3px;
	}
}

.child-sec-common .img-simple {
	text-align: center;
	margin-bottom: 40px;
}
.child-sec-common .img-simple img {
	max-width: 100%;
}
.child-sec-common .textarea {}
.child-sec-common .textarea p {
	font-size: 20px;
	line-height: 1.5;
}
.child-sec-common .textarea p:not(:last-child) {
	margin-bottom: 15px;
}
@media (max-width: 480px) {
	.child-sec-common .img-simple {
		margin-bottom: 20px;
	}
	.child-sec-common .textarea p {
		font-size: 14px;
	}
	.child-sec-common .textarea p:not(:last-child) {
		margin-bottom: 10px;
	}
}

/* イベント：コンテンツ */
.floorguide-intro {
	margin-bottom: 40px;
}
.floorguide-intro figure {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
.floorguide-intro figure:before {
	content: "";
	display: block;
	width: 360px;
	height: 360px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 1000px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}
.floorguide-intro figure img {
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.floorguide-intro .intro-textarea {}
.floorguide-intro .intro-textarea p {
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	line-height: 1.5;
}
@media (max-width: 480px) {
	.floorguide-intro {
		margin-bottom: 20px;
	}
	.floorguide-intro figure {
		margin-bottom: 20px;
	}
	.floorguide-intro figure:before {
		width: 260px;
		height: 260px;
	}
	.floorguide-intro figure img {
		width: 300px;
	}
	.floorguide-intro .intro-textarea {}
	.floorguide-intro .intro-textarea p {
		font-size: 16px;
		text-align: left;
	}
}

.dl-timetable {
	margin-bottom: 40px;
}
.dl-timetable>div {
	display: flex;
	position: relative;
}
.dl-timetable>div:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-color: #559f6d;
	border-radius: 100px;
	position: absolute;
	top: 4px;
	left: 0;
}
.dl-timetable>div:not(:last-child) {
	padding-bottom: 20px;
}
.dl-timetable>div:not(:last-child):after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: #559f6d;
	position: absolute;
	top: 15px;
	left: 9px;
}
.dl-timetable>div dt {
	font-family: nunito;
	font-size: 20px;
	font-weight: bold;
	color: #559f6d;
	line-height: 1.5;
	padding-left: 40px;
	width: 150px;
	box-sizing: border-box;
}
.dl-timetable>div dd {}
.dl-timetable>div dd .title {
	font-size: 20px;
	line-height: 1.5;
}
.dl-timetable>div dd .desc {
	font-size: 16px;
	line-height: 1.5;
	padding-left: 1em;
}
.dl-timetable>div dd .atte {
	font-size: 16px;
}
@media (max-width: 480px) {
	.dl-timetable {
		margin-bottom: 20px;
	}
	.dl-timetable>div {
		display: block;
	}
	.dl-timetable>div:before {
		width: 20px;
		height: 20px;
		top: 2px;
		left: 0;
	}
	.dl-timetable>div:not(:last-child) {
		padding-bottom: 10px;
	}
	.dl-timetable>div:not(:last-child):after {
		content: "";
		display: block;
		width: 2px;
		height: 100%;
		background-color: #559f6d;
		position: absolute;
		top: 15px;
		left: 9px;
	}
	.dl-timetable>div dt {
		font-size: 16px;
		padding-left: 30px;
		width: 150px;
	}
	.dl-timetable>div dd {}
	.dl-timetable>div dd .title {
		font-size: 16px;
		padding-left: 30px;
	}
	.dl-timetable>div dd .atte {
		font-size: 14px;
	}
	.dl-timetable>div dd .desc {
		font-size: 14px;
		padding-left: calc(30px + 1em);
	}
}

.dl-style-programbox {}
.dl-style-programbox .title {
	font-size: 24px;
	font-weight: bold;
	color: #559f6d;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.dl-style-programbox dl {}
.dl-style-programbox dl>div {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 4px;
	margin-bottom: 4px;
}
.dl-style-programbox dl>div.header {}
.dl-style-programbox dl>div.header dt,
.dl-style-programbox dl>div.header dd {
	font-weight: bold;
	color: #ffffff;
	background-color: #559f6d;
}
.dl-style-programbox dl dt,
.dl-style-programbox dl dd {
	line-height: 1.5;
	padding: 10px;
	background-color: #f1f5f2;
}
@media (max-width: 480px) {
	.dl-style-programbox .title {
		font-size: 18px;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
	}
	.dl-style-programbox dl {}
	.dl-style-programbox dl>div {
		display: block;
		margin-bottom: 10px;
	}
	.dl-style-programbox dl>div.header dt {}
	.dl-style-programbox dl>div.header dd {
		font-weight: normal;
		color: #3a2d1f;
		background-color: #f1f5f2;
	}
	.dl-style-programbox dl dt,
	.dl-style-programbox dl dd {
		font-size: 14px;
	}
	.dl-style-programbox dl dt {
		color: #ffffff;
		background-color: #559f6d;
	}
	.dl-style-programbox dl dd {
		background-color: #f1f5f2;
	}
}

.program-tablebox {
}
.program-tablebox>div {
  display: grid;
  grid-template-columns: 40% 35% 25%;
  gap: 4px;
  margin-bottom: 4px;
}
.program-tablebox .header p {
  font-weight: bold;
  color: #ffffff;
  background-color: #559f6d;
}
.program-tablebox .body {}
.program-tablebox p {
  padding: 10px;
  line-height: 1.5;
  background-color: #f1f5f2;
}
.program-tablebox .theme {}
.program-tablebox .group {}
.program-tablebox .type {}
@media (max-width: 480px) {
  .program-tablebox {
  }
  .program-tablebox>div {
    display: block;
    margin-bottom: 4px;
  }
  .program-tablebox .header p {
    font-weight: bold;
    color: #ffffff;
    /* background-color: #559f6d; */
  }
  .program-tablebox .body {}
  .program-tablebox p {
    background-color: #f1f5f2;
  }
  .program-tablebox .theme {
    font-weight: bold;
    color: #ffffff;
    background-color: #559f6d;
  }
  .program-tablebox .group {
    font-weight: normal !important;
    color: #3a2d1f !important;
    background-color: #f1f5f2 !important;
  }
  .program-tablebox .type {
    font-weight: normal !important;
    color: #3a2d1f !important;
    background-color: #e6e6e6 !important;
  }
  .program-tablebox .type:before {
    content: "【発表形式】";
  }
  .program-tablebox .header .type:before {
    content: "";
  }
}


.eventbox-wrapper {
	display: grid;
	grid-template-columns: repeat(3,300px);
	gap: 40px;
}
.eventbox-wrapper .eventbox {
	width: 300px;
	height: 330px;
	background-color: #ffffff;
	border-radius: 15px;
	box-sizing: border-box;
}
.eventbox-wrapper .eventbox-long {
  height: auto;
}
.eventbox-wrapper .eventbox figure {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.eventbox-wrapper .eventbox figure img {
	max-width: 100%;
}
.eventbox-wrapper .eventbox .textarea {
	padding: 15px;
}
.eventbox-wrapper .eventbox .title {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 10px;
}
.eventbox-wrapper .eventbox .text {
	line-height: 1.5;
}
@media (max-width: 480px) {
	.eventbox-wrapper {
		display: block;
	}
	.eventbox-wrapper .eventbox {
		width: 300px;
		height: auto;
		margin: 0 auto 20px;
	}
	.eventbox-wrapper .eventbox .textarea {
		padding: 15px;
	}
	.eventbox-wrapper .eventbox .title {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 10px;
	}
}

/**********************************************************************************************************************************************/
/* 介護川柳受賞作品 */
.sec-senryu {
  background: url(images/cmn-bg-senryu.png) repeat center center #559f6d;
  padding: 60px 0 100px 0;
}
.sec-senryu header {
  margin-bottom: 80px;
}
.sec-senryu header h1 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec-senryu header .desc {}
.senryuwrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.senryuwrapper-pickup {
  max-width: 800px;
  margin: 0 auto 40px;
}
.senryubox {
  background-color: #ffffff;
  width: 360px;
  padding: 30px 20px;
  box-shadow: 7px 7px 0 rgba(0,0,0,0.25);
  box-sizing: border-box;
  position: relative;
}
.senryubox:nth-of-type(3n) {
  margin-right: 0;
}
.senryubox .senryu {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}
.senryubox .senryu.small {
  font-size: 14px;
}
.senryubox .senryu span {
  display: inline-block;
  white-space: nowrap;
  margin: 0 0.5ex;
}
.senryubox .name {
  text-align: right;
  line-height: 1.2;
}
.senryubox.senryubox-large {
  width: 100%;
  padding: 50px 40px 40px;
  margin-bottom: 30px;
}
.senryubox.senryubox-large .ribbon {
  text-align: center;
  width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
}
.senryubox.senryubox-large .ribbon span {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  width: 200px;
  height: 50px;
  background-color: #f3c976;
  position: relative;
}
.senryubox.senryubox-large .ribbon span:before,
.senryubox.senryubox-large .ribbon span:after {
  font-size: 50px;
  color: #f3c976;
  position: absolute;
  bottom: -10px;
}
.senryubox.senryubox-large .ribbon span:before {
  left: -54px;
}
.senryubox.senryubox-large .ribbon span:after {
  right: -54px;
}
.senryubox.senryubox-large .senryu {
  font-size: 36px;
}
.senryubox.senryubox-large .name {
  font-size: 20px;
}
.btn-senryu-more {
  text-align: center;
}
.btn-senryu-more a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  width: 360px;
  height: 60px;
  background-color: #ffffff;
  border: 4px solid #3a2d1f;
  border-radius: 100px;
  box-sizing: border-box;
}
.btn-senryu-more a:hover {
}
@media (max-width: 480px) {
  .sec-senryu {
    background-size: 120px 120px;
    padding: 20px 0 20px 0;
  }
  .sec-senryu header {
    margin-bottom: 30px;
  }
  .sec-senryu header h1 {
    font-size: 20px;
  }
  .sec-senryu header .desc {}
  .senryuwrapper {
    display: block;
  }
  .senryuwrapper-pickup {
    margin: 0 auto 30px;
  }
  .senryubox {
    width: 100%;
    padding: 10px 15px;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.25);
    margin: 0 0 10px 0;
  }
  .senryubox .senryu {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .senryubox .name {
    font-size: 14px;
  }
  .senryubox.senryubox-large {
    padding: 30px 15px 15px;
    margin-bottom: 30px;
  }
  .senryubox.senryubox-large .ribbon {
    position: absolute;
    top: -13px;
    left: 0;
  }
  .senryubox.senryubox-large .ribbon span {
    font-size: 16px;
    line-height: 25px;
    width: 140px;
    height: 25px;
  }
  .senryubox.senryubox-large .ribbon span:before,
  .senryubox.senryubox-large .ribbon span:after {
    font-size: 25px;
    bottom: -6px;
  }
  .senryubox.senryubox-large .ribbon span:before {
    left: -27px;
  }
  .senryubox.senryubox-large .ribbon span:after {
    right: -27px;
  }
  .senryubox.senryubox-large .senryu {
    font-size: 20px;
  }
  .senryubox.senryubox-large .name {
    font-size: 16px;
  }
  .btn-senryu-more a {
    font-size: 16px;
    line-height: 34px;
    width: 320px;
    height: 40px;
    border: 3px solid #3a2d1f;
  }
}
.sec-senryu.viewing-list #btn-senryu-more {display: none;}
#senryu-list {display: none;}
.sec-senryu.viewing-list #senryu-list {display: flex;}
@media (max-width: 480px) {
  .sec-senryu.viewing-list #senryu-list {display: block;}
}



/**********************************************************************************************************************************************/
/* フッター */
#main_footer {
	padding: 20px 0;
	background: #ffffff;
}
#main_footer .wrapper {
}
#main_footer_copyright {
	font-size: 12px;
	text-align: center;
}



/* タブレット （iPad Portrait想定）*/
@media (max-width: 768px) {
body {
}
}

/* スマートフォン */
@media (max-width: 480px) {
html,body {
	font-size: 14px;
	-webkit-text-size-adjust: none;
}
}


/**********************************************************************************************************************************************/
