@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: #156100;
  color: #fff;
  font-size: 140%;
  box-sizing: border-box;
  padding: 8px 15px 6px 15px;
}

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

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

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

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

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #dee9a7;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  border-left: 5px solid #476100;
}

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

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  font-size: 110%;
  padding: 10px 15px 13px;
  border-left: 4px solid #476100;
}

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

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

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

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

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: #476100;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.scheme11 {
  background-color: #be8a18;
  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 #453e23 !important;
}

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

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 0 0 0 0 !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: 71px;
  }
}

@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: 71px;
    padding-left: 0 !important;
  }
}

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

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

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 73px !important;
    border-radius: 0 0 0 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: 37px !important;
    height: 37px !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: #f5f5f5;
  border: 2px solid  #333;
  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;
    margin-top: 0;
  }
  .header-wrapper {
    display: flex;
  }
  .search-toiawase-wrapper {
    margin: 0 auto;
    position: relative;
    width: 1244px;
  }
  .search-toiawase-wrapper .in {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 14px;
    position: absolute;
    right: 0;
    top: -104px;
  }
  .toiawase-form {
    margin-bottom: 14px;
  }
  #header {
    background: #fefdf5;
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header #header-nav {
    margin-bottom: 27px;
    margin-top: 20px;
  }
  #header #header-nav .in {
    width: 1244px;
    margin: 0 auto;
  }
  #header #header-nav .in ul {
    background: url(../img_common/global_nav_line.png) no-repeat;
    background-position: bottom;
    display: flex;
  }
  #header #header-nav .list > li {
    width: 155px;
    text-align: center;
    position: relative;
  }
  #header #header-nav .list > li:first-child {
    width: 142px;
    padding-bottom: 4px;
    margin-left: 0;
  }
  #header #header-nav .list > li a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  #header #header-nav .list > li img {
    background-color: #fefdf5;
  }
  #header #header-nav li:hover:before {
    background-color: #aed266;
    border-radius: 2px;
    bottom: -12px;
    content: '';
    height: 4px;
    position: absolute;
    left: 16px;
    width: 120px;
  }
  #header #header-nav .nav2 {
    margin-left: 14px;
  }
  #header .header-subnav-area {
    position: relative;
  }
  #header .header-subnav-area #header-logo {
    text-align: center;
    padding-top: 20px;
  }
  #header .header-subnav-area .box {
    padding: 10px 0 0 330px;
    box-sizing: border-box;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box .unit2, #header .header-subnav-area .box #header-color {
    display: table;
    float: left;
    height: 27px;
  }
  #header .header-subnav-area .box .unit li, #header .header-subnav-area .box .unit dt, #header .header-subnav-area .box .unit dd, #header .header-subnav-area .box .unit2 li, #header .header-subnav-area .box .unit2 dt, #header .header-subnav-area .box .unit2 dd, #header .header-subnav-area .box #header-color li, #header .header-subnav-area .box #header-color dt, #header .header-subnav-area .box #header-color dd {
    display: table-cell;
    font-size: 90%;
  }
  #header .header-subnav-area .box .unit li img, #header .header-subnav-area .box .unit dt img, #header .header-subnav-area .box .unit dd img, #header .header-subnav-area .box .unit2 li img, #header .header-subnav-area .box .unit2 dt img, #header .header-subnav-area .box .unit2 dd img, #header .header-subnav-area .box #header-color li img, #header .header-subnav-area .box #header-color dt img, #header .header-subnav-area .box #header-color dd img {
    vertical-align: middle;
  }
  #header .header-subnav-area .box .unit .list, #header .header-subnav-area .box .unit2 .list {
    margin-top: 3px;
  }
  #header .header-subnav-area .box #header-color .title {
    padding-right: 7px;
    font-weight: bold;
    vertical-align: middle;
  }
  #header .header-subnav-area .box #header-color .title span {
    display: block;
    padding-top: 2px;
  }
  #header .header-subnav-area .box #header-color dd img {
    margin-right: 5px;
    cursor: pointer;
  }
  #header .header-subnav-area .box .unit, #header .header-subnav-area .box #header-color {
    padding-left: 10px;
  }
  #header .header-subnav-area .box .unit2 li {
    padding-left: 10px;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    background-color: #fefdf5;
    height: 122px;
    /* モーダル */
  }
  #sp-header .box {
    /* #sp-header-logo */
    /* end-#sp-header-logo */
    /* #sp-header-logo */
    /* end-#sp-header-logo */
  }
  #sp-header .box #sp-header-logo {
    padding-top: 30px;
    margin-left: 22px;
  }
  #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 {
    margin: 10px 10px 0 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-search {
    position: absolute;
    left: 0;
  }
  #sp-header .box #sp-header-nav .menu-btn-area .menu-btn-menu {
    position: absolute;
    right: 0;
  }
  #sp-header .modal-menu-close {
    background-color: #476100;
    display: none;
  }
  #sp-header .modal-search-bg,
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 122px;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 9;
  }
  #sp-header .modal-search,
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 121px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-search .in,
  #sp-header .modal-menu .in {
    background-color: #fefdf5;
    box-sizing: border-box;
  }
  #sp-header .modal-search .inquiry,
  #sp-header .modal-menu .inquiry {
    margin-bottom: 40px;
    text-align: center;
  }
  #sp-header .modal-search .google-search,
  #sp-header .modal-menu .google-search {
    background-color: #dee9a7;
    height: 216px;
    margin: 0 auto;
    margin-bottom: 60px;
    width: 640px;
  }
  #sp-header .modal-search .google-search p,
  #sp-header .modal-menu .google-search p {
    text-align: center;
    margin-bottom: 16px;
  }
  #sp-header .modal-search .google-search .text,
  #sp-header .modal-menu .google-search .text {
    font-family: "游ゴシック", "Yu Gothic";
    font-weight: bold;
    font-size: 120%;
    padding-top: 40px;
  }
  #sp-header .modal-search .sp-text-home,
  #sp-header .modal-menu .sp-text-home {
    border-bottom: 2px solid #453e23;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 640px;
  }
  #sp-header .modal-search .sp-text-home img,
  #sp-header .modal-menu .sp-text-home img {
    background-color: #fefdf5;
    margin-left: -20px;
    padding: 20px;
  }
  #sp-header .modal-search .sp-g-nav,
  #sp-header .modal-menu .sp-g-nav {
    width: 640px;
    margin: 0 auto;
  }
  #sp-header .modal-search .sp-g-nav li,
  #sp-header .modal-menu .sp-g-nav li {
    border-bottom: 2px solid #453e23;
    height: 96px;
    padding-top: 10px;
  }
  #sp-header .modal-search .sp-g-nav li a,
  #sp-header .modal-menu .sp-g-nav li a {
    display: block;
    margin-top: 10px;
  }
  #sp-header .modal-search .sp-g-nav li img,
  #sp-header .modal-menu .sp-g-nav li img {
    background-color: #fefdf5;
  }
  #sp-header .modal-search .modal-links,
  #sp-header .modal-menu .modal-links {
    margin: 0 auto;
    margin-bottom: 50px;
    width: 640px;
  }
  #sp-header .modal-search .modal-links li,
  #sp-header .modal-menu .modal-links li {
    text-align: center;
    margin-bottom: 26px;
  }
  #sp-header .modal-search .modal-menu-close,
  #sp-header .modal-menu .modal-menu-close {
    text-align: center;
  }
  #sp-header .modal-search .modal-menu-close span,
  #sp-header .modal-menu .modal-menu-close span {
    cursor: pointer;
  }
  #sp-header .modal-search .arrow,
  #sp-header .modal-menu .arrow {
    position: absolute;
    top: -14px;
    right: 8%;
  }
  #sp-header .modal-search .list li,
  #sp-header .modal-menu .list li {
    border-top: 2px dashed #00838f;
  }
  #sp-header .modal-search .list a,
  #sp-header .modal-menu .list a {
    display: block;
    padding: 22px 20px 20px 80px;
    background: url(../img_sub/link_item_naibu.png) no-repeat right center;
    color: #234378;
    font-size: 130%;
  }
  #sp-header .modal-search .title,
  #sp-header .modal-menu .title {
    background: url(../img_common/modal_menu_btn_plus.png) no-repeat 32px center;
    padding: 20px 25px 18px 80px;
    font-weight: normal;
  }
  #sp-header .modal-search .on,
  #sp-header .modal-menu .on {
    background-image: url(../img_common/modal_menu_btn_minus.png);
  }
  #sp-header .modal-search .in {
    padding: 20px 20px 0;
  }
  #sp-header .modal-search .title {
    background: none;
    padding: 0 0 10px;
  }
  #sp-header .modal-search .arrow {
    right: 28%;
  }
  #sp-header .modal-menu .box {
    padding-top: 65px;
  }
  #sp-header .header-reading-help {
    background-color: #dee9a7;
    height: auto;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 74px;
    width: 640px;
  }
  #sp-header .header-size, #sp-header .bg-change, #sp-header .audio-lang {
    margin-left: 84px;
  }
  #sp-header .header-size {
    display: flex;
    padding-top: 45px;
  }
  #sp-header .header-size .text-size {
    margin-right: 20px;
  }
  #sp-header .header-size .item {
    margin-right: 10px;
  }
  #sp-header .bg-change {
    margin-top: 25px;
  }
  #sp-header .bg-change .text {
    margin-right: 20px;
  }
  #sp-header .bg-change .item, #sp-header .bg-change .item2 {
    margin-right: 25px;
  }
  #sp-header .bg-change .bg {
    display: flex;
    width: 100%;
  }
  #sp-header .audio-lang {
    display: flex;
    margin-top: 35px;
    padding-bottom: 45px;
  }
  #sp-header .audio-lang a {
    color: #333;
  }
  #sp-header .audio-lang .language {
    margin-left: 45px;
  }
}

