﻿
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  background: url(../image/h2_bottom_bg.png) center bottom repeat-x #f8f5ee;
  margin-top: 20px;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  padding: 14px 16px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a:link {
  color: #666;
}

h2.head-title a:visited {
  color: #999;
}

h2.head-title a:hover {
  color: #999;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #f8f5ee;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  border-left: 4px solid #990000;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 8px 15px 7px 18px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  background: #f8f5ee;
  font-size: 120%;
  padding: 10px 15px 13px 10px;
  border-bottom: 1px solid #990000;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 120%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 2px;
  line-height: 1.2;
  border-bottom: 2px solid #990000;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 110%;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wysiwyg ol {
    margin-left: 22px;
  }
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul {
  margin-left: 0;
}

.wysiwyg table ol {
  padding-left: 1.4em;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.wysiwyg table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #f8f5ee;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../image/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #2d5f92;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

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

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

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #990000;
  text-align: center;
}

.scheme2 {
  border: 1px solid #990000;
  text-align: center;
}

.scheme3 {
  background-color: #ffffff;
  text-align: center;
}

.scheme4 {
  background-color: #e2e0c7;
  text-align: center;
}

.scheme5 {
  border: 1px solid #e2e0c7;
  text-align: center;
}

.scheme6 {
  background-color: #333333;
  text-align: center;
}

.scheme7 {
  background-color: #990000;
  text-align: center;
}

.scheme8 {
  background-color: #990000;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #f8f5ee;
  text-align: center;
}

.scheme10 {
  background-color: #990000;
  text-align: center;
}

.scheme11 {
  background-color: #990000;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid transparent !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 0 0 0 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 0 0 0 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 58px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 86px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 58px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 86px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #990000 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 60px !important;
    border-radius: 0 0 0 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 90px !important;
    border-radius: 0 0 0 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 27px !important;
    height: 27px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 39px !important;
    height: 39px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #fff;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #990000;
  border: 6px solid #990000;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #333;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

#wrapper-in2 {
  border-top: 5px solid #990000;
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 1;
  }
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    background: url(../image/header_bg.png) center center repeat-x;
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header #header-nav .list {
    position: relative;
  }
  #header #header-nav .list > li {
    z-index: 100 !important;
  }
  #header #header-nav .list > li .g-nav1, #header #header-nav .list > li .g-nav2, #header #header-nav .list > li .g-nav3, #header #header-nav .list > li .g-nav5, #header #header-nav .list > li .g-nav6 {
    margin-top: 5px;
  }
  #header #header-nav .list > li .g-nav4 {
    line-height: 1;
  }
  #header #header-nav .list > li:hover .box p, #header #header-nav .list > li:focus-within .box p {
    color: #990000;
    position: relative;
  }
  #header #header-nav .list > li:hover .box .g-nav1, #header #header-nav .list > li:hover .box .g-nav2, #header #header-nav .list > li:hover .box .g-nav3, #header #header-nav .list > li:hover .box .g-nav5, #header #header-nav .list > li:hover .box .g-nav6, #header #header-nav .list > li:focus-within .box .g-nav1, #header #header-nav .list > li:focus-within .box .g-nav2, #header #header-nav .list > li:focus-within .box .g-nav3, #header #header-nav .list > li:focus-within .box .g-nav5, #header #header-nav .list > li:focus-within .box .g-nav6 {
    margin-top: 5px;
  }
  #header #header-nav .list > li:hover .box .g-nav1::after, #header #header-nav .list > li:hover .box .g-nav2::after, #header #header-nav .list > li:hover .box .g-nav3::after, #header #header-nav .list > li:hover .box .g-nav5::after, #header #header-nav .list > li:hover .box .g-nav6::after, #header #header-nav .list > li:focus-within .box .g-nav1::after, #header #header-nav .list > li:focus-within .box .g-nav2::after, #header #header-nav .list > li:focus-within .box .g-nav3::after, #header #header-nav .list > li:focus-within .box .g-nav5::after, #header #header-nav .list > li:focus-within .box .g-nav6::after {
    background: url(../image/dropmenu_sankaku.png) center center no-repeat;
    top: 23px;
    content: "";
    display: inline-block;
    height: 11px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }
  #header #header-nav .list > li:hover .box .g-nav4::after, #header #header-nav .list > li:focus-within .box .g-nav4::after {
    background: url(../image/dropmenu_sankaku.png) center center no-repeat;
    top: 29px;
    content: "";
    display: inline-block;
    height: 11px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header .header-nav-item > a {
    position: relative;
  }
  #header .nav-category-list-box {
    left: 0;
    top: 70px;
    padding-top: 14px;
    position: absolute;
    width: 1000px;
    z-index: 100;
  }
  #header .nav-category-list-box ul {
    background-color: #930100;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px 25px 20px 25px;
  }
  #header .nav-category-list-box ul li {
    background: url(../image/dropmenu_arrow_right.png) right 11px center no-repeat #fff;
    box-sizing: border-box;
    border-radius: 2px;
    height: auto !important;
    margin-bottom: 10px;
    width: 220px;
  }
  #header .nav-category-list-box ul li .category-item-in {
    align-items: center;
    display: flex;
    height: 100%;
  }
  #header .nav-category-list-box ul li .category-item-in a {
    color: #333;
    display: block;
    font-size: 111%;
    padding: 10px 26px 10px 13px;
    text-decoration: none;
  }
  #header .nav-category-list-box ul li .category-item-in a:hover {
    text-decoration: underline;
  }
  #header .nav-category-list-box ul li:not(:nth-child(4n)) {
    margin-right: 23px;
  }
  #header #header-nav {
    margin-top: 18px;
    padding-bottom: 10px;
  }
  #header #header-nav .in {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px;
  }
  #header #header-nav .list-left, #header #header-nav .list-right {
    display: flex;
    justify-content: space-around;
    width: 410px;
  }
  #header #header-nav .list-left .header-nav-item > a, #header #header-nav .list-right .header-nav-item > a {
    color: #333333;
    display: block;
    font-feature-settings: "palt";
    font-weight: bold;
    font-size: 111%;
    line-height: 1;
    padding-top: 45px;
    text-align: center;
    text-decoration: none;
  }
  #header #header-nav .list-left .nav1, #header #header-nav .list-right .nav1 {
    background: url(../image/nav1.png) center top no-repeat;
  }
  #header #header-nav .list-left .nav2, #header #header-nav .list-right .nav2 {
    background: url(../image/nav2.png) center top no-repeat;
  }
  #header #header-nav .list-left .nav3, #header #header-nav .list-right .nav3 {
    background: url(../image/nav3.png) center top no-repeat;
  }
  #header #header-nav .list-left .nav4, #header #header-nav .list-right .nav4 {
    background: url(../image/nav4.png) center top no-repeat;
  }
  #header #header-nav .list-left .nav5, #header #header-nav .list-right .nav5 {
    background: url(../image/nav5.png) center top no-repeat;
  }
  #header #header-nav .list-left .nav6, #header #header-nav .list-right .nav6 {
    background: url(../image/nav6.png) center top no-repeat;
  }
  #header .header-subnav-area {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #header .header-subnav-area .box {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  #header .header-subnav-area .box .subnav_left {
    align-items: center;
    display: flex;
    max-width: 410px;
    margin-top: 10px;
  }
  #header .header-subnav-area .box .subnav_left .header-size, #header .header-subnav-area .box .subnav_left .header-color {
    display: flex;
  }
  #header .header-subnav-area .box .subnav_left .header-color {
    margin-left: 15px;
  }
  #header .header-subnav-area .box .header-logo-wrap {
    left: 410px;
    position: absolute;
    top: -5px;
    z-index: 90;
  }
  #header .header-subnav-area .box .header-logo-wrap #header-logo {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
    height: 180px;
    width: 180px;
  }
  #header .header-subnav-area .box .subnav_right {
    margin-top: 10px;
    max-width: 410px;
  }
  #header .header-subnav-area .box .subnav_right .list {
    align-items: center;
    display: flex;
  }
  #header .header-subnav-area .box .subnav_right .list li a {
    color: #333;
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  #header .header-subnav-area .box .subnav_right .list li a {
    padding-top: 7px;
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .box .subnav_right .list .language a {
    background: url(../image/translate_icon.png) left center no-repeat;
    padding-left: 24px;
  }
  #header .header-subnav-area .box .subnav_right .list .yasabura {
    margin-left: 40px;
  }
  #header .header-subnav-area .box .subnav_right .list .yasabura img {
    padding-right: 10px;
    height: 19px;
    width: 13px;
  }
  #header .header-subnav-area .box .header-size button, #header .header-subnav-area .box .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  #header .header-subnav-area .box .header-size .title span, #header .header-subnav-area .box .header-color .title span {
    background: url(../image/subnav_arrow.png) left center no-repeat;
    display: block;
    font-size: 97%;
    padding: 2px 10px 0 10px;
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  #header .header-subnav-area .box .header-size .title span, #header .header-subnav-area .box .header-color .title span {
    padding: 4px 10px 0 10px;
  }
}

