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

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: #fff;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  border-bottom: 5px solid #ff928d;
  border-radius: 6px 6px 0 0;
  padding: 8px 15px 6px 15px;
}

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

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

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

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

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #d2e887;
  border-radius: 6px 6px 0 0;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  border-bottom: 3px solid #ffdd54;
}

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

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  background: url(../img_sub/h4_bg.png) left center no-repeat;
  border-radius: 4px;
  font-size: 110%;
  padding: 10px 20px 13px;
}

h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  word-break: break-word;
}

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 #f4af9c;
}

h5 .bg, .wysiwyg h5 .bg, .free-layout-area h5 .bg {
  word-break: break-word;
}

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

h6 .bg, .wysiwyg h6 .bg, .free-layout-area h6 .bg {
  word-break: break-word;
}

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

.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: #333;
  background: #fff;
}

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

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

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

ul, ol {
  list-style: none;
}

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

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

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

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

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

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

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

address {
  font-style: normal;
}

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

.clearfix {
  display: inline-table;
}

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

.clearfix {
  display: block;
}

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

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

.left-col {
  float: left;
}

.right-col {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gsst_a {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none;
}

@media print {
  body {
    zoom: 1;
  }
}

p.jqs-go-to-sp {
  position: relative;
  width: 100%;
  z-index: 9999;
}

p.jqs-go-to-sp a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em 0;
  background-color: #d2e887;
  border: 2px solid  #fff;
  text-align: center;
  font-size: 194%;
  color: #333;
  text-decoration: none;
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header #header-nav {
    padding: 16px 0;
    border-radius: 30px;
    background: #ff928d;
    margin: 78px auto 0;
    width: 1000px;
  }
  #header #header-nav .in {
    width: 1000px;
    margin: 0 auto;
  }
  #header #header-nav .list {
    display: flex;
    justify-content: center;
  }
  #header #header-nav .list > li {
    float: left;
    width: 141px;
    margin-left: 2px;
    text-align: center;
    flex: 1 auto;
  }
  #header #header-nav .list > li:first-child {
    width: 142px;
    margin-left: 0;
  }
  #header #header-nav .list > li:not(:last-child) {
    border-right: 2px solid #ffccc9;
  }
  #header #header-nav .list > li a {
    display: block;
    padding: 4px 0 4px 0;
    font-weight: bold;
    font-size: 125%;
    color: #333;
    text-decoration: none;
  }
  #header .header-subnav-area {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    height: 80px;
  }
  #header .header-subnav-area #header-logo {
    margin-top: 24px;
  }
  #header .header-subnav-area .box {
    align-items: center;
    background-color: #ededed;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    height: 70px;
    width: 480px;
  }
  #header .header-subnav-area .box .language {
    background: url(../img_common/earth.png) left center no-repeat;
    margin-right: 18px;
  }
  #header .header-subnav-area .box .language a {
    color: #333;
    display: block;
    padding-left: 24px;
  }
  #header .header-subnav-area .box .google-search {
    width: 286px;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    /* モーダル */
  }
  #sp-header .modal-menu-close {
    display: none;
  }
  #sp-header .box {
    display: block;
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    padding-top: 28px;
    margin: 0 auto;
    width: 700px;
  }
  #sp-header .box #sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav {
    position: absolute;
    right: 10px;
    top: 0;
    width: 40%;
    padding: 0;
    background: none;
  }
  #sp-header .box #sp-header-nav .list {
    display: none;
  }
  #sp-header .box #sp-header-nav .menu-btn-area {
    margin: 10px 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area img {
    max-width: 100%;
  }
  #sp-header .box #sp-header-nav .menu-btn-area p {
    position: absolute;
    top: 28px;
    right: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    left: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    top: 28px;
    right: 0;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: auto !important;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
  #sp-header .modal-menu {
    background-color: #fff;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 137px;
    left: 0;
    z-index: 90;
    width: 100%;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    margin: 48px 0 10px 0;
    padding: 0 0 20px 0;
    background-color: #FFF;
    box-sizing: border-box;
  }
  #sp-header .modal-search .google-search-wrap,
  #sp-header .modal-menu .google-search-wrap {
    margin: 0 auto;
    width: 650px;
  }
  #sp-header .modal-search .google-search-wrap p,
  #sp-header .modal-menu .google-search-wrap p {
    font-size: 110%;
  }
  #sp-header .modal-search .google-search-wrap .google-search,
  #sp-header .modal-menu .google-search-wrap .google-search {
    height: 85px;
    margin-top: 14px;
    margin-bottom: 48px;
  }
  #sp-header .modal-search .box,
  #sp-header .modal-menu .box {
    border-top: 2px solid #ff928d;
    margin-left: 2px;
    margin-right: 2px;
  }
  #sp-header .modal-search .box .list,
  #sp-header .modal-menu .box .list {
    padding-bottom: 40px;
  }
  #sp-header .modal-search .modal-bottom,
  #sp-header .modal-menu .modal-bottom {
    background-color: #fff8ea;
    padding-top: 56px;
    padding-bottom: 58px;
    text-align: center;
  }
  #sp-header .modal-search .modal-bottom .goto-pc, #sp-header .modal-search .modal-bottom .modal-menu-close,
  #sp-header .modal-menu .modal-bottom .goto-pc,
  #sp-header .modal-menu .modal-bottom .modal-menu-close {
    border-radius: 45px;
    font-size: 125%;
    font-weight: bold;
    margin: 0 auto;
    width: 536px;
  }
  #sp-header .modal-search .modal-bottom .goto-pc,
  #sp-header .modal-menu .modal-bottom .goto-pc {
    border: 4px solid #ff928d;
    background-color: #fff;
    margin-bottom: 25px;
  }
  #sp-header .modal-search .modal-bottom .goto-pc a,
  #sp-header .modal-menu .modal-bottom .goto-pc a {
    color: #333;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
  }
  #sp-header .modal-search .modal-bottom .modal-menu-close,
  #sp-header .modal-menu .modal-bottom .modal-menu-close {
    background: url(../img_common/modal_close_bottom.png) left 192px center no-repeat #ff928d;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #sp-header .modal-search .modal-bottom .modal-menu-close span,
  #sp-header .modal-menu .modal-bottom .modal-menu-close span {
    display: block;
    margin-left: 30px;
  }
  #sp-header .modal-search .list a,
  #sp-header .modal-menu .list a {
    display: block;
    padding: 5px 20px 5px 60px;
    color: #333333;
    font-size: 105%;
    position: relative;
  }
  #sp-header .modal-search .list a::before,
  #sp-header .modal-menu .list a::before {
    content: '';
    position: absolute;
    left: 45px;
    display: inline-block;
    width: 9px;
    height: 2px;
    background-color: #333;
    top: 50%;
  }
  #sp-header .modal-search .title,
  #sp-header .modal-menu .title {
    font-weight: bold;
    font-size: 134%;
  }
  #sp-header .modal-search .title a,
  #sp-header .modal-menu .title a {
    display: block;
    padding: 15px 90px 15px 40px;
    text-decoration: none;
    color: inherit;
    background: url(../img_top/tab_arrow.png) right 40px center no-repeat;
  }
}

