@charset "utf-8";

/* リセット */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td, figure {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

h2, h3, h4, h5, h6 {
  font-weight: 400;
}


/* Noto Sans JP -------------------------------------*/

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto San CJK JP Light"),
    local('NotoSansJP-Light'),
    url('../fonts/NotoSansCJKjp-Light.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Light.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"),
    local('NotoSansJP-Regular'),
    url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"),
    local('NotoSansJP-Medium'),
    url('../fonts/NotoSansCJKjp-Medium.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"),
    local('NotoSansJP-Bold'),
    url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"),
    local('NotoSansJP-Black'),
    url('../fonts/NotoSansCJKjp-Black.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Black.woff') format('woff');
}

/* Noto Serif JP -------------------------------------*/

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NotoSerifCJKjp-Light.woff2') format('woff2'),
    url('../fonts/NotoSerifCJKjp-Light.woff') format('woff');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSerifCJKjp-Regular.woff2') format('woff2'),
    url('../fonts/NotoSerifCJKjp-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSerifCJKjp-Medium.woff2') format('woff2'),
    url('../fonts/NotoSerifCJKjp-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSerifCJKjp-Bold.woff2') format('woff2'),
    url('../fonts/NotoSerifCJKjp-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NotoSerifCJKjp-Black.woff2') format('woff2'),
    url('../fonts/NotoSerifCJKjp-Black.woff') format('woff');
}

/*-------------------------------------------------
/* 基本
--------------------------------------------------*/

body {
  color: #572f00;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans CJK JP', 'Noto Sans JP', 'BIZ UDPGothic', Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.6;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

.foot-copy,
.topBtn {
  font-family: Verdana, 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 834px), print {

  .access-circle,
  .access-goal {
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', Meiryo, sans-serif;
  }
}

.access-heading,
.access-heading2,
.top-main__text,
h2,
.heading-tertiary,
.heading-guide,
.guide-caption,
.plan-heading,
.font-serif {
  font-family: 'Hiragino Mincho ProN', 'Noto Serif JP', 'BIZ UDMincho', 'HG明朝E', serif;
}

.access-heading,
.access-heading2,
h2,
.heading-tertiary,
.heading-guide,
.guide-caption,
.plan-heading {
  font-weight: 500;
}

.iphone .access-heading,
.iphone .access-heading2,
.iphone h2,
.iphone .heading-tertiary,
.iphone .heading-guide,
.iphone .guide-caption,
.iphone .plan-heading {
  font-weight: bold;
}

a:link {
  color: #6F5FC4;
  text-decoration: none;
}

a:visited {
  color: #7d7d7d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

.antialias {
  transform: rotate(0.028deg);
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
}

.antialias img {
  transform: rotate(-0.028deg);
  -o-transform: rotate(-0.028deg);
  -ms-transform: rotate(-0.028deg);
  -moz-transform: rotate(-0.028deg);
  -webkit-transform: rotate(-0.028deg);
}

/* iPhoneTELリンク色変更なしにする */

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 834px), print {

  /* アンカーリンクの位置調整（Chrome、Firefox、Opera用） */
  html {
    scroll-padding-top: 80px;
  }
}

/****************************
*
* ヘッダ
*
*****************************/

/*--------------------------------------
 ロゴ
---------------------------------------*/
/*--------------------------------------
 ロゴ
----------------------------------------*/
h1 {
    display: block;
    font-size: 2em;
    font-weight: bold;
}

.logo a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝";
    font-size: 1.5em;
    color: #6F5FC4;
    white-space: nowrap;
    position: absolute;
    text-decoration: none;
}


@media screen and (max-width: 833px) {
  .logo a {
    font-size: 0.8em;
    left: 40px;
    top: 0;
  }
}

@media screen and (min-width: 320px) {
  .logo a {
    font-size: 0.7em;
    left: 20px;
    top: 2px;
  }
}
@media screen and (min-width: 834px), print {
  .logo a {
    font-size: 0.8em;
    left: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 930px), print {
  .logo a {
    font-size: 1em;
    left:20px;
  }
}
@media screen and (min-width: 1024px), print {
  .logo a {
    font-size: 1.25em;
    left:20px;
  }
}

/*初期ロゴ画像*/
/*
h1 {
  font-size: 0;
}

.logo a {
  background: url(../img/logo.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  position: absolute;
}

@media screen and (max-width: 833px) {
  .logo a {
    width: calc(492px / 4);
    height: calc(104px / 4);
    left: 40px;
    top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .logo a {
    left: 20px;
    top: 8px;
  }
}

@media screen and (max-width: 320px) {
  .logo a {
    width: calc(492px / 4);
    height: calc(104px / 4);
  }
}

@media screen and (min-width: 834px), print {
  .logo a {
    width: calc(492px / 2.5);
    height: calc(104px / 2.5);
    left: 40px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1000px), print {
  .logo a {
    width: calc(492px / 2);
    height: calc(104px / 2);
  }
}
*/
/*--------------------------------------
 ヘッダ
----------------------------------------*/
@media screen and (max-width: 833px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    z-index: 1000;
    transition: 1s;
  }

  .head-animation {
    transform: translateY(-100%);
  }
}

@media screen and (min-width: 834px), print {

  /* スクロールナビ固定 */
  header {
    position: relative;
    width: 100%;
    height: 100px;
    background: #fff;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 999;
  }
}

/*--------------------------------------
 PCナビ
----------------------------------------*/
@media screen and (min-width: 834px), print {
  .drawer-menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .drawer-menu li {
    display: inline-block;
  }

  .drawer-menu li:not(:last-child) {
    font-size: 0.9rem;
    padding: 0 10px;
  }

  .drawer-menu li:not([class="head-contact"]) a {
    text-decoration: none;
    position: relative;
    color: #6F5FC4;
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  .drawer-menu li:not([class="head-contact"]) a:hover {
    color: #6F5FC4;
    text-decoration: none;
  }

  .drawer-menu li:not([class="head-contact"]) a::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #6F5FC4;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .drawer-menu li:not([class="head-contact"]) a:hover::after {
    bottom: -6px;
    opacity: 1;
    visibility: visible;
  }

  .drawer-menu li:not([class="head-contact"]) a:hover::after {
    width: 100%;
  }

  li.drawer-menu__sp,
  .drawer-menu__second,
  li.drawer-menu__home {
    display: none;
  }

  .drawer-toggle {
    display: none;
  }
}

@media screen and (min-width: 1000px), print {
  .drawer-menu li:not(:last-child) {
    font-size: 1rem;
    padding: 0 15px;
  }
}

@media screen and (min-width: 1200px), print {
  .drawer-menu li:not(:last-child) {
    padding: 0 25px;
  }
}

/*--------------------------------------
 お問い合わせ
----------------------------------------*/
.mac .head-contact a {
  font-weight: bold;
}

@media screen and (min-width: 834px), print {
  .head-contact a {
    position: relative;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9rem;
    background: #6F5FC4;
    height: 50px;
    margin-left: 20px;
    padding: 0 20px 0 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    /*contactのhover*/
    overflow: hidden;
  }

  .head-contact a::before {
    content: '';
    display: block;
    width: 22px;
    height: 14px;
    border-radius: 1px;
    border: solid 1px #fff;
    position: absolute;
    top: 18px;
    left: 15px;
  }

  .head-contact a::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: scale(1, 0.7) rotate(-45deg);
    position: absolute;
    top: 10px;
    left: 19px;
  }

  /*contactのhover*/
  .anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
  }

  .anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
  }

  .anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
  }

  .head-contact a:hover>.anim {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
  }

  .head-contact a:hover>.anim:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
  }
}

