@charset "utf-8";
/* Base
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


html {
 margin: 0;
 padding: 0;
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
 font-weight: 500;
 font-size: 16px;
}

body {
  line-height: 1.6;
  color: #333;
}

@media all and (-ms-high-contrast: none){
  body {
    overflow-x: hidden;
  }
}

body.index .sec__main {
  overflow-x: hidden;
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  body.index {
    overflow-x : hidden;
  }
  body.index .sec__main {
    min-width: 100%;
  }
}

a {
  color: #0069a3;
  text-decoration: underline;
}

a:hover {
  opacity: 0.7;
}

h1,h2,h3,h4,h5,h6 {
 margin-top: 0;
}

p {
 margin-top: 0;
}

ul, ol, li {
 list-style: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.pc__only {
 display: block !important;
}

.sp__only {
 display: none !important;
}

@media screen and (max-width: 767px) {
  .pc__only {
   display: none !important;
  }
  
  .sp__only {
   display: block !important;
  }
}


/* Layout
   ========================================================================== */

.l-header {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-header {
    max-height: 3rem;
  }
}

.l-footer {
  width: 100%;
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    min-width: 100%;
  }
}

.l-main {
  width: 100%;
  clear: both;
}

.l-box {

}

/* Set
   ========================================================================== */
@media screen and (min-width: 767px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
}

.font {
  font-family: 'Roboto', sans-serif !important;
  letter-spacing: .1rem;
  font-weight: normal;
}

/* Module
   ========================================================================== */
.l-header {
  padding: 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top : 0;
  left: 0;
  z-index: 210;
  width: 100%;
}


@media screen and (max-width: 767px) {
  .l-header {
    
  }
}

.sec__main {
  margin: 0 0 8rem;
  padding: 6.35rem 0 0;
}

@media screen and (max-width: 767px) {
  .sec__main {
    margin: 0 0 3rem;
    padding-top: 3.8rem;
  }
}

.sec__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 4rem;
}

@media screen and (max-width: 767px) {
  .sec__inner {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
}

.header__headline {
  font-size: .7rem;
  padding: 0 0 .5rem;
}

@media screen and (max-width: 767px) {
  .header__headline {
    display: none;
  }
}

.header__inner {
  padding: .5rem 2rem;
  width: 80%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  _::-webkit-full-page-media, _:future, :root .header__inner {
    padding: 0 2rem 0;
  }
  
  _::-webkit-full-page-media, _:future, :root .header__inner-box {
    padding: .5rem 0;
  }
}

.header__inner-box {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  width: 110px;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 30%;
  }
 .header__logo a {
    width: 100%;
  }
}

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


@media screen and (max-width: 767px) {
  .header__logo img {
    position: relative;
    top : 4px;
    height: 100%;
    width: auto;
  }
  _::-webkit-full-page-media, _:future, :root .header__logo img {
    height: 2rem;
    width: auto;
  }

}

.header__nav {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav .header__item {
  padding: 1rem 1rem 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .header__nav .header__item {
    padding: 1rem .8rem 0;
  }
}

.header__list-child {
  position: absolute;
    top : 0;
    left: 0;
  width: 100%;
  margin-top: 2.3rem;
  padding-top: 1rem;
}

.header__list-child-item {
    height: 0;
    overflow: hidden;
    transition: .5s;
    background: #fff;
    padding: 0 1.4rem;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
}

.header__list-child-item--indent {
  text-indent: 1rem;
}

.header__item:hover > .header__list-child > .header__list-child-item {
    height: 3rem;
    overflow: visible;
}



.header__nav .header__item a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

.header__nav .header__list-child-item a {
  white-space: pre;
  background: #fff;
  display: block;
  padding: .5rem 1rem .5rem 0;
  font-weight: normal;
  font-size: .9rem;
}

.header__list-child-item a:hover {
  opacity: 1;
}

.header__item:nth-child(2) .header__list-child {
  min-width: 200px;
}

.header__item:nth-child(2) .header__list-child-item a {
  min-width: 160px;
}

.header__item:nth-child(5) .header__list-child {
  min-width: 200px;
}

.header__item:nth-child(5) .header__list-child-item a {
  min-width: 160px;
}

.spheader__nav {
  display: none;
}

.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 200%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 300;
}
.side-open .overlay {
 visibility: visible;
 cursor: pointer;
 background: transparent;
}
.side-open .overlay::after {
 visibility: visible;
 color: rgba(255,255,255,.8);
}
.side-open .wrapper,
.side-open .overlay {
 -webkit-transform: translate3d(-300px, 0, 0);
 -moz-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0);
}