@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*/
.contents-width {
  margin: 0 auto;
}

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

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

h3.title {
  font-weight: bold;
}

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

li:hover a img {
  opacity: 0.85;
}

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

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

@media print, screen and (min-width: 769px) {
  #wrapper {
    background: url("../img_top/top_border.png") center top repeat-x;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    background: url("../img_common/sp_top_border.png") center top repeat-x;
  }
}

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

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

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

@media print, screen and (min-width: 769px) {
  .mv-left {
    min-height: 340px;
  }
}

@media screen and (max-width: 768px) {
  .mv-left {
    min-height: 550px;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-left .slide-controls {
    position: relative;
  }
}

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

.mv-left .slide-controls .slide-pager {
  position: relative;
}

.mv-left .slide-controls .slide-control-btn {
  position: relative;
}

.mv-left .slide-controls .arrow button {
  background: center /contain no-repeat;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .mv-left .slide-controls .arrow button {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .mv-left .slide-controls .arrow button {
    height: 70px;
    top: 230px;
    width: 70px;
  }
}

.mv-left .slide-controls .arrow button.bx-prev {
  z-index: 70;
}

@media print, screen and (min-width: 769px) {
  .mv-left .slide-controls .arrow button.bx-prev {
    background-image: url("../img_top/prev.png");
    left: -72px;
    top: -18px;
  }
}

@media screen and (max-width: 768px) {
  .mv-left .slide-controls .arrow button.bx-prev {
    background-image: url("../img_top/sp_prev.png");
    left: 20px;
  }
}

.mv-left .slide-controls .arrow button.bx-next {
  z-index: 70;
}

@media print, screen and (min-width: 769px) {
  .mv-left .slide-controls .arrow button.bx-next {
    background-image: url("../img_top/next.png");
    top: -6px;
    right: -73px;
  }
}

@media screen and (max-width: 768px) {
  .mv-left .slide-controls .arrow button.bx-next {
    background-image: url("../img_top/sp_next.png");
    right: 20px;
  }
}

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

@media print, screen and (min-width: 769px) {
  .mv-left .slide-controls .control-unit {
    margin-top: 25px;
  }
}

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

.mv-left .slide-controls .control-unit .bx-pager {
  position: relative;
}

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

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

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

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

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

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

@media print, screen and (min-width: 769px) {
  .mv-left .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
    border: 2px solid #f7c7d8;
    background-color: #fff;
  }
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .mv-left .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
    background-image: url("../img_top/sp_start.png");
  }
}

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