@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*/
@media print, screen and (min-width: 769px) {
  #___gcse_0 {
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  #___gcse_1 {
    margin: 0 auto;
    width: 515px;
  }
}

.gsc-input-box {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.img-on {
  display: none;
}

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

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

#wrapper-in2 {
  background-color: #fefdf5;
}

.first-view {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

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

@media print, screen and (min-width: 769px) {
  .first-view img {
    border-radius: 53px;
    height: 450px;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .first-view img {
    height: 730px;
    width: 750px;
  }
}

.new-info-wrapper {
  background-color: #fefdf5;
  margin-top: 55px;
  position: relative;
  z-index: 1;
}

.new-info-wrapper .new-info-sec {
  text-align: center;
}

.new-info-wrapper .new-info-sec img {
  background-color: #fefdf5;
  position: relative;
  z-index: 0;
}

@media print, screen and (min-width: 769px) {
  .new-info-wrapper::before {
    content: "";
    background: url(../img_top/green_bubble.png);
    height: 532px;
    position: absolute;
    top: -166px;
    width: 463px;
    z-index: 2;
  }
}

.new-info-wrapper::after {
  content: "";
  background: url(../img_top/orange_bubble.png);
  height: 600px;
  position: absolute;
  right: 0;
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .new-info-wrapper::after {
    bottom: -316px;
    width: 447px;
  }
}

@media screen and (max-width: 768px) {
  .new-info-wrapper::after {
    bottom: -385px;
    width: 278px;
  }
}

.new-info-details {
  background-color: #fff;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .new-info-details {
    margin: 0 auto;
    margin-top: 55px;
    padding: 40px 50px;
    position: relative;
    width: 900px;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .new-info-details {
    background-color: #fefdf5;
    position: relative;
    z-index: 10;
  }
}

@media screen and (max-width: 768px) {
  .new-info-details ul {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 50px;
    padding: 30px 20px 0 20px;
  }
}

.new-info-details li {
  display: flex;
  padding-bottom: 22px;
  border-bottom: 2px solid #9c9475;
}

@media print, screen and (min-width: 769px) {
  .new-info-details li .img-box {
    background: url(../img_top/no_image.png);
    height: 134px;
    width: 204px;
  }
}

@media screen and (max-width: 768px) {
  .new-info-details li .img-box {
    background: url(../img_top/sp_no_image.png);
    height: 180px;
    width: 280px;
  }
}

.new-info-details li .date-text {
  margin-left: 35px;
}

.new-info-details li .date {
  display: block;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic";
  font-size: 125%;
}

.new-info-details li .pageLink {
  display: block;
  font-family: "游ゴシック", "Yu Gothic";
}

@media print, screen and (min-width: 769px) {
  .new-info-details li .pageLink {
    font-size: 130%;
    margin-top: 15px;
    width: 645px;
  }
}

@media screen and (max-width: 768px) {
  .new-info-details li .pageLink {
    width: 335px;
    margin-top: 28px;
  }
}

@media print, screen and (min-width: 769px) {
  .new-info-details img {
    height: 134px;
    object-fit: cover;
    width: 204px;
  }
}

@media screen and (max-width: 768px) {
  .new-info-details img {
    height: 180px;
    object-fit: cover;
    width: 280px;
  }
}

.new-info-details li:not(:last-child) {
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .new-info-details::before {
    content: "";
    background: url(../img_top/green_bubble.png);
    height: 532px;
    left: -180px;
    position: absolute;
    top: -345px;
    width: 463px;
    z-index: -1;
  }
}

.new-info-list {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.house-pickup-wrapper {
  background-image: linear-gradient(-45deg, #fefef9 25%, #fbf9e9 25%, #fbf9e9 50%, #fefef9 50%, #fefef9 75%, #fbf9e9 75%, #fbf9e9);
  background-size: 30px 30px;
  background-attachment: fixed;
  padding-top: 30px;
}

.house-pickup-wrapper .house-pickup-sec {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .house-pickup-wrapper .house-pickup-sec {
    position: relative;
    z-index: 0;
  }
}

.house-pickup-wrapper .house-pickup-sec img {
  background-image: linear-gradient(-45deg, #fefef9 25%, #fbf9e9 25%, #fbf9e9 50%, #fefef9 50%, #fefef9 75%, #fbf9e9 75%, #fbf9e9);
  background-size: 30px 30px;
  background-attachment: fixed;
}

.house-pickup-slider {
  margin-top: 60px;
}

.house-pickup-slider #slider-wrap {
  position: relative;
  z-index: 1;
}

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

.house-pickup-slider #slider-wrap #links-slider a {
  cursor: pointer;
  text-decoration: none;
}

.house-pickup-slider #slider-wrap #links-slider li {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .house-pickup-slider #slider-wrap #links-slider li img {
    height: 200px;
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .house-pickup-slider #slider-wrap #links-slider li img {
    height: 260px;
    width: 478px;
  }
}

.house-pickup-slider #slider-wrap #links-slider li .caption-text-area {
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 48px;
}

