@charset "UTF-8";
/*
$font-family-sans-serif: "游ゴシック体",
YuGothic,
"游ゴシック",
"Yu Gothic",
"メイリオ",
Meiryo,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
"ヒラギノ角ゴ ProN W3",
-apple-system,
"BlinkMacSystemFont",
"Helvetica Neue",
Helvetica,
"Arial",
sans-serif;
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

select,
input,
button,
textarea {
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

abbr,
acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

em {
  font-style: italic;
}

p,
fieldset,
table,
pre {
  font-size: 100%;
  margin-bottom: 1.2em;
}

img {
  vertical-align: bottom;
}

blockquote {
  background-color: #f0f0f0;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

pre {
  background-color: #f9fffd;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.4;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1em;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
}

h5,
h6,
.h5,
.h6 {
  margin-bottom: 0.2em;
}

h1,
.h1 {
  font-size: 3.8rem;
}

h2,
.h2 {
  font-size: 3rem;
}

h3,
.h3 {
  font-size: 2.6rem;
}

h4,
.h4 {
  font-size: 2.2rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.6rem;
  }
  h2,
  .h2 {
    font-size: 2.2rem;
  }
  h3,
  .h3 {
    font-size: 2rem;
  }
  h4,
  .h4 {
    font-size: 1.8rem;
  }
  h5,
  .h5 {
    font-size: 1.6rem;
  }
  h6,
  .h6 {
    font-size: 1.6rem;
  }
}
table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 2em;
}

th,
td {
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 2em 0;
  margin-top: 0;
  padding: 0;
}

p {
  line-height: 1.8;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.6;
    margin-bottom: 1em;
  }
}
ol,
ul {
  margin-left: 2em;
  margin-bottom: 1.2em;
}

ol {
  list-style: decimal outside;
}

ul {
  list-style-type: disc;
}

ul li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

ol li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

li ul,
li ol {
  margin-left: 0;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  margin: 0 0px 0 0em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-left: 2em;
  margin-bottom: 0;
}

ul.no_dots {
  list-style: none;
  margin-left: 0em;
}

.txt_icon {
  padding-left: 1.8em;
  position: relative;
}

.txt_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -0.7em;
  width: 1.4em;
  height: 1.4em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.icon_home:after {
  background-image: url(../img/def/css/svg/home.svg);
}

.icon_arrow:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_rev:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_up:after {
  background-image: url(../img/def/css/svg/circle-up.svg);
}

.icon_arrow_down:after {
  background-image: url(../img/def/css/svg/circle-down.svg);
}

.icon_pdf:after {
  background-image: url(../img/def/css/svg/file-pdf.svg);
}

.icon_word:after {
  background-image: url(../img/def/css/svg/file-word.svg);
}

.icon_excel:after {
  background-image: url(../img/def/css/svg/file-excel.svg);
}

.icon_zip:after {
  background-image: url(../img/def/css/svg/file-zip.svg);
}

.icon_down:after {
  background-image: url(../img/def/css/svg/download.svg);
}

.icon_image:after {
  background-image: url(../img/def/css/svg/image.svg);
}

.icon_page:after {
  background-image: url(../img/def/css/svg/page.svg);
}

.icon_feed:after {
  background-image: url(../img/def/css/svg/feed.svg);
}

.icon_facebook:after {
  background-image: url(../img/def/css/svg/facebook.svg);
}

.icon_twitter:after {
  background-image: url(../img/def/css/svg/twitter.svg);
}

.icon_youtube:after {
  background-image: url(../img/def/css/svg/youtube.svg);
}

.help_popup {
  width: 16px;
  height: 16px;
  margin: 8px;
  position: relative;
}

.help_txt {
  position: absolute;
  right: 16px;
  top: -60px;
  width: 200px;
  height: auto;
  display: none;
  background-color: #fff;
  border: #bbb 1px solid;
  border-radius: 8px;
  padding: 8px;
  font-size: 14px;
}

.help_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px #bbb solid;
  border-radius: 9px;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 4px;
  cursor: pointer;
  background-color: #fff;
}

.min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  transform: rotate(0.03deg);
}

.atten {
  color: #A10000;
}

.green {
  color: #0f660a;
}

.blue {
  color: #1369af;
}

.orange {
  color: #F90;
}

.red {
  color: red;
}

.clb {
  clear: both;
}

ul.mg_bot,
p.mg_bot,
.mg_bot {
  margin-bottom: 4rem;
}

ul.nmg,
p.nmg,
.nmg {
  margin-bottom: 0;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.full_width {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc_content {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_content {
    display: none;
  }
}
a:link {
  color: #196b99;
  text-decoration: underline;
  outline: 0;
}

a:visited {
  color: #4c8cb1;
  text-decoration: underline;
  outline: 0;
}

a:hover {
  color: #196b99;
  text-decoration: underline;
  outline: 0;
}

.lazyload {
  opacity: 1;
}

/*
.lazyloaded {
	opacity: 0;
	animation-name: fade-in1;
	animation-duration: 1.0s; //アニメーション時間
	animation-timing-function: ease-out; //アニメーションさせるイージング
	animation-delay: 0s; //アニメーション開始させる時間
	animation-iteration-count: 1; //繰り返し回数
	animation-direction: normal; //往復処理をするかどうか
	animation-fill-mode: forwards; //アニメーション後のスタイルをどうするか
}*/
@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

