@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 {
  position: relative;
  background: url(../img_common/h2_bg_line.png) right 0 bottom 6px no-repeat, url(../img_common/h2_bg_back.png) right bottom/cover no-repeat;
  margin-top: 20px;
  color: #4b2b15;
  font-size: 140%;
  box-sizing: border-box;
  padding: 26px 15px 30px;
}

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

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  background: url(../img_common/h3_bg_icon.png) left 0 top 0 no-repeat, url(../img_common/h3_bg_line.png) left 0 bottom 0/100% 4px no-repeat;
  margin-top: 20px;
  color: #4b2b15;
  font-size: 120%;
  box-sizing: border-box;
  padding: 15px 15px 20px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  background: url(../img_common/h4_bg.png) left 0 bottom 0 repeat-x;
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  color: #4b2b15;
  font-size: 110%;
  padding: 10px 15px 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wysiwyg table ol {
  padding-left: 20px;
}

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

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

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #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: #e7e2de;
}

.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: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #4b2b15;
  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: #ffa15c;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.scheme11 {
  background-color: #ffdd6a;
  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;
}

.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 #ffa15c !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    left: 16px;
    top: 10px;
    color: #4b2b15;
    font-size: 90%;
  }
  .header-issub {
    min-height: 192px;
  }
  #header {
    background: url(../img_common/main_bg.png);
    position: relative;
    /* #header-nav */
    /* #header-nav-issub */
    /* end-#header-nav-issub */
  }
  #header #header-nav, #header #header-nav-issub {
    bottom: 82px;
    margin: 0 auto;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 3;
    width: 1000px;
  }
  #header #header-nav .in, #header #header-nav-issub .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list, #header #header-nav-issub .list {
    display: flex;
    position: relative;
  }
  #header #header-nav .list > li, #header #header-nav-issub .list > li {
    background: url(../img_common/r_arrow_brown.png) center bottom 8px no-repeat white;
    min-height: 90px;
    text-align: center;
    width: 165px;
  }
  #header #header-nav .list > li:first-child, #header #header-nav-issub .list > li:first-child {
    border-radius: 5px 0 0 5px;
    margin-left: 0;
  }
  #header #header-nav .list > li .box, #header #header-nav-issub .list > li .box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 6px;
    min-height: 58px;
    width: 100%;
  }
  #header #header-nav .list > li a, #header #header-nav-issub .list > li a {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
    text-decoration: none;
  }
  #header #header-nav .list > li a:not(.pageLink):focus::before, #header #header-nav-issub .list > li a:not(.pageLink):focus::before {
    background: url(../img_common/img_top_nav_icon1.png) center center no-repeat;
    bottom: -9px;
    content: "";
    display: inline-block;
    height: 11px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 19px;
  }
  #header #header-nav .list > li .nav-item-in, #header #header-nav-issub .list > li .nav-item-in {
    align-items: flex-end;
    display: flex;
    color: #4b2b15;
    font-size: 100%;
    font-weight: bold;
    margin-top: 5px;
    justify-content: center;
    position: relative;
    width: 100%;
  }
  #header #header-nav .list > li .nav1-green-bg, #header #header-nav .list > li .nav2-green-bg, #header #header-nav .list > li .nav3-green-bg, #header #header-nav .list > li .nav4-green-bg, #header #header-nav .list > li .nav5-green-bg, #header #header-nav .list > li .nav6-green-bg, #header #header-nav-issub .list > li .nav1-green-bg, #header #header-nav-issub .list > li .nav2-green-bg, #header #header-nav-issub .list > li .nav3-green-bg, #header #header-nav-issub .list > li .nav4-green-bg, #header #header-nav-issub .list > li .nav5-green-bg, #header #header-nav-issub .list > li .nav6-green-bg {
    position: relative;
  }
  #header #header-nav .list > li .nav1-green-bg::before, #header #header-nav-issub .list > li .nav1-green-bg::before {
    background: url(../img_common/nav1_green_bg.png) no-repeat;
    content: "";
    display: inline-block;
    height: 49px;
    left: 38px;
    position: absolute;
    top: -4px;
    width: 47px;
  }
  #header #header-nav .list > li .nav2-green-bg::before, #header #header-nav-issub .list > li .nav2-green-bg::before {
    background: url(../img_common/nav1_green_bg.png) no-repeat;
    content: "";
    display: inline-block;
    height: 49px;
    left: 70px;
    position: absolute;
    top: -6px;
    width: 47px;
  }
  #header #header-nav .list > li .nav3-green-bg::before, #header #header-nav-issub .list > li .nav3-green-bg::before {
    background: url(../img_common/nav1_green_bg.png) no-repeat;
    content: "";
    display: inline-block;
    height: 49px;
    left: 54px;
    position: absolute;
    top: -16px;
    width: 47px;
  }
  #header #header-nav .list > li .nav4-green-bg::before, #header #header-nav-issub .list > li .nav4-green-bg::before {
    background: url(../img_common/nav1_green_bg.png) no-repeat;
    content: "";
    display: inline-block;
    height: 49px;
    left: 55px;
    position: absolute;
    top: -10px;
    width: 47px;
  }
  #header #header-nav .list > li .nav5-green-bg::before, #header #header-nav-issub .list > li .nav5-green-bg::before {
    background: url(../img_common/nav1_green_bg.png) no-repeat;
    content: "";
    display: inline-block;
    height: 49px;
    left: 70px;
    position: absolute;
    top: -13px;
    width: 47px;
  }
  #header #header-nav .list > li .nav6-green-bg::before, #header #header-nav-issub .list > li .nav6-green-bg::before {
    background: url(../img_common/nav1_green_bg.png) no-repeat;
    content: "";
    display: inline-block;
    height: 49px;
    left: 70px;
    position: absolute;
    top: -12px;
    width: 47px;
  }
  #header #header-nav .list > li .g-nav1:hover, #header #header-nav-issub .list > li .g-nav1:hover {
    background: none;
  }
  #header #header-nav .header-nav-item:hover::before, #header #header-nav-issub .header-nav-item:hover::before {
    background: url(../img_common/img_top_nav_icon1.png) no-repeat;
    bottom: -8px;
    content: "";
    display: inline-block;
    height: 11px;
    margin-left: -10px;
    position: absolute;
    width: 19px;
  }
  #header #header-nav .list > li:hover, #header #header-nav-issub .list > li:hover {
    background-image: none;
  }
  #header #header-nav .list > li:not(:last-child), #header #header-nav-issub .list > li:not(:last-child) {
    margin-right: 2px;
  }
  #header #header-nav .list > li:last-child, #header #header-nav-issub .list > li:last-child {
    border-radius: 0 5px 5px 0;
  }
  #header #header-nav .nav-category-dummy, #header #header-nav-issub .nav-category-dummy {
    padding-top: 22px;
  }
  #header #header-nav .nav-category-list-box, #header #header-nav-issub .nav-category-list-box {
    background-color: rgba(75, 43, 21, 0.9);
    border-radius: 10px;
    left: 0;
    position: absolute;
    width: 1000px;
  }
  #header #header-nav .nav-category-list-box ul, #header #header-nav-issub .nav-category-list-box ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 36px;
    width: 920px;
  }
  #header #header-nav .nav-category-list-box ul li, #header #header-nav-issub .nav-category-list-box ul li {
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    height: auto !important;
    margin-bottom: 14px;
    width: 200px;
  }
  #header #header-nav .nav-category-list-box ul li a, #header #header-nav-issub .nav-category-list-box ul li a {
    color: #4b2b15;
    font-size: 111%;
    font-weight: bold;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  #header #header-nav .nav-category-list-box ul li:not(:nth-child(4n)), #header #header-nav-issub .nav-category-list-box ul li:not(:nth-child(4n)) {
    margin-right: 40px;
  }
  #header #header-nav .nav-category-list-box .category-item-in, #header #header-nav-issub .nav-category-list-box .category-item-in {
    height: 100%;
  }
  #header #header-nav .nav-category-list-box .category-item-in a, #header #header-nav-issub .nav-category-list-box .category-item-in a {
    background: url(../img_common/yellow_right_arrow.png) right 10px center no-repeat;
    margin-left: 14px;
    padding-right: 34px;
    text-align: left;
  }
  #header #header-nav .nav-category-list-box .category-item-in a:hover, #header #header-nav-issub .nav-category-list-box .category-item-in a:hover {
    text-decoration: underline;
  }
  #header #header-nav {
    min-width: 1130px;
  }
  #header #header-nav-issub {
    bottom: -10px;
    min-height: 100px;
    left: 0;
    position: relative;
    right: 0;
    top: 10px;
    z-index: 3;
  }
  /* .header-subnav-area */
  .header-subnav-wrapper, .header-subnav-wrapper-issub {
    margin: 0 auto;
    min-height: 90px;
    position: relative;
    width: 1000px;
  }
  .header-subnav-wrapper {
    position: absolute;
    left: 0;
    right: 0;
  }
  .header-subnav-wrapper .emergency-box {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 114px;
    z-index: 10;
    height: 450px;
  }
  .header-subnav-wrapper .emergency-box > section {
    min-height: 105px;
    max-height: 136px;
  }
  .header-subnav-wrapper .emergency-box > section:first-child:last-child {
    height: auto;
    min-height: 105px;
    max-height: 100%;
  }
  .header-subnav-wrapper .emergency-box > section:first-child:nth-last-child(2), .header-subnav-wrapper .emergency-box > section:last-child:nth-child(2) {
    height: auto;
    min-height: 105px;
    max-height: calc(50% - 20px);
  }
  .header-subnav-wrapper .no-data {
    display: none;
  }
  .header-subnav-wrapper .important-sec-in, .header-subnav-wrapper .emergency-sec-in, .header-subnav-wrapper .disaster_prevention-sec-in {
    background-color: #fff;
    display: flex;
    border-radius: 9px;
    height: 100%;
    width: 558px;
  }
  .header-subnav-wrapper .emergency-sec, .header-subnav-wrapper .disaster_prevention-sec {
    border: 2px solid #b52738;
    border-radius: 12px;
    margin-bottom: 18px;
  }
  .header-subnav-wrapper .important-sec {
    border: 2px solid #fed74d;
    border-radius: 12px;
    box-sizing: border-box;
  }
  .header-subnav-wrapper .ttl-colir-emergency, .header-subnav-wrapper .ttl-colir-disaster_prevention, .header-subnav-wrapper .ttl-colir-important {
    font-size: 130%;
  }
  .header-subnav-wrapper .ttl-colir-emergency, .header-subnav-wrapper .ttl-colir-disaster_prevention {
    color: #fff;
  }
  .header-subnav-wrapper .ttl-emergency, .header-subnav-wrapper .ttl-important, .header-subnav-wrapper .ttl-disaster_prevention {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: hidden;
    width: 144px;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .header-subnav-wrapper .ttl-emergency, .header-subnav-wrapper .ttl-important, .header-subnav-wrapper .ttl-disaster_prevention {
    border-radius: 9px 0 0 9px;
  }
}

