@charset "UTF-8";
/* =====================
	RESET
 ======================= */
/* =====================
  リセット
 ======================= */
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;
}

ul,
ol {
  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;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

i,
address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

small {
  font-size: 100%;
}

.aka{
color:#D5183C;
}

/***************************************************
 アコーディオン
***************************************************/
.over-waku{
position: relative;
/*margin-bottom: 20px;*/
}

.overview {
margin-bottom: 5px;
position: relative;
width: 70%;
}

.overview .tri{
position: absolute;
right: 3%;
top:25%;
font-size: 13px;
color: #000;
}

.overview a {
display:block; 
position: relative;
left: 0;
top:0;
    margin: 5px 0 5px 5px;
    color: #826592 !important;
    background:#FFF;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
    padding: 7px 10px;
	border: 1px solid #826592;
   /* -moz-border-radius: 6px;
    -webkit-border-radius: 6px;*/
    cursor: pointer;
}

/*.overview-txt{
 color: #FFF !important;
background: #2450a7;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
    line-height: 1;
    padding: 5px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
} */


.box_overview {
    display: none;
    background: #E9E9E9;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10px;
    /*margin: 10px 0;*/
    margin: 0 0 10px 0;
	font-weight: 400;
}

.shosai{
position: relative;
}

/* =====================
	mailform pro
 ======================= */
body {
  overflow-x: hidden;
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

/**
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
form#mailformpro label.mfp_checked {
	padding: 3px;
	border: solid 1px #CCC;
	background-color: #E8EEF9;
	box-shadow: 0px 1px 3px #CCC inset;
}
form#mailformpro label.mfp_not_checked {
	padding: 3px;
	border: solid 1px #EEE;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	font-size: 12px;
	border-top: solid 1px #CCC;
	padding: 5px 10px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
**/
div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #fff;
  padding: 15px;
  margin: 0px auto;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
  width: 640px;
  max-width: 90%;
}

div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif);
}

.mfp_colored {
  background-color: #f6f7f9;
}

.mfp_achroma {
  background-color: #fff;
}

div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 17px;
  color: #f00;
  font-size: 12px;
  line-height: normal;
  background-image: url(_images/mfp_error.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

.mfp_parent_error {
  border: solid 2px #f00;
}

.problem {
  background-color: #fcc;
}

div#mfp_error {
  background-color: #fee;
  border: solid 1px #f00;
  padding: 10px;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 18px;
  color: #f00;
}

div#mfp_warning {
  background-color: #fee;
  border: solid 1px #f00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 18px;
  color: #f00;
}

