@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;
  color: #000;
  font-size: 140%;
  font-weight: normal;
  line-height: 1.2;
  box-sizing: border-box;
  padding-bottom: 15px;
  background: url(../img_sub/h2_bg.png) left bottom/100% 5px no-repeat;
}

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  font-size: 130%;
  font-weight: normal;
  line-height: 1.2;
  box-sizing: border-box;
  padding-bottom: 10px;
  background: url(../img_sub/h3_bg.png) left bottom/100% 2px no-repeat;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  font-size: 115%;
  font-weight: normal;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 2px dashed #74b4e3;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  margin-top: 20px;
  font-size: 115%;
  font-weight: normal;
  line-height: 1.2;
  padding-left: 10px;
  border-left: 4px solid #74b4e3;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  margin-top: 20px;
  font-size: 115%;
  font-weight: normal;
  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: #ceebfb;
}

.wysiwyg td {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

body {
  font-family: "メイリオ", Meiryo, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
  font-size: 90%;
  color: #000;
  background: #f9edc8 url(../img_common/bg_pc.jpg) center top repeat;
}

@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: #74b4e3;
  text-align: center;
}

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

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

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

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

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

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

.scheme8 {
  background-color: #74b4e3;
  color: #000;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gsc-search-button-v2 svg {
  fill: #333 !important;
}

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 769px) {
  .sv-chat-area .sv-chat-close-image {
    bottom: 125px !important;
    right: 50px !important;
  }
}

@media screen and (max-width: 768px) {
  .sv-chat-area .sv-chat-close-image {
    bottom: 110px !important;
    right: 50px !important;
    height: 189px;
  }
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1340px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #000;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    /* .header-subnav-area */
    /* end-.header-subnav-area */
    /* #header-nav */
    /* end-#header-nav */
  }
  #header .header-subnav-area {
    background-color: #ceebfb;
  }
  #header .header-subnav-area > .in {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 1000px;
    padding: 10px 0;
    margin: 0 auto;
  }
  #header .header-subnav-area .header-search {
    width: 240px;
    box-sizing: border-box;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 5px;
  }
  #header .header-subnav-area .header-link {
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .header-link > li {
    margin-left: 20px;
    padding: 3px 0;
  }
  #header .header-subnav-area .header-link > li.lang {
    padding-left: 20px;
    background: url(../img_common/header_ico_lang.png) left center/16px auto no-repeat;
  }
  #header .header-subnav-area .header-link > li a {
    color: inherit;
  }
  #header #header-nav .in {
    width: 1330px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: flex-start;
  }
  #header #header-nav #header-logo {
    margin: 10px 30px 0 0;
    width: auto;
  }
  #header #header-nav #header-logo a {
    display: inline-block;
  }
  #header #header-nav #header-logo a:hover {
    opacity: .85;
  }
  #header #header-nav #header-logo img {
    width: 300px;
  }
  #header #header-nav .list {
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    padding-left: 3px;
    background: url(../img_common/gnav_ico_divider.png) left bottom no-repeat;
  }
  #header #header-nav .list li {
    flex: 1 0 auto;
    padding-right: 3px;
    background: url(../img_common/gnav_ico_divider.png) right bottom no-repeat;
  }
  #header #header-nav .list a {
    display: block;
    padding-bottom: 6px;
    text-align: center;
  }
  #header #header-nav .list a:hover, #header #header-nav .list a:focus {
    position: relative;
  }
  #header #header-nav .list a:hover:after, #header #header-nav .list a:focus:after {
    content: '';
    position: absolute;
    top: 100%;
    height: 9px;
    left: 24px;
    right: 24px;
    margin-top: -2px;
    background: url(../img_common/gnav_ico_underline.png) center bottom repeat-x;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    position: relative;
    z-index: 200;
    /* モーダル */
  }
  #sp-header .sp-header-nav {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  #sp-header .sp-header-nav .sp-header-logo img {
    width: 435px;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #f9edc8 url(../img_common/bg_pc.jpg) center top repeat;
    z-index: 9;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-menu .modal-search {
    margin: 50px 35px 0;
    border: 2px solid #000;
    border-radius: 8px;
    background-color: #fff;
    border-radius: 5px;
  }
  #sp-header .modal-menu .modal-link {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  #sp-header .modal-menu .modal-link > li {
    margin: 0 20px;
    padding: 10px 0;
  }
  #sp-header .modal-menu .modal-link > li.lang {
    padding-left: 45px;
    background: url(../img_common/header_ico_lang.png) left center/35px auto no-repeat;
  }
  #sp-header .modal-menu .modal-link > li a {
    color: inherit;
  }
  #sp-header .modal-menu .modal-nav {
    margin-top: 30px;
  }
  #sp-header .modal-menu .modal-nav .list li {
    border-bottom: 2px solid rgba(68, 68, 68, 0.3);
  }
  #sp-header .modal-menu .modal-nav .list li a {
    display: block;
    background: url(../img_common/modal_nav_ico.png) right 35px center no-repeat;
  }
  #sp-header .modal-menu .modal-btn {
    text-align: center;
    padding: 60px;
  }
  #sp-header .modal-menu .modal-btn li + li {
    margin-top: 30px;
  }
  #sp-header .modal-menu .modal-btn a {
    display: inline-block;
  }
}