@media print, screen and (min-width: 769px) {
  .header-subnav-wrapper .ttl-emergency, .header-subnav-wrapper .ttl-disaster_prevention {
    background: #b52738 url(../img_top/emergency_bg.png) left 0 center;
    background-size: auto 100%;
  }
  .header-subnav-wrapper .ttl-important {
    background: #fed74d url(../img_top/important_bg.png) left 0 center;
    background-size: auto 100%;
  }
  .header-subnav-wrapper .date {
    color: #d40720;
    font-weight: bold;
  }
  .header-subnav-wrapper .contents-block {
    margin: 16px auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header-subnav-wrapper .list {
    box-sizing: border-box;
    width: 360px;
  }
  .header-subnav-wrapper .list li {
    padding-right: 15px;
  }
  .header-subnav-wrapper .list li:first-child {
    padding-bottom: 5px;
  }
  .header-subnav-wrapper .list li:not(:first-child) {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .header-subnav-wrapper .list li:not(:last-child) {
    border-bottom: 1px solid #bcbcbc;
  }
  .header-subnav-wrapper .list .txt {
    display: block;
  }
  .header-subnav-wrapper .btn {
    background: url(../img_common/brown_right_arrow.png) right 4px center no-repeat #fff;
    margin-top: 30px;
    padding-left: 18px;
    padding-right: 22px;
  }
  .header-subnav-wrapper .btn a {
    color: #4b2b15;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header-subnav-box {
    display: flex;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .header-subnav-area {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    min-height: 40px;
    margin-top: -40px;
  }
  .header-subnav-area .box {
    padding: 5px 0 5px 0;
    box-sizing: border-box;
  }
  .header-subnav-area .box .unit ul li a {
    background: url(../img_common/brown_right_arrow.png) left 0 center no-repeat;
    color: #4b2b15;
    padding-left: 16px;
  }
  .header-subnav-area .box .unit, .header-subnav-area .box .unit2, .header-subnav-area .box #header-size, .header-subnav-area .box #header-color {
    display: table;
    float: left;
    height: 27px;
  }
  .header-subnav-area .box .unit li, .header-subnav-area .box .unit dt, .header-subnav-area .box .unit dd, .header-subnav-area .box .unit2 li, .header-subnav-area .box .unit2 dt, .header-subnav-area .box .unit2 dd, .header-subnav-area .box #header-size li, .header-subnav-area .box #header-size dt, .header-subnav-area .box #header-size dd, .header-subnav-area .box #header-color li, .header-subnav-area .box #header-color dt, .header-subnav-area .box #header-color dd {
    display: table-cell;
    font-size: 90%;
  }
  .header-subnav-area .box .unit li img, .header-subnav-area .box .unit dt img, .header-subnav-area .box .unit dd img, .header-subnav-area .box .unit2 li img, .header-subnav-area .box .unit2 dt img, .header-subnav-area .box .unit2 dd img, .header-subnav-area .box #header-size li img, .header-subnav-area .box #header-size dt img, .header-subnav-area .box #header-size dd img, .header-subnav-area .box #header-color li img, .header-subnav-area .box #header-color dt img, .header-subnav-area .box #header-color dd img {
    vertical-align: middle;
  }
  .header-subnav-area .box .unit .list, .header-subnav-area .box .unit2 .list {
    margin-top: 6px;
  }
  .header-subnav-area .box #header-size .title, .header-subnav-area .box #header-color .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  .header-subnav-area .box #header-size .title span, .header-subnav-area .box #header-color .title span {
    display: block;
    padding-top: 2px;
  }
  .header-subnav-area .box #header-size dd img, .header-subnav-area .box #header-color dd img {
    cursor: pointer;
  }
  .header-subnav-area .box #header-color dd img {
    margin-right: 5px;
  }
  .header-subnav-area .box .unit, .header-subnav-area .box #header-size, .header-subnav-area .box #header-color {
    padding-left: 10px;
  }
  .header-subnav-area .box .unit2 li {
    padding-left: 10px;
  }
  .active-acc {
    display: flex;
    margin-top: 0px;
  }
  .language-box, .accessibility {
    margin-right: 10px;
  }
  .language-box p, .accessibility p {
    height: 100%;
  }
  .language-box a, .accessibility a {
    align-items: center;
    display: flex;
    color: #4b2b15;
    font-weight: bold;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
    text-decoration: none;
  }
  .language-box a:hover, .accessibility a:hover {
    text-decoration: underline;
  }
  .language-box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 5px 5px;
    height: 36px;
    min-width: 170px;
  }
  .language-box a {
    min-width: 142px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .accessibility {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 5px 5px;
    height: 36px;
    text-align: center;
    min-width: 124px;
    z-index: 11;
  }
  .accessibility a {
    min-width: 82px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .sns-area {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: center;
    height: 64px;
  }
  .sns-area .facebook {
    margin-left: 14px;
    margin-right: 14px;
  }
  .sns-area .twitter {
    margin-right: 14px;
  }
  .sns-area .line {
    margin-right: 14px;
  }
  /* end-.header-subnav-area */
  #header-logo, #header-logo-issub {
    left: 0;
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 5px 5px;
  }
  #header-logo img, #header-logo-issub img {
    padding: 11px 20px;
  }
  #header-logo-issub {
    top: 20px;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    background: url(../img_common/bg.png) repeat;
    /* モーダル */
  }
  #sp-header .box {
    display: block;
    margin-bottom: 20px;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    padding: 20px 15px 7px;
  }
  #sp-header .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 40%;
    padding: 0;
    background: none;
    z-index: 5;
  }
  #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 .menu-btn-menu {
    position: absolute;
    right: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .btn-lang p {
    position: absolute;
    top: 0;
    right: 123px;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .btn-search .menu-btn-search {
    position: absolute;
    top: 0;
    left: -44px;
    z-index: 0 !important;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .btn-search .menu-btn-search-close {
    position: absolute;
    top: 0;
    right: 0;
  }
  #sp-header .box #sp-header-nav p {
    position: absolute;
    top: 0;
    right: 0;
  }
  #sp-header .box .modal-menu-close {
    display: none;
  }
  #sp-header .modal-box {
    background-color: #fff;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 9;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    margin: 0 auto;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    width: 700px;
  }
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-menu-close {
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
  }
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-search .arrow,
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-search .list,
  #sp-header .modal-menu .list {
    padding-bottom: 40px;
  }
  #sp-header .modal-search .list li,
  #sp-header .modal-menu .list li {
    background: url(../img_common/modal_li_bottom.png) no-repeat center bottom 0;
  }
  #sp-header .modal-search .list a,
  #sp-header .modal-menu .list a {
    color: #4b2b15;
    display: block;
    padding: 22px 20px 20px 90px;
    background: url(../img_common/modal_link_item.png) no-repeat left 46px center;
    font-size: 105%;
    font-weight: bold;
    text-decoration: none;
  }
  #sp-header .modal-search .title,
  #sp-header .modal-menu .title {
    color: #4b2b15;
    font-family: "游ゴシック", "Yu Gothic";
    font-weight: bold;
    padding: 20px 25px 18px 168px;
  }
  #sp-header .modal-search .gnav1,
  #sp-header .modal-menu .gnav1 {
    background: url(../img_common/sp_g_nav_icon1.png) left 0 center no-repeat, url(../img_common/modal_menu_btn_brown.png) right 20px center no-repeat;
  }
  #sp-header .modal-search .gnav2,
  #sp-header .modal-menu .gnav2 {
    background: url(../img_common/sp_g_nav_icon2.png) left 8px center no-repeat, url(../img_common/modal_menu_btn_brown.png) right 20px center no-repeat;
  }
  #sp-header .modal-search .gnav3,
  #sp-header .modal-menu .gnav3 {
    background: url(../img_common/sp_g_nav_icon3.png) left -10px center no-repeat, url(../img_common/modal_menu_btn_brown.png) right 20px center no-repeat;
  }
  #sp-header .modal-search .gnav4,
  #sp-header .modal-menu .gnav4 {
    background: url(../img_common/sp_g_nav_icon4.png) left -12px center no-repeat, url(../img_common/modal_menu_btn_brown.png) right 20px center no-repeat;
  }
  #sp-header .modal-search .gnav5,
  #sp-header .modal-menu .gnav5 {
    background: url(../img_common/sp_g_nav_icon5.png) left 0 center no-repeat, url(../img_common/modal_menu_btn_brown.png) right 20px center no-repeat;
  }
  #sp-header .modal-search .gnav6,
  #sp-header .modal-menu .gnav6 {
    background: url(../img_common/sp_g_nav_icon6.png) left 0 center no-repeat, url(../img_common/modal_menu_btn_brown.png) right 20px center no-repeat;
  }
  #sp-header .modal-search .gnav1.on,
  #sp-header .modal-menu .gnav1.on {
    background: url(../img_common/sp_g_nav_icon1.png) left 0 center no-repeat, url(../img_common/modal_menu_btn_brown_up.png) right 20px center no-repeat;
  }
  #sp-header .modal-search .gnav2.on,
  #sp-header .modal-menu .gnav2.on {
    background: url(../img_common/sp_g_nav_icon2.png) left 8px center no-repeat, url(../img_common/modal_menu_btn_brown_up.png) right 20px center no-repeat;
  }
  #sp-header .modal-search .gnav3.on,
  #sp-header .modal-menu .gnav3.on {
    background: url(../img_common/sp_g_nav_icon3.png) left -10px center no-repeat, url(../img_common/modal_menu_btn_brown_up.png) right 20px center no-repeat;
  }
  #sp-header .modal-search .gnav4.on,
  #sp-header .modal-menu .gnav4.on {
    background: url(../img_common/sp_g_nav_icon4.png) left -12px center no-repeat, url(../img_common/modal_menu_btn_brown_up.png) right 20px center no-repeat;
  }
  #sp-header .modal-search .gnav5.on,
  #sp-header .modal-menu .gnav5.on {
    background: url(../img_common/sp_g_nav_icon5.png) left 0 center no-repeat, url(../img_common/modal_menu_btn_brown_up.png) right 20px center no-repeat;
  }
  #sp-header .modal-search .gnav6.on,
  #sp-header .modal-menu .gnav6.on {
    background: url(../img_common/sp_g_nav_icon6.png) left 0 center no-repeat, url(../img_common/modal_menu_btn_brown_up.png) right 20px center no-repeat;
  }
  #sp-header .modal-search .modal-bottom,
  #sp-header .modal-menu .modal-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  #sp-header .modal-search .modal-bottom li,
  #sp-header .modal-menu .modal-bottom li {
    background: url(../img_common/modal_link_item.png) no-repeat right 20px center white;
    border-radius: 5px;
    height: 90px;
    margin-bottom: 36px;
    width: 330px;
  }
  #sp-header .modal-search .modal-bottom li a,
  #sp-header .modal-menu .modal-bottom li a {
    color: #4b2b15;
    display: block;
    font-size: 110%;
    font-weight: bold;
    margin-top: 32px;
    margin-left: 30px;
    text-decoration: none;
  }
  #sp-header .modal-search .modal-bottom li:not(:nth-of-type(2n)),
  #sp-header .modal-menu .modal-bottom li:not(:nth-of-type(2n)) {
    margin-right: 40px;
  }
  #sp-header .modal-menu-bg {
    height: 1340px !important;
  }
  #sp-header .modal-search-bg {
    height: 2250px !important;
  }
  #sp-header .modal-height {
    background: rgba(75, 43, 21, 0.9);
    bottom: 0;
    left: 0;
    overflow-y: auto;
    right: 0;
    top: 119px;
    padding-top: 33px;
    position: fixed;
  }
  #sp-header .modal-height-search {
    background: rgba(42, 59, 76, 0.95);
    bottom: 0;
    left: 0;
    overflow-y: auto;
    right: 0;
    top: 119px;
    padding-top: 33px;
    position: fixed;
  }
  #sp-header .modal-search .modal-serch-checkitout-wrapper {
    background-color: #fff;
    border-radius: 3px;
    padding: 42px 30px 42px 30px;
  }
  #sp-header .modal-search .modal-checkitout {
    margin-top: 40px;
  }
  #sp-header .modal-search .checkitout {
    color: #2a3b4c;
    font-family: "游ゴシック", "Yu Gothic";
    font-weight: bold;
    font-size: 111%;
    margin-bottom: 16px;
  }
  #sp-header .modal-search .checkitout-list {
    display: flex;
    flex-wrap: wrap;
  }
  #sp-header .modal-search .checkitout-list li {
    color: #0a5db2;
    font-weight: bold;
  }
  #sp-header .modal-search .checkitout-list li:not(:last-child):after {
    content: "/";
    margin-left: 11px;
  }
  #sp-header .modal-search .checkitout-list li:not(:last-child) {
    margin-right: 11px;
    margin-bottom: 15px;
  }
  #sp-header .modal-search .sec-title {
    color: #fff;
    background: url(../img_common/header_kurashi_bg.png) center bottom 36px no-repeat;
    padding-top: 50px;
    margin-top: 36px;
  }
  #sp-header .modal-search .link-box {
    margin-top: 40px;
  }
  #sp-header .modal-search .link-box .link-box-list {
    display: flex;
    flex-wrap: wrap;
  }
  #sp-header .modal-search .link-box .link-box-list li {
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid transparent;
    position: relative;
    height: 220px;
    margin-bottom: 106px;
    width: 220px;
  }
  #sp-header .modal-search .link-box .link-box-list li:not(:nth-child(3n)) {
    margin-right: 14px;
  }
  #sp-header .modal-search .link-box .link-box-list li:hover {
    box-shadow: 0 0 9px 0 rgba(255, 161, 92, 0.4);
    border: 2px solid #f4d501;
  }
  #sp-header .modal-search .link-box .link-box-list a {
    text-decoration: none;
  }
  #sp-header .modal-search .link-box .link-box-list span {
    display: block;
    text-align: center;
  }
  #sp-header .modal-search .link-box .link-box-list .image {
    margin-top: 50px;
  }
  #sp-header .modal-search .link-box .link-box-list .caption {
    color: #fff;
    font-size: 111%;
    font-weight: bold;
    font-family: "游ゴシック", "Yu Gothic";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -80px;
  }
  #sp-header .modal-search .link-box .link-box-list .caption:after {
    content: "";
    background-position: center;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
    background-image: url(../img_common/modal_white_arrow.png);
    height: 13px;
    width: 23px;
  }
  #sp-header .modal-search .modal-header, #sp-header .modal-menu .modal-header {
    background: rgba(75, 43, 21, 0.9);
    top: 0;
    height: 100px;
    padding-top: 20px;
    position: fixed;
    width: 84%;
  }
  #sp-header .modal-search .modal-header p, #sp-header .modal-menu .modal-header p {
    padding-left: 15px;
  }
  #sp-header .modal-search .modal-header span, #sp-header .modal-menu .modal-header span {
    position: absolute;
    right: 3px;
    top: 0;
  }
  #sp-header .modal-search .modal-header {
    background: rgba(42, 59, 76, 0.95);
    left: 0;
  }
  #sp-header #gs_tti50 input {
    border-radius: 45px !important;
  }
}

