@charset "UTF-8";

.name input,
.furigana input,
.tel input,
.email input,
.confirm_email input,
.age input,
#toggle_01 input,
#toggle_02 input,
button,
textarea,
select {
margin: 0;
padding: 0;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
opacity: 1;
}

@media (max-width: 640px) {

#wrapper {
width: 92%;
margin: 0 auto;
}
.mailform {
margin: 0;
border-bottom: 1px solid #cccccc;
}
form#mailformpro dl dt {
width: 100%;
height: 37px;
font-size: 12px;
text-align: left;
color: #555555;
border: 1px solid #cccccc;
border-bottom: none;
margin: 0px;
background-color: #efefef;
line-height: 36px;
clear: both;
}
form#mailformpro dl dd {
border: 1px solid #cccccc;
background-color: #ffffff;
border-bottom: none;
margin: 0;
padding: 12px  3.623%;
font-size: 12px;
width: 92.754%;
height: auto;
line-height: 38px;
text-align: left;
float: left;
}
.must {
display: block;
width: 26px;
height: 17px;
margin: 10px 12px 10px 10px;
color: #ffffff;
background-color: #ff6699;
font-size: 10px;
line-height: 17px;
text-align: center;
float: left;
border-radius: 3px;
}
.any {
display: block;
width: 26px;
height: 17px;
margin: 10px 12px 10px 10px;
color: #ffffff;
background-color: #999999;
font-size: 10px;
line-height: 17px;
text-align: center;
float: left;
border-radius: 3px;
}
.name input,
.furigana input,
.tel input,
.email input,
.confirm_email input,
#toggle_01 input,
#toggle_02 input {
width: 99.5% !important;
line-height: 30px;
border: 1px solid #cccccc;
}
.age input {
width: 90px;
line-height: 30px;
border: 1px solid #cccccc;
}
input[type="radio"] {
position: relative;
-webkit-appearance: button;
appearance: button;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 16px;
height: 16px;
content: "";
background-color: #FFFFFF;
border: 1px solid #999999;
-webkit-border-radius: 9px;
border-radius: 9px;
vertical-align: middle;
cursor: pointer;
outline: none;
}
input[type="radio"]:checked:after {
display: block;
position: absolute;
top: 2px;
left: 2px;
content: "";
width: 10px;
height: 10px;
background: #4fb2cf;
-webkit-border-radius: 12px;
border-radius: 12px;
}
label {
margin-right: 5px;
}
label input {
margin: 0;
}
form#mailformpro dl dd.kiboutenshoku {
line-height: 25px;
padding-top: 6px;
}
#toggle_03 {
margin-top: 5px;
}
form#mailformpro dl dd.kiboutenshoku textarea {
border: 1px solid #cccccc;
width: 99.5% !important;
height: 80px !important;
}
form#mailformpro dl dd.contactdetail {
padding-top: 13px;
padding-bottom: 8px;
height: 121px;
}
form#mailformpro dl dd.contactdetail textarea {
border: 1px solid #cccccc;
width: 99.5% !important;
height: 110px !important;
}
.submit {
width: 100px;
line-height: 30px;
color: #ffffff;
background-color: #4fb2cf;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: bold;
}
.reset {
width: 100px;
line-height: 30px;
color: #ffffff;
background-color: #999999;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: bold;
}
.mfp_buttons {
width: 225px;
margin: 35px auto 0;
}






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 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;
}
.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%;
}

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;
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 {
display: none !important;
}
.mfp_parent_error {
border: solid 2px #F00;
}
.problem {
background-color: #FCC;
border-style: outset;
border: 1px solid #ccc;
}
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;
}
.imagebutton {
margin: 0px;
padding: 0px;
border: none;
outline: none;
background: none;
}
.mfp_element_checkbox,
.mfp_element_radio {
vertical-align: middle;
margin: 0px 2px;
border: 1px solid #cccccc;
border-radius: 10px;
}
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 {
display: none !important;
}
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;
}
.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_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;
}
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;
}




}

