@charset "UTF-8";
/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
@import 'https://fonts.googleapis.com/css?family=Old+Standard+TT';
@import url(../slick/slick.css);
@import url(../slick/slick-theme.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/* ------------------------------------------------------
    values
------------------------------------------------------ */
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/************************************
** レスポンシブページネーション
************************************/
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}

@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}

@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}

@media only screen and (max-width: 240px) {
  /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

.prevnext {
  display: flex;
  width: 300px;
  margin: 40px auto 60px;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.prevnext .to_prev {
  width: 100px;
  text-align: left;
}

.prevnext .to_archive {
  width: 100px;
  text-align: center;
}

.prevnext .to_next {
  width: 100px;
  text-align: right;
}

.prevnext .disable {
  opacity: 0.3;
}

@media screen and (max-width: 480px) {
  .prevnext {
    width: 100%;
    margin: 20px auto;
    font-size: 1.2rem;
  }
  .prevnext .to_prev {
    width: 335;
    text-align: left;
  }
  .prevnext .to_archive {
    width: 335;
    text-align: center;
  }
  .prevnext .to_next {
    width: 335;
    text-align: right;
  }
  .prevnext .disable {
    opacity: 0.3;
  }
}

/* gloval */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  color: #2F2F2F;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #2F2F2F;
  font-size: 12px;
  font-family: "Old Standard TT", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", "Times", serif;
  background: #fff url(../images/bg_head.png) no-repeat center top;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  color: #999;
  text-decoration: underline;
}

em {
  color: #FF6A79;
  font-style: normal;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

#banner_content {
  margin-top: clamp(48px, 5.161vw, 64px);
  margin-bottom: clamp(32px, 3.226vw, 40px);
  padding-inline: 20px;
  width: min(100%, 790px);
  margin-inline: auto;
}

#banner_content a {
  width: 100%;
  display: block;
  transition: opacity 0.5s;
}

#banner_content a:hover {
  opacity: 0.7 !important;
}

#banner_content a img {
  width: 100%;
}

#main_content {
  margin-bottom: 120px;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.sec_title {
  text-align: center;
}

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

.top_image {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

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

#page_top {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#page_top #page_title {
  text-align: center;
  font-size: 42px;
  letter-spacing: 0.2em;
}

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

@media screen and (max-width: 1000px) {
  #page_top #page_title {
    font-size: 46px;
  }
}

.btn_c {
  text-align: center;
}

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

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.fll_pc {
  float: left;
}

.flr_pc {
  float: right;
}

.fln {
  float: none;
}

.cb {
  clear: both;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .fll_pc {
    float: none;
  }
  .flr_pc {
    float: none;
  }
  #main_content {
    margin-bottom: 0;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 62.5%;
  }
  #page_top {
    width: 100%;
    margin: 0 auto;
  }
  #page_top #page_title {
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
}

/* header */
#top-head {
  width: 100%;
  margin: 0 auto 40px;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}

#top-head .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#top-head #pc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top-head #pc-head .logo {
  margin-right: 5px;
}

#top-head #pc-head .intro {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  color: #A78B74;
  font-weight: bold;
  margin-right: auto;
}

#top-head #pc-head .tel {
  margin-left: auto;
}

#top-head #pc-head .btn_itms {
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#top-head #pc-head .btn_itms a {
  display: inline-block;
  margin-left: 10px;
}

#top-head #global-nav {
  margin-top: 30px;
}

#top-head #global-nav ul {
  font-family: "Old Standard TT", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", "Times", serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-right: 1px solid #999;
  font-size: 14px;
}

#top-head #global-nav ul li {
  border-left: 1px solid #999;
}

#top-head #global-nav ul li a {
  display: block;
  text-align: center;
  padding: 0 46px;
}

#top-head #global-nav .btn_itms {
  display: none;
}

#top-head #mobile-head {
  display: none;
}

@media screen and (max-width: 1000px) {
  body {
    margin-top: 96px;
  }
  #top-head {
    width: 100%;
    padding: 0;
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  #top-head .inner {
    width: 100%;
    padding: 0;
  }
  #top-head #pc-head {
    display: none;
  }
  #top-head #mobile-head {
    z-index: 999;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #fff;
  }
  #top-head #mobile-head .logo {
    width: 50%;
    text-align: left;
    padding-left: 10px;
    margin-left: 5px;
    margin-right: auto;
  }
  #top-head #mobile-head .logo img {
    max-width: 100%;
    height: auto;
  }
  #top-head #mobile-head .sns_tw {
    max-width: 14%;
    padding: 0 1%;
  }
  #top-head #mobile-head .sns_tw img {
    max-width: 100%;
    height: auto;
  }
  #top-head #mobile-head .sns_fb {
    max-width: 14%;
    padding: 0 1%;
  }
  #top-head #mobile-head .sns_fb img {
    width: 100%;
    height: auto;
  }
  #top-head #mobile-head .btn_menu {
    max-width: 16%;
  }
  #top-head #mobile-head .btn_menu img {
    width: 100%;
    height: auto;
  }
  #top-head #mobile-head .tel_link {
    max-width: 16%;
  }
  #top-head #mobile-head .tel_link img {
    max-width: 100%;
    height: auto;
  }
  #top-head #global-nav {
    position: absolute;
    top: 100%;
    left: 100%;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    text-align: left;
    margin-top: 1px;
    padding: 0 5%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 998;
    overflow: hidden;
  }
  #top-head #global-nav ul {
    list-style: none;
    position: static;
    flex-direction: column;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border-right: none;
  }
  #top-head #global-nav ul li {
    border-left: none;
  }
  #top-head #global-nav ul li a {
    font-size: 25px;
    width: 100%;
    display: block;
    color: #fff;
    line-height: 90px;
    padding-left: 0;
    border-bottom: 1px solid #fff;
    background: url(../images/menu_arrow.png) no-repeat 99% center;
  }
  #top-head #global-nav ul li a:hover {
    background: rgba(0, 0, 0, 0.8) url(../images/menu_arrow.png) no-repeat 99% center;
  }
  #top-head.open #global-nav {
    left: 0;
  }
  #top-head #global-nav .btn_itms {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    font-size: 0;
    line-height: 0;
  }
  #top-head #global-nav .btn_itms a {
    margin: 0 15px;
  }
}