/* ++++ CONTAINER.SCSS ++++ */
.local_Container {
  position: relative;
}

.local_Container_inner {
  text-align: left;
  position: relative;
}

body.Index main {
  background: linear-gradient(90deg, #FCF5EA 0%, #FCF5EA 50%, #fff 50%, #fff 100%);
}

body.Index.Index_close main {
  background: #fff;
}

@media screen and (max-width: 767px) {
  body.Index main {
    background: #fff;
  }
}
.hide_overflow {
  overflow: hidden;
}

.cont_overflow {
  overflow: hidden;
}

.cont_width_static {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.cont_width_relative {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cont_padding_both {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cont_flex_col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.inner_col2_twin {
  width: 48%;
}

.inner_col2_1 {
  width: 48%;
  order: 1;
}

.inner_col2_2 {
  width: 48%;
  order: 2;
}

@media screen and (max-width: 767px) {
  .inner_wrap {
    padding: 12px;
  }
  .cont_width_static {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cont_padding_both {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .cont_flex_col2 {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
  .inner_col2_twin {
    width: 100%;
  }
  .inner_col2_1 {
    width: 100%;
    order: 1;
  }
  .inner_col2_2 {
    width: 100%;
    order: 2;
  }
}
/* ++++ Web Site BODY.SCSS ++++*/
body {
  /*color: #676767;*/
  color: #000;
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 0px;
  }
}
main {
  display: block;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #fff;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 70px;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  font-size: 16px;
  width: 100%;
  min-width: 1040px;
  height: 100px;
  background-color: #fff;
  color: #7A6A56;
  z-index: 2050;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}

.header_logo {
  text-align: left;
  margin-left: 20px;
  margin-right: 40px;
  height: 100px;
  display: flex;
  align-items: center;
}

.header_logo img {
  height: auto;
  width: 260px;
}

.header_nav {
  text-align: right;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_nav_group {
  display: flex;
  justify-content: space-between;
}
.header_nav_group a {
  display: block;
  line-height: 60px;
  color: #7A6A56;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
  font-size: 1.6rem;
  border-left: 1px #7A6A56 solid;
}

.header_nav_resv {
  height: 100px;
  background-color: #FC9F05;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.header_nav_resv a {
  display: block;
  line-height: 1.2;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.5em;
  white-space: nowrap;
  border: 1px #fff solid;
  border-radius: 8px;
  background: linear-gradient(1deg, rgb(250, 159, 55), rgb(254, 104, 2));
}
.header_nav_resv a:hover {
  transition: all 0.4s ease;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  header {
    display: none;
  }
}
.sp_header {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_header {
    display: block;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1110;
    text-align: left;
    background-color: #fff;
    box-shadow: 5px 9px 15px -12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 70px;
  }
  .sp_header_logo {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 12px;
    text-align: left;
    box-sizing: border-box;
    max-width: 75%;
  }
  .sp_header_logo img {
    width: auto;
    height: 42px;
  }
  .sp_category_label {
    text-align: right;
    color: #5D4030;
  }
  .sp_menu_btn {
    display: flex;
    text-align: center;
    position: fixed;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
    z-index: 1250;
    align-items: center;
    background-color: #7A6A56;
  }
  .menu_btn_elm,
  .menu_btn_elm::before,
  .menu_btn_elm::after {
    line-height: 0;
    display: block;
    height: 2px;
    width: 26px;
    background-color: #fff;
    transition: all 0.2s 0s ease;
  }
  .menu_btn_elm {
    margin: 0 auto;
    position: relative;
  }
  .menu_btn_elm::before,
  .menu_btn_elm::after {
    position: absolute;
    content: "";
    left: 0;
  }
  .menu_btn_elm::before {
    transform: translateY(-8px);
  }
  .menu_btn_elm::after {
    transform: translateY(8px);
  }
  .navi_active .menu_btn_elm {
    background-color: #7A6A56;
  }
  .navi_active .menu_btn_elm::before {
    content: "";
    transform: rotate(-45deg);
  }
  .navi_active .menu_btn_elm::after {
    content: "";
    transform: rotate(45deg);
  }
}
.non_scroll {
  height: 100%;
  overflow: hidden;
}

.mobile_navi_bg {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.4);
  filter: blur(100px);
  height: 100vh;
}

.navi_bg_hide {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.mobile_navi,
.mobile_open_navi_contents {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1090;
  text-align: left;
  overflow: scroll;
  background-color: transparent;
  height: 100vh;
  background-color: #fff;
  transition: all 0.4s;
}

.mobile_navi.navi_hide,
.mobile_open_navi_contents.navi_hide {
  transform: translate(-100%);
  visibility: hidden;
  opacity: 0.5;
  transition: all 0.4s;
}

.mobile_open_navi_contents {
  z-index: 1100;
  transition: all 0.6s;
}

.mobile_navi_layer_close {
  width: 12px;
  height: 12px;
  border-left: 1px #fff solid;
  border-top: 1px #fff solid;
  transform: rotate(-45deg);
  margin-left: 1em;
  margin-bottom: 1.5em;
}

.mobile_navi_inner {
  position: relative;
  padding-top: 90px;
  background-color: #fff;
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}

/*
.mobile_navi_slide {
	visibility: visible;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	transform: translateZ(0);
	transition: all 0.5s;
}
*/
.mn_link {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 16px;
  padding-bottom: 150px;
}
.mn_link a {
  position: relative;
  color: #7A6A56;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.2;
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  border-bottom: 1px #7A6A56 solid;
  padding-right: 16px;
}

/*+++++++++++ Footer +++++++++++++++++++++*/
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #7A6A56;
  color: #fff;
  height: 84px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 1040px;
  z-index: 3000;
}
footer .footer_left {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer_right {
  text-align: right;
  font-size: 12px;
}
footer .footer_logo {
  margin-right: 24px;
}
footer .footer_logo img {
  width: 48px;
  height: auto;
}
footer .footer_title {
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 24px;
}
footer .footer_tel_label {
  border: #fff 1px solid;
  padding: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1.2rem;
  margin-right: 6px;
  white-space: nowrap;
}
footer .footer_tel {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 6px;
  white-space: nowrap;
}

.sp_footer {
  display: none;
}

.sp_footer_fixced {
  display: none;
}

@media screen and (max-width: 767px) {
  footer {
    display: none;
  }
  .sp_footer {
    display: block;
    width: 100%;
    background-color: #7A6A56;
    color: #fff;
    padding: 16px;
    padding-top: 8px;
    padding-bottom: 68px;
  }
  .sp_footer_inner {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sp_footer_logo {
    margin-right: 10px;
  }
  .sp_footer_logo img {
    width: 35px;
    height: auto;
  }
  .sp_footer_right {
    flex: 1;
  }
  .sp_footer_title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .sp_footer_tel_group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .sp_footer_tel_label {
    border: #fff 1px solid;
    padding: 0.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1rem;
    margin-right: 6px;
    white-space: nowrap;
  }
  .sp_footer_tel {
    font-size: 1.2rem;
    font-weight: bold;
    white-space: nowrap;
  }
  .sp_footer_tel a {
    color: #fff;
    text-decoration: none;
  }
  .sp_footer_copy {
    text-align: left;
    font-size: 1rem;
    padding-top: 3px;
  }
  .sp_footer_fixced {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #FC9F05;
    display: flex;
    align-items: center;
    z-index: 200;
  }
  .sp_footer_fixced a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    border: 1px #fff solid;
    border-radius: 4px;
    line-height: 40px;
    font-size: 1.6rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(1deg, rgb(250, 159, 55), rgb(254, 104, 2));
  }
  .sp_footer_fixced a span {
    position: relative;
  }
  .sp_footer_fixced a span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/global/icon_calendar.png);
  }
}
/* ++++ SECTION.SCSS ++++ */
.pc_page_header {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/global/header.jpg);
}

@media screen and (min-width: 1600px) {
  .pc_page_header {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .pc_page_header {
    display: none;
  }
}
.pc_sub_header {
  background-color: #F0E5D3;
  height: 90px;
  display: flex;
  align-items: center;
}
.pc_sub_header h1 {
  width: 100%;
  font-size: 3rem;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 0;
}

.sp_page_header {
  display: none;
}

.sp_common_header {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_sub_header {
    display: none;
  }
  .sp_common_header {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 26.6%;
    position: relative;
  }
  .sp_common_header .sp_common_header_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/global/header_common_sp.jpg);
    display: flex;
    align-items: center;
  }
  .sp_common_header h1 {
    width: 100%;
    margin: 0;
    line-height: 1.1;
    font-size: 2rem;
    color: #fff;
    font-weight: normal;
    text-align: center;
  }
  .sp_page_header {
    display: block;
    width: 100%;
    height: 65.2vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/global/header_idx_sp.jpg);
  }
}
.page_back_btn {
  background-color: #7A6A56;
  color: #fff;
  width: 300px;
  text-align: center;
  cursor: pointer;
  line-height: 3;
  margin-top: 60px;
}
.page_back_btn a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

a.link_btn {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  line-height: 2.5;
  padding-left: 0.5em;
  position: relative;
  border: 1px #7A6A56 solid;
  color: #7A6A56;
  text-decoration: none;
}
a.link_btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: #7A6A56 1px solid;
  border-right: #7A6A56 1px solid;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .page_back_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: 35px;
    margin-top: 0px;
  }
  .page_back_btn a {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
  }
}
.st0 {
  color: #BD1818;
}