@media screen and (max-width: 768px) {
  .mv-left .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
    background-image: url("../img_top/sp_stop.png");
  }
}

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

.mv-left a:hover img {
  opacity: 0.85;
}

.mv-left img {
  border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
  .mv-left img {
    height: 340px;
    width: 780px;
  }
}

@media screen and (max-width: 768px) {
  .mv-left img {
    object-fit: cover;
    height: 530px;
    width: 700px;
  }
}

.mv-right .tobani-box, .mv-right .iryo-nav, .mv-right .boshikenko-app {
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .mv-right .tobani-box, .mv-right .iryo-nav, .mv-right .boshikenko-app {
    width: 210px;
  }
}

@media screen and (max-width: 768px) {
  .mv-right .tobani-box, .mv-right .iryo-nav, .mv-right .boshikenko-app {
    margin: 0 auto;
    width: 498px;
  }
}

.mv-right .tobani-box a, .mv-right .iryo-nav a, .mv-right .boshikenko-app a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .mv-right .tobani-box a, .mv-right .iryo-nav a, .mv-right .boshikenko-app a {
    align-items: center;
    display: flex;
    font-size: 153%;
    justify-content: center;
    padding-top: 102px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mv-right .tobani-box a, .mv-right .iryo-nav a, .mv-right .boshikenko-app a {
    font-size: 105%;
    padding-top: 26px;
    padding-bottom: 22px;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-right .tobani-box {
    background: url("../img_top/tobani_icon.png") center top 40px no-repeat, url("../img_top/mv_left_box_bg.png") center center no-repeat;
    margin-bottom: 10px;
    height: 165px;
  }
}

@media screen and (max-width: 768px) {
  .mv-right .tobani-box {
    background: url("../img_top/tobani_icon.png") center left 40px no-repeat, url("../img_top/sp_mv_left_box_bg.png") center center no-repeat;
    background-size: 51px 56px, 498px 90px;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-right .iryo-nav, .mv-right .boshikenko-app {
    height: 78px;
    width: 210px;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-right .iryo-nav a, .mv-right .boshikenko-app a {
    font-size: 140%;
    padding: 22px 0 22px 36px;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-right .iryo-nav {
    background: url("../img_top/hospital_icon.png") left 9px center no-repeat, url("../img_top/iryo_nav_box_bg.png") center center no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .mv-right .iryo-nav {
    background: url("../img_top/hospital_icon.png") center left 36px no-repeat, url("../img_top/sp_iryo_nav_box_bg.png") center center no-repeat;
    background-size: 49px 49px, 498px 90px;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-right .boshikenko-app {
    background: url("../img_top/smartphone_icon.png") left 14px center no-repeat, url("../img_top/iryo_nav_box_bg.png") center center no-repeat;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mv-right .boshikenko-app {
    background: url("../img_top/smartphone_icon.png") center left 42px no-repeat, url("../img_top/sp_iryo_nav_box_bg.png") center center no-repeat;
    background-size: 39px 59px, 498px 90px;
  }
}

@media print, screen and (min-width: 769px) {
  .tab-area-wrap {
    background: url("../img_top/new_info_bg.png") center top/cover no-repeat;
    min-height: 750px;
  }
}

@media screen and (max-width: 768px) {
  .tab-area-wrap {
    background: url("../img_top/sp_new_info_bg.png") center top/cover no-repeat;
    padding-top: 84px;
    padding-bottom: 200px;
  }
}

.tab-area-wrap #top-tab {
  min-height: 440px;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .tab-area-wrap #top-tab {
    padding-top: 96px;
  }
}

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

.tab-area-wrap #top-tab .list {
  display: flex;
  margin-bottom: -2px;
}

.tab-area-wrap #top-tab .list .hover {
  background-color: #fff;
  position: relative;
}

.tab-area-wrap #top-tab .list .hover[aria-selected="true"] {
  border-top: 2px solid #ededed;
  border-right: 2px solid #ededed;
  border-left: 2px solid #ededed;
}

.tab-area-wrap #top-tab .list .hover[aria-selected="true"] a::before {
  content: '';
  position: absolute;
  left: 50%;
  display: inline-block;
  height: 4px;
  bottom: 11px;
  transform: translateX(-50%);
  border-radius: 1px;
}

@media print, screen and (min-width: 769px) {
  .tab-area-wrap #top-tab .list .hover[aria-selected="true"] a::before {
    width: 294px;
  }
}