@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%;
  }
}

/*container*/
.text-color {
  color: #4b2b15;
}

#wrapper-in2 {
  background: url(../img_common/bg.png) repeat;
}

@media print, screen and (min-width: 769px) {
  .container {
    margin: 0 auto;
    width: 1000px;
  }
}

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

.sec-title {
  font-family: "游ゴシック", "Yu Gothic";
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .sec-title {
    font-size: 250%;
  }
}

@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 180%;
  }
}

.sec-title-24px {
  font-family: "游ゴシック", "Yu Gothic";
  font-weight: bold;
  font-size: 167%;
  text-align: center;
}

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

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

.opacity:hover {
  opacity: 0.85;
}

.first-view-slider #header-logo {
  left: -68px;
}

.first-view-slider .accessibility {
  border-radius: 0;
  position: relative;
}

.first-view-slider .accessibility::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 10.5em;
  border-bottom: 1px dashed #f4e2c6;
  transform: translateX(-50%);
}

.first-view-slider .accessibility a {
  justify-content: flex-start;
  padding-left: 12px;
}

.first-view-slider .accessibility a .bg {
  padding-right: 6px;
}

.first-view-slider .sns-area {
  position: absolute;
  left: 0;
  top: 256px;
  z-index: 2;
  border-radius: 0 5px 5px 0;
  flex-direction: column;
  padding: 30px 18px;
  height: auto;
}

.first-view-slider .sns-area .twitter, .first-view-slider .sns-area .line {
  margin: 16px 0 0 0;
}

.first-view-slider .sns-area .facebook {
  margin: 0;
}

#gs_tti51 input {
  border-radius: 24px;
}

.gsc-input-box {
  border-radius: 2px solid #ffa15c !important;
}

@media screen and (max-width: 768px) {
  .no-data {
    display: none;
  }
  .emergency-box {
    margin: 0 auto;
    padding-top: 46px;
    width: 700px;
  }
  .emergency-box .important-sec-in, .emergency-box .emergency-sec-in, .emergency-box .disaster_prevention-sec-in {
    background-color: #fff;
    border-radius: 10px;
    min-height: 128px;
  }
  .emergency-box .emergency-sec, .emergency-box .disaster_prevention-sec {
    border: 4px solid #b52738;
    border-radius: 10px;
    margin-bottom: 32px;
  }
  .emergency-box .important-sec {
    border: 4px solid #fed74d;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .emergency-box .ttl-colir-emergency, .emergency-box .ttl-colir-disaster_prevention {
    color: #fff;
  }
  .emergency-box .ttl-emergency, .emergency-box .ttl-important, .emergency-box .ttl-disaster_prevention {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 70px;
  }
  .emergency-box .ttl-emergency, .emergency-box .ttl-disaster_prevention {
    background: url(../img_top/sp_emergency_bg.png) left 0 center no-repeat;
  }
  .emergency-box .ttl-important {
    background: url(../img_top/sp_important_bg.png) left 0 center no-repeat;
  }
  .emergency-box .date {
    color: #d40720;
    font-weight: bold;
  }
  .emergency-box .contents-block {
    margin: 0 auto;
    padding-bottom: 24px;
  }
  .emergency-box .list {
    margin: 0 auto;
    margin-top: 16px;
    overflow-y: auto;
    width: 650px;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .emergency-box .list {
    height: 260px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .emergency-box .list {
    max-height: 260px;
  }
}

@media screen and (max-width: 768px) {
  .emergency-box .list li:first-child {
    padding-bottom: 20px;
  }
  .emergency-box .list li:not(:first-child) {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .emergency-box .list li:not(:last-child) {
    border-bottom: 1px solid #bcbcbc;
  }
  .emergency-box .list .txt {
    display: block;
  }
  .emergency-box .btn {
    align-items: center;
    background: url(../img_top/sp_brown_right_arrow.png) right 30px center no-repeat #fff;
    border: 2px solid #4b2b15;
    border-radius: 2px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    min-height: 90px;
    margin: 0 auto;
    margin-top: 24px;
    padding-left: 18px;
    padding-right: 22px;
    width: 490px;
  }
  .emergency-box .btn a {
    font-size: 110%;
    color: #4b2b15;
    text-decoration: none;
  }
}

#mv-slider-wrap, #mv-slider-wrap-sp {
  min-height: 770px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #mv-slider-wrap, #mv-slider-wrap-sp {
    margin-top: -20px;
  }
}

#mv-slider-wrap .bx-viewport, #mv-slider-wrap-sp .bx-viewport {
  z-index: 1;
}

#mv-slider-wrap .ipponmatsu img, #mv-slider-wrap-sp .ipponmatsu img {
  margin: auto;
  top: -150px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}

#mv-slider-wrap .slide-controls, #mv-slider-wrap-sp .slide-controls {
  position: absolute;
  left: 30px;
  bottom: 88px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #mv-slider-wrap .slide-controls, #mv-slider-wrap-sp .slide-controls {
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  #mv-slider-wrap .slide-controls .control-unit, #mv-slider-wrap-sp .slide-controls .control-unit {
    display: flex;
    justify-content: center;
  }
}

#mv-slider-wrap .slide-controls .slide-prev:hover, #mv-slider-wrap-sp .slide-controls .slide-prev:hover {
  opacity: 0.8;
}

#mv-slider-wrap .slide-controls .slide-next:hover, #mv-slider-wrap-sp .slide-controls .slide-next:hover {
  opacity: 0.8;
}

#mv-slider-wrap .slide-controls .bx-pager-list, #mv-slider-wrap-sp .slide-controls .bx-pager-list {
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  #mv-slider-wrap .slide-controls .bx-pager-list, #mv-slider-wrap-sp .slide-controls .bx-pager-list {
    margin-bottom: 10px;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  #mv-slider-wrap .slide-controls .bx-pager-list, #mv-slider-wrap-sp .slide-controls .bx-pager-list {
    align-items: center;
    margin-top: 54px;
  }
}

@media print, screen and (min-width: 769px) {
  #mv-slider-wrap .slide-controls .bx-pager-list li, #mv-slider-wrap-sp .slide-controls .bx-pager-list li {
    display: flex;
    height: 12px;
    justify-content: center;
    margin: 7px;
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  #mv-slider-wrap .slide-controls .bx-pager-list li, #mv-slider-wrap-sp .slide-controls .bx-pager-list li {
    display: flex;
    justify-content: center;
    margin-right: 26px;
  }
}

#mv-slider-wrap .slide-controls .bx-pager-link, #mv-slider-wrap-sp .slide-controls .bx-pager-link {
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fed94c;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  text-indent: -9999px;
}

@media print, screen and (min-width: 769px) {
  #mv-slider-wrap .slide-controls .bx-pager-link, #mv-slider-wrap-sp .slide-controls .bx-pager-link {
    height: 8px;
    width: 8px;
  }
}

@media screen and (max-width: 768px) {
  #mv-slider-wrap .slide-controls .bx-pager-link, #mv-slider-wrap-sp .slide-controls .bx-pager-link {
    height: 15px;
    width: 15px;
  }
}

#mv-slider-wrap .slide-controls .bx-pager-link[aria-selected="true"], #mv-slider-wrap-sp .slide-controls .bx-pager-link[aria-selected="true"] {
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #ff9b6e;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  text-indent: -9999px;
}

@media print, screen and (min-width: 769px) {
  #mv-slider-wrap .slide-controls .bx-pager-link[aria-selected="true"], #mv-slider-wrap-sp .slide-controls .bx-pager-link[aria-selected="true"] {
    height: 11px;
    width: 11px;
  }
}

@media screen and (max-width: 768px) {
  #mv-slider-wrap .slide-controls .bx-pager-link[aria-selected="true"], #mv-slider-wrap-sp .slide-controls .bx-pager-link[aria-selected="true"] {
    height: 20px;
    width: 20px;
  }
}

#mv-slider-wrap .slide-controls .bx-controls-auto-item .bx-stop, #mv-slider-wrap-sp .slide-controls .bx-controls-auto-item .bx-stop {
  content: "";
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  border: 2px solid transparent;
}

@media print, screen and (min-width: 769px) {
  #mv-slider-wrap .slide-controls .bx-controls-auto-item .bx-stop, #mv-slider-wrap-sp .slide-controls .bx-controls-auto-item .bx-stop {
    background: url(../img_top/slider_stop.png) center center no-repeat;
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 768px) {
  #mv-slider-wrap .slide-controls .bx-controls-auto-item .bx-stop, #mv-slider-wrap-sp .slide-controls .bx-controls-auto-item .bx-stop {
    background: url(../img_top/sp_stop.png) center center no-repeat;
    width: 52px;
    height: 52px;
    margin-top: 36px;
  }
}

#mv-slider-wrap .slide-controls .bx-controls-auto-item .bx-start, #mv-slider-wrap-sp .slide-controls .bx-controls-auto-item .bx-start {
  content: "";
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  border: none;
}

@media print, screen and (min-width: 769px) {
  #mv-slider-wrap .slide-controls .bx-controls-auto-item .bx-start, #mv-slider-wrap-sp .slide-controls .bx-controls-auto-item .bx-start {
    background: url(../img_top/slider_start.png) center center no-repeat;
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 768px) {
  #mv-slider-wrap .slide-controls .bx-controls-auto-item .bx-start, #mv-slider-wrap-sp .slide-controls .bx-controls-auto-item .bx-start {
    background: url(../img_top/sp_play.png) center center no-repeat;
    width: 52px;
    height: 52px;
    margin-top: 36px;
  }
}

