/*
Theme Name: hope_wp_theme
*/

@charset "UTF-8";


/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {


/* #container */
/*------------------------------------------------------------------------------*/
#container {
	min-width: 100%;
	background: url(../images/mainimage02.jpg) no-repeat top left;
	background-size: 120%;
	padding: 1em 0 0 0;
}
#container.top {
	padding: 0;
}





/* #commonContainer */
/*------------------------------------------------------------------------------*/
#commonContainer {
	min-width: 100%;
	background-color: #fff;
}






/* #contentsArea */
/*------------------------------------------------------------------------------*/
#contentsArea {
	width: 100%;
	margin: 0 auto;
	padding: 0 3% 30px 3%;
}





/* #mainContents */
/*------------------------------------------------------------------------------*/
#mainContents {
	width: 100%;
	float: none;
	font-size: 1.2em;
	line-height: 1.6;
	margin: 0 0 40px 0;
}





/* #sideContents */
/*------------------------------------------------------------------------------*/
#sideContents {
	width: 100%;
	float: none;
	background-color: #fff;
	border-top: 3px solid #068b02;
}

/* サイドメニュータイトル */
#sideContents ul.menu > li > a {
	color: #484848;
	background-color: #fff;
}
#sideContents ul.menu > li > a:hover {
	color: #484848;
	background-color: #fff;
}

/* 階下層01 */
#sideContents ul.menu > li > ul > li {
	line-height: 1.4;
	border-bottom: 1px dotted #dcdcdc;
	padding: 0;
}
#sideContents ul.menu > li > ul > li > a {
	display: block;
	font-size: 1.4em;
	color: #484848;
	text-decoration: none;
	background: url('../images/arr08.png') no-repeat 0 50%;
	padding: 1em 0.5em 1em 0.8em;
	transition: all 0.2s;
}
#sideContents ul.menu > li > ul > li > a:hover {
	background-color: #fff;
}

/* 階下層02 */
#sideContents ul.menu > li > ul > li > ul {
	padding: 0.2em 0 0 2em;
}
#sideContents ul.menu > li > ul > li > ul > li {
	line-height: 1.4;
}
#sideContents ul.menu > li > ul > li > ul > li > a {
	display: block;
	font-size: 1.3em;
	color: #484848;
	text-decoration: none;
	background: url('../images/arr09.png') no-repeat 0.3em 50%;
	padding: 0.3em 0.3em 0.5em 1.3em;
	transition: all 0.2s;
}
#sideContents ul.menu > li > ul > li > ul > li > a:hover {
	background-color: #fff;
}

#sideContents .sideBannerArea {
	width: 70%;
	margin: 0 auto 20px auto;
}
#sideContents .sideBannerArea > ul > li+li {
	margin: 20px 0 0 0;
}
#sideContents .sideBannerArea > ul > li > a > img {
	width: 100%;
	height: auto;
}

#sideContents .sideContactArea {
	display: none;
}


#achive_list_area .post-top-area+.post-top-area {
	margin-top: 8%;
}
#achive_list_area .post-top-area h3 {
	font-size: 4vw;
}
#achive_list_area .post-top-area ul {
	display: flex;
	flex-wrap: wrap;
	padding: 4% 3% 0 3%;
}
#achive_list_area .post-top-area ul li {
	font-size: 3.6vw;
	padding: .5em;
}





/* #mainCatchArea */
/*------------------------------------------------------------------------------*/
#mainCatchArea {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 2em 3% 0 3%;
}
#mainCatchArea > .areaMain {
	display: block;
}
#mainCatchArea > .areaMain > div {
	display: block;
}
#mainCatchArea .text01 {
	width: 100%;
	font-size: 6vw;
	font-weight: bold;
	color: #0f3e31;
	line-height: 1.5;
	text-shadow: 0 0 0.5em rgba(255,255,255,1);
	margin: 0 0 1em 0;
}
#mainCatchArea .text02 {
	width: 100%;
	font-size: 1.3em;
	color: #333;
	line-height: 1.6;
}
#mainCatchArea .text02 > .pc {
	display: none;
}





/* #topBannerArea01 */
/*------------------------------------------------------------------------------*/
#topBannerArea01 {
	width: 100%;
	margin: 0 auto 50px auto;
	padding: 0 3%;
}
#topBannerArea01 ul {
	display: block;
	background-color: rgba(6,0,0,0.1);
	padding: 2%;
}
#topBannerArea01 ul li {
	width: 100%;
	background-color: #fff;
}
#topBannerArea01 ul li+li {
	margin-top: 3%;
}
#topBannerArea01 ul li .textBox {
	padding: 1em;
}
#topBannerArea01 ul li .textBox p {
	font-size: 3vw;
	word-break: break-all;
	padding: 0 0 1em 0;
}
#topBannerArea01 ul li .btnType03 a {
	display: block;
	text-decoration: none;
}
#topBannerArea01 ul li .btnType03 a span {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	background-position: 95% 50%;
	padding: 0.5em 0;
}



#topBannerArea01 ul li .imgBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 1em;
	position: relative;
}
#topBannerArea01 ul li .imgBox > a {
	height: auto;
	padding-top: 30%;
}





/* #aboutOffice */
/*------------------------------------------------------------------------------*/
#aboutOffice {
	width: 100%;
	margin: 0 auto;
	padding: 0 3% 20px 3%;
}
#aboutOffice h2 {
	display: table;
	width: 100%;
	height: 40px;
}
#aboutOffice h2 span {
	display: table-cell;
	font-size: 1.5em;
	color: #39544b;
	text-align: center;
	vertical-align: middle;
	background-color: #c8eade;
}
#aboutOffice .areaMain {
	background-color: #fff;
	padding: 3%;
}
#aboutOffice .areaMain li+li {
	border-top: 2px dotted #dcdcdc;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
}
#aboutOffice .areaMain li span {
	display: inline-block;
	font-size: 1.2em;
	color: #484848;
	background: url('../images/icon_check.png') no-repeat center left;
	background-size: 14px 12px;
	padding: 0 0 0 1.6em;
}