@media print, screen and (min-width: 769px) {
  .house-pickup-slider #slider-wrap #links-slider li .caption-text-area {
    width: 255px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .house-pickup-slider #slider-wrap #links-slider li .caption-text-area {
    width: 420px;
  }
}

.house-pickup-slider #slider-wrap #links-slider li .img-item {
  text-align: center;
}

.house-pickup-slider #slider-wrap #links-slider li .item-txt p {
  color: #453e23;
  font-weight: bold;
  height: auto;
  margin: auto;
  margin-top: 22px;
}

@media print, screen and (min-width: 769px) {
  .house-pickup-slider #slider-wrap #links-slider li .item-txt p {
    font-size: 139%;
    width: 255px;
  }
}

@media screen and (max-width: 768px) {
  .house-pickup-slider #slider-wrap #links-slider li .item-txt p {
    font-size: 110%;
    width: 420px;
  }
}

.house-pickup-slider #slider-wrap #links-slider li .sub-title, .house-pickup-slider #slider-wrap #links-slider li .text {
  margin-top: 18px;
}

.house-pickup-slider #slider-wrap #links-slider li .sub-title {
  color: #444;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .house-pickup-slider #slider-wrap #links-slider li .sub-title {
    font-size: 125%;
  }
}

@media screen and (max-width: 768px) {
  .house-pickup-slider #slider-wrap #links-slider li .sub-title {
    font-size: 100%;
  }
}

