@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;
  padding: 8px 15px 6px 15px;
  background-color: #e0f9ed;
  border-radius: 10px;
  box-sizing: border-box;
  color: #7a613d;
  font-size: 140%;
}

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

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;
  border-bottom: 4px solid #61ce9c;
  box-sizing: border-box;
  color: #7a613d;
  font-size: 120%;
}

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;
  padding: 10px 15px 13px;
  border-left: 4px solid #61ce9c;
  color: #7a613d;
  display: block;
  font-size: 110%;
  line-height: 1.2;
}

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

h6, .wysiwyg h6, .free-layout-area h6 {
  margin-top: 20px;
  padding-bottom: 5px;
  color: #7a613d;
  font-size: 100%;
  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: #e0f9ed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gsst_a {
  padding: 0 !important;
}

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

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

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

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

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #d4d4d4 !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: 10px 0 0 10px !important;
  }
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 70px !important;
    border-radius: 0 10px 10px 0 !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: 38px !important;
    height: 38px !important;
  }
}

.gsc-search-button-v2 svg {
  fill: #71562f !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;
  }
}

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

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

#smartphone .wrap {
  align-items: center;
  background-color: #ffe9ed;
  border: 6px solid #ffe9ed;
  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: #333;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #ffe9ed;
  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;
}

.to-container a {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -9999px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 97%;
}

.to-container a:focus {
  position: relative;
  margin-top: 0;
  text-align: center;
  width: 100%;
}

@-moz-document url-prefix() {
  a:focus, button:focus {
    border: 2px solid #000 !important;
    display: block;
    outline: none;
  }
}

@media all and (-ms-high-contrast: none) {
  a:focus, button:focus {
    border: 2px solid #000 !important;
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper {
    min-width: 1140px;
  }
}

@media print {
  #wrapper {
    min-width: 1020px !important;
  }
  .header-title-area .in {
    width: 1020px !important;
  }
}

/* --------------------------------*/
/* PCヘッダー */
/* --------------------------------*/
#header .header-subnav-area {
  padding: 10px 0;
  background-color: #effbf5;
}

#header .header-subnav-area > .in {
  margin: 0 auto;
  width: 1020px;
}

#header .header-subnav-area > .in {
  display: flex;
  justify-content: space-between;
}

#header .header-subnav-area .bloc1 {
  width: 190px;
}

#header .header-subnav-area .bloc2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 800px;
}

#header .header-subnav-area .arrow-btn a {
  color: #402e08;
  text-decoration: none;
}

#header .header-subnav-area .arrow-btn span {
  position: relative;
  padding: 10px 60px;
  background-color: #fff;
  border: 3px solid #f79eb0;
  border-radius: 30px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #header .header-subnav-area .arrow-btn span {
    padding: 10px 40px 10px 30px;
    border-radius: 50px;
    font-size: 100%;
  }
}

#header .header-subnav-area .arrow-btn span:hover {
  background-color: #402e08;
  border: 3px solid #402e08;
  color: #fff;
}

#header .header-subnav-area .arrow-btn span {
  padding: 6px 27px 6px 13px;
  background: #fff url(../img_common/pc_arrow_right.png) no-repeat right 8px center;
  border-radius: 5px;
  font-size: 90%;
}

#header .header-subnav-area .language {
  display: flex;
}

#header .header-subnav-area .language select {
  padding: 5px 25px 5px 10px;
  background: #fff url(../img_common/pc_select_arrow.png) no-repeat right 8px center;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効 */
}

#header .header-subnav-area .language select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}

#header .header-subnav-area .language button {
  background-color: #f79eb0;
  border: none;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

#header .header-subnav-area .header-size {
  margin-left: 18px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#header .header-subnav-area .header-size .title {
  margin-right: 10px;
}

#header .header-subnav-area .header-size a {
  display: block;
}

#header .header-subnav-area .header-size button {
  padding: 0;
  border: none;
  display: block;
  cursor: pointer;
}

#header .header-subnav-area .header-size .item, #header .header-subnav-area .header-size .item2 {
  margin-left: 4px;
}