@media screen and (max-width: 768px) {
  .tab-area-wrap #top-tab .list .hover[aria-selected="true"] a::before {
    width: 190px;
  }
}

.tab-area-wrap #top-tab .list li {
  border-radius: 10px 10px 0 0;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .tab-area-wrap #top-tab .list li {
    width: 225px;
  }
}

.tab-area-wrap #top-tab .list li a {
  align-items: center;
  color: #333;
  display: flex;
  font-weight: bold;
  justify-content: center;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .tab-area-wrap #top-tab .list li a {
    font-size: 139%;
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .tab-area-wrap #top-tab .list li a {
    font-size: 105%;
    height: 86px;
  }
}

.tab-area-wrap #top-tab .list li a:focus {
  background-color: transparent !important;
}

.tab-area-wrap #top-tab .list .tab-info {
  background-color: #fff;
}

.tab-area-wrap #top-tab .list .tab-info[aria-selected="true"] {
  background: #fff;
}

.tab-area-wrap #top-tab .list .tab-info[aria-selected="true"] a::before {
  background-color: #ff928d;
}

.tab-area-wrap #top-tab .list .tab-info[aria-selected="false"] {
  background: url("../img_top/info_arrow_off.png") top 30px right 90px no-repeat #ff928d;
}

@media screen and (max-width: 768px) {
  .tab-area-wrap #top-tab .list .tab-info[aria-selected="false"] {
    background-position: right 25px center;
  }
}

.tab-area-wrap #top-tab .list .tab-event {
  margin-left: 14px;
}

.tab-area-wrap #top-tab .list .tab-event[aria-selected="true"] {
  background: #fff;
}

.tab-area-wrap #top-tab .list .tab-event[aria-selected="true"] a::before {
  background-color: #fcbb48;
}

.tab-area-wrap #top-tab .list .tab-event[aria-selected="false"] {
  background: url("../img_top/tab_arrow.png") center right 66px no-repeat #ffdd54;
}

@media screen and (max-width: 768px) {
  .tab-area-wrap #top-tab .list .tab-event[aria-selected="false"] {
    background-position: right 3px center;
  }
}

.tab-area-wrap #top-tab .list .tab-rss {
  margin-left: 14px;
}

.tab-area-wrap #top-tab .list .tab-rss a {
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .tab-area-wrap #top-tab .list .tab-rss a {
    line-height: 1.2;
  }
}

@media print, screen and (min-width: 769px) {
  .tab-area-wrap #top-tab .list .tab-rss .rss-16px {
    font-size: 80%;
  }
}

@media screen and (max-width: 768px) {
  .tab-area-wrap #top-tab .list .tab-rss .rss-16px {
    font-size: 70%;
  }
}

.tab-area-wrap #top-tab .list .tab-rss[aria-selected="true"] {
  background: #fff;
}

.tab-area-wrap #top-tab .list .tab-rss[aria-selected="true"] a::before {
  background-color: #a8d178;
}

@media screen and (max-width: 768px) {
  .tab-area-wrap #top-tab .list .tab-rss[aria-selected="true"] a::before {
    bottom: 0;
  }
}

.tab-area-wrap #top-tab .list .tab-rss[aria-selected="false"] {
  background: url("../img_top/tab_arrow.png") center right 22px no-repeat #d2e887;
}