.st1 {
  color: #67B80D;
}

.st2 {
  color: #000;
}

.st4 {
  color: #BD1818;
}

.st_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.st_icon_0 {
  background-image: url(../img/page_module/icon/st_icon_0.svg);
}

.st_icon_1 {
  background-image: url(../img/page_module/icon/st_icon_1.svg);
}

.st_icon_2 {
  background-image: url(../img/page_module/icon/st_icon_2.svg);
  width: 22px;
  height: 22px;
}

.st_icon_4 {
  background-image: url(../img/page_module/icon/st_icon_4.svg);
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .st_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .st_icon_2 {
    width: 17px;
    height: 17px;
  }
  .st_icon_4 {
    width: 15px;
    height: 15px;
  }
}
.resv_calendar_wrap {
  width: 49%;
}

.resv_popup_wrap {
  width: 49%;
}

.resv_calendar_header h2 {
  font-size: 3rem;
  margin-bottom: 0.5em;
}
.resv_calendar_header p {
  margin-bottom: 1em;
}

.resv_calendar_body table {
  width: 100%;
  margin-bottom: 0;
}
.resv_calendar_body th {
  border: #7A6A56 1px solid;
  padding: 3px;
  text-align: center;
  color: #fff;
  background-color: #183E8A;
}
.resv_calendar_body th.sun {
  background-color: #BD1818;
}
.resv_calendar_body td {
  border: #7A6A56 1px solid;
  padding: 3px;
}
.resv_calendar_body td .date_num {
  text-align: right;
}
.resv_calendar_body td .date_status {
  text-align: center;
  padding-bottom: 10px;
}
.resv_calendar_body td.active {
  cursor: pointer;
}