@media print {
  body {
    zoom: 0.8;
  }
  /*Firefox用*/
  @-moz-document url-prefix() {
    body {
      transform-origin: 0 0;
      transform: scale(0.75);
    }
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper {
    background: url(../img_top/bg_pc_il_01.png) right 490px no-repeat, url(../img_top/bg_pc_il_02.png) left 30% no-repeat, url(../img_top/bg_pc_il_03.png) right 70% no-repeat, url(../img_top/bg_pc_il_04.png) left 63% no-repeat, url(../img_top/bg_pc_il_05.png) left bottom 180px no-repeat, url(../img_top/bg_pc_il_06.png) right bottom no-repeat;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    background: url(../img_top/bg_sp_il_01.png) right 500px no-repeat, url(../img_top/bg_sp_il_02.png) left 620px no-repeat, url(../img_top/bg_sp_il_03.png) left 23% no-repeat, url(../img_top/bg_sp_il_04.png) right 37% no-repeat, url(../img_top/bg_sp_il_05.png) left 52% no-repeat, url(../img_top/bg_sp_il_06.png) right 62% no-repeat, url(../img_top/bg_sp_il_07.png) left 81% no-repeat, url(../img_top/bg_sp_il_08.png) right bottom 480px no-repeat;
  }
}

#header #header-nav .in {
  display: block;
  width: 1000px;
}

#header #header-nav #header-logo {
  text-align: center;
  margin: 10px 0 20px;
}

#header #header-nav #header-logo img {
  width: auto;
}

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

@media screen and (max-width: 768px) {
  #main {
    margin: 0 25px;
  }
}

.sec-wrapper {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .sec-wrapper {
    margin-bottom: 80px;
  }
}

.sec-title {
  text-align: center;
  margin-bottom: 30px;
}

.slider-container {
  position: relative;
}

.slider-container button {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  appearance: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}

.slider-container button:focus {
  opacity: .6;
}

.slider-container .slider-viewport {
  position: relative;
}

.slider-container .slider-viewport .slider-prev,
.slider-container .slider-viewport .slider-next {
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
}

.slider-container .slider-viewport .slider-prev button,
.slider-container .slider-viewport .slider-next button {
  width: 60px;
  height: 60px;
}

@media print, screen and (min-width: 769px) {
  .slider-container .slider-viewport .slider-prev button:hover,
  .slider-container .slider-viewport .slider-next button:hover {
    opacity: .8;
  }
}

.slider-container .slider-viewport .slider-prev {
  left: -30px;
}

.slider-container .slider-viewport .slider-prev button {
  background: url(../img_top/slider_prev.png) center center/contain no-repeat;
}

.slider-container .slider-viewport .slider-next {
  right: -30px;
}

.slider-container .slider-viewport .slider-next button {
  background: url(../img_top/slider_next.png) center center/contain no-repeat;
}

.slider-container .slider-controls {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .slider-container .slider-controls {
    margin-top: 30px;
  }
}

.slider-container .slider-controls * {
  line-height: 1;
}