.nav-toggle {
 display: none;
 position:absolute;
 right:2.5%;
 top:.9%;
 text-align: center;
 cursor:pointer;
 padding: 8px;
 z-index: 600;
}
@media screen and (max-width: 767px) {
  .nav-toggle {
    display: block;
    top : 12.4%;
  }
}
.nav-toggle div {
 position:relative;
 width: 30px;
}
.nav-toggle span {
 display:block;
 position:absolute;
 width:100%;
 border-bottom:solid 3px #87bf23;
 -webkit-transition: .35s ease-in-out;
 -moz-transition: .35s ease-in-out;
 -o-transition: .35s ease-in-out;
 transition: .35s ease-in-out}
 .nav-toggle .nav-text {
    color: #87bf23;
    font-size: 8.5px;
    position: absolute;
    top : 21px;
    width: 30px;
    text-align: center;
  }
.nav-toggle span:nth-child(1) {top:0}
.nav-toggle span:nth-child(2) {top:8px}
.nav-toggle span:nth-child(3) {top:16px}
.nav-toggle.active span:nth-of-type(1) {
 -webkit-transform: translateY(20px) rotate(-45deg);
 -moz-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
   -o-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg);
}
.nav-toggle.active span:nth-of-type(2) {
	opacity: 0;
}
.nav-toggle.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	-moz-transform: translateY(-6px) rotate(45deg);
	 -ms-transform: translateY(-6px) rotate(45deg);
	  -o-transform: translateY(-6px) rotate(45deg);
	     transform: translateY(-6px) rotate(45deg);
}

.spheader__list {
  padding: 1rem 0;
}

.spheader__nav {
  background: #eaf4d7;
  position: fixed;
  top : 3rem;
  left: 0;
  z-index: 200;
  width: 100%;
}

.side-open .spheader__nav {
  display: block;
}

@media screen and (min-width: 767px) {
  .side-open .spheader__nav {
    display: none;
  }
}

.spheader__item {
  margin: 0 0 1rem;
  position: relative;
}

.spheader__item > a {
  color: #000;
  text-decoration: none;
  padding: 0 1rem 1rem;
  display: block;
  border-bottom: 1px solid #87bf23;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.spheader__item.spheader__hasunder + .spheader__item {
  border-top: 1px solid #87bf23;
  padding-top : 1rem;
}

.spheader__item.spheader__hasunder a {
  border-bottom: none;
  padding-bottom: 0;
  position: relative;
}


.spheader__item.spheader__hasunder > a::before {
  content: "+";
  position: absolute;
  right: 2%;
  top : -.6rem;
  font-size: 1.6rem;
  color: #87bf23;
}

.spheader__item.spheader__hasunder > a.active::before {
  content: "ー";
}

.spheader__item.spheader__hasunder.active > a {
  
}

.spheader__item.header__item-reservation a,
.spheader__item.header__item-contact a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem 1rem;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}

.spheader__item.header__item-reservation a {
  background: #8cc800;
  color: #fff;
  position: relative;
}

.spheader__item.header__item-contact a {
  background: #e3e800;
  color: #000;
  position: relative;
}

.spheader__item.header__item-reservation a .header__icon,
.spheader__item.header__item-contact a .header__icon {
  position: absolute;
  left: 15px;
  top : 5px;
}

.spheader__item.header__item-reservation a .spheader__icon,
.spheader__item.header__item-contact a .spheader__icon {
  position: absolute;
  left: 25px;
  top : 10px;
}

.spheader__child {
  padding: .5rem 0 0;
  display: none;
}