@media screen and (max-width: 768px) {
  .tab-area-wrap #top-tab .list .tab-rss[aria-selected="false"] {
    background-position: right 0 center;
  }
}

.tab-area-wrap #top-tab .list .tab-rss a::before {
  background-color: #a8d178;
}

.tab-area-wrap #top-tab .in {
  background-color: #fff;
  border: 2px solid #ededed;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
}

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

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

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

@media print, screen and (min-width: 769px) {
  .tab-area-wrap #top-tab .in .list2 {
    height: 230px;
    margin-bottom: 30px;
    padding: 20px 20px 0 36px;
  }
}

@media screen and (max-width: 768px) {
  .tab-area-wrap #top-tab .in .list2 {
    height: 633px;
    margin-bottom: 44px;
    padding: 0 20px 0 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .tab-area-wrap #top-tab .in .list2 li {
    display: flex;
    align-items: center;
    font-size: 111%;
    padding: 5px 0 5px 0;
    margin-bottom: 20px;
  }
}

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

.tab-area-wrap #top-tab .in .list2 li .date {
  min-width: 120px;
  margin-right: 35px;
}

.tab-area-wrap #top-tab .in .list2 li .text {
  color: #000;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .tab-area-wrap #top-tab .in .list2 li .text {
    display: block;
    line-height: 1.3;
  }
}

.tab-area-wrap #top-tab .in .list2 li .text a {
  color: #993333;
}

.tab-area-wrap #top-tab .in .pageListNotExists {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .tab-area-wrap #top-tab .in .pageListNotExists {
    height: 180px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .tab-area-wrap #top-tab .in .pageListNotExists {
    height: 377px;
    padding-top: 300px;
  }
}

.tab-area-wrap #top-tab::before {
  background: url("../img_top/sanchan_left.png") center center no-repeat;
  content: '';
  position: absolute;
  left: 98px;
  bottom: -130px;
  display: inline-block;
  width: 93px;
  height: 101px;
}

.tab-area-wrap #top-tab::after {
  background: url("../img_top/sanchan_right.png") center center no-repeat;
  content: '';
  position: absolute;
  right: 95px;
  bottom: -130px;
  display: inline-block;
  width: 93px;
  height: 101px;
}