@media screen and (max-width: 500px) {
  #top-head #mobile-head .logo {
    padding: 0;
  }
  #top-head #global-nav {
    position: absolute;
    top: 100%;
    left: 100%;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    text-align: left;
    margin-top: 1px;
    padding: 0 5%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 998;
    overflow: hidden;
  }
  #top-head #global-nav ul {
    list-style: none;
    position: static;
    flex-direction: column;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    border-right: none;
  }
  #top-head #global-nav ul li {
    border-left: none;
  }
  #top-head #global-nav ul li a {
    font-size: 22px;
    width: 100%;
    display: block;
    color: #fff;
    line-height: 60px;
    padding-left: 0;
    border-bottom: 1px solid #fff;
    background: url(../images/menu_arrow.png) no-repeat 99% center;
  }
  #top-head #global-nav ul li a:hover {
    background: rgba(0, 0, 0, 0.8) url(../images/menu_arrow.png) no-repeat 99% center;
  }
  #top-head.open #global-nav {
    left: 0;
  }
}

.fbtm_btn_itms {
  display: none;
}
@media screen and (max-width: 1000px) {
  .fbtm_btn_itms {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    background-color: #fff;
  }
  .fbtm_btn_itms a {
    width: calc(50% - 1px);
    height: 50px;
    display: block;
  }
  .fbtm_btn_itms a.tel {
    background: #89a297 url(../images/btn_sp_tel.png) left center no-repeat;
    background-size: 50px 50px;
    padding-left: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
  }
  .fbtm_btn_itms a.hpb {
    background-color: rgba(242, 170, 191, 1);
    text-align: center;
    padding: 5px 0;
  }
  .fbtm_btn_itms a.hpb img {
    width: auto;
    height: 40px;
  }
  footer#footer {
    margin-bottom: 50px;
  }
}


/* footer */
footer#footer .pc_only {
  display: block;
}

footer#footer .mobile_only {
  display: none;
}

footer#footer .footer_top {
  background: url(../images/bg_footer_top.jpg) no-repeat center;
  text-align: center;
}

footer#footer .footer_middle {
  background: #8F837C;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

footer#footer .footer_middle .inner {
  display: flex;
  width: 1000px;
  padding: 28px 0;
}

footer#footer .footer_middle .inner .area {
  width: 50%;
}

footer#footer .footer_middle .inner .left dl {
  display: flex;
}

footer#footer .footer_middle .inner .left dl dt {
  width: 76px;
  height: 35px;
  background: #7D7067;
  text-align: center;
  line-height: 35px;
  font-size: 12px;
}

footer#footer .footer_middle .inner .left dl dd {
  margin-left: 5px;
  font-size: 13px;
}

footer#footer .footer_bottom {
  text-align: center;
  background: #fff;
  color: #767676;
  height: 50px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

footer#footer .footer_bottom .copy {
  line-height: 50px;
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  footer#footer .pc_only {
    display: none;
  }
  footer#footer .mobile_only {
    display: block;
  }
  footer#footer .footer_top {
    padding: 10px 40px;
    background: #fff none;
  }
  footer#footer .footer_top a {
    display: block;
    margin: 30px 0;
  }
  footer#footer .footer_top a img {
    max-width: 100%;
    height: auto;
  }
  footer#footer .footer_contact {
    background: #fff;
    padding: 2px 0;
    display: flex;
    justify-content: center;
  }
  footer#footer .footer_contact a {
    max-width: 50%;
  }
  footer#footer .footer_contact a img {
    max-width: 100%;
    height: auto;
  }
  footer#footer .footer_middle .inner {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 10px 40px;
  }
  footer#footer .footer_middle .inner .area {
    width: 100%;
  }
  footer#footer .footer_middle .inner .area dl {
    clear: left;
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  footer#footer .footer_middle .inner .area dl dt {
    width: 92px;
    height: 85px;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    padding-top: 30px;
  }
  footer#footer .footer_middle .inner .area dl .double {
    padding-top: 20px;
  }
  footer#footer .footer_middle .inner .area dl dd {
    margin-left: 10px;
    font-size: 20px;
  }
  footer#footer .footer_middle .inner .right ul {
    list-style-type: none;
    background: url(../images/line_footer.png) repeat-x top;
    margin: 0;
    padding: 30px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer#footer .footer_middle .inner .right ul li {
    padding: 0 5px;
  }
  footer#footer .footer_middle .inner .right ul li img {
    max-width: 100%;
    height: auto;
  }
  footer#footer .footer_middle .inner .right ul .gm {
    padding: 0 5px;
  }
  footer#footer .footer_bottom .copy {
    font-size: 17px;
  }
}

