@charset "UTF-8";
/*
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 {
  margin-top: 20px;
  background: #fff;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  border: 1px solid #25201e;
  padding: 0;
}

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

h2.head-title .bg2, .wysiwyg h2 .bg2, .free-layout-area h2 .bg2 {
  display: block;
  border-bottom: 4px solid #f1890f;
  padding: 12px 15px 10px 20px;
}

@media all and (-ms-high-contrast: none) {
  h2.head-title .bg2, .wysiwyg h2 .bg2, .free-layout-area h2 .bg2 {
    padding: 15px 15px 7px 20px;
  }
}

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: #fefbec;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  border-left: 5px solid #f4a548;
}

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

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  background: url(../img_common/bg_common_stripe.png);
  font-size: 120%;
  padding: 5px 0px;
}

h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  display: block;
  background-color: #fff;
}

h4 .bg2, .wysiwyg h4 .bg2, .free-layout-area h4 .bg2 {
  display: block;
  padding: 10px;
}

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

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 110%;
  padding-left: 3px;
  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: 20px;
}

@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 #eebb80;
  margin-top: 10px;
}

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

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

.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("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", -apple-system, BlinkMacSystemFont, "Helvetica Neue", 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: #EEBA7F;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.scheme11 {
  background-color: #F1880E;
  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 #ccc !important;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 26px !important;
    height: 26px !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: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #f5f5f5;
  border: 6px solid #ccc;
  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: #626262;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  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;
}

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

/*==================================
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 {
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
    /* #sns-area */
    /* end-#sns-area */
  }
  #header #header-nav {
    padding: 0;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1000px;
    margin-bottom: 13px;
  }
  #header #header-nav .list > li {
    position: relative;
    float: left;
    width: 170px;
    margin-left: 0px;
    text-align: center;
    box-sizing: border-box;
  }
  #header #header-nav .list > li a {
    display: flex;
    justify-content: center;
    align-items: top;
    padding: 0;
    color: #25201e;
    font-weight: bold;
    font-size: 110%;
    text-decoration: none;
    height: 100%;
    min-height: calc(1em + 23px);
    vertical-align: middle;
  }
  #header #header-nav .list > li a:hover {
    text-decoration: underline;
  }
  #header #header-nav .list {
    position: relative;
    z-index: 1;
  }
  #header #header-nav .list .nav1::before, #header #header-nav .list .nav2::before, #header #header-nav .list .nav3::before, #header #header-nav .list .nav4::before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../img_common/pc_icon_plus_common.png) no-repeat center center;
  }
  #header #header-nav .list .nav2 {
    margin-right: 320px;
  }
  #header .header-subnav-area {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 60px;
  }
  #header .header-subnav-area #header-logo {
    position: absolute;
    bottom: calc(-1em - 31px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  #header .header-subnav-area .box {
    padding: 0;
    box-sizing: border-box;
  }
  #header .header-subnav-area .box .unit {
    display: block;
    float: right;
  }
  #header .header-subnav-area .box .unit .language select {
    padding: 5px 25px 5px 10px;
    background: #fff url(../img_common/pc_select_arrow.png) no-repeat right 8px center;
    border: 1px solid #372919;
    border-radius: 0 0 2px 2px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    /* デフォルトのスタイルを無効 */
    margin-top: -1px;
  }
  #header .header-subnav-area .box .unit .language select::-ms-expand {
    display: none;
    /* デフォルトのスタイルを無効(IE用) */
  }
  #header .header-subnav-area .box .unit .lang-select-wrap {
    padding: 0 0 0 10px;
    margin-top: -1px;
    border: 1px solid #372919;
    border-radius: 0 0 5px 5px;
    min-height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }
  #header .header-subnav-area .box .unit .lang-select-wrap .img-wrap {
    margin-right: 0px;
    margin-top: 5px;
  }
  #header .header-subnav-area .box .unit .lang-select-wrap .img-wrap img {
    width: 16px;
  }
  #header .header-subnav-area .box .unit .lang-select-wrap .lang-select {
    padding: 1px 25px 4px 5px;
    border: 0;
    background: url(../img_common/pc_select_arrow.png) no-repeat right 10px center/8px 6px transparent;
    -webkit-appearance: none;
    appearance: none;
  }
  #header .header-subnav-area .box .unit .lang-select-wrap .lang-select::-ms-expand {
    display: none;
  }
  #header .header-subnav-area .box .unit .lang-select-wrap .btn-lang-select {
    padding: 0 10px;
    border: 0;
    border-left: 1px solid #9b948c;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    cursor: pointer;
  }
  #header .header-subnav-area .box .unit .list {
    margin-top: 3px;
  }
  #header .header-subnav-area .box .header-size button, #header .header-subnav-area .box .header-color button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    outline: none;
    padding: 0;
  }
  #header .header-subnav-area .box .header-size .title, #header .header-subnav-area .box .header-color .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  #header .header-subnav-area .box .header-size .title span, #header .header-subnav-area .box .header-color .title span {
    display: block;
    padding-top: 2px;
  }
  #header .header-subnav-area .box .header-size dd img, #header .header-subnav-area .box .header-color dd img {
    margin-right: 5px;
    cursor: pointer;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box .header-size, #header .header-subnav-area .box .header-color {
    padding-left: 10px;
  }
  #header .header-subnav-area .box .unit2 li {
    padding-left: 10px;
  }
  #header #sns-area {
    position: fixed;
    z-index: 100;
    top: 250px;
    right: 16px;
  }
  #header #sns-area .list li {
    margin: 16px 0px;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    /* モーダル */
  }
  #sp-header button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    display: block;
    cursor: pointer;
    width: 100%;
  }
  #sp-header button:focus {
    outline: 2px solid black;
  }
  #sp-header .box {
    display: block;
    margin: 0 !important;
    height: 168px;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    position: absolute;
    height: 116px;
    width: 318px;
    margin: 0 auto;
    top: 21px;
    right: 0;
    left: 0;
    z-index: 51;
  }
  #sp-header .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav {
    position: absolute;
    right: 27px;
    top: 30px;
    width: 70px;
    height: 56px;
    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 {
    margin-left: 10px;
    width: 46%;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    left: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 56px;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: #000;
    z-index: 9;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    margin: 0;
    padding: 123px 25px 0;
    background-color: rgba(241, 137, 15, 0.95);
    box-sizing: border-box;
  }
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-menu-close {
    padding: 20px 0;
    text-align: center;
  }
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-search .menu-btn-close,
  #sp-header .modal-menu .menu-btn-close {
    position: absolute;
    top: 30px;
    right: 27px;
    z-index: 2;
  }
  #sp-header .modal-search .menu-btn-close span,
  #sp-header .modal-menu .menu-btn-close span {
    cursor: pointer;
  }
  #sp-header .modal-search .menu-btn-close::before,
  #sp-header .modal-menu .menu-btn-close::before {
    display: block;
    position: absolute;
    content: "";
    width: 70px;
    height: 56px;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #f28f1b;
  }
  #sp-header .modal-search .list li,
  #sp-header .modal-menu .list li {
    display: block;
    background-color: #fff;
    margin: 20px 0;
    position: relative;
  }
  #sp-header .modal-search .list li::before,
  #sp-header .modal-menu .list li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 24px;
    content: '';
    width: 40px;
    height: 40px;
    background: url(../img_common/sp_icon_plus_common.png) no-repeat center center;
  }
  #sp-header .modal-search .list a,
  #sp-header .modal-menu .list a {
    display: block;
    padding: 40px 20px 40px 85px;
    color: #25201e;
    font-size: 180%;
    font-weight: bold;
    text-decoration: none;
  }
  #sp-header .modal-search .title,
  #sp-header .modal-menu .title {
    background: url(../img_common/modal_menu_btn_plus.png) no-repeat 32px center;
    padding: 20px 25px 18px 80px;
    font-weight: normal;
  }
  #sp-header .modal-search .on,
  #sp-header .modal-menu .on {
    background-image: url(../img_common/modal_menu_btn_minus.png);
  }
}

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

