@charset "UTF-8";
html, body {
  width: 100%;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  position: relative;
  font-size: 16px;
  color: #fff;
  background-color: #2E6F40;
  line-height: 1.7;
}
*, *::before, *::after {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
  margin: 0;
  padding: 0;
}
p{
  width: 100%;
  margin: 0;
  padding: 0;
}
img{
  width: 100%;
  height: auto;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
a:hover > img {
  opacity: 0.8;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
ul{
  padding-inline-start: 0;
}
.br_pc{
  display: block;
}
.br_sp{
  display: none;
}
.red{
  color: #F00;
}
.gray{
  color: #888;
}
.bold{
  font-weight: bold;
}
.small{
  font-size: 13px;
}
.txt_center{
  text-align: center;
}
.txt_left{
  text-align: left;
}
.txt_right{
  text-align: right;
}
@media screen and (max-width: 896px) {
  .br_pc{
    display: none;
  }
  .br_sp{
    display: block;
  }
}

/* ---------------------------------
 .caprasimo-regular : google font
--------------------------------- */
.caprasimo-regular {
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
}

/* ---------------------------------
 間隔調整用
--------------------------------- */
.mt10{ margin-top: 10px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }
.mt40{ margin-top: 40px; }
.mt50{ margin-top: 50px; }
.mt60{ margin-top: 60px; }
.mt70{ margin-top: 70px; }
.mt80{ margin-top: 80px; }
.mt90{ margin-top: 90px; }
.mt100{ margin-top: 100px; }
.mb10{ margin-bottom: 10px; }
.mb20{ margin-bottom: 20px; }
.mb30{ margin-bottom: 30px; }
.mb40{ margin-bottom: 40px; }
.mb50{ margin-bottom: 50px; }
.mb60{ margin-bottom: 60px; }
.mb70{ margin-bottom: 70px; }
.mb80{ margin-bottom: 80px; }
.mb90{ margin-bottom: 90px; }
.mb100{ margin-bottom: 100px; }

/* ---------------------------------
 基本色の設定
--------------------------------- */
/* 文字色 */
.col_base{
  color: #2E6F40;
}
.col_subcolor{
  color: #F4A261;
}
.col_pickup{
  color: #E76F51;
}
.col_light{
  color: #FFE3B2;
}
.white{
  color: #fff;
}
.black{
  color: #000;
}
/* 背景色 */
.bg_col_base{
  background-color: #FFFAF1;
}
.bg_col_dark{
  background-color: #2E6F40;
}
.bg_col_darkgreen{
  background-color: #0A3617;
}
.bg_col_subcolor{
  background-color: #F4A261;
}
.bg_col_pickup{
  background-color: #E76F51;
}
.bg_col_white{
  background-color: #fff;
}
/* リンク */
.link{
  color: #F4A261;
  text-decoration: underline;
}
.link:hover{
  text-decoration: none;
}

/* ---------------------------------
 リンクボタン
--------------------------------- */
.more_link_btn {
  margin-top: 50px;
  width: 100%;
}
.more_link_btn a{
  width: 80%;
  max-width: 400px;
  padding: 15px;
  text-align: center;
  display: block;
  border-radius: 99999px;
  color: #fff;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
}
/* 左寄せにしたい場合 */
.more_link_btn a.morebtn_left{
  margin: 0 0;
}
.more_link_btn a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
@media screen and (max-width: 896px) {
  .more_link_btn {
    margin-top: 25px;
  }
  .more_link_btn a.morebtn_left{
    margin: 0 auto;
  }
}

/* ---------------------------------
 wrapper
--------------------------------- */
.wrapper {
  width: 100%;
  max-width:100%;
  margin: 0 auto;
}

/* ---------------------------------
 main
--------------------------------- */
main{
  width: 100%;
}

/* ---------------------------------
 contents
--------------------------------- */
.contents{
  width: 100%;
}
.contents_inner{
  width: 94%;
  max-width: 1400px;
  margin: 150px auto;
}
@media screen and (max-width: 896px) {
  .contents_inner{
    margin: 75px auto;
  }
}

/* ---------------------------------
 h2_title
--------------------------------- */
.h2_title{
  width: 94%;
  margin: 0 auto 50px auto;
  text-align: center;
}
.h2_title span{
  font-size: 5.0rem;
}
@media screen and (max-width: 896px) {
  .h2_title{
    margin: 0 auto 25px auto;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .h2_title span{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 2.5rem !important;
  }
}

/* ---------------------------------
 h3_subtitle
--------------------------------- */
h3.h3_subtitle{
  font-size: 1.2rem;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
h3.h3_subtitle::before{
  position: absolute;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  content: '';
  border-radius: 50%;
  background: #2E6F40;
}
@media screen and (max-width: 896px) {
  h3.h3_subtitle{
    font-size: 1.0rem;
  }
  h3.h3_subtitle::before{
    top: 7px;
  }
}

/* ---------------------------------
 ul_style
--------------------------------- */
ul.ul_style{
  width: 100%;
  list-style: none;
  padding-left: 20px;
  margin: 0;
}
ul.ul_style li{
  margin: 5px 0;
  position: relative;
}
ul.ul_style li::before{
  content: '';
  background-color: #004225;
  position: absolute;
  top: 9px;
  left: -1em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/* ---------------------------------
 table_style
--------------------------------- */
table.table_style{
  width: 100%;
  margin: 15px 0;
  border-collapse: separate;
  border-spacing: 5px;
}
table.table_style th{
  width: 30%;
  padding: 15px;
  background-color: #F3EFE2;
}
table.table_style td{
  width: 70%;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #F3EFE2;
}
@media screen and (max-width: 896px) {
  table.table_style th{
    width: 100%;
    display: block;
    text-align: left;
  }
  table.table_style td{
    width: 100%;
    display: block;
  }
}

/* ---------------------------------
 header & navi
--------------------------------- */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s;
}
/* ヘッダーロゴ */
.header__title {
  position: fixed;
  top: 0;
  left: 0;
  width: 40%;
  max-width: 95px;
  z-index: 1000;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 0 0 15px 0;
}
.header__title img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 896.02px) {
  .header__title {
    width: 180px;
    padding: 15px 30px;
    max-width: initial;
  }
}
/* メニュー */
.header__menu {
  padding: 0;
  display: flex;
  align-items: center;
  height: inherit;
  position: relative;
  flex-direction: row-reverse;
  z-index: 1001;
}
/* ナビ部分 */
.header__nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #FFFAF1;
  background-image: url("../img/common/spmenu_bg.png");
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: ease .4s;
  color: #fff;
  overflow-y: auto;
}
@media screen and (min-width: 896.02px) {
  .header__nav {
    width: 50%;
    max-width: 500px;
    border-radius: 0 0 0 30px;
  }
}
.nav-items {
  width: 100%;
  margin: 30% auto 0 auto;
}
.nav-items__item a {
  color: #2E6F40;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.0;
  margin-bottom: 20px;
  font-weight: bold;
}
.nav-items__item a span{
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 2px;
}
.nav-items__item:last-child a {
  margin-bottom: 0;
}
.nav-items__insta a img{
  width: 30px;
}

a.head_nav_item_reserve{
  display: block;
  width: 70%;
  margin: 20px auto 10px auto;
  padding: 18px 10px 12px 10px;
  text-align: center;
  color: #F3EFE2;
  background-color: #E76F51;
  border-radius: 15px;
  line-height: 1.0;
}
a.head_nav_item_reserve span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
a.head_nav_item_reserve span::before{
  content: "";
  background-image: url('../img/common/sidebar_dog_footprints.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: -5px;
}

@media screen and (min-width: 896.02px) {
  a.head_nav_item_reserve{
    margin: 20px auto;
  }
  .header_nav_btn{
    margin: 20px auto;
  }
  .header_nav_btn a{
    font-size: 16px;
  }
  .header_nav_attraction a.header_nav_attraction_btn{
    height: 100px;
    border-radius: 20px;
  }
}
/* ハンバーガーメニュー */
.header__hamburger {
  position: fixed;
  top: 8px;
  right: 8px;  
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0E4E20;
  padding: 0 15px;
}
.hamburger {
  z-index: 9999;
}
@media screen and (min-width: 896.02px) {
  .header__hamburger {
    top: 10px;
    right: 10px;  
    width: 70px;
    height: 70px;
    padding: 0 15px;
  }
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 5px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}
.hamburger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}
/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -7px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 896.02px) {
  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }  
  .hamburger.active span:nth-child(1) {
    top: 10px;
  }
  .hamburger.active span:nth-child(3) {
    top: -10px;
  }
}