/* #infoListArea */
/*------------------------------------------------------------------------------*/
#infoListArea {
	background-color: #f2f2f2;
	padding: 20px 0;
}
#infoListArea .areaMain {
	width: 100%;
	margin: 0 auto;
	padding: 0 3%;
}
#infoListArea .areaMain > div {
	display: block;
	width: 100%;
	padding: 6% 3%;
}
#infoListArea .areaMain > div+div {
	margin: 2px 0 0 0;
}
#infoListArea .areaMain > div > div {
	display: block;
	vertical-align: middle;
	padding: 0;
}
#infoListArea .areaMain > div > div:nth-of-type(1) {
	width: 100%;
	font-size: 1.6em;
	font-weight: bold;
	color: #506d50;
	text-align: center;
	margin: 0 0 15px 0;
}
#infoListArea .areaMain > div > div:nth-of-type(1):after {
	content: "";
	display: block;
}
#infoListArea .areaMain > div > div:nth-of-type(2) {
	font-size: 1.2em;
	color: #444;
	word-break: break-all;
	text-align: center;
}
#infoListArea .areaMain > div > div:nth-of-type(2) dt {
	font-weight: bold;
	margin: 0 0 0 -0.5em;
}
#infoListArea .areaMain > div > div:nth-of-type(2) dt:nth-of-type(2) {
	margin-top: 1em;
}
#infoListArea .areaMain > div > div:nth-of-type(2) > span {
	color: #d47070;
}
#infoListArea .areaMain > div:nth-of-type(odd) > div:nth-of-type(1) {
	border-right: none;
}
#infoListArea .areaMain > div:nth-of-type(odd) > div:nth-of-type(1):after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #7eb9b5;
	margin: 10px auto 0 auto;
}
#infoListArea .areaMain > div:nth-of-type(even) > div:nth-of-type(1) {
	border-right: none;
}
#infoListArea .areaMain > div:nth-of-type(even) > div:nth-of-type(1):after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #4ca884;
	margin: 10px auto 0 auto;
}





/* #flowUseArea */
/*------------------------------------------------------------------------------*/
#flowUseArea.yoko {
	background-color: #e8f0e8;
}
#flowUseArea.yoko .areaMain {
	width: 100%;
	margin: 0 auto;
	padding: 20px 3%;
}
#flowUseArea.yoko .areaMain h2 {
	font-size: 1.8em;
	color: #3d3d3d;
	text-align: center;
	margin: 0 0 20px 0;
	position: relative;
}
#flowUseArea.yoko .areaMain h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #23753e;
	margin: 10px auto 0 auto;
}
#flowUseArea.yoko .areaMain > ul {
	display: none;
}

#flowUseArea.yoko .areaMain .flowCatchText {
	margin: 0 0 1em 0;
}
#flowUseArea.yoko .areaMain .flowCatchText p {
	font-size: 1.4em;
	color: #444;
	text-align: center;
}

#flowUseArea.yoko .areaMain .contactMain {
	display: none;
}

#flowUseArea.yoko .areaMain .spPageLink {
	display: block;
}
#flowUseArea.yoko .areaMain .spPageLink a {
	display: block;
	width: 80%;
	font-size: 1.4em;
	font-weight: bold;
	color: #444;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
}
#flowUseArea.yoko .areaMain .spPageLink a span {
	display: block;
	background-position: 95% 50%;
	padding: 1em 0;
}