/*contactのアニメーション*/
@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-ms-keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes anim-out {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }

  100% {
    background: transparent;
  }
}

@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(225, 225, 225, 0.25);
  }

  100% {
    background: transparent;
  }
}

@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(225, 225, 225, 0.25);
  }

  100% {
    background: transparent;
  }
}

@keyframes anim-out-pseudo {
  0% {
    background: rgba(225, 225, 225, 0.25);
  }

  100% {
    background: transparent;
  }
}

/*--------------------------------------
 スマホナビ
----------------------------------------*/
@media screen and (max-width: 833px) {

  /*!------------------------------------*\
    Base
\*!------------------------------------*/
  .drawer-open {
    overflow: hidden !important;
  }

  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #6F5FC4;
    background: #fff;
  }

  .drawer-menu {
    text-align: left;
    margin-top: 10px;
    padding: 0;
    list-style: none;
  }

  .drawer-menu li {
    position: relative;
    border-bottom: 1px solid #c6bdb3;
  }

  .drawer-menu li::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 2px solid;
    border-color: #6F5FC4 #6F5FC4 transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 0.8em;
    right: 15px;
  }

  .drawer-menu li ul li {
    border-top: 1px solid #e8e1d9;
    border-bottom: 0;
  }

  .drawer-menu li a {
    display: block;
    color: #6F5FC4;
    font-size: 1rem;
    padding: 8px 20px;
  }

  .drawer-menu li a:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }

  .drawer-menu__second li a {
    font-size: 0.9rem;
  }

  li.drawer-menu__home {
    position: relative;
    height: 2em;
  }

  /*矢印リセット*/
  li.drawer-menu__home::after {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 0px solid;
    border-color: transparent;
    transform: rotate(0deg);
  }

  /*logo*/
  .drawer-menu__home {
    position: relative;
    height: 40px;
  }

  .drawer-menu__home a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝";
    color: #6F5FC4;
    white-space: nowrap;
    position: absolute;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5em;
    left: 0;
    top: -9px;
    z-index: 10;
}
/*初期ロゴ画像*/
/*
  .drawer-menu__home a {
    background: url(../img/logo.png) no-repeat;
    background-size: 100%;
    width: calc(492px / 4);
    height: calc(104px / 4);
    left: 20px;
    top: 0;
    z-index: 10;
    position: absolute;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
  }
*/
  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
  }

  .drawer-open .drawer-overlay {
    display: block;
  }

  /*!------------------------------------*\
    Top
\*!------------------------------------*/

  .drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  .drawer--top.drawer-open .drawer-nav {
    top: 0;
  }

  .drawer--top .drawer-hamburger,
  .drawer--top.drawer-open .drawer-hamburger {
    right: 0;
  }

  /*!------------------------------------*\
    Left
\*!------------------------------------*/

  .drawer--left .drawer-nav {
    left: -16.25rem;
    -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
  }

  .drawer--left.drawer-open .drawer-hamburger {
    left: 16.25rem;
  }

  /*!------------------------------------*\
    Right
\*!------------------------------------*/

  .drawer--right .drawer-nav {
    right: -16.25rem;
    -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 16.25rem;
  }

  /*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

  .drawer-hamburger {
    position: absolute;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 20px;
    padding: 0;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: .75rem;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
  }

  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent;
  }

  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 5px;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    background-color: #6F5FC4;
  }

  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -8px;
    left: 0;
    content: ' ';
  }

  .drawer-hamburger-icon:after {
    top: 8px;
  }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }

  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }

  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /*!------------------------------------*\
    accessibility
\*!------------------------------------*/

  /*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  /*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }

  /*!------------------------------------*\
    Sidebar
\*!------------------------------------*/

  .drawer--sidebar {
    background-color: #fff;
  }

  .drawer--sidebar .drawer-contents {
    background-color: #fff;
  }

  /*!------------------------------------*\
    Navbar
\*!------------------------------------*/

  .drawer--navbarTopGutter {
    padding-top: 3.75rem;
  }

  .drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%;
  }

  /*! .drawer-navbar modifier */

  .drawer-navbar--fixed {
    position: fixed;
  }

  .drawer-navbar-header {
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem;
    text-align: center;
  }

  .drawer-navbar .drawer-nav {
    padding-top: 3.75rem;
  }

  .drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
  }

  /*!------------------------------------*\
    Container
\*!------------------------------------*/

  .drawer-container {
    margin-right: auto;
    margin-left: auto;
  }
}