@media screen and (max-width: 480px) {
  footer#footer .footer_top {
    padding: 10px 5%;
  }
  footer#footer .footer_middle .inner {
    padding: 10px 5%;
  }
  footer#footer .footer_middle .inner .area dl dt {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
    line-height: 18px;
    font-weight: normal;
    padding-top: 17px;
  }
  footer#footer .footer_middle .inner .area dl .double {
    padding-top: 8px;
  }
  footer#footer .footer_middle .inner .area dl dd {
    margin-left: 10px;
    font-size: 1.2rem;
  }
  footer#footer .footer_middle .inner .right ul {
    list-style-type: none;
    background: url(../images/line_footer.png) repeat-x top;
    margin: 0;
    padding: 30px 0 10px;
    display: flex;
    justify-content: center;
  }
  footer#footer .footer_middle .inner .right ul li {
    padding: 0 5px;
  }
  footer#footer .footer_middle .inner .right ul li img {
    max-width: 100%;
    height: auto;
  }
  footer#footer .footer_middle .inner .right ul .gm {
    padding: 0 5px;
  }
  footer#footer .footer_bottom .copy {
    font-size: 17px;
  }
}

#slidewrap {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

#slidewrap #slideshow .slide img {
  max-width: 100%;
  height: auto;
}

#slidewrap #label {
  position: absolute;
  right: 0;
  top: 73px;
}

#slidewrap #catch {
  position: absolute;
  right: 43px;
  bottom: -55px;
}

@media screen and (max-width: 1000px) {
  #slidewrap {
    overflow: hidden;
  }
  #slidewrap #label {
    position: static;
    padding-top: 30px;
    max-width: 100%;
    height: auto;
  }
  #slidewrap #catch {
    position: absolute;
    right: -10px;
    bottom: 35%;
    width: 30%;
    height: auto;
  }
}

@media screen and (max-width: 1000px) {
  #slidewrap #label {
    position: static;
    padding-top: 30px;
    max-width: 100%;
    height: auto;
  }
  #slidewrap #catch {
    position: absolute;
    right: -10px;
    bottom: 35%;
    width: 30%;
    height: auto;
  }
}

#top #main_content {
  margin-bottom: 0;
}

section#news {
  padding: 20px 0 80px;
  text-align: center;
}

section#news .sec_title {
  margin-bottom: 40px;
}

section#news .news_wrap {
  text-align: left;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section#news .news_wrap .news_box {
  width: 287px;
  margin: 0;
  padding: 0;
}

section#news .news_wrap .news_box .date {
  font-family: "Old Standard TT", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", "Times", serif;
  font-size: 12px;
  margin-bottom: 0;
}

section#news .news_wrap .news_box .title {
  font-size: 15px;
  border-bottom: 1px solid #767676;
  margin-top: 0;
  padding: 4px 0 8px;
}

section#news .news_wrap .news_box .content {
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  section#news .sec_title {
    padding: 25px 0;
    background: #eee;
    margin-bottom: 0;
    background: url(../images/bg_what.jpg) repeat;
  }
  section#news .news_wrap {
    text-align: left;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
  section#news .news_wrap .news_box {
    width: 100%;
    margin: 0;
    padding: 20px 40px;
    background: url(../images/line_news.png) repeat-x bottom;
  }
  section#news .news_wrap .news_box .date {
    font-size: 20px;
    margin-bottom: 0;
  }
  section#news .news_wrap .news_box .title {
    font-size: 24px;
    border-bottom: 1px solid #767676;
    margin-top: 0;
    padding: 4px 0 8px;
  }
  section#news .news_wrap .news_box .content {
    font-size: 22px;
  }
  section#news .news_wrap .news_box:last-child {
    background-image: none;
  }
}

@media screen and (max-width: 480px) {
  section#news .sec_title {
    padding: 15px 0;
  }
  section#news .sec_title img {
    width: 40%;
    height: auto;
  }
  section#news .news_wrap .news_box {
    margin: 0;
    padding: 20px 5%;
  }
  section#news .news_wrap .news_box .date {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  section#news .news_wrap .news_box .title {
    font-size: 1.6rem;
    border-bottom: 1px solid #767676;
    margin-top: 0;
    padding: 4px 0 8px;
  }
  section#news .news_wrap .news_box .content {
    font-size: 1.4rem;
  }
  section#news .news_wrap .news_box:last-child {
    background-image: none;
  }
  section#news .btn_c {
    padding: 0 5%;
  }
}

section#what {
  background: url(../images/bg_what.jpg) repeat;
  padding: 70px 0 90px;
  text-align: center;
}

section#what p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 2.2;
  margin: 30px 0;
}

@media screen and (max-width: 1000px) {
  section#what {
    padding: 70px 40px 90px;
    text-align: left;
  }
  section#what p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 22px;
    line-height: 34px;
    margin: 20px 0;
  }
}