@media screen and (max-width: 768px) {
  #sp-header .support-block {
    overflow: hidden;
  }
  #sp-header .support-block .unit {
    display: block;
    margin: 60px auto 60px;
  }
  #sp-header .support-block .unit .language select {
    margin: 0 auto;
    display: block;
    padding: 20px 300px 20px 30px;
    background: #fff url(../img_common/sp_select_arrow.png) no-repeat right 8px center;
    border: 2px solid #372919;
    border-radius: 0 0 2px 2px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    /* デフォルトのスタイルを無効 */
    margin-top: -1px;
    font-size: 110%;
    font-weight: bold;
  }
  #sp-header .support-block .unit .language select::-ms-expand {
    display: none;
    /* デフォルトのスタイルを無効(IE用) */
  }
  #sp-header .support-block .unit .lang-select-wrap {
    box-sizing: border-box;
    padding: 15px 0 15px 10px;
    margin: 0 auto;
    width: 550px;
    border: 2px solid #372919;
    border-radius: 5px;
    min-height: 70px;
    display: flex;
    align-items: center;
    background: #fff;
  }
  #sp-header .support-block .unit .lang-select-wrap select {
    width: 450px;
    font-size: 110%;
    font-weight: bold;
  }
  #sp-header .support-block .unit .lang-select-wrap .img-wrap {
    margin-right: 0px;
    margin-top: 5px;
  }
  #sp-header .support-block .unit .lang-select-wrap .img-wrap img {
    width: 16px;
  }
  #sp-header .support-block .unit .lang-select-wrap .lang-select {
    padding: 1px 25px 4px 5px;
    border: 0;
    background: #fff url(../img_common/sp_select_arrow.png) no-repeat right 8px center;
    -webkit-appearance: none;
    appearance: none;
  }
  #sp-header .support-block .unit .lang-select-wrap .lang-select::-ms-expand {
    display: none;
  }
  #sp-header .support-block .unit .lang-select-wrap .btn-lang-select {
    padding: 0 10px;
    margin-right: 10px;
    border: 0;
    border-left: 1px solid #9b948c;
    height: 100%;
    width: 3em;
    font-size: 110%;
    font-weight: bold;
    display: flex;
    align-items: center;
    background: #fff;
    cursor: pointer;
  }
  #sp-header .menu-close2 {
    margin-top: 0px;
  }
  #sp-header .menu-close2 button {
    padding: 30px 0;
    background-color: #25201e;
  }
  #sp-header .menu-close2 button:focus {
    background-color: #4A4746;
  }
  #sp-header .menu-close2 button span {
    padding: 0 10px 0 50px;
    background: url(../img_common/sp_ico_batsu.png) no-repeat left center;
    display: inline-block;
    color: #fff;
    font-size: 200%;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  }
  .sp-sns-area {
    display: block;
    font-size: 0;
    width: 100%;
    margin: 50px 0 0;
    padding: 20px 0;
    text-align: center;
    background-color: #fff;
  }
  .sp-sns-area .sns-list {
    font-size: 0;
    display: inline-block;
  }
  .sp-sns-area .sns-list li {
    display: inline-block;
    margin: 0 15px;
  }
}

/*container*/
@media screen and (max-width: 768px) {
  #container {
    margin: 0 10px;
  }
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .box {
    height: 122px;
  }
}

#container {
  position: relative;
  z-index: 1001;
}

#header-print {
  position: relative;
  z-index: 1002;
}

#mv {
  position: relative;
}

#mv .mv-bg {
  width: 100%;
  height: 100%;
  background: url(../img_common/bg_common_stripe.png);
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  #mv .mv-bg {
    right: -10px;
    bottom: -10px;
  }
}

@media screen and (max-width: 768px) {
  #mv .mv-bg {
    right: -17px;
    bottom: -17px;
  }
}

@media print, screen and (min-width: 769px) {
  #mv::before {
    display: block;
    content: "";
    position: absolute;
    width: 320px;
    height: 36px;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img_common/pc_header_logo_bg.png) no-repeat center bottom;
    z-index: 100;
  }
}