@media print, screen and (min-width: 769px) {
  #header .header-subnav-area .box .header-size dd img, #header .header-subnav-area .box .header-color dd img {
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    background: url(../image/sp_header_bg.png) center top no-repeat;
    /* モーダル */
  }
  #sp-header .modal-menu-close {
    display: none;
  }
  #sp-header .box {
    display: block;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    padding: 14px 25px 17px 25px;
  }
  #sp-header .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav {
    position: absolute;
    right: 10px;
    top: 0;
    width: 40%;
    padding: 0;
    background: none;
  }
  #sp-header .box #sp-header-nav .list {
    display: none;
  }
  #sp-header .box #sp-header-nav .menu-btn-area {
    margin: 10px 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav .menu-btn-area p {
    position: absolute;
    top: 34px;
    right: 20px;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    top: 34px;
    right: 20px;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 142px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-menu .in {
    background-color: rgba(232, 187, 94, 0.94);
    padding-top: 24px;
  }
  #sp-header .modal-menu .in .box {
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 5px;
    margin: 0 auto 22px;
    width: 700px;
  }
  #sp-header .modal-menu .in .nav1 {
    background: url(../image/sp_nav1.png) left 40px center no-repeat, url(../img_common/modal_menu_btn_plus.png) no-repeat right 30px center;
  }
  #sp-header .modal-menu .in .nav1.on {
    background: url(../image/sp_nav1.png) left 40px center no-repeat, url(../img_common/modal_menu_btn_minus.png) no-repeat right 30px center;
  }
  #sp-header .modal-menu .in .nav2 {
    background: url(../image/sp_nav2.png) left 40px center no-repeat, url(../img_common/modal_menu_btn_plus.png) no-repeat right 30px center;
  }
  #sp-header .modal-menu .in .nav2.on {
    background: url(../image/sp_nav2.png) left 40px center no-repeat, url(../img_common/modal_menu_btn_minus.png) no-repeat right 30px center;
  }
  #sp-header .modal-menu .in .nav3 {
    background: url(../image/sp_nav3.png) left 40px center no-repeat, url(../img_common/modal_menu_btn_plus.png) no-repeat right 30px center;
  }
  #sp-header .modal-menu .in .nav3.on {
    background: url(../image/sp_nav3.png) left 40px center no-repeat, url(../img_common/modal_menu_btn_minus.png) no-repeat right 30px center;
  }
  #sp-header .modal-menu .in .nav4 {
    background: url(../image/sp_nav4.png) left 40px center no-repeat, url(../img_common/modal_menu_btn_plus.png) no-repeat right 30px center;
  }
  #sp-header .modal-menu .in .nav4.on {
    background: url(../image/sp_nav4.png) left 40px center no-repeat, url(../img_common/modal_menu_btn_minus.png) no-repeat right 30px center;
  }
  #sp-header .modal-menu .in .nav5 {
    background: url(../image/sp_nav5.png) left 40px center no-repeat, url(../img_common/modal_menu_btn_plus.png) no-repeat right 30px center;
  }
  #sp-header .modal-menu .in .nav5.on {
    background: url(../image/sp_nav5.png) left 40px center no-repeat, url(../img_common/modal_menu_btn_minus.png) no-repeat right 30px center;
  }
  #sp-header .modal-menu .in .nav6 {
    background: url(../image/sp_nav6.png) left 40px center no-repeat, url(../img_common/modal_menu_btn_plus.png) no-repeat right 30px center;
  }
  #sp-header .modal-menu .in .nav6.on {
    background: url(../image/sp_nav6.png) left 40px center no-repeat, url(../img_common/modal_menu_btn_minus.png) no-repeat right 30px center;
  }
  #sp-header .modal-menu .in button {
    border: none;
    width: 100%;
  }
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 0;
    text-align: center;
  }
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-menu .list {
    padding-bottom: 40px;
  }
  #sp-header .modal-menu .list a {
    display: block;
    padding: 12px 20px 12px 80px;
    background: url(../image/list_arrow.png) no-repeat left 50px center;
    background-size: 14px 20px;
    color: #333;
    font-size: 100%;
  }
  #sp-header .modal-menu .title {
    padding: 20px 80px 18px 150px;
    text-align: left;
    font-feature-settings: "palt";
    font-size: 160%;
    font-weight: bold;
  }
  #sp-header .modal-search .in {
    padding: 20px 20px 0;
  }
  #sp-header .modal-search .title {
    background: none;
    padding: 0 0 10px;
  }
  #sp-header .modal-search .arrow {
    right: 28%;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-search,
  #sp-header .modal-menu {
    top: 90px;
  }
  #sp-header .modal-menu .arrow {
    right: 6%;
  }
  #sp-header .modal-search .arrow {
    right: 24%;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .support-block {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    box-sizing: border-box;
    margin: auto;
    padding: 30px 32px 25px 32px;
    width: 700px;
  }
  #sp-header .support-block .support-list .header-size-title, #sp-header .support-block .support-list .header-color-title {
    background: url(../image/common_arrow_kinkyu.png) left center no-repeat;
    background-size: 8px 16px;
    font-size: 135%;
    padding-left: 22px;
  }
  #sp-header .support-block .support-list .header-size-item2, #sp-header .support-block .support-list .header-color-item3 {
    margin-right: 0;
  }
  #sp-header .support-block .support-list2 {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block dl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  #sp-header .support-block dt {
    flex-shrink: 0;
  }
  #sp-header .support-block dd {
    font-size: 0;
    margin-right: 25px;
  }
  #sp-header .support-block .header-size {
    margin-bottom: 16px;
  }
  #sp-header .support-block .header-size .header-size-title {
    margin-right: 38px;
  }
  #sp-header .support-block .header-color .header-color-title {
    margin-right: 58px;
  }
  #sp-header .language, #sp-header .goto-pc, #sp-header .yasabura {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
  }
  #sp-header .language a, #sp-header .goto-pc a, #sp-header .yasabura a {
    color: #333;
    display: block;
    text-decoration: none;
  }
  #sp-header .yasabura {
    background-color: #fff;
    margin: 20px auto 0;
    width: 700px;
  }
  #sp-header .yasabura a {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 140%;
    padding: 35px 0 35px 0;
  }
  #sp-header .yasabura a img {
    height: 50px;
    padding-right: 18px;
    width: 32px;
  }
  #sp-header .language {
    margin: 20px auto 0;
    width: 700px;
  }
  #sp-header .language a {
    background: url(../image/sp_lang.png) left 172px center no-repeat;
    font-size: 140%;
    padding: 35px 0 35px 65px;
  }
  #sp-header .goto-pc {
    margin: 22px auto 0;
    width: 500px;
  }
  #sp-header .goto-pc a {
    background: url(../image/goto_pc.png) left 110px center no-repeat;
    font-size: 110%;
    padding: 25px 0 25px 35px;
  }
  #sp-header .close-bottom {
    padding: 42px 0 50px 0;
    text-align: center;
  }
  #sp-header .close-bottom button {
    background-color: transparent;
    width: auto !important;
  }
}

/*container*/
.contents-width {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .contents-width {
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .contents-width {
    width: 700px;
  }
}

.font-palt {
  font-feature-settings: "palt";
}

.obj-fit-cover img {
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;';
}

.obj-fit-contain img {
  object-fit: contain;
  object-position: center center;
  font-family: 'object-fit: contain;';
}

.slider-wrap {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .slider-wrap {
    min-height: 510px;
  }
}

@media screen and (max-width: 768px) {
  .slider-wrap {
    min-height: 435px;
    position: relative;
  }
  .slider-wrap::after {
    background: url(../image/sp_countdown_bg.png) right top no-repeat;
    bottom: -454px;
    content: '';
    display: inline-block;
    height: 536px;
    position: absolute;
    right: 25px;
    width: 426px;
    z-index: -1;
  }
}

.slider-wrap .slide-controls button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
}