.resv_calendar_bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.resv_calendar_bottom .resv_calendar_bottom_item {
  width: 49%;
}
.resv_calendar_bottom .resv_calendar_bottom_item a {
  display: block;
  background-color: #EBEBEB;
  color: #000;
  text-decoration: none;
  text-align: center;
  position: relative;
  width: 100%;
  line-height: 2.4;
  border: 1px #000 solid;
}
.resv_calendar_bottom .resv_calendar_prev a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px #000 solid;
  border-left: 1px #000 solid;
  transform: rotate(-45deg);
}
.resv_calendar_bottom .resv_calendar_next a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  transform: rotate(45deg);
}

.resv_popup_container {
  display: none;
  padding: 20px;
  border: 1px #000 solid;
  position: relative;
  background-color: #fff;
}
.resv_popup_container .sankaku {
  position: absolute;
  top: 50%;
  left: -6px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(-45deg);
  border-top: 1px #000 solid;
  border-left: 1px #000 solid;
}

.resv_popup_header h2 {
  font-size: 3rem;
  margin-bottom: 0.5em;
}
.resv_popup_header p {
  margin-bottom: 1em;
}

.resv_popup_body table {
  border-top: 1px #000 solid;
  border-left: 1px #000 solid;
}
.resv_popup_body td {
  border: 0;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
}
.resv_popup_body td.resv_time {
  text-align: center;
  white-space: nowrap;
}
.resv_popup_body td.resv_remain {
  border-right: 0;
  text-align: center;
  font-weight: bold;
  text-align: left;
}
.resv_popup_body td.resv_submit {
  text-align: right;
}
.resv_popup_body td.resv_submit button {
  border: 0;
  outline: 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 3;
  width: 7em;
  background-color: #67B80D;
  border-radius: 6px;
  cursor: pointer;
}
.resv_popup_body td.resv_submit button.disabled {
  cursor: default;
  background-color: #bbb;
}

@media screen and (max-width: 767px) {
  .resv_calendar_wrap {
    width: 100%;
  }
  .resv_popup_wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3000;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
  }
  .resv_popup_wrap.layer_show {
    visibility: visible;
    opacity: 1;
    transition: all 0.4;
  }
  .resv_popup_container {
    position: absolute;
    width: 96%;
    left: 2%;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px;
    border: 1px #000 solid;
    background-color: #fff;
  }
  .resv_popup_container .sankaku {
    display: none;
  }
  .resv_popup_header h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
  }
  .resv_popup_header p {
    margin-bottom: 1em;
  }
  .resv_popup_body td.resv_submit button {
    font-size: 1.2rem;
  }
}
.resv_layer_close {
  display: block;
  border: 0;
  outline: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.5;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 6px;
}

/* ++++ index.SCSS ++++ */
.color_red {
  color: #E60012;
}

strong.color_red {
  font-size: 120%;
}

.info_box {
  background: #fff;
  border: 2px solid #BD1818;
  padding: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.info_box_wide {
  margin-top: 30px;
  background: #fff;
  border: 2px solid #BD1818;
  padding: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
  width: 100%;
  font-weight: bold;
  order: 1;
}

@media screen and (min-width: 768px) {
  .info_box a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .info_box {
    background: #FCF5EA;
    margin-bottom: 10px;
  }
  .info_box_wide {
    margin-top: 15px;
    background: #fff;
    border: 2px solid #BD1818;
    padding: 10px;
    line-height: 1.4;
    margin-bottom: 15px;
    width: 100%;
  }
}
.museum_info_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  order: 4;
  background-color: #fff;
  overflow: hidden;
  border: 1px #67B80D solid;
  margin-bottom: 60px;
}

.museum_info_label {
  background-color: #67B80D;
  color: #fff;
  width: 36%;
  padding: 30px;
  padding-bottom: 20px;
}
.museum_info_label h3 {
  font-size: 26px;
  margin-bottom: 0.8em;
}
.museum_info_label p {
  font-size: 18px;
  line-height: 1.5;
}

.museum_info_body {
  width: 64%;
  padding: 30px;
  padding-bottom: 20px;
}
.museum_info_body p {
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .museum_info_box {
    width: 100%;
    display: block;
  }
  .museum_info_label {
    width: 100%;
    padding: 15px;
    padding-bottom: 5px;
  }
  .museum_info_label h3 {
    font-size: 22px;
  }
  .museum_info_label p {
    font-size: 14px;
  }
  .museum_info_body {
    width: 100%;
    padding: 15px;
    padding-bottom: 5px;
  }
  .museum_info_body p {
    font-size: 12px;
  }
}
.idx_close_info {
  padding-top: 40px;
}