@media (min-width: 641px) {

.sp {
 display: none;
}
body {
overflow-x: hidden;
margin: 0;
background-color: #ffffff;
}
#wrapper {
width: 750px;
text-align: left;
margin: 0 auto;
}
.mailform {
margin: 0;
border-bottom: 1px solid #cccccc;
}
form#mailformpro dl dt {
float: left;
width: 223px;
/*height: 43px;*/
font-size: 12px;
text-align: left;
color: #555555;
border: 1px solid #cccccc;
border-bottom: none;
margin: 0px;
background-color: #efefef;
line-height: 43px;
clear: both;
}
form#mailformpro dl dd {
border: 1px solid #cccccc;
background-color: #ffffff;
border-left: none;
border-bottom: none;
margin: 0px;
padding-left: 8px;
font-size: 12px;
width: 516px;
/*height: 43px;*/
line-height: 43px;
text-align: left;
float: left;
}
.must {
display: block;
width: 26px;
height: 17px;
margin: 12px 12px 12px 10px;
color: #ffffff;
background-color: #ff6699;
font-size: 11px;
line-height: 17px;
text-align: center;
float: left;
border-radius: 3px;
}
.any {
display: block;
width: 26px;
height: 17px;
margin: 12px 12px 12px 10px;
color: #ffffff;
background-color: #999999;
font-size: 11px;
line-height: 17px;
text-align: center;
float: left;
border-radius: 3px;
}
form#mailformpro dl dt.h70 {
height: 70px;
}
form#mailformpro dl dt.h160 {
height: 160px;
}
form#mailformpro dl dt.h142 {
height: 142px;
}
.name input,
.furigana input,
.tel input,
.email input,
.confirm_email input,
#toggle_01 input,
#toggle_02 input {
width: 178px !important;
line-height: 19px;
border: 1px solid #cccccc;
}
.age input {
width: 90px;
line-height: 19px;
border: 1px solid #cccccc;
}
input[type="radio"] {
position: relative;
-webkit-appearance: button;
appearance: button;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
content: "";
background-color: #FFFFFF;
border: 1px solid #999999;
-webkit-border-radius: 9px;
border-radius: 9px;
vertical-align: middle;
cursor: pointer;
outline: none;
margin-top: -2px;
}

input[type="radio"]:checked:after {
display: block;
position: absolute;
top: 2px;
left: 2px;
content: "";
width: 8px;
height: 8px;
background: #4fb2cf;
-webkit-border-radius: 12px;
border-radius: 12px;
}
label {
margin-right: 5px;
}
label input {
margin: 0;
}
form#mailformpro dl dd.kiboutenshoku {
height: 154px;
line-height: 25px;
padding-top: 6px;
}
#toggle_03 {
margin-top: 5px;
}
form#mailformpro dl dd.kiboutenshoku textarea {
border: 1px solid #cccccc;
width: 360px !important;
height: 80px !important;
}
form#mailformpro dl dd.contactdetail {
padding-top: 13px;
padding-bottom: 8px;
height: 121px;
}
form#mailformpro dl dd.contactdetail textarea {
border: 1px solid #cccccc;
width: 360px !important;
height: 110px !important;
}
.submit {
width: 150px;
line-height: 50px;
color: #ffffff;
background-color: #4fb2cf;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: bold;
}
.reset {
width: 150px;
line-height: 50px;
color: #ffffff;
background-color: #999999;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: bold;
}
div.mfp_buttons {
clear: both;
padding-top: 35px;
text-align: center;
}
ul.example_pages {
border: solid 1px #CCC;
padding: 15px 30px;
}
ul.example_pages li {
padding: 5px 0px;
}
#example_selector {
padding: 10px 0px;
text-align: left;
}
#example_selector span {
display: block;
font-size: 14px;
padding: 5px 0px;
}
#example_selector select {
font-size: 18px;
border-radius: 3px;
border: solid 1px #CCC;
padding: 5px 10px;
box-shadow: 0px 0px 5px #CCC inset;
box-sizing: border-box;
width: 100%;
max-width: 100%;
outline: none;
}
div.tips {
margin: 10px auto;
padding: 5px 20px;
border: solid 1px #CCC;
border-radius: 5px;
box-shadow: 0px 2px 10px #CCC;
background: #FEE;
}
div.tips p {
font-size: 14px;
line-height: 2em;
}
div.tips strong {
color: #800040;
}
div.tips span {
display: block;
padding: 5px 10px;
color: #008080;
}
div.tips em {
font-style: normal;
color: #090;
font-weight: bold;
}
div.tips ol li {
padding: 10px;
margin: 15px;
font-size: 12px;
line-height: 1.7em;
border: solid 1px #CCC;
border-radius: 5px;
background: #FFF;
}
div.tips ol li span {
padding: 0px 10px;
}
div.tips ol li img {
display: block;
width: 280px;
border: none;
margin: 5px auto;
}
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 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;
}
.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%;
}

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;
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 !important;
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 1px;
}
.mfp_parent_error {
border: solid 2px #F00;
}
.problem {
background-color: #FCC;
border-style: outset;
border: 1px solid #ccc;
}
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;
}
.imagebutton {
margin: 0px;
padding: 0px;
border: none;
outline: none;
background: none;
}
.mfp_element_all {
max-width: 90%;
}
.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;
}
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 {
display: none !important;
}
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;
}
.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_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;
}
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;
}

}






@media screen and (max-width: 800px) {
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;
}

div.mfp_buttons button {
font-size: 14px;
}
table#mfp_confirm_table tr th {
white-space: nowrap;
width: 100px;
}
#mfp_thanks {
text-align: center;
font-size: 18px;
padding: 20px 0px;
}
#mfp_thanks strong {
color: #C00;
font-size: 24px;
display: block;
}
}
