<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@media print, screen and (min-width: 768px) {
.main_img{
	width: 960px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
}

.main_img .left{
	position: relative;
}

.main_img .left p{
	position: absolute;
	left: 20px;
	bottom: 0px;
	font-size: 10px;
	font-size: 1.0rem;
	letter-spacing: 0;
}

.action_b{
	margin-top: 20px;
	background: #fff url(../images/top/obi_bg.jpg) 0 0 repeat-x;
}

.action_b h2{
	width: 1000px;
	margin: 0 auto;
}

.contents{
	width: 940px;
	margin: 30px auto 30px auto;
}

.contents2{
	width: 455px;
	margin: 20px 5%;
	}

.info{
	width: 50%;
	min-height: 100px;
	padding-right: 20px;
	float: left;
}

.info h3{
	margin-bottom: 15px;
}

.infobox{
	height: 100px;
	overflow-y: scroll;
}

.infobox dl{
	overflow: hidden;
}

.infobox dt{
	float: left;
	width: 25%;
	font-size: 12px;
	font-size: 1.2rem;
}

.infobox dd{
	float: right;
	width: 75%;
	font-size: 12px;
	font-size: 1.2rem;
	padding-bottom: 10px;
}

.l_content{
	width: 50%;
	float: left;
}

.r_content{
	width: 50%;
	float: right;
}

a.req_bnr{
	display: block;
	text-align: center;
}

a.req_bnr:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mb{
	display:none;
}

.mov&gt;video{
	width:95%;
	height:auto;

}


}