/**
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
}
div.mfp_buttons button#mfp_button_cancel {
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_all {
	max-width: 90%;
}
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	padding: 3px 8px;
	margin: 2px;
	vertical-align: middle;
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_submit,.mfp_element_reset,.mfp_element_button,button.mfp_next,button.mfp_prev {
	border-radius: 5px;
	padding: 5px 10px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 18px;
	cursor: pointer;
	outline: none;
}
.mfp_element_reset {
	color: #333;
}
.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
	background: gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#CCC));
	background: -moz-linear-gradient(top, #FFF, #CCC);
	background: -ms-linear-gradient(top, #FFF 0%, #CCC 100%);
	box-shadow: 0px 2px 15px #CCC;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border-radius: 5px;
	background-color: #090;
	border: solid 1px #090;
	display: inline-block;
	line-height: 1.5em;
	padding: 0px 5px;
	margin: 0px 2px;
	color: #FFF;
	font-size: 10px;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}
div.mfpSuggestWrapper {
	position: relative;
}
div.mfpSuggestResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.mfpSuggestResult div {
	cursor: pointer;
}
div.mfpSuggestResult div:hover {
	background-color: #C9EBFB;
}
div.mfpSuggestResult div.mfpSuggestNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div.mfp_attached_filelist {
}
div.mfp_draganddrop {
	margin: 5px auto;
	width: 100%;
	height: 200px;
	border: solid 2px #CCC;
	border-radius: 3px;
	background: url(_images/draganddrop.png) no-repeat center center #EEE;
	background-size: auto 80%;
}
div.mfp_dragover {
	border: solid 2px #0068B7;
	background-color: #FFF;
}
div.mfp_attached_filelist {
	margin: 5px auto;
	padding: 5px;
	width: 100%;
	border: solid 1px #CCC;
	border-radius: 3px;
}
form#mailformpro dl dd div.mfp_attached_filelist ul,
div.mfp_attached_filelist ul {
	padding: 5px;
}
form#mailformpro dl dd div.mfp_attached_filelist ul li,
div.mfp_attached_filelist ul li {
	padding: 5px 5px 5px 2em;
	background: url(_images/file.png) no-repeat 5px center;
	background-size: 1.3em 1.3em;
	display: inline-block;
	margin-right: 1em;
}
form#mailformpro dl dd div.mfp_attached_filelist ul li:last-child,
div.mfp_attached_filelist ul li:last-child {
	border: none;
}
div.mfp_guide {
	position: relative;
	width: 1px;
	height: 1px;
}
div.mfp_guide div {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-top: -2em;
	white-space: nowrap;
	border-radius: 5px;
	padding: 5px 10px;
	line-height: 1em;
	font-size: 12px;
	color: #FFF;
	font-weight: bolder;
	background: #F00;
	display: none;
}
div#mfp_numticket_wrapper,
div#mfp_numticket_wrapper * {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
div#mfp_numticket_wrapper {
	clear: both;
	padding: 15px;
}
div#mfp_numticket_wrapper section#numticket_message_wrapper {
	border: solid 3px #F00;
	border-radius: 5px;
	background: #FEE;
	padding: 15px;
	font-size: 16px;
	line-height: 1.7em;
	margin: 5px auto;
}
div#mfp_numticket_wrapper section#numticket_waitTime {
	border: solid 3px #CCC;
	border-radius: 5px;
	background: #FFF;
	padding: 15px;
	font-size: 16px;
	margin: 10px auto;
}
div#mfp_numticket_wrapper section#numticket_waitTime strong {
	font-size: 32px;
	display: block;
	text-align: center;
}
div#mfp_numticket_wrapper section#numticket_waitTime p.numticket_center {
	text-align: center;
}
div.mfp_traffic_status {
	max-width: 460px;
	margin: 10px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	padding: 15px;
}
div.mfp_traffic_status h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
div.mfp_traffic_status table {
	text-align: center;
	width: 100%;
}
div#wrapper div.mfp_traffic_status table tr th,
div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td,
div.mfp_traffic_status table th {
	border: none;
	padding: 0;
}
div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td {
	padding: 0 2px;
}
div#wrapper div.mfp_traffic_status table tr th,
div.mfp_traffic_status table th {
	border-top: solid 1px #CCC;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	color: #999;
}
div.mfp_traffic_status table td {
	height: 100px;
}
div.mfp_traffic_status table td span {
	display: block;
	background: #7BAAF7;
	border-radius: 3px 3px 0 0;
	border-top: solid 1px #66A1F7;
	border-right: solid 1px #66A1F7;
	border-left: solid 1px #66A1F7;
	min-width: 10px;
	max-width: 30px;
	margin: 0 auto;
	padding-bottom: 10px;
}
div.mfp_traffic_status table td span.mfp_traffic_status_current {
	background: #5D7AF2;
	border-top: solid 1px #546CD1;
	border-right: solid 1px #546CD1;
	border-left: solid 1px #546CD1;
}
.mfp_ok {
	background-color: rgba(0,255,0,0.2);
}
.mfp_ng {
	background-color: rgba(255,0,0,0.2);
}
div#mfp_OperationCheck {
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner ul {
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}
div#mfp_OperationCheck ul li label {
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(_images/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(_images/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(_images/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(_images/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
button.mfp_submit_enable {
	background: none;
	background: #000090;
}
button.mfp_submit_disable {
	background: none;
	background: #FD8282;
}
span.mfp_tips {
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
div.mfp_estimate_wrapper {
	border: solid 1px #CCC;
	padding: 10px;
	margin: 5px;
	border-radius: 5px;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap {
	position: relative;
	padding: 10px;
	border: solid 1px #CCC;
	border-radius: 5px;
	margin: 10px 0;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap div.mfp_estimate_label {
	position: absolute;
	top: -0.7em;
	left: 1em;
	display: inline-block;
	background: #FFF;
	font-size: 12px;
	padding: 0 0.5em;
	color: #666;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap select {
	font-size: 18px;
	margin: 5px 0;
	padding: 5px 10px;
	line-height: 1em;
	min-height: 2.5em;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap img {
	width: 100%;
	max-width: 240px;
	display: block;
	margin: 0 auto;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap strong {
	display: block;
	text-align: right;
	color: #900;
	font-size: 24px;
}
div.mfp_estimate_wrapper div.mfp_estimate_wrap strong em {
	display: inline-block;
	font-size: 30px;
}
div.mfp_estimate_wrapper button.mfp_estimate_button {
	margin: 10px 0 0 0;
	padding: 5px 10px;
	border-radius: 5px;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
}
div.mfp_estimate_list table.mfp_estimate_list_table {
	width: 100%;
	margin: 10px 0;
}
div.mfp_estimate_list table.mfp_estimate_list_table thead tr th {
	text-align: center;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tr td {
	border: none;
	border-bottom: solid 1px #333;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td {
	border: none;
	text-align: right;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td {
	padding: 0;
	margin: 0;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th {
	padding: 0 10px;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span {
	font-size: 10px;
	display: block;
	color: #666;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1) {
	width: 80px;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2) {
	text-align: right;
	padding: 0 10px;
	width: 120px;
}
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3) {
	width: 60px;
}
div.mfp_estimate_list table.mfp_estimate_list_table tbody td img {
	max-width: 80px;
}
div.mfp_estimate_list table.mfp_estimate_list_table tbody td button {
	border: none;
	background: none;
	font-size: 24px;
	cursor: pointer;
}
**/
@media screen and (max-width: 800px) {
  /**
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 100px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
	**/
}

