@charset "UTF-8";
/* ===========================
--- Top title
============================ */
.top_title {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 80%;
  padding: 0 20px;
  margin: 60px auto 0 auto;
  text-align: center;
  font-family: "Sawarabi Gothic", sans-serif;
  letter-spacing: 2px;
  font-size: 3.75rem;
  color: #000;
}
.top_title span {
  position: relative;
  display: block;
  letter-spacing: 0px;
  font-size: 1.25rem;
  font-family: "Sawarabi Gothic", sans-serif;
  color: #afa722;
}

.top_titl_bottom {
  display: block;
  height: 20px;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  margin: 60px auto 0 auto;
  letter-spacing: 0px;
  font-size: 1.25rem;
  font-family: "Sawarabi Gothic", sans-serif;
  color: #afa722;
}

.news_title,
.features_title,
.link_title,
.sns_title {
  position: relative;
}

.features_title:after,
.news_title:after,
.link_title:after,
.sns_title:after {
  position: absolute;
  content: "";
  top: 80px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #afa722;
  z-index: -1;
}

@media (max-width: 961px) {
  .top_title {
    font-size: 3.75rem;
    margin: 0 auto 30px auto;
  }
  .top_title span {
    font-size: 1rem;
  }

  .news_title:after {
    left: 0px;
    top: 80px;
  }

  .features_title:after {
    left: 0px;
    top: 80px;
  }

  .link_title:after {
    left: 0px;
    top: 80px;
  }

  .sns_title:after {
    left: 0px;
    top: 80px;
  }
}
@media (max-width: 741px) {
  .top_title {
    font-size: 2.5rem;
    text-indent: 20px;
  }
  .top_title span {
    font-size: 1rem;
  }

  .news_title:after {
    left: 0px;
    top: 60px;
  }

  .features_title:after {
    left: 0px;
    top: 60px;
  }

  .link_title:after {
    left: 0px;
    top: 60px;
  }

  .sns_title:after {
    left: 0px;
    top: 60px;
  }
}
@media (max-width: 541px) {
  .top_title {
    font-size: 1.875rem;
    text-indent: 10px;
    margin: 0 auto 10px auto;
  }
  .top_title span {
    font-size: 0.875rem;
  }

  .news_title:after {
    left: 0px;
    top: 40px;
  }

  .features_title:after {
    left: 0px;
    top: 40px;
  }

  .link_title:after {
    left: 0px;
    top: 40px;
  }

  .sns_title:after {
    left: 0px;
    top: 40px;
  }
}
/* ===========================
--- Top slider
============================ */
#top_slider {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  margin: -120px 0 0 0;
  overflow: hidden;
}

#top_slider_video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#top_slider_inner {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top_slider_text {
  position: absolute;
  display: block;
  top: 45%;
  left: 0;
  right: 0;
  height: 80px;
  line-height: 150%;
  text-align: center;
  font-size: 3.125rem;
}

/*
#top_slider_text p{
	display:inline-block;
	text-align:center;
	padding:0 10px;
	background:#fff;
}
*/
@media (max-width: 1200px) {
  #top_slider_inner {
    top: 0px;
    left: 0%;
    right: 0px;
    bottom: 0%;
  }
}
@media (max-width: 961px) {
  #top_slider_text {
    font-size: 2.5rem;
  }
}
@media (max-width: 741px) {
  #top_slider_text {
    font-size: 1.875rem;
  }
}
@media (max-width: 541px) {
  #top_slider {
    height: 380px;
    margin: 5px auto 10px auto;
  }

  #top_slider_text {
    top: 40%;
  }
}
/* ===========================
--- Top Marquee
============================ */
#marquee_box {
  position: absolute;
  display: block;
  bottom: 20px;
  left: 0;
  width: 100%;
}

#marquee {
  position: relative;
  display: block;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  margin: 0px auto 0px auto;
  border: 1px solid #999;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}

#marquee_title {
  position: absolute;
  display: block;
  height: 38px;
  letter-spacing: 2px;
  font-size: 1rem;
  color: #FFF;
  line-height: 38px;
  top: 0px;
  left: 0px;
  width: 150px;
  text-align: center;
}

ul.newsticker li a {
  color: #999;
}

ul.newsticker li {
  color: #000;
}
ul.newsticker li a:link {
  color: #f90;
  text-decoration: none;
}
ul.newsticker li a:visited {
  color: #000;
  text-decoration: none;
}
ul.newsticker li a:hover {
  color: #f90;
  text-decoration: none;
}
ul.newsticker li a:active {
  color: #000;
  text-decoration: none;
}

