@charset "utf-8";
/* common.css
------------------------------*/
@media screen and (max-width:767px) {
}
/*　table　*/
.entry-container table {
  margin-bottom: 20px;
}
.entry-container th,
.entry-container td {
  padding: 5px 15px;
  border: 1px solid #000;
}

.rental_wrapper .entry-container th,
.rental_wrapper .entry-container td {
  border: 1px solid #b5b5b6;
  padding: 5px 15px;
}

.entry-container th {
  background: #44403f;
  color: #fff;
}


body {
	color: #231815;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
  /*padding-top: 70px;*/
	background: #fff;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', serif;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
dt,dd {
	line-height: 1.8;
}
img {
  max-width: 100%;
  line-height: 1;
  vertical-align: top;
}
small {
  margin: 0;
  padding: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}
/*a:hover,
a:focus,
a.active {
	color: #231815;
}*/
a:hover,.imgOver {
	transition: 0.3s ease-in-out;
}
hr {
	clear: both;
	width: 100%;
}
.wrap {
  overflow: hidden;
}

.form .entry footer .inner {
  background: none;
}

ol {
  counter-reset : item ;
}
ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item ;
}

ol.rule_list li:before {
  content: none;
}

/* Adjustment
----------------------------------------------------*/
.mar_auto { margin: 0 auto; }
.mar_reset { margin: 0 !important; }
.mar_b0 { margin-bottom: 0 !important; }
.mar_b05 { margin-bottom: 5px !important; }
.mar_b10 { margin-bottom: 10px !important; }
.mar_b15 { margin-bottom: 15px !important; }
.mar_b20 { margin-bottom: 20px !important; }
.mar_b25 { margin-bottom: 25px !important; }
.mar_b30 { margin-bottom: 30px !important; }
.mar_b35 { margin-bottom: 35px !important; }
.mar_b40 { margin-bottom: 40px !important; }
.mar_b45 { margin-bottom: 45px !important; }
.mar_b50 { margin-bottom: 50px !important; }
.mar_b55 { margin-bottom: 55px !important; }
.mar_b60 { margin-bottom: 60px !important; }
.mar_b65 { margin-bottom: 65px !important; }
.mar_b70 { margin-bottom: 70px !important; }
.mar_b75 { margin-bottom: 75px !important; }
.mar_b80 { margin-bottom: 80px !important; }
.mar_b85 { margin-bottom: 85px !important; }
.mar_b90 { margin-bottom: 90px !important; }
.mar_b95 { margin-bottom: 95px !important; }

.txtL { text-align: left !important; }
.txtC { text-align: center !important; }
.txtR { text-align: right !important; }

/* txt color */
.txtBld { font-weight: bold !important; }

/* font */
.fnt_raleway { font-family: 'Raleway', sans-serif; }
.fnt_oswald_L { font-family: 'Oswald', sans-serif; font-weight: 300; }
.note {
	font-size: 12px;
}

/* hver */
.hv-line-center,
.header-nav-pc ul li a {
  position: relative;
  display: inline-block;
  font-size: 2em;
}
.hv-line-center:before,
.hv-line-center:after,
.header-nav-pc ul li a:before,
.header-nav-pc ul li a:after {
  position: absolute;
  top: 2em;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #231815;
  transition: 0.3s;
}
.hv-line-center:before,
.header-nav-pc ul li a:before {
  left: 50%;
}
.hv-line-center:after,
.header-nav-pc ul li a:after {
  right: 50%;
}
.hv-line-center:hover:before,
.hv-line-center:hover:after,
.header-nav-pc ul li a:hover:before,
.header-nav-pc ul li a:hover:after {
  width: 50%;
}

.pc-only { display: none !important; }
.sp-only { display: block !important; }


/* arrow */
.arrow {
  padding:  10px 10px 10px 20px;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
}
.arrow:before,
.arrow:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.pagetop-wp {
  width: 100%;
  height: 35px;
  position: relative;
  z-index: 600;
}
#pagetop {
  width: 100%;
  height: 35px;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 100;
}
#pagetop .arrow:before {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #231815;
}
#pagetop .arrow:after {
  top: 1px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}


.inner {
  width: 100%;
  padding: 0 3%;
  margin: 0 auto;
  box-sizing: border-box;
}
header .inner {
  padding: 0 15px;
}

.animated {
	filter:alpha(opacity=0);
	-moz-opacity: .0;
	opacity: .0;
}