@media print, screen and (min-width: 769px) {
  .tab-area-wrap #tab-info .box-in, .tab-area-wrap #tab-event .box-in, .tab-area-wrap #tab-rss .box-in {
    height: 360px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

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

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

.tab-area-wrap .bottom-link .more {
  background-color: #ff928d;
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .tab-area-wrap .bottom-link .more {
    border-radius: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .tab-area-wrap .bottom-link .more {
    border-radius: 45px;
  }
}

.tab-area-wrap .bottom-link .more a {
  color: #333;
  display: block;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .tab-area-wrap .bottom-link .more a {
    font-size: 125%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 82px;
    padding-right: 82px;
  }
}

@media screen and (max-width: 768px) {
  .tab-area-wrap .bottom-link .more a {
    font-size: 88%;
    padding: 27px 92px;
  }
}

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

.tab-area-wrap .hide {
  display: none;
}

.kosodate-info-nenrei-search-wrap {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .kosodate-info-nenrei-search-wrap {
    background: url("../img_top/kosodate_nenrei_bg.png") center top/cover no-repeat;
    margin-top: -22px;
    padding-top: 78px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .kosodate-info-nenrei-search-wrap {
    background: url("../img_top/sp_kosodate_nenrei_bg.png") center top/cover no-repeat;
    margin-top: -40px;
    padding-bottom: 30px;
  }
}

.kosodate-info-nenrei-search-wrap::after {
  background: url(../img_top/nenrei_wave.png) center bottom/cover no-repeat;
  content: "";
  width: 100%;
  min-height: 100px;
  position: absolute;
  bottom: -70px;
  z-index: 2;
}

.kosodate-info-nenrei-search {
  position: relative;
}

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

@media print, screen and (min-width: 769px) {
  .kosodate-info-nenrei-search {
    justify-content: space-between;
  }
}

@media print {
  .kosodate-info-nenrei-search {
    margin-top: 250px;
  }
}

@media print, screen and (min-width: 769px) {
  .kosodate-info-nenrei-search h3.title {
    font-size: 195%;
  }
}

@media screen and (max-width: 768px) {
  .kosodate-info-nenrei-search h3.title {
    text-align: center;
  }
}

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

@media screen and (max-width: 768px) {
  .box-left {
    padding-top: 135px;
  }
}

@media print, screen and (min-width: 769px) {
  .box-left .search-from-nenrei {
    margin-top: -26px;
    text-align: center;
  }
}

.box-left .search-from-nenrei h3.title {
  background: url("../img_top/nenrei_fireworks.png") top left 186px no-repeat;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .box-left .search-from-nenrei h3.title {
    padding-bottom: 10px;
    padding-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-nenrei h3.title {
    background-size: 95px 68px;
    background-position: top left 95px;
    padding-top: 30px;
  }
}

.box-left .search-from-nenrei h3.title::after {
  content: '';
  position: absolute;
  left: 50%;
  display: inline-block;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f0907c;
}

@media print, screen and (min-width: 769px) {
  .box-left .search-from-nenrei h3.title::after {
    border-radius: 2px;
    bottom: 4px;
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-nenrei h3.title::after {
    border-radius: 3px;
    bottom: -6px;
    width: 91px;
  }
}

.box-left .search-from-nenrei .nenrei-list-wrap {
  border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
  .box-left .search-from-nenrei .nenrei-list-wrap {
    background: url("../img_top/nenrei_chart_bg.png") center top/cover no-repeat;
    margin-top: 16px;
    width: 734px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-nenrei .nenrei-list-wrap {
    background: url("../img_top/sp_nenrei_chart_bg.png") center top/cover no-repeat;
    margin-top: 42px;
    height: 710px;
  }
}

.box-left .search-from-nenrei .nenrei-list-wrap .nenrei-list {
  align-items: flex-end;
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .box-left .search-from-nenrei .nenrei-list-wrap .nenrei-list {
    padding-top: 20px;
    padding-bottom: 25px;
    width: 690px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-nenrei .nenrei-list-wrap .nenrei-list {
    flex-wrap: wrap;
    text-align: center;
    padding-top: 40px;
    width: 655px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-nenrei .nenrei-list-wrap .nenrei-list li:first-child, .box-left .search-from-nenrei .nenrei-list-wrap .nenrei-list li:nth-child(3) {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-nenrei .nenrei-list-wrap .nenrei-list li:first-child {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-nenrei .nenrei-list-wrap .nenrei-list li:nth-child(3) {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-nenrei .nenrei-list-wrap .nenrei-list li:last-child {
    margin-top: 40px;
  }
}

.box-left .search-from-nenrei .nenrei-list-wrap .nenrei-list a {
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .box-left .search-from-nenrei .nenrei-list-wrap .nenrei-list a {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

.box-left .search-from-nenrei .nenrei-list-wrap .nenrei-list p {
  color: #333;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .box-left .search-from-nenrei .nenrei-list-wrap .nenrei-list p {
    font-size: 125%;
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-nenrei .nenrei-list-wrap .nenrei-list p {
    margin-top: 14px;
  }
}

.box-left .search-from-mokuteki {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .box-left .search-from-mokuteki {
    margin-top: 50px;
  }
}

.box-left .search-from-mokuteki h3.title {
  background: url("../img_top/mokuteki_happy.png") bottom right 214px no-repeat;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .box-left .search-from-mokuteki h3.title {
    margin-top: 26px;
    padding-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-mokuteki h3.title {
    background-size: 82px 97px;
    background-position: right 87px bottom;
    padding-top: 30px;
  }
}

.box-left .search-from-mokuteki h3.title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: inline-block;
  width: 80px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 2px;
}

@media print, screen and (min-width: 769px) {
  .box-left .search-from-mokuteki h3.title::after {
    background-color: #f0907c;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-mokuteki h3.title::after {
    background-color: #fcbb48;
  }
}

.box-left .search-from-mokuteki .mokuteki-list {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .box-left .search-from-mokuteki .mokuteki-list {
    margin-top: 25px;
    max-width: 734px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-mokuteki .mokuteki-list {
    margin-top: 78px;
    width: 710px;
  }
}

.box-left .search-from-mokuteki .mokuteki-list li {
  background-color: #fffac6;
  border: 3px solid #fcbb48;
  border-radius: 10px;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .box-left .search-from-mokuteki .mokuteki-list li {
    margin-bottom: 20px;
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-mokuteki .mokuteki-list li {
    border-width: 4px;
    margin-bottom: 30px;
    width: 340px;
  }
}

.box-left .search-from-mokuteki .mokuteki-list li a {
  align-items: center;
  color: #333;
  display: flex;
  height: 100%;
  text-decoration: none;
}

.box-left .search-from-mokuteki .mokuteki-list li .item-in {
  align-items: center;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .box-left .search-from-mokuteki .mokuteki-list li .item-txt {
    font-size: 125%;
    margin-left: 16px;
    margin-right: 5px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-mokuteki .mokuteki-list li .item-txt {
    font-size: 100%;
    text-align: left;
    margin-left: 10px;
  }
}

.box-left .search-from-mokuteki .mokuteki-list li .item-txt p {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .box-left .search-from-mokuteki .mokuteki-list li .item-txt p {
    line-height: 1.2;
  }
}

.box-left .search-from-mokuteki .mokuteki-list li img {
  border-radius: 6px 0 0 6px;
}

@media print, screen and (min-width: 769px) {
  .box-left .search-from-mokuteki .mokuteki-list li img {
    height: 84px;
    width: 87px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-mokuteki .mokuteki-list li img {
    object-fit: cover;
    height: 172px;
    width: 172px;
  }
}

@media screen and (max-width: 768px) {
  .box-left .search-from-mokuteki .mokuteki-list li:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .box-left .search-from-mokuteki .mokuteki-list li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .box-right {
    min-width: 240px;
    text-align: center;
  }
}

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

.box-right .kosodate-service h3.title {
  position: relative;
}

.box-right .kosodate-service h3.title::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fcbb48;
  border-radius: 2px;
}

@media print, screen and (min-width: 769px) {
  .box-right .kosodate-service h3.title::before {
    width: 80px;
    height: 4px;
  }
}

@media screen and (max-width: 768px) {
  .box-right .kosodate-service h3.title::before {
    background-color: #f0907c;
    width: 91px;
    height: 6px;
  }
}

@media print, screen and (min-width: 769px) {
  .box-right .kosodate-service .service-list {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .box-right .kosodate-service .service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
    width: 690px;
  }
}

.box-right .kosodate-service li {
  display: flex;
  border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
  .box-right .kosodate-service li {
    margin-bottom: 14px;
    overflow: hidden;
    max-width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .box-right .kosodate-service li {
    margin-bottom: 30px;
    overflow: hidden;
    width: 320px;
  }
}

.box-right .kosodate-service li a {
  align-items: center;
  border-radius: 10px;
  color: #333;
  display: flex;
  font-weight: bold;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .box-right .kosodate-service li a {
    font-size: 125%;
    min-height: 84px;
    padding: 0 25px;
    margin: 5px;
  }
}

@media screen and (max-width: 768px) {
  .box-right .kosodate-service li a {
    min-height: 120px;
    margin: 5px;
  }
}

.box-right .kosodate-service li:nth-child(odd) {
  background-color: #ff928d;
  position: relative;
}

.box-right .kosodate-service li:nth-child(odd)::before {
  background: url(../img_top/kosodate_service_list_even_bg.png) right center/cover no-repeat;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .box-right .kosodate-service li:nth-child(odd)::before {
    width: 85px;
  }
}

@media screen and (max-width: 768px) {
  .box-right .kosodate-service li:nth-child(odd)::before {
    width: 100px;
  }
}

.box-right .kosodate-service li:nth-child(odd) a {
  border: 3px solid #fff;
}

.box-right .kosodate-service li:nth-child(even) {
  background-color: #ffdd54;
  position: relative;
}

.box-right .kosodate-service li:nth-child(even)::before {
  background: url(../img_top/kosodate_service_list_odd_bg.png) right center/cover no-repeat;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .box-right .kosodate-service li:nth-child(even)::before {
    width: 85px;
  }
}

@media screen and (max-width: 768px) {
  .box-right .kosodate-service li:nth-child(even)::before {
    width: 100px;
  }
}

.box-right .kosodate-service li:nth-child(even) a {
  border: 3px solid #fff;
}

@media screen and (max-width: 768px) {
  .box-right .related-link {
    margin-top: 60px;
  }
}

.box-right .related-link h3.title {
  position: relative;
}

.box-right .related-link h3.title::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  display: inline-block;
  width: 80px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #fcbb48;
  /*線の色*/
  border-radius: 2px;
  /*線の丸み*/
}

@media print, screen and (min-width: 769px) {
  .box-right .related-link {
    margin-top: 36px;
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .box-right .related-link .related-list {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .box-right .related-link .related-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 70px auto 0;
    width: 690px;
  }
}

@media print, screen and (min-width: 769px) {
  .box-right .related-link .related-list li {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .box-right .related-link .related-list li {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .box-right .related-link .related-list img {
    height: 64px;
    width: 190px;
  }
}

@media screen and (max-width: 768px) {
  .box-right .related-link .related-list img {
    height: 108px;
    width: 320px;
  }
}

.adv-wrap {
  background-color: #fffac6;
  padding-top: 130px;
  text-align: center;
}

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

.adv-wrap h2.title {
  background: url(../img_top/adv_flower.png) bottom 10px right 320px no-repeat;
}

@media print, screen and (min-width: 769px) {
  .adv-wrap h2.title {
    font-size: 222%;
    padding-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .adv-wrap h2.title {
    background-size: 92px 73px;
    background-position: top right 190px;
    padding-top: 40px;
  }
}

.adv-wrap .adv-list {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .adv-wrap .adv-list {
    margin: 58px auto 0;
    padding-bottom: 180px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .adv-wrap .adv-list {
    margin-top: 50px;
    justify-content: space-between;
    width: 692px;
  }
}

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

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

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

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

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

.floating-bnr {
  position: fixed;
  width: 200px;
  bottom: 20px;
  left: 30px;
  z-index: 999;
}

.floating-bnr img {
  width: 100%;
}

.floating-bnr #close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 20px;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  background-color: #ffb4a0;
}

footer .font-bold {
  font-weight: bold;
}

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

footer .footer-info {
  background-color: #fffdec;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
}

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

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

footer .footer-info h2.title {
  padding-top: 26px;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info h2.title {
    font-size: 222%;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info h2.title {
    font-size: 155%;
    padding-top: 38px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-info .text {
    font-size: 114%;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info .text {
    font-size: 105%;
  }
}

footer .footer-info .address {
  margin-top: 16px;
}

footer .footer-info .tel {
  letter-spacing: 0.04em;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info .tel {
    display: flex;
    justify-content: space-between;
    margin: 14px auto 0;
    width: 950px;
  }
}

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

@media print, screen and (min-width: 769px) {
  footer .footer-info .tel .kosodate-shien .section-title {
    padding-right: 18px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info .tel .kosodate-shien .section-title {
    padding-right: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-info .tel .hoiiku-shien .section-title {
    padding-right: 18px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info .tel .hoiiku-shien .section-title {
    padding-right: 32px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-info .tel .boshi-hoken .section-title {
    padding-right: 8px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info .tel .boshi-hoken .section-title {
    padding-right: 12px;
  }
}

footer .footer-info .fax {
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  footer .footer-info .fax .fax-title {
    padding-right: 12px;
  }
}

footer .footer-info .fax .text-rigt {
  display: block;
  margin-left: 335px;
}

footer .footer-info .footer-button {
  display: flex;
  justify-content: space-between;
  margin: 24px auto 0;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info .footer-button {
    padding-bottom: 30px;
    width: 310px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info .footer-button {
    margin-top: 34px;
    padding-bottom: 56px;
    width: 620px;
  }
}

footer .footer-info .footer-button li {
  background-color: #ffdd54;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info .footer-button li {
    border-radius: 20px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info .footer-button li {
    border-radius: 44px;
  }
}

footer .footer-info .footer-button li a {
  color: #333;
  text-decoration: none;
}

footer .footer-info .footer-button .about-this-site a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info .footer-button .about-this-site a {
    padding: 9px 21px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info .footer-button .about-this-site a {
    padding: 25px 58px;
  }
}

footer .footer-info .footer-button .footer-toiawase a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  footer .footer-info .footer-button .footer-toiawase a {
    padding: 9px 30px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-info .footer-button .footer-toiawase a {
    padding: 25px 66px;
  }
}

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

footer .copyright {
  color: #333333;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  footer .copyright {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  footer .copyright {
    margin-top: 25px;
    padding-bottom: 25px;
    font-size: 90%;
  }
}

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

@media screen and (max-width: 768px) {
  footer .box {
    padding: 35px 40px;
  }
  footer #pagetop {
    position: absolute;
    top: -124px;
    right: 98px;
    margin-right: -80px;
  }
  footer #pagetop img {
    height: 165px;
    width: 165px;
  }
}