.slider-container .slider-controls .slider-controls-in {
  display: flex;
  justify-content: center;
}

.slider-container .slider-controls .slider-pager .bx-pager-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.slider-container .slider-controls .slider-pager .bx-pager-list .bx-pager-item {
  margin: 5px 10px;
}

@media screen and (max-width: 768px) {
  .slider-container .slider-controls .slider-pager .bx-pager-list .bx-pager-item {
    margin: 5px 20px;
  }
}

.slider-container .slider-controls .slider-pager .bx-pager-list button {
  box-sizing: border-box;
  border: 1px solid #74b4e3;
  border-radius: 50%;
  background: white;
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 768px) {
  .slider-container .slider-controls .slider-pager .bx-pager-list button {
    border-width: 2px;
    width: 24px;
    height: 24px;
  }
}

.slider-container .slider-controls .slider-pager .bx-pager-list button:hover, .slider-container .slider-controls .slider-pager .bx-pager-list button.active {
  background: #74b4e3;
}

.slider-container .slider-controls .slider-auto {
  flex-shrink: 0;
  margin: 0 10px;
}

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

.slider-container .slider-controls .slider-auto button {
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  background: url() center center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .slider-container .slider-controls .slider-auto button {
    width: 48px;
    height: 48px;
  }
}

.slider-container .slider-controls .slider-auto button:hover {
  opacity: .8;
}

.slider-container .slider-controls .slider-auto button.bx-stop {
  background-image: url(../img_top/slider_stop.png);
}

.slider-container .slider-controls .slider-auto button.bx-start {
  background-image: url(../img_top/slider_play.png);
}