/* #flowUseArea tate */
/*------------------------------------------------------------------------------*/
#flowUseArea.tate {
	background-color: #e8f0e8;
	padding: 40px 3% 10px 3%;
}
#flowUseArea.tate .areaMain > ul > li {
	padding: 30px 10px 20px 10px;
}
#flowUseArea.tate .areaMain > ul > li+li {
	margin: 40px 0 0 0;
}
#flowUseArea.tate .areaMain > ul > li > div.numBox {
	width: 42px;
	height: 42px;
	top: -21px;
	left: 16px;
}
#flowUseArea.tate .areaMain > ul > li > div.numBox > span {
	font-size: 2em;
}
#flowUseArea.tate .areaMain > ul > li > div.titleBox {
	display: table;
	width: 100%;
}
#flowUseArea.tate .areaMain > ul > li > div.titleBox > h3 {
	font-size: 1.8em;
	padding: 0.5em 0 0.6em 0;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox {
	padding: 0;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > p {
	font-size: 1.2em;
	line-height: 1.8;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > p.small {
	font-size: 1.2em;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > p+p {
	margin: 1em 0 0 0;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .contactNumberBox {
	text-align: center;
	margin: 20px 0 0 0;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .contactNumberBox li {
	display: block;
	line-height: 1.4;
	color: #617561;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .contactNumberBox li+li {
	margin: 0;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .contactNumberBox li > span:nth-of-type(1) {
	font-size: 1.3em;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .contactNumberBox li > span:nth-of-type(2) {
	font-size: 1.8em;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .btnBox {
	margin: 15px 0 0 0;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .btnBox > a {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #068b02;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	transition: all 0.2s;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .btnBox > a > span {
	display: inline-block;
	background: url('../images/icon_mail.png') no-repeat center left;
	background-size: 17px 12px;
	padding: 1em 0 1em 1.8em;
}
#flowUseArea.tate .areaMain > ul > li > div.textBox > .btnBox > a:hover {
	background-color: #095806;
}





/* #hopeBlogArea */
/*------------------------------------------------------------------------------*/
#hopeBlogArea {
	background-color: #f2f2f2;
}
#hopeBlogArea .areaMain {
	width: 100%;
	margin: 0 auto;
	padding: 20px 3%;
}
#hopeBlogArea .areaMain h2 {
	font-size: 1.8em;
	color: #3d3d3d;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 20px 0;
	position: relative;
}
#hopeBlogArea .areaMain h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #23753e;
	margin: 10px auto 0 auto;
}
#hopeBlogArea .areaMain ul {
	margin: 0 0 20px 0;
}
#hopeBlogArea .areaMain ul li {
	width: 48%;
	height: auto;
	float: left;
	background-color: #fff;
	position: relative;
}
#hopeBlogArea .areaMain ul li:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #beccc8;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 10;
}
#hopeBlogArea .areaMain ul li:nth-of-type(even) {
	float: right;
}
#hopeBlogArea .areaMain ul li:nth-of-type(n+3) {
	margin-top: 6%;
}
#hopeBlogArea .areaMain ul li+li {
	margin: 0;
}
#hopeBlogArea .areaMain ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	z-index: 100;
	background-color: #fff;
}
#hopeBlogArea .areaMain ul li a > div.imgBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	padding: 75% 0 0 0;
}
#hopeBlogArea .areaMain ul li a > div.imgBox img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	backface-visibility: hidden;
}
#hopeBlogArea .areaMain ul li a > div.textBox {
	padding: 4% 3%;
}
#hopeBlogArea .areaMain ul li a > div.textBox .blogInfo {
	display: block;
	width: 100%;
	margin: 0 0 0.5em 0;
	padding: 0 3%;
}
#hopeBlogArea .areaMain ul li a > div.textBox .blogInfo > div {
	display: block;
	vertical-align: middle;
}
#hopeBlogArea .areaMain ul li a > div.textBox .blogInfo > div.dateBox {
	font-size: 1.2em;
	font-weight: bold;
	color: #797979;
	text-align: center;
}
#hopeBlogArea .areaMain ul li a > div.textBox .blogInfo > div.cateBox {
	width: 100%;
	text-align: center;
}
#hopeBlogArea .areaMain ul li a > div.textBox .blogInfo > div.cateBox > span {
	display: inline-block;
	width: 75%;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.6;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

#hopeBlogArea .areaMain ul li a > div.textBox .titleBox {
	font-size: 1.3em;
	font-weight: bold;
	color: #068b02;
	line-height: 1.4;
	padding: 0;
}

#hopeBlogArea .areaMain ul li a > div.textBox .textMain {
	font-size: 1.1em;
	color: #3c3c3c;
	line-height: 1.4;
	padding: 0;
}

#hopeBlogArea .areaMain .btnType01 {
	display: table;
	width: 80%;
	height: auto;
	margin: 0 auto;
}
#hopeBlogArea .areaMain .btnType01 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 1.3em 0;
}
#hopeBlogArea .areaMain .btnType01 a span {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 0 1.5em;
}





/* #topTopicsArea */
/*------------------------------------------------------------------------------*/
#topTopicsArea {
	background-color: #faf7f4;
}
#topTopicsArea .areaMain {
	width: 100%;
	margin: 0 auto;
	padding: 20px 3%;
}
#topTopicsArea .areaMain h2 {
	font-size: 1.8em;
	color: #3d3d3d;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 20px 0;
	position: relative;
}
#topTopicsArea .areaMain h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #23753e;
	margin: 10px auto 0 auto;
}

#topTopicsArea .areaMain .topicsMain {
	border-top: 2px dotted #dcdcdc;
	margin: 0 0 20px 0;
}
#topTopicsArea .areaMain .topicsMain > div.topicsBox {
	display: block;
	width: 100%;
	border-bottom: 2px dotted #dcdcdc;
	padding: 1em 0;
}
#topTopicsArea .areaMain .topicsMain > div.topicsBox > div {
	display: block;
}
#topTopicsArea .areaMain .topicsMain > div.topicsBox > div.dateBox {
	width: 100%;
	font-size: 1.4em;
	color: #5b5b5b;
	margin: 0 0 0.5em 0;
	padding: 0;
	position: relative;
}
#topTopicsArea .areaMain .topicsMain > div.topicsBox > div.dateBox span.new {
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background-color: #f18181;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	padding: 0.3em 0.6em;
	position: static;
	margin: 0 0 0 1em;
}
#topTopicsArea .areaMain .topicsMain > div.topicsBox > div.textBox {
	font-size: 1.4em;
	padding: 0;
}
#topTopicsArea .areaMain .topicsMain > div.topicsBox > div.textBox a {
	color: #0ea6a1;
	text-decoration: none;
}
#topTopicsArea .areaMain .topicsMain > div.topicsBox > div.textBox a:hover {
	text-decoration: underline;
}

#topTopicsArea .areaMain .btnType01 {
	display: table;
	width: 80%;
	height: auto;
	margin: 0 auto;
}
#topTopicsArea .areaMain .btnType01 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 1.3em 0;
}
#topTopicsArea .areaMain .btnType01 a span {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 0 1.5em;
}





/* #accessArea */
/*------------------------------------------------------------------------------*/
#accessArea {
	background-color: #f2f2f2;
}
#accessArea .areaMain {
	width: 100%;
	margin: 0 auto;
	padding: 20px 3%;
}
#accessArea .areaMain h2 {
	font-size: 1.8em;
	color: #3d3d3d;
	text-align: center;
	line-height: 1.2;
	margin: 0 0 20px 0;
	position: relative;
}
#accessArea .areaMain h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #23753e;
	margin: 10px auto 0 auto;
}
#accessArea .areaMain .accessMain {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 0 3%;
}
#accessArea .areaMain .accessMain > div {
	display: block;
	vertical-align: top;
}
#accessArea .areaMain .accessMain > div.infoBox {
	width: 100%;
	background-color: #faf7f4;
}
#accessArea .areaMain .accessMain > div.infoBox .logoBox {
	display: table;
	width: 100%;
	height: auto;
	background-color: #fff;
}
#accessArea .areaMain .accessMain > div.infoBox .logoBox span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 1.5em 0;
}
#accessArea .areaMain .accessMain > div.infoBox .logoBox img {
	width: 50%;
	height: auto;
}