#header .header-subnav-area .search {
  margin-left: 30px;
  width: 250px;
}

#header .header-title-area {
  background: url(../img_common/pc_header_bg.png) no-repeat center top 25px;
}

#header .header-title-area .in {
  position: relative;
  margin: 0 auto;
  width: 1140px;
}

#header .header-title-area .in .copy {
  position: absolute;
  bottom: 10px;
  right: 0;
}

#header .header-title-area #header-logo {
  text-align: center;
}

#header .header-title-area #header-logo a {
  display: block;
}

#header #header-nav {
  background: url(../img_common/pc_nav_bg.jpg) repeat left top;
}

#header #header-nav > .in {
  margin: 0 auto;
  width: 1020px;
}

#header #header-nav .list {
  display: flex;
  justify-content: space-between;
}

#header #header-nav .list > li {
  position: relative;
  font-size: 90%;
  text-align: center;
}

#header #header-nav .list > li.nav1 {
  width: 84px;
}

#header #header-nav .list > li.nav2 {
  width: 105px;
}

#header #header-nav .list > li.nav3 {
  width: 147px;
}

#header #header-nav .list > li.nav4 {
  width: 125px;
}

#header #header-nav .list > li.nav5 {
  width: 127px;
}

#header #header-nav .list > li.nav6 {
  width: 127px;
}

#header #header-nav .list > li.nav7 {
  width: 165px;
}

#header #header-nav .list > li.nav8 {
  width: 140px;
}

#header #header-nav .list > li .category {
  display: flex;
  height: 100%;
}

#header #header-nav .list > li .category::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-right: 1px solid #fff;
  height: 50px;
}

#header #header-nav .list > li .category a {
  display: flex;
  width: 100%;
}

#header #header-nav .list > li .category a:hover {
  opacity: 0.85;
}

#header #header-nav .list > li .category span {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#header #header-nav .list > li:last-child .category::after {
  display: none;
}

#header #header-nav .list > li .dropmenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 20px;
  background: none !important;
  display: none;
  width: 350px;
  z-index: 100;
}

#header #header-nav .list > li .dropmenu .in {
  padding: 20px 0;
  background-color: #f79eb0;
  border-radius: 10px;
}

#header #header-nav .list > li .dropmenu .box {
  margin: 0 auto;
  width: 300px;
}

#header #header-nav .list > li .dropmenu .list2 {
  background: none !important;
}

#header #header-nav .list > li .dropmenu .list2 li {
  position: relative;
  padding: 8px 0 8px 20px;
  text-align: left;
}

#header #header-nav .list > li .dropmenu .list2 li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #333;
  width: 10px;
  height: 1px;
}

#header #header-nav .list > li .dropmenu .list2 a {
  color: #333;
  font-size: 120%;
}

#header #header-nav .list > li.nav7 .dropmenu, #header #header-nav .list > li.nav8 .dropmenu {
  left: auto;
  left: initial;
  right: 0;
}

#header #header-nav .list > li.on .dropmenu {
  display: block !important;
}

#header #header-nav .list > li.on .category a {
  position: relative;
}

#header #header-nav .list > li.on .category a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-bottom: 20px solid #f79eb0;
  width: 0;
  height: 0;
  z-index: 101;
}

/* --------------------------------*/
/* SPヘッダー */
/* --------------------------------*/
#sp-header {
  /* メニュー */
}

#sp-header button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  width: 100%;
}

#sp-header button:focus {
  outline: auto;
}

#sp-header #sp-header-area {
  position: relative;
}

#sp-header #sp-header-area #sp-header-logo {
  padding-bottom: 15px;
}

#sp-header #sp-header-area #sp-header-logo a {
  display: block;
}

#sp-header #sp-header-area #sp-header-nav {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 100px;
  z-index: 120;
}

#sp-header #sp-header-area .copy {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 119;
}

#sp-header .modal-menu .menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 132;
}

#sp-header .modal-menu .search {
  margin: 0 auto 45px;
  width: 670px;
}

#sp-header .modal-menu .sp-nav {
  margin: 0 auto;
  width: 710px;
}

#sp-header .modal-menu .list > li {
  border-top: 2px solid #71562f;
}