/* =====================
	光会館
 ======================= */
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック",
    sans-serif;
  font-size: 1.04167vw;
  line-height: 1.54545;
  letter-spacing: 0;
  color: #000000;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

.clearfix {
  clear: both;
}

a {
  color: #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

/** COMMON STYLE **/
.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.t-bold {
  font-weight: 700;
}

.inner {
  width: 67.7%;
  margin: 0 auto;
}

/* 2025-2 修正・追加
  ------------------------ */
.header {
  width: 100%;
  z-index: 100;
  padding: 0.849% 1.875% 0.849%;
  background-color: #ffffff;
  position: fixed;
}

.header h1 {
  width: 17.3865%;
}

.mv {
  padding: 4.217% 0 0;
}

.bg {
  background: url(../img/bg.jpg) no-repeat center/cover;
}

.lead {
  padding: 2.3434% 0 1.7708%;
}

.lead-container {
  width: 84.6154%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lead-txt {
  text-align: center;
  color: #634177;
  font-size: 205%;
  font-weight: bold;
  line-height: 1.7805;
  margin: 0 auto 2.1818%;
}

.telbana-area2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.telbana-area2 .telbana.forPC {
  width: 14.7272%;
  max-width: 162px;
  margin-bottom: 1.8181%;
}

.telbana-area2 .telbana2 {
  width: 40%;
  max-width: 480px;
  margin-bottom: 1.0909%;
}

.telbana-area2 .telbana3 {
  width: 40%;
  max-width: 480px;
}

.daihyo-img {
  width: 24.4282%;
  position: absolute;
  top: -10%;
  left: 100%;
}

.reason {
  background: url(../img/reason-bg.png) no-repeat center/cover;
  padding: 6.875% 0 7.9688%;
}

.reason-title {
  text-align: center;
  color: #634177;
  font-size: 255%;
  font-weight: bold;
  line-height: 1.5098;
  margin-bottom: 2.6154%;
  position: relative;
}

.reason-title::before {
  content: "";
  width: 33.0769%;
  height: 6.3452%;
  background-color: #634177;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.reason-title::after {
  content: "";
  width: 33.0769%;
  height: 6.3452%;
  background-color: #634177;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

.reason-sub-title {
  text-align: center;
  color: #d5183c;
  font-size: 280%;
  font-weight: bold;
  line-height: 1.3036;
  margin-bottom: 1.6154%;
}

.reason-txt {
  text-align: center;
  font-size: 130%;
  line-height: 1.5;
  margin-bottom: 4.7692%;
}

.plan-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 3rem;
  column-gap: 1.5rem;
  margin-bottom: 9.1923%;
}

.plan-item1 {
  grid-column-start: 1;
  grid-column-end: 5;
}

.reason1-txt {
  width: 82.7692%;
  margin: 0 auto 3.4231%;
}

.worry {
  background: url(../img/purple-bg.png) no-repeat center/cover;
  padding: 2.9167% 0 3.125%;
  position: relative;
}

.worry::after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 108px solid #876195;
}

.worry-title {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", serif;
  color: #fff;
  text-align: center;
  font-size: 270%;
  font-weight: bold;
  line-height: 1.3519;
  margin-bottom: 2.5385%;
}

.worry-img {
  margin-bottom: 6.0231%;
}

.worry-txt2 {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", serif;
  color: #fff;
  text-align: center;
  font-size: 245%;
  font-weight: bold;
  line-height: 1.5918;
}

.worry-txt2 span {
  font-size: 130%;
  line-height: 1.2188;
  text-decoration: underline;
}

.reason2 {
  padding: 9.2708% 0 7.4583%;
}

.reason2-anketo-img {
  width: 44.2715%;
  margin: 0 auto 6.7692%;
  position: relative;
}

.cs-img {
  width: 62.551%;
  position: absolute;
  top: -5%;
  left: 90%;
}

.reason2-txt {
  color: #634177;
  text-align: center;
  font-size: 280%;
  font-weight: bold;
  line-height: 1.3036;
}



.lead2 {
  padding: 1.9375% 0 2.4271%;
}

.lead2 .daihyo-img {
  top: -90%;
}



.reason3 {
  padding: 4.375% 0 6.25%;
}

.hall-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 5rem;
  column-gap: 2rem;
}

