@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: #a3de00;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  padding: 9px 15px;
  word-break: break-all;
}

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

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

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

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

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  color: #333;
  font-size: 111%;
  font-weight: bold;
  box-sizing: border-box;
  background: url(../img_sub/h3_h4_border_bottom.png) center bottom no-repeat #faffd5;
  word-break: break-all;
}

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

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  background: #ccc;
  font-size: 111%;
  padding: 10px 10px 13px;
  background: url(../img_sub/h3_h4_border_bottom.png) center bottom no-repeat;
  word-break: break-all;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 111%;
  margin-top: 20px;
  display: block;
  padding: 0 0 7px 0;
  line-height: 1.2;
  border-bottom: 2px solid #a3de00;
  word-break: break-all;
}

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

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 #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: #faffd5;
}

.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: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, 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: #a3de00;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.scheme11 {
  background-color: #5cb900;
  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: #333333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #a3de00;
  border: 6px solid #a3de00;
  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: #000000;
  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;
}

.link-button a {
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .link-button a {
    border: 3px solid #333;
    border-radius: 30px;
  }
}

@media screen and (max-width: 768px) {
  .link-button a {
    border: 6px solid #333;
    border-radius: 60px;
  }
}

.chatbot-wrap {
  bottom: 0;
  opacity: 0;
  transition: all 0.65s;
  position: fixed;
  right: 0;
  z-index: 90;
}

@media screen and (max-width: 768px) {
  .chatbot-wrap img {
    height: auto;
    width: 200px;
  }
}

.is-active {
  opacity: 1;
  transition: all 0.65s;
}

.sv-chat-close-image {
  bottom: 0 !important;
}

.fixed-sns-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 15px;
  position: fixed;
  right: 0;
  z-index: 99;
}

.fixed-sns-list li:first-child {
  margin-bottom: 18px;
}

.fixed-sns-list li:not(:last-child) {
  margin-bottom: 14px;
}

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

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用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 {
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header #header-logo {
    margin-left: 35px;
  }
  #header #header-logo a:hover {
    opacity: 0.85;
  }
  #header #header-nav {
    margin: 35px 0 30px auto;
    position: relative;
    z-index: 100;
  }
  #header #header-nav .nav-bg {
    background: url(../img_common/dropdown_bg.png) right center/cover no-repeat;
    position: absolute;
    height: 100%;
    background-color: #5cb900;
    width: 1060px;
    margin-left: 300px;
    border-radius: 50px 0 0 50px;
    right: 0;
  }
  #header #header-nav .list {
    position: relative;
  }
  #header #header-nav .in {
    border-radius: 50px 0 0 50px;
    display: flex;
  }
  #header #header-nav .list {
    align-items: center;
    background: url(../img_common/dropdown_bg.png) left center repeat-x #5cb900;
    border-radius: 50px 0 0 50px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 9px 0;
    width: 1060px;
  }
  #header #header-nav .list > li {
    text-align: center;
    width: 100%;
  }
  #header #header-nav .list > li:first-child {
    margin-left: 0;
  }
  #header #header-nav .list > li:hover a p::after {
    background: url(../img_common/dropmenu_arrow_right.png) center center no-repeat;
    bottom: -38px;
    content: '';
    display: inline-block;
    left: 50%;
    height: 12px;
    position: absolute;
    transform: translateX(-50%);
    width: 24px;
  }
  #header #header-nav .list > li > a {
    display: flex;
    color: #fff;
    justify-content: center;
    text-decoration: none;
    padding: 14px 16px;
  }
  #header #header-nav .list > li > a p {
    font-weight: bold;
    font-size: 115%;
    position: relative;
    text-shadow: 3px 3px 5px rgba(44, 99, 33, 0.8);
  }
  #header #header-nav .header-nav-item-4 {
    min-width: 240px;
  }
  #header .header-nav-item > a {
    position: relative;
  }
  #header .header-nav-item > a::after {
    background: url(../img_common/dropmenu_border.png) center center no-repeat;
    content: "";
    position: absolute;
    right: -3px;
    height: 18px;
    top: 17px;
    width: 3px;
  }
  #header .header-nav-item-1 > a::after {
    background: url(../img_common/dropmenu_border.png) center center no-repeat;
    content: "";
    position: absolute;
    right: -3px;
    height: 18px;
    top: 17px;
    width: 3px;
  }
  #header .header-nav-item-6 > a::after {
    display: none;
  }
  #header .nav-category-list-box {
    left: 0;
    top: 56px;
    padding-top: 28px;
    position: absolute;
    width: 1000px;
  }
  #header .nav-category-list-box ul {
    align-items: flex-start;
    background-color: #fff;
    border: 4px solid #5cb900;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 18px 24px 16px 24px;
    width: 1000px;
  }
  #header .nav-category-list-box ul li {
    background: url(../img_common/nav_arrow.png) left top 3px no-repeat #fff;
    box-sizing: border-box;
    height: auto !important;
    margin-bottom: 10px;
    width: 215px;
    position: relative;
  }
  #header .nav-category-list-box ul li .category-item-in {
    box-sizing: border-box;
    display: flex;
    margin: 3px;
    height: 100%;
  }
  #header .nav-category-list-box ul li .category-item-in a {
    align-items: center;
    color: #333333;
    font-size: 104%;
    font-weight: bold;
    display: flex;
    padding-left: 28px;
    text-decoration: none;
    text-align: left;
    width: 100%;
  }
  #header .nav-category-list-box ul li .category-item-in a:hover {
    text-decoration: underline;
  }
  #header .nav-category-list-box ul li .category-item-in a:focus {
    background: transparent;
  }
  #header .nav-category-list-box ul li:not(:nth-child(4n)) {
    margin-right: 28px;
  }
  #header .logo-support-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  #header .support-wrap .pc-support-box {
    display: flex;
    justify-content: flex-end;
  }
  #header .support-wrap .pc-support-box .support {
    display: flex;
  }
  #header .support-wrap .pc-support-box .support a {
    align-items: center;
    background: url(../img_common/support_arrow_off.png) left 13px top 11px no-repeat #000;
    color: #fff;
    display: flex;
    font-size: 90%;
    font-feature-settings: "palt";
    min-height: 42px;
    text-decoration: none;
    padding: 0 39px 0 48px;
  }
  #header .support-wrap .pc-support-box .support a .bold {
    font-weight: bold;
  }
  #header .support-wrap .pc-support-box .active a {
    background: url(../img_common/support_arrow_on.png) left 13px top 11px no-repeat #000;
  }
  #header .header-subnav-area {
    display: flex;
    justify-content: space-between;
    margin-left: 50px;
  }
  #header .header-subnav-area .language-container .lang-select-box {
    display: flex;
  }
  #header .header-subnav-area .language-container .lang-select {
    background: url(../img_common/language_icon.png) no-repeat left 15px center/21px 29px, url(../img_common/language_arrow.png) no-repeat right 30px center/8px #fff;
    border: 1px solid #000;
    border-radius: 6px 0 0 6px;
    color: #333;
    font-size: 100%;
    padding: 8px 35px 8px 45px;
    -moz-appearance: none;
    -webkit-appearance: none;
    word-break: break-all;
    white-space: normal;
  }
  #header .header-subnav-area .language-container .btn-lang-select {
    background: #4d72a2;
    border: 1px solid #4d72a2;
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    padding: 0 15px;
  }
  #header .header-subnav-area .box {
    box-sizing: border-box;
    display: none;
  }
  #header .header-subnav-area .box .header-size, #header .header-subnav-area .box .header-color {
    display: table;
    float: left;
    height: 27px;
  }
  #header .header-subnav-area .box .header-size li, #header .header-subnav-area .box .header-size dt, #header .header-subnav-area .box .header-size dd, #header .header-subnav-area .box .header-color li, #header .header-subnav-area .box .header-color dt, #header .header-subnav-area .box .header-color dd {
    display: table-cell;
    font-size: 90%;
  }
  #header .header-subnav-area .box .header-size li img, #header .header-subnav-area .box .header-size dt img, #header .header-subnav-area .box .header-size dd img, #header .header-subnav-area .box .header-color li img, #header .header-subnav-area .box .header-color dt img, #header .header-subnav-area .box .header-color dd img {
    vertical-align: middle;
  }
  #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;
    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 .header-size {
    padding-left: 34px;
  }
  #header .header-subnav-area .box .header-color {
    padding-left: 16px;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    z-index: 100;
    /* モーダル */
  }
  #sp-header .box {
    display: block;
    margin: 0 10px 0 !important;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box .modal-menu-close {
    display: none;
    top: -24px !important;
    right: 0 !important;
  }
  #sp-header .box #sp-header-logo {
    padding: 24px 0 10px;
  }
  #sp-header .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav {
    position: absolute;
    right: 10px;
    top: 46px;
    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: 0;
    right: 0;
  }
  #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: 32px;
    top: 4px;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px !important;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 9;
  }
  #sp-header .modal-menu {
    background: url(../img_common/modal_left.png) left top 630px no-repeat, url(../img_common/modal_right.png) right bottom 720px no-repeat #fff;
    background-attachment: local;
    border: 10px solid #a3de00;
    box-sizing: border-box;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 75px;
    z-index: 91;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
  #sp-header .modal-menu .sp-header-logo {
    text-align: center;
    margin-bottom: 55px;
  }
  #sp-header .modal-menu .google-search-box {
    border: 6px solid #333;
    box-sizing: border-box;
    height: 100px;
    margin: 0 auto;
    width: 600px;
  }
  #sp-header .modal-menu .google-search-box form {
    align-items: center;
    display: flex;
  }
  #sp-header .modal-menu .google-search-box form .input-area {
    border: none;
    font-size: 100%;
    outline: none;
    padding: 0;
    height: 85px;
    min-width: 511px;
    margin-top: 2px;
    margin-left: 4px;
  }
  #sp-header .modal-menu .google-search-box form .btn-search {
    background-color: #333333;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 100%;
    height: 90px;
    min-width: 132px;
    margin-left: -57px;
    padding: 0;
    margin-top: -1px;
  }
  #sp-header .modal-menu .modal-list {
    margin-top: 100px;
    text-align: center;
  }
  #sp-header .modal-menu .modal-list li:not(:last-child) {
    margin-bottom: 40px;
  }
  #sp-header .modal-menu .modal-list li a {
    background: url(../img_common/sp_modal_arrow.png) right center no-repeat;
    color: #333;
    font-weight: bold;
    font-size: 120%;
    padding-right: 50px;
    text-decoration: none;
  }
  #sp-header .modal-menu .modal-sns-list {
    display: flex;
    justify-content: space-between;
    margin: 80px auto 0;
    padding-bottom: 20px;
    width: 420px;
  }
  #sp-header .modal-menu .modal-sns-list li img {
    height: 50px;
    width: 50px;
  }
  #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 button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    background: #f5f5f5;
    box-sizing: border-box;
    margin: 100px auto 0;
    padding: 60px 66px;
    width: 630px;
  }
  #sp-header .support-block .support-list .language-container .lang-select-box {
    display: flex;
    margin-bottom: 30px;
    width: 85%;
  }
  #sp-header .support-block .support-list .language-container .lang-select {
    background: url(../img_common/language_icon.png) no-repeat left 15px center/30px, url(../img_common/language_arrow.png) no-repeat right 30px center #fff;
    border: 2px solid #000;
    border-radius: 6px 0 0 6px;
    color: #333;
    font-size: 80%;
    padding: 13px 50px 13px 64px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 80%;
    word-break: break-all;
    white-space: normal;
  }
  #sp-header .support-block .support-list .language-container .btn-lang-select {
    background: #4d72a2;
    border: 1px solid #4d72a2;
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    padding: 0 15px;
    width: 20%;
  }
  #sp-header .support-block .support-list .goto-pc {
    border: 2px solid #e2e2e2;
    border-radius: 30px;
    margin: 30px auto 0;
    text-align: center;
    width: 500px;
  }
  #sp-header .support-block .support-list .goto-pc a {
    background-color: #fff;
    border-radius: 30px;
    color: #333;
    font-weight: bold;
    font-size: 120%;
    display: block;
    text-decoration: none;
    padding: 20px 0;
  }
  #sp-header .support-block dl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #sp-header .support-block dt {
    flex-shrink: 0;
    margin-right: 32px;
  }
  #sp-header .support-block dt span {
    font-weight: bold;
    font-size: 120%;
  }
  #sp-header .support-block dd {
    font-size: 0;
    margin-right: 16px;
  }
  #sp-header .support-block .header-color-item3 {
    margin-right: 0;
  }
  #sp-header .modal-menu-close-bottom {
    border: 6px solid #59b200;
    box-sizing: border-box;
    border-radius: 60px;
    margin: 60px auto 40px;
    width: 630px;
  }
  #sp-header .modal-menu-close-bottom span {
    background: url(../img_common/modal_close.png) right 40px center no-repeat;
    color: #333;
    display: block;
    font-weight: bold;
    padding: 25px 60px;
  }
}

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

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

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