#mv-slider, #mv-slider-sp {
  position: absolute;
  top: 0;
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  #mv-slider img, #mv-slider-sp img {
    height: 770px;
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  #mv-slider img, #mv-slider-sp img {
    height: 770px;
    width: 750px;
    object-fit: cover;
  }
}

.mv-sp-slider-edit li {
  list-style: none;
}

.mv-side-bnr {
  position: absolute;
  right: 0;
  top: 114px;
  z-index: 2;
}

.mv-side-bnr ul {
  padding: 22px 14px 18px 14px;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}

.mv-side-bnr ul li:not(:last-child) {
  margin-bottom: 10px;
}

.mv-side-bnr ul a:hover {
  opacity: 0.85;
}

@media print, screen and (min-width: 769px) {
  .mv-side-bnr img {
    height: 120px;
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .mv-side-bnr img {
    height: 218px;
    width: 398px;
  }
}

.acive-mv-side-bnr {
  margin-top: 36px;
}

.main-bg-wrapper {
  background: url(../img_common/main_bg.png);
  position: relative;
}

.main-bg-wrapper::before {
  background: url(../img_top/main_wave.png) center top/cover no-repeat;
  content: "";
  width: 100%;
  min-height: 100px;
  position: absolute;
  top: -40px;
  z-index: 2;
}

.govbot a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .govbot {
    margin: 10px 0 0 0;
  }
  .govbot a {
    width: 200px;
    margin: 0 auto;
  }
  .govbot a img {
    width: 200px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .govbot {
    margin: 0 auto 70px;
    width: 360px;
  }
}

@media print, screen and (min-width: 769px) {
  .joho-iza-sec {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .joho-iza-sec {
    padding-top: 160px;
  }
}

@media print, screen and (min-width: 769px) {
  .johowo-sagasu-sec, .izatoiutokini-sec {
    width: 480px;
  }
}

.johowo-sagasu-sec {
  position: relative;
}

.johowo-sagasu-sec .sec-title-24px {
  background: url(../img_top/section_title_bg.png);
  background-position-y: -8px;
  background-position-x: -2px;
  background-repeat: no-repeat;
  min-height: 65px;
  padding-top: 26px;
  position: relative;
  z-index: 2;
}

.johowo-sagasu-sec .sec-title-24px span {
  background: url(../img_common/main_bg.png);
  display: block;
  margin: 0 auto;
  position: relative;
  width: 172px;
  z-index: 2;
}

.johowo-sagasu-sec .checkitout {
  color: #2a3b4c;
  font-family: "游ゴシック", "Yu Gothic";
  font-weight: bold;
  font-size: 111%;
  margin-top: 40px;
  margin-bottom: 16px;
}

.johowo-sagasu-sec ul {
  display: flex;
  flex-wrap: wrap;
}

.johowo-sagasu-sec ul li {
  color: #0a5db2;
  font-weight: bold;
  margin-right: 11px;
  margin-bottom: 10px;
}

.johowo-sagasu-sec ul li:not(:last-child):after {
  content: "/";
  margin-left: 11px;
}

.izatoiutokini-sec {
  position: relative;
}

.izatoiutokini-sec .sec-title-24px {
  min-height: 65px;
  padding-top: 26px;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .izatoiutokini-sec .sec-title-24px {
    background: url(../img_top/section_title_bg.png) left 0 top -8px no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .izatoiutokini-sec .sec-title-24px {
    background: url(../img_top/sp_section_title_bg.png) left 0 top 0 no-repeat;
    font-size: 90%;
  }
}

.izatoiutokini-sec span {
  background: url(../img_common/main_bg.png);
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .izatoiutokini-sec span {
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .izatoiutokini-sec span {
    font-size: 150%;
    margin-top: 34px;
    width: 300px;
  }
}

#top-tab {
  height: auto;
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 768px) {
  #top-tab {
    margin-top: 28px;
  }
}

#top-tab .notext {
  width: 100%;
}

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

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

#top-tab .list {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  #top-tab .list .hover[aria-selected="true"] {
    background: url(../img_top/tab_border_top.png) left 0 top 0 repeat-x white;
  }
}

@media screen and (max-width: 768px) {
  #top-tab .list .hover[aria-selected="true"] {
    background: url(../img_top/tab_border_top.png) left 0 top 0 repeat-x white;
  }
}

#top-tab .list li {
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  #top-tab .list li {
    width: 220px;
    min-height: 44px;
    line-height: 44px;
  }
}

@media screen and (max-width: 768px) {
  #top-tab .list li {
    width: 172px;
    min-height: 80px;
    line-height: 80px;
    margin-right: 5px;
  }
}

#top-tab .list li a {
  color: #59412f;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
}

#top-tab .list li[aria-selected="false"] {
  border-radius: 3px 3px 0 0;
}

@media print, screen and (min-width: 769px) {
  #top-tab .list li[aria-selected="false"] {
    background-image: url(../img_top/izatoiutokini_bg.png);
  }
}

@media screen and (max-width: 768px) {
  #top-tab .list li[aria-selected="false"] {
    background-image: url(../img_top/sp_izatoiutokini_bg.png);
  }
}

#top-tab .list li:after {
  content: '';
  position: absolute;
  left: 50%;
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  #top-tab .list li:after {
    width: 10px;
    height: 6px;
    bottom: 5px;
    left: 53px;
    background-image: url(../img_top/white_down_arrow.png);
  }
}

@media screen and (max-width: 768px) {
  #top-tab .list li:after {
    width: 14px;
    height: 7px;
    bottom: 10px;
    left: 80px;
    background-image: url(../img_top/sp_white_down_arrow.png);
  }
}

#top-tab .list li:not(:first-child) {
  margin-right: 2px;
}

@media print, screen and (min-width: 769px) {
  #top-tab .in {
    width: 480px;
  }
}

@media screen and (max-width: 768px) {
  #top-tab .in {
    width: 100%;
  }
}

#top-tab .in .list2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  text-align: center;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  #top-tab .in .list2 {
    overflow: auto;
    padding-left: 20px;
    width: 460px;
  }
}

@media screen and (max-width: 768px) {
  #top-tab .in .list2 {
    min-height: 240px;
    padding-left: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  #top-tab .in .list2 li {
    margin-right: 13px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  #top-tab .in .list2 li {
    padding: 30px 0 30px 0;
    text-align: left;
  }
}

#top-tab .in .list2 li .item-txt {
  font-family: "游ゴシック", "Yu Gothic";
  font-weight: bold;
  color: #0a5db2;
  margin-top: 10px;
}

@media print, screen and (min-width: 769px) {
  #top-tab .in .list2 li .item-txt {
    max-width: 100px;
  }
}

@media screen and (max-width: 768px) {
  #top-tab .in .list2 li .item-txt {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 110px;
  }
}

#top-tab .in .list2 li .item-txt a {
  color: #0a5db2;
}

@media print, screen and (min-width: 769px) {
  #top-tab .in .list2 li img {
    height: 64px;
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  #top-tab .in .list2 li img {
    height: 93px;
    width: 146px;
  }
}

@media screen and (max-width: 768px) {
  #top-tab .in .list2 li:not(:last-child) {
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  #tab-bousai .box-in, #tab-hinan .box-in, #tab-tenkousuii .box-in, #tab-iryou .box-in {
    background-color: #fff;
    min-height: 130px;
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  #tab-bousai .box-in, #tab-hinan .box-in, #tab-tenkousuii .box-in, #tab-iryou .box-in {
    border-radius: 0 0 10px 10px;
    min-height: 240px;
  }
}

.hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .weather-info-sec {
    margin-top: 50px;
  }
}

.weather-info-list {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.9);
  color: #59412f;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .weather-info-list {
    width: 450px;
    padding: 2.5px 0;
    border-radius: 0 0 5px 5px;
  }
}

@media screen and (max-width: 768px) {
  .weather-info-list {
    width: 700px;
    padding: 15px 2.5px;
    border-radius: 10px;
  }
}

.weather-info-list .weather-info-item {
  box-sizing: border-box;
  word-wrap: break-word;
  text-align: center;
}

.weather-info-list .weather-info-item .item-date, .weather-info-list .weather-info-item .item-unit {
  line-height: 1;
}

.weather-info-list .weather-info-item .item-unit {
  font-size: 60%;
  font-weight: 500;
}

.weather-info-list .weather-info-item .item-unit abbr[title] {
  text-decoration: none;
  border-bottom: 0;
  cursor: default;
}

@media print, screen and (min-width: 769px) {
  .weather-info-list .weather-info-item {
    width: 89px;
    padding-left: 30px;
    position: relative;
  }
  .weather-info-list .weather-info-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2.5em;
    border-left: 1px dashed #f4e2c6;
    transform: translateY(-50%);
  }
  .weather-info-list .weather-info-item:first-child::before {
    content: none;
  }
  .weather-info-list .weather-info-item .item-txt {
    font-size: 85%;
  }
  .weather-info-list .weather-info-item .item-unit {
    font-size: 60%;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .weather-info-list .weather-info-item {
    width: 139px;
    padding-top: 90px;
    border-left: 2px dashed #f4e2c6;
  }
  .weather-info-list .weather-info-item .item-txt {
    font-size: 88%;
    margin-bottom: -1px;
  }
  .weather-info-list .weather-info-item .item-unit {
    font-size: 60%;
    padding-left: 40px;
  }
}

.weather-info-list .weather-info-item .item-date {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .weather-info-list .weather-info-item .item-date {
    font-size: 120%;
  }
}

@media screen and (max-width: 768px) {
  .weather-info-list .weather-info-item .item-date {
    font-size: 111%;
  }
}

.weather-info-list .temp {
  border-left: none;
}