.hall-container div {
  max-width: 633px;
}

.hall-name {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", serif;
  color: #634177;
  text-align: center;
  font-size: 190%;
  font-weight: bold;
  line-height: 1.3421;
  margin-top: 2.2117%;
}

.facility {
  padding: 5.4167% 0 7.3958%;
  background: url(../img/purple-bg.png) no-repeat center/cover;
}

.facility-title {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", serif;
  color: #fff;
  text-align: center;
  font-size: 270%;
  font-weight: bold;
  line-height: 1.4444;
  margin-bottom: 5.5385%;
}

.facility-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.5rem;
  column-gap: 1rem;
}

.facility-container div {
  max-width: 420px;
  margin: 0 auto;
}



.philosophy {
  padding: 5.2604% 0 4.9479%;
  background: url(../img/philosophy-bg.png) no-repeat center/cover;
}

.philosophy-title {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", serif;
  text-align: center;
  font-size: 290%;
  font-weight: bold;
  line-height: 1.3276;
  margin-bottom: 3.3077%;
}

.philosophy-txt {
  font-size: 130%;
  line-height: 1.5;
  text-align: center;
}
/* 2025-2 修正・追加　ここまで
  ------------------------ */



.plan {
  padding-bottom: 3.64583%;
}

.plan h2 {
  margin-bottom: 2.5%;
}

.plan_img {
  margin: 0 auto 6.25%;
}

.plan_box {
  background: #ffffff;
  border: 3px solid #560764;
  border-top: 0;
  margin-bottom: 5.83333%;
}

.plan_box h3 {
  background: #560764;
  padding: 0.78125% 0;
}

.plan_box h3 img {
  margin-left: 3.33333%;
}

.plan_box_inner {
  padding: 7.5%;
}

.plan_box01 h3 img {
  width: 46.25%;
}

.plan_box01 .plan_box_inner {
  padding-left: 15.41667%;
  padding-right: 15.41667%;
}