@media screen and (max-width: 480px) {
  section#what {
    padding: 30px 5% 40px;
    text-align: left;
  }
  section#what p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 15px 0;
  }
}

section#slider {
  overflow: hidden;
}

section#slider #slick {
  width: 120%;
  margin: 0 -10%;
}

@media screen and (max-width: 1000px) {
  section#slider {
    display: none;
  }
}

/* menu */
#page_top #page_title {
  font-family: "Old Standard TT", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", "Times", serif;
  font-weight: normal;
}

#page_top #page_nav ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  display: flex;
}

#page_top #page_nav ul li {
  padding: 0 34px;
}

#page_top #page_nav ul li a {
  text-decoration: underline;
}

#page_top #page_nav ul .divider {
  padding: 0;
}

#page_top .caution {
  color: #C79F62;
  font-size: 12px;
  text-align: right;
  margin: 30px 0;
}

.menu_sec {
  width: 1000px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto 85px;
  display: flex;
  justify-content: space-between;
}

.menu_sec .title_area {
  width: 250px;
  font-size: 12px;
  border-top: 2px solid #2F2F2F;
}

.menu_sec .title_area .sec_title {
  text-align: left;
  font-size: 22px;
  font-family: "Old Standard TT", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", "Times", serif;
  margin: 10px 0 0;
}

.menu_sec .title_area .caution {
  color: #026DB6;
  font-weight: bold;
}

.menu_sec .content_area {
  width: 700px;
  font-size: 14px;
}

.menu_sec .content_area dl {
  clear: both;
  margin: 0;
  line-height: 38px;
  border-bottom: 1px solid #2F2F2F;
  overflow: hidden;
}

.menu_sec .content_area dl dt {
  float: left;
}

.menu_sec .content_area dl dd {
  text-align: right;
  margin: 0;
}

.menu_sec .content_area dl .break {
  clear: left;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
}

.menu_sec .content_area dl.multi dt .menu_title {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  padding: 7px 0;
  line-height: 24px;
}

.menu_sec .content_area dl.multi dt .menu_comment {
  color: #A38A77;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 0;
}

.menu_sec .content_area dl.multi dd {
  padding-top: 7px;
  line-height: 24px;
}

.menu_sec .boshu {
  text-align: center;
  margin-bottom: 20px;
}

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

@media screen and (max-width: 1000px) {
  #page_top #page_nav {
    display: none;
  }
  #page_top .caution {
    color: #9E9E9F;
    font-size: 20px;
    margin: 0;
  }
  .menu_sec {
    width: 100%;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 auto 30px;
    flex-direction: column;
  }
  .menu_sec .title_area {
    width: 100%;
    font-size: 22px;
    border-top: none;
    padding: 0 40px;
  }
  .menu_sec .title_area .sec_title {
    font-size: 36px;
    line-height: 2em;
    color: #fff;
    background-color: #88A196;
    margin: 0 -40px;
    padding: 0 40px;
  }
  .menu_sec .content_area {
    width: 100%;
    padding: 0 40px;
    font-size: 14px;
  }
  .menu_sec .content_area dl {
    clear: both;
    margin: 0;
    width: 100%;
    line-height: 38px;
    border-top: 1px solid #B4B4B5;
    border-bottom: none;
    overflow: hidden;
    display: table;
  }
  .menu_sec .content_area dl dt {
    font-size: 24px;
    line-height: 30px;
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding: 20px 0;
  }
  .menu_sec .content_area dl dd {
    font-size: 20px;
    text-align: right;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
  }
  .menu_sec .content_area dl .break {
    clear: left;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
  }
  .menu_sec .content_area dl .break.cf {
    text-align: center;
  }
  .menu_sec .content_area dl .break.cf img {
    margin-bottom: 20px;
  }
  .menu_sec .content_area dl.multi {
    display: block;
  }
  .menu_sec .content_area dl.multi dt {
    float: none;
    display: block;
    padding: 0;
  }
  .menu_sec .content_area dl.multi dt .menu_title {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    padding: 25px 0 15px;
    line-height: 30px;
  }
  .menu_sec .content_area dl.multi dt .menu_comment {
    color: #A38A77;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 0;
  }
  .menu_sec .content_area dl.multi dd {
    font-size: 22px;
    padding: 7px 0 30px;
    line-height: 30px;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  #page_top .caution {
    font-size: 1.4rem;
  }
  .menu_sec {
    width: 100%;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 auto 30px;
    flex-direction: column;
  }
  .menu_sec .title_area {
    width: 100%;
    font-size: 1.4rem;
    border-top: none;
    padding: 0 5%;
  }
  .menu_sec .title_area .sec_title {
    font-size: 2rem;
    line-height: 1.8;
    color: #fff;
    background-color: #88A196;
    margin: 0 -5%;
    padding: 0 5%;
  }
  .menu_sec .content_area {
    width: 100%;
    padding: 0 5%;
    font-size: 1.2rem;
  }
  .menu_sec .content_area dl {
    clear: both;
    margin: 0;
    width: 100%;
    line-height: 38px;
    border-top: 1px solid #B4B4B5;
    border-bottom: none;
    overflow: hidden;
    display: table;
  }
  .menu_sec .content_area dl dt {
    font-size: 1.4rem;
    line-height: 30px;
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding: 20px 0;
  }
  .menu_sec .content_area dl dd {
    font-size: 1.2rem;
    text-align: right;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0;
  }
  .menu_sec .content_area dl .break {
    clear: left;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
  }
  .menu_sec .content_area dl .break.cf {
    text-align: center;
  }
  .menu_sec .content_area dl .break.cf img {
    margin-bottom: 20px;
  }
  .menu_sec .content_area dl.multi {
    display: block;
  }
  .menu_sec .content_area dl.multi dt {
    float: none;
    display: block;
    padding: 0;
  }
  .menu_sec .content_area dl.multi dt .menu_title {
    margin: 0;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 25px 0 15px;
    line-height: 30px;
  }
  .menu_sec .content_area dl.multi dt .menu_comment {
    color: #A38A77;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 0;
  }
  .menu_sec .content_area dl.multi dd {
    font-size: 1.2rem;
    padding: 7px 0 30px;
    line-height: 30px;
    display: block;
  }
}