@media print, screen and (min-width: 769px) {
  .weather-info-list .temp {
    background: url(../img_top/potekanet_icon_pc1.png) no-repeat center left 12px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .weather-info-list .temp {
    background: url(../img_top/potekanet_icon_sp1.png) no-repeat center top 8px;
  }
}

@media print, screen and (min-width: 769px) {
  .weather-info-list .rain {
    background: url(../img_top/potekanet_icon_pc2.png) no-repeat center left 8px;
  }
}

@media screen and (max-width: 768px) {
  .weather-info-list .rain {
    background: url(../img_top/potekanet_icon_sp2.png) no-repeat center top 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .weather-info-list .wind-d {
    background: url(../img_top/potekanet_icon_pc3.png) no-repeat center left 4px;
  }
}

@media screen and (max-width: 768px) {
  .weather-info-list .wind-d {
    background: url(../img_top/potekanet_icon_sp3.png) no-repeat center top 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .weather-info-list .wind-s {
    background: url(../img_top/potekanet_icon_pc4.png) no-repeat center left 8px;
  }
}

@media screen and (max-width: 768px) {
  .weather-info-list .wind-s {
    background: url(../img_top/potekanet_icon_sp4.png) no-repeat center top 16px;
  }
}

@media print, screen and (min-width: 769px) {
  .weather-info-list .press-s {
    background: url(../img_top/potekanet_icon_pc5.png) no-repeat center left 4px;
    width: 92px;
  }
}

@media screen and (max-width: 768px) {
  .weather-info-list .press-s {
    background: url(../img_top/potekanet_icon_sp5.png) no-repeat center top 13px;
  }
}

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

.bnr-slider #bnr-slider-wrap {
  overflow: hidden;
}

.bnr-slider .bx-wrapper {
  max-width: 400px !important;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.bnr-slider .bx-viewport {
  overflow: visible !important;
}

@media screen and (max-width: 768px) {
  .bnr-slider .slide-controls {
    position: absolute !important;
  }
}

@media screen and (max-width: 768px) {
  .bnr-slider .bnr-control-unit {
    align-items: center;
    display: flex;
    margin-top: 10px;
    justify-content: center;
    width: 750px;
  }
}

.bnr-slider .slide-controls {
  position: relative;
}

.bnr-slider .slide-controls .slide-prev button {
  content: "";
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .bnr-slider .slide-controls .slide-prev button {
    background: url(../img_top/sp_prev_btn_d_shape.png) no-repeat;
    width: 90px;
    height: 90px;
    bottom: 150px;
    left: 115px;
    z-index: 0;
  }
}

.bnr-slider .slide-controls .slide-prev button:focus {
  outline: none;
}

.bnr-slider .slide-controls .slide-prev:hover {
  opacity: 0.8;
}

.bnr-slider .slide-controls .slide-next button {
  content: "";
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .bnr-slider .slide-controls .slide-next button {
    background: url(../img_top/sp_next_btn_d_shape.png) no-repeat;
    width: 90px;
    height: 90px;
    bottom: 150px;
    right: 88px;
    z-index: 0;
  }
}

.bnr-slider .slide-controls .slide-next button:focus {
  outline: none;
}

.bnr-slider .slide-controls .slide-next:hover {
  opacity: 0.8;
}

.bnr-slider .slide-controls .bx-pager-list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media print, screen and (min-width: 769px) {
  .bnr-slider .slide-controls .bx-pager-list li {
    margin: 6px;
  }
}

@media screen and (max-width: 768px) {
  .bnr-slider .slide-controls .bx-pager-list li {
    margin-right: 18px;
  }
}

.bnr-slider .slide-controls .bx-pager-link {
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fed94c;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  text-indent: -9999px;
}

@media screen and (max-width: 768px) {
  .bnr-slider .slide-controls .bx-pager-link {
    height: 18px;
    width: 18px;
  }
}

.bnr-slider .slide-controls .bx-pager-link[aria-selected="true"] {
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #ff9b6e;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  text-indent: -9999px;
}

@media screen and (max-width: 768px) {
  .bnr-slider .slide-controls .bx-pager-link[aria-selected="true"] {
    height: 18px;
    width: 18px;
  }
  .bnr-slider .slide-controls .bx-pager-link[aria-selected="true"] .bx-pager-link {
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #fed94c;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0;
    text-indent: -9999px;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .bnr-slider .slide-controls .bx-pager-link[aria-selected="true"] .bx-pager-link {
    height: 10px;
    width: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .bnr-slider .slide-controls .bx-pager-link[aria-selected="true"] .bx-pager-link {
    height: 18px;
    width: 18px;
  }
}

@media screen and (max-width: 768px) {
  .bnr-slider .slide-controls .bx-pager-link[aria-selected="true"] .bx-pager-link[aria-selected="true"] {
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: #ff9b6e;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0;
    text-indent: -9999px;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .bnr-slider .slide-controls .bx-pager-link[aria-selected="true"] .bx-pager-link[aria-selected="true"] {
    height: 10px;
    width: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .bnr-slider .slide-controls .bx-pager-link[aria-selected="true"] .bx-pager-link[aria-selected="true"] {
    height: 18px;
    width: 18px;
  }
}

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

.bnr-slider .slide-controls .bx-controls-auto-item .bx-stop {
  content: "";
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  border: 2px solid transparent;
}

@media screen and (max-width: 768px) {
  .bnr-slider .slide-controls .bx-controls-auto-item .bx-stop {
    background: url(../img_top/sp_stop.png) center center no-repeat;
    width: 52px;
    height: 52px;
    margin-top: 30px;
  }
}

.bnr-slider .slide-controls .bx-controls-auto-item .bx-start {
  content: "";
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  border: none;
}

@media screen and (max-width: 768px) {
  .bnr-slider .slide-controls .bx-controls-auto-item .bx-start {
    background: url(../img_top/sp_play.png) center center no-repeat;
    width: 52px;
    height: 52px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .bnr-slider img {
    height: 217px;
    width: 398px;
  }
}

.kurashino-joho-bg {
  padding-bottom: 90px;
}

@media print, screen and (min-width: 769px) {
  .kurashino-joho-bg {
    background: url(../img_top/kurashino_joho_bg.png) center top/cover no-repeat;
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .kurashino-joho-bg {
    background: url(../img_top/sp_kurashino_joho_bg.png) center top -20px no-repeat;
    margin-top: 140px;
  }
}

@media print, screen and (min-width: 769px) {
  .kurashino-joho-sec .sec-title {
    background: url(../img_top/sec_titile_house_line.png) center center no-repeat;
    min-height: 72px;
  }
}

@media screen and (max-width: 768px) {
  .kurashino-joho-sec .sec-title {
    background: url(../img_top/sp_house_bg.png) center top 14px no-repeat, url(../img_top/sp_sec_title_bottom.png) center bottom 0 no-repeat;
    padding-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .kurashino-joho-sec .sec-title .sec-text {
    display: inline-block;
    max-width: 338px;
  }
}

.kurashino-joho-sec .link-box {
  margin-top: 45px;
  margin-bottom: 18px;
}

.kurashino-joho-sec .link-box ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .kurashino-joho-sec .link-box ul {
    margin-bottom: 30px;
  }
}

.kurashino-joho-sec .link-box ul li {
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid transparent;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .kurashino-joho-sec .link-box ul li {
    min-height: 140px;
    margin-bottom: 32px;
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .kurashino-joho-sec .link-box ul li {
    height: 220px;
    margin-bottom: 120px;
    width: 220px;
  }
}

@media print, screen and (min-width: 769px) {
  .kurashino-joho-sec .link-box ul li:not(:nth-of-type(6n)) {
    margin-right: 27px;
  }
}

@media screen and (max-width: 768px) {
  .kurashino-joho-sec .link-box ul li:not(:nth-child(3n)) {
    margin-right: 14px;
  }
}

.kurashino-joho-sec .link-box ul li:hover {
  box-shadow: 0 0 9px 0 rgba(255, 161, 92, 0.4);
  border: 2px solid #f4d501;
}

.kurashino-joho-sec .link-box ul a {
  text-decoration: none;
}

.kurashino-joho-sec .link-box ul span {
  display: block;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .kurashino-joho-sec .link-box ul .image {
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .kurashino-joho-sec .link-box ul .image {
    margin-top: 50px;
  }
}

.kurashino-joho-sec .link-box ul .caption {
  color: #4b2b15;
  font-size: 111%;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic";
}

@media screen and (max-width: 768px) {
  .kurashino-joho-sec .link-box ul .caption {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -80px;
  }
}

.kurashino-joho-sec .link-box ul .caption:after {
  content: "";
  background-position: center;
  display: block;
  margin: 0 auto;
  margin-top: 6px;
}

@media print, screen and (min-width: 769px) {
  .kurashino-joho-sec .link-box ul .caption:after {
    background-image: url(../img_top/orange_down_arrow.png);
    height: 8px;
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .kurashino-joho-sec .link-box ul .caption:after {
    background-image: url(../img_top/sp_orange_down_arrow.png);
    height: 13px;
    width: 23px;
  }
}

.kurashino-joho-sec .cp_box {
  position: relative;
}

.kurashino-joho-sec .cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.kurashino-joho-sec .cp_box label::after {
  background: url(../img_top/sp_white_bg_arrow_down.png) right 20px center no-repeat, url(../img_top/sp_motto_bg.png) no-repeat;
  border-radius: 50px;
  color: #4b2b15;
  content: "もっと見る";
  font-weight: bold;
  line-height: 100px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, 0);
  min-height: 100px;
  width: 518px;
  z-index: 2;
}

.kurashino-joho-sec .cp_box input {
  display: none;
}

.kurashino-joho-sec .cp_box .cp_container {
  overflow: hidden;
  height: 0;
  transition: all 0.5s;
}

.kurashino-joho-sec .cp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}

.kurashino-joho-sec .cp_box input:checked + label:after {
  background: url(../img_top/sp_white_bg_arrow_up.png) right 20px center no-repeat, url(../img_top/sp_motto_bg.png) no-repeat;
  content: "閉じる";
}

.kurashino-joho-sec .cp_box input:checked ~ .cp_container {
  height: auto;
  transition: all 0.5s;
}

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

@media screen and (max-width: 768px) {
  .kurashino-joho-box-wapper ul {
    padding-bottom: 40px;
  }
}

.kurashino-joho-box-wapper ul li {
  margin: 0 auto;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .kurashino-joho-box-wapper ul li {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .kurashino-joho-box-wapper ul li {
    border-radius: 50px;
    min-height: 100px;
    margin-bottom: 32px;
    width: 522px;
  }
}

.kantan-nav, .benrina-kinou, .sonota {
  background-color: #fff;
  border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
  .kantan-nav, .benrina-kinou, .sonota {
    width: 312px;
  }
}

@media screen and (max-width: 768px) {
  .kantan-nav, .benrina-kinou, .sonota {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.kantan-nav .title, .benrina-kinou .title, .sonota .title {
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic";
  font-size: 153%;
  min-height: 70px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .kantan-nav .title, .benrina-kinou .title, .sonota .title {
    background: url(../img_top/section_title_bg.png) center top 0 no-repeat;
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .kantan-nav .title, .benrina-kinou .title, .sonota .title {
    background: url(../img_top/sp_section_title_bg.png) center top 35px no-repeat;
    font-size: 130%;
  }
}

.kantan-nav .box-title, .benrina-kinou .box-title, .sonota .box-title {
  display: inline-block;
  color: #4b2b15;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .kantan-nav .box-title, .benrina-kinou .box-title, .sonota .box-title {
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .kantan-nav .box-title, .benrina-kinou .box-title, .sonota .box-title {
    margin-top: 90px;
  }
}

.kantan-nav .text, .benrina-kinou .text, .sonota .text {
  font-family: "游ゴシック", "Yu Gothic";
  margin: 0 auto;
  margin-top: 38px;
}

@media print, screen and (min-width: 769px) {
  .kantan-nav .text, .benrina-kinou .text, .sonota .text {
    font-size: 111%;
    width: 265px;
  }
}

@media screen and (max-width: 768px) {
  .kantan-nav .text, .benrina-kinou .text, .sonota .text {
    font-size: 102%;
    width: 620px;
  }
}

.kantan-nav a, .benrina-kinou a, .sonota a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .kantan-nav {
    margin-top: 198px;
    padding-bottom: 40px;
  }
}

.kantan-nav .box-title {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .benrina-kinou .title, .sonota .title {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 768px) {
  .benrina-kinou .title, .sonota .title {
    margin-bottom: 40px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .sonota .box-title {
    width: 190px;
  }
}

@media screen and (max-width: 768px) {
  .sonota .box-title {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .benrina-kinou {
    margin-top: 46px;
  }
}

@media print, screen and (min-width: 769px) {
  .benrina-kinou .box-title {
    width: 152px;
  }
}

@media screen and (max-width: 768px) {
  .benrina-kinou .box-title {
    width: 225px;
  }
}

.kantan-nav-link {
  background: url(../img_top/kurashino_joho_link_bg.png) right 0 center no-repeat;
  font-size: 120%;
  font-weight: bold;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .kantan-nav-link {
    background-size: auto 100%;
    border-radius: 25px;
    min-height: 50px;
    margin-top: 80px;
    margin-bottom: 20px;
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .kantan-nav-link {
    border-radius: 50px;
    min-height: 100px;
    margin-top: 36px;
    line-height: 100px;
    width: 518px;
  }
}

.kantan-nav-link a {
  color: #000;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .kantan-nav-link a {
    background: url(../img_top/white_bg_arrow.png) right 10px center no-repeat;
    padding-right: 26px;
  }
}

@media screen and (max-width: 768px) {
  .kantan-nav-link a {
    background: url(../img_top/sp_white_bg_arrow.png) right 40px center no-repeat, url(../img_top/sp_motto_bg.png) no-repeat;
    padding-right: 40px;
  }
}

.kantan-nav-link:hover {
  background: url(../img_top/kurashino_joho_link_bg_on.png) right 0 center no-repeat;
}

.benri-sonota-link {
  min-height: 60px;
  line-height: 60px;
  width: 260px;
}

.benri-sonota-link a {
  box-shadow: 0px 0px 0px 1px #f8cc55 inset;
  box-sizing: border-box;
  color: #4b2b15;
  font-size: 120%;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .benri-sonota-link a {
    border-radius: 30px;
    padding-left: 60px;
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .benri-sonota-link a {
    border-radius: 50px;
    padding-top: 24px;
    padding-left: 140px;
    width: 522px;
  }
}

.benri-sonota-link:hover {
  box-shadow: 0px 0px 0px 2px #f8cc55 inset;
  border-radius: 30px;
}

@media print, screen and (min-width: 769px) {
  .shisetsu {
    background: url(../img_top/benrina_kinou_icon1.png) left 10px center no-repeat, url(../img_common/yellow_right_arrow.png) right 12px center no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .shisetsu {
    background: url(../img_top/sp_benrina_kinou_icon1.png) left 28px center no-repeat, url(../img_common/sp_yellow_right_arrow.png) right 22px center no-repeat;
  }
}

@media print, screen and (min-width: 769px) {
  .toshokan {
    background: url(../img_top/benrina_kinou_icon2.png) left 20px center no-repeat, url(../img_common/yellow_right_arrow.png) right 12px center no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .toshokan {
    background: url(../img_top/sp_benrina_kinou_icon2.png) left 40px center no-repeat, url(../img_common/sp_yellow_right_arrow.png) right 22px center no-repeat;
  }
}

@media print, screen and (min-width: 769px) {
  .shinseisyo {
    background: url(../img_top/benrina_kinou_icon3.png) left 10px center no-repeat, url(../img_common/yellow_right_arrow.png) right 12px center no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .shinseisyo {
    background: url(../img_top/sp_benrina_kinou_icon3.png) left 22px center no-repeat, url(../img_common/sp_yellow_right_arrow.png) right 22px center no-repeat;
  }
}

@media print, screen and (min-width: 769px) {
  .soshiki {
    background: url(../img_top/sonotano_sagashikata_icon1.png) left 4px center no-repeat, url(../img_common/yellow_right_arrow.png) right 12px center no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .soshiki {
    background: url(../img_top/sp_sonotano_sagashikata_icon1.png) left 28px center no-repeat, url(../img_common/sp_yellow_right_arrow.png) right 22px center no-repeat;
  }
}

@media print, screen and (min-width: 769px) {
  .shitsumon {
    background: url(../img_top/sonotano_sagashikata_icon2.png) left 10px center no-repeat, url(../img_common/yellow_right_arrow.png) right 12px center no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .shitsumon {
    background: url(../img_top/sp_sonotano_sagashikata_icon2.png) left 28px center no-repeat, url(../img_common/sp_yellow_right_arrow.png) right 22px center no-repeat;
  }
}

@media print, screen and (min-width: 769px) {
  .toiawase {
    background: url(../img_top/sonotano_sagashikata_icon3.png) left 10px center no-repeat, url(../img_common/yellow_right_arrow.png) right 12px center no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .toiawase {
    background: url(../img_top/sp_sonotano_sagashikata_icon3.png) left 28px center no-repeat, url(../img_common/sp_yellow_right_arrow.png) right 22px center no-repeat;
  }
}

@media print, screen and (min-width: 769px) {
  .benrina-kinou {
    margin: 0 32px;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup-bg {
    background-color: #fff;
    padding-bottom: 140px;
    min-width: 1130px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-bg {
    background: url(../img_top/sp_pickup_bg.png) center top 0 no-repeat white;
    padding-bottom: 62px;
  }
}

.pickup-sec {
  padding-top: 63px;
}

.pickup-sec .sec-title {
  min-height: 120px;
}

@media print, screen and (min-width: 769px) {
  .pickup-sec .sec-title {
    background: url(../img_top/pickup_sec_bg.png) center bottom 0 no-repeat white;
    min-height: 126px;
  }
}

@media screen and (max-width: 768px) {
  .pickup-sec .sec-title {
    background: url(../img_top/sp_pickup_sec_bg.png) center bottom 0 no-repeat;
    min-height: 172px;
  }
}

.pickup-sec .sec-text {
  display: inline-block;
  padding-top: 50px;
}

@media print, screen and (min-width: 769px) {
  .pickup-sec .sec-text {
    max-width: 250px;
  }
}

.pickup-slider {
  margin-top: 40px;
}

#pickup-slider-wrap {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  #pickup-slider-wrap {
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  #pickup-slider-wrap {
    width: 600px;
  }
}

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

@media screen and (max-width: 768px) {
  #pickup-slider-wrap .bx-wrapper {
    position: relative;
    z-index: 2;
  }
}

@media print, screen and (min-width: 769px) {
  #pickup-slider-wrap .bx-wrapper ul li img {
    height: 230px;
    width: 312px;
  }
}

@media screen and (max-width: 768px) {
  #pickup-slider-wrap .bx-wrapper ul li img {
    height: 442px;
    object-fit: cover;
    width: 600px;
  }
}

#pickup-slider-wrap .bx-wrapper ul li a:hover {
  opacity: 0.85;
}

#pickup-slider-wrap .slide-controls {
  position: relative;
}

#pickup-slider-wrap .slide-controls .slide-prev2 button {
  content: "";
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  #pickup-slider-wrap .slide-controls .slide-prev2 button {
    background: url(../img_top/slider_prev.png) no-repeat;
    width: 45px;
    height: 45px;
    bottom: 160px;
    left: -60px;
  }
}

@media screen and (max-width: 768px) {
  #pickup-slider-wrap .slide-controls .slide-prev2 button {
    background: url(../img_top/sp_prev_btn.png) no-repeat;
    width: 90px;
    height: 90px;
    bottom: 255px;
    left: -52px;
  }
}

#pickup-slider-wrap .slide-controls .slide-prev2 button:focus {
  outline: none;
}

#pickup-slider-wrap .slide-controls .slide-prev:hover {
  opacity: 0.8;
}

#pickup-slider-wrap .slide-controls .slide-next2 button {
  content: "";
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  #pickup-slider-wrap .slide-controls .slide-next2 button {
    background: url(../img_top/slider_next.png) no-repeat;
    width: 45px;
    height: 45px;
    bottom: 160px;
    right: -65px;
  }
}

@media screen and (max-width: 768px) {
  #pickup-slider-wrap .slide-controls .slide-next2 button {
    background: url(../img_top/sp_next_btn.png) no-repeat;
    width: 90px;
    height: 90px;
    bottom: 255px;
    right: -52px;
  }
}

#pickup-slider-wrap .slide-controls .slide-next2 button:focus {
  outline: none;
}

#pickup-slider-wrap .slide-controls .slide-next:hover {
  opacity: 0.8;
}

#pickup-slider-wrap .slide-controls .bx-pager-list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#pickup-slider-wrap .slide-controls .bx-pager-list li {
  margin: 6px;
}

@media screen and (max-width: 768px) {
  #pickup-slider-wrap .slide-controls .bx-pager-list li {
    margin-right: 30px;
  }
}

#pickup-slider-wrap .slide-controls .bx-pager-link {
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fed94c;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  text-indent: -9999px;
}

@media print, screen and (min-width: 769px) {
  #pickup-slider-wrap .slide-controls .bx-pager-link {
    height: 10px;
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  #pickup-slider-wrap .slide-controls .bx-pager-link {
    height: 18px;
    width: 18px;
  }
}

#pickup-slider-wrap .slide-controls .bx-pager-link[aria-selected="true"] {
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #ff9b6e;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  text-indent: -9999px;
}

@media print, screen and (min-width: 769px) {
  #pickup-slider-wrap .slide-controls .bx-pager-link[aria-selected="true"] {
    height: 10px;
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  #pickup-slider-wrap .slide-controls .bx-pager-link[aria-selected="true"] {
    height: 18px;
    width: 18px;
  }
}

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

#pickup-slider-wrap .slide-controls .bx-controls-auto-item .bx-stop {
  content: "";
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  border: 2px solid transparent;
}

@media print, screen and (min-width: 769px) {
  #pickup-slider-wrap .slide-controls .bx-controls-auto-item .bx-stop {
    background: url(../img_top/slider_stop.png) no-repeat;
    width: 30px;
    height: 30px;
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  #pickup-slider-wrap .slide-controls .bx-controls-auto-item .bx-stop {
    background: url(../img_top/sp_stop.png) no-repeat;
    width: 48px;
    height: 48px;
    margin-top: 36px;
  }
}