@media screen and (max-width: 768px) {
  #mv::before {
    display: block;
    content: "";
    position: absolute;
    width: 411px;
    height: 41px;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../img_common/sp_header_logo_bg.png) no-repeat center bottom;
    z-index: 100;
  }
}

@media print, screen and (min-width: 769px) {
  #mv {
    width: 1200px;
    min-height: 530px;
    height: 530px;
    margin: 0 auto;
    padding-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  #mv {
    width: 700px;
    min-height: 580px;
    height: 580px;
    margin: 0 auto 130px;
    padding-top: 0px;
  }
}

#mv .slider-area .in {
  display: block;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  #mv .slider-area .in {
    height: 530px;
  }
}

@media screen and (max-width: 768px) {
  #mv .slider-area .in {
    height: 580px;
  }
}

#mv .slider-area .in .list li img {
  display: block;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media print, screen and (min-width: 769px) {
  #mv .slider-area .in .list li img {
    width: 1200px;
    height: 530px;
  }
}

@media screen and (max-width: 768px) {
  #mv .slider-area .in .list li img {
    width: 700px;
    height: 580px;
  }
}

#mv .slider-area .in .list a:hover .photo {
  opacity: 0.7;
}

#mv .slider-area .in .list img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  width: 100%;
  height: 100%;
}

#mv .slider-area .pager-auto {
  background: none !important;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#mv .slider-area .pager-auto .pager {
  margin-top: 10px;
  background: none !important;
  pointer-events: auto;
}

#mv .slider-area .pager-auto .pager .bx-pager, #mv .slider-area .pager-auto .pager .bx-pager-list {
  background: none !important;
}

#mv .slider-area .pager-auto .pager .bx-pager-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  #mv .slider-area .pager-auto .pager .bx-pager-list {
    height: 24px;
  }
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .pager .bx-pager-list {
    margin: 20px 0 0 0;
    height: 50px;
  }
}

#mv .slider-area .pager-auto .pager .bx-pager-item {
  margin-right: 15px;
  background: none !important;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .pager .bx-pager-item {
    margin-right: 30px;
    width: 24px;
    margin-bottom: 5px;
  }
}

#mv .slider-area .pager-auto .pager .bx-pager-item .bx-pager-link {
  border: 1px solid #362d29;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .pager .bx-pager-item .bx-pager-link {
    border: 2px solid #362d29;
    width: 20px;
    height: 20px;
  }
}

#mv .slider-area .pager-auto .pager .bx-pager-item .active {
  margin-top: 0;
  background-color: #362d29;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .pager .bx-pager-item .active {
    margin-top: 0;
  }
}

#mv .slider-area .pager-auto .auto {
  background: none !important;
  pointer-events: auto;
}

#mv .slider-area .pager-auto .auto .bx-controls-auto {
  background: none !important;
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item {
  background: none !important;
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-start {
  background: url(../img_top/pc_slider_start.png) no-repeat 55% center;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-start {
    background: url(../img_top/sp_slider_start.png) no-repeat 55% center;
  }
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-stop {
  background: url(../img_top/pc_slider_stop.png) no-repeat center center;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-stop {
    background: url(../img_top/sp_slider_stop.png) no-repeat center center;
  }
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item .active {
  display: none;
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item button {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .auto .bx-controls-auto-item button {
    width: 62px;
    height: 62px;
  }
}

#mv .slider-area .prev {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .prev {
    margin-right: 10px;
  }
}

#mv .slider-area .prev button::after {
  transform: translateY(-50%) rotate(135deg);
}

@media print, screen and (min-width: 769px) {
  #mv .slider-area .prev button::after {
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  #mv .slider-area .prev button::after {
    left: 27px;
  }
}

#mv .slider-area .next {
  margin-left: 10px;
}

#mv .slider-area .next button::after {
  transform: translateY(-50%) rotate(-45deg);
}

@media print, screen and (min-width: 769px) {
  #mv .slider-area .next button::after {
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  #mv .slider-area .next button::after {
    right: 27px;
  }
}

#mv .slider-area .prev, #mv .slider-area .next {
  pointer-events: auto;
}

#mv .slider-area .prev button::after, #mv .slider-area .next button::after {
  content: "";
  position: absolute;
  top: 50%;
  border-right: 1px solid #362d29;
  border-bottom: 1px solid #362d29;
  pointer-events: none;
  width: 44px;
  height: 44px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .prev button::after, #mv .slider-area .next button::after {
    border-right: 2px solid #362d29;
    border-bottom: 2px solid #362d29;
    width: 44px;
    height: 44px;
  }
}

#mv .slider-area .prev button, #mv .slider-area .next button {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  width: 34px;
  height: 64px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .prev button, #mv .slider-area .next button {
    width: 34px;
    height: 66px;
  }
}

#mv .slider-area button {
  padding: 0;
  border: none;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .bx-wrapper {
    margin: 0 auto;
    width: 710px;
    height: 580px !important;
  }
  #mv .slider-area .bx-viewport {
    height: 580px !important;
  }
}

#mv .slider-area .pager-auto {
  margin-top: 15px;
}

#mv .slider-area .photo {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .photo {
    height: 710px;
  }
}

#mv .slider-area .txt {
  padding: 10px 15px;
  background-color: #bcbcbc;
}

#live-in-kasukabe {
  margin: 100px auto 0;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #live-in-kasukabe {
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  #live-in-kasukabe {
    width: 700px;
  }
}

#live-in-kasukabe h2.title {
  display: inline-block;
  position: relative;
  padding: 0 90px;
  font-size: 240%;
  font-weight: bold;
  margin-bottom: 30px;
}

#live-in-kasukabe h2.title::before, #live-in-kasukabe h2.title::after {
  content: "";
  display: block;
  position: absolute;
  height: 43px;
  width: 43px;
  background: url(../img_common/pc_icon_plus_common.png) no-repeat center center;
  bottom: 20px;
}

#live-in-kasukabe h2.title::before {
  left: 0;
}

#live-in-kasukabe h2.title::after {
  right: 0;
}

