@import url("global.css");

input#pwbox-18432,
input#pwbox-18587{
    border: 1px solid #ddd;
}

form.post-password-form {
    padding: 120px 10px;
}

.jutakusai {
    background-image: url(https://www.mitsukoshi-oita.co.jp/_syswp/wp-content/themes/mitsukoshi_tmpl/img/jutakusai_2025/jutakusai-main-bg-top.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f1fce5;
	overflow: hidden;
}

.jutakusai h1 {
    padding: 125px 0 75px;
}

.jutakusai h1 img {
    width: 100%;
    max-width: 1000px;
}
.main {
    width: 90%;
    max-width: 1000px;
    margin: auto;
	padding: 0 0 75px;
}

figure.charactershow {
    display: flex;
    margin: 75px auto;
    justify-content: space-between;
}
figure.charactershow img {
    display: block;
    max-width: 49%;
}

figure.mochimaki {
    margin: 50px auto;
    max-width: 1000px;
}

figure.mochimaki img {
    width: 100%;
}
figure.janken {
    margin: 50px auto;
	max-width: 1000px;
}

figure.janken img {
    width: 100%;
}

.main > p {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.4em;
    margin: 50px 0 0;
}

.main > a {
    border: 1px solid #000;
    padding: 5px 50px;
    border-radius: 20px;
    background-color: #fff;
    margin: 30px auto;
    display: inline-block;
	position: relative;
}
.main > a::after {
    content: "";
    border-right: 1px solid;
    border-bottom: 1px solid;
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.house h2 {
    padding: 125px 0 0;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.shinchiku {
	max-width: 1000px;
    margin: auto;
    width: 90%;
    background-color: #92d0d2;
    box-shadow: 0 0 10px #0000004d;
    padding: 50px;
    background-repeat: no-repeat;
    background-size: contain;
	box-sizing: border-box;
}


.shinchiku h4 {
    width: 100%;
    margin: 0 0 20px;
}

.shinchiku h4 span {
    font-size: 2em;
    font-weight: bold;
    color: #1e4f83;
    padding: 0 0 30px;
    display: block;
}

.shinchiku .caution {
    font-size: .75em;
    margin: 0 0 50px;
}

.kikaku {
    display: flex;
    background-color: #1e4f83;
    align-items: center;
    margin: 0 0 50px;
}

.kikaku h4 {
    background-color: #1e4f83;
    padding: 20px;
    width: 35%;
    min-height: auto;
}

.shinchiku .kikaku h4 img {
	margin: 0;
}

.shinchiku .kikaku p {
    text-align: left;
    padding: 20px;
    width: 65%;
    background-color: #fff;
    border: 3px solid #1e4f83;
    color: #1e4f83;
}

.shinchiku .kikaku p a {
	position: relative;
    display: block;
    text-align: right;
    padding: 5px 40px 5px 30px;
    border: 1px solid #1e4f83;
    margin: 20px 0 0 auto;
    border-radius: 20px;
    font-size: .7em;
    width: max-content;
    color: #1e4f83;
}

.shinchiku .kikaku p a::after {
    position: absolute;
    content: "";
    border-top: 1px solid #1e4f83;
    border-right: 1px solid #1e4f83;
    transform: rotate(45deg);
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
}

ul.column_2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.column_2 li {
    width: 47%;
    margin: 0 0 4%;
}

.reform ul.column_2 {
    margin-bottom: 100px;
}

.reform ul.column_2 li {
    width: 49%;
}

.moreday figure {
    margin-bottom: 100px;
}


.shinchiku > figure {
    margin: 30px 0;
}

/*.advancereservation {
    margin: 60px 0 0;
}*/

.advancereservation p {
    font-weight: bold;
    font-size: .8em;
    line-height: 1.6em;
    color: #000;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 10px auto 0;
    position: relative;
    max-width: 500px;
    text-align: left;
}

.advancereservation p::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    top: -10px;
	margin: auto;
    left: 0;
    right: 0;
}

.shinchiku .advancereservation p {
    background-color: #bee6dc;
}

.shinchiku .advancereservation p::after {
    background-color: #bee6dc;
}

.reform .advancereservation p {
    background-color: #fdd23f;
}

.reform .advancereservation p::after {
    background-color: #fdd23f;
}


.advancereservation p strong {
    position: absolute;
    margin: inherit;
    top: -18px;
    left: 19px;
    background-color: #b50004;
    z-index: 10;
    font-size: .75em;
    width: 6em;
}

.advancereservation span {
    display: block;
	font-size: .6em;
}

.advancereservation p span.amazon {
    color: #FFA41C;
    display: inline-block;
	font-size: 1em;
	margin: 0;
}
.advancereservation span.noreservation {
    background-color: #fff;
    color: #242f3e;
}

.advancereservation a {
    border: 3px solid #ffffff;
    padding: 5px 50px;
    border-radius: 30px;
    background-color: #fff;
    margin: 10px auto 50px;
    display: inline-block;
    position: relative;
    background-image: linear-gradient(0deg, rgba(45, 88, 161, 1) 50%, rgba(98, 132, 168, 1));
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.advancereservation a::after {
    content: "";
    border-right: 1px solid;
    border-bottom: 1px solid;
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.reform {
    max-width: 1000px;
    width: 90%;
    margin: 75px auto;
    background-color: #fff355;
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #0000004d;
}

.reform .caution {
    padding: 0 0 40px;
    font-size: .75em;
}

.reform h4 {
    font-size: 2.4em;
    font-weight: bold;
    padding: 10px 0 20px;
    color: #fff;
	text-shadow: 0 0 5px #00000050;
}

.reform .item-k,
.reform .item-b,
.reform .item-s,
.reform .item-t,
.reform .item-e,
.reform .item-o
{
    margin: 0 0 30px;
    padding: 30px 30px 15px;
}

.reform .item-k {
    background-color: #f5b2b2;
}

.reform .item-b {
    background-color: #82c1ea;
}

.reform .item-s {
    background-color: #d2cce6;
}

.reform .item-t {
    background-color: #a5d4ad;
}

.reform .item-e {
    background-color: #fbd9c2;
}

.reform .item-o {
    background-color: #ffffff;
}

ul.column_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 100px;
}

ul.column_3 li {
    width: 32%;
    margin: 0 0 2%;
	/*box-shadow: 2px 2px 5px #00000050;*/
}

ul.column_4 {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 100px;
}

ul.column_4 li {
    width: 24%;
    margin: 0 0 1%;
	/*box-shadow: 2px 2px 5px #00000050;*/
}

.company {
    max-width: 1000px;
    width: 90%;
	margin: auto;
}

.company ul,
.store ul
{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 0 0 50px;
	justify-content: space-between;
}

.company ul li,
.store ul li{
    width: 32%;
    margin: 0 0 2%;
}

.company h3 {
    font-size: 3em;
    font-weight: bold;
}

.company h4 {
    font-weight: bold;
    font-size: 1.6em;
	padding: 0 0 20px;
}

.lottery
{
  background : -moz-linear-gradient(56.66% 102.62% 95deg,rgba(143, 15, 2, 1) 0%,rgba(198, 85, 59, 1) 66.09%,rgba(198, 85, 59, 0) 95.91%);
  background : -webkit-linear-gradient(95deg, rgba(143, 15, 2, 1) 0%, rgba(198, 85, 59, 1) 66.09%, rgba(198, 85, 59, 0) 95.91%);
  background : -webkit-gradient(linear,56.66% 102.62% ,43.34% -2.62% ,color-stop(0,rgba(143, 15, 2, 1) ),color-stop(0.6609,rgba(198, 85, 59, 1) ),color-stop(0.9591,rgba(198, 85, 59, 0) ));
  background : -o-linear-gradient(95deg, rgba(143, 15, 2, 1) 0%, rgba(198, 85, 59, 1) 66.09%, rgba(198, 85, 59, 0) 95.91%);
  background : -ms-linear-gradient(95deg, rgba(143, 15, 2, 1) 0%, rgba(198, 85, 59, 1) 66.09%, rgba(198, 85, 59, 0) 95.91%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#8F0F02', endColorstr='#C6553B' ,GradientType=0)";
  background : linear-gradient(-5deg, rgba(143, 15, 2, 1) 0%, rgba(198, 85, 59, 1) 66.09%, rgba(198, 85, 59, 0) 95.91%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8F0F02',endColorstr='#C6553B' , GradientType=1);
}

.lottery h3 {
    max-width: 800px;
    width: 90%;
    padding: 100px 0 50px;
    margin: auto;
}

.lottery > p {
    font-size: 2em;
    font-weight: bold;
    padding: 30px 0 20px;
}

.lottery figure {
    width: 95%;
    max-width: 700px;
    margin: 30px auto 100px;
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 0 10px #5f5f5f;
    box-sizing: border-box;
}

.lottery figure > img {
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
}

.lottery ul {
	max-width: 1000px;
    width: 90%;
    margin: auto;
}

.lottery ul,
.prize ul
{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 0 0 50px;
    justify-content: center;
}

.lottery ul li,
.prize ul li {
    width: 240px;
    margin: 1% 1%;
    box-shadow: 0 0 10px #0000004d;
    border-radius: 3px;
}

.lottery ul li:hover,
.prize ul li:hover {
	opacity: .75;
	transition: .5s;
}

.lottery ul li img,
.prize ul li img {
    border-radius: 3px;
}

.lottery h4 {
    font-weight: bold;
    color: #fff;
    font-size: 1.6em;
	padding: 0 0 20px;
}


.event {
    background-image: url(https://www.mitsukoshi-oita.co.jp/_syswp/wp-content/themes/mitsukoshi_tmpl/img/jutakusai_2024/jutakusai-event-bg-top.png),url(https://www.mitsukoshi-oita.co.jp/_syswp/wp-content/themes/mitsukoshi_tmpl/img/jutakusai_2024/jutakusai-event-bg.png);
	background-size: contain, 120px;
	background-repeat: no-repeat, repeat;
	overflow: hidden;
}

.event p.caution {
    margin: 0 auto 50px;
    width: 90%;
    font-size: .8em;
    line-height: 1.4em;
}

.event h2 {
	padding: 125px 0 20px;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
	
}

.event h3 {
    font-size: 3em;
    font-weight: bold;
    color: #fff;
    padding: 0 0 30px;
    margin: auto;
	line-height: 1.2em;
}

.event h3 img {
    width: 1.4em;
    padding: 0 10px 0 0;
}

.event .stage {
    background: repeating-linear-gradient(90deg, #2d58a6, #2d58a6 5px, #3c60a2 5px, #3c60a2 10px);
    max-width: 1000px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    overflow: hidden;
	width: 90%;
	padding: 50px;
	box-shadow: 0 0 10px #0000004d;
}

.event .stage figure {
    display: flex;
    max-width: 1000px;
    justify-content: space-between;
}
.event .stage figure img {
    display: block;
    max-width: 49%;
}

.event .experience {
    background: repeating-linear-gradient(90deg, #fac83f, #fac83f 5px, #f9ce60 5px, #f9ce60 10px);
    padding: 50px;
    max-width: 1000px;
    margin: 0 auto 50px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #0000004d;
	width: 90%;
}

.event .kitchencar {
    background: repeating-linear-gradient(90deg, #177e40, #177e40 5px, #288a4f 5px, #288a4f 10px);
    padding: 70px;
    max-width: 1000px;
    margin: 0 auto 50px;
	box-sizing: border-box;
	width: 90%;
	    box-shadow: 0 0 10px #0000004d;
}

.event .kitchencar ul , .event .marche ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.event .kitchencar ul:after {
    content: "";
    display: block;
    width: 24.4%; 
    height: 0;
}

.event .marche ul:after {
    content: "";
    display: block;
    width: 49.9%; 
    height: 0;
}

.kitchencar > figure {
    margin: 30px 0 0;
}

.event .marche {
    background: repeating-linear-gradient(90deg, #e66f77, #e66f77 5px, #ee777f 5px, #ee777f 10px);
    padding: 70px;
    max-width: 1000px;
    margin: 0 auto 50px;
	box-sizing: border-box;
	width: 90%;
	box-shadow: 0 0 10px  #0000004d;
}

.event .marche ul li, .event .kitchencar ul li {
    width: 22%;
    margin: 0 0 60px;
    position: relative;
    background-color: #fff;
    padding: 0.7em;
}

.marche ul li p, .kitchencar ul li p {
    line-height: 1.4em;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 0.3em;
    border-bottom: solid 0.8px;
}


.marche ul li img, .kitchencar ul li img {
    margin: 0 0 10px;
}

.marche ul li > span, .kitchencar ul li > span {
    font-size: .8em;
    line-height: 1.4em;
    display: block;
    letter-spacing: 0;
}


.marche ul li > .dayofweek, .kitchencar ul li > .dayofweek {
    display: flex;
    margin: 0;
    width: 35%;
}

.marche ul li > span, .kitchencar ul li > span {
    font-size: 1.1em;
    line-height: 1.4em;
    display: block;
    letter-spacing: 0;
    margin: 0.8em 0 0.5em;
}

span.dayofweek {
    position: absolute;
    width: 35px;
    top: 0;
    left: 0;
    text-align: left;
    display: flex
;
}

span.workshop {
    right: 3px;
    width: 25%;
    position: absolute;
    top: -8px;
}

.marche ul li a, .kitchencar ul li a {
    width: 50%;
    max-width: 100px;
    position: absolute;
    bottom: -3em;
    left: 0;
    right: 0;
    margin: auto;
}

.map {
    background-color: #dbeee8;
    padding: 75px 0;
}

.map h2 {
    font-size: 3em;
    font-weight: bold;
    padding: 75px 0 30px;
}

.map h3 {
    font-size: 1.6em;
    font-weight: bold;
    padding: 0 0 20px;
    display: block;
}

.access {
	width: 90%;
    max-width: 1000px;
    margin: auto;
}

.access p span {
    background-color: #000;
    color: #fff;
    padding: 2px 15px;
    margin: 0 10px 0 0;
}

.map iframe {
    height: 400px;
	width: 100%;
}

.access {
    margin: 0 auto 75px;
	width: 90%;
    max-width: 1000px;
}

.guidemap {
    margin: 0 auto 75px;
	width: 90%;
    max-width: 1000px;
}

.parking {
    margin: 0 auto;
	width: 90%;
    max-width: 1000px;
}

.parking li {
    background-color: #fff;
    margin: 0 0 10px;
    text-align: left;
    padding: 5px 50px;
}

.sponsorship {
    width: 95%;
    max-width: 1000px;
    margin: 30px auto;
}

.sponsorship h2 {
    font-size: 3em;
    font-weight: bold;
    padding: 75px 0 20px;
}

.sponsorship h3 {
    font-size: 1.6em;
    font-weight: bold;
    padding: 0 0 20px;
    display: block;
}
.group ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.group ul a {
    width: 32%;
    background-color: #fff;
    padding: 5px;
    margin: 0 0 5px;
}

.parking ul li a span {
    color: #2196F3;
    text-decoration: underline;
	font-size: .9em;
}

.parking > p {
    padding: 0 0 30px;
    display: block;
}

.parking > p span {
	font-weight: bold;
	color: #C61E21;
}
.group ul a {
    width: 32%;
    background-color: #fff;
    padding: 5px;
    margin: 0 0 5px;
    height: 2.4em;
}

.group ul a.link {
    box-shadow: 0 0 10px #0000004d;
	border-radius: 3px;
}

.group ul a:hover.link {
    opacity: .75;
	transition: .5s;
}
.group ul a li {
    line-height: 2.4em;
}

.group ul a li img {
    max-height: 2.4em;
}

.dummy {
    opacity: .25;
    position: relative;
}
.dummy::after {
    content: "確認・調整中";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* opacity: 1; */
    font-size: 8vw;
    margin: auto;
    height: fit-content;
}

section.whitebox {
    max-width: 1000px;
    width: 90%;
    margin: 100px auto;
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    padding: 5%;
    box-sizing: border-box;
}

section.whitebox h3 {
    margin: 0 0 50px;
}

section.whitebox > p {
    margin: 0 auto 100px;
    text-align: left;
    width: 90%;
}
section.whitebox > p.pctabnone {
    margin: -90px auto 50px;
}

a.link_pagetransition {
    text-align: center;
    display: inline-block;
    margin: 30px 0 50px;
    padding: 0 40px 0 30px;
    font-weight: bold;
    color: #3b4a5e;
    position: relative;
    border: 1px solid #3b4a5e;
    border-radius: 20px;
    font-size: .8em;
    float: right;
}

a.link_pagetransition::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #3b4a5e;
    border-right: 1px solid #3b4a5e;
    transform: rotate(45deg);
    right: 25px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.flex_box {
    display: flex;
    justify-content: space-between;
    margin: 0 0 100px;
}

.flex_box > img {
	width: 48%;
}

.flex_box > div {
	width: 48%;
	text-align: left;
}

.flex_box > div > p {
	text-align: left;
	margin: 20px 0 0;
}

section.whitebox h4 {
    margin: 100px 0 50px;
    clear: both;
}

.welcome p {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.4em;
    margin: 50px 0 0;
}

section.whitebox h3 {
    max-width: 650px;
    margin: 30px auto 100px;
    width: 90%;
}
.whitebox ul li div img {
    margin: 20px 0;
}

.whitebox ul li div p {
    text-align: left;
}

.advancereservation.scroll {
    clear: both;
    margin: 0 0 100px;
}

#contactarea_link {
    background-color: #afcee2;
}

section#contactarea_link h3 {
    font-size: 2em;
    font-weight: bold;
    padding: 100px 0 0;
}

#contactarea_link > .linkbox {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: auto;
	max-width: 1000px;
    padding: 100px 0;
}

#contactarea_link > .linkbox > a {
    border: 3px solid #ffffff;
    padding: 5px 50px;
    border-radius: 30px;
    background-color: #fff;
    margin: 10px auto 50px;
    display: inline-block;
    position: relative;
    background-image: linear-gradient(0deg, rgba(45, 88, 161, 1) 50%, rgba(98, 132, 168, 1));
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	width: 45%;
    box-sizing: border-box;
}

section.whitebox p.firsttxt {
    text-align: left;
    margin: 50px auto 75px;
}

#jutakusai_2024_form-shinchiku .jutakusai h1,
#jutakusai_2024_form-reform .jutakusai h1 {
    padding: 85px 0 0;
    max-width: 600px;
    margin: auto;
}

#jutakusai_2024_form-shinchiku #contactarea,
#jutakusai_2024_form-reform #contactarea {
    margin-top: 50px;
}


/* -------------------------------------------
contactarea 編集
---------------------------------------------- */
#contactarea {
    border-radius: 10px;
	margin-top: 0px;
}

#formbox form#mailformpro .agree_box p label {
    
}

#formbox form#mailformpro label .radio_checker,
#formbox form#mailformpro label .checkbox_checker,
#formbox form#mailformpro label.mfp_not_checked .radio_checker,
#formbox form#mailformpro label.mfp_not_checked .checkbox_checker {
    background-color: #fff;
}


input#pwbox-24087{
	border: 1px solid;
		

}






