<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  color: #5A3C32;
  background-color: #FFFAF3;
}

a,
a:link,
button {
  color: #503200;
  text-decoration: underline;
}

a:hover,
button:hover {
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  color: #D6893C;
}

#no_script {
  position: relative;
  width: 100%;
  background: #f00;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
  z-index: 100;
}

/*スマホ・PC振り分け*/
.sp {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

.sp540 {
  display: none !important;
}

.cms-ready #header {
  top: 0 !important;
}

/* structure
====================================================================================================================================== */
html,
body {
  width: 100%;
}

html {
  height: 100%;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  min-width: 1200px;
}

#container {
  width: 100%;
  font-size: 1.0625rem;
  line-height: 2;
}

.wrapper {
  margin: 0 auto;
  width: 980px;
}

.wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 中ページ
  ====================================================================================================================================== */
#page_title_wrap {
  padding: 0 20px 4em;
}

#page_title_wrap.with_bg {
  position: relative;
  z-index: 1;
  min-height: 340px;
  padding-bottom: 1.5em;
  text-align: center;
}

#page_title_wrap.with_bg:before {
  content: "";
  display: block;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 58px;
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}

#page_title_wrap.with_bg * {
  color: #fff;
}

#page_title_wrap.with_bg #navibar {
  position: relative;
  z-index: 3;
  margin-bottom: 5.5em;
}

#page_title_wrap.with_bg #navibar p {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

#page_title_wrap.with_bg #navibar a, #page_title_wrap.with_bg #navibar a:link {
  color: #fff;
}

#page_title_wrap.with_bg h1.page_title {
  position: relative;
  z-index: 3;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: 0 auto;
}

#page_title_wrap.with_bg h1.page_title:after {
  content: "";
  display: block;
  width: 150%;
  height: 4em;
  opacity: 0.8;
  background: url(../images/page_title_shadow.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

#page_title_wrap.with_bg .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#page_title_wrap.with_bg .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover;object-position: center center;';
}

#navibar {
  padding-top: 1em;
  margin-bottom: 2.5em;
}

#navibar p {
  font-size: 0.9375rem;
  text-align: left;
  line-height: 1.6em;
  margin-bottom: 0;
  color: #A0826E;
}

#navibar .sparator {
  margin: 0 0.5em;
}

#navibar a {
  text-decoration: none;
}

#navibar a, #navibar a:link {
  color: #5A3C32;
  text-decoration: underline;
}

#navibar a:hover {
  color: #5A3C32;
  text-decoration: none;
}

#page_nav {
  background-color: #5A3C32;
  margin-bottom: 3em;
}

#page_nav ul {
  margin: 0;
  display: flex;
  justify-content: center;
}

#page_nav ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-size: 1.0625rem;
  line-height: 1.3;
  border-right: 1px solid rgba(211, 191, 161, 0.5);
}

#page_nav ul li:first-child {
  border-left: 1px solid rgba(211, 191, 161, 0.5);
}

#page_nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 3.7em;
  padding: 0 2em;
}

#page_nav ul li a, #page_nav ul li a:link {
  text-decoration: none;
  color: #fff;
}

#page_nav ul li:before {
  display: none;
}

#page_nav ul li.current a,
#page_nav ul li a:hover {
  background-color: #FFFAF3;
  color: #5A3C32;
}

/* header
====================================================================================================================================== */
#header {
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}

#header.top #site_title {
  width: 238px;
}

#header.top .header_contents {
  flex-direction: column;
  align-items: flex-end;
}

#header.top .header_contents .header_item01 {
  padding-top: 15px;
}

#header.top #header_contact a .inner {
  background: url(../images/icon_contact.svg) no-repeat center top;
  padding-top: 40px;
}

#header.top #globalnavi ul.nav_list li a {
  padding: 1.1em 0;
}

#header.top #globalnavi ul.nav_list li:last-child a .inner {
  border-right: none;
}

.header_contents {
  width: 78%;
  position: relative;
  padding-right: 140px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.header_contents .header_item01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top_header_links {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0;
  line-height: 1;
}

.top_header_links li {
  margin: 0;
}

.top_header_links li + li {
  margin-left: 8px;
}

.top_header_links li.know a:before {
  background-image: url(../images/icon_know.svg);
}

.top_header_links li.buy a:before {
  background-image: url(../images/icon_buy.svg);
}

.top_header_links li.play a:before {
  background-image: url(../images/icon_play.svg);
}

.top_header_links li a {
  display: block;
  background-color: #5A3C32;
  padding: 0.5em 0.8em 0.5em 2.6em;
  border-radius: 2em;
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
}

.top_header_links li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #5A3C32;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85% auto;
}

