@charset "UTF-8";
/*WEBフォント
----------------------------------------------------*/
/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  color: #444;
  line-height: 2;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
  position: relative;
}

html {
  overflow-y: scroll;
}

a {
  color: #b44400;
  text-decoration: underline;
}

a:hover {
  color: #b44400;
  text-decoration: none;
  opacity: 0.8;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  width: 100%;
  border: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.clear {
  clear: both;
}

.fix {
  min-height: 1px;
}

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

* html .fix {
  height: 1px;
  /*\*/
  /*/
height: auto;
overflow: hidden;
/**/
}

.red {
  color: #f73609;
}

/*section p
----------------------------------------------------*/
.section {
  margin: 0 0 30px 0;
  width: 100%;
}

.inner {
  width: 100%;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.btm0 {
  margin-bottom: 0 !important;
}

.btm5 {
  margin-bottom: 5px;
}

.btm10 {
  margin-bottom: 10px;
}

.btm15 {
  margin-bottom: 15px;
}

.btm20 {
  margin-bottom: 20px;
}

.btm25 {
  margin-bottom: 25px;
}

.btm30 {
  margin-bottom: 30px !important;
}

.btm40 {
  margin-bottom: 40px;
}

.top5 {
  margin-top: 5px;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px;
}

.f18 {
  font-size: 18px !important;
}

p.l11 {
  line-height: 1.1;
}

p.l13 {
  line-height: 1.3;
}

.m0 {
  margin: 0 !important;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.lh15 {
  line-height: 1.5;
}

.hover a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

.list01 {
  margin: 1em 0;
}

.list01 ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
}

.list01 ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #5d4037;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 12px;
}

.list02 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.list02 li {
  position: relative;
}

.list02 li:after {
  content: "/";
  margin: 0 8px;
}

.list02 li:last-of-type:after {
  content: none;
}

.list_disc {
  margin-left: 20px;
}

.list_disc li {
  list-style: disc;
}

.list_num {
  margin: 1em 0;
}

.list_num ol {
  padding: 0 0 0 1.5em;
}

.list_num ol li {
  list-style-type: decimal;
}

.text_ul01 {
  font-weight: bold;
  color: #fb6a00;
  text-decoration: underline;
}

.marker {
  font-size: 1.5em;
  background: #f8e859;
  display: inline;
  font-weight: bold;
}

.flex, .flex_sp_rev {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

.img01 {
  line-height: 0;
}

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

/*共通パーツ
----------------------------------------------------*/
.ttl01 {
  border-top: 4px solid #030355;
  border-bottom: 4px solid #030355;
  box-sizing: border-box;
  padding: 4px 0;
  margin-bottom: 32px;
}

.ttl01 .ttl01_wrap {
  display: block;
  border-top: 2px solid #030355;
  border-bottom: 2px solid #030355;
  box-sizing: border-box;
  padding: 16px;
  font-size: 36px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  text-align: center;
}

.ttl02 {
  display: block;
  text-align: center;
  margin: 0 auto 16px;
  font-size: 40px;
  font-weight: bold;
  color: #544124;
  font-family: "Noto Serif", serif;
}

.ttl02_wrap {
  position: relative;
  box-sizing: border-box;
  padding: 0 0.75em;
}

.ttl02_wrap:before, .ttl02_wrap:after {
  content: "";
  display: block;
  width: 2px;
  height: 110%;
  position: absolute;
  bottom: -10%;
  background: #444;
}

.ttl02_wrap:before {
  left: 0;
  transform: rotate(-35deg);
}

.ttl02_wrap:after {
  right: 0;
  transform: rotate(35deg);
}

.ttl03 {
  background: #5d4037;
  box-sizing: border-box;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.75;
  margin-bottom: 24px;
}

.ttl03 span {
  position: relative;
  border-left: 1px solid #fff;
  padding: 8px 0 8px 12px;
}

.ttl04 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  color: #383869;
  text-align: left;
  border-bottom: 1px solid #383869;
  line-height: 1.5;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 32px;
}

.ttl04:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #383869;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.ttl05 {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  box-sizing: border-box;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

.ttl06 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-left: 16px;
}

.ttl06:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 14px;
  background: #5d4037;
}

.ttl07 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px dotted #444;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.ttl07.blue {
  border-bottom: 2px dotted #383869;
}