/* about */
section#about_top {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: center;
  font-size: 15px;
  line-height: 32px;
}

section#about_top .sec_title {
  margin-bottom: 40px;
  padding-top: 50px;
  border-top: 1px solid #303030;
}

section#about_top .content_area {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  section#about_top {
    box-sizing: border-box;
    margin: 0;
    padding: 0 40px 30px;
    text-align: center;
    font-size: 22px;
    line-height: 36px;
  }
  section#about_top .sec_title {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  section#about_top .content_area {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  section#about_top {
    padding: 0 5% 30px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  section#about_top .sec_title {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}

section#about_strong {
  background: url(../images/bg_what.jpg) repeat;
  padding: 70px 0 90px;
  text-align: center;
}
section#about_strong p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 2.2;
  margin: 30px 0;
}
section#about_strong .strong_list {
  text-align: left;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section#about_strong .strong_list .strong_point {
  width: 310px;
  margin: 0;
  padding: 0;
}
section#about_strong .strong_list .strong_point .title {
  font-size: 22px;
  line-height: 33px;
  text-align: center;
}
section#about_strong .strong_list .strong_point .content {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 1000px) {
  section#about_strong {
    padding: 30px 40px 40px;
  }
  section#about_strong p {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 22px;
    line-height: 36px;
    margin: 30px 0;
    text-align: left;
  }
  section#about_strong .strong_list {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  section#about_strong .strong_list .strong_point {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  section#about_strong .strong_list .strong_point figure {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  section#about_strong .strong_list .strong_point figure img {
    max-width: 100%;
    height: auto;
  }
  section#about_strong .strong_list .strong_point .title {
    font-size: 26px;
    line-height: 33px;
    text-align: center;
    border-bottom: 1px solid #303030;
    padding-bottom: 20px;
  }
  section#about_strong .strong_list .strong_point .content {
    text-align: left;
    font-size: 22px;
    line-height: 36px;
  }
}

@media screen and (max-width: 480px) {
  section#about_strong {
    padding: 30px 5% 40px;
  }
  section#about_strong p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  section#about_strong .strong_list .strong_point {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  section#about_strong .strong_list .strong_point figure {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  section#about_strong .strong_list .strong_point figure img {
    max-width: 100%;
    height: auto;
  }
  section#about_strong .strong_list .strong_point .title {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
    border-bottom: 1px solid #303030;
    padding-bottom: 15px;
    margin: 15px 0;
  }
  section#about_strong .strong_list .strong_point .content {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 15px 0 50px;
  }
}

section.profile {
  width: 1000px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-top: 80px;
  margin: 0 auto 85px;
  display: flex;
  justify-content: space-between;
}
section.profile .title_area {
  width: 250px;
  font-size: 12px;
  border-top: 2px solid #2F2F2F;
}
section.profile .title_area .sec_title {
  text-align: left;
  font-size: 22px;
  font-family: "Old Standard TT", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", "Times", serif;
  margin: 10px 0 0;
}
section.profile .title_area .caution {
  color: #026DB6;
  font-weight: bold;
}
section.profile .content_area {
  width: 700px;
  font-size: 14px;
}
section.profile .content_area dl {
  clear: both;
  margin: 0;
  line-height: 24px;
  border-bottom: 1px solid #2F2F2F;
  display: table;
  width: 100%;
}
section.profile .content_area dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
}
section.profile .content_area dl dd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 7px 0;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  section.profile {
    width: 100%;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 auto 30px;
    padding-top: 30px;
    flex-direction: column;
  }
  section.profile .title_area {
    width: 100%;
    font-size: 32px;
    border-top: none;
  }
  section.profile .title_area .sec_title {
    font-size: 36px;
    line-height: 2em;
    text-align: center;
    padding-bottom: 10px;
  }
  section.profile .content_area {
    width: 100%;
    padding: 0 40px;
    font-size: 14px;
  }
  section.profile .content_area dl {
    clear: both;
    margin: 0;
    width: 100%;
    line-height: 38px;
    border-top: 1px solid #B4B4B5;
    border-bottom: none;
    overflow: hidden;
    display: table;
  }
  section.profile .content_area dl dt {
    font-size: 20px;
    line-height: 30px;
    display: table-cell;
    width: 120px;
    float: none;
    vertical-align: middle;
    padding: 11px 0;
  }
  section.profile .content_area dl dd {
    font-size: 20px;
    line-height: 36px;
    text-align: left;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 11px 0;
  }
}