/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1600px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 (1370px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1370px) {
  
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
	.shinchiku {
    padding: 3vw 6vw;
	}
	.house h2 {
    padding: 75px 0 50px;
	}
	.event h3 {
    font-size: 5.4vw;
    padding: 10px 0 20px;
	}
	.lottery h3 {
    padding: 30px 0 0;
	}
	.event h2 {
    padding: 75px 0 50px;
	}
	.event .stage,
	.event .experience,
	.event .kitchencar,
	.event .marche {
    padding: 30px;
	}
	.map h2 {
    padding: 0 0 30px;
	}
	.sponsorship h2 {
    padding: 50px 0 20px;
	}
	.group ul a {
    width: 31%;
	}
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
	.jutakusai h1 {
    padding: 55px 0 40px;
	}
	.main {;
	padding: 0;
	}
	figure.charactershow {
    display: inherit;
	margin: 40px auto;
	}
	figure.charactershow img {
    max-width: 100%;
	margin: 0 0 20px;
	}
	figure.mochimaki {
    margin: 40px auto;
	}
	figure.janken {
	margin: 40px auto;
	}
	.house {
    margin: 30px 0 0;
	}
	.house h2 {
    padding: 55px 0 45px;
	}
	.shinchiku h3 {
    font-size: 12vw;
    line-height: 1.2em;
	}
	.shinchiku {
	padding: 20px;
	}
	ul.column_2 li,
	.reform ul.column_2 li{
    width: 100%;
	}

	.kikaku {
    display: inherit;
	margin: 30px 0;
	}
	.shinchiku .kikaku h4 {
    width: fit-content;
	}
	.shinchiku .kikaku p {
    width: fit-content;
	}
	.advancereservation p {
    font-size: 1em;
    text-align: left;
    }
	.advancereservation span {
    margin: 10px 0 0;
	line-height: 1.4em;
	}
	.advancereservation p span.amazon {
    display: block;
	}
	.advancereservation a {
    padding: 5px 10px;
    display: block;
	}
	
	.reform {
    padding: 10px;
	}
	.reform h4 {
    font-size: 9vw;
    padding: 10px 0 10px;
	}
	.reform .item-k,
	.reform .item-b,
	.reform .item-s,
	.reform .item-t,
	.reform .item-e,
	.reform .item-o
	{
    margin: 0 0 10px;
    padding: 10px;
	order-radius: 10px;
	}
	ul.column_3 {
    overflow-x: scroll;
	flex-wrap: inherit;
	margin: 0 0 100px;
	}
	ul.column_3 li {
    width: 90%;
    margin: 0 3% 3% 0;
    flex-shrink: 0;
	}
	ul.column_4 {
    overflow-x: scroll;
	flex-wrap: inherit;
	margin: 0 0 100px;
	}
	ul.column_4 li {
    width: 90%;
    margin: 0 3% 3% 0;
    flex-shrink: 0;
	}
	.company h3 {
    font-size: 10vw;
	}
	.company h4 {
    font-size: 6vw;
	}
	.company ul li,
	.store ul li{
    width: 49%;
    margin: 0 0 2%;
	}
	.lottery > p {
    font-size: 7vw;
    width: 90%;
    margin: auto;
	line-height: 1.4em;
	}
	.lottery > span {
    width: 90%;
    margin: auto;
    display: block;
	line-height: 1.4em;
	}
	.lottery ul li,
	.prize ul li{
    width: 100%;
    margin: 0 0 2%;
	background-color: #fff;
	}
	.lottery ul li a img,
	.prize ul li a img{
    width: 240px;
	}
	.event h2 {
    padding: 40px 0 30px;
	}
	.event h3 {
    font-size: 7vw;
    padding: 0 0 10px;
    line-height: 1.4em;
	}
	.event .stage {
    padding: 20px;
	}
	.event .stage figure {
    display: inherit;
	margin: 0;
	width: 100%;
	}
	.event .stage figure img {
    max-width: 100%;
	margin: 0 0 10px;
	}
	.event .stage figure img+img {
    margin: 0;
	}
	.event .experience {
    padding: 20px;
	}
	.event .kitchencar {
    padding: 30px;
	}
	.event .kitchencar ul li {
    width: 39%;
	}
	.event .kitchencar ul li p, .event .marche ul li p{
    font-size: 0.9em;
	}
	.marche ul li > span, .kitchencar ul li > span {
    font-size: 0.8em;
	}
	.event .marche {
    padding: 30px;
	}
	.event .marche ul li {
    width: 39%;
	}
	.parking li {
    text-align: center;
    padding: 10px;
	}
	.parking > p {
    text-align: left;
	}
	.group ul a {
    width: 100%;
	}
	.flex_box {
    display: block;
	margin: 0 0 50px;
	}
	.flex_box > img {
	width: 100%;
	}
	.flex_box > div {
	width: 100%;
	}
	section.whitebox {
    padding: 5%;
	margin: 0 auto 50px;
	}
	.welcome p {
    font-size: 1.3em;
    margin: 20px 0 10px;
	}
	section.whitebox > p {
    width: 100%;
    margin: 0 auto 30px;
	}
	section.whitebox h3 {
    width: 100%;
    margin: 30px 0;
	}
	.flex_box > div > img {
    margin: 20px 0 0;
	}
	section.whitebox figure {
        margin: 30px 0 0;
    }
	.company ul.column_3 {
        overflow-x: inherit;
        flex-wrap: wrap;
    }
	.lottery ul.column_3 {
        overflow-x: inherit;
        flex-wrap: wrap;
		margin: 0 auto 100px;
    }
	.lottery figure > img {
    padding: 30px 10px;
    width: 90%;
    margin: auto;
	}
	section.whitebox h4 {
    margin: 50px 0 30px;
	}
	.advancereservation a {
    font-size: 1em;
	}
	.advancereservation a::after {
    right: 20px;
	}
	section.whitebox p.firsttxt {
    margin: 30px auto 50px;
	}
	.advancereservation p {
    padding: 15px;
	}
	.advancereservation.scroll {
    margin: 0;
	}
	ul.column_2,
	.reform ul.column_2 {
        margin: 0;
    }
	.lottery figure {
    padding: 0;
    box-sizing: border-box;
}
	#contactarea_link > .linkbox > a {
        font-size: 1em;
        width: 85%;
        box-sizing: border-box;
        padding: 10px;
    }
	section.manufacturer ul li {
    margin-bottom: 50px;
}
	section.moreday figure {
    margin-bottom: 50px;
}
}