.ttl08 {
  width: fit-content;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.ttl09 {
  font-size: 24px;
  font-weight: bold;
  color: #383869;
  text-align: center;
  margin-bottom: 28px;
}

.ttl10 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-left: 16px;
  border-bottom: 1px solid #5d4037;
  margin-bottom: 16px;
}

.ttl10:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 14px;
  background: #5d4037;
}

.ttl10:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #5d4037;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.ttl11 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  font-family: "Noto Serif", serif;
  margin-bottom: 36px;
  line-height: 1.5;
}

.ttl11 .br {
  display: block;
}

.strong01 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fefdad 60%);
}

.strong02 {
  font-weight: bold;
  color: #b44400;
}

.img_f-r {
  float: right;
  margin-left: 24px;
  line-height: 1.5;
  line-height: 1;
}

.img01 {
  text-align: center;
}

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

.tbl01 {
  border: 1px solid #d6d5d4;
  border-collapse: collapse;
}

.tbl01 tbody tr th, .tbl01 tbody tr td {
  box-sizing: border-box;
  padding: 12px 24px;
}

.tbl01 tbody tr th {
  width: 35%;
  background: #f7f1e9;
  border-right: 1px solid #d6d5d4;
  border-bottom: 1px solid #d6d5d4;
}

.tbl01 tbody tr td {
  width: 65%;
  border-bottom: 1px solid #d6d5d4;
}

.btn01 a {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #383869;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.btn01 a span {
  position: relative;
}

.btn01 a span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: -32px;
  top: calc(50% - 7px);
}

/*ヘッダー
----------------------------------------------------*/
#header {
  display: block;
  width: 100%;
  margin-top: 12px;
}

.h_wrap {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
}

.h_h1 {
  width: 100%;
  margin-bottom: 24px;
}

.h_h1 h1 {
  font-size: 13px;
  line-height: 1.5;
}

.h_conts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.h_l,
.h_r {
  width: fit-content;
}

.h_logo {
  width: 42vw;
  max-width: 527px;
}

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

.h_logo-access p {
  font-size: 14px;
  line-height: 1.75;
  color: #444;
}

.h_logo-access-sp {
  display: none;
}

.h_l {
  margin-right: 16px;
}

.h_r {
  display: flex;
  flex-direction: row;
}

.h_tel {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
}

.h_tel-text01 {
  position: relative;
  text-align: center;
  line-height: 1;
}

.h_tel-text01:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #dfdad6;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 1;
}

.h_tel-text01 span {
  background: #fff;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  color: #444;
  position: relative;
  z-index: 2;
}

.h_tel-text02 {
  box-sizing: border-box;
  padding: 4px 0 0;
}

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

.h_telconts {
  border-bottom: 1px solid #dfdad6;
  margin-top: -10px;
}

.h_tel-open {
  margin-top: 8px;
}

.h_tel-open dl {
  display: flex;
  flex-direction: row;
}

.h_tel-open dl dt, .h_tel-open dl dd {
  font-size: 14px;
}

.h_btnlist {
  display: flex;
  flex-direction: row;
}

.h_btn {
  margin-right: 12px;
}

.h_btn:last-of-type {
  margin-right: 0;
}

.h_btn a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 160px;
  box-sizing: border-box;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  color: #fff;
  text-decoration: none;
  min-height: 58px;
}

.h_btn a p {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.h_btn a img {
  margin-right: 6px;
  width: auto;
  height: auto;
}

.h_btn-reserve a {
  background: #b44400;
}

.h_btn-reserve a img {
  max-width: 19px;
}

.h_btn-line a {
  background: #68c44f;
}

.h_btn-line a img {
  max-width: 21px;
}

.h_nav {
  margin-top: 40px;
}

.h_nav nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.h_nav nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-left: 1px solid #dfdad6;
}

.h_nav nav ul li:last-of-type {
  border-right: 1px solid #dfdad6;
}

.h_nav nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 12px 8px;
  font-size: 16px;
  text-decoration: none;
  color: #444;
  line-height: 1.5;
  width: 100%;
}

.nav_sp {
  display: none;
}

/*main
----------------------------------------------------*/
#main {
  margin: 64px auto;
}

#main #main_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

#mainconts {
  width: 100%;
  max-width: 720px;
}

#mainconts p {
  margin-bottom: 1em;
}