.plan_box02 h3 img {
  width: 53.66667%;
}

.plan_box02 .plan_box_inner {
  padding-left: 11.66667%;
  padding-right: 11.66667%;
}

.plan_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 10px;
  margin-bottom: 8.48485%;
}

.plan_detail li {
  width: 19.15152%;
}

.plan_detail li.size_l {
  width: 20.84848%;
}

.plan_detail + p img {
  width: 96.72727%;
  margin: 0 auto;
}

.plan_total {
  margin-bottom: 6.66667%;
}

.plan_total img {
  width: 75.5%;
  margin: 0 auto;
}

.plan_pr img {
  width: 74.08333%;
  margin: 0 auto;
}

.about {
  padding: 5.20833% 0;
}

.about h2 {
  margin-bottom: 5%;
}

.about h3 {
  margin-bottom: 5.83333%;
}

.about h3 img {
  width: 73.16667%;
  margin: 0 auto;
}

.about_lead {
  margin-bottom: 4.16667%;
  text-align: center;
  font-size: 170%;
}

.about_lead img {
  width: 83.25%;
  margin: 0 auto;
}

.about_shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
}

.about_shop_item {
  width: calc((100% - 1em) / 2);
  background: #bb8fa9;
  border-radius: 10px;
  padding: 2.5% 5.41667%;
}

.about_shop_item:last-child {
  background: #8f91c9;
}

.about_shop_item h4 {
  margin-bottom: 6.52174%;
}

.about_shop_item h4 img {
  margin: 0 auto;
}

.about_shop_item .map {
  margin-bottom: 3.26087%;
}

.about_shop_item address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
}

.about_shop_item address a:first-of-type {
  width: 9.78261%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about_shop_item .link {
  margin-top: 1em;
}

.about_shop_item .link img {
  margin: 0 auto;
}

.voice {
  padding: 3.64583% 0;
  background: #f0ebe4;
}

.voice h2 {
  margin-bottom: 5.41667%;
}

.voice h2 img {
  width: 38.25%;
  margin: 0 auto;
}

.voice_list {
  width: 77%;
  margin: 0 auto 5.83333%;
}

.voice_list li {
  font-size: 125%;
  margin-bottom: 1em;
}

.voice_list li:last-child {
  margin-bottom: 0;
}

.voice_list li:before {
  content: "●";
  color: #ddc7d4;
}

.voice_txt {
  width: 77%;
  margin: 0 auto 5.83333%;
}

.voice_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 7.5%;
  -moz-column-gap: 7.5%;
  column-gap: 7.5%;
}

.voice_box_pic {
  width: 45.41667%;
}

.voice_box_txt {
  width: 30%;
}

.voice_box_txt p + p {
  margin-top: 19.44444%;
}

.online {
  padding: 7.8125% 0;
}

.online_box {
  -webkit-box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.5);
  padding: 6.66667% 10%;
  margin-bottom: 8.33333%;
}

.online_box h2 {
  margin-bottom: 9.375%;
}

.online_box h3 {
  margin-bottom: 5.20833%;
}

.online_box h3 img {
  width: 71.875%;
  margin: 0 auto;
}

.online_box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4.16667%;
}

.online_box_item .pic {
  width: 47.08333%;
}

.online_box_item .txt {
  width: 47.08333%;
  font-size: 125%;
  line-height: 1.88;
}

.online_box .covid {
  width: 47.08333%;
  margin-left: auto;
}

.online_box .covid p + p {
  margin-top: 1em;
}

.online_tel {
  text-align: right;
}

.online_tel a {
  margin-bottom: 1em;
  display: block;
}

.online_tel img {
  width: 100%;
}

.contact {
  background: #f0ebe4;
}

.contact .inner {
  position: relative;
  padding-top: 4.94792%;
  padding-bottom: 4.94792%;
}

.contact h2 {
  position: relative;
margin: 0 auto 5%;
  width: 60%;
}

.contact h2 + p {
  padding: 0 1.66667%;
  font-size: 125%;
}

.contact h2 + p img {
  margin: 0 auto;
}

