@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerif/NotoSerifR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSerif/NotoSerifM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerif/NotoSerifB.woff") format("woff");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.7;
  font-weight: 400;
  color: #333333;
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  word-wrap: break-word;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 960px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 960px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 71.875%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 960px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 960px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
  width: auto;
  padding: 0 20px;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

h2.mail {
  display: none;
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
  border-top: 3px solid #c678a7;
  padding-top: 5px;
}

#header_inner_wrap {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 300;
}

@media screen and (max-width: 834px) {
  #header_inner_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 20px 15px;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap {
    padding: 5px 10px 15px;
  }
}

#header_inner_wrap #header_inner {
  max-width: 960px;
  margin: auto;
  padding: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  #header_inner_wrap #header_inner {
    padding: 5px 20px 15px;
  }
}

@media screen and (max-width: 834px) {
  #header_inner_wrap #header_inner {
    padding: 0;
    margin: 0 15px 0 0;
  }
}

#header_inner_wrap #header_inner h1,
#header_inner_wrap #header_inner p {
  font-size: 1.3rem;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner h1,
  #header_inner_wrap #header_inner p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .h_contact {
    display: none;
  }
}

.h_contact .fax {
  margin-left: 20px;
}

#nav_global {
  width: 100%;
  background: url(../images/home/nav/bg_nav.png) repeat-x;
  height: 60px;
  -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 834px) {
  #nav_global {
    width: auto;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
  }
}

#nav_global > ul {
  max-width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

@media screen and (max-width: 834px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul::before {
  content: "";
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f2f6), to(#bf8cab));
  background: linear-gradient(to bottom, #f6f2f6, #bf8cab);
}

#nav_global > ul::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}

#nav_global > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  height: 54px;
}

#nav_global > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f2f6), to(#bf8cab));
  background: linear-gradient(to bottom, #f6f2f6, #bf8cab);
}

#nav_global > ul li::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}

#nav_global > ul li a {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  color: #201010;
  line-height: 54px;
  font-weight: 500;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#nav_global > ul li a:hover {
  background: rgba(160, 142, 122, 0.2);
}

#mainArea {
  width: 100% !important;
  background: #faf9f4;
  padding-top: 10px;
}

#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}

#mainArea ul li img {
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  #mainArea {
    width: auto !important;
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #c678a7;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 300;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap .h_contact {
  width: 100%;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 834px) {
  .nav_wrap .h_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap .h_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav_wrap .h_contact .fax {
    margin-top: 15px;
  }
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  border-bottom: 1px solid #cfafc5;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 15px 0;
  }
}

@media screen and (max-width: 375px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}

.nav_wrap ul li a {
  color: #333;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

#footer {
  border-top: 1px solid #b7aa97;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), color-stop(3%, #fefefe), color-stop(3%, #fff), to(#fff));
  background: linear-gradient(to bottom, #f5f5f5 0%, #fefefe 3%, #fff 3%, #fff 100%);
}

#footer #footer_inner {
  max-width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 300;
  padding: 30px 0;
}

@media screen and (max-width: 960px) {
  #footer #footer_inner {
    padding: 30px 20px;
  }
}

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

@media screen and (max-width: 640px) {
  #footer #footer_inner {
    padding: 30px 10px;
  }
}

#footer #footer_inner .flogo {
  text-align: left;
}

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

#footer #footer_inner .flogo a {
  font-size: 2.4rem;
  color: #333;
  font-weight: bold;
}

#footer #footer_inner .flogo .call a {
  font-size: 1.5rem;
  font-weight: 400;
}

#footer #footer_inner .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #footer #footer_inner .subnav {
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#footer #footer_inner .subnav ul {
  text-align: left;
}

@media screen and (max-width: 768px) {
  #footer #footer_inner .subnav ul {
    width: 32.5%;
  }
}