@media (max-width: 741px) {
  #marquee_box {
    bottom: 10px;
  }

  #marquee {
    height: 30px;
    line-height: 30px;
    width: 101%;
    margin: 20px auto 0px -1px;
  }

  #marquee_title {
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 0.75rem;
    border-top: 1px solid #FFF;
  }

  ul.newsticker li {
    color: #999;
    font-size: 0.75rem;
  }
}
ul.newsticker li a {
  color: #f00 !important;
}

/* ===========================
--- Top news
============================ */
#top_news {
  display: block;
  margin: 0 0 100px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.top_news_box {
  display: block;
  padding: 10px;
  background: #f8f8ee;
}

@media (max-width: 1200px) {
  .top_news_box {
    margin: 30px 0 0 0;
  }
}
.top_news_box_inner {
  position: relative;
  display: block;
  height: 250px;
  overflow-x: hidden;
}

.news_itiran {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
}
.news_itiran a:link {
  color: #333333;
  text-decoration: none;
}
.news_itiran a:visited {
  color: #333333;
  text-decoration: none;
}
.news_itiran a:hover {
  color: #f90;
  text-decoration: none;
}
.news_itiran a:active {
  color: #333333;
  text-decoration: none;
}

.news_itiran_inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 0 0 0;
}
.news_itiran_inner ul {
  display: inline-block;
  list-style: none;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.news_itiran_inner li {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
}

.news_itiran_img,
.news_itiran_img2 {
  position: relative;
  display: block;
  width: 120px;
  height: 75px;
  text-align: center;
  margin: 15px 0;
  overflow: hidden;
}

.news_itiran_img2 {
  background: url("../item/top_img_back.jpg") top left;
}

.kiji_date {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: left;
}

.kiji_cat {
  font-size: 0.875rem;
  display: inline-block;
  color: #FFF;
  text-align: center;
  width: 180px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 3px;
}

.odd {
  background: #556b2f;
}

.even {
  background: #6b8e23;
}

.kiji_title {
  display: inline-block;
  font-size: 1rem;
  font-family: "Meiryo", "メイリオ", "Arial", "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro,osaka", "ＭＳ Ｐゴシック", sans-serif;
}

.top_news_line {
  display: block;
  width: 90%;
  height: 2px;
  margin: 0 auto;
  border-bottom: 1px dotted #a0afdd;
}

#news_next {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  margin: 30px 0 50px 0;
  padding: 0 80px 0 0;
  text-align: right;
}
#news_next a {
  display: inline-block;
  font-size: 1rem;
  height: 14px;
}

#news_next_inner {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 30px;
  line-height: 30px;
}

.news_next_line {
  position: absolute;
  right: 30px;
  bottom: 0px;
  width: 300px;
  height: 1px;
  background: #afa722;
}

.news_next_line:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 20px;
  width: 40px;
  border: 0px;
  border-top: solid 1px #afa722;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .news_itiran {
    padding: 0 0 10px 0;
  }
}
@media (max-width: 961px) {
  .kiji_date {
    font-size: 0.75rem;
  }

  .kiji_cat {
    font-size: 0.75rem;
    width: 160px;
    padding: 0 5px;
    margin: 0 5px;
    height: 30px;
    line-height: 30px;
  }

  .kiji_title {
    font-size: 0.875rem;
  }

  #top_news {
    margin: 20px 0 30px 0;
  }
}
@media (max-width: 741px) {
  #news_next {
    height: 20px;
  }
  #news_next a {
    height: 30px;
    font-size: 0.875rem;
  }

  #news_next_inner {
    width: 140px;
    height: 20px;
    line-height: 20px;
  }

  #news_next_inner:after {
    height: 20px;
    width: 40px;
  }

  .news_next_line {
    width: 180px;
    bottom: -5px;
  }

  .kiji_date {
    font-size: 0.75rem;
  }

  .kiji_cat {
    font-size: 0.75rem;
  }

  .kiji_title {
    font-size: 0.75rem;
  }

  .news_itiran_inner li {
    display: block;
    width: 100%;
  }
}
@media (max-width: 541px) {
  #top_news {
    margin: 0 0 10px 0;
  }

  .news_itiran_inner li {
    line-height: 20px;
  }

  .news_itiran_inner {
    min-height: 15px;
  }

  .news_itiran_inner {
    padding: 5px 0 0 0;
  }

  .news_itiran_img,
  .news_itiran_img2 {
    width: 90px;
    height: 65px;
    text-align: left;
    margin: 5px 0 5px 0;
    overflow: hidden;
  }

  .top_news_box {
    width: 100%;
  }

  .top_news_box_inner {
    padding: 0 50px 0 0;
  }
}
/* ===========================
--- Top Features
============================ */
#top_features {
  position: relative;
  display: block;
  margin: 0 0 150px 0;
}

#top_features_inner {
  display: block;
}

.features_sub_box_left {
  display: block;
}