#sp-header .modal-menu .list > li .title {
  position: relative;
  padding-right: 110px;
}

#sp-header .modal-menu .list > li .title a {
  padding: 25px 0 25px 20px;
  color: #71562f;
  display: block;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
}

#sp-header .modal-menu .list > li .title button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img_common/sp_ico_plus.png) no-repeat center center;
  width: 90px;
  height: 90px;
}

#sp-header .modal-menu .list > li .title button.plus {
  background: url(../img_common/sp_ico_plus.png) no-repeat center center;
}

#sp-header .modal-menu .list > li .title button.mynus {
  background: url(../img_common/sp_ico_mynus.png) no-repeat center center;
}

#sp-header .modal-menu .list > li .title button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#sp-header .modal-menu .list > li:last-child {
  border-bottom: 2px solid #71562f;
}

#sp-header .modal-menu .list > li .bloc {
  padding: 0 20px 30px 20px;
  display: none;
}

#sp-header .modal-menu .list > li .bloc a {
  color: #71562f;
}

#sp-header .modal-menu .list > li .bloc li {
  margin-left: 0.5em;
  padding: 8px 0;
  text-indent: -0.6em;
  text-align: left;
}

#sp-header .modal-menu .list > li .bloc li::before {
  content: "- ";
  color: #71562f;
}

#sp-header .modal-menu .support {
  margin: 55px auto 50px;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  width: 710px;
}

#sp-header .modal-menu .support dl {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 690px;
}

#sp-header .modal-menu .support dl dt {
  margin-right: 25px;
  text-align: right;
}

#sp-header .modal-menu .support dl dd {
  margin-right: 12px;
}

#sp-header .modal-menu .support .language {
  display: inline-flex;
}

#sp-header .modal-menu .support .language select {
  padding: 5px 25px 5px 10px;
  background: url(../img_common/pc_select_arrow.png) no-repeat right 8px center;
  border: 1px solid #d4d4d4;
  font-size: 130%;
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効 */
}

#sp-header .modal-menu .support .language select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}

#sp-header .modal-menu .support .language button {
  background-color: #f79eb0;
  border: none;
  border-radius: 0 3px 3px 0;
  font-size: 100%;
  cursor: pointer;
  min-width: 90px;
}

#sp-header .modal-menu .homepage, #sp-header .modal-menu .to-pc-link {
  margin-top: 40px;
  text-align: center;
}

#sp-header .modal-menu .homepage a, #sp-header .modal-menu .to-pc-link a {
  color: #333;
}

#sp-header .modal-menu .homepage .bg, #sp-header .modal-menu .to-pc-link .bg {
  margin: 0 auto;
  padding: 20px 0;
  background-color: #fff;
  border: 4px solid #f79eb0;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 95%;
  text-align: center;
  min-width: 600px;
}

#sp-header .modal-menu .homepage .bg span, #sp-header .modal-menu .to-pc-link .bg span {
  display: inline-block;
  text-decoration: underline;
}

#sp-header .modal-menu .to-pc-link .bg {
  border: 4px solid #6ed2a4;
}

#sp-header .modal-menu .to-pc-link .bg span {
  padding: 0 35px 0 65px;
  background: url(../img_common/sp_ico_display.png) no-repeat left 5px center;
  text-decoration: none;
}

#sp-header .modal-menu .menu-close2 {
  margin-top: 40px;
  text-align: center;
}

#sp-header .modal-menu .menu-close2 button {
  margin: 0 auto;
  padding: 20px 0;
  background-color: #6ed2a4;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 600px;
  width: auto;
  width: initial;
}

#sp-header .modal-menu .menu-close2 button span {
  padding: 0 10px 0 40px;
  display: inline-block;
  font-size: 200%;
  background: url(../img_common/sp_ico_batsu.png) no-repeat left center;
}

/* モーダル */
.modal-search-bg, .modal-menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  width: 100%;
  height: 100%;
  z-index: 130;
}

.modal-search, .modal-menu {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  width: 100%;
  max-height: 100vh;
  z-index: 131;
}