/*あやめ池から移植*/
.top_nav.pc {
  margin-bottom: 90px;
}
.top_nav.pc &gt; div {
  height: 450px;
  margin-bottom: 20px;
  position: relative;
}
.top_nav.pc &gt; div .box {
  width: 490px;
  max-width: 100%;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.90);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_nav.pc &gt; div .box .text01 {
  font-size: 24px;
  color: #73a561;
  margin-bottom: 10px;
}
.top_nav.pc &gt; div .box .text02 {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 10px;
}
.top_nav.pc &gt; div .box .text02 span {
  color: #73a561;
  font-size: 30px;
}
.top_nav.pc &gt; div .box .text03 {
  font-size: 14px;
  line-height: 25px;
}
.top_nav.pc &gt; div .box .text04 {
  background: #a1a6b3;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
}
.top_nav.pc &gt; div .box .btn {
  margin-top: 20px;
}
.top_nav.pc &gt; div .box .btn a {
  display: inline-block;
  background: #358cbd;
  color: white;
  text-align: center;
  font-size: 14px;
  width: 180px;
  line-height: 35px;
  -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
}
.top_nav.pc &gt; div .box .btn a img {
  width: auto;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.top_nav.pc &gt; div .box .btn a:hover {
  opacity: 0.6;
}
.top_nav.pc &gt; div.sec {
  background: url(../images/landscape/img01-2.jpg) right center no-repeat;
  background-size: auto 100%;
}
.top_nav.pc &gt; div.sec .box {
  height: 280px;
  border: 1px solid #7aaa69;
}
.top_nav.pc &gt; div.plan {
  background: url(../images/plan/tomi10_1.jpg) left center no-repeat;
  background-size: auto 100%;
}
.top_nav.pc &gt; div.plan .box {
  height: 300px;
  right: 0;
  border: 1px solid #7aaa69;
}
.top_nav.pc &gt; div.access {
  background: url(../images/access_location/img01.jpg) right center no-repeat;
  background-size: auto 100%;
}
.top_nav.pc &gt; div.access .box {
  height: 280px;
  border: 1px solid #7aaa69;
}
.top_nav.pc &gt; div.access .box img {
  width: auto;
}

.top_nav.sp {
  display: none;
}

/*3/13追加*/
.inline{
    display: table;
    text-align: center;
    width: 100%;
    margin: 10px;
    padding: 15px 15px;

}

.inlineitem{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px/*15px 15px*/;
}



@media screen and (max-width: 1000px) and (min-width: 401px) {

.main_img{
	width: 96%;
	margin: 0 auto;
}

.main_img img{
	width: 100%;
	height: auto;
}

.main_img .left{
	width: 59%;
}

.main_img .right{
	width: 37%;
	position: relative;
}

.main_img .right p{
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	font-size: 11px;
	font-size: 1.1rem;
}


.action_b{
	width: 100%;
	margin-top: 20px;
}

.action_b h2{
	width: 100%;
	text-align: center;
}

.action_b img{
	width: 100%;
	height: auto;
}

.contents{
	width: 92%;
	margin: 30px auto 30px auto;
}

.info{
	width: 55%;
	min-height: 100px;
	padding-right: 20px;
	float: left;
	border-right: 1px solid #221814;
}

a.req_bnr img{
	width: 100%;
	height: auto;
}
.mb{
	display:none;
}

.mov&gt;video{
	width:100%;
	height:auto;

}


}


/*あやめ池から移植*/
  .top_nav &gt; div.sec .box {
    left: 10px;
  }
  .top_nav &gt; div.plan .box {
    right: 10px;
  }
  .top_nav &gt; div.access .box {
    left: 10px;


/*あやめ池から移植*/
@media screen and (max-width: 767px) {
.top_nav.pc {
    display: none;
  }

  .top_nav.sp {
    display: block;
    margin-top: 20px;
  }
  .top_nav.sp .req_bnr {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .top_nav.sp &gt; div {
    padding: 15px;
    position: relative;
  }
  .top_nav.sp &gt; div .box {
    background: rgba(255, 255, 255, 0.80);
    padding: 25px 30px;
    border: 1px solid #7aaa69;
  }
  .top_nav.sp &gt; div .box p {
    text-shadow: 0px 0px 5px white;
  }
  .top_nav.sp &gt; div .box .text01 {
    text-align: center;
    font-size: 10px;
    color: #358cbd;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .top_nav.sp &gt; div .box .text02 {
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .top_nav.sp &gt; div .box .text03 {
    font-size: 11px;
    line-height: 20px;
  }
  .top_nav.sp &gt; div .box .btn {
    margin-top: 20px;
    text-align: center;
  }
  .top_nav.sp &gt; div .box .btn a {
    display: inline-block;
    background: #4492c1;
    color: white;
    text-align: center;
    font-size: 14px;
    width: 180px;
    line-height: 35px;
    -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
  }
  .top_nav.sp &gt; div .box .btn a img {
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
  .top_nav.sp &gt; div .box .btn a:hover {
    opacity: 0.6;
  }
  .top_nav.sp &gt; div.sec {
    margin-top: 30px;
    background: url(../images/landscape/img01-2.jpg) right center no-repeat;
    background-size: cover;
  }
  .top_nav.sp &gt; div.plan {
    background: url(../images/plan/tomi10_1.jpg) left center no-repeat;
    background-size: cover;
  }
  .top_nav.sp &gt; div.access {
    background: url(../images/access_location/img01.jpg) right center no-repeat;
    background-size: cover;
  }
}


/*@media screen and (max-width: 767px) and (min-width:401px;)   {

.main_img{
	width: 92%;
	margin: 0 auto;
}

.main_img .left{
	position: relative;
}

.main_img .right{
	display: none;
}

.main_img .left img{
	width: 100%;
	height: auto;
}

.main_img .left p{
	position: absolute;
	bottom: 0;
	left: 10px;
	text-align: right;
	font-size: 10px;
	font-size: 1.0rem;
	letter-spacing: 0;
}

.action_b{
	margin-top: 10px;
	text-align: center;
}

.action_b img{
	width: 100%;
	height: auto;
}

.action_b span.right{
	width: 48%;
	height: 35%;
	float: right;
}

.action_b span.right img{
	max-height: 27px;
}

.action_b span.left{
	width: 48%;
	height: 35%;
	float: left;
}

.contents{
	width: 92%;
	margin: 10px auto 30px auto;
}

.info{
	width: 100%;
	min-height: 100px;
}

.info h3{
	margin-bottom: 15px;
}

.infobox{
	height: 150px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;

}

.infobox dl{
	overflow: hidden;
}

.infobox dt{
	float: left;
	width: 30%;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.infobox dd{
	float: right;
	width: 70%;
	font-size: 12px;
	font-size: 1.2rem;
	padding-bottom: 10px;
	letter-spacing: 0;
}

.r_content{
	width: 100%;
	margin-bottom: 20px;
}

a.req_bnr{
	display: block;
	text-align: center;
}

a.req_bnr img{
	width: 100%;
	height: auto;
}

a.req_bnr:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mb{
	display:none;
}


.mov&gt;video{
	width:100%;
	height:auto;

}




}
*/

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

.main_img{
	width: 92%;
	margin: 0 auto;
}

.main_img .left{
	position: relative;
}

.main_img .right{
	display: none;
}

.main_img .left img{
	width: 100%;
	height: auto;
}

.main_img .left p{
	position: absolute;
	bottom: 0;
	left: 10px;
	text-align: right;
	font-size: 10px;
	font-size: 1.0rem;
	letter-spacing: 0;
}

.action_b{
	margin-top: 10px;
	text-align: center;
}

.action_b img{
	width: 100%;
	height: auto;
}

.action_b span.right{
	width: 48%;
	height: 35%;
	float: right;
}

.action_b span.right img{
	max-height: 27px;
}

.action_b span.left{
	width: 48%;
	height: 35%;
	float: left;
}

.contents{
	width: 25%;
	margin: 10px auto 30px auto;
}

.info{
	width: 100%;
	min-height: 100px;
}

.info h3{
	margin-bottom: 15px;
}

.infobox{
	height: 150px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;

}

.infobox dl{
	overflow: hidden;
}

.infobox dt{
	float: left;
	width: 30%;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.infobox dd{
	float: right;
	width: 70%;
	font-size: 12px;
	font-size: 1.2rem;
	padding-bottom: 10px;
	letter-spacing: 0;
}

.r_content{
	width: 100%;
	margin-bottom: 20px;
}

a.req_bnr{
	display: block;
	text-align: center;
}

a.req_bnr img{
	width: 100%;
	height: auto;
}

a.req_bnr:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.pc{
	display:none;
}



div.bx-viewport{
	height:280px;
}




}







</pre></body></html>