#live-in-kasukabe p {
  font-size: 110%;
}

@media screen and (max-width: 768px) {
  #live-in-kasukabe h2.title {
    display: inline-block;
    position: relative;
    padding: 0 72px;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #live-in-kasukabe h2.title::before, #live-in-kasukabe h2.title::after {
    content: "";
    display: block;
    position: absolute;
    height: 44px;
    width: 44px;
    background: url(../img_common/sp_icon_plus_common.png) no-repeat center center;
    bottom: 20px;
  }
  #live-in-kasukabe h2.title::before {
    left: 0;
  }
  #live-in-kasukabe h2.title::after {
    right: 0;
  }
  #live-in-kasukabe p {
    font-size: 100%;
    width: 700px;
    margin: 0 auto;
  }
}

#news-area {
  width: 1200px;
  margin: 100px auto 100px;
  background-color: #fefbec;
}

#news-area .title {
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px 15px 20px;
  background-color: #fefbec;
  color: #333;
  font-size: 190%;
  text-align: center;
  position: relative;
}

#news-area .in2 {
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

#news-area .in2::before, #news-area .in2::after {
  content: "";
  display: block;
  position: absolute;
  height: 44px;
  width: 44px;
  background-image: url(../img_common/pc_icon_plus_common.png);
  background-repeat: no-repeat;
}

#news-area .in2::before {
  background-position-x: -37px;
  background-position-y: -37px;
  top: -23px;
  left: -23px;
}

#news-area .in2::after {
  background-position-x: -20px;
  background-position-y: -37px;
  top: -23px;
  right: -23px;
}

#news-area .in3 {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 40px 40px 30px 50px;
}

#news-area .in3::before, #news-area .in3::after {
  content: "";
  display: block;
  position: absolute;
  height: 44px;
  width: 44px;
  background-image: url(../img_common/pc_icon_plus_common.png);
  background-repeat: no-repeat;
}

#news-area .in3::before {
  background-position-x: -37px;
  background-position-y: -18px;
  bottom: -23px;
  left: -23px;
}

#news-area .in3::after {
  background-position-x: -20px;
  background-position-y: -18px;
  bottom: -23px;
  right: -23px;
}

#news-area .in2 .in3 .list2 {
  height: 180px;
  overflow-y: scroll;
}

#news-area .in2 .in3 .list2 li {
  padding: 0px 5px 28px 0px;
}

#news-area .in2 .in3 .list2 li:first-child {
  margin-top: 0;
}

#news-area .in2 .in3 .list2 li .date {
  padding-left: 10px;
  position: relative;
}

#news-area .in2 .in3 .list2 li .date::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #f1890f;
}

#news-area .in2 .in3 .list2 li .text {
  display: block;
}

#news-area .in2 .in3 .list2 li .text a {
  color: #25201e;
}

@media print, screen and (min-width: 769px) {
  #news-area .in2 .in3 .list2 li {
    overflow: hidden;
  }
  #news-area .in2 .in3 .list2 li .date {
    float: left;
  }
  #news-area .in2 .in3 .list2 li .text {
    padding-left: 10em;
  }
}

@media screen and (max-width: 768px) {
  #news-area .in2 .in3 .list2 li .date {
    display: block;
  }
}

#news-area .btn-area {
  width: 960px;
  margin: 0 auto;
  padding: 45px 0;
  height: 150px;
  box-sizing: border-box;
  text-align: center;
}

#news-area .btn-area .show-list {
  margin: 2em 0 1em;
  border: solid 1px #f1890f;
  display: inline-block;
  margin: 0 auto;
  padding: 2px;
}

#news-area .btn-area .show-list a {
  position: relative;
  display: inline-block;
  padding: 15px 90px;
  line-height: 1;
  border: solid 1px #f1890f;
  color: #25201e;
  font-weight: bold;
  font-size: 120%;
  text-decoration: none;
}

#news-area .btn-area .show-list a:hover {
  text-decoration: underline;
}

#news-area .btn-area .show-list a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -27px;
  content: '';
  width: 58px;
  height: 14px;
  background: url(../img_common/pc_arrow_arange2.png) no-repeat center center;
}

#news-area .btn-area .rss {
  float: right;
  padding-top: 10px;
}

#news-area .btn-area .rss a {
  color: #222;
  font-size: 120%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #news-area {
    width: 720px;
    margin: 100px auto 100px;
    background-color: #fefbec;
  }
  #news-area .title {
    overflow: hidden;
    box-sizing: border-box;
    padding: 40px 15px 20px;
    background-color: #fefbec;
    color: #333;
    font-size: 150%;
    text-align: center;
    position: relative;
  }
  #news-area .in2 {
    width: 640px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
  }
  #news-area .in2::before, #news-area .in2::after {
    content: "";
    display: block;
    position: absolute;
    height: 44px;
    width: 44px;
    background-image: url(../img_common/sp_icon_plus_common.png);
    background-repeat: no-repeat;
  }
  #news-area .in2::before {
    background-position-x: -37px;
    background-position-y: -37px;
    top: -28px;
    left: -28px;
  }
  #news-area .in2::after {
    background-position-x: -20px;
    background-position-y: -37px;
    top: -28px;
    right: -28px;
  }
  #news-area .in3 {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 40px 40px 30px 50px;
  }
  #news-area .in3::before, #news-area .in3::after {
    content: "";
    display: block;
    position: absolute;
    height: 44px;
    width: 44px;
    background-image: url(../img_common/sp_icon_plus_common.png);
    background-repeat: no-repeat;
  }
  #news-area .in3::before {
    background-position-x: -37px;
    background-position-y: -18px;
    bottom: -28px;
    left: -28px;
  }
  #news-area .in3::after {
    background-position-x: -20px;
    background-position-y: -18px;
    bottom: -28px;
    right: -28px;
  }
  #news-area .in2 .in3 .list2 {
    height: 500px;
    overflow-y: scroll;
  }
  #news-area .in2 .in3 .list2 li {
    padding: 0px 5px 28px 0px;
  }
  #news-area .in2 .in3 .list2 li:first-child {
    margin-top: 0;
  }
  #news-area .in2 .in3 .list2 li .date {
    padding-left: 10px;
    position: relative;
  }
  #news-area .in2 .in3 .list2 li .date::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 1em;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #f1890f;
  }
  #news-area .in2 .in3 .list2 li .text {
    display: block;
  }
  #news-area .in2 .in3 .list2 li .text a {
    color: #25201e;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #news-area .in2 .in3 .list2 li .date {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #news-area .btn-area {
    width: 640px;
    margin: 0 auto;
    padding: 45px 0;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  #news-area .btn-area .show-list {
    margin: 1em auto 0.5em;
    border: solid 2px #f1890f;
    display: inline-block;
    padding: 3px;
  }
  #news-area .btn-area .show-list a {
    position: relative;
    display: inline-block;
    padding: 20px 140px;
    line-height: 1;
    border: solid 2px #f1890f;
    color: #25201e;
    font-weight: bold;
    font-size: 100%;
    text-decoration: none;
  }
  #news-area .btn-area .show-list a:hover {
    text-decoration: underline;
  }
  #news-area .btn-area .show-list a::before {
    position: absolute;
    top: 0;
    bottom: 14px;
    margin: auto 0;
    right: -44px;
    content: '';
    width: 81px;
    height: 21px;
    background: url(../img_common/sp_arrow_arange2.png) no-repeat center center;
  }
  #news-area .btn-area .rss {
    float: none;
    padding-top: 30px;
    display: block;
  }
  #news-area .btn-area .rss a {
    color: #222;
    font-size: 100%;
    font-weight: bold;
  }
}

