/* Reset Style */

html {
  overflow-y: scroll;
}
body {
  line-height: 1;
  color: #000;
}

/* 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
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;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
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;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */

body {
  *font-size: small;
  *font: x-small;
}
select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifJP-Regular.woff) format("woff");
  font-display: swap;
}
.disppc {
  display: none;
}
body {
  color: #4c4948;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  letter-spacing: 0.085em;
  line-height: 2.14em;
}
main {
  display: block;
  background: #eef8f5;
  padding: 70px 25px 150px;
}
a {
  text-decoration: none;
}
h2 {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #988b6e;
  padding: 20px;
  letter-spacing: 0.240em;
}
h2 span {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
#loading {
  background: #eef8f5;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}
#loading img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header {
  position: relative;
  z-index: 10;
  background: #fff;
}
header h1 {
  padding: 15px 0 5px 25px;
}
header h1 img {
  width: 268px;
  height: 34px;
}
header .info {
  position: absolute;
  left: 0;
  right: 25px;
  top: 63px;
  text-align: right;
  margin: auto;
}
header .info .tel,
header .info .contact {
  background: #988b6e;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 0 0 5px 5px;
}
header .info .tel.disppc,
header .info .contact.disppc {
  display: none;
}
header .info .tel img,
header .info .contact img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
header .info .tel img {
  width: 25px;
  height: 30px;
}
header .info .contact span {
  display: none;
}
header .info .contact img {
  width: 25px;
  height: 20px;
}
header .info .address {
  display: none;
}
header .spmenu {
  position: absolute;
  top: 22px;
  right: 25px;
  width: 25px;
  height: 18px;
}
header nav {
  background: rgba(112, 102, 80, 0.9);
  position: absolute;
  width: 100%;
  top: 63px;
  display: none;
}
header nav .menu_list {
}
header nav .menu_list li {
  font-size: 16px;
  border-top: #fff 1px solid;
}
header nav .menu_list li a {
  color: #fff;
  line-height: 60px;
  padding-left: 75px;
  display: block;
}
header nav .menu_list li a:after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 8px;
  background: url(../img/common/icon_menu_array.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 15px;
}
header nav .menu_list li a.submenu:after {
  width: 10px;
  height: 10px;
  background: url(../img/common/icon_plus.svg) no-repeat center center;
}
header nav .menu_list li a.submenu.active:after {
  width: 10px;
  height: 10px;
  background: url(../img/common/icon_minus.svg) no-repeat center center;
}
header nav .menu_list li .submenu_wrap {
  display: none;
}
header nav .menu_list li .submenu_wrap .summary {
  border-top: #fff 1px solid;
  background: rgba(88, 80, 63, 0.9);
}
header nav .menu_list li .submenu_wrap .caption {
  background: #fff;
  color: #706650;
  text-align: center;
  letter-spacing: 0.32em;
  line-height: 50px;
}
header nav .menu_list li .submenu_wrap .submenu_list {
  background: rgba(88, 80, 63, 0.9);
}
header nav .menu_list li .submenu_wrap .submenu_list li {
  font-size: 14px;
}
header nav .menu_list li .submenu_wrap .submenu_list li a {
  line-height: 50px;
  padding-left: 35px;
}
header nav .menu_list li .submenu_wrap .right .submenu_list li a:hover {
  opacity: 1;
  cursor: default;
}
header nav .menu_list li.policy {
  font-size: 14px;
}
header nav .contact_wrap {
  font-size: 0;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
}
header nav .contact_wrap .mail,
header nav .contact_wrap .tel {
  display: inline-block;
  font-size: 18px;
  text-align: center;
}
header nav .contact_wrap .mail a,
header nav .contact_wrap .tel a {
  color: #fff;
  display: inline-block;
  line-height: 100px;
}
header nav .contact_wrap .mail a img,
header nav .contact_wrap .tel a img {
  margin-right: 18px;
}
header nav .contact_wrap .mail {
  width: 59%;
  border-right: #fff 1px solid;
  box-sizing: border-box;
}
header nav .contact_wrap .mail img {
  width: 25px;
  height: 20px;
  vertical-align: -3px;
}
header nav .contact_wrap .tel {
  width: 40%;
}
header nav .contact_wrap .tel img {
  width: 25px;
  height: 30px;
  vertical-align: -5px;
}
header nav .access_wrap {
  color: #fff;
  padding: 25px 0;
  line-height: 1.78em;
}
header nav .access_wrap a {
  color: #fff;
}
header nav .access_wrap p {
  width: 250px;
  margin: auto;
  font-size: 14px;
}
header nav .access_wrap .link {
  margin-bottom: 15px;
  font-size: 16px;
}
header nav .access_wrap .link img {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-left: 10px;
}
header nav .btn_close {
  text-align: center;
  color: #988b6e;
  height: 80px;
  background: rgba(203, 197, 182, 0.9);
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  font-size: 14px;
  padding-top: 18px;
  box-sizing: border-box;
}
header nav .btn_close img {
  display: block;
  margin: auto;
  width: 18px;
  height: 18px;
  margin-bottom: 10px;
}
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #988b6e;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
footer {
  text-align: center;
}
footer .pagetop {
  background: #988b6e;
  padding: 20px 0;
  border-bottom: #fff 1px solid;
}
footer .pagetop a {
  color: #fff;
}
footer .pagetop a img {
  width: 28px;
  height: 14px;
  display: block;
  margin: auto;
}
footer .ft_menu {
  padding: 56px 0;
  background: #988b6e;
}
footer .ft_menu .contact_wrap {
  margin: 0 25px;
}
footer .ft_menu .contact_wrap .tel img {
  max-width: 310px;
  width: 100%;
}
footer .ft_menu .contact_wrap .contact {
  background: #fff;
  border-radius: 54px;
  margin: 7px auto auto;
  max-width: 325px;
}
footer .ft_menu .contact_wrap .contact img {
  width: 23px;
  height: 18px;
  margin-right: 15px;
}
footer .ft_menu .contact_wrap .contact a {
  font-size: 20px;
  color: #988b6e;
  line-height: 54px;
}
footer .ft_menu .text {
  color: #fff;
  text-align: left;
  margin: 43px auto 0;
  max-width: 325px;
  padding: 0 17px;
}
footer .ft_menu .text .company_name {
  font-size: 22px;
  letter-spacing: 0.18em;
}
footer .ft_menu .text .company_name span {
  display: block;
  font-size: 14px;
}
footer .ft_menu .text .address {
  margin-top: 10px;
  letter-spacing: 0.22em;
}
footer .ft_menu .text .address img {
  width: 14px;
  width: 14px;
  vertical-align: -2px;
}
footer .info {
  display: none;
}
footer .copy {
  background: #706650;
  color: #fff;
  line-height: 50px;
  font-size: 12px;
}
footer .sitemap {
  display: none;
}