@media screen and (max-width: 480px) {
  section.profile .title_area .sec_title {
    font-size: 2rem;
    line-height: 2em;
  }
  section.profile .content_area {
    width: 100%;
    padding: 0 40px;
  }
  section.profile .content_area dl {
    clear: both;
    margin: 0;
    width: 100%;
    line-height: 38px;
    border-top: 1px solid #B4B4B5;
    border-bottom: none;
    overflow: hidden;
    display: table;
  }
  section.profile .content_area dl dt {
    font-size: 1.4rem;
    line-height: 1.4;
    display: table-cell;
    width: 120px;
    float: none;
    vertical-align: middle;
    padding: 11px 0;
  }
  section.profile .content_area dl dd {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 11px 0;
  }
}

/* news */
#news_archive {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#news_archive #content {
  width: 700px;
  border-top: 1px solid #303030;
}

#news_archive #content article.post {
  border-bottom: 1px solid #303030;
}

#news_archive #content article.post .post_date {
  font-family: "Old Standard TT", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", "Times", serif;
  margin: 40px 0 0;
  font-size: 12px;
  width: 485px;
  float: right;
}

#news_archive #content article.post figure.post_thumbnail {
  width: 185px;
  margin: 45px 0;
  float: left;
}

#news_archive #content article.post figure.post_thumbnail img {
  max-width: 100%;
  height: auto;
}

#news_archive #content article.post .text {
  width: 485px;
  float: right;
  margin: 0 0 45px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#news_archive #content article.post .text .post_title {
  font-size: 15px;
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #303030;
}

#news_archive #content article.post .text .post_content {
  font-size: 14px;
}

#news_archive #content article.post .text .post_btn {
  text-align: right;
  margin-top: 20px;
}

#news_detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#news_detail #content {
  width: 700px;
  border-top: 1px solid #303030;
}

#news_detail #content article.post {
  border-bottom: 1px solid #303030;
}

#news_detail #content article.post .post_date {
  font-family: "Old Standard TT", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", "Times", serif;
  margin: 40px 0 0;
  font-size: 12px;
}

#news_detail #content article.post .text {
  margin: 0 0 45px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#news_detail #content article.post .text .post_title {
  font-size: 20px;
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #303030;
}

#news_detail #content article.post .text .post_content {
  font-size: 14px;
}

#news_detail #content article.post .text .post_btn {
  text-align: right;
  margin-top: 20px;
}

#sidebar {
  width: 190px;
  border-top: 1px solid #303030;
}

#sidebar .side_title {
  font-size: 22px;
}

#sidebar .year {
  padding-left: 25px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  background: url(../images/side_dot.png) no-repeat 10px center;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 34px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#sidebar ul li {
  list-style-type: none;
  margin-bottom: 1px;
  padding-left: 10px;
}

#sidebar ul li a {
  padding-left: 28px;
  background: #eee url(../images/side_dot.png) no-repeat 10px center;
  display: block;
}

@media screen and (max-width: 1000px) {
  #news_archive {
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #news_archive #content {
    width: 100%;
    border-top: none;
    padding: 0 40px;
  }
  #news_archive #content article.post {
    border-bottom: none;
  }
  #news_archive #content article.post .post_date {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 40px 0 0;
    font-size: 20px;
    width: 100%;
    float: none;
    background: #89A297 url(../images/news_date_dot.gif) no-repeat 10px center;
    color: #fff;
    padding: 5px 30px;
  }
  #news_archive #content article.post figure.post_thumbnail {
    width: 30%;
    margin: 15px 0;
    float: left;
  }
  #news_archive #content article.post figure.post_thumbnail img {
    max-width: 100%;
    height: auto;
  }
  #news_archive #content article.post .text {
    width: 68%;
    float: right;
    margin: 5px 0 30px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #news_archive #content article.post .text .post_title {
    font-size: 26px;
    margin: 5px 0 0;
    padding-bottom: 10px;
    border-bottom: none;
  }
  #news_archive #content article.post .text .post_content {
    font-size: 20px;
  }
  #news_archive #content article.post .text .post_btn {
    display: none;
  }
  #news_detail {
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #news_detail #content {
    width: 100%;
    border-top: none;
    padding: 0 40px;
  }
  #news_detail #content article.post {
    border-bottom: none;
  }
  #news_detail #content article.post .post_date {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 40px 0 0;
    font-size: 20px;
    width: 100%;
    float: none;
    background: #89A297;
    color: #fff;
    padding: 5px 30px;
  }
  #news_detail #content article.post .text {
    margin: 0 0 45px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #news_detail #content article.post .text .post_title {
    font-size: 26px;
    margin: 5px 0 0;
    padding: 16px 0;
    border-bottom: 1px solid #303030;
  }
  #news_detail #content article.post .text .post_content {
    font-size: 22px;
    padding: 15px 0 40px;
  }
  #news_detail #content article.post .text .post_btn {
    text-align: right;
    margin-top: 20px;
  }
  #sidebar {
    width: 100%;
    border-top: none;
    padding: 20px 40px;
    background: #eee;
  }
  #sidebar .side_title {
    font-size: 30px;
    margin: 0;
  }
  #sidebar select#month_archive {
    width: 100%;
    background: #9e9e9e;
    font-size: 20px;
    line-height: 44px;
    height: 44px;
  }
  #sidebar select#month_archive option {
    height: 44px;
  }
}