.house-pickup-slider #slider-wrap #links-slider li .text {
  color: #000;
}

.house-pickup-slider #slider-wrap::before {
  content: "";
  background: url(../img_top/green_bubble.png) no-repeat;
  height: 610px;
  position: absolute;
  top: 315px;
  width: 522px;
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .house-pickup-slider #slider-wrap::before {
    bottom: -446px;
    left: -50px;
  }
}

@media screen and (max-width: 768px) {
  .house-pickup-slider #slider-wrap::before {
    bottom: -725px;
    left: -195px;
    width: 522px;
  }
}

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

.house-pickup-slider .bx-viewport {
  height: auto !important;
}

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

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

@media print, screen and (min-width: 769px) {
  .house-pickup-slider .slide-controls .slide-prev button {
    background: url(../img_top/prev_btn.png) no-repeat;
    bottom: 85px;
    height: 36px;
    left: -55px;
    top: -295px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .house-pickup-slider .slide-controls .slide-prev button {
    background: url(../img_top/sp_prev_btn.png) no-repeat;
    bottom: 400px;
    height: 50px;
    left: 35px;
    width: 28px;
  }
}

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

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

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

@media print, screen and (min-width: 769px) {
  .house-pickup-slider .slide-controls .slide-next button {
    background: url(../img_top/next_btn.png) no-repeat;
    bottom: 85px;
    height: 36px;
    right: -55px;
    top: -295px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .house-pickup-slider .slide-controls .slide-next button {
    background: url(../img_top/sp_next_btn.png) no-repeat;
    bottom: 400px;
    height: 50px;
    right: 35px;
    width: 28px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.search-house {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 40px;
}

.about-mitoyo-wrapper {
  background-color: #fefdf5;
}

.about-mitoyo-sec {
  margin-top: 40px;
  text-align: center;
}

.about-mitoyo-sec img {
  background-color: #fefdf5;
}

.mitoyo-explaination {
  margin-top: 60px;
}

@media print, screen and (min-width: 769px) {
  .mitoyo-explaination {
    display: flex;
    justify-content: center;
  }
}

.mitoyo-explaination .contents-left img {
  background-color: #fefdf5;
}

@media screen and (max-width: 768px) {
  .mitoyo-explaination .contents-left {
    text-align: center;
  }
}

.mitoyo-explaination .contents-left .text {
  margin-top: 40px;
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .mitoyo-explaination .contents-left .text {
    font-size: 139%;
    width: 490px;
  }
}

@media screen and (max-width: 768px) {
  .mitoyo-explaination .contents-right {
    margin-top: 46px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .mitoyo-explaination .contents-right {
    position: relative;
    z-index: 5;
  }
}

@media print, screen and (min-width: 769px) {
  .mitoyo-explaination .cms_eplain {
    margin-bottom: -35px;
    margin-top: 40px;
  }
}

.more_mitoyo {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 80px;
  position: relative;
  z-index: 5;
}

.related-links-wrapper {
  background-image: linear-gradient(-45deg, #fefef9 25%, #fbf9e9 25%, #fbf9e9 50%, #fefef9 50%, #fefef9 75%, #fbf9e9 75%, #fbf9e9);
  background-size: 30px 30px;
  background-attachment: fixed;
}

@media print, screen and (min-width: 769px) {
  .related-links-wrapper {
    padding-bottom: 42px;
  }
}

@media screen and (max-width: 768px) {
  .related-links-wrapper {
    padding-bottom: 132px;
  }
}

@media print, screen and (min-width: 769px) {
  .related-links-wrapper .links-bnrs {
    position: relative;
    z-index: 1;
  }
}

.related-links-wrapper .related-links-sec {
  text-align: center;
  padding-top: 48px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.related-links-wrapper .related-links-sec img {
  background-image: linear-gradient(-45deg, #fefef9 25%, #fbf9e9 25%, #fbf9e9 50%, #fefef9 50%, #fefef9 75%, #fbf9e9 75%, #fbf9e9);
  background-size: 30px 30px;
  background-attachment: fixed;
  position: relative;
  z-index: -2;
}

.related-links-wrapper .related-links-sec::after {
  content: "";
  background: url(../img_top/orange_bubble.png);
  height: 600px;
  position: absolute;
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .related-links-wrapper .related-links-sec::after {
    top: -217px;
    right: 0px;
    width: 415px;
  }
}

@media screen and (max-width: 768px) {
  .related-links-wrapper .related-links-sec::after {
    top: -440px;
    right: 0px;
    width: 300px;
  }
}

.related-links-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .related-links-wrapper ul {
    width: 1000px;
  }
}

@media print, screen and (min-width: 769px) {
  .related-links-wrapper ul li:not(:last-child) {
    margin-right: 26px;
  }
}

@media screen and (max-width: 768px) {
  .related-links-wrapper ul li:not(:last-child) {
    margin-right: 40px;
  }
}

.related-links-wrapper ul li:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .related-links-wrapper ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.related-links-wrapper ul li {
  margin-bottom: 26px;
}

.related-links-wrapper ul li img {
  object-fit: contain;
}

@media print, screen and (min-width: 769px) {
  .related-links-wrapper ul li img {
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .related-links-wrapper ul li img {
    height: 112px;
    width: 330px;
  }
}

.related-links-wrapper ul li:hover {
  opacity: 0.85;
}

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

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

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

footer #pagetop a:hover {
  opacity: 0.85;
}

footer .copyright {
  background-color: #476100;
  color: #fff;
  font-size: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    height: 60px;
    line-height: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .box-in {
    display: flex;
    width: 1000px;
    padding: 50px 0 25px 0;
    margin: 0 auto;
  }
  footer .box-in a {
    margin-top: 6px;
  }
  footer #pagetop {
    width: 90px;
    position: absolute;
    top: -42px;
    right: 90px;
    z-index: 10;
  }
}

@media screen and (max-width: 768px) {
  footer #pagetop {
    position: absolute;
    top: -70px;
    right: 50%;
    margin-right: -80px;
  }
}

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

.sp-footer-logo {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}

.sp-title {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic";
  margin-bottom: 50px;
  padding-top: 60px;
}

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

@media screen and (max-width: 768px) {
  .footer-text {
    margin-bottom: 70px;
  }
}

.footer-text .title, .footer-text .sub-title, .footer-text .text {
  font-family: "游ゴシック", "Yu Gothic";
}

.footer-text .title {
  font-size: 180%;
  font-weight: bold;
  color: #453e23;
  margin: 0 0 18px 0;
}

.footer-text .sub-title {
  font-size: 150%;
  color: #466100;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
}

.footer-text .sub-title:before, .footer-text .sub-title:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.footer-text .sub-title:before {
  left: 4px;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-left: 8px solid #466100;
}

.footer-text .text {
  font-size: 150%;
  color: #453e23;
}

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

.footer-text .phone {
  margin: 0 0 10px 0;
}

.footer-text a {
  color: #453e23;
}

.footer-reading-help {
  align-items: center;
  display: flex;
  font-size: 120%;
  margin-left: auto;
}

.footer-reading-help .box {
  background-color: #dee9a7;
  color: #333;
  height: auto;
  width: 392px;
}

.size-audio {
  display: flex;
  margin-left: 35px;
  margin-top: 22px;
}

.size-audio .footer-size {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .size-audio .footer-size {
    width: 205px;
  }
}

.size-audio .footer-size .text-size {
  margin-right: 10px;
}

.size-audio .footer-size .item {
  margin-right: 5px;
}

.size-audio .footer-size .item2 {
  margin-right: 30px;
}

.size-audio .audio {
  color: #333;
}

.bg-lang {
  color: #333333;
  display: flex;
  margin: 22px 0 22px 35px;
}

.bg-lang .bg {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .bg-lang .bg {
    width: 205px;
  }
}

.bg-lang .text {
  margin-right: 10px;
}

.bg-lang .item, .bg-lang .item2 {
  margin-right: 5px;
}

.bg-lang .item3 {
  margin-right: 22px;
}

.sp-goto-site {
  text-align: center;
  margin-bottom: 75px;
}
