@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}
h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  color: #333;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 1.1;
}
h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
  padding: 10px 15px 10px 35px;
  background: url(../img_sub/h2_icon.png) no-repeat left bottom #f7f2ec;
}

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;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  overflow: hidden;
}
h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 10px 10px 14px 15px;
  background: url(../img_sub/h3_bg.png) no-repeat left bottom #fff;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  background: #fff;
  font-size: 110%;
  padding: 10px 15px 13px;
  border-bottom: 1px solid #81ac41;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  line-height: 1.2;
}
h5 .bg, .wysiwyg h5 .bg, .free-layout-area h5 .bg {
  display: block;
  padding: 10px 10px 14px 15px;
  background: url(../img_sub/h5_icon.png) no-repeat left 2px center #fff;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
}
h6 .bg, .wysiwyg h6 .bg, .free-layout-area h6 .bg {
  display: block;
  padding: 10px 10px 14px 15px;
  background: url(../img_sub/h6_icon.png) no-repeat left 4px center #fff;
}

.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;
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.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: #f7f2ec;
}

.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: #4d6c1f;
  text-align: center;
}

.scheme2 {
  border: 1px solid #4d6c1f;
  text-align: center;
}

.scheme3 {
  background-color: #ffffff;
  text-align: center;
}

.scheme4 {
  background-color: #5d4f3a;
  text-align: center;
}

.scheme5 {
  border: 1px solid #5d4f3a;
  text-align: center;
}

.scheme6 {
  background-color: #ffffff;
  text-align: center;
}

.scheme7 {
  background-color: #81ac41;
  text-align: center;
}

.scheme8 {
  background-color: #81ac41;
  text-align: center;
}

.scheme9 {
  background-color: #f7f2ec;
  text-align: center;
}

.scheme10 {
  background-color: #81ac41;
  text-align: center;
}

.scheme11 {
  background-color: #5d4f3a;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #f3f3f3 !important;
}
@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 2px 0 0 2px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 2px 0 0 2px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 70px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 34px;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 70px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #82ad3f !important;
}
@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 46px !important;
    border-radius: 0 2px 2px 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 92px !important;
    border-radius: 0 2px 2px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 18px !important;
    height: 18px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 35px !important;
    height: 35px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

.visible-phone {
  display: none;
}