@media screen and (max-width: 768px) {
  .mv-sec {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-sec .mv-slider .slider-viewport {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 15px;
  }
  .mv-sec .mv-slider .slider-viewport::before, .mv-sec .mv-slider .slider-viewport::after {
    content: '';
    position: absolute;
    z-index: 100;
    background: url(../img_top/mv_il_01.png) center center no-repeat;
    width: 187px;
    height: 135px;
    pointer-events: none;
  }
  .mv-sec .mv-slider .slider-viewport::before {
    left: -30px;
    top: -20px;
  }
  .mv-sec .mv-slider .slider-viewport::after {
    right: -30px;
    bottom: -20px;
  }
}

@media screen and (max-width: 768px) {
  .mv-sec .mv-slider .slider-viewport .slider-prev {
    left: 30px;
  }
  .mv-sec .mv-slider .slider-viewport .slider-next {
    right: 30px;
  }
}

.mv-sec .mv-slider .mv-list img {
  width: 100%;
  object-fit: contain;
  object-position: center center;
  font-family: 'object-fit: contain;';
}

@media print, screen and (min-width: 769px) {
  .mv-sec .mv-slider .mv-list img {
    height: 410px;
  }
}

@media screen and (max-width: 768px) {
  .mv-sec .mv-slider .mv-list img {
    height: 400px;
  }
}

.news-sec .news-body {
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  padding: 20px 35px 35px;
}

.news-sec .news-body::before, .news-sec .news-body::after {
  content: '';
  position: absolute;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.news-sec .news-body::before {
  background-image: url(../img_top/news_il_01.png);
  width: 93px;
  height: 83px;
}

@media print, screen and (min-width: 769px) {
  .news-sec .news-body::before {
    top: -62px;
    left: 33px;
  }
}

@media screen and (max-width: 768px) {
  .news-sec .news-body::before {
    top: -65px;
    left: 25px;
  }
}

.news-sec .news-body::after {
  background-image: url(../img_top/news_il_02.png);
  width: 87px;
  height: 86px;
}

@media print, screen and (min-width: 769px) {
  .news-sec .news-body::after {
    bottom: -40px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .news-sec .news-body::after {
    bottom: -34px;
    right: 22px;
  }
}

.news-sec .news-list {
  overflow: auto;
}

@media print, screen and (min-width: 769px) {
  .news-sec .news-list {
    max-height: 280px;
  }
}

@media screen and (max-width: 768px) {
  .news-sec .news-list {
    max-height: 480px;
  }
}

.news-sec .news-list > li {
  padding: 15px 0 19px;
  background: url(../img_sub/news_line.png) left bottom/100% 4px no-repeat;
}

@media print, screen and (min-width: 769px) {
  .news-sec .news-list > li {
    display: flex;
  }
}

.news-sec .news-list > li .date,
.news-sec .news-list > li .text {
  display: block;
}

.news-sec .news-list > li .date {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .news-sec .news-list > li .date {
    width: 140px;
    margin-right: 15px;
    flex-shrink: 0;
  }
}

.news-sec .news-list > li .text {
  flex-grow: 1;
}

.news-sec .news-btn {
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .news-sec .news-btn {
    margin-top: 35px;
  }
}

.news-sec .news-btn a {
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .news-sec .news-btn a:hover {
    opacity: .85;
  }
}

@media print, screen and (min-width: 769px) {
  .news-sec .news-btn img {
    width: 200px;
  }
}

@media print, screen and (min-width: 769px) {
  .search-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

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

.search-body {
  position: relative;
  padding: 30px;
  background-color: #f5f5f5;
  background-position: left -2px top;
  background-repeat: repeat;
}

@media screen and (max-width: 768px) {
  .search-body {
    padding: 44px;
  }
}

.search-body::before, .search-body::after {
  content: '';
  position: absolute;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media print, screen and (min-width: 769px) {
  .search-body::before {
    top: -20px;
    left: -32px;
    width: 160px;
    height: 105px;
  }
}

@media screen and (max-width: 768px) {
  .search-body::before {
    top: -15px;
    left: -25px;
    width: 188px;
    height: 123px;
  }
}

@media print, screen and (min-width: 769px) {
  .search-body::after {
    top: -21px;
    right: -24px;
    width: 151px;
    height: 113px;
  }
}

@media screen and (max-width: 768px) {
  .search-body::after {
    top: -27px;
    right: -17px;
    width: 169px;
    height: 126px;
  }
}

.search-body-in {
  background-color: #fff;
}

.search-btnlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

.search-btnlist > li {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .search-btnlist > li {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .search-btnlist > li {
    width: calc(100% / 3);
  }
}

.search-btnlist > li:nth-child(2) {
  margin: 80px 0 -50px;
}

@media screen and (max-width: 768px) {
  .search-btnlist > li:nth-child(2) {
    margin: 160px 0 -50px;
  }
}

.search-btnlist > li a {
  display: inline-block;
  color: inherit;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .search-btnlist > li img {
    width: 100%;
  }
}

.search-btnlist > li .caption {
  margin-top: 10px;
}

.search-linklist {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .search-linklist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .search-linklist {
    margin-top: 0px;
    padding-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .search-linklist > li {
    margin: 0 12px;
  }
}

@media screen and (max-width: 768px) {
  .search-linklist > li {
    margin-top: 30px;
  }
}

.search-linklist > li a {
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .search-linklist > li a:hover {
    opacity: .85;
  }
}

@media print, screen and (min-width: 769px) {
  .search-linklist > li img {
    width: 165px;
  }
}

@media screen and (max-width: 768px) {
  .purpose-sec {
    margin-bottom: 60px;
  }
}

.purpose-sec .search-body {
  background-image: url(../img_top/purpose_bg.png);
}

.purpose-sec .search-body::before {
  background-image: url(../img_top/purpose_il_01.png);
}

.purpose-sec .search-body::after {
  background-image: url(../img_top/purpose_il_02.png);
}

.type-sec .search-body {
  background-image: url(../img_top/type_bg.png);
}

.type-sec .search-body::before {
  background-image: url(../img_top/type_il_01.png);
}

.type-sec .search-body::after {
  background-image: url(../img_top/type_il_02.png);
}

.facility-sec {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .facility-sec .facility-btn a:hover {
    opacity: .85;
  }
}

.recommend-sec .recommend-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

@media screen and (max-width: 768px) {
  .recommend-sec .recommend-list {
    margin: -20px -25px;
  }
}

@media print, screen and (min-width: 769px) {
  .recommend-sec .recommend-list > li {
    width: 180px;
    margin: 12px;
  }
}

@media screen and (max-width: 768px) {
  .recommend-sec .recommend-list > li {
    width: calc(50% - 50px);
    margin: 20px 25px;
  }
}

.recommend-sec .recommend-list > li a {
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .recommend-sec .recommend-list > li a:hover {
    opacity: .85;
  }
}

.recommend-sec .recommend-list > li img {
  width: 100%;
}

.feature-sec .feature-body {
  position: relative;
  margin-top: 50px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

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

.feature-sec .feature-body::before {
  content: '';
  position: absolute;
  bottom: 100%;
}

@media print, screen and (min-width: 769px) {
  .feature-sec .feature-body::before {
    left: -2px;
    width: 1008px;
    height: 30px;
    background: url(../img_top/faeture_bg_pc.png) left bottom no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .feature-sec .feature-body::before {
    left: 0;
    width: 100%;
    height: 24px;
    background: url(../img_top/feature_bg_sp.png) left bottom/100% 24px no-repeat;
  }
}

@media print, screen and (min-width: 769px) {
  .feature-sec .feature-slider {
    width: 552px;
  }
}

@media print, screen and (min-width: 769px) {
  .feature-sec .feature-slider .slider-viewport {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }
}

.feature-sec .feature-slider .feature-list img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .feature-sec .feature-detail {
    width: 344px;
  }
}

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

.feature-sec .feature-detail dt {
  text-align: center;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .feature-sec .feature-detail dt img {
    width: 292px;
  }
}

.feature-sec .feature-more {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .feature-sec .feature-more {
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .feature-sec .feature-more {
    justify-content: center;
  }
}

.feature-sec .feature-more > li {
  text-align: center;
  flex-shrink: 0;
}

@media print, screen and (min-width: 769px) {
  .feature-sec .feature-more > li {
    width: 162px;
  }
}

@media screen and (max-width: 768px) {
  .feature-sec .feature-more > li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

.feature-sec .feature-more > li a {
  display: inline-block;
  color: inherit;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .feature-sec .feature-more > li img {
    width: 100%;
  }
}

.feature-sec .feature-more > li .caption {
  margin-top: 15px;
}

.link-sec .link-list {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .link-sec .link-list {
    margin: -10px;
  }
}

@media screen and (max-width: 768px) {
  .link-sec .link-list {
    margin: 0 -25px;
  }
}

@media print, screen and (min-width: 769px) {
  .link-sec .link-list > li {
    width: 184px;
    margin: 10px;
  }
}

@media screen and (max-width: 768px) {
  .link-sec .link-list > li {
    width: calc(50% - 50px);
    margin: 0 25px 30px;
  }
}

.link-sec .link-list > li a {
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .link-sec .link-list > li a:hover {
    opacity: .85;
  }
}

.link-sec .link-list > li img {
  width: 100%;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 80px;
}

@media print, screen and (min-width: 769px) {
  footer .in {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
  }
}

footer #pagetop {
  position: fixed;
  z-index: 100;
}

@media print, screen and (min-width: 769px) {
  footer #pagetop {
    bottom: 70px;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  footer #pagetop {
    bottom: 59px;
    right: 10px;
  }
}

footer #pagetop a {
  display: block;
}

footer #pagetop img {
  width: 210px;
}

@media print, screen and (min-width: 769px) {
  footer .footer-address {
    display: flex;
    min-width: 60%;
  }
  footer .footer-address dt {
    margin-right: 30px;
  }
  footer .footer-address dt img {
    width: 123px;
    height: auto;
  }
  footer .footer-address dd .tel, footer .footer-address dd .fax {
    display: inline-block;
    margin-right: 1em;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-address {
    text-align: center;
  }
  footer .footer-address dt {
    margin-bottom: 40px;
  }
  footer .footer-address dd {
    padding: 20px;
  }
}

footer .footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  footer .footer-link {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-link {
    padding: 20px 10px;
    margin-bottom: 210px;
  }
}

footer .footer-link li {
  line-height: 1.2;
  font-size: 95%;
  border-right: 1px solid #000;
  margin-top: 10px;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  footer .footer-link li {
    margin-top: 20px;
    padding: 0 20px;
  }
}

footer .copyright {
  padding: 20px 0;
  font-size: 80%;
  text-align: center;
}