/*nayami
----------------------------------------------------*/
.nayami_ttl01 {
  font-size: 32px;
  font-weight: 500;
  color: #444;
  text-align: center;
  line-height: 1.5;
  font-family: "Noto Serif", serif;
  margin-bottom: 24px;
}

.nayami_ttl01 .br {
  display: block;
}

.nayami_list {
  background: #f7f1e9;
  box-sizing: border-box;
  padding: 40px 32px;
  position: relative;
  margin-bottom: 64px;
}

.nayami_list:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 60px solid transparent;
  border-top: 40px solid #f7f1e9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  margin: 0 auto;
}

.nayami_list ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.nayami_list ul li {
  background: url("../images/common/icon_nayami01.png") no-repeat left top;
  padding-left: 36px;
  border-bottom: 2px dashed #989591;
  padding-bottom: 20px;
  line-height: 1.5;
}

.nayami_omakase-text01 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  margin-bottom: 24px;
}

.nayami_omakase-text01 span {
  color: #b44400;
}

.nayami_omakase-approach {
  background: #383869;
  box-sizing: border-box;
  margin-top: 36px;
}

.nayami_omakase-approach-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.nayami_omakase-approach-img,
.nayami_omakase-approach-text {
  line-height: 0;
  margin-bottom: 0 !important;
}

.nayami_omakase-approach-img img,
.nayami_omakase-approach-text img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.nayami_omakase-approach-img {
  margin-top: -24px;
}

.nayami_omakase-approach-text {
  margin-left: 16px;
}

.nayami_omakase-textarea {
  margin-top: 24px;
}

.nayami_omakase-listconts {
  margin-bottom: 12px;
}

.nayami_omakase-listconts:last-of-type {
  margin-bottom: 0;
}

.nayami_omakase-listconts-wrap-lr {
  display: flex;
  flex-direction: row;
  position: relative;
}

.nayami_omakase-listconts-wrap-rl {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.nayami_omakase-listconts-img {
  position: relative;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border-radius: 200px;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.08);
}

.nayami_omakase-listconts-textarea {
  display: flex;
  align-items: center;
  background: url("../images/top/nayami_omakase-bg.gif") repeat left top;
  box-sizing: border-box;
  padding: 16px;
  min-height: 120px;
  border-radius: 8px;
  width: 100%;
  height: 95%;
}

.nayami_omakase-listconts-textarea.nayami_omakase-listconts-textarea-r {
  margin: auto 0 auto -80px;
  padding-left: 120px;
}

.nayami_omakase-listconts-textarea.nayami_omakase-listconts-textarea-l {
  margin: auto -80px auto 0;
  padding-right: 100px;
  padding-left: 56px;
}

.nayami_omakase-listconts-textarea p {
  font-size: 24px;
  font-family: "Noto Serif", serif;
  line-height: 1.5;
  color: #5d4037;
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
  text-shadow: 0px 0px 2px white, 0px 0px 4px white, 0px 0px 6px white, 0px 0px 8px white, 0px 0px 10px white, 0px 0px 12px white, 0px 0px 14px white, 0px 0px 16px white, 0px 0px 18px white, 0px 0px 20px white;
  margin-bottom: 0 !important;
}

.nayami_omakase-listconts-textarea p .br {
  display: block;
}

.nayami_omakase-text02 {
  margin-top: 24px;
}

/*reason
----------------------------------------------------*/
.reason_mainttl-text {
  background: #5d4037;
  box-sizing: border-box;
  border-bottom: 6px solid #e4d2c4;
  position: relative;
}

.reason_mainttl-text:before, .reason_mainttl-text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.reason_mainttl-text:before {
  border: 48px solid transparent;
  border-top: 32px solid #5d4037;
  bottom: -80px;
  z-index: 2;
}

.reason_mainttl-text:after {
  border: 58px solid transparent;
  border-top: 38px solid #e4d2c4;
  bottom: -96px;
  z-index: 1;
}

.reason_mainttl-text-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.reason_mainttl-img {
  line-height: 0;
  margin-bottom: 0 !important;
  margin-top: -40px;
  margin-left: 16px;
}

.reason_mainttl-ttl01 {
  font-size: 36px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
}