/* tablet */

@media all and (min-width: 768px) {
  main {
    padding: 70px 50px 150px;
  }
  main h2 {
    padding: 32px 38px;
    font-size: 24px;
  }
  main h2 span {
    display: inline-block;
  }
}

/* pc */

@media all and (min-width: 1025px) {
  .dispsp {
    display: none;
  }
  .disppc {
    display: inline-block;
  }
  a:hover {
    opacity: 0.7;
  }
  header {
    margin: auto;
  }
  header .hd_info {
    max-width: 1110px;
    margin: auto;
    position: relative;
    left: -55px;
  }
  header h1 {
    display: inline-block;
    padding: 25px 0 5px 0;
  }
  header h1 img {
    width: 535px;
    height: 70px;
  }
  header .info {
    float: right;
    position: static;
    margin-top: 27px;
  }
  header .info .tel,
  header .info .contact {
    width: auto;
    height: auto;
    vertical-align: middle;
  }
  header .info .tel.disppc,
  header .info .contact.disppc {
    display: inline-block;
  }
  header .info .tel {
    width: 295px;
    height: 42px;
    background: none;
  }
  header .info .tel img {
    width: 295px;
    height: 42px;
  }
  header .info .tel.dispsp {
    display: none;
  }
  header .info .contact {
    background: #988b6e;
    width: 146px;
    height: 30px;
    border-radius: 30px;
    margin-left: 15px;
  }
  header .info .contact img {
    position: static;
    width: 18px;
    height: 14px;
    margin-right: 8px;
    vertical-align: -2px;
  }
  header .info .contact span {
    display: inline-block;
    color: #fff;
  }
  header .info .address {
    display: block;
    letter-spacing: 0.12em;
  }
  header .info .address a {
    color: #988b6e;
  }
  header .info .address a img {
    vertical-align: -2px;
  }
  header .spmenu {
    display: none;
  }
  header nav {
    display: block;
    position: static;
    background: #e7ecec;
    text-align: center;
    margin: 18px auto auto;
  }
  header nav .menu_list {
    max-width: 1110px;
    margin: auto;
    font-size: 0;
  }
  header nav .menu_list li {
    font-size: 14px;
    border-top: none;
    display: inline-block;
    padding: 12px 0;
  }
  header nav .menu_list li:nth-child(3) {
    position: relative;
  }
  header nav .menu_list li .submenu_wrap {
    position: absolute;
    top: 44px;
    width: 757px;
    background: rgba(112, 102, 80, 0.9);
    text-align: left;
    font-size: 0;
    padding: 30px 55px;
    box-sizing: border-box;
  }
  header nav .menu_list li .submenu_wrap a:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url(../img/common/icon_menu_array.svg) no-repeat center center;
    background-size: contain;
    vertical-align: 2px;
    margin-left: 15px;
  }
  header nav .menu_list li .submenu_wrap .summary {
    border-top: none;
    background: none;
    margin-bottom: 30px;
  }
  header nav .menu_list li .submenu_wrap .summary a {
    color: #fff;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.24em;
  }
  header nav .menu_list li .submenu_wrap .left,
  header nav .menu_list li .submenu_wrap .right {
    width: 290px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
  }
  header nav .menu_list li .submenu_wrap .left .caption,
  header nav .menu_list li .submenu_wrap .right .caption {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 15px;
  }
  header nav .menu_list li .submenu_wrap .left {
    border-right: #fff 1px solid;
    margin-right: 60px;
  }
  header nav .menu_list li .submenu_wrap .submenu_list {
    background: none;
    margin-top: 20px;
  }
  header nav .menu_list li .submenu_wrap .submenu_list li {
    border-left: none;
    border-right: none;
    display: block;
    margin-top: 0;
    padding: 5px 0;
  }
  header nav .menu_list li .submenu_wrap .submenu_list li a {
    color: #fff;
    line-height: 2.214em;
    padding: 0;
    border-right: none;
    border-left: none;
  }
  header nav .menu_list li a {
    color: #988b6e;
    line-height: normal;
    padding: 0 22px;
    display: block;
    font-size: 14px;
    border-right: #988b6e 1px solid;
  }
  header nav .menu_list li a:after {
    content: none;
  }
  header nav .menu_list li a.submenu:after {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: 1px;
    margin-left: 15px;
    width: 10px;
    height: 10px;
    background: url(../img/common/icon_plus_br.svg) no-repeat center center;
  }
  header nav .menu_list li a.submenu.active:after {
    width: 10px;
    height: 10px;
    background: url(../img/common/icon_plus.svg) no-repeat center center;
  }
  header nav .menu_list li:first-child a {
    border-left: #988b6e 1px solid;
  }
  header nav .contact_wrap,
  header nav .access_wrap,
  header nav .btn_close {
    display: none;
  }
  footer {
    background: #988b6e;
  }
  footer .ft_menu {
    overflow: hidden;
  }
  footer .ft_menu .ft_menu_wrap {
    width: 1000px;
    margin: auto;
  }
  footer .ft_menu .ft_menu_wrap .contact_wrap {
    float: right;
  }
  footer .ft_menu .ft_menu_wrap .text {
    float: left;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
  }
  footer .ft_menu .ft_menu_wrap .text .address br:last-child {
    display: none;
  }
  footer .sitemap {
    display: block;
    width: 1000px;
    margin: auto;
    text-align: left;
    padding-bottom: 45px;
  }
  footer .sitemap .ft_menu_wrap {
    display: inline-block;
    font-size: 16px;
    vertical-align: bottom;
  }
  footer .sitemap .ft_menu_wrap:first-child {
    width: 340px;
  }
  footer .sitemap .ft_menu_wrap a {
    color: #fff;
    text-decoration: none;
    line-height: 3.125em;
  }
  footer .sitemap .ft_menu_wrap a:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url(../img/common/icon_menu_array.svg) no-repeat center center;
    background-size: contain;
    vertical-align: 2px;
    margin-left: 15px;
  }
  footer .sitemap .ft_menu_wrap ul {
    list-style: none;
  }
  footer .sitemap .ft_menu_wrap .summary a {
    color: #fff;
    text-decoration: none;
  }
  footer .sitemap .ft_menu_wrap .left,
  footer .sitemap .ft_menu_wrap .right {
    width: 290px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
  }
  footer .sitemap .ft_menu_wrap .left .caption,
  footer .sitemap .ft_menu_wrap .right .caption {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 15px;
  }
  footer .sitemap .ft_menu_wrap .left {
    margin-right: 60px;
  }
  footer .sitemap .ft_menu_wrap .right .submenu_list li a {
    opacity: 1;
    cursor: default;
  }
  footer .sitemap .ft_menu_wrap .caption {
    background: #fff;
    color: #988b6e;
    text-align: center;
    letter-spacing: 0.32em;
    line-height: 50px;
    margin-top: 5px;
  }
  footer .sitemap .ft_menu_wrap .submenu_list {
    background: none;
    margin-top: 10px;
    font-size: 14px;
    line-height: 2.43em;
  }
  footer .sitemap .ft_menu_wrap .submenu_list li {
    border-left: none;
    border-right: none;
    display: block;
    margin-top: 0;
  }
  footer .sitemap .ft_menu_wrap .submenu_list li a {
    color: #fff;
    line-height: 2.214em;
    padding: 0;
  }
}