.contact_form {
  margin-top: 5%;
  background: #d8cbbb;
  font-size: 1.2vw;
  font-weight: bold;
}

.contact_form-in
{ padding: 5.83333% 5%;}

.contact_form-in2
{ padding: 0 5% 5.83333%;}

.contact_form dl {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_form dl dt {
  width: 26.02041%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.25em;
  text-align: right;
  margin-right: 1.5em;
}

.contact_form dl dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contact_form input[type="text"],
.contact_form input[type="tel"],
.contact_form input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 70%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック",
    sans-serif;
  font-size: 100%;
  border: 0;
  outline: 0;
  padding: 0.25em;
}

.contact_form input[type="radio"] {
  margin: 0 0.5em 0 0;
  vertical-align: baseline;
}

.contact_form input[type="radio"]:nth-child(n + 2) {
  margin-left: 2em;
}

.contact_form input[type="date"] {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック",
    sans-serif;
  font-size: 100%;
  padding: 0.25em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contact_form .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  width: 70%;
}

.contact_form .date + .date {
  margin-top: 0.5em;
  width: 70%;
}

.contact_form .date span {
  margin: auto 0;
 
}

.contact_form select {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック",
    sans-serif;
  font-size: 100%;
  padding: 0.25em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contact_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 70% !important;
  height: 10em !important;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック",
    sans-serif;
  font-size: 100%;
  border: 0;
  outline: 0;
  padding: 0.25em;
}

.contact .btn_wrap {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 14.28571%;
  -moz-column-gap: 14.28571%;
  column-gap: 14.28571%;
}

.contact .btn_wrap button {
  width: 35%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.contact .btn_wrap button:hover {
  opacity: 0.7;
}

.link_area {
  padding: 5.20833% 0 5.20833%;
}

.link_area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
}



/* 2025-2 修正・追加
  ------------------------ */
.footer-content {
  background: url(../img/footer-bg.png) no-repeat center/cover;
  padding: 2.6302% 0 2.901%;
}

.footer-top {
  display: flex;
  justify-content: center;
  margin-bottom: 3.6231%;
}

.footer-txt-img {
  width: 31.3077%;
  max-width: 406px;
  margin-right: 2.3077%;
}

.footer-logo {
  width: 41.7692%;
  max-width: 543px;
}

.telbana-area3 {
  display: flex;
  justify-content: space-between;
}

.telbana-area3 .telbana2 {
  width: 50%;
  max-width: 600px;
}

.telbana-area3 .telbana3 {
  width: 50%;
  max-width: 675px;
}

.copy-right {
  text-align: center;
  font-size: 110%;
  line-height: 60px;
}
/* 2025-2 修正・追加　ここまで
  ------------------------ */



div#mfp_overlay_inner {
  width: 62.5%;
  padding: 2.60417%;
}

div#mfp_overlay_inner h4 {
  text-align: center;
  font-size: 140%;
  font-weight: 700;
  margin-bottom: 1em;
}

div#mfp_overlay_inner #mfp_confirm_table {
  width: 100%;
  margin-bottom: 1em;
}

div#mfp_overlay_inner #mfp_confirm_table th,
div#mfp_overlay_inner #mfp_confirm_table td {
  padding: 0.5em;
}

div#mfp_overlay_inner .mfp_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}

div#mfp_overlay_inner .mfp_buttons .mfp_element_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #808080;
  color: #ffffff;
  outline: none;
  border: 0;
  border-radius: 50px;
  width: 19.63636%;
  padding: 0.5em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
    "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック",
    sans-serif;
  font-size: 100%;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

div#mfp_overlay_inner .mfp_buttons .mfp_element_button:hover {
  opacity: 0.7;
}

div#mfp_overlay_inner .mfp_buttons .mfp_element_button#mfp_button_send {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.thanks {
  padding: 12.5% 0;
}

.thanks h2 {
  text-align: center;
  font-size: 180%;
  font-weight: 700;
  margin-bottom: 5%;
}

.thanks p {
  text-align: center;
  line-height: 2.5;
  margin-bottom: 3em;
}

.thanks p:last-child {
  margin-bottom: 0;
}