.top_header_links li a, .top_header_links li a:link {
  text-decoration: none;
  color: #fff;
}

.top_header_links li a:hover {
  opacity: 0.7;
}

.top_header_links li a .smaller {
  color: #F1E8DF;
  font-size: 0.75em;
  font-weight: normal;
}

#header_instagram {
  margin: 0 15px;
  width: 34px;
}

#header_instagram img {
  width: 100%;
}

#header_instagram a:hover {
  opacity: 0.7;
}

#main_slider {
  position: relative;
  width: 100%;
  max-height: 1000px;
  overflow: hidden;
}

#main_visual {
  position: relative;
  height: 310px;
}

#main_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  font-family: 'object-fit: cover; object-position: center bottom;';
}

#site_title {
  margin: 0;
  width: 170px;
}

#site_title img {
  width: 100%;
}

#site_title a:hover {
  opacity: 0.7;
}

#header_contact {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
}

#header_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #E8AE5E;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Serif JP', serif;
}

#header_contact a span {
  display: block;
}

#header_contact a .en {
  font-size: 0.8125rem;
  margin-bottom: 0.6em;
}

#header_contact a .ja {
  font-size: 1.0625rem;
  font-weight: bold;
}

#header_contact a, #header_contact a:link {
  color: #fff;
  text-decoration: none;
}

#header_contact a:hover {
  opacity: 0.7;
}

#menu_back {
  display: none;
}

#menu_back.opened {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 555;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

/* globalnavi
====================================================================================================================================== */
#globalnavi {
  width: calc(100% - 64px);
}

#globalnavi ul.nav_list {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  line-height: 1;
}

#globalnavi ul.nav_list li {
  margin-bottom: 0;
  width: 17.72%;
}

#globalnavi ul.nav_list li:nth-child(5) {
  width: calc(100% - 17.72% * 4);
}

#globalnavi ul.nav_list li a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  padding: 1.5em 0;
  letter-spacing: 0.05em;
  font-size: 1.0625rem;
}

#globalnavi ul.nav_list li a span {
  display: block;
}

#globalnavi ul.nav_list li a .inner {
  border-right: 1px solid #D3BFA1;
}

#globalnavi ul.nav_list li a .en {
  color: #D6893C;
  font-size: 0.8125rem;
  margin-bottom: 0.5em;
}

#globalnavi ul.nav_list li a .ja {
  color: #5A3C32;
}

#globalnavi ul.nav_list li a:hover {
  opacity: 0.7;
}

#globalnavi ul.nav_list li.current a {
  background-color: #5A3C32;
}

#globalnavi ul.nav_list li.current a .ja {
  color: #fff;
}

/* contents
====================================================================================================================================== */
#conts {
  width: 100%;
  padding: 0;
}

#conts.in {
  padding: 0 0 3em;
}

#conts .wrapper {
  overflow: visible;
}

.wrapper:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@keyframes wave_move {
  0% {
    background-position: left 0 bottom;
  }
  100% {
    background-position: left 1000px bottom;
  }
}

@keyframes wave_move_reverse {
  0% {
    background-position: right 0 bottom;
  }
  100% {
    background-position: right 1000px bottom;
  }
}

#introduction {
  position: relative;
}

#introduction:before, #introduction:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
}

#introduction:before {
  z-index: 110;
  background: url(../images/wave01.png) repeat-x left bottom;
  background-size: contain;
  animation: wave_move 20s linear infinite;
}

#introduction:after {
  z-index: 111;
  background: url(../images/wave02.png) repeat-x right bottom;
  background-size: contain;
  animation: wave_move_reverse 26s linear infinite;
}

#introduction .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#introduction .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  font-family: 'object-fit: cover;object-position: center bottom;';
}

#introduction .intro_inner {
  padding-top: 60px;
  padding-bottom: 25%;
}

#introduction .wrapper {
  position: relative;
}

#introduction .copy {
  text-align: center;
  margin-bottom: 2em;
}

#introduction .map_image {
  position: absolute;
  top: 8px;
  right: -63px;
}

#introduction ul.links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 858px;
  margin: 0 auto;
}