@media screen and (max-width: 480px) {
  #footer #footer_inner .subnav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#footer #footer_inner .subnav ul.subnav01 + .subnav01 {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  #footer #footer_inner .subnav ul.subnav01 + .subnav01 {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  #footer #footer_inner .subnav ul li {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 480px) {
  #footer #footer_inner .subnav ul li {
    width: 49.5%;
    margin-bottom: 1%;
  }
}

#footer #footer_inner .subnav ul li a {
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#footer #footer_inner .subnav ul li a:hover {
  color: #a95a88;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #footer #footer_inner .subnav ul li a {
    background: #f3eaf1;
    display: block;
    text-align: center;
    padding: 10px 0;
  }
}

.f_copy {
  background: #c678a7;
  padding: 15px 0;
}

.f_copy a {
  color: #fff;
}

.toPageTop {
  position: absolute;
  top: -30px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .side_img {
    text-align: center;
  }
}

.top_page #contents_wrap {
  background: #faf9f4;
  padding: 30px 0 100px;
}

@media screen and (max-width: 1200px) {
  .top_page #contents_wrap {
    padding: 30px 20px 80px;
  }
}

@media screen and (max-width: 834px) {
  .top_page #contents_wrap {
    padding: 30px 20px 80px;
  }
}

@media screen and (max-width: 640px) {
  .top_page #contents_wrap {
    padding: 30px 10px 60px;
  }
}

#contents_wrap {
  background: #faf9f4;
  padding: 10px 0 100px;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 10px 20px 80px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 10px 20px 80px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 30px 10px 60px;
  }
}

#col_side1 {
  width: 25% !important;
}

@media screen and (max-width: 768px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  #col_side1 {
    margin-top: 30px !important;
  }
}

.menuBox {
  border: 1px solid #dacfae;
  background: #fff;
  padding: 2px;
}

.menuBox .side_title01 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 2.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#96826f), to(#cbc2af));
  background: linear-gradient(to bottom, #96826f, #cbc2af);
  padding: 8px 15px;
  line-height: 1.4;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}

.menuBox .side_title01 span {
  font-size: 1.2rem;
  margin-left: 12px;
  text-shadow: none;
}

.menuBox .listMenu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 10px;
}

.menuBox .listMenu li:not(:last-child) {
  border-bottom: 1px dotted #dacfae;
}

.menuBox .listMenu li a {
  color: #333;
  display: block;
  padding: 12px 0;
  margin-left: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.menuBox .listMenu li a:hover {
  color: #a95a88;
  text-decoration: underline;
}

.infoBox {
  border: 1px solid #dadada;
  background: #fff;
  padding: 1px;
}

.infoBox .side_title01 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333;
  font-size: 1.9rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0e2ef), to(#f8f4f3));
  background: linear-gradient(to bottom, #f0e2ef, #f8f4f3);
  padding: 8px 12px;
  line-height: 1.4;
  font-weight: 500;
  border-bottom: 2px solid #bc729f;
}

.infoBox .side_title01 span {
  font-size: 1.2rem;
  margin-left: 12px;
  color: #767676;
}

.infoBox .textInfo {
  padding: 10px 12px;
}

.infoBox .textInfo .ttl {
  font-weight: bold;
  font-size: 1.6rem;
}

.infoBox .textInfo .txtTelfax {
  color: #a95a88;
  font-weight: bold;
  font-size: 1.8rem;
}

.infoBox .textInfo .txtTelfax a {
  font-weight: bold;
}

.infoBox .textInfo .accessMap {
  margin-top: 10px;
}

.infoBox .textInfo .accessMap a {
  display: block;
  background: #a08e7a;
  color: #fff;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 3px 10px 3px 15px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.infoBox .textInfo .accessMap a:hover {
  opacity: 0.7;
}

.infoBox .textInfo .accessMap a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  border: none;
  border-right: solid 10px white;
  border-bottom: solid 15px transparent;
}