#accessArea .areaMain .accessMain > div.infoBox > div.infoMain {
	padding: 6% 3%;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #323232;
	margin: 0 0 1em 0;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div.address {
	margin: 0 auto 1.5em auto;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div {
	display: block;
	width: 85%;
	margin: 0 auto;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div {
	display: block;
	vertical-align: middle;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(1) p {
	font-size: 1.3em;
	text-align: center;
	margin: 0 0 0.5em 0;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(2) {
	width: 100%;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(2) > div.btnType02 {
	display: table;
	width: 100%;
	height: 40px;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(2) > div.btnType02 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(2) > div.btnType02 a span {
	font-size: 1.4em;
	font-weight: bold;
}

#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div.contact > div:nth-of-type(1) p {
	font-size: 1.6em;
	color: #323232;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 0.5em 0;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div.contact > div:nth-of-type(1) p a {
	color: #323232;
	text-decoration: none;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(2) > div.btnType03 {
	display: table;
	width: 100%;
	height: 40px;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(2) > div.btnType03 a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#accessArea .areaMain .accessMain > div.infoBox > div.infoMain > div > div:nth-of-type(2) > div.btnType03 a span {
	width: 90%;
	font-size: 1.4em;
	font-weight: bold;
}

#accessArea .areaMain .accessMain > div.mapBox {
	text-align: center;
	padding: 5%;
}
#accessArea .areaMain .accessMain > div.mapBox img {
	width: 100%;
	height: auto;
}

#accessArea .areaMain > p {
	font-size: 1.1em;
	font-weight: bold;
	color: #323232;
	text-align: center;
	background-color: #fff;
	padding: 0 3% 1em 3%;
}

#map-canvas {
	width: 100%;
	height: 200px;
}





/* #blogAreaMain */
/*------------------------------------------------------------------------------*/
#blogAreaMain {
	margin: 0 0 40px 0;
}
#blogAreaMain > li:nth-of-type(n+2) {
	border-top: 1px dashed #ccc;
	margin-top: 20px;
	padding-top: 20px;
}
#blogAreaMain > li > div.newsBox {
	display: block;
	width: 100%;
}
#blogAreaMain > li > div.newsBox > div {
	display: block;
}
#blogAreaMain > li > div.newsBox > div.imgBox {
	width: 70%;
	margin: 0 auto 20px auto;
}
#blogAreaMain > li > div.newsBox > div.imgBox > a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background: url('../images/logo02.png') no-repeat center center #eee;
	background-size: 50%;
	padding: 70% 0 0 0;
}
#blogAreaMain > li > div.newsBox > div.imgBox > a > img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	backface-visibility: hidden;
}
#blogAreaMain > li > div.newsBox > div.textBox {
	padding: 0;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.newsInfoBox {
	display: table;
	width: 100%;
	margin: 0 0 1em 0;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.newsInfoBox > div {
	display: table-cell;
	vertical-align: middle;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.newsInfoBox > div.categoryBox {
	width: 50%;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.newsInfoBox > div.categoryBox > a {
	font-size: 1.1em;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.newsInfoBox > div.dateBox {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 0 1em;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.areaMain {
	background-color: #f7f6ee;
	padding: 0.5em 1em;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.areaMain > div.titleBox {
	margin: 0 0 0.2em 0;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.areaMain > div.titleBox > a {
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	line-height: 1.4;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.areaMain > div.textmain {
	font-size: 1.2em;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.btnMoreRead {
	text-align: center;
	padding: 15px 0 0 0;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.btnMoreRead > a {
	display: inline-block;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	background-color: #da918a;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.3em 1.7em;
	transition: all 0.2s;
}
#blogAreaMain > li > div.newsBox > div.textBox > div.btnMoreRead > a:hover {
	background-color: #dd5b4e;
}

#pagingArea {
	width: 100%;
	font-size: 1em;
	text-align: center;
	margin: 0 auto;
}
#pagingArea > a,
#pagingArea > span {
	display: inline-block;
	border: 1px solid #3d97b4;
	padding: 0.2em 0.5em;
}
#pagingArea > a {
	color: #fff;
	text-decoration: none;
	background-color: #3d97b4;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	transition: all 0.2s;
}
#pagingArea > a:hover {
	background-color: #006f93;
}
#pagingArea > a.prev {
	background-color: #068b02;
	margin-right: .5em;
	padding: 0.2em .5em;
}
#pagingArea > a.next {
	background-color: #068b02;
	margin-left: .5em;
	padding: 0.2em .5em;
}
#pagingArea > a.prev:hover,
#pagingArea > a.next:hover {
	background-color: #095806;
}
#pagingArea > span.current {
	color: #fff;
	background-color: #12c2a3;
	border: 1px solid #12c2a3;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
}
#pagingArea > span.dots {
	border: none;
}





/* #newsListArea */
/*------------------------------------------------------------------------------*/
#newsListArea li > div {
	display: block;
}
#newsListArea li > div > div {
	display: block;
}
#newsListArea li > div > div.dateBox {
	width: 100%;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
#newsListArea li > div > div.textBox {
	font-size: 1.1em;
	padding: 0;
}