.modal-menu {
  padding: 160px 0 200px;
  background: url(../img_common/sp_menu_bg.jpg);
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }
}

#footer {
  margin-top: 0;
}

#mv {
  margin-top: 40px;
}

#mv > .in {
  margin: 0 auto;
  width: 1020px;
}

@media screen and (max-width: 768px) {
  #mv > .in {
    margin: 0 auto;
    width: 710px;
  }
}

#mv .slider-area {
  margin: 0 auto;
  width: 905px;
  position: relative;
}

#mv .slider-area .list a {
  display: block;
}

#mv .slider-area .list a:hover .photo {
  opacity: 0.7;
}

#mv .slider-area .list a:focus {
  border: 2px solid #000 !important;
}

#mv .slider-area .list img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

#mv .slider-area .control {
  position: absolute;
  top: 165px;
  right: 50%;
  transform: translateX(50%);
  background: none !important;
  pointer-events: none;
  width: 975px;
  z-index: 56;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .control {
    top: 125px;
    width: 750px;
  }
}

#mv .slider-area .control .prev {
  float: left;
}

#mv .slider-area .control .next {
  float: right;
}

#mv .slider-area .control .prev, #mv .slider-area .control .next {
  background: none !important;
}

#mv .slider-area .control .prev button, #mv .slider-area .control .next button {
  background-color: transparent;
  background-repeat: no-repeat;
  pointer-events: auto;
  width: 73px;
  height: 73px;
}

#mv .slider-area .control .prev button.bx-prev, #mv .slider-area .control .next button.bx-prev {
  background-image: url(../img_top/pc_bx_prev.png) !important;
}

#mv .slider-area .control .prev button.bx-next, #mv .slider-area .control .next button.bx-next {
  background-image: url(../img_top/pc_bx_next.png) !important;
}

#mv .slider-area .pager-auto {
  background: none !important;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mv .slider-area .pager-auto .pager {
  background: none !important;
  pointer-events: auto;
}

#mv .slider-area .pager-auto .pager .bx-pager, #mv .slider-area .pager-auto .pager .bx-pager-list {
  background: none !important;
}

#mv .slider-area .pager-auto .pager .bx-pager-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#mv .slider-area .pager-auto .pager .bx-pager-item {
  margin-right: 24px;
  background: none !important;
  width: 9px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .pager .bx-pager-item {
    margin-right: 36px;
    width: 12px;
  }
}

#mv .slider-area .pager-auto .pager .bx-pager-item .bx-pager-link {
  background-color: #71562f;
  border-radius: 50%;
  box-sizing: border-box;
  width: 100%;
  height: 9px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .pager .bx-pager-item .bx-pager-link {
    height: 12px;
  }
}

#mv .slider-area .pager-auto .pager .bx-pager-item .active {
  background-color: #f79eb0;
}

#mv .slider-area .pager-auto .auto {
  background: none !important;
  pointer-events: auto;
}

#mv .slider-area .pager-auto .auto .bx-controls-auto {
  background: none !important;
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item {
  background: none !important;
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-start {
  background: #f79eb0 url(../img_top/pc_bx_start.png) no-repeat 55% center;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-start {
    background: #f79eb0 url(../img_top/sp_bx_start.png) no-repeat 55% center;
  }
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-stop {
  background: #f79eb0 url(../img_top/pc_bx_stop.png) no-repeat center center;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .auto .bx-controls-auto-item .bx-stop {
    background: #f79eb0 url(../img_top/sp_bx_stop.png) no-repeat center center;
  }
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item .active {
  display: none;
}

#mv .slider-area .pager-auto .auto .bx-controls-auto-item button {
  border-radius: 8px;
  width: 34px;
  height: 28px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .pager-auto .auto .bx-controls-auto-item button {
    border-radius: 12px;
    width: 50px;
    height: 40px;
  }
}

#mv .slider-area button {
  padding: 0;
  border: none;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #mv .slider-area {
    width: 100%;
  }
}

#mv .slider-area .list li, #mv .slider-area .list a {
  height: 430px;
}

@media screen and (max-width: 768px) {
  #mv .slider-area .list li, #mv .slider-area .list a {
    width: 700px;
    height: 333px;
  }
}