/* ---------------------------------
 head_menu
--------------------------------- */
.head_menu{
  width: 100%;
  height: auto;
}
ul.head_menu_list{
  width: calc(100% - 400px);
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}
ul.head_menu_list li{
  position: relative;
  padding: 0 16px;
}
ul.head_menu_list li.head_menu_item a{
  color: #fff;
  transition: transform 0.5s;
  display: inline-block;
}
ul.head_menu_list li.head_menu_item a:hover{
  opacity: 1;
  transform: translateY(-5px);
}
ul.head_menu_list li.head_menu_item::before{
  content: "";
  display: block;
  height: 1em;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
ul.head_menu_list li.head_menu_item:first-child::before{
  content: none;
}
ul.head_menu_list li.head_menu_reserve a{
  display: block;
  width: 100%;
  background-color: #E76F51;
  padding: 5px 10px;
  width: 110px;
  text-align: center;
  border-radius: 99999px;
  color: #fff;
}
ul.head_menu_list li.head_menu_insta{
  width: 60px;
}

@media screen and (max-width: 1024px) {
  ul.head_menu_list{
    width: 100%;
    padding: 15px 100px 20px 0;
    justify-content: flex-end;
  }
  ul.head_menu_list li{
    position: relative;
    padding: 0 8px;
  }
  ul.head_menu_list li.head_menu_item{
    display: none;
  }
  ul.head_menu_list li.head_menu_insta{
    width: 45px;
  }
}
@media screen and (max-width: 896px) {
  ul.head_menu_list{
    padding: 15px 70px 20px 0;
  }
}

/* ---------------------------------
 footer
--------------------------------- */
footer{
  width: 100%;
  margin: -1px auto 0 auto; /* 調整用 */
  padding: 100px 0 50px 0;
  color: #000;
}
footer .footer_box{
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
footer .footer_box .footer_logo{
  width: 35%;
}
footer .footer_box .footer_navi{
  width: 65%;
}
footer .footer_box .footer_logo_img{
  width: 70%;
  margin-bottom: 20px;
}

footer .footer_box ul.foot_add_info{
  list-style: none;
}
footer .footer_box ul.foot_add_info li{
  padding-left: 30px;
  line-height: 1.6em;
  background-size: 15px auto;
  margin-top: 10px;
}
footer .footer_box ul.foot_add_info li.foot_address{
  background: url(../img/common/foot_icon_add.svg) left 0px top 0px no-repeat;
}
footer .footer_box ul.foot_add_info li.foot_tel{
  background: url(../img/common/foot_icon_tel.svg) left 0px top 0px no-repeat;
}
footer .footer_box ul.foot_add_info li.foot_mail{
  background: url(../img/common/foot_icon_mail.svg) left 0px top 0px no-repeat;
}
footer .footer_box .foot_insta{
  width: 100%;
  margin-top: 10px;
}
footer .footer_box .foot_insta img{
  width: 30px;
}
/* menuリスト */
footer ul.footer_menu{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 0;
}
footer ul.footer_menu li{
  width: 25%;
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding: 0px 0px 0px 1em;
}
footer ul.footer_menu li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #E76F51;
  content: "";
}
footer ul.footer_menu li a{
  color: #000;
}
footer ul.footer_menu li a:hover{
  text-decoration: underline;
}

/* LINKリスト */
footer .footer_reserve_link{
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
footer .footer_reserve_link a.footer_linkbtn{
  display: block;
  width: 48%;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  border-radius: 99999px;
  position: relative;
}
footer .footer_reserve_link a.footer_linkbtn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
footer .footer_reserve_link a.footer_linkbtn span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
footer .footer_reserve_link a.footer_linkbtn span::before{
  content: "";
  background-image: url('../img/common/foot_icon_contact.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: -2px;
}
/* copy */
footer .copy{
  width: 94%;
  text-align: center;
  max-width: 1400px;
  margin: 50px auto 0 auto;
  font-size: 14px;
}
@media screen and (max-width: 896px) {
  footer{
    padding: 50px 0 120px 0;
  }
  footer .footer_box .footer_logo{
    width: 100%;
    text-align: center;
  }
  footer .footer_box .footer_logo_img{
    width: 80%;
    margin: 0 auto 30px auto;
  }
  footer .footer_box .footer_navi{
    width: 100%;
  }
  footer .footer_box ul.foot_add_info{
    text-align: left;
    width: 85%;
    margin: 0 auto;
  }
  footer .copy{
    text-align: center;
  }
  footer ul.footer_menu{
    width: 80%;
    margin: 20px auto;
  }
  footer ul.footer_menu li{
    width: 50%;
  }
  footer .footer_reserve_link{
    margin-top: 15px;
  }
  footer .footer_reserve_link a.footer_linkbtn{
    display: block;
    margin: 10px auto 0 auto;
    width: 100%;
    max-width: 400px;
  }
}

/* ---------------------------------
 breadcrumb
--------------------------------- */
.breadcrumb_area{
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
}
.breadcrumb {
  width: auto;
  max-width: 94%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
.breadcrumb li:not(:last-of-type)::after {
	margin: 0 10px;
	font-family: "Font Awesome 6 Free";
	font-weight:900;
  content: "\f054";
  color: #fff;
}
.breadcrumb li a {
  color: #fff;
}

/* ---------------------------------
 div_frame - 囲う用
--------------------------------- */
.div_frame{
  width: 100%;
  margin: 15px 0;
  background-color: #f2f3f7;
  padding: 15px;
}
/* ---------------------------------
 TOPへ戻る
--------------------------------- */
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 55px;
  background: #004225;
  border: 1px solid #fff;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 896px) {
  .pagetop {
    right: 20px;
    bottom: 85px;
  }
}
/* ---------------------------------
 foot_follow_menu
--------------------------------- */
.foot_follow_menu{
  display: none;
}
@media screen and (max-width: 896px) {
  .foot_follow_menu{
    display: block;
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 334;
  }
  .foot_follow_menu .foot_follow_menu_box{
    width : 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .foot_follow_menu .foot_follow_menu_box .follow_link_box{
    width : 33.33333% ;
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
    text-align: center;
    height: 70px;
    padding: 12px 5px 5px 5px;
    font-size: 14px;
    position: relative;
    color: #fff;
  }
  .foot_follow_menu .foot_follow_menu_box .follow_link_box a{
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
  }
  .foot_follow_menu .foot_follow_menu_box .follow_link_box.col_dark{
    background-color: #2E6F40;
  }
  .foot_follow_menu .foot_follow_menu_box .follow_link_box.col_blue{
    background-color: #E76F51;
  }
  .foot_follow_menu .foot_follow_menu_box .follow_link_box.col_white{
    background-color: #F4A261;
  }
}

/* ---------------------------------
 side_nav_reserve
--------------------------------- */
#side_nav_reserve{
  display: block;
  width: 70px;
  background-color: #E76F51;
  position: fixed;
  top:300px;
  right: 0;
  padding: 30px 10px;
  z-index: 21;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.3s;
}
#side_nav_reserve img.side_nav_reserve_icon{
  display: block;
  width: 50%;
  margin: 0 auto 10px auto;
}
#side_nav_reserve span{
  text-align: center;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10px 0;
  letter-spacing: 1px;
}
#side_nav_reserve:hover{
  width: 75px;
  padding: 30px 15px 30px 10px;
  opacity: 1;
}
#side_nav_reserve:hover > img{
  opacity: 1;
}
@media screen and (max-width: 896px) {
  #side_nav_reserve{
    display: none;
  }
}