#main {
  position: relative;
}

.mv-wrap {
  position: relative;
}

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

.mv-wrap .mv-slider-pc li {
  padding-top: 50%;
  position: relative !important;
  width: 100% !important;
}

.mv-wrap .mv-slider-pc li img {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.mv-wrap::before {
  content: '';
  display: inline-block;
  position: absolute;
}

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

@media print, screen and (min-width: 769px) {
  .mv-wrap .slider-wrap {
    margin: 0 83px;
  }
}

@media screen and (max-width: 768px) {
  .mv-wrap .slider-wrap {
    margin: 0 auto;
    min-height: 1096px;
    width: 690px;
  }
}

.mv-wrap .slider-wrap::before {
  content: '';
  display: inline-block;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .mv-wrap .slider-wrap::before {
    background: url(../img_top/on_mv_left.png) center center no-repeat;
    bottom: -90px;
    height: 83px;
    left: -48px;
    width: 252px;
    z-index: 90;
  }
}

@media screen and (max-width: 768px) {
  .mv-wrap .slider-wrap::before {
    background: url(../img_top/sp_on_mv_left.png) center center no-repeat;
    top: 1000px;
    height: 97px;
    left: -16px;
    width: 291px;
    z-index: 70;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-wrap .slide-controls .slide-pager {
    width: 7px;
  }
}

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

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

@media print, screen and (min-width: 769px) {
  .mv-wrap .slide-controls .control-unit {
    bottom: 130px;
    flex-direction: column;
    left: -55px;
    margin-top: 25px;
    justify-content: center;
    position: absolute;
    z-index: 100;
  }
}

@media screen and (max-width: 768px) {
  .mv-wrap .slide-controls .control-unit {
    margin-top: 140px;
    justify-content: flex-start;
  }
}

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

@media print, screen and (min-width: 769px) {
  .mv-wrap .slide-controls .control-unit .bx-pager-list {
    flex-direction: column;
  }
}

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

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

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

.mv-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  background-color: #000000;
  border-radius: 50%;
  height: 100%;
  padding: 0;
  width: 100%;
}

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

@media print, screen and (min-width: 769px) {
  .mv-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active, .mv-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
    background-color: #60ba00;
  }
}

@media screen and (max-width: 768px) {
  .mv-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active, .mv-wrap .slide-controls .control-unit .bx-pager-list .bx-pager-item button:hover {
    background-color: #60ba00;
  }
}

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .mv-wrap img {
    height: 980px;
    width: 690px;
  }
}

.search-keywords-wrap {
  background: url(../img_top/sp_keyword_bg.png) center top repeat-x #faffd5;
}

@media print, screen and (min-width: 769px) {
  .search-keywords-wrap {
    margin-top: 100px;
    padding: 50px 0;
  }
}

@media screen and (max-width: 768px) {
  .search-keywords-wrap {
    margin-top: 100px;
    padding: 60px 44px;
  }
}

@media print, screen and (min-width: 769px) {
  .search-keywords-wrap .search-keywords-in {
    align-items: center;
    display: flex;
    margin: 0 auto;
    width: 1050px;
  }
}