.slider-wrap .slide-controls .control-unit {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .slider-wrap .slide-controls .control-unit {
    left: 50%;
    margin-top: 20px;
    position: absolute;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .slider-wrap .slide-controls .control-unit {
    margin-top: 20px;
  }
}

.slider-wrap .slide-controls .control-unit .bx-pager-list {
  display: flex;
}

.slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    height: 14px;
    margin-right: 16px;
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    height: 28px;
    margin-right: 22px;
    width: 28px;
  }
}

.slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    border-width: 2px;
  }
}

@media print, screen and (min-width: 769px) {
  .slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    border: 1px solid #990000;
    background-color: #990000;
  }
}

@media screen and (max-width: 768px) {
  .slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    border: 6px solid #b81c22;
    background-color: #b81c22;
  }
}

.slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
  border: 1px solid #990000;
  background-color: #990000;
}

.slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
    height: 28px;
    width: 28px;
  }
}

@media screen and (max-width: 768px) {
  .slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
    height: 56px;
    width: 56px;
  }
}

.slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../image/start.png");
}

.slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../image/stop.png");
}

.slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .slider-wrap img {
    height: 510px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .slider-wrap img {
    height: 435px;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .countdown {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px 0 0 4px;
    bottom: 26px;
    position: absolute;
    padding: 21px 0 21px 18px;
    width: 565px;
    right: 0;
    z-index: 80;
  }
}

@media screen and (max-width: 768px) {
  .countdown-wrap .countdown {
    margin-top: 35px;
    margin-bottom: 38px;
  }
}

.countdown-wrap .cd-box {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 768px) {
  .countdown-wrap .cd-box {
    justify-content: center;
  }
}

.countdown-wrap .cd-image img {
  border: 3px solid #fff;
  border-radius: 3px;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .cd-image img {
    border-radius: 3px;
    height: 190px;
    width: 243px;
  }
}

@media screen and (max-width: 768px) {
  .countdown-wrap .cd-image img {
    height: 256px;
    width: 330px;
  }
}

.countdown-wrap .bloc {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .bloc {
    background: url(../image/event_text_bg.png) center center no-repeat;
    height: 278px;
    position: absolute;
    right: 15px;
    top: -20px;
    min-width: 308px;
  }
}

@media screen and (max-width: 768px) {
  .countdown-wrap .bloc {
    background: url(../image/sp_event_text_bg.png) center center no-repeat;
    min-height: 367px;
    min-width: 367px;
    position: relative;
  }
}

.countdown-wrap .bloc .ttl {
  font-feature-settings: "plat";
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .bloc .ttl {
    font-size: 125%;
    top: 75px;
    max-width: 144px;
  }
}

@media screen and (max-width: 768px) {
  .countdown-wrap .bloc .ttl {
    font-size: 90%;
    top: 98px;
  }
}

.countdown-wrap .bloc .text {
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .bloc .text {
    max-width: 160px;
    top: 102px;
  }
}

@media screen and (max-width: 768px) {
  .countdown-wrap .bloc .text {
    font-size: 70%;
    top: 135px;
  }
}

.countdown-wrap .bloc .cd-before-event {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .bloc .cd-before-event {
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .bloc .cd-before-event .txt {
    margin-bottom: 5px;
  }
}

.countdown-wrap .bloc .cd-before-event .txt .pref-text {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .bloc .cd-before-event .txt .pref-text {
    font-size: 125%;
  }
}

.countdown-wrap .bloc .cd-before-event .day {
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .countdown-wrap .bloc .cd-before-event .day {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .bloc .cd-before-event .day .count {
    font-size: 470%;
    margin: 0 3px;
  }
}

@media screen and (max-width: 768px) {
  .countdown-wrap .bloc .cd-before-event .day .count {
    font-size: 335%;
  }
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .bloc .cd-before-event .count-date {
    font-size: 167%;
  }
}

@media screen and (max-width: 768px) {
  .countdown-wrap .bloc .cd-before-event .count-date {
    font-size: 120%;
  }
}

.countdown-wrap .bloc .cd-on-event {
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .bloc .cd-on-event {
    font-size: 210%;
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .countdown-wrap .bloc .cd-on-event {
    font-size: 140%;
    margin-top: 10px;
  }
}

.countdown-wrap .bloc .cd-after-event {
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .bloc .cd-after-event {
    font-size: 150%;
  }
}

.countdown-wrap .bloc .date {
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .bloc .date {
    top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .countdown-wrap .bloc .date {
    margin-left: -15px;
    top: 195px;
  }
}

.countdown-wrap .bloc .date .till, .countdown-wrap .bloc .date .countdown-date {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .bloc .date .till {
    font-size: 125%;
  }
}

@media screen and (max-width: 768px) {
  .countdown-wrap .bloc .date .till {
    font-size: 90%;
  }
}

.countdown-wrap .bloc .date .countdown-number {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .bloc .date .countdown-number {
    font-size: 470%;
    margin: 0 3px;
  }
}

@media screen and (max-width: 768px) {
  .countdown-wrap .bloc .date .countdown-number {
    font-size: 335%;
  }
}

.countdown-wrap .bloc .date .cd-status .on-event-text {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .countdown-wrap .bloc .date .cd-status .on-event-text {
    font-size: 150%;
  }
}

@media print, screen and (min-width: 769px) {
  .first-sec-wrap {
    background: url(../image/wave_bg_right.png) right 38px top 22px no-repeat;
    padding-top: 85px;
    padding-bottom: 70px;
  }
}

.kinkyu-area {
  border: 1px solid #990000;
}

@media screen and (max-width: 768px) {
  .kinkyu-area {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .kinkyu-area .section-in {
    display: flex;
  }
}

.kinkyu-area .section-header {
  align-items: center;
  background-color: #990000;
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .kinkyu-area .section-header {
    min-width: 210px;
  }
}

@media screen and (max-width: 768px) {
  .kinkyu-area .section-header {
    padding: 4px 0;
  }
}

.kinkyu-area .section-header h2 {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .kinkyu-area .section-header h2 {
    font-size: 125%;
  }
}

@media screen and (max-width: 768px) {
  .kinkyu-area .section-header h2 {
    font-size: 118%;
  }
}

.kinkyu-area .section-body {
  flex: 1 0 auto;
  background-color: #fff;
}

.kinkyu-area .section-body .list {
  overflow: auto;
  padding: 16px 0 12px 0;
}

@media print, screen and (min-width: 769px) {
  .kinkyu-area .section-body .list {
    height: 155px;
    max-width: 790px;
  }
}

@media screen and (max-width: 768px) {
  .kinkyu-area .section-body .list {
    height: 550px;
  }
}

@media print, screen and (min-width: 769px) {
  .kinkyu-area .section-body .list li {
    font-size: 111%;
    margin: 0 20px 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .kinkyu-area .section-body .list li {
    margin: 0 40px 0 25px;
  }
}

@media print, screen and (min-width: 769px) {
  .kinkyu-area .section-body .list li:not(:last-child) {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 768px) {
  .kinkyu-area .section-body .list li:not(:last-child) {
    margin-bottom: 24px;
  }
}

.kinkyu-area .section-body .list li .item-date {
  color: #666666;
}

@media print, screen and (min-width: 769px) {
  .kinkyu-area .section-body .list li .item-date {
    margin-right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .kinkyu-area .section-body .list li .item-date {
    display: block;
  }
}

.kinkyu-area .section-body .list li .item-title a {
  color: #333333;
}

.incase-wrap {
  border: 1px solid #990000;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .incase-wrap {
    display: flex;
    margin-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .incase-wrap {
    margin-top: 52px;
  }
}

.incase-wrap .incase-ttl-box {
  align-items: center;
  background-color: #990000;
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .incase-wrap .incase-ttl-box {
    min-width: 210px;
  }
}

.incase-wrap .incase-ttl-box p {
  color: #fff;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .incase-wrap .incase-ttl-box p {
    font-size: 125%;
  }
}

@media screen and (max-width: 768px) {
  .incase-wrap .incase-ttl-box p {
    font-size: 118%;
    padding: 11px 0;
  }
}

.incase-wrap .incase-list-box {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .incase-wrap .incase-list-box {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .incase-wrap .incase-list {
    display: flex;
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .incase-wrap .incase-list {
    margin: 40px 45px 38px 45px;
  }
}

.incase-wrap .incase-list li {
  align-items: center;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .incase-wrap .incase-list li {
    min-height: 50px;
    max-width: 272px;
  }
  .incase-wrap .incase-list li:not(:first-child) {
    border-left: 1px solid #e0b2b2;
    margin-left: 20px;
  }
  .incase-wrap .incase-list li:first-child .item-in {
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .incase-wrap .incase-list li:not(:last-child) {
    margin-bottom: 40px;
  }
}

.incase-wrap .incase-list li a {
  color: #333;
  text-decoration: none;
}

.incase-wrap .incase-list li a:hover {
  text-decoration: underline;
}

.incase-wrap .incase-list li .item-in {
  align-items: center;
  display: flex;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .incase-wrap .incase-list li .item-in {
    margin-left: 25px;
  }
}

.incase-wrap .incase-list li .item-in .item-img {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .incase-wrap .incase-list li .item-in .item-img {
    margin-right: 12px;
    height: 35px;
    width: 35px;
  }
}

@media screen and (max-width: 768px) {
  .incase-wrap .incase-list li .item-in .item-img {
    margin-right: 28px;
    height: 45px;
    width: 45px;
  }
}

@media print, screen and (min-width: 769px) {
  .incase-wrap .incase-list li .item-in .item-img img {
    max-height: 35px;
    max-width: 35px;
  }
}

@media screen and (max-width: 768px) {
  .incase-wrap .incase-list li .item-in .item-img img {
    max-height: 45px;
    max-width: 45px;
  }
}

.incase-wrap .incase-list li .item-in .item-txt {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .incase-wrap .incase-list li .item-in .item-txt {
    font-size: 111%;
  }
}

.find-info {
  margin-top: 66px;
}

.find-info .ttl {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .find-info #top-tab {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #top-tab {
    margin-top: 32px;
  }
}

.find-info #top-tab .tab-nav .list {
  display: flex;
  justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  .find-info #top-tab .tab-nav .list {
    width: 1000px;
  }
}

.find-info #top-tab .tab-nav li {
  background-color: #f8f5ee;
  border: 1px solid #990000;
  box-sizing: border-box;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .find-info #top-tab .tab-nav li {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #top-tab .tab-nav li {
    width: 220px;
  }
}

.find-info #top-tab .tab-nav li a {
  border-top: 3px solid transparent;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .find-info #top-tab .tab-nav li a {
    background: url(../image/tab_bottom.png) center bottom 3px no-repeat;
    padding: 12px 0;
  }
}

@media screen and (max-width: 768px) {
  .find-info #top-tab .tab-nav li a {
    background: url(../image/sp_tab_bottom.png) center bottom 3px no-repeat;
    font-feature-settings: "palt";
    font-size: 90%;
    line-height: 1.2;
    padding: 20px 0;
  }
}

.find-info #top-tab .tab-nav li a .small-text {
  color: #333;
  display: block;
}

.find-info #top-tab .tab-nav li a:focus {
  background-color: #f1e9d5;
}

@media print, screen and (min-width: 769px) {
  .find-info #top-tab .tab-nav li a .large-text {
    font-size: 130%;
  }
}