#city, #person, #live, #about {
  margin: 0 0 10px;
  text-align: center;
}

#city h2.title, #person h2.title, #live h2.title, #about h2.title {
  display: inline-block;
  position: relative;
  padding: 0 50px;
  font-size: 200%;
  font-weight: bold;
  margin: 0 0 10px;
}

#city h2.title::before, #city h2.title::after, #person h2.title::before, #person h2.title::after, #live h2.title::before, #live h2.title::after, #about h2.title::before, #about h2.title::after {
  content: "";
  display: block;
  position: absolute;
  height: 29px;
  width: 29px;
  background: url(../img_common/pc_icon_plus_common.png) no-repeat center center;
  bottom: 20px;
}

#city h2.title::before, #person h2.title::before, #live h2.title::before, #about h2.title::before {
  left: 0;
}

#city h2.title::after, #person h2.title::after, #live h2.title::after, #about h2.title::after {
  right: 0;
}

#city .banner-area, #person .banner-area, #live .banner-area, #about .banner-area {
  width: 1000px;
  margin: 100px auto 0;
}

#city .banner-area .list li, #person .banner-area .list li, #live .banner-area .list li, #about .banner-area .list li {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
  #city .banner-area, #person .banner-area, #live .banner-area, #about .banner-area {
    width: 700px;
    margin: 50px auto 0;
  }
  #city .banner-area .list li, #person .banner-area .list li, #live .banner-area .list li, #about .banner-area .list li {
    margin: 0 0 30px 0;
  }
}

#city .banner-area img, #person .banner-area img, #live .banner-area img, #about .banner-area img {
  width: 100%;
}

#city .text-area, #person .text-area, #live .text-area, #about .text-area {
  width: 700px;
  margin: 10px auto 100px;
  text-align: left;
}

#city .text-area h3.title, #person .text-area h3.title, #live .text-area h3.title, #about .text-area h3.title {
  position: relative;
  padding: 0 0 0 40px;
  margin: 2em 0 15px 0;
  font-size: 140%;
}

#city .text-area h3.title::before, #person .text-area h3.title::before, #live .text-area h3.title::before, #about .text-area h3.title::before {
  content: "";
  display: block;
  position: absolute;
  height: 23px;
  width: 23px;
  background: url(../img_common/pc_icon_plus_common.png) no-repeat center center;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

#city .text-area .txt p, #person .text-area .txt p, #live .text-area .txt p, #about .text-area .txt p {
  font-size: 110%;
}

#city .text-area .btn-area, #person .text-area .btn-area, #live .text-area .btn-area, #about .text-area .btn-area {
  width: 100%;
  text-align: center;
  margin: 2em 0 0;
}

#city .text-area .btn-area .btn, #person .text-area .btn-area .btn, #live .text-area .btn-area .btn, #about .text-area .btn-area .btn {
  border: solid 1px #f1890f;
  display: inline-block;
  margin: 0 auto;
  padding: 2px;
}

#city .text-area .btn-area .btn a, #person .text-area .btn-area .btn a, #live .text-area .btn-area .btn a, #about .text-area .btn-area .btn a {
  position: relative;
  display: inline-block;
  padding: 15px 120px;
  line-height: 1;
  border: solid 1px #f1890f;
  color: #25201e;
  font-weight: bold;
  font-size: 120%;
  text-decoration: none;
}

#city .text-area .btn-area .btn a:hover, #person .text-area .btn-area .btn a:hover, #live .text-area .btn-area .btn a:hover, #about .text-area .btn-area .btn a:hover {
  text-decoration: underline;
}

#city .text-area .btn-area .btn a::before, #person .text-area .btn-area .btn a::before, #live .text-area .btn-area .btn a::before, #about .text-area .btn-area .btn a::before {
  position: absolute;
  top: 0;
  bottom: 10px;
  margin: auto 0;
  right: -27px;
  content: '';
  width: 58px;
  height: 14px;
  background: url(../img_common/pc_arrow_arange.png) no-repeat center center;
}