@media screen and (max-width: 768px) {
  .search-keywords-wrap .search-wrap, .search-keywords-wrap .keywords-search {
    margin: 0 auto;
    width: 700px;
  }
}

.search-keywords-wrap .search-wrap {
  background: url(../img_common/search_border.png) center top repeat-x, url(../img_common/search_border.png) center bottom -1px repeat-x, url(../img_common/search_border_side.png) left center repeat-y, url(../img_common/search_border_side.png) right center repeat-y;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .search-keywords-wrap .search-wrap {
    height: 60px;
    margin-right: 44px;
    width: 460px;
  }
}

@media screen and (max-width: 768px) {
  .search-keywords-wrap .search-wrap {
    height: 100px;
    margin-bottom: 30px;
    width: 650px;
  }
}

.search-keywords-wrap .search-wrap form {
  align-items: center;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .search-keywords-wrap .search-wrap form {
    height: 60px;
  }
}

.search-keywords-wrap .search-wrap .input-area {
  border: none;
  font-size: 100%;
  outline: none;
  padding: 0;
}

@media print, screen and (min-width: 769px) {
  .search-keywords-wrap .search-wrap .input-area {
    height: 54px;
    margin-left: 3px;
    width: 390px;
  }
}

@media screen and (max-width: 768px) {
  .search-keywords-wrap .search-wrap .input-area {
    height: 95px;
    min-width: 511px;
    margin-top: 2px;
    margin-left: 4px;
  }
}

.search-keywords-wrap .search-wrap .btn-search {
  background-color: #333333;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 100%;
}

@media print, screen and (min-width: 769px) {
  .search-keywords-wrap .search-wrap .btn-search {
    height: 55px;
    width: 66px;
  }
}

@media screen and (max-width: 768px) {
  .search-keywords-wrap .search-wrap .btn-search {
    height: 98px;
    min-width: 140px;
    margin-left: -7px;
    padding: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .search-keywords-wrap .keywords-search {
    align-items: center;
    display: flex;
  }
}

.search-keywords-wrap .keywords-search .title {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .search-keywords-wrap .keywords-search .title {
    margin-right: 15px;
  }
}

.search-keywords-wrap .keywords-search-list {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .search-keywords-wrap .keywords-search-list {
    width: 357px;
  }
}

@media screen and (max-width: 768px) {
  .search-keywords-wrap .keywords-search-list {
    margin-top: 20px;
    width: 650px;
  }
}

@media print, screen and (min-width: 769px) {
  .search-keywords-wrap .keywords-search-list li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .search-keywords-wrap .keywords-search-list li {
    margin-bottom: 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .search-keywords-wrap .keywords-search-list li:not(:last-child) {
    margin-right: 8px;
  }
}

@media screen and (max-width: 768px) {
  .search-keywords-wrap .keywords-search-list li:not(:last-child) {
    margin-right: 16px;
  }
}

.search-keywords-wrap .keywords-search-list li a {
  background-color: #fff;
  color: #333;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .search-keywords-wrap .keywords-search-list li a {
    padding: 5px 5px;
  }
  .search-keywords-wrap .keywords-search-list li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .search-keywords-wrap .keywords-search-list li a {
    font-size: 95%;
    padding: 10px 14px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .important-slider-wrap {
    margin-top: 115px;
    padding-bottom: 162px;
  }
}

@media screen and (max-width: 768px) {
  .important-slider-wrap {
    margin: 120px auto 0;
    width: 630px;
  }
}

@media print, screen and (min-width: 769px) {
  .important-slider-wrap::after {
    background: url(../img_top/right_mountain.png) right center no-repeat;
    bottom: 0;
    content: '';
    height: 76px;
    position: absolute;
    right: 0;
    width: 244px;
  }
}

@media print, screen and (min-width: 769px) {
  .important-slider-box {
    display: flex;
  }
}

@media print, screen and (min-width: 769px) {
  .important-slider-box .box-left {
    margin-left: -40px;
  }
}

@media print, screen and (min-width: 769px) {
  .important-slider-box .box-left .important-wrap {
    display: flex;
    min-width: 774px;
  }
}

.important-slider-box .box-left .important-wrap .pageListNotExists {
  margin-top: 72px;
}

@media print, screen and (min-width: 769px) {
  .important-slider-box .box-left .important-wrap .pageListNotExists {
    margin-left: 120px;
  }
}

@media screen and (max-width: 768px) {
  .important-slider-box .box-left .important-wrap .pageListNotExists {
    text-align: center;
  }
}

.important-slider-box .box-left .important-list {
  overflow: auto;
}

@media print, screen and (min-width: 769px) {
  .important-slider-box .box-left .important-list {
    height: 150px;
    margin-top: 56px;
    margin-left: 40px;
    width: 524px;
  }
}

@media screen and (max-width: 768px) {
  .important-slider-box .box-left .important-list {
    height: 490px;
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 769px) {
  .important-slider-box .box-left .important-list li {
    font-weight: bold;
    display: flex;
    padding: 8px 0;
  }
}

@media screen and (max-width: 768px) {
  .important-slider-box .box-left .important-list li:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 769px) {
  .important-slider-box .box-left .important-list li .date {
    font-size: 104%;
    min-width: 114px;
  }
}

@media screen and (max-width: 768px) {
  .important-slider-box .box-left .important-list li .date {
    font-weight: bold;
    font-size: 110%;
  }
}

@media print, screen and (min-width: 769px) {
  .important-slider-box .box-left .important-list li .txt {
    font-size: 111%;
    margin-left: 34px;
  }
}

@media screen and (max-width: 768px) {
  .important-slider-box .box-left .important-list li .txt {
    display: block;
    font-weight: bold;
    font-size: 111%;
    margin-top: 8px;
  }
}

.important-slider-box .box-left .important-list li a {
  color: #333;
  text-decoration: none;
}

.important-slider-box .box-left .important-list li a:hover {
  text-decoration: underline;
}

.important-slider-box .box-right {
  flex-grow: 1;
  min-width: 280px;
}

@media print, screen and (min-width: 769px) {
  .important-slider-box .box-right {
    margin-left: 74px;
  }
}

@media screen and (max-width: 768px) {
  .important-slider-box .box-right {
    margin-top: 80px;
  }
}

.important-slider-box .box-right .slider-middle-wrap {
  position: relative;
}

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

.important-slider-box .box-right .slide-controls .arrow button {
  background: center /contain no-repeat;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .important-slider-box .box-right .slide-controls .arrow button {
    height: 30px;
    margin-top: -12.5px;
    top: 90px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .important-slider-box .box-right .slide-controls .arrow button {
    height: 60px;
    margin-top: -45px;
    top: 218px;
    width: 60px;
  }
}

.important-slider-box .box-right .slide-controls .arrow button.bx-prev {
  background-image: url("../img_top/prev.png");
  z-index: 90;
}

@media print, screen and (min-width: 769px) {
  .important-slider-box .box-right .slide-controls .arrow button.bx-prev {
    left: -11px;
  }
}

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

.important-slider-box .box-right .slide-controls .arrow button.bx-next {
  background-image: url("../img_top/next.png");
  z-index: 90;
}

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

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

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

@media print, screen and (min-width: 769px) {
  .important-slider-box .box-right .slide-controls .control-unit {
    margin-top: 10px;
  }
}

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

.important-slider-box .box-right .slide-controls .control-unit .bx-pager-list {
  align-items: center;
  display: flex;
}

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

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

@media screen and (max-width: 768px) {
  .important-slider-box .box-right .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    margin-right: 20px;
  }
}

.important-slider-box .box-right .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  background-color: #000;
  border-radius: 50%;
  height: 5px;
  padding: 0;
  width: 5px;
}

@media screen and (max-width: 768px) {
  .important-slider-box .box-right .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
    border-width: 4px;
    height: 10px;
    width: 10px;
  }
}

.important-slider-box .box-right .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
  background: url(../img_top/active_page.png) center center no-repeat;
}

@media print, screen and (min-width: 769px) {
  .important-slider-box .box-right .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    height: 25px;
    width: 25px;
  }
}