#pickup-slider-wrap .slide-controls .bx-controls-auto-item .bx-start {
  content: "";
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  border: none;
}

@media print, screen and (min-width: 769px) {
  #pickup-slider-wrap .slide-controls .bx-controls-auto-item .bx-start {
    background: url(../img_top/slider_start.png) no-repeat;
    width: 28px;
    height: 28px;
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  #pickup-slider-wrap .slide-controls .bx-controls-auto-item .bx-start {
    background: url(../img_top/sp_play.png) no-repeat;
    width: 48px;
    height: 48px;
    margin-top: 36px;
  }
}

@media print, screen and (min-width: 769px) {
  .rikuzentakata-info {
    background: url(../img_top/sp_rikuzentakata_info_bg.png) center top/cover no-repeat;
    padding-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .rikuzentakata-info {
    padding-top: 68px;
  }
}

.rikuzentakata-info .sec-title {
  min-height: 90px;
}

@media print, screen and (min-width: 769px) {
  .rikuzentakata-info .sec-title {
    background: url(../img_top/rikuzentakata_info_sec_bg.png) center center no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .rikuzentakata-info .sec-title {
    background: url(../img_top/sp_rikuzentakata_info_sec_bg.png) center bottom 0 no-repeat;
    min-height: 160px;
  }
}

.rikuzentakata-info .sec-text {
  display: inline-block;
  padding-top: 18px;
}

@media print, screen and (min-width: 769px) {
  .rikuzentakata-info .sec-text {
    max-width: 490px;
  }
}

@media screen and (max-width: 768px) {
  .rikuzentakata-info .sec-text {
    line-height: 50px;
    padding-bottom: 28px;
    width: 380px;
  }
}

.rikuzentakata-info .container {
  margin-top: 50px;
}

@media print, screen and (min-width: 769px) {
  .rikuzentakata-info .container {
    display: flex;
  }
}

.tab-box {
  margin-top: 14px;
}

.tab-box #top-tab2 {
  min-height: 440px;
}

.tab-box #top-tab2 .list {
  display: flex;
  gap: 3px;
}

@media print, screen and (min-width: 769px) {
  .tab-box #top-tab2 .list {
    width: 600px;
  }
}

.tab-box #top-tab2 .list .hover {
  background-color: #ffe7a1;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .tab-box #top-tab2 .list li[aria-selected="false"] {
    border-radius: 4px 4px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .tab-box #top-tab2 .list li[aria-selected="false"] {
    border-radius: 6px 6px 0 0;
  }
}

@media print, screen and (min-width: 769px) {
  .tab-box #top-tab2 .list li[aria-selected="true"] {
    background: url(../img_top/tab_border_top.png) left 0 top 0 repeat-x #fff;
  }
}

@media screen and (max-width: 768px) {
  .tab-box #top-tab2 .list li[aria-selected="true"] {
    background: url(../img_top/tab_border_top.png) left 0 top 0 repeat-x #fff;
  }
}

.tab-box #top-tab2 .list li {
  flex: 1;
  background-color: #eeede1;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .tab-box #top-tab2 .list li {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .tab-box #top-tab2 .list li {
    min-height: 90px;
    line-height: 90px;
  }
}

.tab-box #top-tab2 .list li a {
  color: #59412f;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .tab-box #top-tab2 .list li a {
    font-size: 95%;
  }
}

.tab-box #top-tab2 .list .tab-info {
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  .tab-box #top-tab2 .list .tab-info {
    background: url(../img_top/tab_info_bg.png) center center repeat;
  }
}

@media screen and (max-width: 768px) {
  .tab-box #top-tab2 .list .tab-info {
    background: url(../img_top/sp_tab_info_bg.png) center center repeat;
  }
}