/* ---------------------------------
 ページネーション
--------------------------------- */
.pagination {
  width: 100%;
}
.pagination .nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pagination .nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
}
.pagination .nav-links li > *:not(.dots) {
  width: 45px;
  border-radius: 50%;
  color: #000000;
  background: #efefef;
  transition: color 0.3s ease, background 0.3s ease;
}
.pagination .nav-links li > .current,
.pagination .nav-links li > a:hover {
  color: #ffffff;
  background: #003350;
}

/* ---------------------------------
 犬の足跡アニメーション
--------------------------------- */
:root{
  --paw-color: rgba(172, 145, 124, 0.55);
  --ink: #2e2620;
}
/* ==== 足跡を付ける対象要素 ==== */
.paw-target{
  position: relative;
}
.paw-target h2{ margin-top:0; }

/* 足跡を描画するレイヤー(要素の背後) */
.paw-layer{
  position: absolute;
  inset: -20% -10%;
  pointer-events: none;
  overflow: visible;
  z-index: 0;
}
/* 本文はレイヤーより手前に */
.paw-target > *:not(.paw-layer){
  position: relative;
  z-index: 1;
}
.paw-print{
  position: absolute;
  width: 34px;
  height: 34px;
  opacity: 0;
  transform: scale(.3) rotate(var(--rot, 0deg));
  transform-origin: center;
  transition:
    opacity .45s ease,
    transform .5s cubic-bezier(.34,1.56,.64,1);
}
.paw-print svg{ width:100%; height:100%; fill: var(--paw-color); }
.paw-print.show{
  opacity: 1;
  transform: scale(1) rotate(var(--rot, 0deg));
}
@media screen and (max-width: 896px) {
  .paw-layer{
    inset: -10% 0;
  }
}