@media screen and (max-width: 768px) {
  .visible-phone {
    display: inherit;
  }

  #google_translate_element .goog-te-gadget-simple {
    transform: scale(2, 2);
    transform-origin: right top;
  }

  .goog-te-menu-frame {
    transform: scale(2, 2);
    transform-origin: right top;
    top: 70px !important;
    left: auto !important;
    right: 20px;
  }
}
/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #fff !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: 38px;
  }
}
@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 58px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 38px;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 58px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #4d6730 !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: 75px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 19px !important;
    height: 19px !important;
  }
}
@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 28px !important;
    height: 28px !important;
  }
}

 /*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1100px;
  }

  #header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    min-width: 1100px;
    background: rgba(0, 0, 0, 0.5);
    text-align: right;
  }
  #header .header-subnav-area {
    display: inline-block;
    min-height: 80px;
    margin: 0 50px 0 0;
    padding: 7px 0 11px;
    box-sizing: border-box;
  }
  #header .header-subnav-area > .box {
    display: table;
  }
  #header .header-subnav-area > .box > .in {
    display: table-cell;
    vertical-align: top;
  }
  #header .header-subnav-area > .box .unit .list li a {
    padding: 0 0 0 13px;
    background-image: url(../img_top/link_arw_02.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
    line-height: 25px;
  }
  #header .header-subnav-area > .box .unit .list li a:focus {
    color: #333;
  }
  #header .header-subnav-area > .box #header-size {
    letter-spacing: -0.4em;
  }
  #header .header-subnav-area > .box #header-size dt {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    padding: 0 7px 0 20px;
  }
  #header .header-subnav-area > .box #header-size dt > span {
    color: #fff;
    line-height: 25px;
  }
  #header .header-subnav-area > .box #header-size dd {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin: 0 0 0 2px;
    font-size: 1px;
  }
  #header .header-subnav-area > .box #header-size dd a {
    line-height: 25px;
  }
  #header .header-subnav-area > .box #header-color {
    letter-spacing: -0.4em;
  }
  #header .header-subnav-area > .box #header-color dt {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    padding: 0 7px 0 20px;
  }
  #header .header-subnav-area > .box #header-color dt > span {
    color: #fff;
    line-height: 25px;
  }
  #header .header-subnav-area > .box #header-color dd {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin: 0 0 0 2px;
    font-size: 1px;
  }
  #header .header-subnav-area > .box #header-color dd a {
    line-height: 25px;
  }
  #header .h-language {
    padding: 11px 0 0;
  }
  #header #header-logo {
    position: absolute;
    top: 0;
    left: 50px;
  }
  #header #header-logo a {
    display: inline-block;
  }
  #header #header-logo a:hover {
    opacity: 0.7;
  }
}
 /*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header #sp-header-logo a {
    display: inline-block;
  }
  #sp-header .h-language {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
 /*==================================
フッター
==================================*/
#footer > .in {
  background: url(../img_top/bg_contents_01.png) repeat center center;
}
#footer > .in a {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  #footer > .in {
    padding: 20px 50px 18px;
  }
}
@media screen and (max-width: 768px) {
  #footer > .in {
    padding: 40px 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #footer > .in > .box {
    display: table;
    width: 100%;
  }
  #footer > .in > .box > div {
    display: table-cell;
    vertical-align: top;
  }
}
@media print, screen and (min-width: 769px) {
  #footer > .in > .box .footer-title {
    width: 178px;
  }
}
@media screen and (max-width: 768px) {
  #footer > .in > .box .footer-title {
    padding: 0 67px;
  }
}
#footer > .in > .box .footer-title p {
  background: url(../img_top/mori_logo.png) no-repeat left center;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  #footer > .in > .box .footer-title p {
    padding: 3px 0 3px 50px;
    background-size: 42px;
    font-size: 150%;
  }
}
@media screen and (max-width: 768px) {
  #footer > .in > .box .footer-title p {
    padding: 0 0 0 71px;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  #footer > .in > .box .footer-address {
    padding: 0 67px;
  }
}
#footer > .in > .box .footer-address p {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  #footer > .in > .box .footer-address p {
    padding: 3px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #footer > .in > .box .footer-address p {
    padding: 0 0 0 71px;
  }
}
@media print, screen and (min-width: 769px) {
  #footer > .in > .box .footer-link {
    width: 306px;
  }
}
#footer > .in > .box .footer-link .list {
  letter-spacing: -0.4em;
}
@media screen and (max-width: 768px) {
  #footer > .in > .box .footer-link .list {
    padding: 28px 55px 45px;
  }
}
#footer > .in > .box .footer-link .list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
@media print, screen and (min-width: 769px) {
  #footer > .in > .box .footer-link .list li {
    width: 100px;
    margin: 0 3px 0 0;
  }
  #footer > .in > .box .footer-link .list li:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #footer > .in > .box .footer-link .list li {
    width: 33.3%;
    padding: 0 5px;
    box-sizing: border-box;
  }
}
#footer > .in > .box .footer-link .list li a {
  display: block;
  background: #dbe0d5;
  border-radius: 5px;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-family: "YuMincho", "游明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Georgia", serif;
}
@media print, screen and (min-width: 769px) {
  #footer > .in > .box .footer-link .list li a {
    padding: 2px 0;
    font-size: 90%;
  }
  #footer > .in > .box .footer-link .list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #footer > .in > .box .footer-link .list li a {
    padding: 5px 0;
    font-size: 0.9em;
  }
}
#footer > .in > .box .footer-link .list li a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(../img_top/link_arw_01.png) no-repeat 0 0;
}
@media print, screen and (min-width: 769px) {
  #footer > .in > .box .footer-link .list li a:before {
    width: 5px;
    height: 7px;
    margin: 0 4px 0 0;
    background-size: 5px;
  }
}
@media screen and (max-width: 768px) {
  #footer > .in > .box .footer-link .list li a:before {
    width: 9px;
    height: 13px;
    margin: 0 8px 0 0;
  }
}
#footer .copyright {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  #footer .copyright {
    font-size: 80%;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    font-size: 0.9em;
    text-align: center;
  }
}

 /*==================================
コンテンツ
==================================*/
/* メインビジュアル関連 */
.mainvisual > .in {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .mainvisual > .in .top-search {
    position: absolute;
    top: 89px;
    left: 50px;
    z-index: 60;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual > .in .top-search {
    padding: 10px 20px;
    background: url(../img_top/bg_contents_01.png) repeat center center;
    text-align: right;
  }
}
.mainvisual > .in .top-search > .in {
  vertical-align: bottom;
}
@media print, screen and (min-width: 769px) {
  .mainvisual > .in .top-search > .in {
    width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual > .in .top-search > .in {
    display: inline-block;
    width: 436px;
  }
}
.mainvisual > .in .top-slider > .in {
  position: relative;
}
.mainvisual > .in .top-slider > .in a {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .mainvisual > .in .top-slider > .in a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 769px) {
  .mainvisual > .in .top-slider > .in .bxslider-top-side {
    min-height: 650px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual > .in .top-slider > .in .bxslider-top-side {
    height: 489px;
  }
}
.mainvisual > .in .top-slider > .in .bxslider-top-side li {
  height: 100%;
}
.mainvisual > .in .top-slider > .in .bxslider-top-side li a {
  height: 100%;
}
.mainvisual > .in .top-slider > .in .bxslider-top-side li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}
.mainvisual > .in .top-slider > .in .bx-wrapper {
  margin: 0 auto;
}
.mainvisual > .in .top-slider > .in .bx-wrapper .bx-viewport {
  height: 100% !important;
}
.mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls {
  font-size: 1px;
  text-align: center;
  position: absolute;
  z-index: 51;
}
@media print, screen and (min-width: 769px) {
  .mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls {
    bottom: 16px;
    right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls {
    bottom: 27px;
    right: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  .mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    margin: 0 0 11px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    margin: 0 0 22px;
  }
}
.mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  display: inline-block;
  text-indent: -9999px;
  background: url(../img_top/dots.png) no-repeat 0 0;
}
@media print, screen and (min-width: 769px) {
  .mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 20px;
    height: 20px;
  }
}
.mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background: url(../img_top/dots_act.png) no-repeat 0 0;
}
@media print, screen and (min-width: 769px) {
  .mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
    background-size: 10px;
  }
}
.mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a {
  text-indent: -9999px;
}
@media print, screen and (min-width: 769px) {
  .mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a {
    width: 44px;
    height: 44px;
  }
}
.mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-stop {
  background: url(../img_top/stop.png) no-repeat 0 0;
}
@media print, screen and (min-width: 769px) {
  .mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-stop {
    background-size: 22px;
  }
}
.mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-start {
  background: url(../img_top/start.png) no-repeat 0 0;
}
@media print, screen and (min-width: 769px) {
  .mainvisual > .in .top-slider > .in .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a.bx-start {
    background-size: 22px;
  }
}
.mainvisual > .in .top-logo {
  position: absolute;
  z-index: 60;
}
@media print, screen and (min-width: 769px) {
  .mainvisual > .in .top-logo {
    left: 50%;
    margin-left: -35px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  .mainvisual > .in .top-logo {
    top: 108px;
    left: 22px;
  }
}
@media print, screen and (min-width: 769px) {
  .mainvisual > .in .top-logo img {
    width: 285px;
  }
}

/* メニュー */
@media print, screen and (min-width: 769px) {
  .top-menu {
    position: absolute;
    top: 138px;
    left: 50px;
    z-index: 60;
  }
}
@media screen and (max-width: 768px) {
  .top-menu {
    padding: 40px 50px;
    background: url(../img_top/bg_contents_02.png) repeat center center;
  }
}
@media print, screen and (min-width: 769px) {
  .top-menu > .in .menu-box .list {
    width: 311px;
    height: 498px;
    overflow: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .top-menu > .in .menu-box .list li {
    width: 290px;
    margin: 4px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top-menu > .in .menu-box .list li {
    margin: 8px 0 0;
  }
}
.top-menu > .in .menu-box .list li:nth-child(1) {
  margin-top: 0;
}
.top-menu > .in .menu-box .list li a {
  display: block;
}
.top-menu > .in .menu-box .list li a:hover {
  opacity: 0.7;
}
.top-menu > .in .menu-box .list li img {
  width: 100%;
}