#introduction ul.links li {
  width: 260px;
  height: 260px;
  margin: 0;
}

#introduction ul.links a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 47px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 1;
  position: relative;
}

#introduction ul.links a, #introduction ul.links a:link {
  text-decoration: none;
}

#introduction ul.links a:hover {
  opacity: 0.7;
}

#introduction ul.links a span {
  display: block;
}

#introduction ul.links a .inner {
  display: block;
  background: url(../images/splash.png) no-repeat center top;
  padding-top: 55px;
}

#introduction ul.links a .en {
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Serif JP', serif;
  font-size: 0.9375rem;
  color: #D6893C;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}

#introduction ul.links a .ja {
  display: block;
}

#introduction ul.links a .more {
  position: absolute;
  bottom: 1.8em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  font-weight: bold;
  color: #D6893C;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #D6893C;
}

.top_section {
  padding: 2.5em 0 4em;
}

.top_section h2 {
  line-height: 1;
}

.top_section h2 span {
  display: block;
}

.top_section h2 .en {
  font-size: 2.375rem;
}

.top_section h2 .ja {
  font-size: 1.0625rem;
  font-weight: bold;
  color: #A0826E;
  margin-top: 0.7em;
  font-family: "-apple-system", "Arial", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Verdana, "M+ 1p", sans-serif;
}

#pickup {
  background-color: #E8AE5E;
  position: relative;
}

#pickup:before, #pickup:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
}

#pickup:before {
  z-index: 110;
  background: url(../images/wave03.png) repeat-x left bottom;
  background-size: contain;
  animation: wave_move 20s linear infinite;
}

#pickup:after {
  z-index: 111;
  background: url(../images/wave01.png) repeat-x right bottom;
  background-size: contain;
  animation: wave_move_reverse 26s linear infinite;
}

#pickup .wrapper {
  position: relative;
  width: 1160px;
}

#pickup .illust_stamp {
  position: absolute;
  top: -10px;
  left: -45px;
  z-index: 150;
  width: 304px;
}

#pickup .illust_stamp img {
  width: 100%;
}

#pickup h2 {
  color: #fff;
}

#pickup h2:before {
  background-image: url(../images/splash_pale.png);
}

#pickup h2 .ja {
  color: #fff;
}

#pickup .pickup_wrap {
  position: relative;
  z-index: 200;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#pickup .pickup_wrap .cms-placeholder {
  display: none;
}

#pickup .pickup_wrap:before, #pickup .pickup_wrap:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

#pickup .pickup_wrap:before {
  order: 1;
}

#pickup .pickup_wrap .pickup_box, #pickup .pickup_wrap:before, #pickup .pickup_wrap:after {
  width: 23.7%;
}

#pickup .pickup_box {
  margin-bottom: 2.5em;
}

#pickup .pickup_box a {
  display: block;
}

#pickup .pickup_box a, #pickup .pickup_box a:link {
  text-decoration: none;
}

#pickup .pickup_box a:hover {
  opacity: 0.7;
}

#pickup .pickup_box a:hover .photo .image_wrap img {
  transform: scale(1.06);
}

#pickup .pickup_box .photo {
  position: relative;
  margin-bottom: 0.8em;
}

#pickup .pickup_box .photo .image_wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

#pickup .pickup_box .photo .image_wrap img {
  width: 100%;
  transition: .5s;
}

#pickup .pickup_box .photo .new {
  width: 54px;
  margin-bottom: 0;
  position: absolute;
  top: -20px;
  left: -13px;
}

#pickup .pickup_box .photo .new img {
  width: 100%;
}

#pickup .pickup_box .title {
  line-height: 1.5;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  padding-left: 1.1em;
  text-indent: -1.1em;
}

#pickup .pickup_box .title:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-right: 0.2em;
}

#news {
  position: relative;
}

#news:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: url(../images/wave04.png) repeat-x left bottom;
  background-size: contain;
  animation: wave_move_reverse 26s linear infinite;
}

#news h2 {
  margin-bottom: 0.8em;
}

#news .link_more {
  margin-bottom: 0;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Serif JP', serif;
  text-align: right;
  line-height: 1;
}

#news .link_more a {
  display: inline-block;
  font-size: 1.0625rem;
  padding: 0 0.8em 0.3em;
  border-bottom: 1px solid #5A3C32;
}

#news .link_more a, #news .link_more a:link {
  text-decoration: none;
}

#news .link_more a:hover {
  border-color: #D6893C;
}

