@charset "utf-8";

/*---------------------------------------------
	mainArea
  ---------------------------------------------*/
#mainArea {
	background: url(/jinnan/images/mainBg.jpg) no-repeat center 0;
	min-height: 540px;
}
#mainBox {
	position: relative;
}
#mainBox h1 {
	padding-top: 28px;
}
#mainBox h2 {
	padding: 14px 0 0 10px;
}
#mainBox .yuiPh {
	display: none;
}
#mainBox p {
	padding: 40px 0 40px 10px;
	width: 380px;
	text-align: justify;
}
#mainBox p span{
	font-size: 80%;
	font-weight: bold
}
#mainBox p.btnPhoto {
	padding: 0;
	position: absolute;
	top: 28px;
	left: 540px;
}

/*---------------------------------------------
	banBox
  ---------------------------------------------*/
#banBox {
	padding: 0 0 30px;
	max-width: 960px;
	margin: 0 auto;
}
#banBox img{
	width: auto;
	max-width: 100%;
}

/*---------------------------------------------
	typeArea
  ---------------------------------------------*/
#typeArea {
	max-width: 1320px;
	margin: 0 auto;
	background-color: #dceabd;
	padding-top: 30px;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.typeBlock {
	padding: 0 20px 30px;
}
#typeArea .typeBox {
	float: left;
	width: 45%;
	padding-right: 5%;
}
#typeArea .leftLine {
	border-left: solid 6px #009944;
	padding-left: 10px;
}
#typeArea .typeBox img{
	width: 100%;
}
#typeArea .typeBox h2 {
	padding-bottom: 10px;
	line-height: 120%;
	font-size: 120%;
}
#typeArea .typeBox h2 span{
	font-size: 80%;
}
#typeArea .typeBox p {
	font-size: 80%;
	line-height: 140%;
	padding-bottom: 10px;
}
.topIcon { padding-top: 20px;}
#typeArea li {
	width: 300px;
	margin-left: 4px;
    position: relative;
	background: url(/images/common/top_mark.png) no-repeat 10px center #5dc0da;
    display: block;
	font-size: 90%;
	line-height: 120%;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	color: #fff;
}
#typeArea li a {
	display: block;
	padding: 10px 40px 10px 30px;
	color: #fff;
}
#typeArea li:hover {
	background: url(/images/common/top_mark.png) no-repeat 10px center #22ac38;
}
.pointBox {
	background-color: #fff;
	padding: 10px;
	border: solid #009944 2px;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.pointBox h2{
	padding-top: 10px;
	text-align: center;
	border-bottom: #009944 solid 1px;
	color: #009944;
}
#typeArea .typeBox .pointBox p{
	padding-top: 10px;
	font-size: 100%;
}
/*---------------------------------------------
	infoArea
  ---------------------------------------------*/
#infoArea {
	padding-top: 10px;
}
.infoBlock {
	max-width: 1320px;
	margin: 0 auto;
	background-color: #dceabd;
	padding: 10px 20px;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.infoBlock h2 {
	border-bottom: #373737 solid 2px;
	font-size: 80%;
	font-weight: bold;
}
.infoBlock p {
	line-height: 200%;
	padding-top: 10px;
}
.infoBlock p.telNo {
	padding-top: 0;
	font-weight: bold;
	font-size: 100%;
}
.infoBlock p.telNo span{
	font-size: 220%;
}

/*---------------------------------------------
	topicsArea
  ---------------------------------------------*/
#topicsArea .fLeft{
	padding: 0 10px;
	width: 300px;
}
#topicsArea .fLeft .topicBlock{
	padding-bottom: 10px;
}
/* ------ .topicBox ------ */
#topicsArea .fLeft .topicBox{
	background-color: #f1eede;
	padding: 10px;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#topicsArea .fLeft .topicBox h2{
	font-size: 80%;
	padding-bottom: 5px;
	border-bottom: solid 2px #373737;
}
#topicsArea .fLeft .topicBox .item{
	padding: 10px 0;
	border-bottom: dotted 1px #373737;
}
#topicsArea .fLeft .topicBox .item .phBox{
	float: left;
	width: 100px;
}
#topicsArea .fLeft .topicBox .item .phBox img{
	width: 100%;
	height: auto;
}
#topicsArea .fLeft .topicBox .item .txtBox{
	float: left;
	padding-left: 10px;
	width: 170px;
}
#topicsArea .fLeft .topicBox .item .txtBox .blogDay{
	font-size: 70%;
	font-weight: bold;
	line-height: 110%;
	padding-bottom: 3px;
}
#topicsArea .fLeft .topicBox .item .txtBox .slug{
    display: block;
	font-size: 70%;
	line-height: 110%;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	color: #fff;
	padding: 3px 10px;
}
#topicsArea .fLeft .topicBox .item .txtBox .green{
	background-color: #22ac38;
}
#topicsArea .fLeft .topicBox .item .txtBox h3{
	padding-bottom: 5px;
	line-height: 140%;
	font-size: 90%;
}
#topicsArea .fLeft .topicBox .item .blogLink a{
	text-align: center;
	background: url(/images/common/top_mark.png) no-repeat 5px center #fff;
    display: block;
	border: #22ac38 1px solid;
	border-radius: 30px; 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	color: #373737;
	font-size: 70%;
	line-height: 110%;
	padding: 3px 0;
	width: 120px;
}
#topicsArea .fLeft .topicBox .item .blogLink a:hover {
	color: #fff;
	background: url(/images/common/top_mark.png) no-repeat 5px center #22ac38;
	border: #22ac38 1px solid;
}
#topicsArea .fLeft .topicBox ul {
	padding-top: 10px;
}
#topicsArea .fLeft .topicBox li {
	text-align: center;
	margin: 0 1px;
    display: block;
	font-size: 70%;
	line-height: 110%;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	color: #fff;
	background: url(/images/common/top_mark.png) no-repeat 10px center #22ac38;
}
#topicsArea .fLeft .topicBox li a {
	display: block;
	color: #fff;
	padding: 10px 0;
}
#topicsArea .fLeft .topicBox li:hover {
	background: url(/images/common/top_mark.png) no-repeat 10px center #54c466;
}