@media screen and (max-width: 768px) {
  .important-slider-box .box-right .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
  }
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .important-slider-box .box-right .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
    background-size: 42px 42px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .important-slider-box .box-right img {
    height: 185px;
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .important-slider-box .box-right img {
    height: 415px;
    width: 630px;
  }
}

@media print, screen and (min-width: 769px) {
  .service-list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 0;
    width: 1090px;
  }
}

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

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

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

.service-list li a {
  background: url(../img_top/service_list_arrow_off.png) right 20px center no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .service-list li a {
    font-size: 119%;
    color: #333;
    padding: 18px 35px 18px 32px;
    width: 334px;
  }
  .service-list li a:hover {
    background: url(../img_top/service_list_arrow_on.png) right 20px center no-repeat #333;
    border: 3px solid #333;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .service-list li a {
    background-position: right 44px center;
    background-size: 36px 28px;
    font-size: 120%;
    padding: 28px 90px 28px 62px;
  }
}

.life_event-wrap {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .life_event-wrap::before {
    background: url(../img_top/left_mountain.png) right center no-repeat;
    bottom: 0;
    content: '';
    height: 176px;
    left: 0;
    position: absolute;
    width: 322px;
  }
}

@media print, screen and (min-width: 769px) {
  .life-event-box {
    display: flex;
  }
}

@media print, screen and (min-width: 769px) {
  .life-event-box .box-left {
    margin-left: -72px;
  }
}