.idx_close_info_inner {
  background-color: #FCF5EA;
  border: 1px #707070 solid;
  padding: 20px;
  padding-top: 65px;
  padding-bottom: 120px;
  margin-bottom: 20px;
}
.idx_close_info_inner h3 {
  text-align: center;
  margin-bottom: 65px;
}
.idx_close_info_inner p {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .idx_close_info {
    padding-top: 20px;
  }
  .idx_close_info_inner {
    background-color: #FCF5EA;
    border: 1px #707070 solid;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .idx_close_info_inner h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  .idx_close_info_inner p {
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0;
  }
}
.idx_today_info {
  padding-top: 40px;
  padding-bottom: 20px;
}

.idx_today_header h2 {
  font-size: 3rem;
  margin-bottom: 1em;
}

.idx_today_body table {
  background-color: #fff;
}
.idx_today_body table th {
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: top;
  border: 1px #000 solid;
  max-width: 7em;
  width: 7em;
}
.idx_today_body table td {
  border: 1px #000 solid;
  font-weight: bold;
}
.idx_today_body table tr.caution td {
  color: #BD1818;
}
.idx_today_body table tr.nomal {
  background-color: #fff;
}
.idx_today_body table tr.nomal td {
  color: #037efb;
}
.idx_today_body table tr.jyoken {
  background-color: #E7F1DB;
}
.idx_today_body table tr.jyoken td {
  color: #67B80D;
}