.reason_mainttl-ttl01 span {
  background: linear-gradient(135deg, #fef08f 0%, #fffbe0 40%, #fffbe0 60%, #fef08f 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.reason_mainttl-ttl01 strong {
  font-size: 1.5em;
  background: linear-gradient(135deg, #fef08f 0%, #fffbe0 40%, #fffbe0 60%, #fef08f 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.reason_mainconts {
  background: #f7f1e9;
  box-sizing: border-box;
  padding: 56px 32px 32px;
}

.reason_conts {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #e3e3d8;
  padding: 27px;
  margin-bottom: 32px;
}

.reason_conts:last-of-type {
  margin-bottom: 0;
}

.reason_ttl {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.reason_ttl-textarea {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 16px;
}

.reason_ttl-textarea span {
  background: linear-gradient(transparent 60%, #fefdad 60%);
}

.reason_ttl-point {
  line-height: 0;
  margin-bottom: 0 !important;
}

.reason_img {
  margin: 32px auto 16px;
}

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

.reason_textarea p:last-of-type {
  margin-bottom: 0;
}

/*recommend / voice
----------------------------------------------------*/
.recommend_mainttl,
.voice_mainttl {
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 16px;
}

.recommend_mainttl .br,
.voice_mainttl .br {
  display: block;
}

.recommend_conts {
  margin-bottom: 32px;
}

.recommend_conts:nth-last-child {
  margin-bottom: 0;
}

.recommend_conts-textarea {
  background: #f7f1e9;
  box-sizing: border-box;
  padding: 32px;
}

.recommend_ttl {
  background: #383869;
  box-sizing: border-box;
  padding: 4px 0;
}

.recommend_ttl-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid #d8cf8b;
  border-bottom: 1px solid #d8cf8b;
  box-sizing: border-box;
  padding: 16px 24px;
}

.recommend_ttl-medal {
  width: 100%;
  max-width: 90px;
  line-height: 0;
}

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

.recommend_ttl-text {
  margin-left: 16px;
}

.recommend_ttl-text01 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.recommend_ttl-text02 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.75;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.recommend_ttl-text02 span {
  display: block;
}

.recommend_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.07);
}

.recommend_memo {
  margin-top: 1em;
}

.recommend_memo p {
  font-size: 0.85em;
}

.recommend_memo p:last-of-type {
  margin-bottom: 0 !important;
}

/* voice */
.voiceconts {
  background: #f7f1e9;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 32px;
}

.voiceconts:last-of-type {
  margin-bottom: 0;
}

.voice_ttl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px dotted #cac5cb;
  padding-bottom: 0px;
  margin-bottom: 16px;
}

.voice_mainconts {
  display: flex;
  flex-direction: row;
}

.voice_img {
  width: 100%;
  max-width: 239px;
  margin-right: 24px;
}

.voice_img-img {
  margin-bottom: 8px;
  box-sizing: border-box;
}

.voice_img-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.12);
}

.voice_img-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  background: #383869;
  box-sizing: border-box;
  padding: 8px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.voice_img-btn a img {
  margin-right: 8px;
  width: auto;
  max-width: 100%;
  height: auto;
}

.voice_textconts {
  margin-bottom: 24px;
}

.voice_textconts:last-of-type {
  margin-bottom: 0;
}

.voice_text-q {
  position: relative;
  padding-left: 1.5em;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px !important;
  border-bottom: 1px dashed;
  padding-bottom: 4px;
}

.voice_text-q:before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
}

.voice_text-a p {
  font-size: 15px;
}

.voice_memo p {
  font-size: 13px;
}

.voicemovie_movie {
  margin-bottom: 20px;
}

.voicemovie_movie iframe {
  width: 100%;
  min-height: 380px;
}

.voicemovie_conts {
  margin-bottom: 24px;
}

.voicemovie_conts:last-of-type {
  margin-bottom: 0;
}

/*commoncontact
----------------------------------------------------*/
.commoncontact {
  margin-top: 40px;
}

.commoncontact_mainttl {
  background: url("../images/common/commoncontact_mainttl-bg.gif") repeat left top;
  box-sizing: border-box;
  padding: 24px;
  position: relative;
}

.commoncontact_mainttl:before {
  content: "";
  display: block;
  width: 114px;
  height: 32px;
  background: url("../images/common/commoncontact_mainttl-bg.gif") repeat left top;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -31px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.commoncontact_mainttl-text {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Serif", serif;
  text-align: center;
  margin-bottom: 0 !important;
}

.commoncontact_mainconts {
  background: #f5f8fa;
  box-sizing: border-box;
  padding: 64px 24px 24px;
  border-left: 6px solid #383869;
  border-right: 6px solid #383869;
  border-bottom: 6px solid #383869;
}

.commoncontact_btn {
  margin-bottom: 20px;
}

.commoncontact_btn:last-of-type {
  margin-bottom: 0;
}

.commoncontact_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  min-height: 125px;
  border-radius: 100px;
  text-decoration: none;
  color: inherit;
}