@media screen and (max-width: 768px) {
  .life-event-box .box-left {
    margin: 200px auto 0;
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .life-event-box .box-left > img {
    padding-left: 30px;
  }
}

.life-event-box .box-right {
  position: relative;
  z-index: 5;
}

.life-event-box .box-right .life-event-list {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .life-event-box .box-right .life-event-list {
    width: 830px;
  }
}

@media screen and (max-width: 768px) {
  .life-event-box .box-right .life-event-list {
    justify-content: flex-end;
    margin: 100px auto 0;
    width: 570px;
  }
}

@media print, screen and (min-width: 769px) {
  .life-event-box .box-right .life-event-list li {
    margin-bottom: 35px;
    width: 138px;
  }
  .life-event-box .box-right .life-event-list li:not(:nth-child(5n)) {
    margin-right: 35px;
  }
}

@media screen and (max-width: 768px) {
  .life-event-box .box-right .life-event-list li {
    margin-bottom: 60px;
    width: 270px;
  }
  .life-event-box .box-right .life-event-list li:not(:nth-child(2n)) {
    margin-right: 28px;
  }
}

.life-event-box .box-right .life-event-list a {
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .life-event-box .box-right .life-event-list a:hover p {
    background: url(../img_top/life_event_list_border_bottom_on.png) center bottom no-repeat, url(../img_top/top_nav_arrow_on.png) left top 21px/17px 17px no-repeat;
    color: #5fb900;
    margin-top: 3px;
  }
  .life-event-box .box-right .life-event-list a:hover img {
    margin-top: -3px;
  }
}

.life-event-box .box-right .life-event-list p {
  background: url(../img_top/life_event_list_border_bottom_off.png) center bottom no-repeat, url(../img_top/top_nav_arrow_off.png) left top 21px no-repeat;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .life-event-box .box-right .life-event-list p {
    font-size: 119%;
    padding-top: 18px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .life-event-box .box-right .life-event-list p {
    background-size: 276px 8px, 40px 40px;
    background-position: center bottom, left top 3px;
    font-size: 120%;
    padding: 0 0 12px 56px;
  }
}

@media print, screen and (min-width: 769px) {
  .life-event-box .box-right .life-event-list p:not(.item6):not(.item10) {
    padding-left: 25px;
  }
}

@media print, screen and (min-width: 769px) {
  .life-event-box .box-right .life-event-list p.item6, .life-event-box .box-right .life-event-list p.item10 {
    padding-left: 30px;
  }
}

.life-event-box .box-right .life-event-list span {
  display: block;
}

.special-topics-wrap {
  background: url(../img_top/special_topics_bg.png) center center/cover repeat #faffd5;
}

@media print, screen and (min-width: 769px) {
  .special-topics-wrap {
    margin-top: 120px;
    padding: 280px 0 200px 0;
  }
}

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

.special-topics-wrap .special-topics-box {
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .special-topics-wrap .special-topics-box {
    display: flex;
    width: 987px;
  }
}

@media screen and (max-width: 768px) {
  .special-topics-wrap .special-topics-box {
    padding-bottom: 140px;
  }
}

.special-topics-wrap .special-topics-box::before, .special-topics-wrap .special-topics-box::after {
  content: '';
  display: inline-block;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .special-topics-wrap .special-topics-box::before {
    background: url(../img_top/special_topics_woods.png) center center no-repeat;
    height: 318px;
    top: -314px;
    right: -98px;
    width: 377px;
  }
}

@media screen and (max-width: 768px) {
  .special-topics-wrap .special-topics-box::before {
    background: url(../img_top/sp_special_topics_woods.png) center center no-repeat;
    height: 387px;
    left: 0;
    top: -90px;
    width: 718px;
  }
}

@media print, screen and (min-width: 769px) {
  .special-topics-wrap .special-topics-box::after {
    background: url(../img_top/special_topics_mountain_bottom.png) center center no-repeat;
    height: 181px;
    bottom: -80px;
    left: -110px;
    width: 215px;
  }
}

.special-topics-wrap .box-left {
  position: relative;
}

@media screen and (max-width: 768px) {
  .special-topics-wrap .box-left {
    margin: 0 auto;
    padding-top: 520px;
    width: 650px;
  }
}

.special-topics-wrap .box-left::before, .special-topics-wrap .box-left::after {
  content: '';
  display: inline-block;
  position: absolute;
}

.special-topics-wrap .box-left::before {
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .special-topics-wrap .box-left::before {
    background: url(../img_top/special_topics_title.png) center center no-repeat;
    left: -70px;
    height: 164px;
    top: -140px;
    width: 210px;
  }
}

@media screen and (max-width: 768px) {
  .special-topics-wrap .box-left::before {
    background: url(../img_top/sp_special_topics_title.png) center center no-repeat;
    left: 0;
    height: 262px;
    top: 290px;
    width: 332px;
  }
}

.special-topics-wrap .box-left::after {
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .special-topics-wrap .box-left::after {
    background: url(../img_top/special_topics_mountain_top.png) center center no-repeat;
    left: 100px;
    height: 103px;
    top: -80px;
    width: 424px;
  }
}

@media screen and (max-width: 768px) {
  .special-topics-wrap .box-left::after {
    background: url(../img_top/sp_special_topics_mountain_top.png) center center no-repeat;
    left: 264px;
    height: 105px;
    top: 414px;
    width: 287px;
  }
}

.special-topics-wrap .box-left .image-box {
  position: relative;
}

@media screen and (max-width: 768px) {
  .special-topics-wrap .box-left .image-box::before {
    background: url(../img_top/sp_special_topics_mountain_bottom.png) center center no-repeat;
    bottom: -28px;
    content: '';
    display: inline-block;
    left: -50px;
    height: 239px;
    position: absolute;
    width: 284px;
  }
}

@media print, screen and (min-width: 769px) {
  .special-topics-wrap .box-left .image-box img {
    height: 510px;
    width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .special-topics-wrap .box-left .image-box img {
    height: 690px;
    width: 650px;
  }
}

@media print, screen and (min-width: 769px) {
  .special-topics-wrap .box-right {
    margin: 15px 0 0 90px;
    max-width: 418px;
  }
}

@media screen and (max-width: 768px) {
  .special-topics-wrap .box-right {
    margin: 100px auto 0;
    width: 650px;
  }
}

.special-topics-wrap .box-right h2 {
  background: url(../img_top/topics_h2_bottom.png) left bottom/contain no-repeat;
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .special-topics-wrap .box-right h2 {
    font-size: 182%;
    line-height: 1.1;
    padding-bottom: 8px;
    padding-right: 44px;
  }
}

@media screen and (max-width: 768px) {
  .special-topics-wrap .box-right h2 {
    font-size: 165%;
    padding-bottom: 20px;
  }
}

.special-topics-wrap .box-right h3 {
  background: none;
  line-height: 1.3;
  margin-top: 0;
}

@media print, screen and (min-width: 769px) {
  .special-topics-wrap .box-right h3 {
    font-size: 170%;
    letter-spacing: 0.02em;
    padding-top: 30px;
    max-width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .special-topics-wrap .box-right h3 {
    font-size: 160%;
    letter-spacing: 0.02em;
    margin-top: 50px;
    max-width: 450px;
  }
}

.special-topics-wrap .box-right .box-right-in > p {
  line-height: 2;
  font-weight: bold;
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 769px) {
  .special-topics-wrap .box-right .box-right-in > p {
    font-size: 104%;
    margin-top: 20px;
    max-width: 408px;
  }
}

@media screen and (max-width: 768px) {
  .special-topics-wrap .box-right .box-right-in > p {
    font-size: 105%;
    letter-spacing: 0.02em;
    margin-top: 40px;
  }
}

.special-topics-wrap .box-right .check-koho {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .special-topics-wrap .box-right .check-koho {
    margin-top: 44px;
    width: 417px;
  }
  .special-topics-wrap .box-right .check-koho::after {
    background: url(../img_top/koho_bottom_mountain.png) center center no-repeat;
    content: '';
    display: inline-block;
    height: 78px;
    position: absolute;
    bottom: -120px;
    right: -90px;
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .special-topics-wrap .box-right .check-koho {
    margin-top: 50px;
    width: 650px;
  }
}

.special-topics-wrap .box-right .check-koho a {
  background: url(../img_top/service_list_arrow_off.png) right 20px center no-repeat #fff;
  display: inline-block;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .special-topics-wrap .box-right .check-koho a {
    font-size: 119%;
    padding: 16px 40px 16px 33px;
  }
  .special-topics-wrap .box-right .check-koho a:hover {
    background: url(../img_top/service_list_arrow_on.png) right 20px center no-repeat #333;
    border: 3px solid #333;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .special-topics-wrap .box-right .check-koho a {
    background-position: right 44px center;
    background-size: 36px 28px;
    border-radius: 90px;
    font-size: 120%;
    padding: 18px 85px 18px 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .oshirase-wrap {
    margin-top: 145px;
  }
}

@media print, screen and (min-width: 769px) {
  .oshirase-wrap .oshirase-box {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .oshirase-wrap .oshirase-box {
    width: 650px;
  }
}

@media screen and (max-width: 768px) {
  .oshirase-wrap .oshirase-box .box-left {
    margin-top: 110px;
  }
}

.oshirase-wrap .oshirase-box .box-left p.title {
  background: url(../img_top/oshirase_en.png) left bottom no-repeat;
  font-weight: bold;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .oshirase-wrap .oshirase-box .box-left p.title {
    font-size: 182%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .oshirase-wrap .oshirase-box .box-left p.title {
    background-size: 100px 30px;
    font-size: 190%;
    min-height: 120px;
  }
}

.oshirase-wrap .oshirase-box .box-left p.title::after {
  content: '';
  display: inline-block;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .oshirase-wrap .oshirase-box .box-left p.title::after {
    background: url(../img_top/oshirase_letter.png) center center no-repeat;
    bottom: -158px;
    height: 120px;
    left: -45px;
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .oshirase-wrap .oshirase-box .box-left p.title::after {
    background: url(../img_top/sp_oshirase_letter.png) center center no-repeat;
    height: 209px;
    right: -24px;
    top: 0;
    width: 342px;
  }
}

@media print, screen and (min-width: 769px) {
  .oshirase-wrap .oshirase-box .box-right {
    width: 895px;
  }
}

@media print, screen and (min-width: 769px) {
  .oshirase-wrap .oshirase-box .box-right .pageListNotExists {
    margin: 100px 0 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .oshirase-wrap .oshirase-box .box-right .pageListNotExists {
    margin-top: 140px;
  }
}

.oshirase-wrap .oshirase-box .box-right .oshirase-list {
  overflow: auto;
}

@media print, screen and (min-width: 769px) {
  .oshirase-wrap .oshirase-box .box-right .oshirase-list {
    height: 230px;
  }
}

@media screen and (max-width: 768px) {
  .oshirase-wrap .oshirase-box .box-right .oshirase-list {
    height: 940px;
    margin: 120px 24px 0 0;
  }
}

.oshirase-wrap .oshirase-box .box-right .oshirase-list li {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .oshirase-wrap .oshirase-box .box-right .oshirase-list li {
    display: flex;
    padding: 8px 0;
  }
}

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

@media print, screen and (min-width: 769px) {
  .oshirase-wrap .oshirase-box .box-right .oshirase-list li .date {
    font-size: 104%;
    min-width: 114px;
  }
}

@media screen and (max-width: 768px) {
  .oshirase-wrap .oshirase-box .box-right .oshirase-list li .date {
    font-size: 110%;
  }
}

@media print, screen and (min-width: 769px) {
  .oshirase-wrap .oshirase-box .box-right .oshirase-list li .txt {
    font-size: 111%;
    margin-left: 36px;
  }
}

@media screen and (max-width: 768px) {
  .oshirase-wrap .oshirase-box .box-right .oshirase-list li .txt {
    display: block;
    font-size: 110%;
    margin-top: 8px;
  }
}

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

.oshirase-wrap .oshirase-box .box-right .oshirase-list li a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .oshirase-wrap .oshirase-box .box-right .oshirase-detail {
    margin-top: 40px;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .oshirase-wrap .oshirase-box .box-right .oshirase-detail {
    margin: 0 auto;
    width: 650px;
  }
}

.oshirase-wrap .oshirase-box .box-right .oshirase-detail a {
  background: url(../img_top/service_list_arrow_off.png) right 20px center no-repeat;
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .oshirase-wrap .oshirase-box .box-right .oshirase-detail a {
    font-size: 111%;
    padding: 12px 60px 12px 38px;
  }
  .oshirase-wrap .oshirase-box .box-right .oshirase-detail a:hover {
    background: url(../img_top/service_list_arrow_on.png) right 20px center no-repeat #333;
    border: 3px solid #333;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .oshirase-wrap .oshirase-box .box-right .oshirase-detail a {
    background-size: 36px 30px;
    background-position: right 44px center;
    font-size: 120%;
    margin-top: 50px;
    padding: 23px 84px 23px 64px;
    width: 650px;
  }
}

@media print, screen and (min-width: 769px) {
  .event-calendar-wrap {
    background: url(../img_top/event_bg.png) center center repeat-x #faffd5;
    min-height: 224px;
    margin-top: 115px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .event-calendar-wrap {
    background: url(../img_top/sp_keyword_bg.png) center center repeat-x #faffd5;
    min-height: 540px;
    margin-top: 220px;
    padding-bottom: 50px;
  }
}

.event-calendar-wrap .event-calendar-box {
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .event-calendar-wrap .event-calendar-box {
    width: 978px;
  }
}

@media screen and (max-width: 768px) {
  .event-calendar-wrap .event-calendar-box {
    width: 650px;
  }
}

.event-calendar-wrap .event-calendar-box::after {
  content: '';
  display: inline-block;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .event-calendar-wrap .event-calendar-box::after {
    background: url(../img_top/event_woods.png) center center no-repeat;
    bottom: -56px;
    height: 237px;
    right: 100px;
    width: 291px;
  }
}

@media screen and (max-width: 768px) {
  .event-calendar-wrap .event-calendar-box::after {
    background: url(../img_top/sp_event_woods.png) center center no-repeat;
    height: 343px;
    left: 120px;
    top: -28px;
    width: 421px;
  }
}

.event-calendar-wrap .event-calendar-box a {
  background: url(../img_top/service_list_arrow_off.png) right 20px center no-repeat #fff;
  display: inline-block;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .event-calendar-wrap .event-calendar-box a {
    font-size: 119%;
    margin-left: 140px;
    margin-top: 80px;
    padding: 16px 140px 16px 38px;
  }
  .event-calendar-wrap .event-calendar-box a:hover {
    background: url(../img_top/service_list_arrow_on.png) right 20px center no-repeat #333;
    border: 3px solid #333;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .event-calendar-wrap .event-calendar-box a {
    background-size: 36px 30px;
    background-position: right 44px center;
    font-size: 120%;
    margin-top: 350px;
    padding: 23px 84px 23px 64px;
    width: 650px;
  }
}

.event-calendar-wrap .event-notice {
  margin: 80px auto 0;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .event-calendar-wrap .event-notice {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .event-calendar-wrap .event-notice {
    width: 650px;
  }
}

.event-calendar-wrap .event-notice .event-ttl {
  padding: 10px 38px;
  background: #3f8514;
  text-align: center;
  font-size: 150%;
  color: #fff;
  border: 3px solid #3f8514;
  border-bottom: none;
  border-radius: 30px 30px 0 0;
}

.event-calendar-wrap .event-notice .event-contents {
  padding: 16px 38px;
  background: #fff;
  font-size: 115%;
  border: 3px solid #3f8514;
  border-top: none;
  border-radius: 0 0 30px 30px;
}

.event-calendar-wrap .event-notice .event-contents .event-list .item:nth-child(n+2) {
  padding-top: 1em;
}

@media print, screen and (min-width: 769px) {
  .about-kumatori-wrap {
    margin-top: 260px;
  }
}

.about-kumatori-wrap .about-kumatori-box {
  position: relative;
}

@media screen and (max-width: 768px) {
  .about-kumatori-wrap .about-kumatori-box {
    margin-top: 460px;
    margin-bottom: 330px;
  }
}

.about-kumatori-wrap .about-kumatori-box::before {
  content: '';
  display: inline-block;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .about-kumatori-wrap .about-kumatori-box::before {
    background: url(../img_top/about_title_bg.png) center center no-repeat;
    height: 273px;
    left: 0;
    margin: auto;
    right: 0;
    top: -120px;
    width: 1030px;
  }
}

@media screen and (max-width: 768px) {
  .about-kumatori-wrap .about-kumatori-box::before {
    background: url(../img_top/sp_about_title_bg.png) center center no-repeat;
    height: 687px;
    left: 0;
    margin: auto;
    right: 0;
    top: -320px;
    width: 636px;
  }
}

.about-kumatori-wrap .about-kumatori-box p.title {
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .about-kumatori-wrap .about-kumatori-box p.title {
    font-size: 222%;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .about-kumatori-wrap .about-kumatori-box p.title {
    font-size: 190%;
    padding-bottom: 40px;
  }
}

.about-kumatori-wrap .about-kumatori-box p.title::after {
  background: url(../img_top/about_en.png) center bottom no-repeat;
  bottom: 0;
  content: '';
  display: inline-block;
  left: 0;
  height: 16px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 62px;
}

@media screen and (max-width: 768px) {
  .about-kumatori-wrap .about-kumatori-box p.title::after {
    background-size: 92px 22px;
    height: 22px;
    width: 92px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-kumatori-wrap .about-list {
    display: flex;
    flex-wrap: wrap;
    margin: 145px auto 0;
    width: 1166px;
  }
}

@media screen and (max-width: 768px) {
  .about-kumatori-wrap .about-list {
    margin: 0 auto;
    width: 650px;
  }
}

.about-kumatori-wrap .about-list li {
  background-color: #f5f5f5;
}

@media print, screen and (min-width: 769px) {
  .about-kumatori-wrap .about-list li {
    margin-bottom: 20px;
    width: 352px;
  }
}

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

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

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

@media print, screen and (min-width: 769px) {
  .about-kumatori-wrap .about-list a:hover img {
    transform: scale(1.1, 1.1);
  }
}

.about-kumatori-wrap .about-list .item-in {
  background: url(../img_common/nav_arrow.png) right 15px center no-repeat;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .about-kumatori-wrap .about-list .item-in {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .about-kumatori-wrap .about-list .item-in {
    background-size: 40px 40px;
    background-position: right 30px center;
  }
}

@media screen and (max-width: 768px) {
  .about-kumatori-wrap .about-list .item-in .item-img {
    height: 200px;
    width: 200px;
  }
}

.about-kumatori-wrap .about-list .item-in .item-txt {
  align-items: center;
  font-weight: bold;
  display: flex;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .about-kumatori-wrap .about-list .item-in .item-txt {
    font-size: 125%;
    margin-left: 26px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 768px) {
  .about-kumatori-wrap .about-list .item-in .item-txt {
    font-size: 130%;
    margin-left: 48px;
    padding-right: 55px;
  }
}

@media print, screen and (min-width: 769px) {
  .about-kumatori-wrap .about-list .item-in img {
    transition: 0.5s;
    height: 120px;
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .about-kumatori-wrap .about-list .item-in img {
    height: 200px;
    width: 200px;
  }
}

.kumatori-map-wrap {
  background-color: #a3de00;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .kumatori-map-wrap {
    margin-top: 112px;
    min-height: 680px;
  }
}

@media screen and (max-width: 768px) {
  .kumatori-map-wrap {
    margin-top: 140px;
    padding-bottom: 200px;
  }
}

.kumatori-map-wrap::before {
  content: '';
  display: inline-block;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .kumatori-map-wrap::before {
    background: url(../img_top/access_top.png) center center/cover no-repeat;
    height: 18px;
    top: -18px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .kumatori-map-wrap::before {
    background: url(../img_top/sp_access_top.png) center center/cover no-repeat;
    height: 37px;
    top: -35px;
    width: 100%;
  }
}

.kumatori-map-wrap::after {
  content: '';
  display: inline-block;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .kumatori-map-wrap::after {
    background: url(../img_top/access_bottom.png) center center/cover no-repeat;
    height: 18px;
    bottom: -18px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .kumatori-map-wrap::after {
    background: url(../img_top/sp_access_bottom.png) center center/cover no-repeat;
    height: 35px;
    bottom: -34px;
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .kumatori-map-wrap .kumatori-map-box {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .kumatori-map-wrap .kumatori-map-box {
    margin: 0 auto;
    padding-top: 70px;
    width: 700px;
  }
}

.kumatori-map-wrap .kumatori-map-box .box-left {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .kumatori-map-wrap .kumatori-map-box .box-left::after {
    background: url(../img_top/sp_himawari_dome.png) center center no-repeat;
    bottom: -116px;
    content: '';
    display: inline-block;
    height: 186px;
    position: absolute;
    right: 32px;
    width: 446px;
  }
}

.kumatori-map-wrap .kumatori-map-box .box-left .population-box {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box {
    margin-top: 185px;
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box {
    margin: 60px auto 0;
    width: 600px;
  }
}

.kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list {
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list {
    min-height: 292px;
    padding: 63px 20px 60px 60px;
  }
}

@media screen and (max-width: 768px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list {
    min-height: 475px;
    padding: 80px 20px 80px 100px;
  }
}

.kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list li {
  align-items: center;
  display: flex;
  font-weight: bold;
  word-break: break-all;
}

@media print, screen and (min-width: 769px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list li {
    font-size: 111%;
  }
}

@media print, screen and (min-width: 769px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list li:not(:last-child) {
    margin-bottom: 22px;
  }
}

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

@media screen and (max-width: 768px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list li .title {
    font-size: 120%;
  }
}

.kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list li .number {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list li .number {
    margin-left: 78px;
  }
}

@media screen and (max-width: 768px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list li .number {
    font-size: 120%;
    margin-left: 160px;
  }
}

.kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list li .number::before {
  background-color: #000;
  content: '';
  display: inline-block;
  height: 2px;
  left: -64px;
  position: absolute;
  top: 10px;
  width: 50px;
}

@media screen and (max-width: 768px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list li .number::before {
    left: -128px;
    height: 4px;
    top: 24px;
    width: 100px;
  }
}

.kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list .population .number {
  background: url(../img_top/population_line.png) left bottom repeat-x;
  position: relative;
  padding: 0 4px;
}

@media print, screen and (min-width: 769px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list .population .number {
    font-size: 130%;
  }
}

@media screen and (max-width: 768px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list .population .number {
    margin-top: -30px;
    font-size: 145%;
  }
}

@media print, screen and (min-width: 769px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list .population .number::before {
    top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list .population .number::before {
    top: 42px;
  }
}

@media print, screen and (min-width: 769px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list .households .number {
    margin-left: 62px;
  }
}

@media screen and (max-width: 768px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list .households .number {
    margin-left: 128px;
  }
}

@media print, screen and (min-width: 769px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list .households .number::before {
    left: -50px;
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-box .population-list .households .number::before {
    left: -100px;
    width: 70px;
  }
}

.kumatori-map-wrap .kumatori-map-box .box-left .population-date {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-date {
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .kumatori-map-wrap .kumatori-map-box .box-left .population-date {
    font-size: 95%;
    margin: 16px auto 0;
    width: 600px;
  }
}

@media print, screen and (min-width: 769px) {
  .kumatori-map-wrap .kumatori-map-box .box-right {
    margin-top: 150px;
    margin-left: -250px;
  }
}

@media print, screen and (min-width: 769px) {
  .park-wrap {
    margin: 105px auto 0;
    width: 1166px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .park-wrap .park-list {
    margin: 0 auto;
    width: 650px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .park-wrap .park-list a:hover img {
    transform: scale(1.1, 1.1);
  }
}

.park-wrap .park-list li:first-child, .park-wrap .park-list li:nth-child(2n), .park-wrap .park-list li:nth-child(3n) {
  position: relative;
}

.park-wrap .park-list li:first-child::before, .park-wrap .park-list li:first-child::after, .park-wrap .park-list li:nth-child(2n)::before, .park-wrap .park-list li:nth-child(2n)::after, .park-wrap .park-list li:nth-child(3n)::before, .park-wrap .park-list li:nth-child(3n)::after {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 79;
}

.park-wrap .park-list li:first-child .item-img::before, .park-wrap .park-list li:nth-child(2n) .item-img::before, .park-wrap .park-list li:nth-child(3n) .item-img::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .park-wrap .park-list li:first-child::before {
    background: url(../img_top/sp_park_leaf.png) center center no-repeat;
    height: 98px;
    top: -8px;
    right: 100px;
    width: 90px;
  }
}

@media print, screen and (min-width: 769px) {
  .park-wrap .park-list li:first-child .item-img::before {
    background: url(../img_top/image_cloud1.png) left center no-repeat;
    height: 154px;
    width: 362px;
  }
}

@media screen and (max-width: 768px) {
  .park-wrap .park-list li:first-child .item-img::before {
    background: url(../img_top/sp_image_cloud1.png) left center no-repeat;
    height: 323px;
    width: 650px;
  }
}

.park-wrap .park-list li:first-child .item-txt {
  position: relative;
}

.park-wrap .park-list li:first-child .item-txt::after {
  content: '';
  display: inline-block;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .park-wrap .park-list li:first-child .item-txt::after {
    background: url(../img_top/park_trees.png) center center no-repeat;
    bottom: -245px;
    height: 265px;
    right: 84px;
    width: 160px;
    z-index: 90;
  }
}

.park-wrap .park-list li:nth-child(2n) {
  margin-top: 80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .park-wrap .park-list li:nth-child(2n)::before {
    background: url(../img_top/sp_park_tree.png) center center no-repeat;
    height: 216px;
    left: -30px;
    top: -136px;
    width: 80px;
    z-index: 79;
  }
}

@media print, screen and (min-width: 769px) {
  .park-wrap .park-list li:nth-child(2n)::before {
    background: url(../img_top/park_leaf.png) center center no-repeat;
    height: 66px;
    left: 0;
    top: -50px;
    width: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .park-wrap .park-list li:nth-child(2n) .item-img::before {
    background: url(../img_top/image_cloud2.png) left center no-repeat;
    height: 148px;
    width: 361px;
  }
}

@media screen and (max-width: 768px) {
  .park-wrap .park-list li:nth-child(2n) .item-img::before {
    background: url(../img_top/sp_image_cloud2.png) left center no-repeat;
    height: 323px;
    width: 650px;
  }
}

@media screen and (max-width: 768px) {
  .park-wrap .park-list li:nth-child(3n) {
    margin-top: 80px;
  }
}

@media print, screen and (min-width: 769px) {
  .park-wrap .park-list li:nth-child(3n)::before {
    background: url(../img_top/park_cloud.png) center center no-repeat;
    height: 65px;
    left: -74px;
    top: 0;
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .park-wrap .park-list li:nth-child(3n)::before {
    background: url(../img_top/sp_park_cloud.png) center center no-repeat;
    height: 104px;
    left: -24px;
    top: -40px;
    width: 237px;
  }
}

@media print, screen and (min-width: 769px) {
  .park-wrap .park-list li:nth-child(3n) .item-img::before {
    background: url(../img_top/image_cloud3.png) left center no-repeat;
    height: 159px;
    width: 362px;
  }
}

@media screen and (max-width: 768px) {
  .park-wrap .park-list li:nth-child(3n) .item-img::before {
    background: url(../img_top/sp_image_cloud3.png) left center no-repeat;
    height: 323px;
    width: 650px;
  }
}

.park-wrap .park-list li:nth-child(3n) .item-txt {
  position: relative;
}

.park-wrap .park-list li:nth-child(3n) .item-txt::after {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 90;
}

@media print, screen and (min-width: 769px) {
  .park-wrap .park-list li:nth-child(3n) .item-txt::after {
    background: url(../img_top/park_tree.png) center center no-repeat;
    bottom: -150px;
    height: 180px;
    right: 102px;
    width: 67px;
  }
}

@media screen and (max-width: 768px) {
  .park-wrap .park-list li:nth-child(3n) .item-txt::after {
    background: url(../img_top/sp_park_tree_bottom.png) center center no-repeat;
    height: 215px;
    right: -32px;
    top: -340px;
    width: 80px;
  }
}

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

.park-wrap .park-list .item-img {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .park-wrap .park-list .item-img {
    overflow: hidden;
  }
}

.park-wrap .park-list .item-img > img {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .park-wrap .park-list .item-img > img {
    transition: 0.5s;
    height: 180px;
    width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .park-wrap .park-list .item-img > img {
    height: 323px;
    width: 648px;
  }
}

.park-wrap .park-list .item-txt {
  background: url(../img_common/nav_arrow.png) right 14px bottom 14px no-repeat #faffd5;
  background-size: 19px 19px;
  font-weight: bold;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .park-wrap .park-list .item-txt {
    padding: 40px 40px 48px 40px;
    width: 242px;
  }
}

@media screen and (max-width: 768px) {
  .park-wrap .park-list .item-txt {
    background-position: right 30px bottom 30px;
    background-size: 40px 40px;
    padding: 70px 90px 70px 50px;
    width: 470px;
  }
}

@media print, screen and (min-width: 769px) {
  .park-wrap .park-list .item-txt p:not(.text) {
    font-size: 167%;
  }
}

@media screen and (max-width: 768px) {
  .park-wrap .park-list .item-txt p:not(.text) {
    font-size: 160%;
  }
}

.park-wrap .park-list .item-txt .text {
  line-height: 2;
}

@media print, screen and (min-width: 769px) {
  .park-wrap .park-list .item-txt .text {
    font-size: 104%;
    margin-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .park-wrap .park-list .item-txt .text {
    font-size: 105%;
    margin-top: 30px;
  }
}

.park-wrap .bottom-button {
  text-align: center;
  margin-top: 60px;
}

.park-wrap .bottom-button a {
  background: url(../img_top/service_list_arrow_off.png) right 20px center no-repeat;
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .park-wrap .bottom-button a {
    padding: 15px 238px 15px 32px;
    font-size: 119%;
  }
  .park-wrap .bottom-button a:hover {
    background: url(../img_top/service_list_arrow_on.png) right 20px center no-repeat #333;
    border: 3px solid #333;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .park-wrap .bottom-button a {
    background-position: right 40px center;
    background-size: 36px 28px;
    padding: 15px 260px 15px 60px;
    font-size: 130%;
  }
}

@media print, screen and (min-width: 769px) {
  .bnr-wrap {
    margin-top: 200px;
  }
}

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

.bnr-wrap .bnr-list {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .bnr-wrap .bnr-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 866px;
  }
}

.bnr-wrap .bnr-list li {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .bnr-wrap .bnr-list li {
    margin-bottom: 20px;
  }
}

.bnr-wrap .bnr-list li::before {
  background: url(../img_common/nav_arrow.png) center center no-repeat;
  content: '';
  display: inline-block;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .bnr-wrap .bnr-list li::before {
    background-size: 24px 24px;
    left: 15px;
    height: 24px;
    overflow: hidden;
    top: 36px;
    width: 24px;
  }
}

@media screen and (max-width: 768px) {
  .bnr-wrap .bnr-list li::before {
    background-size: 44px 44px;
    height: 44px;
    left: 30px;
    top: 70px;
    width: 44px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .bnr-wrap .bnr-list li a:hover img {
    transform: scale(1.1, 1.1);
  }
}

@media print, screen and (min-width: 769px) {
  .bnr-wrap .bnr-list img {
    height: 97px;
    transition: 0.5s;
    width: 403px;
  }
}

@media screen and (max-width: 768px) {
  .bnr-wrap .bnr-list img {
    height: 180px;
    width: 750px;
  }
}

@media print, screen and (min-width: 769px) {
  .adv-wrap {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .adv-wrap {
    margin-top: 120px;
    text-align: center;
  }
}

.adv-wrap p.title {
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .adv-wrap p.title {
    background: url(../img_top/adv_bg.png) center top no-repeat;
    font-size: 222%;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .adv-wrap p.title {
    display: inline-block;
    font-size: 190%;
    margin-bottom: 40px;
    position: relative;
  }
  .adv-wrap p.title::before, .adv-wrap p.title::after {
    content: '';
    display: inline-block;
    height: 66px;
    position: absolute;
    width: 176px;
  }
  .adv-wrap p.title::before {
    background: url(../img_top/sp_adv_left.png) center center no-repeat;
    content: '';
    display: inline-block;
    left: -240px;
    position: absolute;
  }
  .adv-wrap p.title::after {
    background: url(../img_top/sp_adv_right.png) center center no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
    right: -240px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .adv-wrap .adv-list {
    width: 1095px;
  }
}

@media screen and (max-width: 768px) {
  .adv-wrap .adv-list {
    width: 650px;
  }
}

@media print, screen and (min-width: 769px) {
  .adv-wrap .adv-list li {
    margin-bottom: 20px;
  }
  .adv-wrap .adv-list li:not(:nth-child(6n)) {
    margin-right: 38px;
  }
}

@media screen and (max-width: 768px) {
  .adv-wrap .adv-list li {
    margin-bottom: 32px;
  }
  .adv-wrap .adv-list li:not(:nth-child(3n)) {
    margin-right: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .adv-wrap .adv-list img {
    height: 60px;
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .adv-wrap .adv-list img {
    height: 76px;
    width: 190px;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  background: url(../img_common/footer_bg.png) center center/cover no-repeat #faffd5;
  margin-top: 145px;
  padding-top: 110px;
  padding-bottom: 32px;
}

footer .pagetop-box {
  position: relative;
}

footer .pagetop-button {
  bottom: 0;
  position: fixed;
  z-index: 90;
  opacity: 0;
  transition: all 0.65s;
}

footer .is-active {
  opacity: 1;
  transition: all 0.65s;
}

footer #pagetop a {
  display: block;
  text-decoration: none;
  height: 171px;
  width: 148px;
}

footer .footer-info-box {
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box {
    display: flex;
    justify-content: space-between;
    width: 970px;
  }
}

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

footer .footer-info-box .box-right .address {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box .box-right .address {
    line-height: 2;
    font-size: 104%;
  }
}

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

@media print, screen and (min-width: 769px) {
  footer .footer-info-box .box-right .tel-fax-list {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .box-right .tel-fax-list {
    margin-top: 40px;
  }
}

footer .footer-info-box .box-right .tel-fax-list li {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box .box-right .tel-fax-list li {
    margin-top: 16px;
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .box-right .tel-fax-list li:first-child {
    margin-bottom: 16px;
  }
}

footer .footer-info-box .box-right .tel-fax-list span {
  vertical-align: middle;
}

footer .footer-info-box .box-right .tel-fax-list span.green-bg {
  background-color: #3f8514;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box .box-right .tel-fax-list span.green-bg {
    font-size: 100%;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .box-right .tel-fax-list span.green-bg {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    width: 188px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box .box-right .tel-fax-list span.number {
    font-size: 153%;
    margin-left: 12px;
    margin-right: 32px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .box-right .tel-fax-list span.number {
    font-size: 160%;
    margin-left: 32px;
  }
  footer .footer-info-box .box-right .tel-fax-list span.number a {
    color: #333;
  }
}

footer .footer-info-box .box-right .open-time-box {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box .box-right .open-time-box {
    align-items: center;
    display: flex;
    margin-top: 15px;
    padding: 14px 10px 14px 31px;
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .box-right .open-time-box {
    padding: 33px 40px 30px 40px;
    margin-top: 40px;
  }
}

footer .footer-info-box .box-right .open-time-box .box-left p {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box .box-right .open-time-box .box-left p {
    font-size: 104%;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .box-right .open-time-box .box-left p {
    font-size: 110%;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-info-box .box-right .open-time-box .box-right {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .box-right .open-time-box .box-right {
    margin-top: 14px;
  }
}

footer .footer-info-box .box-right .open-time-box .box-right p {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .box-right .open-time-box .box-right p {
    font-size: 95%;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info-box .box-right .open-time-box .box-right span {
    margin-left: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .links-notice-wrap {
    margin: 60px auto 0;
    width: 970px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .links-notice-wrap .footer-links .footer-list {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  footer .links-notice-wrap .footer-links .footer-list {
    margin: 60px auto 0;
    width: 650px;
  }
}

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

footer .links-notice-wrap .footer-links .footer-list a {
  background: url(../img_common/footer_list_arrow_off.png) right 20px center no-repeat #fff;
  border-color: #59b200;
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  footer .links-notice-wrap .footer-links .footer-list a {
    font-size: 111%;
    padding: 18px 40px 18px 22px;
    width: 308px;
  }
  footer .links-notice-wrap .footer-links .footer-list a:hover {
    background: url(../img_common/footer_list_arrow_on.png) right 20px center no-repeat #59b200;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  footer .links-notice-wrap .footer-links .footer-list a {
    background-size: 36px 26px;
    background-position: right 40px center;
    font-size: 115%;
    padding: 33px 0 33px 54px;
    width: 650px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .links-notice-wrap .footer-links .footer-list span {
    font-size: 90%;
  }
}

@media print, screen and (min-width: 769px) {
  footer .links-notice-wrap .footer-notice {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  footer .links-notice-wrap .footer-notice {
    margin-top: 70px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .links-notice-wrap .footer-notice .notice-list {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  footer .links-notice-wrap .footer-notice .notice-list {
    margin: 0 auto;
    width: 650px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .links-notice-wrap .footer-notice .notice-list li:not(:last-child) {
    margin-right: 25px;
  }
}

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

footer .links-notice-wrap .footer-notice .notice-list a {
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #000;
  text-decoration: none;
  padding-bottom: 4px;
}

footer .links-notice-wrap .footer-notice .notice-list a:hover {
  border-bottom: none;
}

footer .copyright {
  font-weight: bold;
  color: #333;
  font-size: 80%;
}

@media print, screen and (min-width: 769px) {
  footer .copyright {
    margin-top: 115px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  footer .copyright {
    margin: 70px auto;
    text-align: left;
    width: 650px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .box {
    width: 1000px;
    padding: 50px 0 25px 0;
  }
}

@media screen and (max-width: 768px) {
  footer .box {
    padding: 30px 40px;
  }
}