.thanks .btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5em 2em;
  background: #a72126;
  color: #ffffff;
  font-weight: 700;
}

/* 2024-5 tuika 
  ------------------------ */
.telbana-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 53.6979%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.849% 1.875% 0.5885%;
}

.telbana {
  width: 43.6469%;
  max-width: 450px;
  margin-bottom: 0.9709%;
}
.telbana img {
  width: 100%;
}

.telbana2 {
  width: 26.2852%;
  max-width: 272px;
  margin-bottom: 0.4850%;
  filter: drop-shadow(5px 5px 0 rgba(201, 201, 201, 0.3));
  transition: .3s;
}

.telbana2:hover,
.telbana3:hover {
  filter: none;
  transform: translate(5px, 5px);
}

.telbana2 a:hover,
.telbana3 a:hover {
  opacity: 1;
}

.telbana2 img {
  width: 100%;
}

.telbana3 {
  width: 26.2852%;
  max-width: 272px;
  filter: drop-shadow(5px 5px 0 rgba(201, 201, 201, 0.3));
  transition: .3s;
}

.telbana3 img {
  width: 100%;
}

.kugiri{border-bottom: 1px solid #000;
margin: 0 0 3% ;
}

/* PCのみ
  ------------------------ */
@media (min-width: 700px) {
  .forSP {
    display: none !important;
  }
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  body {
    font-size: 16px;
  }
  .forPC {
    display: none !important;
  }
  /** COMMON STYLE **/
  .inner {
    width: 90%;
  }
  .header {
    padding: 15px 0 15px 25px;
  }
  .header h1 {
    width: 150px;
  }

  /* 2025-2 修正・追加
  ------------------------ */
  .mv {
    padding-top: 60px;
  }

  .lead-container {
    width: 100%;
  }
  .lead-txt {
    font-size: 25px;
  }
  .telbana-area2 {
    width: 100%;
    flex-direction: column;
  }
  .telbana-area2 .telbana.forSP,
  .telbana-area2 .telbana2,
  .telbana-area2 .telbana3 {
    width: 100%;
    margin-bottom: 1.8181%;
  }
  .telbana-area2 .telbana2,
  .telbana-area3 .telbana2 {
    margin-bottom: 5%;
  }

  .reason-title,
  .reason-sub-title {
    font-size: 25px;
  }
  .reason-title::before,
  .reason-title::after {
    width: 20%;
  }
  .reason-txt {
    font-size: 18px;
  }
  .plan-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .plan-item1 {
    grid-column-end: 3;
  }
  .worry::after {
    border-top: 54px solid #876195;
  }
  .worry-title,
  .worry-txt2 {
    font-size: 25px;
  }
  .worry-txt2 span {
    font-size: 27px;
  }

  .reason2 {
    padding: 20% 0;
  }
  .reason2-anketo-img {
    width: 80%;
  }
  .cs-img {
    width: 40%;
    left: 80%;
  }
  .reason2-txt {
    font-size: 25px;
  }

  .lead2 {
     padding: 1.9375% 0 2.4271%;
  }
  .lead2 .daihyo-img {
    width: 50%;
    position: static;
  }

  .hall-container {
    grid-template-columns: 1fr;
  }
  .hall-name {
    font-size: 20px;
  }

  .facility-container {
    grid-template-columns: 1fr;
  }
  .facility-title {
    font-size: 25px;
  }

  .philosophy-title {
    font-size: 25px;
    margin-bottom: 10%;
  }
  .philosophy-txt {
    font-size: 18px;
  }
  /* 2025-2 修正・追加　ここまで
  ------------------------ */

  .plan_img {
    width: 100%;
  }
  .plan_box {
    border-width: 2px;
  }
  .plan_box h3 {
    padding: 5px 0;
  }
  .plan_box h3 img {
    margin-left: 20px;
  }
  .plan_box_inner {
    padding: 20px !important;
  }
  .plan_box01 h3 img {
    width: 222px;
  }
  .plan_box02 h3 img {
    width: 257.6px;
  }
  .plan_detail {
    gap: 5px;
  }
  .plan_detail li {
    width: calc((100% - 20px) / 5);
  }
  .plan_detail li.size_l {
    width: calc((100% - 15px) / 4);
  }
  .plan_detail + p img {
    width: 100%;
  }
  .plan_total img {
    width: 100%;
  }
  .plan_pr img {
    width: 100%;
  }
  .about_lead {
    text-align: left;
    font-size: 18px;
  }
  .about_lead img {
    width: 100%;
  }
  .about_shop_item {
    width: 100%;
    padding: 20px;
  }
  .about_shop_item h4 {
    width: 60%;
    margin: 0 auto 1em;
  }
  .about_shop_item address > img {
    width: calc(100% - 60px);
  }
  .about_shop_item address a:first-of-type {
    width: 45px;
  }
  .voice h2 img {
    width: 50%;
  }
  .voice_list {
    width: 100%;
    font-size: 18px;
  }
  .voice_txt {
    width: 100%;
  }
  .voice_box {
    row-gap: 1em;
  }
  .voice_box_pic {
    width: 100%;
  }
  .voice_box_txt {
    width: 50%;
  }
  .voice_box_txt p + p {
    margin-top: 1em;
  }
  .online_box {
    padding: 20px;
  }
  .online_box h3 img {
    width: 90%;
  }
  .online_box_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1em;
    margin-bottom: 2em;
  }
  .online_box_item .pic {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .online_box_item .txt {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
  }
  .online_box .covid {
    width: 80%;
  }
  .online_tel {
    font-size: 14px;
  }
  .online_tel a {
    margin-bottom: 0.5em;
  }
  .contact .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact h2 {
    width: 250px;
    top: -18px;
  }
  .contact h2 + p {
    font-size: 18px;
  }
  .contact_form {
    padding: 40px 20px;
  }
  .contact_form p:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact_form dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_form dl dt {
    width: 100%;
  }
  .contact_form .date {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact_form .date span {
    width: 100%;
  }
  .contact .btn_wrap {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2em;
  }
  .contact .btn_wrap button {
    width: 160px;
  }
  .contact .btn_wrap button[type="reset"] {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  /* 2025-2 修正・追加
  ------------------------ */
  .footer-top {
    flex-direction: column;
    align-items: center;
  }
  .footer-txt-img,
  .footer-logo {
    width: 100%;
  }
  .telbana-area3 {
    flex-direction: column;
  }
  .telbana-area3 .telbana2,
  .telbana-area3 .telbana3 {
    width: 100%;
  }
  .copy-right {
    text-align: center;
    font-size: 12px;
    line-height: 60px;
  }
  /* 2025-2 修正・追加　ここまで
  ------------------------ */

  div#mfp_overlay_inner {
    width: 90%;
    padding: 20px;
  }
  div#mfp_overlay_inner h4 {
    font-size: 20px;
  }
  div#mfp_overlay_inner #mfp_confirm_table {
    margin-bottom: 3em;
  }
  div#mfp_overlay_inner #mfp_confirm_table th,
  div#mfp_overlay_inner #mfp_confirm_table td {
    display: block;
    text-align: center;
  }
  div#mfp_overlay_inner .mfp_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 10px;
  }
  div#mfp_overlay_inner .mfp_buttons .mfp_element_button {
    width: 200px;
    padding: 1em;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  div#mfp_overlay_inner .mfp_buttons .mfp_element_button#mfp_button_send {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .thanks {
    padding-top: 100px;
  }
  .thanks h2 {
    font-size: 20px;
  }
  .thanks p {
    text-align: left;
    line-height: 2;
  }

  .telbana-area {
    display: none;
  }
  
.contact_form dl dt {
    text-align: left;
	}
  
.contact_form {
    margin-top: 5%;
    background: #d8cbbb;
    font-size: 14px;
}
  
.contact_form input[type="text"],
.contact_form input[type="tel"],
.contact_form input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  }
  
.contact_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  }
  
.overview {
    margin-bottom: 5px;
    position: relative;
    width:100%;
}
  
.contact_form-in2 {
    padding: 0 0 5.83333%;
}
  
  
}

/*# sourceMappingURL=map/style.css.map */