.commoncontact_btn-tel a {
  border: 5px solid #383869;
  border-radius: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}

.commoncontact_btn-tel-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.commoncontact_btn-tel-text p {
  font-size: 18px;
  font-weight: bold;
  color: #383869;
  margin-bottom: 0 !important;
  line-height: 1.5;
}

.commoncontact_btn-telnum {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.commoncontact_btn-telnum figure,
.commoncontact_btn-telnum p {
  line-height: 1;
  margin-bottom: 0 !important;
}

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

.commoncontact_btn-tel-img {
  position: absolute;
  right: 24px;
  bottom: 0;
  z-index: 1;
}

.commoncontact_btn-mail a {
  background: #b44400;
}

.commoncontact_btn-mail-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.commoncontact_btn-mail-img01,
.commoncontact_btn-line-img {
  margin-right: 12px;
}

.commoncontact_btn-mail-img01 img,
.commoncontact_btn-line-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.commoncontact_btn-mail-text01 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Serif", serif;
  margin-bottom: 0 !important;
}

.commoncontact_btn-line a {
  background: #68c44f;
}

.commoncontact_btn-line-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.commoncontact_btn-line-text01,
.commoncontact_btn-line-text02 {
  margin-bottom: 0 !important;
  line-height: 1.25;
}

.commoncontact_btn-line-text01 span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 0 0.5em;
}

.commoncontact_btn-line-text01 span:before, .commoncontact_btn-line-text01 span:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
}

.commoncontact_btn-line-text01 span:before {
  transform: rotate(-35deg);
  left: 0;
}

.commoncontact_btn-line-text01 span:after {
  transform: rotate(35deg);
  right: 0;
}

.commoncontact_btn-line-text02 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Serif", serif;
}

.commoncontact_open {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  box-sizing: border-box;
  padding: 24px 0;
  margin: 40px auto 24px;
}

.commoncontact_open-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.commoncontact_open-wrap dl {
  display: flex;
  flex-direction: row;
  margin-right: 12px;
}

.commoncontact_open-wrap dl:last-of-type {
  margin-right: 0;
}

.commoncontact_open-wrap dl dt, .commoncontact_open-wrap dl dd {
  width: fit-content;
}

.commoncontact_open-wrap dl dt {
  font-weight: bold;
}

.commoncontact_info {
  display: flex;
  flex-direction: column;
}

.commoncontact_info dl {
  display: flex;
  flex-direction: row;
}

.commoncontact_info dl dt, .commoncontact_info dl dd {
  width: fit-content;
}

.commoncontact_info dl dt {
  font-weight: bold;
  position: relative;
}

.commoncontact_info dl dt:after {
  content: "：";
}

.commoncontact_map {
  margin-top: 24px;
  box-sizing: border-box;
  border: 4px solid #fff;
}

.commoncontact_map iframe {
  width: 100%;
  min-height: 480px;
  height: 100%;
}

/*side
----------------------------------------------------*/
#side {
  width: 100%;
  max-width: 230px;
}

.side_conts {
  margin-bottom: 20px;
}

.side_bnr {
  line-height: 0;
}

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

.side_menuconts,
.side_infoconts {
  border: 1px solid #5d4037;
  box-sizing: border-box;
  padding: 2px;
  background: #fff;
}

.side_menu-ttl,
.side_info-ttl {
  background: #5d4037;
  box-sizing: border-box;
  padding: 12px 8px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.side_menuconts ul {
  box-sizing: border-box;
  margin: 0 8px;
}

.side_menuconts ul li {
  line-height: 1.5;
  border-bottom: 1px solid #d6d5d4;
  padding: 12px 8px;
}

.side_menuconts ul li:last-of-type {
  border-bottom: none;
}

.side_menuconts ul li a {
  display: block;
  position: relative;
  padding-left: 14px;
  text-decoration: none;
  color: #444;
  font-weight: normal;
}

.side_menuconts ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 7px solid #5d4037;
  position: absolute;
  left: 0;
  top: 6px;
}

.side_info-inline {
  box-sizing: border-box;
  padding: 0 12px;
}