/* ---------------------------------
 いぬやど一覧
--------------------------------- */
.inuyado_list{
  width: 100%;
  padding: 100px 0;
}
.inuyado_list .inuyado_list_inner{
  width: 80%;
  margin: 0 auto;
}
h2.inuyado_list_h2{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.inuyado_list .inuyado_list_box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.inuyado_list .inuyado_list_box .inuyado_list_item{
  width: 31%;
  margin: 0 1% 15px 1%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.inuyado_list .inuyado_list_box .inuyado_list_item .inuyado_list_img{
  width: 65px;
  height: 45px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inuyado_list .inuyado_list_box .inuyado_list_item .inuyado_list_img a{
  display: block;
  width: 100%;
  height: 100%;
}
.inuyado_list .inuyado_list_box .inuyado_list_item .inuyado_list_txt{
  flex: 1;
}
.inuyado_list .inuyado_list_box .inuyado_list_item .inuyado_list_txt a{
  color: #fff;
}
@media screen and (max-width: 896px) {
  .inuyado_list{
    padding: 50px 0;
  }
  .inuyado_list .inuyado_list_inner{
    width: 94%;
  }
  .inuyado_list .inuyado_list_box .inuyado_list_item{
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.about_inuyado{
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
.about_inuyado .about_inuyado_box{
  width: 32%;
}
.about_inuyado .about_inuyado_box a{
  color: #fff;
  text-decoration: underline;
}
.about_inuyado .about_inuyado_box p.inuyado_txt{
  font-size: 14px;
}
@media screen and (max-width: 896px) {
  .about_inuyado{
    margin-top: 25px;
  }
  .about_inuyado .about_inuyado_box{
    width: 100%;
    margin-bottom: 20px;
  }
}