@media screen and (max-width: 480px) {
  #news_archive #content {
    padding: 0 5%;
  }
  #news_archive #content article.post {
    border-bottom: none;
  }
  #news_archive #content article.post .post_date {
    margin: 0;
    font-size: 1.4rem;
    padding: 5px 30px;
  }
  #news_archive #content article.post figure.post_thumbnail {
    width: 30%;
    margin: 15px 0;
  }
  #news_archive #content article.post figure.post_thumbnail img {
    max-width: 100%;
    height: auto;
  }
  #news_archive #content article.post .text {
    width: 68%;
    margin: 5px 0 30px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #news_archive #content article.post .text .post_title {
    font-size: 1.6rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  #news_archive #content article.post .text .post_content {
    font-size: 1.2rem;
  }
  #news_detail #content {
    padding: 0 5%;
  }
  #news_detail #content article.post {
    border-bottom: none;
  }
  #news_detail #content article.post .post_date {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    font-size: 1.4rem;
    padding: 5px 30px;
  }
  #news_detail #content article.post .text {
    margin: 0 0 45px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #news_detail #content article.post .text .post_title {
    font-size: 1.6rem;
    margin: 5px 0 0;
    padding: 16px 0;
  }
  #news_detail #content article.post .text .post_content {
    font-size: 1.4rem;
    padding: 15px 0;
  }
  #sidebar {
    width: 100%;
    border-top: none;
    padding: 20px 40px;
    background: #eee;
  }
  #sidebar .side_title {
    font-size: 2rem;
    margin: 0;
  }
  #sidebar select#month_archive {
    width: 100%;
    background: #9e9e9e;
    font-size: 2rem;
    line-height: 44px;
    height: 44px;
  }
  #sidebar select#month_archive option {
    height: 44px;
  }
}

/* editor */
.post_content p {
  display: block;
  margin: 1em 0;
}

.post_content strong {
  font-weight: bold;
}

.post_content em {
  font-style: italic;
}

.post_content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.post_content .aligncenter {
  display: block;
  margin: 0 auto;
}

.post_content .alignright {
  float: right;
}

.post_content .alignleft {
  float: left;
}

img[class*="wp-image-"],
.post_content img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* item */
.item_header {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.item_header .item_intro {
  text-align: center;
  background: #eee;
  padding: 25px 0;
  font-size: 15px;
}

.item_header .item_intro .form {
  font-size: 12px;
}

.item_header .item_intro .form a {
  text-decoration: underline;
}

.item_header .item_caution {
  text-align: right;
  color: #C79F62;
}

section#item_archive #content {
  max-width: 1052px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

section#item_archive #content .item {
  width: 211px;
  margin: 10px 26px 20px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  flex-direction: column;
}

section#item_archive #content .item .item_title {
  order: 2;
  font-size: 14px;
  margin: 12px 0;
}

section#item_archive #content .item .item_image {
  order: 1;
  margin: 0;
  padding: 0;
}

section#item_archive #content .item .item_data {
  order: 3;
  margin: 0 0 10px;
  background: #FFDFDF;
  padding: 8px 10px;
  font-size: 11px;
}

section#item_archive #content .item .item_content {
  order: 4;
  font-size: 12px;
}

@media screen and (max-width: 1000px) {
  .item_header {
    width: 100%;
    padding: 0 40px;
  }
  .item_header .item_intro {
    text-align: center;
    background: #eee;
    padding: 25px 0;
    font-size: 20px;
  }
  .item_header .item_intro .form {
    font-size: 20px;
  }
  .item_header .item_intro .form a {
    text-decoration: underline;
  }
  .item_header .item_caution {
    text-align: right;
    color: #C79F62;
    font-size: 20px;
  }
  section#item_archive #content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #B4B4B5;
    flex-direction: column;
  }
  section#item_archive #content .item {
    width: 100%;
    margin: 10px 0 20px;
    padding: 0 40px 40px;
    display: block;
    border-bottom: 1px solid #B4B4B5;
  }
  section#item_archive #content .item .item_title {
    font-size: 24px;
  }
  section#item_archive #content .item .item_image {
    margin: 0;
    padding: 0;
    width: 40%;
    text-align: center;
    float: left;
  }
  section#item_archive #content .item .item_image img {
    max-width: 100%;
    height: auto;
  }
  section#item_archive #content .item .item_data {
    margin-left: 41%;
    font-size: 20px;
  }
  section#item_archive #content .item .item_content {
    margin-left: 41%;
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .item_header {
    padding: 0 5%;
  }
  .item_header .item_intro {
    text-align: center;
    background: #eee;
    padding: 25px 0;
    font-size: 1.2rem;
  }
  .item_header .item_intro .form {
    font-size: 1.2rem;
  }
  .item_header .item_intro .form a {
    text-decoration: underline;
  }
  .item_header .item_caution {
    text-align: right;
    color: #C79F62;
    font-size: 1.2rem;
  }
  section#item_archive #content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #B4B4B5;
    flex-direction: column;
  }
  section#item_archive #content .item {
    width: 100%;
    margin: 10px 0 20px;
    padding: 0 5% 40px;
    display: block;
    border-bottom: 1px solid #B4B4B5;
  }
  section#item_archive #content .item .item_title {
    font-size: 1.6rem;
  }
  section#item_archive #content .item .item_image {
    margin: 0;
    padding: 0;
    width: 40%;
    text-align: center;
    float: left;
  }
  section#item_archive #content .item .item_image img {
    max-width: 100%;
    height: auto;
  }
  section#item_archive #content .item .item_data {
    margin-left: 41%;
    font-size: 1.2rem;
  }
  section#item_archive #content .item .item_content {
    margin-left: 41%;
    font-size: 1.4rem;
  }
}