.features_sub_box_right {
  display: block;
}

.features_sub_title {
  position: relative;
  display: block;
  font-size: 1.6875rem;
  font-weight: bold;
  text-indent: 0px;
  margin: 0 0 40px 0;
  min-height: 30px;
  text-align: center;
}

.features_sub_title:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  border-bottom: 2px dotted #afa722;
}

.features_text {
  display: block;
  font-size: 1.25rem;
  text-align: center;
  margin: 0 0 20px 0;
}

.features_img_1,
.features_img_2,
.features_img_3 {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  margin: 0 0 40px 0;
}

.features_img_3 {
  margin: 0 0 80px 0;
}

@media (max-width: 961px) {
  .features_img_3 {
    margin: 0 0 0 0;
  }
}
.features_img_1_inner {
  position: absolute;
  content: "";
  top: 0;
  left: 98%;
  height: 300px;
  width: 200%;
  background: url("../images/features_img_1.jpg") top left;
}

.features_img_2_inner {
  position: absolute;
  content: "";
  top: 0;
  right: 98%;
  height: 300px;
  width: 200%;
  background: url("../images/features_img_2.jpg") top left;
}

.features_img_3_inner {
  position: absolute;
  content: "";
  top: 0;
  left: 98%;
  height: 300px;
  width: 200%;
  background: url("../images/features_img_3.jpg") top left;
}

.top_features_back_1 {
  display: block;
  width: 100%;
  background: #f2f2f2;
}

.features_line {
  position: relative;
  display: block;
  width: 90%;
  height: 1px;
  margin: 30px auto;
  border-bottom: 1px solid #fff;
}

@media (max-width: 1200px) {
  .features_link {
    width: 95%;
  }
  .features_link a {
    font-size: 1rem;
  }
  .features_link a:after {
    top: 9px;
  }
}
@media (max-width: 961px) {
  #top_features {
    margin: 0 0 150px 0;
  }

  .features_sub_title {
    font-size: 1.25rem;
  }

  .features_text {
    font-size: 1rem;
  }

  .features_sub_box_left,
  .features_sub_box_right {
    padding: 0 0 0 0;
  }

  .features_img_1,
  .features_img_2,
  .features_img_3 {
    height: 200px;
    margin: 0 0 80px 0;
  }

  .features_img_1_inner,
  .features_img_2_inner,
  .features_img_3_inner {
    height: 200px;
  }

  #top_features {
    margin: 0 0 100px 0;
  }

  .features_link {
    width: 100%;
  }
}
@media (max-width: 741px) {
  .features_sub_title {
    font-size: 1.125rem;
  }

  .features_text {
    font-size: 0.875rem;
  }

  .features_line {
    border-bottom: 1px solid #fFF;
  }

  .features_link {
    width: 100%;
  }
  .features_link a {
    font-size: 0.875rem;
  }
  .features_link a:after {
    top: 6px;
  }

  .features_img_1,
  .features_img_2,
  .features_img_3 {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 541px) {
  .features_sub_title {
    margin: 0 0 10px 0;
    min-height: auto;
  }

  .features_text {
    margin: 0 0 0 0;
  }

  #top_features {
    margin: 0 0 60px 0;
  }

  .features_img_3 {
    margin: 0 0 30px 0;
  }
}
.features_link {
  display: inline-block;
  width: 100%;
  padding: 15px;
  margin: 0 0 5px 0;
}
.features_link a {
  position: relative;
  display: block;
  padding: 7px 0 0 15px;
  font-size: 1.125rem;
  min-height: 40px;
  line-height: 120%;
  color: #99911E;
  background: #fff;
}
.features_link a span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../item/features_link.png") center left no-repeat;
}
.features_link a:link {
  color: #99911E;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}
.features_link a:visited {
  color: #99911E;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}
.features_link a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #99911E;
  background: #99911E;
}
.features_link a:active {
  color: #99911E;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}
.features_link a:hover:after {
  border-color: transparent transparent transparent #FFF;
}

/* ===========================
--- Top Banner Link
============================ */
#top_banner_back {
  position: relative;
  display: block;
  border-bottom: 1px dotted #c8d6e5;
}

#top_banner_link {
  display: block;
  margin: 0 auto 80px auto;
}

#top_banner_link_inner {
  display: block;
  padding: 60px 0 20px 0;
}

.top_banner_link_inner {
  display: block;
  min-height: 60px;
  margin: 0 auto 20px auto;
  text-align: center;
}

.top_banner_link_inner_none {
  display: block;
  min-height: 60px;
  width: 240px;
  margin: 0 auto 20px auto;
}

#top_banner_link_inner a:hover > img {
  opacity: .6;
}

