<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****
--------------------------------------------
TABLE OF CONTENTS
  - 1.å…¨ä½“
  - 2.header
  - 3.footer
  - 4.sidebar
  - 5.main
  - 6.parts
-----------------------------------------  */

/*  1.å…¨ä½“ */

/*  2.header */

.header-pc {
  height: 37px;
  padding: 0 0 0 14px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ccc;
}

.logo {
  padding-top: 6px;
}

/* ä¼šå“¡ç™»éŒ²ã¨ãƒ­ã‚°ã‚¤ãƒ³ãƒœã‚¿ãƒ³*/

#headerLogin {
  float: right;
}

#headerLogin li.register {
  position: relative;
}

#headerLogin li.first {
  border-right: 1px solid #fff;
}

#headerLogin li {
  float: left;
}

#headerLogin li.register a {
  color: #00703C;
  background-image: url(../images/base/loginbtn01.png);
  background-color: #00703C;
  background-position: center center;
  background-repeat: no-repeat;
}

#headerLogin li.register a:hover, #headerLogin li.login a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

#headerLogin li a {
  display: block;
  width: 190px;
  height: 37px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  text-indent: -999px;
}

#headerLogin li.login a {
  color: #00703C;
  background-image: url(../images/base/loginbtn02.png);
  background-color: #00703C;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #headerLogin {}
  #headerLogin li {
    width: 80px;
  }
  #headerLogin li.register {
    width: 80px;
  }
  #headerLogin li a {
    height: 37px;
    width: auto;
    background-size: 80% auto;
  }
}

/* hoverã§è¡¨ç¤ºã•ã‚Œã‚‹ãƒžã‚¬ã‚¸ãƒ³ */

.magazine01 {
	display: none;
  width: 230px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 51px;
  left: -20px;
  z-index: 81;
	background-color: #fff;
}
.magazine01:after {
	width: 11px;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -5px;
	background: url(/mecsumai/img/common/ico_arrow02.png) 0 0 no-repeat;
	content: ""
}
	.magazine01 .magazineIn {
		overflow: hidden;
		text-align: center;
		line-height: 1.3;
	}
		.magazine01 .magazineIn .title {
 color: #006f37;
 font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
 font-size: 14px;
 font-weight: normal;
		}
		.magazine01 .magazineIn .cover {
			margin: 10px auto 0;
		}
			.magazine01 .magazineIn .cover img {
				width: 88px;
			}
		.magazine01 .magazineIn .detail {
			margin-top: 10px;
		}
.magazine01 .magazineIn .detail p {
  color: #333;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.magazine01 .magazineIn .detail a.button01 {
		display: block;
		width: auto;
		height: auto;
		padding: 10px 0 !important;
		margin-top: 10px;
		background: url(/mecsumai/img/common/ico_arrow01.png) #006f37 154px center no-repeat;
		color: #fff;
		text-align: center;
		text-decoration: none;
		text-indent: inherit;
	}


/* ãƒžã‚¬ã‚¸ãƒ³å†…ãƒ­ã‚°ã‚¤ãƒ³ãƒœã‚¿ãƒ³ */

#headerUtility ul li.register a.button01 {
  display: block;
  width: auto;
  height: auto;
  padding: 3px 0;
  margin-top: 10px;
  background: url(../images/ico_arrow01.png) #006f37 154px center no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-indent: inherit;
  font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´Pro W3", "Hiragino Kaku Gothic Pro", Osaka, 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
 	#headerUtility ul li.register a.button01.button-no-image{
 background-image: none; 
 }

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

/* tablet + mobile menu*/

.parkhouse-panel {
  display: flex;
  padding: 0.5em 0.5em 0;
  align-items: center;
  border-bottom: solid 1px #ccc;
  background-color: #fff;
}

#headerLogo a {
  padding-right: 0.95em;
}

.parkhouse-menu {
  padding-top: 0.6em;
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  border-bottom: solid 1px #ccc;
}

.parkhouse-menu a {
  padding-bottom: 0;
}

/*  3.footer */