/* coupon */
#coupon_archive .coupon {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #000;
}

#coupon_archive .coupon:last-child {
  border-bottom: 1px solid #000;
}

#coupon_archive .coupon img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  #coupon_archive {
    padding: 0 40px;
  }
}

@media screen and (max-width: 480px) {
  #coupon_archive {
    padding: 0 5%;
  }
}

/* contact */
#contact_form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contact_form dl {
  display: table;
  width: 100%;
  border-top: 1px solid #000;
  margin: 0;
  padding: 15px 0;
  font-size: 14px;
}

#contact_form dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  padding-left: 10px;
}

#contact_form dl dd {
  display: table-cell;
  vertical-align: middle;
}

#contact_form dl dd input[type="text"],
#contact_form dl dd input[type="email"],
#contact_form dl dd select,
#contact_form dl dd textarea {
  width: 100%;
  font-size: 14px;
  background-color: #f7f7f7;
  padding: 12px;
}

#contact_form dl dd input[type="text"].your_zip {
  width: 96%;
}

#contact_form dl:last-of-type {
  border-bottom: 1px solid #000;
}

#contact_form .btn {
  text-align: center;
  margin: 40px;
}

#contact_form .btn .form_btn {
  width: 184px;
  height: 48px;
  border: 1px solid #000;
  background: #fff url(../images/btn_arrow.png) no-repeat right center;
  font-family: "Old Standard TT", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", "Times", serif;
  font-size: 14px;
  letter-spacing: 0.3em;
}

#policy {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
  font-size: 14px;
}

#policy h2 {
  font-size: 14px;
  margin-bottom: 0;
}

#policy dl {
  margin: 5px 10px 40px;
}

#policy dl dd {
  margin-left: 5px;
}

@media screen and (max-width: 1000px) {
  #contact_form {
    width: 100%;
    padding: 0 40px;
  }
  #contact_form dl {
    display: block;
    width: 100%;
    border-top: 1px solid #000;
    margin: 0;
    padding: 15px 0;
    font-size: 22px;
  }
  #contact_form dl dt {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding: 10px 0;
  }
  #contact_form dl dd {
    white-space: nowrap;
    display: block;
    margin: 0;
    padding-bottom: 15px;
  }
  #contact_form dl dd input[type="text"],
  #contact_form dl dd select,
  #contact_form dl dd textarea {
    width: 100%;
    font-size: 22px;
    background-color: #f7f7f7;
    padding: 12px;
  }
  #contact_form dl dd input[type="text"].your_zip {
    width: 90%;
  }
  #contact_form dl:last-of-type {
    border-bottom: 1px solid #000;
  }
  #contact_form .btn {
    text-align: center;
    margin: 40px;
  }
  #contact_form .btn .form_btn {
    width: 270px;
    height: 70px;
    border: 1px solid #000;
    background: #fff url(../images/btn_arrow.png) no-repeat right center;
    font-family: "Old Standard TT", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", "Times", serif;
    font-size: 22px;
    letter-spacing: 0.3em;
  }
  #policy {
    padding: 50px 40px;
    font-size: 20px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #policy h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  #policy dl {
    margin: 5px 10px 40px;
  }
  #policy dl dd {
    margin-left: 5px;
  }
}

@media screen and (max-width: 480px) {
  #contact_form {
    padding: 0 5%;
  }
  #contact_form dl {
    font-size: 1.6rem;
  }
  #contact_form dl dt {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding: 10px 0;
  }
  #contact_form dl dd {
    white-space: nowrap;
    display: block;
    margin: 0;
    padding-bottom: 15px;
  }
  #contact_form dl dd input[type="text"],
  #contact_form dl dd select,
  #contact_form dl dd textarea {
    width: 100%;
    font-size: 1.6rem;
    background-color: #f7f7f7;
    padding: 12px;
  }
  #contact_form dl dd input[type="text"].your_zip {
    width: 90%;
  }
  #contact_form dl:last-of-type {
    border-bottom: 1px solid #000;
  }
  #contact_form .btn {
    margin: 40px 0;
  }
  #contact_form .btn .form_btn {
    width: 100%;
    height: 70px;
    border: 1px solid #000;
    background: #fff url(../images/btn_arrow.png) no-repeat right center;
    font-family: "Old Standard TT", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", "Times", serif;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
  }
  #policy {
    padding: 50px 5%;
    font-size: 1.4rem;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #policy h2 {
    font-size: 1.4rem;
  }
  #policy dl {
    margin: 5px 10px 40px;
  }
  #policy dl dd {
    margin-left: 5px;
  }
}