/* ------ .topicBox02 ------ */
#topicsArea .fLeft .topicBox02{
	background-color: #f1eede;
	padding: 10px;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#topicsArea .fLeft .topicBox02 h2{
	font-size: 80%;
	padding-bottom: 5px;
	border-bottom: solid 2px #373737;
}
#topicsArea .fLeft .topicBox02 .item{
	padding: 10px 0;
	border-bottom: dotted 1px #373737;
}
#topicsArea .fLeft .topicBox02 .item .phBox{
	width: 100%;
	padding-bottom: 10px;
}
#topicsArea .fLeft .topicBox02 .item .phBox img{
	width: 100%;
	height: auto;
}
#topicsArea .fLeft .topicBox02 .item .txtBox{
}
#topicsArea .fLeft .topicBox02 .item .txtBox .blogDay{
	font-size: 70%;
	font-weight: bold;
	line-height: 110%;
	padding-bottom: 3px;
}
#topicsArea .fLeft .topicBox02 .item .txtBox h3{
	padding-bottom: 10px;
	line-height: 140%;
}
#topicsArea .fLeft .topicBox02 .item .blogLink a{
	text-align: center;
	background: url(/images/common/top_mark.png) no-repeat 5px center #fff;
    display: block;
	border: #ff7e00 1px solid;
	border-radius: 30px; 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	color: #373737;
	font-size: 70%;
	line-height: 110%;
	padding: 3px 0;
	width: 120px;
}
#topicsArea .fLeft .topicBox02 .item .blogLink a:hover {
	color: #fff;
	background: url(/images/common/top_mark.png) no-repeat 5px center #ff7e00;
	border: #ff7e00 1px solid;
}
#topicsArea .fLeft .topicBox02 ul {
	padding-top: 10px;
}
#topicsArea .fLeft .topicBox02 li {
	text-align: center;
	margin: 0 1px;
    display: block;
	font-size: 70%;
	line-height: 110%;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	color: #fff;
	background: url(/images/common/top_mark.png) no-repeat 10px center #ff7e00;
}
#topicsArea .fLeft .topicBox02 li a {
	display: block;
	color: #fff;
	padding: 10px 0;
}
#topicsArea .fLeft .topicBox02 li:hover {
	background: url(/images/common/top_mark.png) no-repeat 10px center #ffab58;
}
/* ------ .banBox ------ */
#topicsArea .banBox img {
	width: 100%;
}

/*---------------------------------------------
	topArea
  ---------------------------------------------*/