@media screen and (max-width: 768px) {
  #city, #person, #live, #about {
    margin: 0 0 10px;
    text-align: center;
  }
  #city h2.title, #person h2.title, #live h2.title, #about h2.title {
    display: inline-block;
    position: relative;
    padding: 0 71px;
    font-size: 150%;
    font-weight: bold;
    margin: 0 0 10px;
  }
  #city h2.title::before, #city h2.title::after, #person h2.title::before, #person h2.title::after, #live h2.title::before, #live h2.title::after, #about h2.title::before, #about h2.title::after {
    content: "";
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
    background: url(../img_common/sp_icon_plus_common.png) no-repeat center center;
    bottom: 30px;
  }
  #city h2.title::before, #person h2.title::before, #live h2.title::before, #about h2.title::before {
    left: 0;
  }
  #city h2.title::after, #person h2.title::after, #live h2.title::after, #about h2.title::after {
    right: 0;
  }
  #city .text-area, #person .text-area, #live .text-area, #about .text-area {
    width: 700px;
    margin: 10px auto 100px;
    text-align: left;
  }
  #city .text-area h3.title, #person .text-area h3.title, #live .text-area h3.title, #about .text-area h3.title {
    position: relative;
    padding: 0 0 0 40px;
    margin: 1em 0 15px 0;
    font-size: 120%;
  }
  #city .text-area h3.title::before, #person .text-area h3.title::before, #live .text-area h3.title::before, #about .text-area h3.title::before {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(../img_common/sp_icon_plus_common.png) no-repeat center center;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    background-repeat: no-repeat;
  }
  #city .text-area .txt p, #person .text-area .txt p, #live .text-area .txt p, #about .text-area .txt p {
    font-size: 110%;
  }
  #city .text-area .btn-area, #person .text-area .btn-area, #live .text-area .btn-area, #about .text-area .btn-area {
    width: 100%;
    text-align: center;
    margin: 2em 0 0;
  }
  #city .text-area .btn-area .btn, #person .text-area .btn-area .btn, #live .text-area .btn-area .btn, #about .text-area .btn-area .btn {
    border: solid 2px #f1890f;
    display: inline-block;
    margin: 0 auto;
    padding: 2px;
  }
  #city .text-area .btn-area .btn a, #person .text-area .btn-area .btn a, #live .text-area .btn-area .btn a, #about .text-area .btn-area .btn a {
    position: relative;
    display: inline-block;
    padding: 20px 140px;
    line-height: 1;
    border: solid 2px #f1890f;
    color: #25201e;
    font-weight: bold;
    font-size: 100%;
    text-decoration: none;
  }
  #city .text-area .btn-area .btn a:hover, #person .text-area .btn-area .btn a:hover, #live .text-area .btn-area .btn a:hover, #about .text-area .btn-area .btn a:hover {
    text-decoration: underline;
  }
  #city .text-area .btn-area .btn a::before, #person .text-area .btn-area .btn a::before, #live .text-area .btn-area .btn a::before, #about .text-area .btn-area .btn a::before {
    position: absolute;
    top: 0;
    bottom: 10px;
    margin: auto 0;
    right: -44px;
    content: '';
    width: 81px;
    height: 21px;
    background: url(../img_common/sp_arrow_arange.png) no-repeat center center;
  }
}