@media print, screen and (min-width:768px) {
  img {
    max-width: 100%;
    height: 100%;
  }
  /* float */
  .f_L { float: left !important; }
  .f_R { float: right !important; }

  .clearfix:after {
      content:" ";
      display:block;
      clear:both;
  }

  .pc-only { display: block !important; }
  .sp-only { display: none !important; }

  #pagetop {
    width: 100px;
    height: 35px;
    position: fixed;
    float: right;
    left: auto;
    right: 20px;
    bottom: 10px;
    background: none;
    text-align: center;
  }
  #pagetop .arrow {
    padding: 0 0 0 20px;
    line-height: 1em;
  }
  #pagetop.big .arrow:before {
    width: 34px;
    height: 34px;
  }
  #pagetop.big .arrow:after {
    top: 6px;
    left: 11px;
    width: 10px;
    height: 10px;
  }
  .inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 14px;
    position: relative;
  }
}

@media print, screen and (min-width:992px) {
  .inner {
    max-width: 1024px;
    margin: 0 auto;
  }
}

/*ドロワー
------------------------------*/
.scroll-prevent {
  overflow: hidden;
}
.header-nav__inner {
  overflow-x: scroll;
  height: calc( 100vh - 60px );
}

/*枠なし*/
.header-nav-sp .pure-toggle-label {
  border: none;
  z-index: 1100;
}

.header-nav-sp .pure-toggle-label[data-toggle-label='top'] {
  top: 0;
  left: auto;
  right: 10px;
  transform: none;
  overflow-y: scroll;
}
.header-nav-sp .pure-toggle-label .pure-toggle-icon, .header-nav-sp .pure-toggle-label .pure-toggle-icon:before, .header-nav-sp .pure-toggle-label .pure-toggle-icon:after {
  background: #44403f;
}
.header-nav-sp .pure-drawer {
  top: 50px;
  background: #f5efe7;
  z-index: 700;
}
.header-nav-sp .pure-drawer ul li {
  display: table;
  width: 100%;
  vertical-align: middle;
  padding: 10px 3%;
  box-sizing: border-box;
}
.header-nav-sp .pure-drawer ul li a {
  color: #44403f;
  font-weight: 500;
  display: block;
}
/* ttl */
.header-nav-sp .pure-drawer .header_ttl {
  font-size: 18px;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #231815;
}

/* tag */
.header-nav-sp .pure-drawer .tag-list {
  justify-content: flex-start;
}
.header-nav-sp .pure-drawer .tag-list_item {
  display: block;
  width: auto;
  padding: 0;
}
.header-nav-sp .pure-drawer .tag-list_item a {
  display: inline-block;
}
/* sns */
.header-nav-sp .pure-drawer .sns-list {
  margin-top: 15px;
  padding-bottom: 150px;
}
.header-nav-sp .pure-drawer .sns-list_icon {
  display: flex;
  justify-content: center;
}
.header-nav-sp .pure-drawer .sns-list_icon li {
  width: 60px;
  display: block;
  padding: 0 10px;
}
@media print, screen and (min-width:768px) {
  .header-nav-sp {
    display: none;
  }
}



/* header
------------------------------*/
.header {
  width: 100%;
  height: 50px;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
}
.header .inner {
  display: table-cell;
  vertical-align: middle;
}
.header .logo {
  width: 180px;
  margin-top: 5px;
}
/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none){
  .header .logo {
    height: 60px;
  }
  .header-nav-pc {
    padding-top: 20px;
  }
}
.header-nav-pc {
  display: none;
}

@media print, screen and (min-width:768px) {
  .header {
    width: 100%;
    min-height: 70px;
    display: table;
  }
  .header .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 3%;
  }
  .header .logo {
    width: 22%;
    float: left;
  }
  .header .logo img {
    width: 100%;
    vertical-align: middle;
  }
  .header-nav-pc {
    display: block;
    float: right;
  }
  .header-nav-pc ul {
    display: table;
  }
  .header-nav-pc ul li {
    display: table-cell;
    padding: 0 10px;
  }
  .header-nav-pc ul li a {
	display: block;
	font-size: 115%;
  }
.header-nav-pc ul li a:hover,
.header-nav-pc ul li a:focus,
.header-nav-pc ul li a.active {
    color: #231815;
  }

  .header-nav-pc nav {
    float: left;
  }
  .header-nav-pc .icon-sns {
    width: 18px;
    float: right;
    margin-left: 10px;
  }
  .header-nav-pc .icon-sns img {
    vertical-align: middle;
  }
}

@media print, screen and (min-width:992px) {
  .header .logo {
    width: 264px;
  }
  .header-nav-pc ul li {
    padding: 0 18px;
  }
}

/* topbtn
------------------------------*/