/****************************
*
* フッタ
*
*****************************/

/* フッタ --------------------------------*/
footer {
  width: 100%;
  background: #fff4e6;
  text-align: center;
}

@media screen and (max-width: 833px) {
  footer {
    margin-top: 80px;
  }

  .footer {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 60px;
  }

  .footer {
    padding: 40px 20px 20px 20px;
  }
}

@media screen and (min-width: 834px), print {
  footer {
    margin-top: 100px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 50px 40px;
  }
}

@media screen and (min-width: 1200px), print {
  footer {
    margin-top: 120px;
  }

  .footer {
    padding: 60px 0;
    width: 1100px;
  }
}

/* フッタロゴ --------------------------------*/


.foot-logo a {
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.6em;
  font-weight: bold;
  display: inline-block;
  color: #6F5FC4;
}


/*初期*/
/*

.foot-logo a {
  display: inline-block;
  background: url(../img/logo.png);
  background-size: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}

@media screen and (max-width: 833px) {
  .foot-logo a {
    width: calc(492px / 2.5);
    height: calc(104px / 2.5);
  }
}

@media screen and (max-width: 580px) {
  .foot-logo a {
    width: calc(492px / 4);
    height: calc(104px / 4);
  }
}

@media screen and (min-width: 834px), print {
  .foot-logo a {
    width: calc(492px / 2.5);
    height: calc(104px / 2.5);
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1000px), print {
  .foot-logo a {
    width: calc(492px / 2);
    height: calc(104px / 2);
  }
}
*/
/* フッタ住所 --------------------------------*/
.foot-prof {
  text-align: left;
  font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
  .foot-prof {
    font-size: 0.8rem;
  }
}