#mv .slider-area .list li img, #mv .slider-area .list a img {
  border-radius: 24px;
}

#mv .pager-auto {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  #mv .pager-auto {
    margin-top: 24px;
  }
}

#age {
  margin-top: 20px;
}

#age .title {
  margin-bottom: 20px;
  text-align: center;
}

#age > .in {
  margin: 0 auto;
  width: 1020px;
}

@media screen and (max-width: 768px) {
  #age {
    margin-top: 45px;
  }
  #age > .in {
    margin: 0 auto;
    width: 710px;
  }
}

#age .list {
  margin-top: -30px;
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}

@media screen and (max-width: 768px) {
  #age .list {
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
    width: calc(100% + 30px);
  }
}

#age .list li {
  margin-top: 30px;
  margin-left: 30px;
  padding-top: 190px;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  text-align: center;
  width: 320px;
  height: 250px;
}

@media screen and (max-width: 768px) {
  #age .list li {
    margin: 30px 15px 0;
    width: 330px;
    height: 258px;
  }
}

#age .list li.age1 {
  background-image: url(../img_top/pc_age_bg1.png);
}

#age .list li.age2 {
  background-image: url(../img_top/pc_age_bg2.png);
}

#age .list li.age3 {
  background-image: url(../img_top/pc_age_bg3.png);
}

@media screen and (max-width: 768px) {
  #age .list li.age1 {
    background-image: url(../img_top/sp_age_bg1.png);
  }
  #age .list li.age2 {
    background-image: url(../img_top/sp_age_bg2.png);
  }
  #age .list li.age3 {
    background-image: url(../img_top/sp_age_bg3.png);
  }
}

#age .list li a {
  display: block;
}

#age .list li a:hover {
  opacity: 0.85;
}

#if {
  margin-top: 65px;
}

#if .title {
  margin-bottom: 20px;
  text-align: center;
}

#if > .in {
  margin: 0 auto;
  width: 1020px;
}

@media screen and (max-width: 768px) {
  #if {
    margin-top: 80px;
  }
  #if > .in {
    margin: 0 auto;
    width: 670px;
  }
}

#if .list {
  margin: -30px -15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 30px);
}

#if .list li {
  margin: 30px 15px 0;
  width: 320px;
}

#if .list a {
  color: #71562f;
  display: block;
}

#if .list a:hover img {
  opacity: 0.85;
}

#if .list .bloc {
  position: relative;
  border: 2px solid #61ce9c;
  border-radius: 10px;
}

#if .list .bloc .photo img {
  border-radius: 10px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 160px;
}

#if .list .bloc .txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #71562f;
  font-size: 130%;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #if .list .bloc .txt {
    font-size: 110%;
  }
}

#support {
  margin-top: 60px;
}

#support .title {
  margin-bottom: 20px;
  text-align: center;
}

#support > .in {
  margin: 0 auto;
  width: 1020px;
}

@media screen and (max-width: 768px) {
  #support {
    margin-top: 90px;
  }
  #support > .in {
    margin: 0 auto;
    width: 710px;
  }
}

#support .list {
  margin-top: -30px;
  margin-left: -30px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}

@media screen and (max-width: 768px) {
  #support .list {
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
  }
}

#support .list li {
  margin-top: 30px;
  margin-left: 30px;
  width: 320px;
}

@media screen and (max-width: 768px) {
  #support .list li {
    margin: 30px 15px 0;
    width: 340px;
  }
}

#support .list li img {
  width: 100%;
  height: auto;
}

#support .list a {
  display: block;
}

#support .list a:hover {
  opacity: 0.85;
}

#info-calendar {
  margin-top: 60px;
}

#info-calendar > .in {
  margin: 0 auto;
  width: 1020px;
}

@media screen and (max-width: 768px) {
  #info-calendar {
    margin-top: 0;
  }
  #info-calendar > .in {
    margin: 0 auto;
    width: 710px;
  }
}

@media screen and (max-width: 768px) {
  #info-calendar .in {
    display: block;
  }
}