#instagram {
  background-color: #fff;
  position: relative;
}

#instagram:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: url(../images/wave01.png) repeat-x left bottom;
  background-size: contain;
  animation: wave_move_reverse 26s linear infinite;
}

#instagram .wrapper {
  width: 1160px;
}

#instagram h2 {
  padding-top: 65px;
}

#instagram h2:before {
  width: 67px;
  height: 67px;
  background-image: url(../images/icon_insta_large.png);
}

#instagram ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#instagram ul li {
  margin: 0 0 20px;
  padding: 0;
  width: 275px;
  height: 275px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
}

#instagram ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  vertical-align: bottom;
  transition: .5s;
}

#instagram ul li a {
  display: block;
  height: 100%;
}

#instagram ul li a:hover {
  opacity: 0.7;
}

#instagram ul li a:hover img {
  transform: scale(1.06);
}

#top_links_area {
  padding: 2.5em 0;
}

#top_links_area .wrapper {
  width: 1160px;
}

#top_links_area ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

#top_links_area ul li {
  width: 31.9%;
  height: 220px;
  margin: 0;
}

#top_links_area ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

#top_links_area ul li a:hover {
  opacity: 0.7;
}

#top_links_area ul li a:hover .bg_image img {
  transform: scale(1.06);
}

#top_links_area .link_box {
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  line-height: 1.3;
}

#top_links_area .link_box .bg_image {
  height: 100%;
  background-color: #fff;
}

#top_links_area .link_box .bg_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: .5s;
}

#top_links_area .link_box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(90, 60, 50, 0.35);
}

#top_links_area .link_box .main_area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}

#top_links_area .link_box .icon {
  margin-bottom: 9px;
}

#top_links_area .link_box .icon img {
  height: 40px;
  width: auto;
}

#top_links_area .link_box .text_area .link_title {
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Noto Serif JP', serif;
  margin-bottom: 0;
}

#top_links_area .link_box .text_area .link_title sup {
  font-size: 0.65em;
}

#top_links_area .link_box .text_area .sub_text {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 0;
  position: absolute;
  bottom: 1.2em;
  left: 0;
  width: 100%;
}

#top_links_area .link_box.furusato_tax {
  border: 1px solid rgba(211, 191, 161, 0.5);
  color: #5A3C32;
  text-shadow: none;
}

#top_links_area .link_box.furusato_tax:before {
  display: none;
}

#top_links_area .link_box.furusato_tax .main_area {
  padding-top: 36px;
}

#top_links_area .link_box.furusato_tax .icon {
  margin-bottom: 16px;
}

#top_links_area .link_box.furusato_tax .icon img {
  height: auto;
  width: 80px;
}

/* footer
====================================================================================================================================== */
#footer_contact {
  border-top: 1px solid rgba(211, 191, 161, 0.5);
  padding: 2em 0;
}

#footer_contact .inner {
  width: 1125px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer_contact .text_area {
  width: 445px;
  text-align: center;
}

#footer_contact .text_area .contact_catch {
  margin-bottom: 1.2em;
}

#footer_contact .text_area .contact_catch img {
  width: 100%;
  max-width: 372px;
}

#footer_contact .text_area .faq_link {
  line-height: 1;
  font-size: 1.0625rem;
  margin-bottom: 0;
}

#footer_contact .text_area .faq_link a {
  display: inline-block;
}

#footer_contact .text_area .faq_link a, #footer_contact .text_area .faq_link a:link {
  color: #5A3C32;
}

#footer_contact .button_area {
  width: 650px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

#footer_contact .button_area a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  height: 90px;
  min-width: 0;
  position: static;
  padding: 0;
  margin: 0;
}

#footer_contact .button_area a:before {
  content: "";
  display: block;
  width: 1.64em;
  height: 2em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-right: 0.3em;
  transition: .3s;
}

#footer_contact .button_area a:after {
  display: none;
}

#footer_contact .button_area a span {
  display: block;
  text-align: left;
}

#footer_contact .button_area a .inner {
  width: 10.2em;
  white-space: nowrap;
  margin: 0;
}

#footer_contact .button_area a .telno {
  font-size: 1.5625rem;
  font-weight: normal;
}

#footer_contact .button_area a .sub_text {
  margin-top: 0.2em;
  font-size: 0.9375rem;
  font-weight: normal;
  color: #A0826E;
  transition: .3s;
}