/* サイトマップ */
/*------------------------------------------------------------------------------*/
/* #sitemap_list {
	background-color: #ccc;
} */
#sitemap_list a {
	color: #333;
	transition: all 0.3s;
}
#sitemap_list a:hover {
	color: #095806;
	text-decoration: underline;
}

#sitemap_list:after {
	content: "";
	display: block;
	clear: both;
}
#sitemap_list > li {
	width: 100%;
	float: none;
	background: none;
	padding: 0;
}
#sitemap_list > li:nth-of-type(even) {
	float: none;
}
#sitemap_list > li:nth-of-type(n+2) {
	border-top: 1px dotted #ccc;
	margin-top: 1.5em;
	padding-top: 1.5em;
}
#sitemap_list > li > a {
	font-size: 1em;
	font-weight: bold;
	color: #095806;
}
#sitemap_list > li > ul > li > a {
	font-size: 1em;
}





/* #contactTextArea */
/*------------------------------------------------------------------------------*/
#contactTextArea {
	margin: 0 0 30px 0;
	padding: 0.5em;
}
#contactTextArea > p {
	font-size: 1.2em;
	line-height: 1.6;
}

/* #contactThanksArea */
/*------------------------------------------------------------------------------*/
#contactThanksArea {
	margin: 0;
	padding: 0.5em;
}
#contactThanksArea > p {
	font-size: 1.2em;
	line-height: 1.6;
}





/* #contactFormArea */
/*------------------------------------------------------------------------------*/
#contactFormArea {
	font-size: 3.8vw;
}
#contactFormArea > .contactBox+.contactBox {
	border-top: 1px dashed #ccc;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}
#contactFormArea > .contactBox > .titleBox {
	margin: 0 0 0.2em 0;
}
#contactFormArea > .contactBox > .titleBox > div.text__box  {
	font-size: 1.1em;
}
#contactFormArea > .contactBox > .titleBox > div:nth-of-type(2)  {
	padding: 0 0 0 0.5em;
}
#contactFormArea > .contactBox > .titleBox > div:nth-of-type(2) > span  {
	font-size: 0.9em;
}
#contactFormArea > .contactBox > .inputBox {
	background-color: #f2f2f2;
	padding: 3px;
}
#contactFormArea > .contactBox > .inputBox > .inputMain {
	font-size: 1em;
}
#contactFormArea > .contactBox > .inputBox > .inputMain input[type=text],
#contactFormArea > .contactBox > .inputBox > .inputMain input[type=email] {
	width: 100%;
	padding: 1em .3em;
}
.mw_wp_form .horizontal-item {
	display: inline-block;
	margin: 0!important;
	padding: 0 15px 5px 0;
}
#contactFormArea > .contactBox > .inputBox > .inputMain span.mwform-checkbox-field-text {
	/* font-size: 1.2em; */
}
#contactFormArea > .contactBox > .inputBox > .inputMain textarea {
	width: 100%;
	/* font-size: 1.2em; */
	line-height: 1.4;
	outline: none;
	border: 1px solid #ccc;
	padding: .5em;
}
#contactFormArea > .contactBox > .inputBox > .inputMain select {
	/* font-size: 1.2em; */
	outline: none;
	padding: .5em;
}
#contactFormArea > .contactBox > .inputBox > .inputMain > .checkBoxArea {
	background-color: #fff;
	padding: 5px;
}

#contactFormArea > .contactBox > .inputBox > .kome {
	font-size: 0.9em;
	color: #0a3b2b;
	margin: 0 0 0.3em 0;
}
#contactFormArea > .contactBox > .inputBox > .errorBox {
}
#contactFormArea > .contactBox > .inputBox > .errorBox > span.error {
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	outline: none;
	background-color: #f00;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	margin: 0.3em 0 0 0;
	padding: 0.3em 0.6em;
}

#contactFormArea > .submitBox {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
/*#contactFormArea > .submitBox > .submitMain {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}*/
#contactFormArea > .submitBox > .btnSubmit > input[type=submit],
#contactFormArea > .submitBox > .btnBack > button[type=submit] {
	width: 100%;
	font-size: 4vw;
	padding-left: 3em;
	padding-right: 3em;
}
#contactFormArea > .submitBox > .btnSubmit > input[type=submit]:hover {
	background-color: #0bb3b9;
}
#contactFormArea > .submitBox > .btnBack {
	padding: 0 0 0 3%;
}
/*#contactFormArea > .submitBox > .btnBack > button[type=submit] {
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	outline: none;
	background-color: #8c9099;
	border: none;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	cursor: pointer;
	padding: 1.2em 2.5em;
	transition: all 0.2s;
}*/
#contactFormArea > .submitBox > .btnBack > button[type=submit]:hover {
	background-color: #8c9099;
}





/* #topCatchArea */
/*------------------------------------------------------------------------------*/
#topCatchArea {
	padding: 6% 3%;
}
#topCatchArea .areaMain {
	width: 100%;
}
#topCatchArea .areaMain > p {
	font-size: 1.6em;
	text-align: left;
	padding: 1em;
}
#topCatchArea .areaMain > p > br.pc {
	display: none;
}





/* #topBookLinkArea */
/*------------------------------------------------------------------------------*/
#topBookLinkArea {
	width: 70%;
	margin: 0 auto;
}
#topBookLinkArea > a:hover {
	background-color: #55ae58;
	box-shadow: 4px 4px 0px 0px rgba(30, 123, 71, .3);
}
#topBookLinkArea > a > span.textBox {
	font-size: 1.6em;
	text-align: center;
	padding: 0.5em 0;
}
#topBookLinkArea > a > span.imgBox {
	width: 80%;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
}