.spheader__child-item > a {
  color: #000;
  text-decoration: none;
  padding: .5rem 1rem 1.5rem 2rem;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.header__icon {
  display: block;
  font-size: 30px;
  line-height: 0;
}

.spheader__icon {
  display: block;
  font-size: 20px;
  line-height: 0;
}

.header__nav-right .header__item:nth-child(2) .header__icon {
  position: relative;
  top : -4px;
}

.header__item-btn a {
  border-bottom: none; 
}

.header__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__nav-right {
  width: 21%;
}

@media screen and (max-width: 767px) {
  .header__nav-right {
    display: none;
  }
}


.header__nav-right .header__item {
  text-align: center;
  width: 50%;
}

.header__nav-right .header__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  line-height: 2;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__nav-right .header__item.header__item-reservation a {
  background: #8cc800;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .header__nav-right .header__item.header__item-reservation a {
    letter-spacing: -.1rem;
  }
}


.header__nav-right .header__item.header__item-contact a {
  background: #e3e800;
  color: #000;
}

.flexslider {
  width: 1020px;
  height: 510px;
  margin: 0 auto;
  position: relative;
}

.flexslider::before {
  content: "";
  width: 1020px;
  height: 510px;
  background: rgba(0,0,0,0.2);
  display: block;
  position: absolute;
  right: -100%;
  top : 0;
  z-index: 20;
}

.flexslider::after {
  content: "";
  width: 1020px;
  height: 510px;
  background: rgba(0,0,0,0.2);
  display: block;
  position: absolute;
  left: -100%;
  top : 0;
  z-index: 20;
}

.flexslider .slides .flex-active-slide::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .flexslider {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 4rem;
  }
  .flexslider::before,
  .flexslider::after {
    display: none;
  }
}

.flex-viewport {
  overflow: visible !important;
}

.flexslider .slides li {
  width: 1020px;
  height: 510px;
  position: relative;
  display: none;
}



.flexslider .slides li img {
  width: 100%;
  height: auto;
}

.flexslider .slides li > div.overlay {
  width: 100%;
  height: 500px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  position: absolute;
  top : 0;
  left:  0;
}

.flexslider .slides li.flex-active-slide > div.overlay {
  display: none;
}