#topArea {
	background: url(/images/common/topAreaBg.png) no-repeat center 0;
	padding: 30px 0;
}
#topArea h2{
	text-align: center;
}
#topArea h3{
	padding-bottom: 30px;
}
.topBlock{
	padding-top: 30px;
}
#topArea .txtBlock{
	padding: 0 10px 30px;
}
#topArea .txtBox{
	border-left: solid 6px #009944;
	padding-left: 10px;
	width: 540px;
}
#topArea .txtBoxLong{
	border-left: solid 6px #009944;
	padding-left: 10px;
}
#topArea .phBox{
	padding: 0 10px 10px;
	width: 360px;
}
#topArea .phBox p{
	font-size: 80%;
	padding: 5px;
}
#topArea .phBox img{
	width: 100%;
}
#topArea .phBoxLong{
	padding: 0 10px 30px;
}
.kakomiBox {
	border: solid 2px #009944;
	padding: 20px;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.phLeft {
	float: left;
	width: 31%;
	padding: 0 1%;
}
.phLeft img{
	width: 100%;
}
.phLeft p{
	font-size: 80%;
}
.phLeft50 {
	float: left;
	width: 48%;
	padding: 0 1%;
}
.phLeft50 img{
	width: 100%;
}
.phLeft50 p{
	font-size: 80%;
}

/*---------------------------------------------
	bannerBox
  ---------------------------------------------*/
.bannerBox {
	padding-bottom: 10px;
}
.bannerBox img{
	width: 100%;
}

/*---------------------------------------------
	introductionTit
  ---------------------------------------------*/
#topArea h3.introductionTit {
	padding-bottom: 15px;
	line-height: 100%;
	display: flex;
	align-items: center;
}
#topArea h3.introductionTit:after {
	border-top: 5px solid #009944;
	content: "";
	flex-grow: 1;
	margin-left: 2%;
}
#topArea h3.introductionTit img {
	width: 33%;
}
@media screen and (max-width: 600px) {
	#topArea h3.introductionTit {
		padding-bottom: 20px;
	}
	#topArea h3.introductionTit img {
		width: 60%;
	}
}

/*---------------------------------------------
	movieBlock02
  ---------------------------------------------*/
.movieBlock02 {
	clear: both;
}
/*---------------------------------------------
	movieBlock
  ---------------------------------------------*/