/* #fixedContactArea */
/*------------------------------------------------------------------------------*/
#fixedContactArea {
	display: none;
	width: 100%;
	border: 2px solid #fff;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, .2);
	padding: 2% 3%;
	bottom: 0;
	right: 0;
	z-index: 200;
}
#fixedContactArea > h2 {
	display: none;
	font-size: 1.5em;
	margin: 0 0 5px 0;
}
#fixedContactArea > p {
	/* display: none; */
	font-size: 1em;
	margin: 0 0 0.5em 0;
}
#fixedContactArea > .main {
	display: table;
	width: 100%;
}
#fixedContactArea > .main > div {
	display: table-cell;
	vertical-align: middle;
}
#fixedContactArea > .main > div.telfaxArea {
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	margin-bottom: 10px;
	padding: 2px 5px;
}
#fixedContactArea > .main > div.telfaxArea > .numberArea {
	display: block;
}
#fixedContactArea > .main > div.telfaxArea > .numberArea li {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
}
#fixedContactArea > .main > div.telfaxArea > .numberArea li+li {
	padding: 0;
}
#fixedContactArea > .main > div.telfaxArea > .numberArea li > a {
	color: #333;
	text-decoration: none;
}
#fixedContactArea > .main > div.telfaxArea > .storeInfonfoArea {
	/* display: none; */
}
#fixedContactArea > .main > div.telfaxArea > .storeInfonfoArea li {
	font-size: 1em;
	line-height: 1.2;
}
#fixedContactArea > .main > div.inner {
	width: 20%;
	text-align: center;
	padding: 0 0 0 3%;
}
#fixedContactArea > .main > div.inner > div.btnContact > a {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	text-decoration: none;
	background-color: #068b02;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0;
	transition: all 0.2s;
}
#fixedContactArea > .main > div.inner > div.btnContact > a:hover {
	background-color: #095806;
}
#fixedContactArea > .main > div.inner > div.btnContact > a > span {
	display: inline-block;
	width: 100%;
	height: auto;
	text-indent: -9999px;
	background: url('../images/icon_mail02.png') no-repeat center center;
	background-size: 50%;
	padding: 60% 0 0 0;
}
#fixedContactArea > .main > div.inner > p {
	display: none;
}





/* #prev_next */
/*------------------------------------------------------------------------------*/
#prev_next {
	display: block;
	width: 80%;
	margin: 40px auto 0 auto;
}
#prev_next > div {
	display: block;
	width: 100%;
}
#prev_next > div:nth-of-type(2) {
	text-align: left;
	border-left: none;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
}
#prev_next > div > a {
	width: 100%;
	background-color: #f2faf3;
}
#prev_next > div > a:hover {
	background-color: #f2faf3;
}
#prev_next > div > a > .prevnextBoxMain > div.imgBox {
	width: 22%;
}
#prev_next > div > a > .prevnextBoxMain > div.textBox {
	padding: 0.3em 0 0.3em 1em;
}
#prev_next > div > a > .prevnextBoxMain > div.textBox > p {
	font-size: 1.2em;
}

#prev_next > .no_prevnextBox > a {
	font-size: 1.2em;
}





/* #main__visual__area */
/*------------------------------------------------------------------------------*/
#main__visual__area {
	width: 100%;
	background: url(../images/main_visual_line_bg.png) no-repeat center center;
	background-size: cover;
	margin: 0 auto 3% auto;
	padding: 1%;
}
#main__visual__area .inner {
	height: auto;
	background-color: #fff;
	border-radius: 0;
	box-shadow: none;
}
#main__visual__area .inner:before {
	display: none;
}

#main__visual__area .inner .main_text_area {
	width: 100%;
	height: 100%;
	background: none;
	padding: 6% 3% 2% 3%;
}
#main__visual__area .inner h2 {
	margin-bottom: 4%;
	position: static;
}
#main__visual__area .inner h2 span {
	display: inline-block;
	font-size: 9vw;
	padding: 0 1em .2em .3em;
}
#main__visual__area .inner h3 {
	font-size: 4.6vw;
	margin-bottom: 4%;
	position: static;
}

#main__visual__area .inner ul {
	width: 95%;
	align-items: center;
	margin: 0 auto;
	position: static;
	-webkit-transform: translateY(0%) translateX(0%);
	transform: translateY(0%) translateX(0%);
}
#main__visual__area .inner li {
	display: flex;
	position: relative;
}
#main__visual__area .inner li:before,
#main__visual__area .inner li:after {
	height: auto;
}
#main__visual__area .inner li:before {
	transform: rotate(-20deg);
}
#main__visual__area .inner li:after {
	transform: rotate(20deg);
}
#main__visual__area .inner li > span {
	padding: 0 1em;
}
#main__visual__area .inner li > span > span.text01 {
	font-size: 3vw;
}
#main__visual__area .inner li > span > span.text02 {
	font-size: 7vw;
}
#main__visual__area .inner li > span > span.text02 > span.small {
	font-size: .7em;
}


#main__visual__area .inner .img_area {
	width: 100%;
	background: url(../images/main_visual_pic01.jpg) no-repeat center left;
	background-size: 120%;
	padding-top: 45%;
	position: relative;
}
#main__visual__area .inner .img_area:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	background: url(../images/main_text_area_bg_sp.png) no-repeat top center;
	background-size: cover;
	padding-top: 9.37%;
	position: absolute;
	top: 0;
	left: 0;
}





/* 20200312 add 臨時のお知らせ */
.extraordinary_news_area {
	width: 100%;
	padding: 10px 3%;
}
.extraordinary_news_area a {
	font-size: 5vw;
	padding: .3em;
}