@media screen and (max-width: 767px) {
  .flexslider .slides div.overlay {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .flexslider .slides li {
    width: 100%;
    height: auto;
  }
}

.flex-control-nav {
  width: 100%;
  position: absolute !important;
  bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
   .flex-control-nav {
    position: relative;
  }
}

.flex-control-nav li {
  margin: 0 12px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-direction-nav {
  *height: 0;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 44px;
  height: 44px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 120;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  background: rgba(255,255,255,0.9);
}
.flex-direction-nav a:before {
  font-size: 27px;
  display: block;
  content: '';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
}

.flex-direction-nav .flex-prev {
  left: -22px;
}
.flex-direction-nav .flex-prev:before {
  content: "\f124";
  font-family: ionicons;
}
.flex-direction-nav .flex-next {
  right: -22px;
  text-align: right;
}
.flex-direction-nav .flex-next:before {
  content: "\f125";
  font-family: ionicons;
}

.slick-track::after {
    clear: both;
}



.slick-initialized .slick-slide {
    display: block;
    padding-bottom: 2rem;
}

.slick-slider {
  width: 1000px;
  margin: 0 auto 6rem;
}

.slick-slider a {
  outline: none;
}

.search__recent-item {
  outline: none;
}

@media screen and (max-width: 767px) {
  .slick-slider {
    width: 80%;
  }
}

.slick-slide img {
  width: 100%;
  margin: 0 0 .5rem;
  height: auto;
}

.slick-list {
  overflow: visible !important;
}

.slick-list::before {
  content: "";
  width: 1000px;
  height: 100%;
  background: rgba(0,0,0,0.2);
  display: block;
  position: absolute;
  right: -100%;
  top : 0;
  z-index: 20;
}

.slick-list::after {
  content: "";
  width: 1000px;
  height: 100%;
  background: rgba(0,0,0,0.2);
  display: block;
  position: absolute;
  left: -100%;
  top : 0;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .slick-list::before,
  .slick-list::after {
    width: 100%;
  }
}


.slick-dots {

    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;

}

@media screen and (max-width: 767px) {
  .slick-dots {
    bottom : -5rem;
  }
}


.slick-dots li {

    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;

}

.slick-dots li button
{
    font-size: 20px;
    line-height: 20px;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{

    font-size: 16px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '●';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick-prev, .slick-next {
  font-size: 30px;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
         transform: translate(0, -50%);

    cursor: pointer;

   color: #000;
    border: none;
    outline: none;
    background: #fff;
    z-index: 100;
    
    text-align: center;
}

.slick-prev {
  position: absolute;
  top : 220px;
  left: -20px;
  
}
.slick-prev:before {
  content: "\f124";
  font-family: ionicons;
}
.slick-next {
  position: absolute;
  right: -20px;
  top : 220px;

}
.slick-next:before {
  content: "\f125";
  font-family: ionicons;
}





.sec__slider p {
  margin: 0 auto;
  width: 1050px;
}

@media screen and (max-width: 767px) {
  .sec__slider p {
    width: 100%;
  }
  .sec__slider p img {
    width: 100%;
    height: auto;
  }
}


.sec__box {
  padding: 3rem 0;
}

@media screen and (max-width: 767px) {
  .sec__box {
    padding: 2rem 0;
  }
}

.sec__bg {
  background: transparent url("../img/bg_box.gif") repeat left top;
}

.sec__lead {
  font-size: 2.5rem;
  text-align: center;
  margin: 0 0 3.5rem;
}

@media screen and (max-width: 767px) {
  .sec__lead {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}


.sec__lead-ruby {
  display: block;
  text-align: center;
  font-size: .9rem;
  letter-spacing: 0.1rem;
  font-family: 'Roboto', sans-serif !important;
  background: transparent url("../img/bg_line.gif") no-repeat center top;
  -webkit-background-size: auto 3%;
     -moz-background-size: auto 3%;
       -o-background-size: auto 3%;
          background-size: auto 3%;
  padding: .7rem 0 0;
}

.text__center {
  text-align: center;
}

.sec__subtext {
  margin: 0 0 4rem;
}

@media screen and (max-width: 767px) {
  .sec__subtext {
    margin-bottom: 1.5rem;
  }
}

.desc__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.action__link {
  text-decoration: none;
  color: #333;
}

.desc__item {
  width: 480px;
  margin: 0 0 3rem;
}

@media screen and (max-width: 767px) {
  .desc__item {
    width: 100%;
    margin: 0 0 2rem;
  }
  
  .desc__item:last-child {
    margin: 0;
  }
}

.desc__box {
  width: 100%;
  padding: 0 0 2rem;
  text-align: center;
  padding-bottom: 3rem;
  background: #fff url("../img/bg_triangle_yellow.png") 95% 95% no-repeat;
  -webkit-background-size: auto 8%;
     -moz-background-size: auto 8%;
       -o-background-size: auto 8%;
          background-size: auto 8%;
}

.question__list .desc__box {
  background-image: none;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .desc__box {
    padding: 0 0 1rem;
  }
}

.question__item .desc__box {
  text-align: left;
}

.desc__title {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0 .5rem;
}

@media screen and (max-width: 767px) {
  .desc__title {
    font-size: 1.2rem;
  }
}


.desc__sub {
  font-size: 1rem;
  display: block;
}

.desc__text {
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: .95rem;
}

@media screen and (max-width: 767px) {
  .desc__text {
    text-align: left;
  }
}


.desc__image {
  position: relative;
}

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

.desc__image .desc__txticon {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform : translateX(-50%);
  -moz-transform : translateX(-50%);
   -ms-transform : translateX(-50%);
    -o-transform : translateX(-50%);
       transform : translateX(-50%);
}

.desc__image .desc__txticon img {
  width: 100px;
  height: auto;
}

.question__item .desc__text {
  margin: 0 0 1.5rem;
}

.desc__nav a {
  position: relative;
  display: block;
  width: 60%;
  margin: 0 auto;
  border: 1px solid #87bf23;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  padding: .4rem 0;
  text-align: center;
  color: #87bf23;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .desc__nav a {
    width: 90%;
  }
}

.desc__nav a::after {
  position: absolute;
  right: 7%;
  content: "\f125";
	font-family: ionicons;
}


.search__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 3rem;
}

@media screen and (max-width: 767px) {
  .search__wrap {
    display: block;
  }
}

.search_inner {
  margin: 0 0 1rem;
}

.search__box {
  padding: 3rem 0;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .search__box {
    width: 100%;
  }
}

.search__title {
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: .3rem;
  border-bottom: 1px solid #87bf23;
  margin-bottom: 1.2rem;
}

.search__cat .search__title {
  border-bottom: 1px solid #e3e800;
}

.search__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.search__item {
  width: 31.9%;
  background: #eff9dc;
  margin: 0 0 1rem;
  border-bottom: 3px solid #abd265;
  border-right: 1px solid #fff;
  text-align: center;
}

.search__cat .search__item {
  background: #f9f9de;
  border-bottom: 3px solid #e3e800;
}

.search__item:nth-child(3n) {
  border-right: 3px solid #abd265;
}

.search__cat .search__item:nth-child(3n) {
  border-right: 3px solid #e3e800;
}

@media screen and (max-width: 767px) {
  .search__item:nth-child(3n),
  .search__cat .search__item:nth-child(3n) {
    border-right: none;
  }
}


.search__link {
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 180px;
  text-decoration: none;
  color: #000;
  font-size: .9rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search__doc .search__link {
  background: transparent url("../img/bg_triangle_green.png") 95% 95% no-repeat;
  -webkit-background-size: auto 15%;
     -moz-background-size: auto 15%;
       -o-background-size: auto 15%;
          background-size: auto 15%;
}

.search__cat .search__link {
  background: transparent url("../img/bg_triangle_yellow.png") 95% 95% no-repeat;
  -webkit-background-size: auto 15%;
     -moz-background-size: auto 15%;
       -o-background-size: auto 15%;
          background-size: auto 15%;
}

.search__link img {
  width: 100%;
  height: auto;
  margin: -1.3rem 0 .2rem;
}

.search__btn {
  width: 70%;
  margin: 0 auto;
  background: #87bf23;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .search__btn {
    width: 95%;
  }
}

.search__cat .search__btn {
  background: #e3e800;
}

.search__btn a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: .7rem 1rem;
  font-size: 1.1rem;
}

.search__btn a::after {
  position: absolute;
  right: 7%;
  content: "\f125";
	font-family: ionicons;
}

.search__cat .search__btn a {
  color: #000;
}

.sec__sub {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 3rem;
}

@media screen and (max-width: 767px) {
  .sec__sub {
    font-size: 1.2rem;
    margin: 0 0 1rem;
  }
}

.search__recent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .search__recent {
    display: block;
  }
}

.search__recent-item {
  -webkit-box-shadow: 2px 2px 2px #eee;
     -moz-box-shadow: 2px 2px 2px #eee;
          box-shadow: 2px 2px 2px #eee;
  width: 290px;
  margin: 0 .7rem;
}

.search__recent-item a {
  text-decoration: none;
  display: block;
  padding: 0 0 .3rem;
  color: #87bf23;
}

.search__recent-imgBlock {
  height: 312px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .search__recent-imgBlock {
    height: 180px;
  }
}


.search__recent-detail {
  padding: 1rem 1rem 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.search__recent-title {
  font-weight: bold;
  color: #000; 
  line-height: 1.4;
  margin: 0 0 .8rem;
}

.search__recent-text {
  color: #000; 
}

.search__recent-text a {
  display: inline; 
}


.search__recent-text span {
  color: #87bf23;
}

.sec__box-full {
  padding: 0 0 4rem;
}




.shop__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 800px;
  margin: 0 auto 2rem;
}

@media screen and (max-width: 767px) {
  .shop__list {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.shop__item {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .shop__item {
    width: 50%;
  }
}

.shop_map {
  text-align: center;
  height: 320px;
}

@media screen and (max-width: 767px) {
  .shop_map {
    height: auto;
  }
}

.shop__map-svg {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .shop__map-svg {
    width: 100%;
    height: auto;
  }
}

.shop__item-prefecture a {
  position: relative;
  display: block;
  width: 60%;
  text-align: center;
  padding: .8rem;
  padding: 1rem;
  text-decoration: none;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  margin: 0 auto .6rem;
}

@media screen and (max-width: 767px) {
  .shop__item-prefecture a {
    width: 80%;
    padding: .3rem;
  }
}

.shop__item-prefecture a::after {
  position: absolute;
  right: 7%;
  content: "\f125";
	font-family: ionicons;
}

.shop__item-chiba a {
  border: 1px solid #2970bf;
  color: #2970bf;
}

.shop__item-saitama a,
.shop__item-kanagawa a{
  border: 1px solid #dc74aa;
  color: #dc74aa;
}

.shop__item-tokyo a {
  border: 1px solid #87bf23;
  color: #87bf23;
}

.shop__item-ibaraki a {
  border: 1px solid #42AE99;
  color: #42AE99;
}

.shopdetail__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 3rem;
}

@media screen and (max-width: 767px) {
  .shopdetail__list {
    margin: 0 0 1rem;
  }
}

.shopdetail__item {
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 1rem;
  width: 235px;
}

@media screen and (max-width: 767px) {
  .shopdetail__item {
    width: 48%; 
    padding: 0 0 .5rem;
    margin: 0 0 1rem;
  }
}

.shopdetail__item a {
  text-decoration: none;
  color: #000;
}

.shopdetail__image {
  height: 155px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .shopdetail__image {
    height: 115px;
  }
}


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


.shopdetail__image-area {
  position: absolute;
  top : 0;
  right: 0;
  background: #e3e800;
  text-align: center;
  color: #fff;
  padding: 4px 6px;
  display: block;
  font-size: .8rem;
  font-family: 'Roboto', sans-serif !important;
}

@media screen and (max-width: 767px) {
  .shopdetail__image-area {
    font-size: .7rem;
    padding: 2px 4px;
  }
}


.shopdetail__title {
  color: #87bf23;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .shopdetail__title {
    padding: 0 .4rem;
  }
}


.shopdetail__text {
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .shopdetail__text {
    padding: 0 .4rem;
  }
}

.flex_list{
	display: flex;
    justify-content: center;
    gap: 1rem;
}
.flex_list > p{
	width: 25%;
}

.flex_list > p a{
	width: 100%;
}
@media screen and (max-width: 767px) {
	.flex_list{
	display: block;
	}
	.flex_list > p{
		width: 100%;
	}
	.flex_list > p:first-child{
		margin-bottom: 1rem;
	}
	.flex_list > p a{
		width: 95%;
	}
}
.blog__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 3rem;
}