@media screen and (max-width: 960px) {
  .infoBox .textInfo .accessMap a::before {
    border-right: solid 15px white;
    border-bottom: solid 25px transparent;
  }
}

.infoBox .textInfo .accessMap a::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  border: none;
  border-right: solid 10px white;
  border-top: solid 15px transparent;
}

@media screen and (max-width: 960px) {
  .infoBox .textInfo .accessMap a::after {
    border-right: solid 15px white;
    border-top: solid 25px transparent;
  }
}

.infoBox .textInfo .accessMap a span {
  font-size: 1.2rem;
  margin-left: 12px;
  text-shadow: none;
}

@media screen and (max-width: 960px) {
  .infoBox .textInfo .accessMap a span {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .infoBox .textInfo .accessMap a span {
    display: inline-block;
    margin-left: 12px;
  }
}

.title01 h1 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
  padding: 15px 20px;
  background: url(../images/home/bg_title.png) right top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ac6690), to(#dda8c4));
  background: url(../images/home/bg_title.png) right top no-repeat, linear-gradient(to bottom, #ac6690, #dda8c4);
  position: relative;
  border-left: 5px solid #c278a8;
}

.title01 h1::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
  position: absolute;
  top: 1px;
  left: 0;
}

.title01 h2 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
  padding: 10px 20px;
  background: url(../images/home/bg_title.png) right top no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ac6690), to(#dda8c4));
  background: url(../images/home/bg_title.png) right top no-repeat, linear-gradient(to bottom, #ac6690, #dda8c4);
  position: relative;
}

.title01 h2::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
  position: absolute;
  top: 1px;
  left: 0;
}

.title01 h2 span {
  font-size: 1.4rem;
  margin-left: 15px;
}

.title02 h2 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #000;
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0e2ef), to(#f8f4f3));
  background: linear-gradient(to bottom, #f0e2ef, #f8f4f3);
  padding: 8px 12px;
  line-height: 1.4;
  font-weight: 500;
  border-top: 1px solid #e9d9e1;
  border-bottom: 3px solid #bc729f;
}

.title02 h3 {
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefdf9), to(#e2dcd2));
  background: linear-gradient(to bottom, #fefdf9, #e2dcd2);
  border-top: 1px solid #d9cfac;
  padding: 5px 10px;
}

.title02 h3::before {
  content: url(../images/food/icon_tit.jpg);
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.title02.flow h3 {
  padding: 5px 10px 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title02.flow h3 .icon_flow {
  background: url(../images/flow/bg_icon_tit.gif) no-repeat;
  display: block;
  width: 42px;
  height: 42px;
  margin: -11px 10px 0 10px;
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 44px;
}

.title02.flow h3::before {
  display: none;
}

.frame01 {
  border: 1px solid #dadada;
  background: #fff;
}

.frame02 {
  border: 1px solid #d9cfac;
  background: #fff;
}

.bnr_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bnr_wrap .box {
  width: 48.55072%;
}

.news_wrap {
  border: 1px solid #dacfae;
  padding: 1px;
  background: #fff;
  padding-bottom: 15px;
}

.news_wrap h2 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#96826f), to(#cbc2af));
  background: linear-gradient(to bottom, #96826f, #cbc2af);
  position: relative;
}

.news_wrap h2 span {
  font-size: 1.4rem;
  margin-left: 15px;
  text-shadow: none;
}

.news {
  max-height: 300px;
  overflow-y: auto;
  padding: 0 15px;
}

.news .blog_list {
  border: none;
}

.news .blog_list > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-bottom: 1px dashed #7a6c5d;
}

.news .blog_list > div:first-child .blog_text {
  padding-top: 0;
}

.news .blog_list > div:last-child {
  border-bottom: 1px dashed #7a6c5d;
}

.news .blog_list .blog_photo {
  width: 20%;
}

.news .blog_list .blog_text {
  width: 80%;
  padding: 0;
  font-size: 1.5rem;
  padding: 15px 0;
}

.news .blog_list .blog_text .blog_date {
  color: #333;
}

.news .blog_list .blog_text h3 {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.news .blog_list .blog_text h3 a {
  color: #333;
}

.news .blog_list .blog_text .detail {
  margin-top: 0;
}

#pankuzu_wrap {
  background: #faf9f4;
  padding-top: 10px;
}

#pankuzu_wrap .pankuzu {
  max-width: 960px;
  margin: auto;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  #pankuzu_wrap .pankuzu {
    display: none;
  }
}

#pankuzu_wrap .pankuzu ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#pankuzu_wrap .pankuzu ol li:first-child {
  margin-right: 5px;
}