@media print, screen and (min-width: 769px) {
  .find-info #top-tab .tab-nav li a .small-text {
    font-size: 111%;
  }
}

.find-info #top-tab .tab-nav .hover {
  border-top: 3px solid #990000;
  border-bottom: none;
  background-color: #f1e9d5;
  margin-top: -2px;
  margin-bottom: -6px;
}

@media screen and (max-width: 768px) {
  .find-info #top-tab .tab-nav .hover {
    border-top: 6px solid #990000;
    border-bottom: 5px solid #f1e9d5;
  }
}

.find-info #top-tab .tab-nav .hover a {
  background-image: none;
  color: #990000;
}

.find-info #top-tab .tab-nav .hover a .small-text .view-sp {
  color: #990000;
}

.find-info #top-tab .box-in {
  border: 1px solid #990000;
  background-color: #f1e9d5;
  margin-top: 5px;
}

.find-info .tab-in-title {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .find-info .tab-in-title {
    font-size: 125%;
  }
}

@media screen and (max-width: 768px) {
  .find-info .tab-in-title {
    font-size: 130%;
  }
}

.find-info #tab-keywords .box-in {
  padding-top: 26px;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-keywords .box-in {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-keywords .box-in {
    padding-bottom: 28px;
  }
}

.find-info #tab-keywords .box-in .google-search-box {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-keywords .box-in .google-search-box {
    margin-left: 46px;
    margin-bottom: 30px;
    width: 720px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-keywords .box-in .google-search-box {
    align-items: center;
    display: flex;
    margin: 0 auto;
    width: 630px;
  }
  .find-info #tab-keywords .box-in .google-search-box #___gcse_0 {
    width: 100%;
  }
  .find-info #tab-keywords .box-in .google-search-box .gsc-input-box {
    padding: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-keywords .box-in .how-to-search {
    margin-top: 30px;
    text-align: center;
  }
}

.find-info #tab-keywords .box-in .how-to-search a {
  background: url(../image/subnav_arrow.png) left center no-repeat;
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-keywords .box-in .how-to-search a {
    display: block;
    font-size: 83%;
    margin-top: 22px;
    margin-left: 30px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-keywords .box-in .how-to-search a {
    background-size: 6px 13px;
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .box-in {
    padding: 30px 48px 40px 55px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .box-in {
    padding: 34px 30px 45px 30px;
  }
}

.find-info #tab-frequently .menu-box .frequently-menu-title {
  background: url(../image/frequently_menu_title.png) left center no-repeat;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .menu-box .frequently-menu-title {
    background-size: 31px 28px;
    padding: 2px 0 2px 34px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .menu-box .frequently-menu-title {
    padding-left: 66px;
  }
}

.find-info #tab-frequently .menu-box .frequently-list {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .menu-box .frequently-list {
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .menu-box .frequently-list {
    margin-top: -34px;
  }
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .menu-box .frequently-list li:not(:last-child) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .menu-box .frequently-list li {
    margin-top: 60px;
    width: 180px;
  }
  .find-info #tab-frequently .menu-box .frequently-list li:not(:nth-child(3n)) {
    margin-right: 48px;
  }
}

.find-info #tab-frequently .menu-box .frequently-list a {
  align-items: center;
  color: #333;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.find-info #tab-frequently .menu-box .frequently-list a:hover img {
  opacity: 0.85;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .menu-box .frequently-list a img {
    height: 68px;
    width: 68px;
  }
}

.find-info #tab-frequently .menu-box .frequently-list a p {
  font-weight: bold;
  font-feature-settings: "palt";
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .menu-box .frequently-list a p {
    font-size: 107%;
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .menu-box .frequently-list a p {
    margin-top: 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .keyword-box {
    align-items: center;
    display: flex;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .keyword-box {
    margin-top: 80px;
  }
}

.find-info #tab-frequently .keyword-box .frequently-keyword-title {
  background: url(../image/frequently_keyword_title.png) left center no-repeat;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .keyword-box .frequently-keyword-title {
    background-size: 25px;
    flex-shrink: 0;
    padding: 5px 0 5px 30px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .keyword-box .frequently-keyword-title {
    padding-left: 64px;
  }
}

.find-info #tab-frequently .keyword-box .keyword-list {
  align-items: center;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .keyword-box .keyword-list {
    flex-wrap: wrap;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .keyword-box .keyword-list {
    flex-wrap: wrap;
    margin-top: 26px;
  }
}

.find-info #tab-frequently .keyword-box .keyword-list li {
  background-color: #990000;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .keyword-box .keyword-list li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .keyword-box .keyword-list li {
    margin-bottom: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .keyword-box .keyword-list li:not(:last-child) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .keyword-box .keyword-list li:not(:last-child) {
    margin-right: 18px;
  }
}

.find-info #tab-frequently .keyword-box .keyword-list li a {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: bold;
  justify-content: center;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .keyword-box .keyword-list li a {
    font-size: 111%;
    padding: 6px 10px;
  }
  .find-info #tab-frequently .keyword-box .keyword-list li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .keyword-box .keyword-list li a {
    padding: 10px 36px;
  }
}

.find-info #tab-frequently .page-box, .find-info #tab-frequently .question-box {
  counter-reset: num;
}

