.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
vertical-align: bottom;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, .8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
select {
border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
textarea {
width: 100%;
}   .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 1.5em;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}  html, body {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
a {
text-decoration: none;
} .font_hind {
font-family:  "Jost", 'Hind', sans-serif;
}
.font_mini {
font-size: 80%;
}
.font_l {
font-size: 16px;
}
.font_m {
font-size: 14px;
}
.font_s {
font-size: 12px;
} .align_c {
text-align: center !important;
}
.vertical_m {
vertical-align: middle !important;
} .p_t10 {
padding-top: 10px !important;
}
.p_b10 {
padding-bottom: 10px !important;
}
.m_t10 {
margin-top: 10px !important;
}
.m_b10 {
margin-bottom: 10px !important;
}
.m_t20 {
margin-top: 20px !important;
}
.m_b20 {
margin-bottom: 20px !important;
}
.m_t30 {
margin-top: 30px !important;
}
.m_b30 {
margin-bottom: 30px !important;
} .site_header {
display: block;
position: fixed;
left: 0;
top: 0;
height: 100vh;
width: 200px;
border-right: 1px solid #ccc;
box-sizing: border-box;
background-color: #FFF;
z-index: 99999;
}
.header_frame {
margin: 0;
padding: 0;
width: 100%;
height : -webkit-calc(100% - 100px) ;
height : calc(100% - 100px) ;
background-color: #FFF;
}
.header_contact {
margin: 0;
padding: 0;
width: 100%;
height: 100px;
display: table;
}
.header_contact_reserved {
display: table-cell;
width: 50%;
background-color: #E7380D;
}
.header_contact_reserved a {
display: block;	
width: 100%;
color: #FFF;
text-align: center;
}
.header_contact_tel {
display: table-cell;
width: 50%;
background-color: #000;
}
.header_contact_tel a {
display: block;	
width: 100%;
color: #FFF;
text-align: center;
}
.header_logo {
width: 100%;
height: 50%;
position: relative;
}
.header_menu_icon {
height: 15%;
position: relative;
}
.header_information {
height: 35%;
}
.site_logo_pc {
margin: 0;
padding: 0;
width: 100%;
max-width: 120px;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.site_logo_sp {
display: none;
}
.header_info_list {
margin: 0 auto;
padding: 0;
width: 90%;
list-style: none;
}
.header_info_list li {
color: #333;
font-size: 10px;
padding: 0 ;
}
.openclose {
font-size: 12px !important;
font-weight: bold;
border-bottom: 1px solid #333;
padding: 0 0 5px;
margin: 5px 0 5px;
}
.link_facebook {
display: table-cell; 
vertical-align: middle;
color: #333;
}
.link_facebook::before {
font-family: "Font Awesome 5 Brands";
content: '\f082';
margin: 0 10px 0 0;
color:#333;
font-size: 24px;
font-weight: 400;
vertical-align: middle;
}
.link_line {
display: table-cell; 
vertical-align: middle;
color: #333;
}
.link_line::before {
font-family: "Font Awesome 5 Brands";
content: '\f3C0';
margin: 0 10px 0 0;
color:#333;
font-size: 24px;
font-weight: 400;
vertical-align: middle;
}
.header_contact_reserved a {
display: block;
position: relative;
width: 100%;
height: 100%;
}
.header_contact_tel a {
display: block;
position: relative;
width: 100%;
height: 100%;
}
.contact_icon {
margin: 0;
padding: 0;
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
.contact_icon i {
display: block;	
font-size: 30px;
line-height: 40px;
} .openbtn {
position: absolute;
cursor: pointer;
width: 50px;
height:50px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.openbtn span{
display: inline-block;
transition: all .4s; position: absolute;
left: 14px;
height: 3px;
border-radius: 2px;
background: #000;
}
.openbtn span:nth-of-type(1) {
top:15px; 
width: 45%;
}
.openbtn span:nth-of-type(2) {
top:23px;
width: 35%;
}
.openbtn span:nth-of-type(3) {
top:31px;
width: 20%;
}
.openbtn.active span:nth-of-type(1) {
top: 18px;
left: 18px;
transform: translateY(6px) rotate(-135deg);
width: 30%;
}
.openbtn.active span:nth-of-type(2) {
opacity: 0;
}
.openbtn.active span:nth-of-type(3){
top: 30px;
left: 18px;
transform: translateY(-6px) rotate(135deg);
width: 30%;
}
.global_menu {
margin: 0;
padding: 0;
width : -webkit-calc(100% - 200px) ;
width : calc(100% - 200px) ;
height: 100vh;
position: fixed;
top: 0;
left: -100%;
background: rgba(0,0,0,0.6);
transition: all  0.5s ease;
opacity: 0;
z-index: 99998;
}
.global_menu.open {
left: 200px;
opacity: 1;
}
.global_menu_frame {
margin: 0;
padding: 0;
width: 95%;
max-width: 650px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.global_menu_title {
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
text-align: center;
color: #FFF;
}
.global_menu_title::before,
.global_menu_title::after {
content: '';
width: 100%;
height: 3px;
background-color: #FFF;
}
.global_menu_title::before {
margin-right: 20px;
}
.global_menu_title::after {
margin-left: 20px;
}
.global_menu_list {
margin: 20px 0;
padding: 0;
width: 100%;
list-style: none;
display:flex;
flex-wrap:wrap;
gap: 20px;
}
.global_menu_list li {
width : calc( calc(100% - 60px) / 4 ) ;
}
.global_menu_list li a {
display: block;
position: relative;
}
.global_menu_list2 {
margin: 20px 0;
padding: 0;
width: 100%;
list-style: none;
display:flex;
flex-wrap:wrap;
gap:20px;
}
.global_menu_list2 li {
width : calc(calc(100% - 40px) / 3) ;
}
.global_menu_list2 li a {
display: block;
position: relative;
}
.global_name_en {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
color: #FFF;
font-size: 18px;
}
.global_name_jp {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
color: #FFF;
font-size: 13px;
} .site_content {
margin: 0 0 0 auto;
padding: 0;
width : -webkit-calc(100% - 200px) ;
width : calc(100% - 200px) ;
}
.content_box {
margin: 0;
padding: 60px 20px;
width: 100%;
box-sizing: border-box;
}
.content_box_mini {
margin: 0 auto;
padding: 60px 20px;
width: 100%;
max-width: 1000px;
box-sizing: border-box;
}
.content_text {
width: 100%;
color: #333;
font-size: 14px;
line-height: 22px;
}
.catch_text {
width: 100%;
color: #333;
font-size: 18px;
line-height: 26px;
font-weight: bold;
}
.back_ume_right {
background-image: url(//www.mito-ume.jp/wp-content/uploads/2022/05/ume_back2.png);
background-repeat: no-repeat;
background-position: right bottom;
background-size: 70% auto;
}
.back_ume_left {
background-image: url(//www.mito-ume.jp/wp-content/uploads/2022/05/ume_back.png);
background-repeat: no-repeat;
background-position: left bottom;
background-size: 70% auto;
}
.slider_frame {
position: relative;
margin: 0;
padding: 0;
width: 100%;
}
.slider_mask {
position: absolute;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: linear-gradient(90deg, rgba(102,51,0,0) 0%, rgba(102,51,0,0) 35%, rgba(102,51,0,0.4) 100%);
}
.slider_text {
margin: 0;
padding: 10px;
position: absolute;
right: 50px;
bottom: 50px;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
color: #FFF;
font-size: 26px;
line-height: 46px;
}
.title_en {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
font-size: 30px;
}
.title_jp {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
font-size: 18px;
}
.section_content {
margin: 0;
padding: 20px 20px 0;
width: 100%;
}
.content_two {
margin: 0;
padding: 0;
width: 100%;
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.content_two>div {
width: calc( calc(100% - 20px) / 2);
vertical-align: top;
box-sizing: border-box;
}
.content_three {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.content_three li {
display: table-cell;
width: 31.33%;
vertical-align: top;
box-sizing: border-box;
margin: 0 1% 20px;
border: 1px solid #ccc;
background: rgba(255,255,255,0.6);
}
.content_four {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.content_four li {
display: table-cell;
width: 23%;
vertical-align: top;
box-sizing: border-box;
margin: 0 1%;
border: 1px solid #ccc;
background: rgba(255,255,255,0.6);
}
.youtube2 {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube2 iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.top_banner_list {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
}
.top_banner_list li {
margin: 0 0 15px 0;
}
.top_menu_list {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.top_menu_list li {
width: 33.33%;	
}
.top_menu_list li a {
position: relative;	
display: block;
}
.top_menu_name {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(102,51,0,0.4);
transition: all  0.5s ease;
}
.top_menu_list li a:hover .top_menu_name {
opacity: 0;
}
.top_name_box {
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
.top_name_en {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
color: #FFF;
font-size: 20px;
}
.top_name_jp {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
color: #FFF;
font-size: 16px;
}
.top_info_content {
margin: 30px 0;
padding: 0;
width: 100%;
}
.info_name_en {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
color: #333;
font-size: 20px;
}
.info_name_jp {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
color: #333;
font-size: 16px;
}
.table_row {
margin: 0;
padding: 0;
width: 100%;
display: table;
}
.table_col_title {
display: table-cell;
width: 300px;
box-sizing: border-box;
vertical-align: middle;
padding: 10px;
text-align: center;
background-color: #333;
color: #FFF;
font-size: 16px;
line-height: 26px;
font-weight: bold;
border: 1px solid #333;
}
.table_col_value {
display: table-cell;
box-sizing: border-box;
vertical-align: middle;
padding: 10px;
font-size: 16px;
line-height: 26px;
color: #333;
border: 1px solid #333;
background: rgba(255, 255, 255, 0.8);
}
.sub_menu_title {
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
text-align: center;
color: #333;
word-break: keep-all;
}
.sub_menu_title::before,
.sub_menu_title::after {
content: '';
width: 100%;
height: 1px;
background-color: #333;
}
.sub_menu_title::before {
margin-right: 20px;
}
.sub_menu_title::after {
margin-left: 20px;
}
.option_list {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.option_list li {
margin: 0 10px;
width : -webkit-calc(25% - 20px) ;
width : calc(25% - 20px) ;
}
.option_name {
margin: 0;
padding: 0;
width: 100%;
font-size: 14px;
color: #333;
}
.option_price {
margin: 0;
padding: 0;
width: 100%;
font-size: 14px;
color: #B20000;
}
.link_out {
display: block;
width: 100%;
max-width: 300px;
border: 1px solid #333;
color: #333;
box-sizing: border-box;
padding: 10px;
margin: 0 auto;
text-align: center;
transition: 1.0s ;
}
.link_out span {
font-size: 14px;
font-weight: bold;
}
.link_out span::before {
font-family: "Font Awesome 5 Free";
content: '\f35d';
margin: 0 10px 0 0;
font-size: 18px;
font-weight: 900;
vertical-align: middle;
}
.link_out:hover {
background-color: #B20000;
color: #FFF;
} .site_footer {
margin: 0 0 0 auto;
padding: 0;
width : -webkit-calc(100% - 200px) ;
width : calc(100% - 200px) ;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 400px;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.footer_frame {
margin: 0;
padding: 0;
width: 100%;
display: table;
}
.footer_information {
display: table-cell;
width: 50%;
vertical-align: top;
}
.footer_menu {
display: table-cell;
width: 50%;
vertical-align: top;
}
.copyright {
margin: 0;
padding: 5px 10px;
width: 100%;
box-sizing: border-box;
text-align: right;
font-size: 14px;
}
.footer_shop_name {
margin: 0;
padding: 10px 0;
font-size: 16px;
font-weight: bold;
color: #333;
}
.footer_shop_address {
margin: 0;
padding: 10px 0;
font-size: 14px;
color: #333;
}
.footer_shop_tel {
margin: 0;
padding: 10px 0;
font-size: 14px;
color: #333;
}
.footer_menu_box {
margin: 0;
padding: 0;
width: 100%;
display: table;
}
.footer_menu_box div {
display: table-cell;
width: 33.33%;
vertical-align: top;
}
.footer_menu_list {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
}
.footer_menu_list li {
margin: 0;
padding: 5px 0;
width: 100%;
}
.footer_menu_list li a {
color: #333;
font-size: 14px;
}
.footer_menu_list li a::before {
font-family: "Font Awesome 5 Free";
content: '\f152';
margin: 0 10px 0 0;
color:#333;
font-size: 18px;
font-weight: 900;
vertical-align: middle;
}
.footer_shop_information {
display: none;
}
.openclose_frame {
display: none;
margin: 20px 0;
padding: 0;
width: 100%;
text-align: center;
}
ul.news_list {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
}
ul.news_list li.news_lite_item {
max-width: 800px;
box-sizing: border-box;
padding: 0 15px;
}
.cancel_catch {
font-weight: bold;
}
.cancel_title {
margin: 10px 0;
padding: 10px 0;
border-bottom: 1px solid #333;
font-weight: bold;
}
@media screen and (max-width: 800px) {
.site_header {
position: sticky;
height: auto;
width: 100%;
border-right: none;
border-bottom: 1px solid #CCC;
box-sizing: border-box;
padding: 5px;
}
.header_frame {
width: 100%;
height: auto;
display: table;
}
.header_information {
display: none;
}
.header_logo {
display: table-cell;
width: auto;
}
.header_menu_icon {
display: table-cell;
width: 50px;
}
.header_contact {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: auto;
}
.site_logo_pc {
display: none;
}
.site_logo_sp {
display: block;
width: 100%;
max-width: 90px;
}
.site_content {
width: 100%;	
}
.site_footer {
width: 100%;
margin: 0 0 40px 0;
}
.global_menu {
width: 100%;
left: auto;
right: -100%;
}
.global_menu.open {
right: 0;
left: auto;
opacity: 1;
}
.footer_frame {
display: block;	
}
.footer_information {
display: block;
width: 100%;
}
.footer_menu {
display: block;
width: 100%;
}
.footer_menu_box {
display: block;
}
.footer_menu_box>div {
display: block;
width: 100%;
}
.footer_menu_list li {
border-bottom: 1px solid #ccc;
}
.footer_menu_list li a {
display: block;
width: 100%;
}
.header_contact_reserved a {
padding: 10px;
box-sizing: border-box;
text-align: center;
}
.contact_icon {
position: static;
top: auto;
left: auto;
transform: none;
-webkit-transform: none;
-ms-transform: none;
}
.contact_icon i {
display: inline-block;
}
.copyright {
font-size: 12px;
}
.content_box {
padding: 40px 10px;
}
.content_box_mini {
width: 95%;
padding: 40px 10px;
}
.slider_text {
right: 10px;
bottom: 10px;
-ms-writing-mode: horizontal-tb;
writing-mode: horizontal-tb;
font-size: 11px;
line-height: 18px;
}
.title_en {
font-size: 16px;
}
.title_jp {
font-size: 12px;
}
.top_name_en {
font-size: 14px;
}
.top_name_jp {
font-size: 11px;
}
.info_name_en {
font-size: 14px;
text-align: left;
}
.info_name_jp {
font-size: 11px;
text-align: left;
}
.global_name_en {
font-size: 14px;
}
.global_name_jp {
font-size: 11px;
}
.section_content {
padding: 20px 0 0;
}
.content_four li {
margin: 10px 1%;
width: 48%;
}
.content_four li a {
display: table;	
}
.info_image_box {
display: table-cell;
width: 50%;
vertical-align: middle;
}
.top_info_content {
display: table-cell;
width: 50%;
vertical-align: middle;
box-sizing: border-box;
padding: 0 0 0 10px;
}
.global_menu_list {
gap: 5px;
}
.global_menu_list li {
width: calc( calc(100% - 15px) / 4 );
}
.global_menu_list2 {
gap: 5px;
}
.global_menu_list2 li {
width: calc( calc(100% - 10px) / 3 );
}
.footer_shop_name {
text-align: center;
}
.footer_shop_address {
text-align: center;
}
.footer_shop_tel {
text-align: center;
}
.footer_shop_information {
display: block;
margin: 0 0 20px 0;
}
.openclose_frame {
display: block;
}
.footer_info_list {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.footer_info_list li {
width: 50%;
text-align: center;
box-sizing: border-bov;
padding: 0 5px;
}
.link_facebook_f {
color: #333;
}
.link_facebook_f::before {
font-family: "Font Awesome 5 Brands";
content: '\f082';
margin: 0 10px 0 0;
color:#333;
font-size: 24px;
}
.link_line_f {
color: #333;
}
.link_line_f::before {
font-family: "Font Awesome 5 Brands";
content: '\f3C0';
margin: 0 10px 0 0;
color:#333;
font-size: 24px;
font-weight: 400;
}
.global_menu_frame {
width: 80%;
}
.table_col_title {
width: 200px;	
}
.option_list li {
margin: 0 5px;
width : -webkit-calc(25% - 10px) ;
width : calc(25% - 10px) ;
}
ul.news_list li.news_lite_item {
padding: 0;	
}
.font_l {
font-size: 15px;
}
.font_m {
font-size: 13px;
}
.font_s {
font-size: 11px;
}
}
@media screen and (max-width: 500px) {
.content_two {
display: block;
}
.content_two>div {
display: block;
width: 100%;
}
.content_two>div:first-child {
padding: 0 0 10px 0;	
}
.content_two>div:last-child {
padding: 10px 0 0 0;	
}
.global_menu_list li {
width: calc( calc(100% - 10px) / 3 );
}
.global_menu_frame {
width: 80%;
}
.table_row {
display: block;
}
.table_col_title {
display: block;
width: 100%;
font-size: 14px;
line-height: 20px;
}
.table_col_value {
display: block;
width: 100%;
font-size: 14px;
line-height: 20px;
}
.font_l {
font-size: 14px;
}
.font_m {
font-size: 12px;
}
.font_s {
font-size: 10px;
}
}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}* html>body .clearfix{display:inline-block;width:100%}* html .clearfix{height:1%}#lightboxIframe{display:none}#overlay{position:absolute;top:0;left:0;z-index:10090;width:100%;height:500px;background-color:#000;filter:alpha(opacity=60);-moz-opacity:.6;opacity:.6;display:none}#lightbox{position:absolute;left:0;width:100%;z-index:10100;line-height:0}#jqlb_spinner{height:32px;background-image:url(https://www.mito-ume.jp/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/loading.gif);background-repeat:no-repeat;background-position:center center}#jqlb_closelabel{height:22px;width:66px;background-image:url(https://www.mito-ume.jp/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/closelabel.gif);background-repeat:no-repeat;background-position:center center}#lightbox a img{border:none}#outerImageContainer{position:relative;background-color:#fff;width:300px;height:300px;margin:0 auto}#imageContainer{padding:10px;text-align:center}#lightboxImage{margin-left:auto;margin-right:auto;}#jqlb_loading{position:absolute;top:40%;left:0;height:25%;width:100%;line-height:0}#hoverNav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}#imageContainer>#hoverNav{left:0}#hoverNav a{outline:0}#nextLink,#prevLink{width:45%;height:100%;background:transparent url(https://www.mito-ume.jp/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/blank.gif) no-repeat;display:block}#prevLink{left:0;float:left}#nextLink{right:0;float:right}#prevLink:hover,#prevLink:visited:hover{background:url(https://www.mito-ume.jp/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/prev.gif) left 50% no-repeat}#nextLink:hover,#nextLink:visited:hover{background:url(https://www.mito-ume.jp/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/next.gif) right 50% no-repeat}#imageDataContainer{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;color:#000;margin:0 auto;line-height:1.4em}#imageData{padding:0 10px}.ontop #imageData{padding-top:5px}#imageData #imageDetails{float:left;text-align:left;margin-bottom:10px;width:80%;width:-moz-calc(100% - 80px);width:-webkit-calc(100% - 80px);width:-o-calc(100% - 80px);width:calc(100% - 80px)}#imageData #imageDetails #titleAndCaption #titleText{font-weight:700}#imageData #imageDetails #titleAndCaption #captionText{font-weight:400}#imageData #imageDetails #controls{margin:0;white-space:nowrap}#imageData #bottomNav #bottomNavClose{height:22px;width:66px;float:right;margin-bottom:10px}#lightbox {
position: fixed;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%);
}
#imageContainer {
position: relative;
height: 100%;
box-sizing: border-box;
}
#imageDataContainer {
position: relative;
}
#imageDataContainer.hide {
display: none;
}
#newHoverNav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
display: flex;
justify-content: space-between;
align-items: center;
}
#prevArrow,
#nextArrow {
color: black;
background: rgba(255,255,255,.7);
font-size: 40px;
position: relative;
display: none;
padding: 8px 10px 8px 6px;
cursor: pointer;
width: 46px;
height: 46px;
box-sizing: border-box;
}
#nextArrow {
padding: 8px 6px 8px 10px;
}
#prevArrow.fixed,
#nextArrow.fixed {
position: fixed;
display:block;
top: 50%;
left: 1%;
transform: translate(0, -50%);
border-radius: 2px;
}
#nextArrow.fixed {
right: 1%;
left: auto;
}
@media screen and (max-width: 800px) {
#prevArrow.fixed,
#nextArrow.fixed {
border-radius: 2px;
}
#prevArrow.fixed {
left: 0;
}
#nextArrow.fixed {
right: 0;
}
}
#imageContainer:hover #prevArrow,
#imageContainer:hover #nextArrow {
display:block;
}
#imageData {
display: flex;
justify-content: space-between;
align-items: center;
padding: 4px 10px 8px;
}
#imageData #imageDetails {
margin-bottom: 0;
}
#imageData #bottomNav #bottomNavClose {
margin-bottom: 0;
}
#jqlb_loading {
top: 45%;
} #prevArrow.touch-device,
#nextArrow.touch-device {
display: block;
}
#prevLink.touch-device,
#nextLink.touch-device {
position: absolute;
top: 50%;
transform: translateY(-50%);
height: 40px;
width: 40px;
float: none;
}
#prevLink.touch-device {
left: 0;
background: url(https://www.mito-ume.jp/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/prev.gif) center center no-repeat;
}
#nextLink.touch-device {
right: 0;
background: url(https://www.mito-ume.jp/wp-content/plugins/wp-jquery-lightbox/lightboxes/wp-jquery-lightbox/styles/images/next.gif) center center no-repeat;
}
#imageDataContainer {
position: relative;
z-index: 20px;
}