.about-kasukabe {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .about-kasukabe {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .about-kasukabe {
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
  }
}

.about-kasukabe .slider-area {
  overflow: hidden;
  width: 100%;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .about-kasukabe .slider-area .bx-wrapper .bx-viewport {
    overflow: visible !important;
  }
}

.about-kasukabe .slider-area .in {
  display: block;
  padding: 0px;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .about-kasukabe .slider-area .in {
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .in {
    width: 600px;
  }
}

.about-kasukabe .slider-area .in .list li {
  width: 600px !important;
}

.about-kasukabe .slider-area .in .list li .item-title, .about-kasukabe .slider-area .in .list li .item-txt, .about-kasukabe .slider-area .in .list li .more-link {
  text-align: left;
}

.about-kasukabe .slider-area .in .list li h3.item-title {
  position: relative;
  padding: 0 0 0 30px;
  margin: 1em 0 15px 0;
  font-size: 140%;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .in .list li h3.item-title {
    padding: 0 0 0 45px;
  }
}

.about-kasukabe .slider-area .in .list li h3.item-title::before {
  content: "";
  display: block;
  position: absolute;
  height: 23px;
  width: 23px;
  background: url(../img_common/pc_icon_plus_common.png) no-repeat center center;
  top: -4px;
  left: 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .in .list li h3.item-title::before {
    height: 30px;
    width: 30px;
    background: url(../img_common/sp_icon_plus_common.png) no-repeat center center;
    top: 2px;
  }
}

.about-kasukabe .slider-area .in .list li .more-link a {
  display: inline-block;
  color: #251f1f;
  font-weight: bold;
  background: url(../img_top/more_arrow.png) no-repeat center right;
  padding-right: 30px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .in .list li .more-link a {
    background: url(../img_top/more_arrow_sp.png) no-repeat center right;
    padding-right: 60px;
  }
}

.about-kasukabe .slider-area .in .list li img {
  display: block;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

@media print, screen and (min-width: 769px) {
  .about-kasukabe .slider-area .in .list li img {
    width: 600px;
    min-height: 360px;
  }
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .in .list li img {
    width: 600px;
    height: 360px;
  }
}

.about-kasukabe .slider-area .in .list a:hover .photo {
  opacity: 0.7;
}

.about-kasukabe .slider-area .in .list img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  width: 100%;
  height: 100%;
}

.about-kasukabe .slider-area .pager-auto {
  background: none !important;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.about-kasukabe .slider-area .pager-auto .pager {
  margin-top: 10px;
  background: none !important;
  pointer-events: auto;
}

.about-kasukabe .slider-area .pager-auto .pager .bx-pager, .about-kasukabe .slider-area .pager-auto .pager .bx-pager-list {
  background: none !important;
}

.about-kasukabe .slider-area .pager-auto .pager .bx-pager-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  .about-kasukabe .slider-area .pager-auto .pager .bx-pager-list {
    height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .pager-auto .pager .bx-pager-list {
    margin: 20px 0 0 0;
    height: 50px;
  }
}

.about-kasukabe .slider-area .pager-auto .pager .bx-pager-item {
  margin-right: 15px;
  background: none !important;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .pager-auto .pager .bx-pager-item {
    margin-right: 30px;
    width: 24px;
    margin-bottom: 5px;
  }
}

.about-kasukabe .slider-area .pager-auto .pager .bx-pager-item .bx-pager-link {
  border: 1px solid #362d29;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .pager-auto .pager .bx-pager-item .bx-pager-link {
    border: 2px solid #362d29;
    width: 20px;
    height: 20px;
  }
}

.about-kasukabe .slider-area .pager-auto .pager .bx-pager-item .active {
  margin-top: 0;
  background-color: #362d29;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .pager-auto .pager .bx-pager-item .active {
    margin-top: 0;
  }
}

.about-kasukabe .slider-area .pager-auto .auto {
  background: none !important;
  pointer-events: auto;
}

.about-kasukabe .slider-area .pager-auto .auto .bx-controls-auto {
  background: none !important;
}

.about-kasukabe .slider-area .pager-auto .auto .bx-controls-auto-item {
  background: none !important;
}

.about-kasukabe .slider-area .pager-auto .auto .bx-controls-auto-item .bx-start {
  background: url(../img_top/pc_slider_start.png) no-repeat 55% center;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .pager-auto .auto .bx-controls-auto-item .bx-start {
    background: url(../img_top/sp_slider_start.png) no-repeat 55% center;
  }
}

.about-kasukabe .slider-area .pager-auto .auto .bx-controls-auto-item .bx-stop {
  background: url(../img_top/pc_slider_stop.png) no-repeat center center;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .pager-auto .auto .bx-controls-auto-item .bx-stop {
    background: url(../img_top/sp_slider_stop.png) no-repeat center center;
  }
}

.about-kasukabe .slider-area .pager-auto .auto .bx-controls-auto-item .active {
  display: none;
}

.about-kasukabe .slider-area .pager-auto .auto .bx-controls-auto-item button {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .pager-auto .auto .bx-controls-auto-item button {
    width: 62px;
    height: 62px;
  }
}

.about-kasukabe .slider-area .prev {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .prev {
    margin-right: 10px;
  }
}

.about-kasukabe .slider-area .prev button::after {
  transform: translateY(-50%) rotate(135deg);
}

@media print, screen and (min-width: 769px) {
  .about-kasukabe .slider-area .prev button::after {
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .prev button::after {
    left: 27px;
  }
}

.about-kasukabe .slider-area .next {
  margin-left: 10px;
}

.about-kasukabe .slider-area .next button::after {
  transform: translateY(-50%) rotate(-45deg);
}

@media print, screen and (min-width: 769px) {
  .about-kasukabe .slider-area .next button::after {
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .next button::after {
    right: 27px;
  }
}

.about-kasukabe .slider-area .prev, .about-kasukabe .slider-area .next {
  pointer-events: auto;
}

.about-kasukabe .slider-area .prev button::after, .about-kasukabe .slider-area .next button::after {
  content: "";
  position: absolute;
  top: 50%;
  border-right: 1px solid #362d29;
  border-bottom: 1px solid #362d29;
  pointer-events: none;
  width: 44px;
  height: 44px;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .prev button::after, .about-kasukabe .slider-area .next button::after {
    border-right: 2px solid #362d29;
    border-bottom: 2px solid #362d29;
    width: 44px;
    height: 44px;
  }
}

.about-kasukabe .slider-area .prev button, .about-kasukabe .slider-area .next button {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  width: 34px;
  height: 64px;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .prev button, .about-kasukabe .slider-area .next button {
    width: 34px;
    height: 66px;
  }
}

.about-kasukabe .slider-area button {
  padding: 0;
  border: none;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .bx-wrapper {
    margin: 0 auto;
    width: 600px;
  }
}

.about-kasukabe .slider-area .pager-auto {
  margin-top: 0px;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}

.about-kasukabe .slider-area .prev {
  margin-right: 325px;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .prev {
    margin-right: 315px;
  }
}

.about-kasukabe .slider-area .prev button::after {
  transform: translateY(-50%) rotate(135deg);
}

@media print, screen and (min-width: 769px) {
  .about-kasukabe .slider-area .prev button::after {
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .prev button::after {
    left: 10px;
  }
}

.about-kasukabe .slider-area .next {
  margin-left: 325px;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .next {
    margin-left: 315px;
  }
}

.about-kasukabe .slider-area .next button::after {
  transform: translateY(-50%) rotate(-45deg);
}

@media print, screen and (min-width: 769px) {
  .about-kasukabe .slider-area .next button::after {
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .next button::after {
    right: 10px;
  }
}

.about-kasukabe .slider-area .photo {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 768px) {
  .about-kasukabe .slider-area .photo {
    height: 710px;
  }
}

.about-kasukabe .slider-area .txt {
  padding: 10px 15px;
  background-color: #bcbcbc;
}

#banner-area {
  width: 1000px;
  margin: 0 auto;
}

#banner-area .list {
  display: flex;
  justify-content: space-between;
}

#banner-area .list li {
  margin: 0 0 30px 0;
}

#banner-area .list li img {
  width: 480px;
  height: 230px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 768px) {
  #banner-area {
    width: 700px;
    margin: 0 auto;
  }
  #banner-area .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #banner-area .list li {
    margin: 0 0 30px 0;
  }
  #banner-area .list li img {
    width: 700px;
    height: 336px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

#movie-banner-area {
  width: 1000px;
  margin: 0 auto;
}

#movie-banner-area .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#movie-banner-area .list li {
  margin: 0 0 30px 0;
}

#movie-banner-area .list li img {
  width: 1000px;
  height: 180px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 768px) {
  #movie-banner-area {
    width: 700px;
    margin: 0 auto;
  }
  #movie-banner-area .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #movie-banner-area .list li {
    margin: 0 0 30px 0;
  }
  #movie-banner-area .list li img {
    width: 700px;
    height: 126px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