.find-info #tab-frequently .page-box li, .find-info #tab-frequently .question-box li {
  position: relative;
}

.find-info #tab-frequently .page-box li::before, .find-info #tab-frequently .question-box li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #990000;
  color: #fff;
  font-weight: bold;
  font-size: 100%;
  border-radius: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .page-box li::before, .find-info #tab-frequently .question-box li::before {
    top: 50%;
    height: 24px;
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .page-box li::before, .find-info #tab-frequently .question-box li::before {
    top: 20px;
    height: 36px;
    width: 36px;
  }
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .page-box li:not(:last-child), .find-info #tab-frequently .question-box li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.find-info #tab-frequently .page-box li a, .find-info #tab-frequently .question-box li a {
  color: #333;
  display: inline-block;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .page-box li a, .find-info #tab-frequently .question-box li a {
    font-size: 111%;
    padding-left: 34px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .page-box li a, .find-info #tab-frequently .question-box li a {
    padding-left: 52px;
  }
}

.find-info #tab-frequently .page-box li a:hover, .find-info #tab-frequently .question-box li a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .page-box {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .page-box {
    margin-top: 32px;
  }
}

.find-info #tab-frequently .page-box .frequently-page-title {
  background: url(../image/frequently_page_title.png) left center no-repeat;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .page-box .frequently-page-title {
    background-size: 22px 28px;
    padding: 5px 0 5px 34px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .page-box .frequently-page-title {
    padding-left: 66px;
  }
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .page-box ol {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .page-box ol {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .question-box {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .question-box {
    margin-top: 75px;
  }
}

.find-info #tab-frequently .question-box .frequently-question-title {
  background: url(../image/frequently_question_title.png) left center no-repeat;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .question-box .frequently-question-title {
    background-size: 26px 25px;
    padding: 5px 0 5px 35px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .question-box .frequently-question-title {
    padding-left: 66px;
  }
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .question-box ol {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .question-box ol {
    margin-top: 20px;
  }
}

.find-info #tab-frequently .goto-list-pgae {
  background: url(../image/white_arrow.right.png) right 10px center no-repeat #990000;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .goto-list-pgae {
    background-size: 5px 7px;
    margin-left: auto;
    width: 134px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .goto-list-pgae {
    background-position: right 20px center;
    margin-left: auto;
    margin-top: 26px;
    width: 400px;
  }
}

.find-info #tab-frequently .goto-list-pgae a {
  color: #fff;
  display: block;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-frequently .goto-list-pgae a {
    font-size: 83%;
    padding: 6px 0 6px 15px;
  }
  .find-info #tab-frequently .goto-list-pgae a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-frequently .goto-list-pgae a {
    padding: 25px 100px 25px 76px;
  }
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-shisetsu .box-in {
    padding: 28px 35px 50px 50px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-shisetsu .box-in {
    padding: 40px 0 45px 35px;
  }
}

.find-info #tab-shisetsu .shisetsu-list, .find-info #tab-shisetsu .soshiki-list {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-shisetsu .shisetsu-list, .find-info #tab-shisetsu .soshiki-list {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-shisetsu .shisetsu-list li, .find-info #tab-shisetsu .soshiki-list li {
    margin-bottom: 8px;
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-shisetsu .shisetsu-list li, .find-info #tab-shisetsu .soshiki-list li {
    margin-bottom: 18px;
    width: 325px;
  }
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-shisetsu .shisetsu-list li:not(:nth-child(3n)), .find-info #tab-shisetsu .soshiki-list li:not(:nth-child(3n)) {
    margin-right: 60px;
  }
}

.find-info #tab-shisetsu .shisetsu-list li a, .find-info #tab-shisetsu .soshiki-list li a {
  background: url(../image/list_arrow.png) left top 6px no-repeat;
  display: inline-block;
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-shisetsu .shisetsu-list li a, .find-info #tab-shisetsu .soshiki-list li a {
    font-size: 111%;
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-shisetsu .shisetsu-list li a, .find-info #tab-shisetsu .soshiki-list li a {
    background-size: 14px 20px;
    background-position: left top 11px;
    display: inline-block;
    padding-left: 28px;
  }
}

.find-info #tab-shisetsu .shisetsu-box .search-shisetsu-title {
  background: url(../image/search_shisetsu_title.png) left center no-repeat;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-shisetsu .shisetsu-box .search-shisetsu-title {
    background-size: 26px 19px;
    padding-left: 33px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-shisetsu .shisetsu-box .search-shisetsu-title {
    padding-left: 52px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-shisetsu .shisetsu-box .shisetsu-list {
    margin-top: 38px;
  }
}

.find-info #tab-shisetsu .shisetsu-box .goto-shisetsu-list {
  background: url(../image/white_arrow.right.png) right 10px center no-repeat #990000;
  margin-left: auto;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-shisetsu .shisetsu-box .goto-shisetsu-list {
    background-size: 5px 7px;
    margin-top: 20px;
    width: 170px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-shisetsu .shisetsu-box .goto-shisetsu-list {
    margin-right: 28px;
    width: 400px;
  }
}

.find-info #tab-shisetsu .shisetsu-box .goto-shisetsu-list a {
  color: #fff;
  display: block;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-shisetsu .shisetsu-box .goto-shisetsu-list a {
    font-size: 90%;
    padding: 6px 15px 6px 26px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-shisetsu .shisetsu-box .goto-shisetsu-list a {
    background-position: right 20px center;
    padding: 25px 90px 25px 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-shisetsu .soshiki-box {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-shisetsu .soshiki-box {
    margin-top: 90px;
  }
}

.find-info #tab-shisetsu .soshiki-box .search-soshiki-title {
  background: url(../image/search_sosiki_title.png) left center no-repeat;
}

@media print, screen and (min-width: 769px) {
  .find-info #tab-shisetsu .soshiki-box .search-soshiki-title {
    background-size: 21px 27px;
    padding-left: 33px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-shisetsu .soshiki-box .search-soshiki-title {
    padding-left: 54px;
  }
}

@media screen and (max-width: 768px) {
  .find-info #tab-shisetsu .soshiki-box .soshiki-list {
    margin-top: 20px;
  }
}

.useful-wrap {
  background: url(../image/useful_bg.png) center center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .useful-wrap {
    margin-top: 55px;
  }
}

.useful-wrap .ttl {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .useful-wrap .ttl {
    padding-top: 76px;
  }
}

@media screen and (max-width: 768px) {
  .useful-wrap .ttl {
    padding-top: 62px;
  }
}

.useful-wrap .useful-slider-wrap {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .useful-wrap .useful-slider-wrap {
    margin: 42px auto 0;
    width: 1030px;
  }
}

@media screen and (max-width: 768px) {
  .useful-wrap .useful-slider-wrap {
    margin-top: 42px;
    padding-bottom: 60px;
  }
}

.useful-wrap .useful-slider-wrap .bx-wrapper {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .useful-wrap .useful-slider-wrap .bx-wrapper {
    max-width: 645px !important;
  }
}

.useful-wrap .useful-slider-wrap .bx-viewport {
  height: auto !important;
}

.useful-wrap .useful-slider-wrap li {
  background-color: #fff;
  border-radius: 50%;
}

@media print, screen and (min-width: 769px) {
  .useful-wrap .useful-slider-wrap li {
    height: 145px;
    width: 145px;
  }
}

@media screen and (max-width: 768px) {
  .useful-wrap .useful-slider-wrap li {
    height: 200px;
    width: 200px;
  }
}

.useful-wrap .useful-slider-wrap li a {
  color: #333;
  height: 100%;
  text-decoration: none;
  text-align: center;
}

.useful-wrap .useful-slider-wrap li a:hover img {
  opacity: 0.85;
}

.useful-wrap .useful-slider-wrap li .item-nolink {
  height: 100%;
}

.useful-wrap .useful-slider-wrap li .item-in {
  align-items: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.useful-wrap .useful-slider-wrap li .item-img {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .useful-wrap .useful-slider-wrap li .item-img {
    height: 45px;
    width: 45px;
  }
}

@media screen and (max-width: 768px) {
  .useful-wrap .useful-slider-wrap li .item-img {
    height: 65px;
    width: 65px;
  }
}

.useful-wrap .useful-slider-wrap li .item-txt > * {
  line-height: 1;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .useful-wrap .useful-slider-wrap li .item-txt > * {
    align-items: center;
    font-size: 111%;
    display: flex;
    justify-content: center;
    min-height: 35px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .useful-wrap .useful-slider-wrap li .item-txt > * {
    align-items: center;
    display: flex;
    font-size: 75%;
    justify-content: center;
    margin-top: 16px;
  }
}

.useful-wrap .useful-slider-wrap .slide-controls button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
}

.useful-wrap .useful-slider-wrap .slide-controls .arrow button {
  background: center /contain no-repeat;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .useful-wrap .useful-slider-wrap .slide-controls .arrow button {
    height: 41px;
    top: 54px;
    width: 16px;
  }
}

@media screen and (max-width: 768px) {
  .useful-wrap .useful-slider-wrap .slide-controls .arrow button {
    height: 40px;
    top: 90px;
    width: 17px;
  }
}

.useful-wrap .useful-slider-wrap .slide-controls .arrow button.bx-prev {
  background-image: url("../image/prev.png");
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .useful-wrap .useful-slider-wrap .slide-controls .arrow button.bx-prev {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .useful-wrap .useful-slider-wrap .slide-controls .arrow button.bx-prev {
    left: 20px;
  }
}

.useful-wrap .useful-slider-wrap .slide-controls .arrow button.bx-next {
  background-image: url("../image/next.png");
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .useful-wrap .useful-slider-wrap .slide-controls .arrow button.bx-next {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .useful-wrap .useful-slider-wrap .slide-controls .arrow button.bx-next {
    right: 20px;
  }
}

.useful-wrap .useful-slider-wrap .slide-controls .control-unit {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .useful-wrap .useful-slider-wrap .slide-controls .control-unit {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .useful-wrap .useful-slider-wrap .slide-controls .control-unit {
    margin-top: 50px;
  }
}

.useful-wrap .useful-slider-wrap .slide-controls .control-unit .bx-pager-list {
  display: flex;
}

.useful-wrap .useful-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .useful-wrap .useful-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    height: 14px;
    margin-right: 16px;
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .useful-wrap .useful-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    height: 28px;
    margin-right: 22px;
    width: 28px;
  }
}

.useful-wrap .useful-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  padding: 0;
  width: 100%;
}

.useful-wrap .useful-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
  background-color: #990000;
}

@media print, screen and (min-width: 769px) {
  .useful-wrap .useful-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    border: 1px solid #990000;
    background-color: #990000;
  }
}