@media screen and (max-width: 767px) {
  .blog__list {
    margin: 0 0 2rem;
  }
}

.blog__item a {
  text-decoration: none;
  color: #000;
}

.blog__item {
  width: 235px;
}

@media screen and (max-width: 767px) {
  .blog__item {
    width: 48%;
    margin: 0 0 1.3rem;
  }
}

.blog__image {
  margin-bottom: 10px;
  height: 155px;
  overflow: hidden;
  background: #EEEEEE;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .blog__image {
    height: 115px;
  }
}


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

.blog__title {
  font-weight: bold;
}



.blog__list .blog__text img {
   display: none;
}
/*
.blog__text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.5rem;
}*/

.blog__image-area {
  color: #87bf23;
}

.btn__green a {
  position: relative;
  width: 30%;
  border: 1px solid #87bf23;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  padding: 1rem;
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #87bf23;
  text-decoration: none;
  background: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .btn__green a {
    width: 95%;
    padding: .4rem;
  }
}

.btn__green a::after {
  position: absolute;
  right: 7%;
  content: "\f125";
	font-family: ionicons;
}

.shop__btngroup {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .shop__btngroup {
    display: block;
    width: 100%;
  }
}

.shop__btngroup .btn__green {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .shop__btngroup .btn__green {
    width: 100%;
    margin: 0 0 1rem;
  }
}