#pankuzu_wrap .pankuzu ol li:last-child {
  margin-left: 5px;
}

.btn a {
  background: #6b598e;
  color: #fff;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  display: block;
  padding: 15px 0;
  border: 1px solid #604e85;
}

.btn.btn01 a {
  max-width: 320px;
}

.btn.center a {
  margin: auto;
}

.form dl {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.form dl:first-child {
  border-top: 1px solid #ddd;
}

.form dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form dl dd input[type="text"],
.form dl dd input[type="password"],
.form dl dd select {
  background: #fff;
  border: 1px solid #eee !important;
  height: 40px;
}

.form dl dd textarea {
  background: #fff;
  border: 1px solid #eee !important;
}

.fs18 {
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .fs18 {
    font-size: 1.6rem;
  }
}

.fs22 {
  font-size: 2.2rem;
}

@media screen and (max-width: 640px) {
  .fs22 {
    font-size: 1.8rem;
  }
}

.bnr01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bnr01 .box {
  width: 48.55072%;
  margin-bottom: 2.5%;
}

@media screen and (max-width: 480px) {
  .bnr01 .box {
    width: 100%;
    text-align: center;
    margin-bottom: 4%;
  }
}

.question, .answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dddbe3;
  padding: 10px;
}

.question div, .answer div {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.question::before, .answer::before {
  content: url(../images/faq/icon_question.png);
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}

.answer {
  background: #fff;
}

.answer::before {
  content: url(../images/faq/icon_answer.png);
}

@media screen and (max-width: 480px) {
  .layout01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.layout01 dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .layout01 dl dt {
    width: 100% !important;
  }
}

.layout01 dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  .layout01 dl dd {
    width: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.layout01 dl dd .call a {
  color: #333;
}

.gallery {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery .box {
  width: 33%;
}

.point {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.point .box {
  width: 48.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d4cec4;
  border-bottom: 1px solid #d4cec4;
  background: #fff;
  padding: 0 5px;
  overflow: visible !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}

.point .box:nth-child(n + 3) {
  margin-top: 2%;
}

@media screen and (max-width: 480px) {
  .point .box {
    width: 100%;
  }
  .point .box:nth-child(n + 2) {
    margin-top: 4%;
  }
}

.point .box img {
  position: relative;
  top: -5px;
  margin-right: 15px;
}

.point .box div {
  padding: 5px 0;
  font-size: 1.4rem;
}

.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex01 .leftArea {
  width: 31.88406%;
}

@media screen and (max-width: 480px) {
  .flex01 .leftArea {
    width: 100%;
  }
}

.flex01 .rightArea {
  width: 65.21739%;
}

@media screen and (max-width: 480px) {
  .flex01 .rightArea {
    width: 100%;
    margin-top: 15px;
  }
}

.tbl_list td {
  padding: 10px !important;
}

@media screen and (max-width: 640px) {
  .tbl_list td {
    font-size: 1.4rem;
    padding: 10px 5px !important;
  }
}

@media screen and (max-width: 480px) {
  .tbl_list td {
    font-size: 1.2rem;
    padding: 5px 3px !important;
  }
}

a.itext {
  width: auto !important;
  height: auto !important;
}
/*# sourceMappingURL=assets.css.map */