/* 20200531 add 新型コロナウイルスに伴う施設対応 */
#period_info_area {
	width: 100%;
	padding: 10% 4% 8% 4%;
}
#period_info_area > .inner {
	display: block;
}
#period_info_area > .inner::before,
#period_info_area > .inner::after {
	width: 10%;
	padding-top: 10%;
}
#period_info_area > .inner::before {
	-webkit-transform: translateY(-20%) translateX(-20%);
	transform: translateY(-20%) translateX(-20%);
}
#period_info_area > .inner::after {
	-webkit-transform: translateY(20%) translateX(20%);
	transform: translateY(20%) translateX(20%);
}
#period_info_area > .inner > div#bird_img {
	width: 16%;
	-webkit-transform: translateY(-93%) translateX(-30%);
	transform: translateY(-93%) translateX(-30%);
}

#period_info_area > .inner > div.box01 {
	width: 100%;
}
#period_info_area > .inner > div.box02 {
	width: 100%;
	margin: 3% auto 0 auto;
}
#period_info_area > .inner > div.box > a {
	font-size: 4.3vw;
}
#period_info_area > .inner > div.box > a:hover {
	opacity: 1;
}
#period_info_area > .inner > div.box > a > span.sub {
	font-size: .8em;
}
#period_info_area > .inner > div.box01 > a {
	background-color: #1f8b55;
	padding: 1.2em 0;
}
#period_info_area > .inner > div.box02 > a {
	font-size: 1.4em;
	background-color: #cc4325;
}





/* illustration__section 20200624 add */
/*------------------------------------------------------------------------------*/
#illustration__section {
	background-color: #faf7f5;
	margin-bottom: 0;
	padding-bottom: 0;
}
#illustration__section .inner {
	width: 100%;
}
#illustration__section__main {
	display: block;
}
#illustration__section__main .img_area {
	width: 100%;
	background: url(../images/main_illustration_sp.png) no-repeat;
	background-size: cover;
	padding-top: 50%;
	margin-bottom: 0;
}
#illustration__section__main .img_area > img {
	display: none;
}
#illustration__section__main .text_area {
	justify-content: center;
	width: 100%;
	padding-bottom: 45%;
	position: relative;
}
#illustration__section__main .text_area > .inner {
	width: 70%;
	background-color: rgba(255,255,255,.9);
	border-radius: .5em;
	padding: 5% 0 4% 0;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
	position: absolute;
	top: -30%;
}
#illustration__section__main .text_area > .inner > p {
	text-align: center;
}
#illustration__section__main .text_area > .inner > p.main {
	margin-bottom: 8%;
}
#illustration__section__main .text_area > .inner > p.main > img {
	width: 65%;
	height: auto;
}
#illustration__section__main .text_area > .inner > p.sub {
	margin-bottom: 4%;
}
#illustration__section__main .text_area > .inner > p.sub > img {
	width: 60%;
	height: auto;
}
#illustration__section__main .text_area > .inner > div.btn > a {
	width: 65%;
}
#illustration__section__main .text_area > .inner > div.btn > a > img {
	width: 100%;
	height: auto;
}
#illustration__section__text {
	padding: 9% 4% 2%;
	position: relative;
}
#illustration__section__text .corner_img01 {
	width: 12%;
	left: 2%;
}
#illustration__section__text .corner_img02 {
	width: 12%;
	right: 2%;
}
#illustration__section__text > p {
	font-size: 3.3vw;
	line-height: 1.6;
}
#illustration__section__text > p > span {
	display: block;
	font-size: 3.8vw;
	margin: .5em 0;
}



#illustration__section__main02 {
	margin-bottom: 12%;
	padding-top: 0;
}
#illustration__section__main02 .img_area {
	overflow: hidden;
}
#illustration__section__main02 .img_area > img {
	width: 140%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#illustration__section__main02 .text_area {
	bottom: -17%;
}
#illustration__section__main02 .text_area > div {
	width: 100%;
	text-align: center;
}
#illustration__section__main02 .text_area > div.btn > a {
	width: 80%;
}
#illustration__section__main02 .text_area > div.btn > a > img {
	width: 100%;
	height: auto;
}





/* 20220222 add */
#contact__info__area .contact__info__textarea {
	display: block;
}
#contact__info__area .contact__info__textarea .text__area {
	width: 100%;
}
#contact__info__area .contact__info__textarea .text__area p {
	font-size: 3.6vw;
}
#contact__info__area .contact__info__textarea .img__area {
	display: none;
	/*width: 65%;
	margin: 4% auto 0;*/
}

#contact__info__area .contact__info__tel {
	display: block;
	font-size: 4.4vw;
	margin-top: 4%;
}
#contact__info__area .contact__info__tel .title > span {
	font-size: .7em;
	color: #058b02;
	line-height: 1.1;
	border: 2px solid #058b02;
	padding: .3em .5em;
}
#contact__info__area .contact__info__tel .num {
	margin: 0;
}
#contact__info__area .contact__info__tel .num a {
	font-size: 2.2em;
}
#contact__info__area .contact__info__tel .date {
	justify-content: center;
}

#contact__info__area .contact__info__form {
	margin-top: 4%;
}
#contact__info__area .contact__info__form .title > span {
	font-size: 3vw;
}
#contact__info__area .contact__info__form .text p {
	font-size: 3.4vw;
}





/* 20220301 add */
#main__slider__area {
	padding: 0 0 30px;
}
#main__slider__area .swiper-slide a:hover {
	opacity: 1;
}
#main__slider__area .swiper-pagination {
	bottom: -25px;
}
#main__slider__area .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px));
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,12px);
}




#contact__info__area {
	margin-bottom: 6%;
}
.form__reserve .page__link__section {
	display: block;
}
.form__reserve .page__link__section > a {
	width: 100%;
	font-size: 4vw;
	padding: 1.6em 0 1.4em;
}
.form__reserve .page__link__section > a+a {
	margin-top: 8%;
}