.shop__btngroup .btn__green a {
  width: 90%;
}

.bottom__text {
  background: #eee;
  text-align: center;
  border: 1px solid #dbdbdb;
  padding: 1rem;
  margin: 0 auto;
  width: 50%;
  font-size: .8rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .bottom__text {
    width: 95%;
  }
}

@media all and (-ms-high-contrast: none){
  .bottom__text {
    margin: 0 auto 4rem;
  }
}



.sec__mainbg-title {
  min-height: 210px;
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  .sec__mainbg-title {
    min-height: auto;
    min-width: 100%;
  }
}

.sec__mainbg-inner {
  width: 960px;
  height: 210px;
  color: #fff;
  text-align: left;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec__mainbg-inner {
    width: 100%;
    height: auto;
  }
}


.sec__mainbg-box {
  width: 960px;
  height: 210px;
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .sec__mainbg-box {
    width: 95%;
    margin: 0 auto;
    height: auto;
    padding: 1rem 0 0;
  }
}


.sec__mainbg-headline {
  width: 100%;
  text-align: left;
  font-size: 2.3rem;
}

@media screen and (max-width: 767px) {
  .sec__mainbg-headline {
    font-size: 1.6rem;
  }
}


.sec__mainbg-ruby {
  width: 100%;
  font-size: 1rem;
  text-align: left;
  height: 1rem;
}