.idx_entry_btn {
  padding-top: 20px;
  padding-bottom: 20px;
}
.idx_entry_btn a {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(1deg, rgb(250, 159, 55), rgb(254, 104, 2));
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
}
.idx_entry_btn a span {
  position: relative;
}
.idx_entry_btn a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -35px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/global/icon_calendar.png);
}
.idx_entry_btn a:hover {
  transition: all 0.4s ease;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .idx_today_info {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .idx_today_header h2 {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  .idx_entry_btn {
    display: none;
  }
}
.idx_description {
  padding-top: 40px;
  padding-bottom: 20px;
}
.idx_description h2 {
  font-size: 3rem;
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .idx_description {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .idx_description h2 {
    font-size: 1.8rem;
    margin-bottom: 1em;
    text-align: center;
  }
}
/* ++++ index.SCSS ++++ */
.mid_typa1 {
  font-size: 3.2rem;
  margin-bottom: 1.2em;
}

.txt_box {
  padding-bottom: 20px;
}

.map_main img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.map_main p {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .map_main img {
    width: 100%;
    height: auto;
    margin-bottom: 18px;
  }
  .map_main p {
    font-size: 1.4rem;
  }
}
.twin_view_block {
  padding-bottom: 30px;
}

.twin_view_block_header {
  font-size: 2.6rm;
  margin-bottom: 0.5em;
  padding-left: 150px;
  color: #7A6A56;
  vertical-align: top;
  position: relative;
  line-height: 1.2;
}
.twin_view_block_header span {
  position: absolute;
  top: 0;
  left: 0px;
  background-color: #67B80D;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 1.4em;
  border-radius: 0.8em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-right: 0.2em;
}
.twin_view_block_header span em {
  font-size: 14px;
  font-style: normal;
  margin-right: 8px;
}

.twin_view_ph {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.twin_view_ph.multi {
  margin-bottom: 4%;
}
.twin_view_ph .twin_view_ph_box {
  position: relative;
  width: 48%;
  height: 0;
  padding-top: 31.8%;
  overflow: hidden;
}
.twin_view_ph .twin_view_ph_box_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .twin_view_block {
    padding-bottom: 16px;
  }
  .twin_view_block_header {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
    padding-left: 90px;
    color: #7A6A56;
    vertical-align: top;
    position: relative;
    line-height: 1.2;
  }
  .twin_view_block_header span {
    position: absolute;
    top: 0;
    left: 0px;
    background-color: #67B80D;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 1.4em;
    border-radius: 0.8em;
    padding-left: 1em;
    padding-right: 1em;
    margin-right: 0.2em;
  }
  .twin_view_block_header span em {
    font-size: 10px;
    font-style: normal;
    margin-right: 8px;
  }
  .twin_view_ph {
    display: block;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .twin_view_ph.multi {
    margin-bottom: 0px;
  }
  .twin_view_ph .twin_view_ph_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.35%;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .twin_view_ph .twin_view_ph_box_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
  }
}
/*====================================
		form tag Reset
====================================*/
.form_content *,
.form_content *:after,
.form_content *:before {
  box-sizing: border-box;
}

.form_content {
  line-height: 1.4;
}

select,
input,
button,
textarea {
  font: 100% arial, helvetica, clean, sans-serif;
}

select:focus,
input:focus,
button:focus,
textarea:focus {
  outline: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  height: 2.8em;
  padding-left: 0.5em;
  border: solid 1px #BBB;
  margin-top: 0;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
}

textarea {
  padding: 0.4em;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  position: relative;
  border: 1px solid #959595;
  border-radius: 4px;
}

input[type=email]:focus {
  font-size: 24px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  /*box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1) inset;
  */
}

/*+++ width +++*/
input[type=password] {
  width: 50%;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 90%;
}

input[type=text].mini,
input[type=email].mini,
input[type=tel].mini {
  width: 50%;
}

input[type=text].xmini,
input[type=email].xmini,
input[type=tel].xmini {
  width: 30%;
}

input[type=text].xxmini,
input[type=email].xxmini,
input[type=tel].xxmini {
  width: 20%;
}

input[type=text].wide,
input[type=email].wide,
input[type=tel].wide {
  width: 80%;
}

input[type=text].name_field,
input[type=email].name_field,
input[type=tel].name_field {
  width: 80%;
}

input[type=text].zip_field,
input[type=email].zip_field,
input[type=tel].zip_field {
  width: 60%;
}

input[type=text].zip1_field,
input[type=email].zip1_field,
input[type=tel].zip1_field {
  width: 100px;
}

input[type=text].zip2_field,
input[type=email].zip2_field,
input[type=tel].zip2_field {
  width: 150px;
}

input[type=text].tel_field,
input[type=email].tel_field,
input[type=tel].tel_field {
  width: 60%;
}

input[type=text].tel_mini,
input[type=email].tel_mini,
input[type=tel].tel_mini {
  width: 100px;
}

input[type=text].age_mini,
input[type=email].age_mini,
input[type=tel].age_mini {
  width: 100px;
}

.separater {
  padding-right: 0.3em;
}

input[type=file] {
  border: solid 1px #BBB;
}

textarea {
  width: 90%;
  max-width: 90%;
  resize: vertical;
}

input:focus,
textarea:focus {
  background-color: #f6f6f6;
  border-color: #7A6A56;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
  font-style: italic;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
  font-style: italic;
}

/*++++ iOS リセット +++++*/
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

.other_field {
  margin-top: 10px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  textarea {
    width: 100%;
    max-width: 100%;
  }
  select {
    width: 100%;
  }
  input[type=text],
  input[type=email],
  input[type=tel] {
    width: 100%;
    height: 2.3em;
    margin-bottom: 6px;
  }
  input[type=text].mini,
  input[type=email].mini,
  input[type=tel].mini {
    width: 100%;
  }
  input[type=text].xmini,
  input[type=email].xmini,
  input[type=tel].xmini {
    width: 25%;
  }
  input[type=text].name_field,
  input[type=email].name_field,
  input[type=tel].name_field {
    width: 100%;
  }
  .name_sei,
  .name_mei {
    display: block;
  }
  input[type=text].xxmini,
  input[type=email].xxmini,
  input[type=tel].xxmini {
    width: 20%;
  }
  input[type=text].wide,
  input[type=email].wide,
  input[type=tel].wide {
    width: 100%;
  }
  input[type=text].zip_field,
  input[type=email].zip_field,
  input[type=tel].zip_field {
    width: 100%;
  }
  input[type=text].zip1_field,
  input[type=email].zip1_field,
  input[type=tel].zip1_field {
    width: 25%;
  }
  input[type=text].zip2_field,
  input[type=email].zip2_field,
  input[type=tel].zip2_field {
    width: 55%;
  }
  input[type=tel].tel_field {
    width: 100%;
  }
  input[type=text].tel_mini,
  input[type=email].tel_mini,
  input[type=tel].tel_mini {
    width: 25%;
    margin-left: 0px;
  }
  input[type=text].age_mini,
  input[type=email].age_mini,
  input[type=tel].age_mini {
    width: 100px;
  }
}
/*====================================
		Form ITEM Design
		ceckbox radio select File
====================================*/
.file_field_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}

.file_field_label {
  position: relative;
  display: inline-block;
  line-height: 2.4em;
  border-radius: 1em;
  padding-left: 2em;
  padding-right: 2em;
  white-space: nowrap;
  font-size: 16px;
  background-color: #7A6A56;
  color: #fff;
  margin-right: 1em;
  text-align: center;
}
.file_field_label:hover {
  opacity: 0.8;
  transition: all 0.5;
}
.file_field_label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .file_field_wrap {
    display: block;
  }
  .file_field_label {
    margin-bottom: 8px;
    width: 80%;
  }
}
.control-group {
  padding-top: 0.7em;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control-inlineblock .control {
  display: inline-block;
  margin-right: 1.5em;
}

.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 1px #bbb solid;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 0.2em;
  width: 90%;
}

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 11px 15px;
  outline: 0;
  border: 0;
  border-radius: 4px;
  background: #e6e6e6;
  background: #f0f0f0;
  background: #fff;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #BBB;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
  background: #f0f0f0;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .select {
    width: 100%;
  }
  .select select {
    padding: 10px 15px;
  }
  .select__arrow {
    top: 17px;
  }
}
/*++++++ YMD Group ++++*/
.ymd_group_case {
  display: flex;
  justify-content: space-between;
  width: 90%;
}

.ymd_group_case .select {
  width: 100%;
}

.ymd_group_yy {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 38%;
  box-sizing: border-box;
}