.tab-box #top-tab2 .list .tab-notice {
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  .tab-box #top-tab2 .list .tab-notice {
    background: url(../img_top/tab_notice_bg.png) center center repeat;
  }
}

@media screen and (max-width: 768px) {
  .tab-box #top-tab2 .list .tab-notice {
    background: url(../img_top/sp_tab_notice_bg.png) center center no-repeat;
  }
}

.tab-box #top-tab2 .list .tab-event {
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  .tab-box #top-tab2 .list .tab-event {
    background: url(../img_top/tab_event_bg.png) center center repeat;
  }
}

@media screen and (max-width: 768px) {
  .tab-box #top-tab2 .list .tab-event {
    background: url(../img_top/sp_tab_event_bg.png) center center no-repeat;
  }
}

.tab-box #top-tab2 .list .tab-alert {
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  .tab-box #top-tab2 .list .tab-alert {
    background: url(../img_top/tab_alert_bg.png) center center repeat;
  }
}

@media screen and (max-width: 768px) {
  .tab-box #top-tab2 .list .tab-alert {
    background: url(../img_top/sp_tab_alert_bg.png) center center no-repeat;
  }
}

.tab-box #top-tab2 .in {
  background-color: #ffffff;
}

@media print, screen and (min-width: 769px) {
  .tab-box #top-tab2 .in {
    border-radius: 0 0 10px 10px;
    min-height: 430px;
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .tab-box #top-tab2 .in {
    width: 100%;
  }
}

.tab-box #top-tab2 .in .list2 {
  overflow: auto;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .tab-box #top-tab2 .in .list2 {
    height: 300px;
    margin-bottom: 22px;
    margin-right: 20px;
    padding: 0 24px 0 24px;
  }
}

@media screen and (max-width: 768px) {
  .tab-box #top-tab2 .in .list2 {
    height: 540px;
    padding: 0 70px 0 30px;
  }
}

.tab-box #top-tab2 .in .list2 li {
  background: url(../img_common/tab_li_bg.png) left 0 bottom 0 repeat-x;
}

@media print, screen and (min-width: 769px) {
  .tab-box #top-tab2 .in .list2 li {
    padding: 25px 0 15px 0;
    min-height: 54px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .tab-box #top-tab2 .in .list2 li {
    padding: 30px 0 30px 0;
    text-align: left;
  }
}

.tab-box #top-tab2 .in .list2 li .date {
  color: #4b2b15;
  font-weight: bold;
  min-width: 110px;
  margin-right: 20px;
}

.tab-box #top-tab2 .in .list2 li .tag1 .tag-bg {
  color: #4b2b15;
  background: url(../img_top/tab_notice_bg.png) center center no-repeat;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .tab-box #top-tab2 .in .list2 li .tag1 .tag-bg {
    min-height: 22px;
    min-width: 86px;
  }
}

@media screen and (max-width: 768px) {
  .tab-box #top-tab2 .in .list2 li .tag1 .tag-bg {
    min-height: 36px;
    width: 120px;
  }
}

.tab-box #top-tab2 .in .list2 li .tag2 .tag-bg {
  color: #4b2b15;
  background: url(../img_top/tab_event_bg.png) center center no-repeat;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .tab-box #top-tab2 .in .list2 li .tag2 .tag-bg {
    min-height: 22px;
    min-width: 86px;
  }
}

@media screen and (max-width: 768px) {
  .tab-box #top-tab2 .in .list2 li .tag2 .tag-bg {
    min-height: 36px;
    width: 120px;
  }
}

.tab-box #top-tab2 .in .list2 .no-data {
  display: block;
  background: none;
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  background: #fff;
}

.tab-box #top-tab2 .pageLink {
  display: table;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .tab-box #tab-info .box-in, .tab-box #tab-notice .box-in, .tab-box #tab-event .box-in, .tab-box #tab-alert .box-in {
    height: 360px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .tab-box #tab-info .box-in, .tab-box #tab-notice .box-in, .tab-box #tab-event .box-in, .tab-box #tab-alert .box-in {
    border-radius: 0 0 10px 10px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.tab-box .bottom-link {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .tab-box .bottom-link {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .tab-box .bottom-link {
    margin-top: 34px;
  }
}

.tab-box .bottom-link .more {
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  min-height: 50px;
  line-height: 50px;
}

@media print, screen and (min-width: 769px) {
  .tab-box .bottom-link .more {
    background: url(../img_top/white_bg_arrow.png) right 10px center no-repeat, url(../img_top/kurashino_joho_link_bg.png) center center no-repeat;
    border-radius: 25px;
    text-align: center;
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .tab-box .bottom-link .more {
    background: url(../img_top/sp_white_bg_arrow.png) right 10px center no-repeat, url(../img_top/sp_motto_bg.png) center center no-repeat;
    border-radius: 60px;
    font-size: 120%;
    min-height: 100px;
    line-height: 100px;
    text-align: center;
    width: 518px;
  }
}

.tab-box .bottom-link .more a {
  color: #59412f;
  display: block;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .tab-box .bottom-link .more a {
    border-radius: 25px;
  }
}

@media screen and (max-width: 768px) {
  .tab-box .bottom-link .more a {
    border-radius: 60px;
    padding-left: 20px;
  }
}

.tab-box .bottom-link .more a:hover {
  text-decoration: underline;
}

.tab-box .hide {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .pageListNotExists {
    height: 300px;
    margin-bottom: 12px;
    margin-right: 20px;
    padding: 0 24px 0 24px;
  }
}

@media screen and (max-width: 768px) {
  .pageListNotExists {
    height: 530px;
    padding: 0 70px 0 30px;
  }
}

@media print, screen and (min-width: 769px) {
  #info-slider-wrap {
    margin-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  #info-slider-wrap {
    margin-top: 120px;
  }
}

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

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

.slider-box .sub-title {
  font-weight: bold;
  color: #4b2b15;
  min-height: 100px;
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .slider-box .sub-title {
    font-size: 162%;
  }
}

@media screen and (max-width: 768px) {
  .slider-box .sub-title {
    font-size: 135%;
    background: url(../img_top/sp_shinotorikumi_house.png) top 0px center no-repeat;
  }
}

.slider-box .sub-title .text {
  display: block;
  position: absolute;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .slider-box .sub-title .text {
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .slider-box .sub-title .text {
    bottom: -86px;
  }
}

@media print, screen and (min-width: 769px) {
  .slider-box .sub-title .text::before {
    background: url(../img_top/shinotorikumi_house.png) top 0px center no-repeat;
    content: "";
    display: inline-block;
    height: 60px;
    width: 312px;
  }
}

#info-slider-wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  #info-slider-wrap {
    width: 312px;
  }
}

@media screen and (max-width: 768px) {
  #info-slider-wrap {
    width: 600px;
  }
}

@media print, screen and (min-width: 769px) {
  #info-slider-wrap .bx-viewport {
    min-height: 332px !important;
    height: 0 !important;
    overflow-y: auto !important;
  }
}

@media screen and (max-width: 768px) {
  #info-slider-wrap .bx-viewport {
    z-index: 2;
  }
}

#info-slider-wrap .bx-viewport ul li a {
  color: #4b2b15;
  text-decoration: none;
}

#info-slider-wrap .bx-viewport ul li a:focus:not(:focus-visible) {
  outline: 0;
}

@media print, screen and (min-width: 769px) {
  #info-slider-wrap .bx-viewport ul li img {
    height: 220px;
    width: 310px;
  }
}

@media screen and (max-width: 768px) {
  #info-slider-wrap .bx-viewport ul li img {
    height: 426px;
    width: 600px;
  }
}

#info-slider-wrap .text-box {
  color: #4b2b15;
}

#info-slider-wrap .item-txt {
  font-size: 115%;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  #info-slider-wrap p {
    width: 290px;
  }
}

#info-slider-wrap .slide-controls {
  position: relative;
  margin-top: -10px;
}

#info-slider-wrap .slide-controls .slide-prev3 button {
  content: "";
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  #info-slider-wrap .slide-controls .slide-prev3 button {
    background: url(../img_top/slider_prev.png) no-repeat;
    width: 45px;
    height: 45px;
    bottom: 264px;
    left: -30px;
    z-index: -1;
  }
}

@media screen and (max-width: 768px) {
  #info-slider-wrap .slide-controls .slide-prev3 button {
    background: url(../img_top/sp_prev_btn.png) no-repeat;
    width: 90px;
    height: 90px;
    top: -430px;
    left: -50px;
  }
}

#info-slider-wrap .slide-controls .slide-prev:hover {
  opacity: 0.8;
}

#info-slider-wrap .slide-controls .slide-next3 button {
  content: "";
  border: none;
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  #info-slider-wrap .slide-controls .slide-next3 button {
    background: url(../img_top/slider_next.png) no-repeat;
    width: 45px;
    height: 45px;
    bottom: 264px;
    right: -34px;
    z-index: -1;
  }
}

@media screen and (max-width: 768px) {
  #info-slider-wrap .slide-controls .slide-next3 button {
    background: url(../img_top/sp_next_btn.png) no-repeat;
    width: 90px;
    height: 90px;
    top: -430px;
    right: -50px;
  }
}

#info-slider-wrap .slide-controls .slide-next:hover {
  opacity: 0.8;
}

#info-slider-wrap .slide-controls .bx-pager-list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#info-slider-wrap .slide-controls .bx-pager-list li {
  margin: 6px;
}

@media screen and (max-width: 768px) {
  #info-slider-wrap .slide-controls .bx-pager-list li {
    margin-right: 28px;
  }
}

#info-slider-wrap .slide-controls .bx-pager-link {
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fed94c;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  text-indent: -9999px;
}

@media print, screen and (min-width: 769px) {
  #info-slider-wrap .slide-controls .bx-pager-link {
    height: 10px;
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  #info-slider-wrap .slide-controls .bx-pager-link {
    height: 18px;
    width: 18px;
  }
}

#info-slider-wrap .slide-controls .bx-pager-link[aria-selected="true"] {
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #ff9b6e;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  text-indent: -9999px;
}

@media print, screen and (min-width: 769px) {
  #info-slider-wrap .slide-controls .bx-pager-link[aria-selected="true"] {
    height: 10px;
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  #info-slider-wrap .slide-controls .bx-pager-link[aria-selected="true"] {
    height: 18px;
    width: 18px;
  }
}

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

#info-slider-wrap .slide-controls .bx-controls-auto-item .bx-stop {
  content: "";
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  border: 2px solid transparent;
}

@media print, screen and (min-width: 769px) {
  #info-slider-wrap .slide-controls .bx-controls-auto-item .bx-stop {
    background: url(../img_top/slider_stop.png) no-repeat;
    width: 30px;
    height: 30px;
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  #info-slider-wrap .slide-controls .bx-controls-auto-item .bx-stop {
    background: url(../img_top/sp_stop.png) no-repeat;
    width: 52px;
    height: 52px;
    margin-top: 36px;
  }
}

#info-slider-wrap .slide-controls .bx-controls-auto-item .bx-start {
  content: "";
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  border: none;
}

@media print, screen and (min-width: 769px) {
  #info-slider-wrap .slide-controls .bx-controls-auto-item .bx-start {
    background: url(../img_top/slider_start.png) no-repeat;
    width: 28px;
    height: 28px;
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  #info-slider-wrap .slide-controls .bx-controls-auto-item .bx-start {
    background: url(../img_top/sp_play.png) no-repeat;
    width: 52px;
    height: 52px;
    margin-top: 36px;
  }
}

#info-slider-wrap .notext {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #info-slider-wrap .notext {
    width: 630px !important;
  }
}

.shisei-bg {
  background: url(../img_top/rikuzentakata_shisei_bg.png) right -100px center no-repeat;
  padding-top: 155px;
}