.movieBlock {
	background-color: #dceabd;
	clear: both;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.movieBox01 {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 2% 0;
}
.movieBox02 {
	width: 46%;
	padding: 2%;
	float: left;
}
.movieBox03 {
	width: 46.5%;
	padding: 1%;
	float: left;
	background-color: #fff;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
}
.movieBox03L {
	float: left;
}
.movieBox03R {
	float: right;
}
@media screen and (max-width: 600px) {
	.movieBox03 {
		width: 100%;
		padding: 0 0 20px 0;
		float: none;
		border-radius: 0; 
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	.movieBox03L {
		float: none;
	}
	.movieBox03R {
		float: none;
	}
}
.movieBox03 h4 {
	font-weight: bold;
	padding-bottom: 5px;
}
.movieBox03 h4::before {
	content: "◼︎";
	margin-right: 0.2em;
}
@media screen and (max-width: 600px) {
	.movieBox03 h4 {
		font-size: 90%;
	}
}
/* youtube */
.youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* ------ google-maps ------ */
.google-maps {
	position: relative;
	padding-bottom: 0; // これが縦横比
	overflow: hidden;
}
.google-maps iframe {
	height: 480px;
	width: 100%;
	vertical-align: bottom;
}
/* introductionBtn
================================================== */
.introductionBtn {
	padding: 20px 0 7px;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 600px) {
	.introductionBtn {
		padding: 10px 0 1em;
	}
}
.introductionBtn:before, .introductionBtn:after {
	content: "";
	height: 5px;
	flex-grow: 1;
	background-color: #009944;
}
.introductionBtn:before {
	margin-right: 1rem;
}
.introductionBtn:after {
	margin-left: 1rem;
}
@media screen and (max-width: 600px) {
	.introductionBtn:before {
		margin-right: 0.3rem;
	}
	.introductionBtn:after {
		margin-left: 0.3rem;
	}
}
/* centerBtnMore センター寄せ
================================================== */
.centerBtnMore {
	display: flex;
	justify-content: center;
}
.centerBtnMore p {
	position: relative;
	border: solid 2px #009944;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	background-color: #009944;
}
.centerBtnMore p:hover {
	border: solid 2px #009944;
	background-color: #fff;
	transition: .3S;
	-webkit-transition: .3s;
}
.centerBtnMore p a {
	padding: 5px 25px 5px 35px;
	color: #fff;
	display: block;
	font-size: 80%;
	font-weight: 500;
}
.centerBtnMore p:hover a {
	transition: .3S;
	-webkit-transition: .3s;
	color: #009944;
}
.centerBtnMore p .centerBtn-border:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	-webkit-transform: translateX(10px) translateY(5px);
	transform: translateX(10px) translateY(5px);
}
.centerBtnMore p:hover .centerBtn-border:before {
	-webkit-transform: translateX(16px) translateY(5px);
	transform: translateX(16px) translateY(5px);
	color: #009944;
}
/* centerBtnMore
================================================== */
.introductionBtn .centerBtnMore p {
    min-width: 40%;
}
.introductionBtn .centerBtnMore p a {
    padding: 15px 25px 15px 35px;
    font-size: 100%;
    font-weight: 600;
}
@media screen and (max-width: 600px) {
	.introductionBtn .centerBtnMore p a {
		font-size: 90%;
	}
}
.introductionBtn .centerBtnMore p .centerBtn-border:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	-webkit-transform: translateX(10px) translateY(15px);
	transform: translateX(10px) translateY(15px);
}
.introductionBtn .centerBtnMore p:hover .centerBtn-border:before {
	-webkit-transform: translateX(16px) translateY(15px);
	transform: translateX(16px) translateY(15px);
	color: #009944;
}
/* introductionTxt
================================================== */
.introductionTxt {
	padding-bottom: 40px;
	text-align: center;
    font-weight: bold;
	color: #009944;
}
@media screen and (max-width: 600px) {
	.introductionTxt {
		text-align: left;
		font-size: 90%;
	}
	.introductionTxt br {
		display: none;
	}
}
/*-----------------------------------------------------	*/
/*	for - 600px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 600px) {
	
	/*---------------------------------------------
		mainArea
	  ---------------------------------------------*/
	#mainArea {
		background: none;
		min-height: inherit;
		padding-bottom: 20px;
	}
	#mainBox h1 {
		padding-top: 28px;
	}
	#mainBox h1 img{
		width: 100%;
	}
	#mainBox h2 {
		padding: 20px 0 10px 0;
		width: 80%;
		margin: 0 auto;
	}
	#mainBox h2 img{
		width: 100%;
	}
	#mainBox p.yuiPh {
		display: block;
		padding: 0;
		width: 90%;
		margin: 0 auto;
	}
	#mainBox .yuiPh img{
		width: 100%;
	}
	#mainBox p {
		padding: 20px 10px 10px 10px;
		width: inherit;
	}
	#mainBox p.btnPhoto {
		position: relative;
		top: inherit;
		left: inherit;
		width: 80px;
		margin: 0 auto;
	}
	#mainBox p.btnPhoto img{
		width: 100%;
	}
	
	/*---------------------------------------------
		typeArea
	  ---------------------------------------------*/
	#typeArea {
		margin: 0 auto;
		background-color: #dceabd;
		padding-top: 10px;
		border-radius: 10px; 
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	.typeBlock {
		padding: 0 10px 10px;
	}
	#typeArea .typeBox {
		float: none;
		width: inherit;
		padding: 0 0 20px 0;
	}
	#typeArea .leftLine {
		border-left: none;
		padding: 0 0 20px 0;
		border-bottom: solid 3px #009944;
	}
	#typeArea .typeBox h2 {
		padding-bottom: 10px;
	}
	#typeArea .typeBox h2 img{
		width: 100%;
	}
	#typeArea li {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	/*---------------------------------------------
		infoArea
	  ---------------------------------------------*/
	.infoBlock p.telNo span{
		font-size: 130%;
	}

	/*---------------------------------------------
		topicsArea
	  ---------------------------------------------*/
	#topicsArea .fLeft{
		width: 100%;
		float: none;
		padding: 0;
	}
	#topicsArea .fLeft .topicBlock {
		padding: 10px 0 0;
	}
	#topicsArea .banBox {
		padding-top: 10px;
		text-align: center;
	}
	
	/*---------------------------------------------
		topArea
	  ---------------------------------------------*/
	#topArea {
		background: none;
		padding: 60px 0;
	}
	#topArea h2{
		text-align: center;
	}
	#topArea h2 img{
		width: 100%;
	}
	.topBlock{
		padding-top: 40px;
	}
	.topBlock .fLeft{
		float: none;
	}
	#topArea h3{
		padding-bottom: 20px;
	}
	#topArea h3 img{
		width: 100%;
	}
	#topArea .txtBlock{
		padding: 0 0 10px;
	}
	#topArea .txtBox{
		border-left: solid 3px #009944;
		padding-left: 10px;
		width: inherit;
	}
	#topArea .txtBox p{
		line-height: 180%;
		font-size: 90%;
	}
	#topArea .phBox{
		padding: 10px 0;
		width: 100%;
	}
	#topArea .phBoxLong{
		padding: 0 0 10px;
	}
	.phLeft {
		float: none;
		width: 100%;
		padding: 5px;
	}
	.phLeft50 {
		float: none;
		width: 100%;
		padding: 5px;
	}
	.phLeft50 img{
		width: 100%;
	}
	/*---------------------------------------------
		bannerBox
	  ---------------------------------------------*/
	.bannerBox {
		padding: 10px 0 0;
	}
	/*---------------------------------------------
		movieBlock02
	  ---------------------------------------------*/
	.movieBlock02 {
		background: none;
		border-radius: 0; 
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	/*---------------------------------------------
		movieBlock
	  ---------------------------------------------*/
	.movieBlock {
		background: none;
		border-radius: 0; 
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	.movieBox01 {
		padding: 2% 0 0 0;
	}
	.movieBox02 {
		width: 100%;
		padding: 0 0 20px 0;
		float: none;
	}
}