.ymd_group_yy:after {
  content: "年";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_mm {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 30%;
  box-sizing: border-box;
}

.ymd_group_mm:after {
  content: "月";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_dd {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 30%;
  box-sizing: border-box;
}

.ymd_group_dd:after {
  content: "日";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  /*++++++ YMD Group ++++*/
  .ymd_group_case {
    display: block;
    width: 100%;
  }
  .ymd_group_yy,
  .ymd_group_mm,
  .ymd_group_dd {
    width: 100%;
    margin-bottom: 8px;
  }
}
/*====================================
		Form Field Layout
====================================*/
.form_header {
  font-size: 23px;
  margin: 0 0 36px 0;
  padding: 18px 8px;
  font-weight: 200;
  color: #333;
  border-top: dotted 1px rgba(0, 0, 0, 0.2);
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .form_header {
    font-size: 18px;
  }
}
.Fieldset {
  padding-top: 10px;
  text-align: left;
  margin: 0px auto 24px;
  padding: 0px;
  font-size: 16px;
  clear: both;
}
.Fieldset dl {
  position: relative;
  min-height: 2.7em;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Fieldset dt {
  position: relative;
  line-height: 1.1;
  width: 18em;
  min-width: 18em;
  margin: 0px;
  padding: 12px 0 0 0;
  margin-right: 2em;
  padding-left: 1em;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.Fieldset dd {
  padding: 0px;
  margin: 0;
  position: relative;
  flex: 1;
  box-sizing: border-box;
  /*background-color: #9F6;*/
}
.Fieldset dd p {
  margin-bottom: 4px;
  line-height: 1.2;
}

.Fieldset.mode_confirm dl {
  position: relative;
  min-height: 2.7em;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Fieldset.mode_confirm dt {
  padding: 0 0 0 0;
}
.Fieldset.mode_confirm .required_label,
.Fieldset.mode_confirm .req-label {
  top: 12px;
}

.field_flex {
  display: flex;
  justify-content: flex-start;
}

.name_sei,
.name_mei {
  width: 45%;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  /*.Fieldset dl {
  		display: block;
  		margin-left: -16px;
  		margin-right: -16px;
  		padding-left: 16px;
  		padding-right: 16px;
  	}
  */
  .Fieldset {
    position: relative;
    margin: 0 auto 16px;
  }
  .Fieldset dl {
    font-size: 16px;
    display: block;
  }
  .Fieldset dt {
    width: 100%;
    min-width: 100%;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 3em;
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #404040;
  }
  .Fieldset dd {
    width: 100%;
    min-width: 100%;
    margin-left: 0em;
    font-size: 16px;
  }
  .Fieldset.mode_confirm dl {
    display: block;
  }
  .field_flex {
    display: block;
  }
  .name_sei,
  .name_mei {
    width: 100%;
  }
  .name_sei input,
  .name_mei input {
    margin-top: 6px;
  }
}
.form_agree_fields {
  padding: 30px;
  background-color: #FCF5EA;
  margin-bottom: 30px;
}
.form_agree_fields h3 {
  font-size: 1.8rem;
}

.agree_checkbox_group {
  padding-bottom: 20px;
}
.agree_checkbox_group dl {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.agree_checkbox_group dt {
  margin: 0;
  padding: 0;
  flex: 1;
}
.agree_checkbox_group dd {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.form_agree_txt_box {
  width: 100%;
  height: 150px;
  border: 1px #bbb solid;
  padding: 15px;
  overflow-y: scroll;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
}

.not_active {
  color: #AEAEB0;
}

.agree_txt_box_layer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.agree_txt_box_layer h3 {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 1.5em;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .form_agree_fields {
    padding: 16px;
    background-color: #FCF5EA;
    margin-bottom: 16px;
  }
}
/*==== Req Label Image =====*/
.required_label,
.req-label {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 8px;
  text-align: right;
  color: rgb(0, 128, 122);
  transform: translate(0%, -50%);
  font-size: 12px;
  padding: 4px;
  /*background-color: #D25052;
  border-radius: 13px;*/
}
.required_label::before,
.req-label::before {
  content: "必須";
  left: -1em;
  top: 0;
  position: absolute;
  color: #fff;
  background-color: #BD1818;
  font-size: 14px;
  padding: 3px 4px;
  width: 3em;
  font-weight: 200;
  text-align: center;
  border-radius: 4px;
}

.required_label.required_label_fix::before,
.req-label.req-label-fix::before {
  display: none;
}

.required_label_fix,
.req-label-fix {
  background-color: #ff9800;
  border-radius: 50%;
  color: #fff;
}

.required_label_fix::after,
.req-label-fix::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.required_label_inline {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 20px;
  position: relative;
  text-align: right;
  color: rgb(0, 128, 122);
  font-size: 12px;
  padding: 4px;
  /*background-color: #D25052;
  border-radius: 13px;*/
}
.required_label_inline::before {
  content: "必須";
  left: -1em;
  top: 0;
  position: absolute;
  color: #fff;
  background-color: #BD1818;
  font-size: 14px;
  padding: 3px 4px;
  width: 3em;
  font-weight: 200;
  text-align: center;
  border-radius: 4px;
}

.required_label_inline.required_label_inline_fix::before {
  display: none;
}

.required_label_inline_fix {
  background-color: #ff9800;
  border-radius: 50%;
  color: #fff;
}

.required_label_inline_fix::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.auto_br label {
  white-space: nowrap;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .required_label:before,
  .req-label:before {
    font-size: 13px;
  }
  .required_label_inline::before {
    font-size: 13px;
  }
}
/*====== BTN ===========*/
.send_overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../img/form/loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10000;
}

.view_overlay {
  visibility: visible;
}

.Form_btn {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 32px;
}
.Form_btn img {
  vertical-align: top;
}
.Form_btn input {
  vertical-align: top;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .Form_btn {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.send_btn,
.gotop_btn {
  border: 0;
  outline: 0;
  position: relative;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background-color: #FC9F05;
  text-align: center;
  width: 300px;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.send_btn::after,
.gotop_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  transform: rotate(45deg);
}

button.send_btn.not_active {
  background-color: #D6D6D6;
  cursor: default;
}

button.send_btn.not_active:hover {
  opacity: 1;
}

.clear_btn {
  background-color: #bbb;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  width: 5em;
  border: 1px solid #333;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  margin-right: 1em;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
}

.gotop_btn a:link,
.gotop_btn a:visited,
.gotop_btn a:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

a.send_btn:link,
a.send_btn:visited,
a.send_btn:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

.send_btn:hover,
.gotop_btn:hover {
  opacity: 0.8;
}

.form_edit_link {
  text-align: center;
  padding-top: 1em;
}
.form_edit_link a {
  color: #737373;
  text-decoration: none;
  display: inline;
  text-decoration: underline;
}

.form_mid_bar {
  background-color: #f0f0f0;
  font-size: 18px;
  border-bottom: #bbb 1px solid;
  padding: 8px;
  padding-left: 15px;
}

.form_message {
  padding-left: 1em;
  vertical-align: middle;
}

.form_message img {
  vertical-align: middle;
}

.thanks_message {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.color_atten {
  margin-top: 6px;
  font-size: 13px;
  color: #CC0000;
}

form .example {
  color: #999999;
  /*padding-left: 15px;*/
}

form .red {
  color: #CC0000;
}

form .validation_mess {
  color: #F90;
}

form .tel-check-mess {
  color: #F90;
}

.no_post_data {
  color: #bbb;
  font-style: italic;
}

.email_info {
  font-size: 12px;
}

/*======= Error Message ======= */
.inline_error_txt {
  display: block;
  color: #CC0000;
  padding-top: 0.4em;
  font-size: 14px;
}

.inline_error_hide {
  display: none;
}

.error_message_fixced {
  margin: 1em auto;
  padding: 24px 16px;
  border: solid 2px #CC0000;
  color: #CC0000;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.ok_mes {
  color: #234990;
  font-size: 20px;
  font-weight: bold;
  background-color: #f3faf9;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.error_mes {
  color: #a21839;
  font-size: 20px;
  font-weight: bold;
  background-color: #fbdef2;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.form_mailtext {
  width: 78%;
  box-sizing: border-box;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .error_message_fixced {
    width: 100%;
    margin-bottom: 0;
    padding: 16px;
    border: 0;
    border-top: solid 2px #CC0000;
    border-radius: none;
    font-size: 14px;
    text-align: center;
    background-color: #fbf0f8;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2000;
    border-radius: 0px;
  }
  .form_mailtext {
    width: auto;
  }
  .send_btn,
  .gotop_btn {
    width: 80%;
  }
  .error_message {
    padding: 8px;
  }
  .error_message ul {
    padding-left: 0;
    margin-left: 0px;
  }
}
.error_message_label {
  border: solid 2px #CC0000;
  color: #CC0000;
  padding: 30px;
  text-align: center;
  font-size: 30px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.thanks_message_label {
  border: 2px #7A6A56 solid;
  padding: 30px;
  text-align: center;
  color: #7A6A56;
  font-size: 30px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.thanks_message_comment {
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 40px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .thanks_message_label {
    width: 90%;
    padding: 15px;
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .thanks_message_comment {
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 20px;
    width: 90%;
  }
}
/*++++++++ Form STEP ++++++*/
.progressbar {
  margin: 0 auto 24px;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
  margin-bottom: 30px;
}
.progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
}
.progressbar li::before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}
.progressbar li::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #2b784e;
}

.progressbar li.active:before {
  background-color: #7A6A56;
  color: #fff;
}

.progressbar li.active + li:after {
  background-color: #7A6A56;
}

/*=====Clear fix======*/
/* For modern browsers */
.form_content {
  /* For IE 6/7 (trigger hasLayout) */
}
.form_content .clf:before,
.form_content .clf:after {
  content: "";
  display: table;
}
.form_content .clf:after {
  clear: both;
}
.form_content .clf {
  zoom: 1;
}

.form_sub_header {
  background-color: #7A6A56;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 2em;
}

.member_sub_header {
  width: 9em;
  background-color: #7A6A56;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 0.5em;
  padding-left: 1em;
  line-height: 2em;
}

.member_field_group {
  padding-top: 30px;
}

.member_field {
  padding-top: 16px;
  display: none;
}

@media screen and (max-width: 767px) {
  .form_sub_header {
    background-color: #7A6A56;
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 1em;
    padding-left: 1em;
    line-height: 2em;
  }
  .member_sub_header {
    width: 9em;
    background-color: #7A6A56;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 0.5em;
    padding-left: 1em;
    line-height: 2em;
  }
  .member_field_group {
    padding-top: 16px;
  }
}
/* ++++ PRINT.SCSS ++++*/

/*# sourceMappingURL=import.css.map */