/* 住所 ------------------------------*/
@media screen and (min-width: 768px), print {
  .foot-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  }

  .foot-box__address {
    margin-left: 1em;
  }
}

/* フッタコピーライト --------------------------------*/
.foot-copy {
  background: #6F5FC4;
  color: #fff;
  font-size: 0.8rem;
  padding: 10px;
}

/* フッタナビ --------------------------------*/

footer nav li {
  position: relative;
}

footer nav li a:link,
footer nav li a:visited {
  color: #6F5FC4;
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer nav li a:hover {
  color: #c6bdb3;
  text-decoration: none;
}

@media screen and (max-width: 833px) {
  .foot-nav {
    margin-top: 20px;
  }

  .foot-nav li {
    font-size: 0.8rem;
    display: inline-block;
    padding: 0 5px 0 10px;
  }

  .foot-nav li+li {
    border-left: 1px solid #c6bdb3;
  }
}

@media screen and (min-width: 834px), print {
  footer nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .foot-nav ul:not(:first-child) {
    margin-left: 40px;
  }

  .foot-nav li {
    text-align: left;
    font-size: 0.9rem;
    line-height: 2em;
  }

  .foot-nav li a::before {
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    left: -1em;
    width: 4px;
    height: 4px;
    border-right: 1px solid #6F5FC4;
    border-bottom: 1px solid #6F5FC4;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/****************************
*
* フッタ上へ
*
*****************************/

.topBtn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: block;
  background: #6F5FC4;
  border: solid 1px #6F5FC4;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 99999;
  opacity: 0.6;
}

.topBtn:before {
  content: '';
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topBtn:hover {
  background: #fff;
}

.topBtn:hover:before {
  border-top: 2px solid #7b674f;
  border-right: 2px solid #7b674f;
}

@media screen and (max-width: 833px) {
  .topBtn {
    width: 30px;
    height: 30px;
    right: 0;
  }

  .topBtn:before {
    top: 44%;
    left: 31%;
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 834px), print {
  .topBtn {
    width: 60px;
    height: 50px;
  }

  .topBtn:before {
    top: 45%;
    left: 36%;
    width: 15px;
    height: 15px;
  }
}

/*layout*/
.wrapper {
  position: relative;
  /*topBtnの親要素に指定*/
}


/****************************
*
* 印刷用
*
*****************************/

@media print {
  body {
    width: 1000px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-print-color-adjust: exact;
  }

  /* FireFoxテーブル印刷バグ回避 */
  _:-ms-lang(x)::-ms-backdrop, .wrapper {
    overflow: auto;
    display: table;
  }
}

/****************************
*
* パンくず
*
*****************************/

.breadcrumb {
  position: relative;
  text-align: left;
  background: #fff4e6;
}

.breadcrumb li {
  display: inline-block;
}

@media screen and (max-width: 833px) {
  .breadcrumb ul {
    font-size: 0.8rem;
    padding: 5px 40px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb ul {
    font-size: 0.8rem;
    padding: 5px 20px;
  }
}

@media screen and (min-width: 834px), print {
  .breadcrumb ul {
    font-size: 0.9rem;
    padding: 10px 40px;
  }
}

@media screen and (min-width: 1200px), print {
  .breadcrumb ul {
    width: 1100px;
    margin: 0 auto;
    padding: 10px 0;
  }
}

/* パンくず リンク ------------------------------*/
.breadcrumb {
  color: #572f00;
  font-size: 0.9rem;
}

.breadcrumb a:link {
  color: #572f00;
  text-decoration: none;
}

.breadcrumb a:visited {
  color: #572f00;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* パンくず HOMEアイコン ------------------------------*/
.breadcrumb li {
  display: inline-block;
  position: relative;
}

.breadcrumb li a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: '→';
  padding: 0 10px;
}

.breadcrumb li a:hover {
  color: #c6bdb3;
  text-decoration: none;
}


/****************************
*
* ページレイアウト
*
*****************************/

.container {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
}

@media screen and (max-width: 833px) {
  .container {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 40px;
  }
}

@media screen and (min-width: 834px), print {
  .container {
    padding-top: 100px;
  }
}

/*--------------------
* PC画面中央
--------------------*/
section {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 833px) {
  section {
    padding: 0 40px;
  }

  section:not(:first-child) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 0 20px;
  }

  section:not(:first-child) {
    margin-top: 60px;
  }
}

@media screen and (min-width: 834px), print {
  section {
    padding: 0 40px;
  }

  section:not(:first-child) {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1000px), print {
  section {
    width: 960px;
    padding: 0;
  }
}

/****************************
*
* 見出し
*
*****************************/

/*--------------------
* H2サブタイトル
--------------------*/
.submain {
  position: relative;
}

.submain-img {
  background: url(../img/sub_main.jpg) no-repeat;
  background-position: bottom center;
}

.submain-title {
  width: 100%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.08em;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 833px) {
  .submain-img {
    background-size: 100%;
    width: auto;
    height: 200px;
  }

  .submain-title {
    font-size: 2rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .submain-img {
    background-size: 150%;
    width: auto;
    height: 160px;
  }

  .submain-title {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 834px), print {
  .submain-img {
    background-size: 150%;
    width: 100%;
    height: 340px;
    margin-top: -100px;
  }

  .submain-title {
    font-size: 2.2rem;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1200px), print {
  .submain-img {
    background-size: 100%;
  }
}

/*--------------------
* H3
--------------------*/
.heading-tertiary {
  text-align: left;
  padding: 5px 0;
  border-top: 1px solid #c6bdb3;
}

@media screen and (max-width: 767px) {
  .heading-tertiary {
    font-size: 1.2rem;
    padding-top: 15px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .heading-tertiary {
    font-size: 1.6rem;
    padding-top: 25px;
    margin-bottom: 20px;
  }
}

/****************************
*
* レイアウト
*
*****************************/

/*--------------------
*  ——を詰める
--------------------*/
.kerning {
  letter-spacing: 0.005em;
}

/*--------------------
*  テキスト
--------------------*/
.text {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8rem;
}

/*--------------------
*  margin pの間空ける用
--------------------*/
@media screen and (max-width: 767px) {
  .margin-p {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px), print {
  .margin-p {
    margin-top: 2rem;
  }
}

/****************************
*
* 表
*
*****************************/

.com-table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #7b674f;
}

.com-table th,
.com-table td {
  text-align: left;
  border-bottom: 1px solid #c6bdb3;
  padding: 10px 0;
}

.com-table tr:last-child td {
  border-bottom: 1px solid #7b674f;
}

.com-table td {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {

  .ccom-table tr,
  .com-table th,
  .com-table td {
    display: block;
    width: auto;
  }

  .com-table th {
    border-bottom: 1px dotted #c6bdb3;
  }
}

@media screen and (min-width: 768px), print {
  .com-table tr:last-child th {
    border-bottom: 1px solid #7b674f;
  }
}


/*追加*/
.m-50 {
  margin-top: 50px;
}

.pc{
  display: none;
}
@media screen and (max-width: 321px) {
  .pc{
  display:block;
  }

}
@media screen and (min-width: 768px), print {
  .sp{
  display: none;
  }

}
@media screen and (min-width: 1000px), print {
 .pc{
  display:block;
  }
}


/*仕切り線--------------------------------------------*/
.separation {
  padding-top: 100px;
  border-top: solid 1px #7b674f;
}

@media screen and (max-width: 833px) {
  .separation {
  padding-top: 50px;
  }
}


@media screen and (min-width: 834px), print {
  .separation {
  padding-top: 80px;
  }
}

@media screen and (min-width: 1000px), print {
   .separation {
  padding-top: 100px;
  }
}