.footer__copy {
  padding: 20px 20px 40px;
}

#footer .copyright {
  padding: 40px 20px 40px;
  text-align: center;
}

#footer .copyright p {
  color: #9C9C9C;
  font-size: 10px;
  line-height: 10px;
}

.footerLogo {
  display: block;
  width: 181px;
  height: 22px;
  margin: 0 auto 23px;
  overflow: hidden;
  background: url(../images/base/footer-copyright-logo.png) 0 0 no-repeat;
  text-indent: -999px;
}

/*  4.sidebar */

.sidebar-panel {
  text-align: center;
  z-index: 101;
  background-color: #fff;
}

.sfixed {
  position: fixed;
  top: 0;
}

.pkh-top {
  text-align: center;
  background-color: #00703C;
  padding: 0.5em 0.3em;
}

.pkh-top a {
  color: #fff;
}

.rmbox-ttl {
  font-weight: 600;
  color: #00703C;
}

.rmbox-img {
  padding: 0 10px;
}

.rmbox-content {
  padding: 0 0 0.55em;
}

/*  5.main */

.main-area h1, .main-area h2, .main-area h3, .main-area h4, .main-area h5, .main-area h6 {
  font-weight: 600;
  line-height: 1.125;
}

.sectionBlock+.sectionBlock {
  padding-top: 2.5rem;
}

/*  6.parts */

/* pageTop */

.overOpac:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pageTop a {
  position: fixed;
  right: 12px;
  bottom: 12px;
  width: 42px;
  height: 42px;
  background-color: #00703C;
  z-index: 100;
}

.pageTop a:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  overflow: hidden;
  text-indent: -999px;
}

@media screen and (max-width: 767px) {
  .pageTop a {
    width: 36px;
    height: 36px;
    opacity: 0.5;
  }
  .pageTop a:before {
    top: calc(50% - 3px);
    left: calc(50% - 6px);
    width: 12px;
    height: 12px;
  }
}

/* top slider */

.multiple-item .slick-next {
  right: 20px;
  z-index: 99;
}

.multiple-item .slick-prev {
  left: 20px;
  z-index: 100;
}

.slider {
  margin: 0 0 50px;
}

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

.slick-slide {
  padding: 16px;
  background-color: whitesmoke;
  margin: 0 5px;
  font-size: 0.75em;
}

/* title */

.ttl-sec {
  text-align: center !important;
  margin-bottom: 2.25rem !important;
}

.subttl-sec {
  color: #0C864F!important;
  text-align: center !important;
}

.gourmet h3 {
  font-size: 1.95rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  line-height: 1.125;
}

.gourmet .sub-title {
  font-size: 1rem;
}

.gourmet .sub-title:not(.is-spaced)+.gourmet h3 {
  margin-top: -0.65rem;
}

.gourmet h4 {
  color: #00703C;
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-size: 1.15rem;
}

.gourmet h5 {
  margin-bottom: 1.25rem;
}

.title.is-5, .title.is-6 {
  margin-bottom: 0.75rem;
}

.ttl-special {
  color: #757575;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.75em;
  text-align: center;
}

.title.has-line {
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}

.itv-ttl{
  position:relative;
  padding:15px 10px 10px;
  font-size: 1.75rem;
  border:2px solid #2B9553;
  font-weight: 600;
  margin-bottom: 2.25rem;
}

.itv-ttl::after{
  content: "INTERVIEW";
  position: absolute;
  top: -12px;
  left: 10px;
  background: whitesmoke;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Meiryo, sans-serif;
  color: #2B9553;
  padding: 0 10px;
}
.itv-mini-ttl{
  position:relative;
  padding:15px 10px 10px;
  font-size: 1.15rem;
  border:2px solid #2B9553;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.itv-mini-ttl::after{
  content: "INTERVIEW";
  position: absolute;
  top: -12px;
  left: 10px;
  background: #fff;
  font-size: 0.85rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Meiryo, sans-serif;
  color: #2B9553;
  padding: 0 10px;
}



/* sec08 ãƒžãƒƒãƒ— */

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 45px;
}

.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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