/* footer
------------------------------*/
.footer {
  width: 100%;
  color: #231815;
  text-align: center;
  padding: 22px 0 0 0;
  background: #fff;
  position: relative;
}
.footer a {
  color: #231815;
  font-size: 12px;
  display: inline-block;
}
.footer .logo {
  line-height: 1;
  margin: 0 0 22px 0;
}
.footer .logo img {
  width: 164px;
}
.footer .copyright {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
}
.footer .box-r {
  width: 25%;
  margin: 10px auto 0 auto;
}
@media print, screen and (min-width:768px) {
  .footer {
    text-align: left;
    padding: 20px 0;
    z-index: 600;
  }
  .footer a {
    font-size: 14px;
  }
  .footer .box-pc {
    width: 100%;
  }
  .footer .copyright {
    display: inline-block;
    float: right;
  }
  .footer .box-r {
    display: table-cell;
    width: 40%;
    text-align: right;
    vertical-align: middle;
    margin: 0;
  }
  .footer .txt-link {
    display: table;
    float: left;
  }
  .footer .box-pc .txt-link p {
    display: table-cell;
  }
  .footer .box-pc .txt-link p a {
    padding: 0 13px;
  }
  .footer .box-pc .logo {
    float: left;
    line-height: 20px;
    margin: 0 35px 0 0;
  }
  .footer .box-pc .logo img {
    width: 110px;
    vertical-align: middle;
  }

}

@media (min-width: 992px) {
}


/* フォーム(inputタグ)
----------------------------------------------------*/

.form-btn-box.event_form.bicycle .event_form_button,
.form-btn-box.event_form.fishing .event_form_button,
.form-btn-box.event_form.ride-fish .event_form_button {
    background-color: #717782;
    width: 100%;
    border: none;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 20px;
}

.form-btn-box.event_form.bicycle .event_form_button:hover,
.form-btn-box.event_form.fishing .event_form_button:hover,
.form-btn-box.event_form.ride-fish .event_form_button:hover {
  opacity:.8;
  transition: 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .form-btn-box.event_form.bicycle .event_form_button,
  .form-btn-box.event_form.fishing .event_form_button,
  .form-btn-box.event_form.ride-fish .event_form_button {
    font-size: 20px;
  }
}



/* sns_btn
----------------------------------------------------*/
.sns_btn {
  text-align: center;
}
.sns_btn li {
  display: inline-block;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 17px center;
  width: 100px
}
.sns_btn .facebook_btn {
  margin-right: 15px;
}
.sns_btn li a {
  position: relative;
  border: 1px solid #b5b5b6;
  display: block;
  line-height: 1;
  padding: 8px 0 8px 25px;
}
.sns_btn li a::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.sns_btn .facebook_btn a::before {
  background-image: url(../../common/img/header_facebook.svg);
}
.sns_btn .twitter_btn a::before {
  background-image: url(../../common/img/header_twitter.svg);
}




/*　リンク無効　*/

a.bicycle#link_no,
a.fishing#link_no {
  pointer-events: none;
}





/* 記事投稿用
----------------------------------------------------*/
/*　エントリー内h2　*/
.acms-entry h2 {
  font-size: 22px;
}
.acms-entry h3 {
  font-size: 20px;
}
.acms-entry h4 {
  font-size: 18px;
}


.clearHidden {
  /* margin-bottom: 20px !important; */
}

/*　2カラム版　*/
.column-image-left.js_notStyle.acms-col-sm-6,
.column-image-right.js_notStyle.acms-col-sm-6 {
  width: 50%;
}
.column-image-left.js_notStyle.acms-col-sm-6 img,
.column-image-right.js_notStyle.acms-col-sm-6 img {
  width: 95%;
}
.column-image-right.js_notStyle.acms-col-sm-6.nocaption {
    padding-left: 20px;
}
.column-image-left.js_notStyle.acms-col-sm-12.nocaption {
  overflow: hidden;
}
.column-image-left.js_notStyle.acms-col-sm-12.nocaption img {
  padding: 10px;
}


/*　3カラム版　*/
.js-unit_group-align.acms-entry-unit-full.acms-col-sm-4 hr {
  width: 0;
}
.js-unit_group-align.acms-entry-unit-full.acms-col-sm-4 p {
    padding: 0 10px;
}
.js-unit_group-align.acms-entry-unit-full.acms-col-sm-4 {
    display: flex;
}

/* iframe */
iframe {
  width: 100% !important;
  margin-bottom: 20px !important;
}



/*　ソース　*/
.prettyprint.linenums {
  box-shadow: none !important;
}
ol.linenums {
  list-style-type: decimal;
}
ol.linenums li:before {
  content: none;
}
pre.prettyprint.linenums.prettyprinted {
  overflow: scroll;
  margin-bottom: 20px;
}

/*　引用　*/
.entry-container blockquote, q {
  background: #e8e8e8;
  padding: 10px;
  border: 1px solid #777;
  margin-bottom: 20px;
}