@media screen and (max-width: 768px) {
  .useful-wrap .useful-slider-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    border: 1px solid #990000;
    background-color: #990000;
  }
}

.useful-wrap .useful-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .useful-wrap .useful-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
    height: 28px;
    width: 28px;
  }
}

@media screen and (max-width: 768px) {
  .useful-wrap .useful-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button {
    height: 38px;
    width: 38px;
  }
}

.useful-wrap .useful-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../image/start.png");
}

.useful-wrap .useful-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../image/stop.png");
}

.useful-wrap .useful-slider-wrap .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .useful-wrap .useful-slider-wrap img {
    max-height: 45px;
    max-width: 45px;
  }
}

@media screen and (max-width: 768px) {
  .useful-wrap .useful-slider-wrap img {
    max-height: 65px;
    max-width: 65px;
  }
}

.topics-wrap {
  background: url(../image/topics_bg_left.png) left bottom no-repeat, url(../image/topics_bg_right.png) right top no-repeat #f8f5ee;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap {
    padding-top: 85px;
    padding-bottom: 58px;
  }
}

@media screen and (max-width: 768px) {
  .topics-wrap {
    background-position: left bottom, right -70px top;
    padding-top: 60px;
    padding-bottom: 15px;
  }
}

.topics-wrap .ttl {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap #top-tab2 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .topics-wrap #top-tab2 {
    margin-top: 15px;
  }
}

.topics-wrap #top-tab2 #tab-newinfo .pageListNotExists, .topics-wrap #top-tab2 #tab-notice .pageListNotExists, .topics-wrap #top-tab2 #tab-event .pageListNotExists {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap #top-tab2 #tab-newinfo .pageListNotExists, .topics-wrap #top-tab2 #tab-notice .pageListNotExists, .topics-wrap #top-tab2 #tab-event .pageListNotExists {
    min-height: 265px;
  }
}

@media screen and (max-width: 768px) {
  .topics-wrap #top-tab2 #tab-newinfo .pageListNotExists, .topics-wrap #top-tab2 #tab-notice .pageListNotExists, .topics-wrap #top-tab2 #tab-event .pageListNotExists {
    min-height: 550px;
  }
}

.topics-wrap #top-tab2 #tab-event .more {
  border: none;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap #top-tab2 #tab-event .more {
    display: flex;
    justify-content: space-between;
    width: 650px;
  }
}

@media screen and (max-width: 768px) {
  .topics-wrap #top-tab2 #tab-event .more {
    width: 380px;
  }
}

.topics-wrap #top-tab2 #tab-event .more a {
  border: 2px solid #990000;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap #top-tab2 #tab-event .more a {
    width: 306px;
  }
}

@media screen and (max-width: 768px) {
  .topics-wrap #top-tab2 #tab-event .more a {
    margin-top: 20px;
    width: 380px;
  }
}

.topics-wrap #top-tab2 .tab-nav .list {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap #top-tab2 .tab-nav .list {
    width: 1000px;
  }
}

.topics-wrap #top-tab2 .tab-nav .list li {
  background-color: #990000;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap #top-tab2 .tab-nav .list li {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .topics-wrap #top-tab2 .tab-nav .list li {
    width: 220px;
  }
}

.topics-wrap #top-tab2 .tab-nav .list li a {
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap #top-tab2 .tab-nav .list li a {
    font-size: 130%;
  }
}

.topics-wrap #top-tab2 .tab-nav .list .hover {
  background-color: #fff;
  border-top: 1px solid #f1e9d5;
  border-right: 1px solid #f1e9d5;
  border-left: 1px solid #f1e9d5;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap #top-tab2 .tab-nav .list .hover {
    margin-bottom: -1px;
  }
}

@media screen and (max-width: 768px) {
  .topics-wrap #top-tab2 .tab-nav .list .hover {
    border-width: 2px;
    margin-bottom: -4px;
  }
}

.topics-wrap #top-tab2 .tab-nav .list .hover a {
  border-top: 3px solid #990000;
  color: #333;
  padding: 18px 0;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap #top-tab2 .tab-nav .list .hover a {
    font-size: 153%;
  }
}

.topics-wrap #top-tab2 .tab-nav .list .hover a:focus {
  background-color: #fff;
}

.topics-wrap #top-tab2 .in .box-in {
  background-color: #fff;
  border: 1px solid #f1e9d5;
}

@media screen and (max-width: 768px) {
  .topics-wrap #top-tab2 .in .box-in {
    border-width: 2px;
    margin-top: 2px;
  }
}

.topics-wrap #top-tab2 .in .list2 {
  overflow: auto;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap #top-tab2 .in .list2 {
    height: 255px;
    margin: 10px 50px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .topics-wrap #top-tab2 .in .list2 {
    height: 550px;
    margin: 0 28px 0 28px;
  }
}

.topics-wrap #top-tab2 .in .list2 li {
  align-items: center;
  border-bottom: 1px solid #f6f5e9;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap #top-tab2 .in .list2 li {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .topics-wrap #top-tab2 .in .list2 li {
    margin-top: 16px;
    padding-bottom: 8px;
  }
}

.topics-wrap #top-tab2 .in .list2 li .date {
  color: #990000;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap #top-tab2 .in .list2 li .date {
    font-size: 111%;
    flex-shrink: 0;
    margin-right: 22px;
  }
}

@media screen and (max-width: 768px) {
  .topics-wrap #top-tab2 .in .list2 li .date {
    display: block;
  }
}

.topics-wrap #top-tab2 .in .list2 li .txt a {
  color: #333333;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap #top-tab2 .in .list2 li .txt a {
    font-size: 111%;
    padding: 14px 0;
  }
}

.topics-wrap #top-tab2 .more {
  border: 2px solid #990000;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap #top-tab2 .more {
    margin: 20px auto 20px;
    width: 310px;
  }
}

@media screen and (max-width: 768px) {
  .topics-wrap #top-tab2 .more {
    margin: 22px auto 30px;
    width: 310px;
  }
}