@media print, screen and (min-width: 769px) {
  .shisei-sec .sec-title {
    background: url(../img_top/shisei_titile_house_line.png) center bottom 0 no-repeat;
    min-height: 72px;
  }
}

@media screen and (max-width: 768px) {
  .shisei-sec .sec-title {
    background: url(../img_top/sp_shisei_titile_house_line.png) center bottom 0 no-repeat;
    min-height: 125px;
  }
}

@media print, screen and (min-width: 769px) {
  .shisei-sec .sec-text {
    display: inline-block;
    width: 550px;
  }
}

@media screen and (max-width: 768px) {
  .shisei-sec .sec-text {
    display: block;
    line-height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .shisei-sec .text {
    margin: 0 auto;
    width: 296px;
  }
}

.shisei-container {
  margin-top: 36px;
}

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

.shiseini-sanka, .koho-media {
  background-color: #fff;
  border-radius: 10px;
  min-height: 420px;
}

@media print, screen and (min-width: 769px) {
  .shiseini-sanka, .koho-media {
    padding-left: 20px;
    padding-right: 20px;
    width: 272px;
  }
}

@media screen and (max-width: 768px) {
  .shiseini-sanka, .koho-media {
    padding: 20px 28px 0 20px;
  }
}

.shiseini-sanka .title, .koho-media .title {
  color: #4b2b15;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic";
  font-size: 153%;
  min-height: 70px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  position: relative;
  width: auto;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .shiseini-sanka .title, .koho-media .title {
    background: url(../img_top/section_title_bg.png) center top 0 no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .shiseini-sanka .title, .koho-media .title {
    background: url(../img_top/sp_section_title_bg.png) center top 0 no-repeat;
  }
}

.shiseini-sanka .box-title, .koho-media .box-title {
  display: inline-block;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 36px;
  position: relative;
  padding-left: 24px;
  padding-right: 14px;
  z-index: 2;
}

.shiseini-sanka .text, .koho-media .text {
  font-family: "游ゴシック", "Yu Gothic";
  font-weight: bold;
  font-size: 111%;
  margin-left: 16px;
  width: 265px;
}

@media screen and (max-width: 768px) {
  .shiseini-sanka {
    padding-bottom: 58px;
  }
}

.shiseini-sanka p {
  color: #4b2b15;
}

@media print, screen and (min-width: 769px) {
  .shiseini-sanka p {
    margin-top: 12px;
  }
}

.shiseini-sanka ul {
  margin-top: 28px;
}

@media print, screen and (min-width: 769px) {
  .shiseini-sanka ul {
    padding-left: 4px;
  }
}

@media screen and (max-width: 768px) {
  .shiseini-sanka ul {
    padding-left: 10px;
  }
}

.shiseini-sanka ul li {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .shiseini-sanka ul li {
    background: url(../img_top/blue_right_arrow.png) left 0 center no-repeat;
    padding-left: 18px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .shiseini-sanka ul li {
    background: url(../img_top/sp_blue_right_arrow.png) left 0 center no-repeat;
    padding-left: 34px;
  }
}

@media screen and (max-width: 768px) {
  .shiseini-sanka ul li:not(:last-child) {
    margin-bottom: 52px;
  }
}

@media print, screen and (min-width: 769px) {
  .koho-media {
    margin-left: 37px;
    margin-right: 27px;
  }
}

@media screen and (max-width: 768px) {
  .koho-media {
    margin-top: 40px;
    padding-bottom: 50px;
  }
}

.koho-media ul {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .koho-media ul {
    padding-left: 26px;
  }
}

.koho-media ul li {
  margin-left: 10px;
}

.koho-media ul li .text {
  width: auto;
}

@media screen and (max-width: 768px) {
  .koho-media ul li .text {
    margin-left: 30px;
  }
}

.koho-media ul li .item {
  display: inline-block;
}

.koho-media ul li .item-in {
  align-items: center;
  display: flex;
}

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

@media screen and (max-width: 768px) {
  .koho-media ul li .item-in img {
    height: 70px;
    width: 70px;
  }
}

.koho-media ul li .item-txt {
  font-family: "游ゴシック", "Yu Gothic";
  font-weight: bold;
  font-size: 111%;
  margin-left: 16px;
}

@media print, screen and (min-width: 769px) {
  .koho-media ul li:not(:last-child) {
    margin-bottom: 24px;
  }
}

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

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

.bnrs ul li {
  border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
  .bnrs ul li {
    background: url(../img_common/yellow_right_arrow.png) right 15px center no-repeat white;
    background-color: #fff;
    min-height: 97px;
    width: 312px;
  }
}

@media screen and (max-width: 768px) {
  .bnrs ul li {
    background: url(../img_common/sp_yellow_right_arrow.png) right 30px center no-repeat white;
    min-height: 180px;
    width: 700px;
  }
}

.bnrs ul li .item-in {
  align-items: center;
  display: flex;
  text-decoration: none;
}

.bnrs ul li .item-txt {
  color: #4b2b15;
  display: inline-block;
  font-family: "游ゴシック", "Yu Gothic";
  font-weight: bold;
  font-size: 125%;
}

@media print, screen and (min-width: 769px) {
  .bnrs ul li .item-txt {
    padding-left: 18px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .bnrs ul li .item-txt {
    padding-left: 40px;
    padding-right: 80px;
  }
}

.bnrs ul li img {
  border-radius: 10px 0 0 10px;
}

@media print, screen and (min-width: 769px) {
  .bnrs ul li img {
    height: 97px;
    width: 110px;
  }
}

@media screen and (max-width: 768px) {
  .bnrs ul li img {
    height: 180px;
    width: 247px;
    object-fit: cover;
  }
}

.bnrs ul li a {
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .bnrs ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .bnrs ul li:not(:last-child) {
    margin-bottom: 34px;
  }
}

.bnrs ul li:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

@media print, screen and (min-width: 769px) {
  .backup-contents-bg {
    padding-top: 130px;
  }
}

@media screen and (max-width: 768px) {
  .backup-contents-bg {
    margin-top: 112px;
  }
}

.backup-contents-bg .backup-container {
  margin-top: 60px;
}

@media print, screen and (min-width: 769px) {
  .backup-contents-bg .sec-title {
    background: url(../img_top/sec_title_bottom.png) center bottom 0 no-repeat;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 768px) {
  .backup-contents-bg .sec-title {
    background: url(../img_top/sp_sec_title_bottom.png) center bottom 0 no-repeat;
    padding-bottom: 30px;
  }
}

.backup-contents-bg ul {
  display: flex;
  flex-wrap: wrap;
}

.backup-contents-bg ul li {
  align-items: center;
  border-radius: 5px;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .backup-contents-bg ul li {
    background: url(../img_common/yellow_right_arrow.png) right 15px center no-repeat white;
    min-height: 50px;
    margin-bottom: 12px;
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .backup-contents-bg ul li {
    background: url(../img_top/sp_yellow_right_arrow_backup.png) right 15px center no-repeat white;
    min-height: 90px;
    margin-bottom: 24px;
    width: 330px;
  }
}

.backup-contents-bg ul li a {
  align-items: center;
  color: #4b2b15;
  font-family: "游ゴシック", "Yu Gothic";
  font-weight: bold;
  font-size: 111%;
  display: flex;
  height: 100%;
  padding-left: 16px;
  padding-right: 30px;
  text-decoration: none;
  width: 100%;
}

.backup-contents-bg ul li a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .backup-contents-bg ul li:not(:nth-child(4n)) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .backup-contents-bg ul li:not(:nth-child(2n)) {
    margin-right: 38px;
  }
}

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

@media screen and (max-width: 768px) {
  .adv {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .adv .sec-title {
    font-size: 110%;
  }
}

.adv ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .adv ul {
    margin: 0 auto;
    margin-top: 38px;
    width: 590px;
  }
}

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

@media screen and (max-width: 768px) {
  .adv ul li {
    margin-bottom: 20px;
  }
}

.adv ul li a:hover {
  opacity: 0.85;
}

@media print, screen and (min-width: 769px) {
  .adv ul li:not(:nth-of-type(5n)) {
    margin-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .adv ul li:not(:nth-of-type(3n)) {
    margin-right: 24px;
  }
}

.adv p {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .adv p {
    margin: 0 auto;
    width: 590px;
  }
}

.adv p a {
  display: block;
  margin-left: auto;
}

@media print, screen and (min-width: 769px) {
  .adv p a {
    background: url(../img_top/blue_right_arrow.png) left 0 center no-repeat;
    text-align: right;
    width: 128px;
  }
}

@media screen and (max-width: 768px) {
  .adv p a {
    display: inline;
    background: url(../img_top/sp_blue_right_arrow.png) left 0 center no-repeat;
    font-weight: bold;
    padding-left: 24px;
    width: 100%;
  }
}

.adv img {
  vertical-align: top;
}

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

@media screen and (max-width: 768px) {
  .adv img {
    height: 60px;
    width: 180px;
  }
}

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

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

footer .footer-contents {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  footer .footer-contents {
    min-height: 298px;
    padding-bottom: 10px;
    position: relative;
  }
}

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

@media print, screen and (min-width: 769px) {
  footer .footer-contents .contents-map {
    position: absolute;
    right: 0;
    bottom: -22px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-contents .contents-text {
    margin: 0 auto;
    width: 700px;
  }
}

footer .address {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px 25px;
  display: inline-block;
}

footer .address .cityhall {
  font-size: 153%;
  font-weight: bold;
}

footer .copyright {
  font-family: "游ゴシック", "Yu Gothic";
  background-color: rgba(42, 59, 76, 0.9);
  color: #fff;
  font-size: 80%;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer .copyright {
    line-height: 30px;
    height: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  footer {
    padding-top: 150px;
    margin-top: -50px;
  }
  footer .box {
    padding: 50px 0 25px 0;
  }
  footer #pagetop {
    bottom: 40px;
    width: 93px;
    position: fixed;
    right: 8px;
    z-index: 10;
  }
  footer #pagetop a {
    display: block;
    background: url(../img_common/pagetop.png) no-repeat left center;
    color: #4b2b15;
    height: 138px;
    text-decoration: none;
  }
  footer #pagetop a:hover {
    opacity: 0.85;
  }
  footer .contents-text ul {
    display: flex;
  }
  footer .contents-text ul li {
    margin-right: 10px;
  }
  footer .contents-text ul li a {
    display: block;
    color: #4b2b15;
    font-weight: bold;
    text-decoration: none;
    background: url(../img_common/sidenav_yellow_arrow.png) no-repeat right 9px center white;
    border-radius: 3px;
    padding: 6px 10px;
    padding-right: 35px;
  }
  footer .contents-text ul li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  footer {
    background: url(../img_common/sp_footer_bg.png) center bottom/auto 100% no-repeat;
    padding-top: 115px;
  }
  footer .in {
    position: relative;
  }
  footer #pagetop {
    bottom: 40px;
    width: 93px;
    position: fixed;
    right: 8px;
    z-index: 10;
  }
  footer #pagetop a {
    display: block;
    background: url(../img_common/pagetop.png) no-repeat left center;
    height: 138px;
  }
  footer .footer-contents {
    display: block;
  }
  footer .address {
    padding: 30px;
    margin-bottom: 22px;
  }
  footer .contents-text ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 396px;
  }
  footer .contents-text ul li {
    display: flex;
    margin: 0 20px 20px;
    width: calc(50% - 40px);
  }
  footer .contents-text ul a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    min-height: 90px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 12px 30px;
    padding-right: 60px;
    background: url(../img_common/modal_link_item.png) no-repeat right 14px center white;
    border-radius: 5px;
    color: #4b2b15;
    font-weight: bold;
    text-decoration: none;
  }
  footer .contents-text .sp-font-size {
    font-size: 90%;
  }
  footer .contents-map {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  footer .contents-map img {
    height: 421px;
    width: 253px;
  }
  footer .copyright {
    height: 90px;
    text-align: left;
    padding-left: 25px;
    padding-top: 30px;
  }
}