@media (max-width: 961px) {
  .top_banner_link_inner,
  .top_banner_link_inner_none {
    min-height: 50px;
  }
}
@media (max-width: 741px) {
  #top_banner_link {
    margin: 0 auto 20px auto;
  }

  #top_banner_link {
    padding: 30px 0;
  }

  .top_banner_link_inner,
  .top_banner_link_inner_none {
    min-height: 60px;
  }
}
@media (max-width: 541px) {
  #top_banner_link {
    padding: 20px 0;
  }

  .top_banner_link_inner,
  .top_banner_link_inner_none {
    margin: 0 auto 8px auto;
  }

  #top_banner_link {
    display: block;
  }

  #top_banner_link_inner {
    padding: 30px 0 20px 0;
  }

  .top_banner_link_inner,
  .top_banner_link_inner_none {
    width: 90%;
  }
}
/* ===========================
--- Top map
============================ */
#top_map {
  display: block;
  height: 350px;
  background: #f9f9f9;
}

/* ===========================
--- Top sns
============================ */
#top_sns {
  display: block;
  margin: 0 0 80px 0;
}

#top_sns_inner {
  display: block;
  margin: 0px 0 50px 0;
}

.inst_box {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

@media (max-width: 961px) {
  .inst_box {
    width: 100%;
  }
}
@media (max-width: 741px) {
  #top_sns {
    margin: 0 0 50px 0;
  }
}
.inst_link {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #eee;
  margin: 15px 0;
}
.inst_link a {
  display: inline-block;
  font-size: 0.875rem;
}
.inst_link span {
  display: inline-block;
  font-size: 0.75rem;
  color: #e8e8e8;
  margin: 0 0 0 8px;
}

.instagram-media {
  display: block;
  margin: 0 auto;
}

@media (max-width: 541px) {
  #top_sns {
    display: block;
    margin: 0 0 40px 0;
  }

  .inst_box {
    width: 100%;
  }
}
.inst_box {
  padding: 20px 0;
}

.twitter-timeline {
  border: none;
}

/* ===========================
--- Parallax
============================ */
#parallax_box {
  position: relative;
  display: block;
  width: 100%;
  height: 240px;
  margin: 0 0 20px 0;
  background: none;
  overflow: hidden;
  background-image: url("../images/parallax.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

@media (max-width: 741px) {
  #parallax_box {
    background-image: none;
  }

  #parallax_box:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background-image: url("../images/parallax.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }

  /*
  #parallax_box:before{
    content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translate3d(0, 0, -1px);
      transform: translate3d(0, 0, -1px);
      width: 100%;
      height:240px;
    background:url("../images/parallax.jpg") center no-repeat;
    background-attachment: scroll;
    background-size:cover;
    z-index: -1;
  }
  */
}
#parallax_box2 {
  position: relative;
  display: block;
  width: 100%;
  height: 240px;
  margin: 0 0 20px 0;
  background: none;
  overflow: hidden;
  background-image: url("../images/parallax2.jpg");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}

@media (max-width: 741px) {
  #parallax_box2 {
    background-image: none;
  }

  #parallax_box2:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background-image: url("../images/parallax2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
}
/* ===========================
--- Change color
============================ */
/*
$hoku_blou:#69a39c;

.top_title{
	span{
		color:#69a39c;
	}
}

.top_titl_bottom{
		color:#69a39c;
}


.features_title:after,
.news_title:after,
.link_title:after,
.sns_title:after{
	background:#69a39c;
}

.news_next_line{
	background:#69a39c;
}

.news_next_line:after{
	content:"";
position:absolute;
border-top: solid 1px #69a39c;
}

.features_sub_title:after{
border-bottom:2px dotted #69a39c;
}

.features_link{
display:inline-block;
width:100%;
padding:15px;
margin:0 0 5px 0;
//float:right;
//text-align:center;

a{
	position:relative;
	display:block;
	padding:7px 0 0 15px;
	//margin:0 0 4px 0;
	@include font-size(18);
	min-height:40px;
	line-height:120%;
	color:#69a39c;
	background:#fff;
	span{
		position:relative;
		display:inline-block;
		width:20px;
		height:20px;
		background:url("../item/features_link.png") center left no-repeat;
	}

}

a:link {
	color:#69a39c;
text-decoration: none;
   border-bottom: 1px dotted #666;
}
		a:visited {
			color:#69a39c;
			text-decoration: none;
   border-bottom: 1px dotted #666;
			}
		a:hover {
			color: #fff;
			 text-decoration: none;
   border-bottom: 1px dotted #69a39c;
   background:#69a39c;
			}
		a:active {
			color:#69a39c;
			text-decoration: none;
   border-bottom: 1px dotted #666;
			}
a:hover:after{border-color: transparent transparent transparent #FFF;}
}
*/