@media print, screen and (min-width: 769px) {
  footer {
    margin-top: 100px;
    position: relative;
    background: url(../img_common/bg_common_stripe.png);
    padding: 66px 0 25px;
  }
  footer .box {
    width: 1000px;
    padding: 50px 0 25px 0;
  }
  footer .in {
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-top: 107px;
  }
  footer .in .footer-logo {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  footer .footer-nav {
    padding: 0;
  }
  footer .footer-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  footer .footer-nav .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 1000px;
    margin-bottom: 13px;
  }
  footer .footer-nav .list > li {
    position: relative;
    margin-left: 40px;
    text-align: center;
    box-sizing: border-box;
  }
  footer .footer-nav .list > li:first-child {
    margin-left: 0;
  }
  footer .footer-nav .list > li a {
    display: flex;
    justify-content: left;
    align-items: top;
    padding: 0 0 0 30px;
    color: #25201e;
    font-weight: bold;
    font-size: 100%;
    text-decoration: underline;
    height: 100%;
    min-height: 1em;
    vertical-align: middle;
  }
  footer .footer-nav .list > li a:hover {
    text-decoration: none;
  }
  footer .footer-nav .list {
    position: relative;
    z-index: 1;
  }
  footer .footer-nav .list .nav::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 19px;
    height: 19px;
    background: url(../img_common/pc_icon_plus_common.png) no-repeat center center;
  }
  footer address {
    display: block;
    margin: 30px 0 0 0;
  }
  footer address .list li > span {
    font-size: 120%;
    font-weight: bold;
  }
  footer address .list li {
    font-size: 110%;
    margin-top: 0.3em;
    line-height: 1.7em;
  }
  footer .site-map-link {
    margin: 1em 0;
  }
  footer .site-map-link a {
    position: relative;
    padding: 0 0 0 20px;
    color: #25201e;
    font-weight: bold;
    font-size: 100%;
    text-decoration: underline;
    height: 100%;
    min-height: 1em;
    vertical-align: middle;
  }
  footer .site-map-link a:hover {
    text-decoration: none;
  }
  footer .site-map-link a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background: url(../img_common/pc_icon_plus_common.png) no-repeat center center;
  }
  footer .inquiry-link {
    margin: 2em 0 1em;
    border: solid 1px #f1890f;
    display: inline-block;
    margin: 0 auto;
    padding: 2px;
  }
  footer .inquiry-link a {
    position: relative;
    display: inline-block;
    padding: 15px 50px;
    line-height: 1;
    border: solid 1px #f1890f;
    color: #25201e;
    font-weight: bold;
    text-decoration: none;
  }
  footer .inquiry-link a:hover {
    text-decoration: underline;
  }
  footer .inquiry-link a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -27px;
    content: '';
    width: 58px;
    height: 14px;
    background: url(../img_common/pc_arrow_arange.png) no-repeat center center;
  }
  footer #pagetop a {
    display: block;
    position: absolute;
    top: -58px;
    right: 70px;
    padding: 0px;
    color: #333;
    text-decoration: none;
    z-index: 99;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  footer #pagetop a {
    top: 10px;
    right: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .copyright {
    padding: 20px 0;
    font-size: 90%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding: 95px 20px 45px;
    box-sizing: border-box;
    margin-top: 100px;
    position: relative;
    background: url(../img_common/bg_common_stripe.png);
  }
  footer .in {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-top: 130px;
  }
  footer .in .footer-logo {
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  footer .footer-nav {
    padding: 0;
  }
  footer .footer-nav .in {
    width: 550px;
    margin: 0 auto;
  }
  footer .footer-nav .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 550px;
    margin: 0 auto 13px;
  }
  footer .footer-nav .list > li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 25px;
    text-align: center;
    box-sizing: border-box;
  }
  footer .footer-nav .list > li:nth-child(odd) {
    margin-left: 0;
  }
  footer .footer-nav .list > li a {
    display: flex;
    justify-content: left;
    align-items: top;
    padding: 0 0 0 30px;
    color: #25201e;
    font-weight: bold;
    font-size: 100%;
    text-decoration: underline;
    height: 100%;
    min-height: 1em;
    vertical-align: middle;
  }
  footer .footer-nav .list > li a:hover {
    text-decoration: none;
  }
  footer .footer-nav .list {
    position: relative;
    z-index: 1;
  }
  footer .footer-nav .list .nav::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 26px;
    height: 26px;
    background: url(../img_common/sp_icon_plus_common.png) no-repeat center center;
  }
  footer address {
    display: block;
    margin: 30px 0 0 0;
  }
  footer address .list li > span {
    font-size: 120%;
    font-weight: bold;
  }
  footer address .list li {
    font-size: 110%;
    margin-top: 0.3em;
    line-height: 1.3em;
  }
  footer .site-map-link {
    margin: 1em 0;
  }
  footer .site-map-link a {
    position: relative;
    padding: 0 0 0 40px;
    color: #25201e;
    font-weight: bold;
    font-size: 100%;
    text-decoration: underline;
    height: 100%;
    min-height: 1em;
    vertical-align: middle;
  }
  footer .site-map-link a:hover {
    text-decoration: none;
  }
  footer .site-map-link a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    content: '';
    width: 26px;
    height: 26px;
    background: url(../img_common/sp_icon_plus_common.png) no-repeat center center;
  }
  footer .inquiry-link {
    margin: 1em 0 0.5em;
    border: solid 2px #f1890f;
    padding: 2px;
    display: inline-block;
    margin: 0 auto;
  }
  footer .inquiry-link a {
    position: relative;
    display: inline-block;
    padding: 25px 60px;
    line-height: 1;
    border: solid 2px #f1890f;
    color: #25201e;
    font-weight: bold;
    text-decoration: none;
  }
  footer .inquiry-link a:hover {
    text-decoration: underline;
  }
  footer .inquiry-link a::before {
    position: absolute;
    top: 0;
    bottom: 15px;
    margin: auto 0;
    right: -46px;
    content: '';
    width: 81px;
    height: 21px;
    background: url(../img_common/sp_arrow_arange.png) no-repeat center center;
  }
  footer #pagetop a {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px;
    color: #333;
    text-decoration: none;
    z-index: 99;
  }
  footer .copyright {
    padding: 20px 0 30px;
    font-size: 70%;
    text-align: center;
  }
}