.side_info-logo {
  margin: 24px auto 16px;
  text-align: center;
  line-height: 0;
}

.side_info-logo img {
  width: 100%;
  max-width: 197px;
  height: auto;
}

.side_info-access p {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.side_info-tel {
  margin: 16px 0;
}

.side_info-tel-ttl {
  position: relative;
  text-align: center;
  line-height: 1;
}

.side_info-tel-ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #383869;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}

.side_info-tel-ttl span {
  font-size: 15px;
  font-weight: bold;
  background: #fff;
  box-sizing: border-box;
  line-height: 1;
  padding: 0 8px;
  position: relative;
  z-index: 2;
}

.side_info-tel-ttlnum {
  margin: 16px auto;
  line-height: 1;
}

.side_info-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  color: #fff;
  text-decoration: none;
  background: #b44400;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 12px 4px;
  letter-spacing: -0.025em;
}

.side_info-btn a img {
  margin-right: 6px;
  width: auto;
  max-width: 16px;
  height: auto;
}

.side_info-subconts {
  margin-bottom: 16px;
}

.side_info-subttl {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  box-sizing: border-box;
  padding: 8px 0;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 12px;
}

.side_info-subconts-text01 {
  display: block;
  text-align: center;
}

.side_info-subconts-text01 p {
  text-align: center;
}

.side_info-subconts-text02 {
  display: block;
  text-align: left;
}

.side_info-subconts-text02 p {
  font-size: 13px;
}

.side_info-map {
  margin-top: 12px;
}

.side_info-map iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
}

/*pagetop
----------------------------------------------------*/
#pagetop {
  position: absolute;
  right: 24px;
  top: -50px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s linear 0s;
}

#pagetop.on {
  position: fixed;
  top: auto;
  bottom: 24px;
  z-index: 101;
}

#pagetop.open {
  opacity: 1;
  pointer-events: auto;
}

#pagetop img {
  width: auto;
  max-width: 100px;
  height: auto;
}

/*commoninfo
----------------------------------------------------*/
#commoninfo {
  background: #5d4037;
  box-sizing: border-box;
  padding: 80px 0;
  position: relative;
}

.commoninfo_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.commoninfo_l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
}

.commoninfo_l-text01,
.commoninfo_l-text02 {
  font-weight: bold;
  font-family: "Noto Serif", serif;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.commoninfo_l-text02 {
  font-size: 1.75em;
  font-weight: 900;
}

.commoninfo_r {
  border-left: 1px solid #fff;
  margin-left: 28px;
  box-sizing: border-box;
  padding: 24px 0 24px 28px;
}

.commoninfo_tel {
  display: flex;
  flex-direction: row;
  align-items: center;
}

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

.commoninfo_tel .commoninfo_tel01,
.commoninfo_tel .commoninfo_tel02 {
  width: auto;
  line-height: 1;
}

.commoninfo_tel .commoninfo_tel01 {
  max-width: 136px;
  margin-right: 12px;
}

.commoninfo_tel .commoninfo_tel02 {
  max-width: 467px;
}

.commoninfo_open {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
}

.commoninfo_openconts {
  margin-left: 16px;
}

.commoninfo_openconts:first-of-type {
  margin-left: 0;
}

.commoninfo_openconts dl {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.commoninfo_openconts dl dt, .commoninfo_openconts dl dd {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.commoninfo_openconts dl dt {
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 2px 8px;
}

.commoninfo_openconts dl dd {
  margin-left: 12px;
}

/*sp_btm
----------------------------------------------------*/
#sp_btm {
  display: none;
}

/*footer
----------------------------------------------------*/
#footer {
  padding-top: 64px;
  margin-bottom: 40px;
}

.f_wrap {
  display: flex;
  flex-direction: column;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.f_menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.f_menu ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.f_menu ul li:before {
  content: "｜";
}

.f_menu ul li:last-of-type:after {
  content: "｜";
}

.f_menu ul li a {
  color: inherit;
  text-decoration: none;
}

.f_info {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  box-sizing: border-box;
  padding: 20px 8px;
  margin-top: 32px;
}

.f_info ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 12px;
}

.f_info ul li {
  font-size: 12px;
}

.f_info ul li.f_info-name {
  font-weight: bold;
}

.f_cr {
  font-size: 13px;
  text-align: center;
  margin-top: 24px;
}
