@charset "UTF-8";
html {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8em; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  margin: 0;
  padding: 0; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

div, p, dl, dt, dd {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  text-decoration: none; }

body {
  margin: 0;
  padding: 0; }

@media screen and (max-width: 640px) {
  .pc-mode {
    display: none !important; } }

@media screen and (min-width: 641px) {
  .sp-mode {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .pc-mode2 {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .sp-mode2 {
    display: none !important; } }

@media screen and (max-width: 965px) {
  .pc-mode3 {
    display: none !important; } }

@media screen and (min-width: 966px) {
  .sp-mode3 {
    display: none !important; } }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

@media screen and (min-width: 641px) {
  .wrap {
    background: url(../img/common/page_backgraund.jpg) repeat-x; } }

.content {
  background: #F8F1E2;
  padding-bottom: 30px;
  /*	padding-bottom: 0px;*/ }

.content__box {
  width: 964px;
  margin: 0 auto; }
  @media screen and (max-width: 965px) {
    .content__box {
      width: 100%; } }
  @media screen and (min-width: 641px) {
    .content__box {
      padding-top: 10px; } }

.sec {
  width: 964px;
  margin: 0 auto;
  background: #fff; }
  @media screen and (min-width: 641px) {
    .sec {
      margin-bottom: 50px; } }
  @media screen and (max-width: 965px) {
    .sec {
      width: 100%; } }
  .sec__tit {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #fff;
    background: url(../iphones/wanko/images/tit-bk.png);
    padding: 14px 20px; }
    @media screen and (max-width: 640px) {
      .sec__tit {
        background-size: cover;
        line-height: 1.4em;
        padding: 14px 10px;
        text-align: center; } }
  .sec__wrap {
    padding: 0 15px; }
    @media screen and (min-width: 641px) {
      .sec__wrap {
        padding: 0 30px; } }
  .sec__flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 30px; }
    @media screen and (min-width: 769px) {
      .sec__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (max-width: 640px) {
      .sec__flex {
        padding-top: 15px; } }
  @media screen and (min-width: 966px) {
    .sec__txt {
      width: 68%; } }
  .sec__txt--wide {
    width: 100%; }
  .sec__img {
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 641px) {
      .sec__img {
        width: 30%; } }
    @media screen and (max-width: 640px) {
      .sec__img {
        padding-top: 20px; } }
  .sec__btn {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 90%;
    background: #42210B;
    border-radius: 10px;
    border-bottom: 5px solid #000;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 1em 0px;
    margin: 10px auto 10px; }
    .sec__btn:link, .sec__btn:hover, .sec__btn:active, .sec__btn:focus, .sec__btn:visited {
      text-decoration: none;
      color: #fff; }
    @media screen and (min-width: 641px) {
      .sec__btn {
        width: 338px;
        font-size: 20px;
        font-size: 1.25rem; } }
    .sec__btn:after {
      content: "\f138";
      font-family: FontAwesome;
      margin-left: 1em; }
    .sec__btn:hover {
      border-bottom: none;
      margin: 15px auto 10px; }
    .sec__btn--orange {
      background: #EE6300;
      border-bottom: 5px solid #AA4501; }
      .sec__btn--orange:before {
        content: "\f0e0";
        font-family: FontAwesome;
        margin-right: 1em; }
      .sec__btn--orange:after {
        content: "\f138";
        font-family: FontAwesome;
        margin-left: 1em; }

.main__wrap {
  background: url(../iphones/wanko/images/page_main_title-bk.png) repeat-x; }

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%; }
  .menu__list--short {
    width: 66.58%; }

.menu__item {
  width: 32%; }
  @media screen and (min-width: 641px) {
    .menu__item:not(:nth-child(3n)) {
      margin-right: 2%; } }
  .menu__item--4 {
    width: 24%; }
    @media screen and (min-width: 641px) {
      .menu__item--4:not(:nth-child(3n)) {
        margin-right: 0; } }
    @media screen and (min-width: 641px) {
      .menu__item--4:not(:nth-child(4n)) {
        margin-right: 1.333333333333%; } }
  @media screen and (min-width: 641px) {
    .menu__item {
      padding-top: 10px; } }
  @media screen and (max-width: 640px) {
    .menu__item {
      width: 49.8%;
      background: #fff; }
      .menu__item:nth-child(1), .menu__item:nth-child(3) {
        border-right: dotted 1px;
        border-bottom: dotted 1px; }
      .menu__item:nth-child(2), .menu__item:nth-child(4) {
        border-bottom: dotted 1px; }
      .menu__item:nth-child(5) {
        width: 100%; } }
  .menu__item02 {
    width: 48%; }
  .menu__item a {
    color: #7A5C35;
    padding: 13px 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    display: block;
    background: #fff; }
    @media screen and (min-width: 641px) {
      .menu__item a {
        padding: 6px 0;
        width: 100%;
        border: solid 1px #7A5C35;
        border-radius: 10px;
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (max-width: 320px) {
      .menu__item a {
        font-size: 12px;
        font-size: 0.75rem; } }

i.fa.fa-chevron-circle-down, i.fa.fa-chevron-circle-right {
  margin-left: 5px; }

.box__tit {
  background: #F8F1E2;
  border-radius: 25px;
  padding: 8px 20px;
  color: #42210B;
  margin-bottom: 20px; }
  @media screen and (min-width: 641px) {
    .box__tit {
      font-size: 19px;
      font-size: 1.1875rem; } }
  @media screen and (max-width: 640px) {
    .box__tit {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.4em;
      text-align: center; } }

.header__area {
  height: 66px;
  margin: 0 auto;
  background: url(../img/common/title_backgraund.gif) no-repeat center top;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 966px) {
    .header__area {
      width: 964px; } }

.header__area-menu {
  width: 304px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  right: 70px;
  top: 24px; }
  .header__area-menu li {
    line-height: 1; }

.header__note {
  text-align: right;
  font-size: 10px;
  color: #784910;
  font-weight: normal;
  padding-right: 35px;
  position: absolute;
  top: -3px;
  right: 25px; }

.header__logo {
  padding: 6px 12px 10px 22px; }

.global_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 641px) {
    .global_menu {
      width: 964px;
      max-width: none; } }

.accordion {
  position: relative; }
  .accordion dd {
    display: none; }
  .accordion--block {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 1; }
  .accordion__list {
    font-size: 0.9rem; }
  .accordion__item a {
    background: #90572d;
    padding: 4px 8px;
    color: #fff;
    margin: 0;
    line-height: 1.7em;
    border-bottom: 1px solid #fff;
    display: block;
    width: 170px; }
    .accordion__item a:hover {
      background: #f39800; }
  .accordion__item span {
    padding: 4px 8px;
    color: #fff;
    margin: 0;
    line-height: 1.7em;
    border-bottom: 1px solid #fff;
    display: block;
    width: 170px; }
  .accordion__item--nolink {
    background: #f16848; }

.blog__menu {
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 1; }

.staff_blog_navi {
  margin: 0px;
  padding: 0px; }
  .staff_blog_navi li a {
    background-color: #90572d !important;
    margin: 0px;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 10px;
    padding: 5px 8px 5px 6px;
    border-bottom: solid 1px #fff; }

.main__img {
  text-align: center; }

.pan {
  text-align: left;
  font-size: 12px;
  text-decoration: none;
  color: #784910;
  line-height: 1.7em;
  padding-top: 3px; }
  @media screen and (max-width: 640px) {
    .pan {
      background: #F8F2E2;
      border-bottom: solid 1px #42210B; } }
  .pan__wrap {
    width: 964px;
    margin: 0 auto;
    background: #F8F1E2; }
    @media screen and (min-width: 769px) {
      .pan__wrap {
        margin: 10px auto 0; } }
  .pan__home {
    background: url(../img/common/house_icon.gif) no-repeat left center;
    background-repeat: no-repeat;
    padding-left: 20px; }
  .pan li {
    display: inline; }
  .pan a {
    color: #784910; }

.sp-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 62px;
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff; }

.sp-header__logo {
  width: 180px;
  padding: 10px 0 10px 10px; }

.sp-header__btn {
  padding-top: 17px;
  text-align: center; }
  .sp-header__btn img {
    width: 66%; }

.sp-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 62px; }

.sp-header__item {
  background: url(../img/common/menu-bk.png) repeat-x;
  width: 33.1%;
  text-align: center; }
  .sp-header__item a {
    color: #fff;
    padding: 10px 0;
    width: 100%;
    display: block;
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (max-width: 320px) {
      .sp-header__item a {
        font-size: 12px;
        font-size: 0.75rem; } }

.ftr-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%; }
  .ftr-menu__list--short {
    width: 66.58%; }
  .ftr-menu__list--brw {
    padding: 20px 20px 60px;
    background: #694a2e; }

.ftr-menu__item {
  width: 32%;
  position: relative; }
  @media screen and (min-width: 641px) {
    .ftr-menu__item:not(:nth-child(3n)) {
      margin-right: 2%; } }
  .ftr-menu__item--4 {
    width: 24%; }
    @media screen and (min-width: 641px) {
      .ftr-menu__item--4:not(:nth-child(3n)) {
        margin-right: 0; } }
    @media screen and (min-width: 641px) {
      .ftr-menu__item--4:not(:nth-child(4n)) {
        margin-right: 1.333333333333%; } }
  @media screen and (min-width: 641px) {
    .ftr-menu__item {
      padding-top: 10px; } }
  @media screen and (max-width: 640px) {
    .ftr-menu__item {
      width: 49.8%;
      background: #fff; }
      .ftr-menu__item:nth-child(odd) {
        border-right: dotted 1px;
        border-bottom: dotted 1px; }
      .ftr-menu__item:nth-child(even) {
        border-bottom: dotted 1px; } }
  .ftr-menu__item02 {
    width: 48%; }
  .ftr-menu__item a {
    color: #7A5C35;
    padding: 13px 20px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: left;
    display: block;
    background: #fff; }
    @media screen and (min-width: 641px) {
      .ftr-menu__item a {
        padding: 6px 0;
        width: 100%;
        text-align: center;
        border: solid 1px #7A5C35;
        border-radius: 10px;
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (max-width: 320px) {
      .ftr-menu__item a {
        font-size: 12px;
        font-size: 0.75rem; } }
    .ftr-menu__item a:after {
      font-family: 'FontAwesome';
      content: "\f138";
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -12px; }
      @media screen and (min-width: 641px) {
        .ftr-menu__item a:after {
          margin-top: -9px; } }
  @media screen and (max-width: 640px) {
    .ftr-menu__item--brw {
      background: #694a2e;
      padding-top: 10px;
      /*&:last-child{
        width: 100%;
		 a{
		text-align: center;	 
		 }
      }	*/ }
      .ftr-menu__item--brw:nth-child(odd) {
        border-right: none;
        border-bottom: none; }
      .ftr-menu__item--brw:nth-child(even) {
        border-bottom: none; } }
  .ftr-menu__item--brw a {
    color: #fff;
    background: #694a2e;
    padding: 10px 15px;
    line-height: 1;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.75rem; }
    @media screen and (min-width: 641px) {
      .ftr-menu__item--brw a {
        border: none;
        border-radius: 0; } }
    .ftr-menu__item--brw a:after {
      content: none; }

.ul_open_h,
.ul_open_v {
  background: #fff;
  color: #EB8F00;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 0; }

.ul_open_h {
  height: 100%;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  overflow-y: scroll;
  position: fixed; }

.ul_open_h li {
  padding: 10px;
  width: 150px; }

.ul_open_v {
  position: absolute;
  height: 100%; }

.ul_open_v li {
  padding: 10px;
  width: 150px; }

.scroll_parent {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none; 
  background: rgba(0,0,0,.7);
}

.ul_open_v {
  position: absolute;
  height: 100%; }

.open-3 {
  width: 100%;
  height: auto; }
  .open-3 li {
    padding: 10px;
    text-align: center;
    width: 100%;
    border-top: dotted 1px;
    font-size: 14px;
    line-height: 28px; }
    .open-3 li a {
      color: #EB8F00; }

.move-3.on.btn {
  position: fixed;
  top: 10px; }

.btn {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 13px; }

.btn:before,
.btn:after,
.btn span {
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

.btn span {
  height: 4px;
  background-color: #EB8F00;
  top: calc(50% - 1.5px); }

.btn:before {
  content: "";
  top: calc(25% - 3px);
  border-top: 4px solid #EB8F00; }

.btn:after {
  content: "";
  bottom: calc(25% - 3px);
  border-bottom: 4px solid #EB8F00; }

.btn.on span {
  display: none; }

.btn.on:before {
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg); }

.btn.on:after {
  bottom: calc(50% - 1.5px);
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg); }

#page-top {
  position: fixed;
  z-index: 1;
  bottom: 1%;
  right: 1%; }
  @media screen and (max-width: 640px) {
    #page-top {
      bottom: 60px;
      right: 5px; } }

#page-top a {
  text-decoration: none;
  width: 100px;
  text-align: center;
  display: block;
  border-radius: 5px; }
  @media screen and (max-width: 640px) {
    #page-top a {
      width: 60px; } }

#page-top a:hover {
  text-decoration: none; }

.popups {
  position: absolute;
  border-collapse: collapse; }

.bubbleInfos #dpop {
  background-color: #FFF;
  margin: 0px;
  padding: 5px;
  border: 1px solid #CCCCCC; }

#footer_banner_area {
  padding: 0px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: -60px;
  margin-left: auto;
  width: 964px; }

#footer_banner {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  text-align: center; }

/* iPhone / mobile webkit */
@media screen and (max-device-width: 480px) {
  #footer_banner {
    margin: 0px;
    padding-top: 0px 0px 0px 2px;
    text-align: center; } }

#footer_banner li {
  display: inline;
  padding-right: 3px; }

/* iPhone / mobile webkit */
@media screen and (max-device-width: 480px) {
  #footer_banner li {
    display: inline;
    padding-right: 1px; } }

#footer {
  height: 166px;
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  _margin-bottom: 12px;
  margin-left: auto;
  text-align: center;
  min-width: 964px;
  background-image: url(../common/new_footer.png);
  background-repeat: no-repeat;
  width: 964px; }

#footer_backgraund {
  background-image: url(../common/new_footer_loop.jpg);
  background-repeat: repeat-x;
  padding: 0px;
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: -12px;
  margin-left: 0px;
  clear: both; }

*:first-child + html #footer {
  margin-bottom: 12px; }

.footer_link_area {
  background: #F8F1E2; }
  .footer_link_area__infomation {
    padding: 15px 0; }
  .footer_link_area__contact {
    background: #F8F0E2;
    padding: 30px 0; }
    .footer_link_area__contact__tit {
      color: #42210B;
      font-size: 18px;
      font-size: 1.125rem;
      text-align: center;
      font-weight: normal; }
      .footer_link_area__contact__tit:after {
        content: "／"; }
      .footer_link_area__contact__tit:before {
        content: "＼"; }

.footer__infomation {
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px; }
  @media screen and (min-width: 769px) {
    .footer__infomation {
      padding: 30px; } }
  .footer__infomation__btn {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 47%;
    background: #42210B;
    border-radius: 10px;
    border-bottom: 5px solid #000;
    font-size: 16px;
    font-size: 1rem;
    padding: 1em 0px;
    /*margin: 10px auto 10px;*/ }
    .footer__infomation__btn:link, .footer__infomation__btn:hover, .footer__infomation__btn:active, .footer__infomation__btn:focus, .footer__infomation__btn:visited {
      text-decoration: none;
      color: #fff; }
    .footer__infomation__btn:after {
      content: "\f138";
      font-family: FontAwesome;
      margin-left: 0.5em; }
    .footer__infomation__btn:hover {
      border-bottom: none; }
  .footer__infomation__bnr {
    display: block;
    margin: 15px  auto 0; }

#footer_area {
  background-image: url(../common/footer_loop2.gif);
  background-repeat: repeat-x;
  padding-bottom: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #694a2e;
  height: auto; }

*:first-child + html #footer_area {
  margin-top: 0px; }

#footer_btn_area {
  padding: 0px;
  width: 964px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: left; }
  @media screen and (max-width: 768px) {
    #footer_btn_area {
      width: 100%; } }

#footer_text {
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 10px;
  margin-bottom: 20px; }

#footer_text a {
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-decoration: none; }

#footer_text a:hover {
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-decoration: underline; }

.footer_btn_title2 {
  background-image: url(../common/icon01.gif);
  background-repeat: no-repeat;
  color: #FFFFFF;
  text-align: left;
  text-indent: 15px;
  font-size: 10px;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  width: 180px;
  line-height: 16px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px; }

#etc_positon {
  padding: 0px;
  margin-top: -110px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  position: absolute;
  z-index: 0; }

#etc_area {
  padding: 0px;
  clear: both;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 380px; }

.footer_btn4 {
  text-align: left;
  list-style-type: none;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  font-size: 10px;
  width: 180px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 8px; }

.footer_btn4 li {
  background-image: url(../common/icon02.gif);
  background-repeat: no-repeat;
  line-height: 1.3em;
  padding-left: 15px;
  padding-top: 7px; }

.footer_btn4 li a {
  color: #FFFFFF !important;
  text-decoration: none; }

.footer_btn4 li a:hover {
  color: #FFFFFF !important;
  text-decoration: underline; }

.footer_btn_title {
  background-image: url(../common/icon01.gif);
  background-repeat: no-repeat;
  float: left;
  color: #FFFFFF;
  text-align: left;
  text-indent: 15px;
  font-size: 10px;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  width: 180px;
  line-height: 16px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px; }

.footer_btn {
  text-align: left;
  margin: 0px;
  float: left;
  list-style-type: none;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  font-size: 10px;
  width: 180px; }

.footer_btn li {
  background-image: url(../common/icon02.gif);
  background-repeat: no-repeat;
  line-height: 1.3em;
  padding-left: 15px;
  padding-top: 7px; }

.footer_btn li a {
  color: #FFFFFF !important;
  text-decoration: none; }

.footer_btn li a:hover {
  color: #FFFFFF !important;
  text-decoration: underline; }

.footer_btn5 a {
  background-image: url(../common/icon02.gif);
  background-repeat: no-repeat;
  line-height: 1.3em;
  padding-left: 15px;
  padding-top: 7px;
  float: left;
  margin-left: 33px;
  font-size: 10px; }

.footer_btn5 a {
  color: #FFFFFF !important;
  text-decoration: none; }

.footer_btn5 a:hover {
  color: #FFFFFF !important;
  text-decoration: underline; }

.footer_btn3 {
  text-align: left;
  float: left;
  list-style-type: none;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  font-size: 10px;
  width: 180px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 109px; }

.footer_btn3 li {
  background-image: url(../common/icon02.gif);
  background-repeat: no-repeat;
  line-height: 1.3em;
  padding-left: 15px;
  padding-top: 7px; }

.footer_btn3 li a {
  color: #FFFFFF !important;
  text-decoration: none; }

.footer_btn3 li a:hover {
  color: #FFFFFF !important;
  text-decoration: underline; }

#three-ddcontent .footer_btn {
  text-align: left;
  margin: 0px;
  list-style-type: none;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  font-size: 10px;
  width: 200px; }

#three-ddcontent #shop_list_footer {
  margin: 0px;
  padding: 0px;
  height: 50px;
  background-color: #694a2e; }

#shop_list_footer #shop_list_bg {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px; }

#footer_line {
  margin: 0px;
  clear: both;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: left; }

.copyright {
  color: #FFFFFF;
  text-align: left;
  float: left;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 9px !important;
  letter-spacing: 0.5px;
  background: #694a2e; }
  @media screen and (max-width: 965px) {
    .copyright {
      text-align: center;
      line-height: 1.5;
      padding: 7px 0;
      font-size: 11px !important;
      width: 100%; } }

#footer_btn2 {
  margin: 0px;
  float: right;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 10px; }

#footer_btn2 li {
  background-image: url(../common/icon02.gif);
  background-repeat: no-repeat;
  display: inline;
  margin: 0px;
  padding-top: 7px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 15px;
  line-height: 1.3em; }

#footer_btn2 li a {
  margin: 0px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0px; }

#footer_btn2 li a:hover {
  margin: 0px;
  color: #FFFFFF;
  text-decoration: underline;
  padding: 0px; }

    /* 追加 */
.tag_area {
  padding: 20px 10px;
  text-align: center;
}

.tag_area li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px;
}

.tag_area li a {
  color: #fff;
  padding: 10px 15px;
  background: #ee6200;
  border-radius: 20px;
  font-size: 12px;
}

.search-main__submit input {
  max-width: 100%;
}