#info {
  display: flex;
  flex-direction: column;
}

#info .title {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #info {
    margin-top: 90px;
    width: 100%;
  }
}

#info .box {
  position: relative;
  padding: 20px 0;
  background-color: #f6f6f6;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #info .box {
    padding: 20px 0 40px;
    display: block;
  }
}

#info .scroll {
  margin: 0 auto 40px;
  overflow-y: auto;
  width: 900px;
  height: 290px;
}

@media screen and (max-width: 768px) {
  #info .scroll {
    width: 685px;
    height: 400px;
  }
}

#info .list {
  padding-bottom: 10px;
  width: 850px;
}

@media screen and (max-width: 768px) {
  #info .list {
    width: 640px;
  }
}

#info .list li {
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  font-size: 110%;
}

@media screen and (max-width: 768px) {
  #info .list li {
    display: block;
  }
}

#info .list li .date {
  padding-left: 27px;
  background: url(../img_top/pc_info_arrow.png) no-repeat left top 0.1em;
  box-sizing: border-box;
  width: 160px;
}

@media screen and (max-width: 768px) {
  #info .list li .date {
    padding-left: 50px;
    background: url(../img_top/sp_info_arrow.png) no-repeat left top 0.1em;
    width: 100%;
  }
}

#info .list li .txt {
  box-sizing: border-box;
  width: 650px;
}

@media screen and (max-width: 768px) {
  #info .list li .txt {
    padding-left: 50px;
    width: 100%;
  }
}

#info .list li a:focus {
  color: #333;
}

#info .arrow-btn {
  position: absolute;
  right: 50%;
  bottom: 20px;
  transform: translateX(50%);
  text-align: center;
}

@media screen and (max-width: 768px) {
  #info .arrow-btn {
    position: static;
    transform: translateX(0);
  }
}

#info .arrow-btn a {
  color: #71562f;
  text-decoration: none;
}

#info .arrow-btn span {
  position: relative;
  padding: 10px 60px;
  background-color: #fff;
  border: 3px solid #61ce9c;
  border-radius: 30px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #info .arrow-btn span {
    padding: 10px 40px 10px 30px;
    border-radius: 50px;
    font-size: 100%;
  }
}

#info .arrow-btn span:hover {
  background-color: #71562f;
  border: 3px solid #71562f;
  color: #fff;
}

#info .arrow-btn span {
  min-width: 260px;
}

@media screen and (max-width: 768px) {
  #info .arrow-btn span {
    min-width: 300px;
  }
}

#info .arrow-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #71562f;
  border-bottom: 2px solid #71562f;
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 768px) {
  #info .arrow-btn span::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

#info .arrow-btn a:hover span::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#info .pageListNotExists .scroll {
  height: 323px;
}

@media screen and (max-width: 768px) {
  #info .pageListNotExists .scroll {
    height: 300px;
  }
}

#info .pageListNotExists li {
  display: flex;
  justify-content: center;
}

#event {
  width: 320px;
}

#event .title {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #event {
    margin-top: 80px;
    width: 100%;
  }
}

#event .box {
  padding: 20px 0;
  background-color: #fbdde3;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  #event .box {
    padding: 40px 0;
  }
}

#event .calendar {
  margin-bottom: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #event .calendar {
    margin-bottom: 40px;
  }
}

#event .ctrl {
  margin: 0 auto 15px;
  color: #71562f;
  overflow: hidden;
  width: 288px;
}

@media screen and (max-width: 768px) {
  #event .ctrl {
    width: 680px;
  }
}

#event .ctrl .date {
  padding-top: 5px;
  font-size: 140%;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #event .ctrl .date {
    padding-top: 12px;
  }
}

#event .ctrl > a {
  position: relative;
  box-sizing: border-box;
  display: block;
  text-indent: -9999px;
  width: 40px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  #event .ctrl > a {
    width: 63px;
    height: 63px;
  }
}

#event .ctrl a.back {
  float: left;
}

#event .ctrl a.back::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 4px solid #71562f;
  border-bottom: 4px solid #71562f;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(135deg);
  right: 10px;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  #event .ctrl a.back::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #event .ctrl a.back::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 4px solid #71562f;
    border-bottom: 4px solid #71562f;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(135deg);
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #event .ctrl a.back::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