.nav__crumb {
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 767px) {
  .nav__crumb {
    display: none;
  }
}

.crumb__list {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: .4rem 0;
  font-size: .8rem;
}

.crumb__list a {
  text-decoration: none;
  color: #000;
  
}

.crumb__list a::after {
  content: "/";
  padding: 0 .6rem;
}







.l-footer {
  background: #eaf4d7;
  border-top : 2px solid #87bf23;
  padding: 4rem 0 0;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2rem 0 0;
  }
}

.footer__logo {
  width: 12%;
  margin: 0 auto 3rem;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    width: 30%;
    margin-bottom: 2rem;
  }
}

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

.footer__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 6rem;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    width: 100%;
    padding: 0 0 2rem;
  }
}

.footer__search-title {
  font-weight: bold;
  color: #87bf23;
  margin: 0 0 1rem;
}

.footer__search-title a {
  color: #87bf23;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer__search-title {
    margin: 0 0 .3rem;
  }
}

.footer__search-item {
  margin: 0 0 .5rem;
  line-height: 1.6;
  padding: 0 1rem 0 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .footer__search-item {
    margin: 0 0 .3rem;
  }
}

.footer__search-item--indent {
  text-indent: 0;
  padding-left: 1rem;
}

.footer__search-item a {
  text-decoration: none;
  color: #87bf23;
  font-size: 0.7rem;
  line-height: 1.6;
}

.footer__search-item::before {
  content: "ー";
  color: #87bf23;
  font-size: 0.7rem;
  padding: 0 .5rem 0 0;
}

@media screen and (max-width: 767px) {
  .footer__search-item a::before {
    display: none;
  }
}

.footer__box {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .footer__box {
    width: 33.333%;
    margin: 0 0 1rem;
  }
  .footer__box:nth-child(4),
  .footer__box:nth-child(5) {
    width: 50%;
    margin-bottom: 0;
  }
}

.footer__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .footer__search {
    width: 95%;
    margin: 0 auto;
  }
}

.footer__copy {
  background: #fff;
  text-align: center;
  padding: 1rem 0;
  font-family: 'Roboto', sans-serif !important;
  letter-spacing: .1rem;
  font-size: .7rem;
}

.right__banner {
  position: fixed;
  right: 0;
  top : 50%;
  z-index: 200;
}

@media screen and (max-width: 767px) {
  .right__banner {
    display: none;
  }
}

.pnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4rem 0;

}

.page-numbers {
  border: 1px solid #dbdbdb;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #747474;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 40px;
}

.page-numbers.current {
  width: 40px;
  height: 40px;
  background: #87bf23;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
}

.next.page-numbers {
  border: 1px solid #dbdbdb;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #747474;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 40px;
}

.searchlist__pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4rem 0;
}

#anchor {
  padding-top: 150px;
  margin-top: -150px;
}