.topics-wrap #top-tab2 .more a {
  background: url(../image/red_arrow_right.png) right 12px center no-repeat;
  color: #333;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .topics-wrap #top-tab2 .more a {
    font-size: 111%;
    padding: 12px 35px;
  }
}

@media screen and (max-width: 768px) {
  .topics-wrap #top-tab2 .more a {
    background-size: 26px;
    padding: 23px 36px;
  }
}

.sns-list {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .sns-list {
    flex-wrap: wrap;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .sns-list {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}

.sns-list li {
  background-color: #fff;
  border: 1px solid #f1e9d5;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .sns-list li {
    margin-bottom: 10px;
    width: 320px;
  }
  .sns-list li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sns-list li {
    align-items: center;
    display: flex;
    border-width: 2px;
    margin-bottom: 20px;
    min-height: 100px;
    width: 330px;
  }
  .sns-list li:nth-child(odd) {
    margin-right: 38px;
  }
}

.sns-list li a {
  color: #333;
  text-decoration: none;
}

.sns-list li a:hover {
  text-decoration: underline;
}

.sns-list li a:hover img {
  opacity: 0.85;
}

@media print, screen and (min-width: 769px) {
  .sns-list li .item-nolink {
    height: 100%;
  }
}

.sns-list li .item-in {
  align-items: center;
  box-sizing: border-box;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .sns-list li .item-in {
    height: 100%;
    margin-left: 30px;
    padding: 12px 0;
  }
}

@media screen and (max-width: 768px) {
  .sns-list li .item-in .item-img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 28px;
    height: 57px;
    width: 53px;
  }
}

@media print, screen and (min-width: 769px) {
  .sns-list li .item-in .item-img img {
    max-height: 44px;
    max-width: 42px;
  }
}

@media screen and (max-width: 768px) {
  .sns-list li .item-in .item-img img {
    max-height: 57px;
    max-width: 53px;
  }
}