#event .ctrl a.next {
  float: right;
}

#event .ctrl a.next::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 4px solid #71562f;
  border-bottom: 4px solid #71562f;
  width: 8px;
  height: 8px;
  right: 10px;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  #event .ctrl a.next::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #event .ctrl a.next::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 4px solid #71562f;
    border-bottom: 4px solid #71562f;
    width: 8px;
    height: 8px;
    right: 40px !important;
    width: 20px !important;
    height: 20px !important;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #event .ctrl a.next::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

#event .calendar-area {
  margin: 0 auto 15px;
  background-color: #fff;
  border-radius: 6px;
  width: 288px;
}

@media screen and (max-width: 768px) {
  #event .calendar-area {
    width: 680px;
  }
}

#event .calendar-area th {
  padding: 16px 0 8px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #event .calendar-area th {
    padding: 40px 0 12px;
  }
}

#event .calendar-area td {
  padding: 6px 0;
  font-size: 130%;
  text-align: center;
}

#event .calendar-area td a:focus {
  color: #333;
}

#event .calendar-area tr:last-child td {
  padding: 6px 0 12px;
}

@media screen and (max-width: 768px) {
  #event .calendar-area tr:last-child td {
    padding: 6px 0 40px;
  }
}

#event .calendar-area .sun {
  color: #b70831;
}

#event .calendar-area .sat {
  color: #0057a7;
}

#event .arrow-btn {
  text-align: center;
}

#event .arrow-btn a {
  color: #71562f;
  text-decoration: none;
}

#event .arrow-btn span {
  position: relative;
  padding: 10px 60px;
  background-color: #fff;
  border: 3px solid #61ce9c;
  border-radius: 30px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #event .arrow-btn span {
    padding: 10px 40px 10px 30px;
    border-radius: 50px;
    font-size: 100%;
  }
}

#event .arrow-btn span:hover {
  background-color: #71562f;
  border: 3px solid #71562f;
  color: #fff;
}

#event .arrow-btn span {
  min-width: 260px;
}

@media screen and (max-width: 768px) {
  #event .arrow-btn span {
    min-width: 300px;
  }
}

#event .arrow-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #71562f;
  border-bottom: 2px solid #71562f;
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 768px) {
  #event .arrow-btn span::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

#event .arrow-btn a:hover span::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#event .arrow-btn a:focus {
  display: inline-block;
}

#topics {
  margin-top: 45px;
}

#topics .title {
  margin-bottom: 20px;
  text-align: center;
}

#topics > .in {
  margin: 0 auto;
  width: 1020px;
}

@media screen and (max-width: 768px) {
  #topics {
    margin-top: 90px;
  }
  #topics > .in {
    margin: 0 auto;
    width: 710px;
  }
}

#topics .in {
  padding: 30px 0;
  background-image: url(../img_top/pc_topics_bg.jpg);
  border-radius: 20px;
}

#topics .inner {
  margin: 0 auto;
  width: 800px;
}

@media screen and (max-width: 768px) {
  #topics .inner {
    width: 630px;
  }
}

#topics .list {
  margin-top: -20px;
  margin-left: -70px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 70px);
}

@media screen and (max-width: 768px) {
  #topics .list {
    margin-top: -30px;
    margin-left: -100px;
    width: calc(100% + 100px);
  }
}

#topics .list li {
  margin-top: 20px;
  margin-left: 70px;
  width: 220px;
}

@media screen and (max-width: 768px) {
  #topics .list li {
    margin-top: 30px;
    margin-left: 100px;
    width: 265px;
  }
}

#topics .list li img {
  width: 100%;
  height: auto;
}

#topics .list a {
  display: block;
}

#topics .list a:hover {
  opacity: 0.85;
}

#qa {
  margin-top: 70px;
}

#qa .title {
  margin-bottom: 20px;
  text-align: center;
}

#qa > .in {
  margin: 0 auto;
  width: 1020px;
}