.pagetop {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

.pagetop a {
  padding: .2rem 1rem;
  text-align: center;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  border-radius: 4px;
  display: block;
}

.txt_request {
  text-align: center;
  font-size: 1rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
}


.sec__top_news {
  margin: 90px 0 80px;
}
@media screen and (max-width: 767px) {
  .sec__top_news {
    margin: 2rem 0 2rem;
  }
}
.sec__top_news .sec__inner {
  background: #f9faea;
  padding: 50px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec__top_news .sec__inner {
    padding: 2rem 1rem;
  }
}
.sec__top_news .sec__top_news_list {
  margin-bottom: 20px;
}
.sec__top_news .sec__lead {
  margin-bottom: 40px;
}
.sec__top_news .sec__top_news_list {
   margin-bottom: 40px;
}
.sec__top_news .sec__top_news_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec__top_news .sec__top_news_item {
     display: block;
  }
}
.sec__top_news .sec__top_news_data {
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
.sec__top_news .sec__top_news_icon {
  background: #000;
  font-size: 12px;
  color: #fff;
  padding: .2rem;
  box-sizing: border-box;
  width: 120px;
  text-align: center;

  margin-right: 30px;
  text-decoration: none;
}
.news__detail .sec__top_news_icon {
  background: #000;
  font-size: 12px;
  color: #fff;
  padding: .2rem;
  box-sizing: border-box;
  width: 120px;
  text-align: center;
  display: block;
  margin-right: 30px;
  text-decoration: none;
}
.sec__top_news .sec__top_news_icon.news_category_01,
.news__detail .sec__top_news_icon.news_category_01 {
  background: #d92d2b;
}
.sec__top_news .sec__top_news_icon.news_category_02,
.news__detail .sec__top_news_icon.news_category_02 {
  background: #2e6cb0;
}
.sec__top_news .sec__top_news_icon.news_category_03,
.news__detail .sec__top_news_icon.news_category_03 {
  background: #d976a8;
}
.news__side_list {
  margin-bottom: 20px;
}
.news__list_detail {
  width: 100%;
}
.news__side_title {
  background: #88bd33;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;

}
.sec__blog .news__side_item a {
  display: block;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #dbdbdb;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.sec__blog .news__side_item:last-child a {
  border: none;
}
.news__detail .news__title {
  font-size: 1.8rem;
  border-bottom: 4px solid  #88bd33;
  margin: 0 0 1rem;
  padding: 18px 0;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .news__detail .news__title {
    font-size: 1.4rem;
  }
}

.news__detail .news__text {
  padding: 1rem 0;
}

.news__detail .news__text p {
  margin-bottom: 1.5rem;
}


.news__list {
  margin-bottom: 40px;
}
.news__list_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .news__list_wrap {
    display: block;
  }
}

.news__categroy {

  display: flex;
  justify-content: flex-start;
}

.news__list_item {
  border-bottom: 1px solid #dbdbdb;
  padding: 2rem 0;
}
.news__list_item:last-child {
  border-bottom: none;
}
.news__list_item img {
  margin-right: 20px;
  max-width: 190px;
  height: auto;
  object-fit : contain;
}
@media screen and (max-width: 767px) {
  .news__list_item img {
    margin: 0 auto 10px;
    display: block;
  }
}

.page_news .blog__wrap {
  width: 660px !important;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .page_news .blog__wrap {
    width: 100% !important;
    margin: 0 0 3rem;
  }
}

.page_news .blog__right {
  width: 280px !important;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .page_news .blog__right {
    width: 100% !important;
    margin: 0;
  }
}

.sec__blog .news__list_title {
  margin-bottom: 20px;
}
.sec__blog .news__list_title a {
  text-decoration: none;
  color: #333;
  font-size: 20px;
}
.sec__blog .news__list_text a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}
.news__list_category {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .news__list_category {
    margin-bottom: 10px;
  }
}
.sec__news-title {
  background: transparent url(../img/bg_news.jpg) center top no-repeat;
}
@media screen and (max-width: 767px) {
  .sec__news-title {
    background-size: auto 100%;
    padding-bottom: 1rem;
  }
}


.wp-pagenavi{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.wp-pagenavi a {
    border: 1px solid #dbdbdb !important;
    margin: 0 !important;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    color: #747474 !important;
    padding: 0 !important;
    box-sizing: border-box;
}
.wp-pagenavi .current {
    border: 1px solid #dbdbdb !important;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    background: #87bf23;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    margin: 0 !important;
}
.wp-pagenavi .extend {
  border: 1px solid #dbdbdb !important;
    width: 40px;
    height: 40px;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    color: #333 !important;
    padding: 0 !important;
    top : 0 !important;
    box-sizing: border-box;
}


.sec__top_news .sec__top_news_link {
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec__top_news .sec__top_news_link {
     display: block;
     width: 100%;
     margin-top: 10px;
  }
}
.sec__top_news .sec__top_news_nav a {
  display: block;
  width: 300px;
  margin: 0 auto;
  background: #e3e800;
  text-align: center;
  border-radius: 3rem;
  padding: 20px 0;
  text-decoration: none;
  font-size: 16px;
  color: #333;
  position: relative;
}

.sec__top_news .sec__top_news_nav a::after {
    position: absolute;
    right: 7%;
    content: "\f125";
    font-family: ionicons;
}


.video__box video {
  width: 100%;
  margin: 3rem 0;
}