.form__reserve .page__link__section > a.reserve__form,
.form__reserve .page__link__section > a:hover.reserve__form {
	background-color: #14bcb1;
	border-color: #008178;
}
.form__reserve .page__link__section > a.reserve__form .time,
.form__reserve .page__link__section > a:hover.reserve__form .time {
	color: #008178;
	border-color: #008178;
}
.form__reserve .page__link__section > a.reserve__link,
.form__reserve .page__link__section > a:hover.reserve__link {
	background-color: #3871c3;
	border-color: #0e4aa1;
}
.form__reserve .page__link__section > a.reserve__link .time,
.form__reserve .page__link__section > a:hover.reserve__link .time {
	color: #0e4aa1;
	border-color: #0e4aa1;
}

#contactFormArea > .contactBox > .inputBox > .inputMain.reserve__day__select .title {
	font-size: 1em;
}
#contactFormArea > .contactBox > .inputBox > .inputMain input[type=text].select_date::placeholder {
	font-size: 1em;
}


.send__info {
	border: 3px solid #ffa04a;
	margin-top: 4%;
	padding: 4% 3%;
}
.send__info li {
	font-size: 1em;
}
.send__info p {
	font-size: 1.1em;
	margin-top: 3%;
}


.form__reserve .page__link__section > p {
	font-size: 3.4vw;
	text-align: center;
}





.conf__info {
	margin-top: 6%;
	padding: 2%;
}
.conf__info li {
	font-size: 3.2vw;
}





/* 20220601 SNS追記エリア */
.top__sns__section .section__main {
	width: 100%;
	padding: 6% 0;
}
.top__sns__section .section__main .sns__box {
	width: 25%;
}
.top__sns__section .section__main .sns__box a {
	font-size: 3.8vw;
}

.top__sns__section .section__main .sns__box.blog a .box__inner .icon {
	color: #e8a33d;
}
.top__sns__section .section__main .sns__box.facebook a .box__inner .icon {
	color: #397ce2;
}
.top__sns__section .section__main .sns__box.line a .box__inner .icon {
	color: #31b630;
}
.top__sns__section .section__main .sns__box.blog a:hover,
.top__sns__section .section__main .sns__box.facebook a:hover,
.top__sns__section .section__main .sns__box.line a:hover {
	background-color: #fff;
}
.top__sns__section .section__main .sns__box.blog a:hover,
.top__sns__section .section__main .sns__box.blog a:hover .box__inner .icon {
	color: #e8a33d;
}
.top__sns__section .section__main .sns__box.facebook a:hover,
.top__sns__section .section__main .sns__box.facebook a:hover .box__inner .icon {
	color: #397ce2;
}
.top__sns__section .section__main .sns__box.line a:hover,
.top__sns__section .section__main .sns__box.line a:hover .box__inner .icon {
	color: #31b630;
}





/* 20220601 リーフレットダウンロードエリア */
.top__leaflet__section {
	margin-bottom: 8%;
	padding-top: 2%;
}
.top__leaflet__section .section__main {
	width: 100%;
}
.top__leaflet__section .section__main a {
	justify-content: flex-start;
	width: 90%;
	font-size: 4.6vw;
	padding: 6% 4%;
}
.top__leaflet__section .section__main a:hover {
	background-color: #f05c5c;
}
.top__leaflet__section .section__main a .icon {
	font-size: 1.4em;
	margin-right: .3em;
}
.top__leaflet__section .section__main a .img {
	width: 19%;
	right: 1%;
}





/* #flowUseArea tate */
/*------------------------------------------------------------------------------*/
.flow__use__section {
	font-size: 3vw;
	padding: 12% 3% 6% 3%;
}
.flow__use__block {
	padding: 12% 3% 6% 3%;
}
.flow__use__block .num {
	left: 2%;
}
.flow__use__block+.flow__use__block {
	margin-top: 14%;
}
.flow__use__block .block__inner h2 {
	margin-bottom: 4%;
}
.flow__use__block .block__inner .block__text {
	padding: 0;
}

.flow__use__contact {
	display: block;
	margin-top: 4%;
	padding: 0;
}
.flow__use__contact .flow__contact {
	font-size: 1.5em;
}
.flow__use__contact .flow__contact+.flow__contact {
	margin-left: 0;
	margin-top: 2%;
}

.link__contact {
	flex-direction: column;
	align-items: center;
	margin-top: 5%;
}
.link__contact a {
	width: 90%;
	font-size: 1.3em;
}
.link__contact a.reserve:hover {
	background-color: #dc3c87;
}
.link__contact a.contact:hover {
	background-color: #068b02;
}
.link__contact a .icon {
	font-size: 1.3em;
}
.link__contact a+a {
	margin-left: 0;
	margin-top: 2%;
}





.section__office__training {
	padding: 4% 2% 6%;
}
.section__office__training .section__main {
	flex-wrap: wrap;
	width: 100%;
	font-size: 6.2vw;
	padding: 6% 2% 0 2%;
}
.section__office__training .section__main::after {
	display: none;
}
.section__office__training .section__main .free__text {
	width: 20%;
}
.section__office__training .section__main .free__text > span {
	width: 3em;
	height: 3em;
}
.section__office__training .section__main .main__text {
	width: 80%;
}
.section__office__training .section__main .main__text .main {
	/*font-size: .9em;*/
}
.section__office__training .section__main .main__text .sub {
	font-size: .7em;
	color: #f23e7a;
	background-color: #fff;
	margin-top: .5em;
	padding: .1em 1em;
}
.section__office__training .section__main .catch__img {
	width: 100%;
	padding: 4% 14% 0 10%;
	position: static;
}
.section__office__training .section__main .catch__img img {
	width: 100%;
	height: auto;
}
.section__office__training .section__main:hover .catch__img img {
	opacity: 1;
}





}