@media screen and (max-width: 768px) {
  #qa {
    margin-top: 85px;
    margin-bottom: 70px;
  }
  #qa > .in {
    margin: 0 auto;
    width: 710px;
  }
}

#qa .txt {
  margin-bottom: 30px;
  color: #71562f;
  font-size: 110%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #qa .txt {
    font-size: 100%;
  }
}

#qa .arrow-btn {
  text-align: center;
}

#qa .arrow-btn a {
  color: #71562f;
  text-decoration: none;
}

#qa .arrow-btn span {
  position: relative;
  padding: 10px 60px;
  background-color: #fff;
  border: 3px solid #61ce9c;
  border-radius: 30px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #qa .arrow-btn span {
    padding: 10px 40px 10px 30px;
    border-radius: 50px;
    font-size: 100%;
  }
}

#qa .arrow-btn span:hover {
  background-color: #71562f;
  border: 3px solid #71562f;
  color: #fff;
}

#qa .arrow-btn span {
  padding: 18px 60px;
  background-image: url(../img_top/pc_qa_bg.jpg);
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  min-width: 360px;
}

@media screen and (max-width: 768px) {
  #qa .arrow-btn span {
    min-width: 540px;
  }
}

#qa .arrow-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #71562f;
  border-bottom: 2px solid #71562f;
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 768px) {
  #qa .arrow-btn span::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}

#qa .arrow-btn a:hover span {
  background: #71562f;
  text-shadow: none;
}

#qa .arrow-btn a:hover span::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#qa .arrow-btn a:focus {
  display: inline-block;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
#footer {
  position: relative;
  margin-top: 50px;
  padding-top: 150px;
  background: url(../img_common/pc_footer_dog.png) no-repeat left 160px top 50px, url(../img_common/pc_footer_bg1.png) no-repeat center top 100px;
}

@media screen and (max-width: 768px) {
  #footer {
    padding-top: 100px;
    background: url(../img_common/sp_footer_dog.png) no-repeat left 25px top 35px, url(../img_common/sp_footer_bg1.png) no-repeat center top 90px;
  }
}

#footer .area {
  background: #fbdde3 url(../img_common/pc_footer_bg2.png) no-repeat center center;
}

#footer .area > .in {
  margin: 0 auto;
  width: 1020px;
}

@media screen and (max-width: 768px) {
  #footer .area {
    background: #fbdde3 url(../img_common/sp_footer_bg2.png) no-repeat center top 60px;
  }
  #footer .area > .in {
    margin: 0 auto;
    width: 710px;
  }
}

#footer #pagetop-pc {
  position: absolute;
  top: 0;
  right: 30px;
  background: none !important;
  width: 264px;
  height: 114px;
  z-index: 100;
}

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

#footer #pagetop-pc a {
  background: url(../img_common/pc_footer_pagetop.png) no-repeat;
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #footer #pagetop-pc a {
    background: url(../img_common/sp_footer_pagetop.png) no-repeat;
  }
}

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

#footer .in {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #footer .in {
    display: block;
  }
}

#footer .in .title {
  margin-top: 25px;
  text-align: right;
  width: 425px;
}

@media screen and (max-width: 768px) {
  #footer .in .title {
    padding-top: 25px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
  }
}

#footer .in .list {
  width: 570px;
}

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

#footer .in .list li {
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #footer .in .list li {
    text-align: center;
  }
}

#footer .in .list li span {
  font-size: 150%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #footer .in .list li span {
    font-size: 100%;
  }
}

#footer .footer-nav {
  margin: 15px auto 0;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 20px;
  width: 800px;
}

@media screen and (max-width: 768px) {
  #footer .footer-nav {
    border-radius: 50px;
    width: 700px;
  }
}

#footer .footer-nav .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#footer .footer-nav .list li {
  padding: 0 0.5em;
  border-right: 1px solid #718db5;
}

#footer .footer-nav .list li:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  #footer .footer-nav .list li {
    font-size: 90%;
  }
}

#footer .footer-nav .list li a:focus {
  color: #333;
}

#footer .copyright {
  padding: 16px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .copyright {
    padding: 18px 0;
    font-size: 90%;
  }
}