@media print, screen and (min-width: 769px) {
  .sns-list li .item-in .item-txt {
    margin-left: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .sns-list li .item-in .item-txt > * {
    font-size: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sns-list li .item-in .item-txt > * {
    font-size: 80%;
  }
}

.about-kanazawa-wrap {
  background: url(../image/about_kanazawa_bg.png) center center/cover no-repeat;
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap {
    padding-top: 78px;
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 768px) {
  .about-kanazawa-wrap {
    background-position: center bottom -22px;
    padding-top: 50px;
  }
}

.about-kanazawa-wrap .ttl {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .arekore-population-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
  }
}

.about-kanazawa-wrap .arekore-population-wrap .text-ttl {
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .arekore-population-wrap .text-ttl {
    font-size: 167%;
  }
}

@media screen and (max-width: 768px) {
  .about-kanazawa-wrap .arekore-box .text-ttl {
    font-size: 125%;
    margin-top: 55px;
    margin-bottom: 10px;
  }
}

.about-kanazawa-wrap .arekore-box .arekore-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .arekore-box .arekore-list {
    margin-top: 14px;
    width: 490px;
  }
}

.about-kanazawa-wrap .arekore-box .arekore-list a {
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .arekore-box .arekore-list a {
    font-size: 111%;
  }
  .about-kanazawa-wrap .arekore-box .arekore-list a:hover {
    text-decoration: underline;
  }
  .about-kanazawa-wrap .arekore-box .arekore-list a:hover img {
    opacity: 0.85;
  }
}

.about-kanazawa-wrap .arekore-box .arekore-list li {
  background-color: #fff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .arekore-box .arekore-list li {
    padding: 2px 0 2px 2px;
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .about-kanazawa-wrap .arekore-box .arekore-list li {
    border-width: 2px;
    margin-bottom: 28px;
    width: 330px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .arekore-box .arekore-list li:not(:nth-child(n+3)) {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .arekore-box .arekore-list li .item-nolink {
    height: 100%;
  }
}

.about-kanazawa-wrap .arekore-box .arekore-list li .item-in {
  align-items: center;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .arekore-box .arekore-list li .item-in {
    height: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .arekore-box .arekore-list li .item-in .item-img img {
    height: 74px;
    width: 78px;
  }
}

@media screen and (max-width: 768px) {
  .about-kanazawa-wrap .arekore-box .arekore-list li .item-in .item-img img {
    height: 106px;
    width: 106px;
  }
}

.about-kanazawa-wrap .arekore-box .arekore-list li .item-in .item-txt {
  flex: 1 0 auto;
  margin-left: 18px;
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .arekore-box .arekore-list li .item-in .item-txt {
    max-width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .about-kanazawa-wrap .arekore-box .arekore-list li .item-in .item-txt {
    max-width: 204px;
  }
}

.about-kanazawa-wrap .arekore-box .arekore-list li .item-in .item-txt > * {
  background: url(../image/arekore_text_bg.png) left bottom repeat-x;
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .arekore-box .arekore-list li .item-in .item-txt > * {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .about-kanazawa-wrap .arekore-box .arekore-list li .item-in .item-txt > * {
    padding-bottom: 6px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .population-box {
    width: 490px;
  }
}

@media screen and (max-width: 768px) {
  .about-kanazawa-wrap .population-box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .about-kanazawa-wrap .population-box .text-ttl {
    font-size: 125%;
  }
}

.about-kanazawa-wrap .population-box .population-list-wrap {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .population-box .population-list-wrap {
    margin-top: 14px;
    padding-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .about-kanazawa-wrap .population-box .population-list-wrap {
    margin-top: 14px;
    padding: 32px 56px 20px 56px;
  }
}

.about-kanazawa-wrap .population-box .population-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .population-box .population-list {
    margin: 0 auto;
    width: 402px;
  }
}

.about-kanazawa-wrap .population-box .population-list li {
  display: flex;
  flex-direction: column;
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .population-box .population-list li {
    align-items: flex-end;
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  .about-kanazawa-wrap .population-box .population-list li {
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .about-kanazawa-wrap .population-box .population-list li img {
    height: 80px;
    width: 90px;
  }
}

.about-kanazawa-wrap .population-box .population-list li .population-ttl {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .population-box .population-list li .population-ttl {
    font-size: 111%;
    margin-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  .about-kanazawa-wrap .population-box .population-list li .unit {
    margin-left: auto;
    width: auto;
  }
}

.about-kanazawa-wrap .population-box .publish-date {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .about-kanazawa-wrap .population-box .publish-date {
    margin-top: 12px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .about-kanazawa-wrap .population-box .publish-date {
    font-size: 80%;
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 769px) {
  .related-facilities-wrap {
    background: url(../image/facilities_bg.png) center center/cover no-repeat;
    padding-top: 62px;
    padding-bottom: 68px;
  }
}

@media screen and (max-width: 768px) {
  .related-facilities-wrap {
    background: url(../image/sp_facilities_bg.png) center center no-repeat;
    padding-top: 60px;
    padding-bottom: 68px;
  }
}

.related-facilities-wrap .ttl {
  text-align: center;
}

.related-facilities-wrap .related-list {
  background-color: rgba(255, 255, 255, 0.8);
}

@media print, screen and (min-width: 769px) {
  .related-facilities-wrap .related-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 35px 40px 40px 40px;
  }
}

@media screen and (max-width: 768px) {
  .related-facilities-wrap .related-list {
    margin-top: 28px;
    padding: 40px 60px 45px 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .related-facilities-wrap .related-list li {
    margin-bottom: 8px;
    width: 215px;
  }
}

@media screen and (max-width: 768px) {
  .related-facilities-wrap .related-list li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.related-facilities-wrap .related-list li a {
  background: url(../image/list_arrow.png) left center no-repeat;
  color: #333;
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .related-facilities-wrap .related-list li a {
    font-size: 111%;
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .related-facilities-wrap .related-list li a {
    background-size: 14px 20px;
    padding-left: 33px;
  }
}

@media print, screen and (min-width: 769px) {
  .related-facilities-wrap .related-list li:not(:nth-child(3n)) {
    margin-right: 120px;
  }
}

.pickup-add-wrap {
  background: url(../image/pickup_bg_left.png) left 22px bottom 125px no-repeat, url(../image/pickup_bg_right.png) right top 30px no-repeat;
}

@media print, screen and (min-width: 769px) {
  .pickup-add-wrap {
    padding-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-add-wrap {
    background-position: left -44px top 290px, right -80px top -45px;
    padding-top: 55px;
  }
}

.pickup-add-wrap .ttl {
  text-align: center;
}

.pickup-add-wrap .pickup-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .pickup-add-wrap .pickup-list {
    margin-top: 15px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-add-wrap .pickup-list {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup-add-wrap .pickup-list li {
    margin-bottom: 10px;
  }
  .pickup-add-wrap .pickup-list li:not(:nth-child(4n)) {
    margin-right: 13px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-add-wrap .pickup-list li {
    margin-bottom: 8px;
  }
  .pickup-add-wrap .pickup-list li:not(:nth-child(3n)) {
    margin-right: 13px;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup-add-wrap .pickup-list li img {
    height: 74px;
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-add-wrap .pickup-list li img {
    height: 70px;
    width: 224px;
  }
}

.pickup-add-wrap .text-list {
  border: 1px solid #e2e2e2;
}

@media print, screen and (min-width: 769px) {
  .pickup-add-wrap .text-list {
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 35px 40px 40px 40px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-add-wrap .text-list {
    background: rgba(255, 255, 255, 0.8);
    border-width: 2px;
    margin-top: 33px;
    padding: 40px 60px 45px 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup-add-wrap .text-list li {
    margin-bottom: 8px;
    width: 215px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-add-wrap .text-list li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.pickup-add-wrap .text-list li a {
  background: url(../image/list_arrow.png) left center no-repeat;
  color: #333;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .pickup-add-wrap .text-list li a {
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-add-wrap .text-list li a {
    background-size: 14px 20px;
    padding-left: 35px;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup-add-wrap .text-list li:not(:nth-child(3n)) {
    margin-right: 120px;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup-add-wrap .add-box {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-add-wrap .add-box {
    margin-top: 85px;
    margin-bottom: 30px;
  }
}

.pickup-add-wrap .add-box p.ttl-text {
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .pickup-add-wrap .add-box p.ttl-text {
    font-size: 167%;
  }
}

@media screen and (max-width: 768px) {
  .pickup-add-wrap .add-box p.ttl-text {
    font-size: 118%;
    margin-bottom: 10px;
  }
}

.pickup-add-wrap .add-box .list {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .pickup-add-wrap .add-box .list {
    margin: 20px auto 0;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-add-wrap .add-box .list {
    margin: 0 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup-add-wrap .add-box .list li {
    margin-bottom: 10px;
  }
  .pickup-add-wrap .add-box .list li:not(:nth-child(4n)) {
    margin-right: 13px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-add-wrap .add-box .list li {
    margin-bottom: 8px;
  }
  .pickup-add-wrap .add-box .list li:not(:nth-child(3n)) {
    margin-right: 9px;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup-add-wrap .add-box .list img {
    height: 74px;
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-add-wrap .add-box .list img {
    height: 70px;
    width: 224px;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup-add-wrap .add-box .about-add {
    margin: 0 auto;
    text-align: right;
    width: 870px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-add-wrap .add-box .about-add {
    text-align: right;
  }
}

.pickup-add-wrap .add-box .about-add a {
  background: url(../image/list_arrow.png) left center no-repeat;
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .pickup-add-wrap .add-box .about-add a {
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-add-wrap .add-box .about-add a {
    background-size: 14px 20px;
    padding-left: 35px;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  background: url(../image/footer_bg.png) center bottom repeat;
}

@media print, screen and (min-width: 769px) {
  footer {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 90px;
  }
}

footer .in {
  position: relative;
}

footer .box {
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 90%;
}

footer #pagetop a {
  display: block;
  background: url(../image/footer_pagetop.png) no-repeat left center;
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  footer #pagetop a {
    padding: 26px 0 26px 0;
  }
}

@media screen and (max-width: 768px) {
  footer #pagetop a {
    background-size: 68px;
  }
}

footer .footer-info-box {
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .footer-info-box {
    padding-top: 100px;
  }
}

footer .footer-info-box #footer-logo {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box #footer-logo {
    margin: 0 auto;
    width: 870px;
  }
  footer .footer-info-box #footer-logo img {
    height: 125px;
    width: 140px;
  }
}

footer .footer-info-box #footer-logo::before, footer .footer-info-box #footer-logo::after {
  content: '';
  display: inline-block;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box #footer-logo::before {
    background: url(../image/footer_illust1.png) center center no-repeat;
    height: 126px;
    left: 28px;
    top: -30px;
    width: 255px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box #footer-logo::before {
    background: url(../image/sp_footer_illust1.png) center center no-repeat;
    height: 367px;
    left: 70px;
    top: -30px;
    width: 301px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box #footer-logo::after {
    background: url(../image/footer_illust2.png) center center no-repeat;
    height: 82px;
    right: 110px;
    top: -15px;
    width: 165px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box #footer-logo::after {
    background: url(../image/sp_footer_illust2.png) center center no-repeat;
    height: 313px;
    right: 60px;
    top: -40px;
    width: 210px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box .address-tel {
    margin-top: 34px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .address-tel {
    margin-top: 190px;
  }
}

footer .footer-info-box .access-list {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box .access-list {
    margin: 16px auto 0;
    width: 364px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .access-list {
    margin: 20px auto 0;
    width: 700px;
  }
}

footer .footer-info-box .access-list::before, footer .footer-info-box .access-list::after {
  content: '';
  display: inline-block;
  position: absolute;
}

footer .footer-info-box .access-list::before {
  background: url(../image/footer_illust3.png) center center no-repeat;
  height: 86px;
  left: -205px;
  top: -30px;
  width: 114px;
}

footer .footer-info-box .access-list::after {
  background: url(../image/footer_illust4.png) center center no-repeat;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box .access-list::after {
    height: 94px;
    right: -200px;
    top: -45px;
    width: 100px;
  }
}

footer .footer-info-box .access-list li {
  background-color: #990000;
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .access-list li {
    width: 330px;
  }
}

footer .footer-info-box .access-list li a {
  background: url(../image/footer_white_arrow.png) right 10px center no-repeat;
  color: #fff;
  display: block;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box .access-list li a {
    padding: 5px 28px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .access-list li a {
    background-position: right 17px center;
    background-size: 14px 20px;
    padding: 25px 30px;
  }
}

footer .footer-info-box .access-list li a:hover {
  text-decoration: underline;
}

footer .footer-info-box .footer-links-list {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box .footer-links-list {
    margin: 35px auto 10px;
    justify-content: space-between;
    width: 605px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .footer-links-list {
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto 0;
    width: 530px;
  }
}

footer .footer-info-box .footer-links-list li {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box .footer-links-list li:not(:last-child)::before {
    background-color: #78776b;
    content: '';
    display: inline-block;
    position: absolute;
    top: 5px;
    height: 13px;
    right: -10px;
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .footer-links-list li:first-child::before {
    background-color: #78776b;
    content: '';
    display: inline-block;
    position: absolute;
    top: 5px;
    height: 28px;
    right: -18px;
    width: 2px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .footer-links-list li:not(:last-child) {
    margin-right: 28px;
  }
  footer .footer-info-box .footer-links-list li:nth-child(3) {
    margin-right: 0;
  }
  footer .footer-info-box .footer-links-list li:nth-child(3)::before {
    display: none;
  }
}

footer .footer-info-box .footer-links-list li a {
  color: #333;
}

footer .copyright {
  padding: 11px 0;
  background-color: #e8bb5e;
  color: #333;
  font-size: 80%;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer .copyright {
    background: url(../image/footer_copyright_bg.png) center center/contain repeat-x;
  }
}

@media screen and (max-width: 768px) {
  footer .copyright {
    background: url(../image/sp_footer_copyright_bg.png) center center/contain repeat-x;
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .box {
    width: 1000px;
    padding: 50px 0 25px 0;
  }
  footer #pagetop {
    width: 54px;
    position: absolute;
    top: 50px;
    right: 50px;
  }
}

@media screen and (max-width: 768px) {
  footer #pagetop {
    height: 68px;
    position: absolute;
    top: -35px;
    right: 26px;
    width: 68px;
  }
  footer #pagetop a {
    height: 68px;
    width: 68px;
  }
  #aistaff-container {
    display: none;
  }
}

#sp-aistaff-container {
  position: fixed;
  right: 200px;
  bottom: 20px;
  z-index: 500;
  width: 33.333%;
}

#sp-aistaff-container .chatbot-close {
  content: '';
  position: absolute;
  background: url(../image/close.png) no-repeat;
  background-size: 100%;
  width: 64px;
  height: 64px;
  top: -30px;
  right: -190px;
}