#footer_contact .button_area a.button_contact {
  width: 320px;
}

#footer_contact .button_area a.button_contact:before {
  background-image: url(../images/icon_contact02.svg);
}

#footer_contact .button_area a.button_tel {
  width: 310px;
  max-width: 999px;
  background-color: #fff;
}

#footer_contact .button_area a.button_tel:before {
  background-image: url(../images/icon_tel.svg);
}

#footer_contact .button_area a.button_tel:hover {
  background-color: #D3BFA1;
}

#footer_contact .button_area a.button_tel:hover .sub_text {
  color: #fff;
}

#footer_contact .button_area a.button_tel:hover:before {
  background-image: url(../images/icon_tel_on.svg);
}

#footer_contact.top {
  border-top: none;
  padding: 0;
  position: relative;
}

#footer_contact.top .bg_image img {
  width: 100%;
}

#footer_contact.top .contact_box {
  position: absolute;
  bottom: 37px;
  left: 0;
  width: 100%;
}

#footer_contact.top .contact_box &gt; .inner {
  width: 1200px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  padding: 25px 40px;
}

#footer .footer_bottom {
  background-color: #5A3C32;
  color: #fff;
  padding-bottom: 5em;
}

#footer .footer_bottom .wrapper {
  width: 1215px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#footer .footer_bottom .wrapper:after {
  display: none;
}

#footer .footer_bottom .footer_logo {
  width: 180px;
  text-align: center;
}

#footer .footer_bottom .footer_logo img {
  width: 100%;
  max-width: 146px;
}

#footer .footer_bottom .footer_main_content {
  width: 990px;
  padding-top: 1.5em;
}

#footer .footer_bottom .footer_main_content .registered {
  font-size: 1.125rem;
  font-weight: bold;
  color: #E8AE5E;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 0.7em;
}

#footer .footer_bottom .footer_main_content .registered sup, #footer .footer_bottom .footer_main_content .registered sub {
  font-size: 0.7em;
}

#footer .footer_bottom .footer_main_content .footer_nav {
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5em;
}

#footer .footer_bottom .footer_main_content .footer_nav li + li {
  margin-left: 1em;
}

#footer .footer_bottom .footer_main_content .footer_nav li.to_home a:before, #footer .footer_bottom .footer_main_content .footer_nav li.link_insta a:before {
  display: none;
}

#footer .footer_bottom .footer_main_content .footer_nav li.link_insta {
  margin-left: 1.5em;
}

#footer .footer_bottom .footer_main_content .footer_nav li.link_insta:hover {
  opacity: 0.7;
}

#footer .footer_bottom .footer_main_content .footer_nav li a {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

#footer .footer_bottom .footer_main_content .footer_nav li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: #E8AE5E;
  margin-right: 0.6em;
}

#footer .footer_bottom .footer_main_content .footer_nav li a:hover {
  text-decoration: underline;
}

#footer .footer_bottom .footer_info {
  border-top: 1px dashed #D3BFA1;
  padding-top: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#footer .footer_bottom .footer_info .address {
  font-size: 0.9375rem;
  line-height: 1.9;
}

#footer .footer_bottom .footer_info .address address, #footer .footer_bottom .footer_info .address p {
  margin-bottom: 0;
}

#footer .footer_bottom .footer_info .address p a, #footer .footer_bottom .footer_info .address p a:link {
  color: #fff;
}

#footer .footer_bottom .footer_info .site_info .footer_links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  margin-bottom: 0.8em;
}

#footer .footer_bottom .footer_info .site_info .footer_links li + li {
  border-left: 1px solid #fff;
}

#footer .footer_bottom .footer_info .site_info .footer_links li:first-child a {
  padding-left: 0;
}

#footer .footer_bottom .footer_info .site_info .footer_links li:last-child a {
  padding-right: 0;
}

#footer .footer_bottom .footer_info .site_info .footer_links li a {
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
  padding: 0 1em;
}

#footer .footer_bottom .footer_info .site_info .footer_links li a:hover {
  text-decoration: underline;
}

#footer .footer_bottom .footer_info .site_info .copyright {
  display: block;
  font-size: 0.9375rem;
  color: #D3BFA1;
  text-align: right;
  line-height: 1;
}

/* side_fixed_box
====================================================================================================================================== */
.top_page {
  display: block;
  width: 64px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
}

.top_page:hover {
  opacity: 0.8;
}
</pre></body></html>