
/**================
body css
==================**/
body {
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    text-align: center;
    height: 100%;
    width: 100%;
    margin: auto;
    margin-bottom: 0;
    line-height: 2;
    font-family: 
    "$B%R%i%.%N3Q%4(B Pro W3", HiraKakuPro-W3, Osaka, "$B%a%$%j%*(B", "Meiryo", "$B#M#S(B $B#P%4%7%C%/(B",
    "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      Meiryo,
      sans-serif;
    font-weight: var(--this-site-bold);
    vertical-align: middle !important;
}

/* IE7 only */
*:first-child+html body {
    font-family:"$B#M#S(B $B#P%4%7%C%/(B", "$B%a%$%j%*(B","Meiryo", verdana, arial, sans-serif;
    height: 100%;
}
/* IE6 only */
*html body {
font-family:"$B#M#S(B $B#P%4%7%C%/(B", Osaka;
height: 100%;
}

/* safari2 only \*/
html:\66irst-child body {
	font-size: 62.5%;
}



/** style start **/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300&display=swap');
:root {
    --this-site-bold: 300;
  }
  
a {
    text-decoration: none;
    font-weight: lighter;
    color: #000;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: var(--this-site-bold);
}  

ul {
    list-style: none;
}

p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:normal;
    font-size: 16px;
}

.container-lg {
    max-width: 1700px;
}


/**id #body**/
#body {
    background-image: url('../event/event_img/bg_img.png');
    background-size: 2%;
    background-repeat: repeat-y;
    background-position: left;
    margin-top: 100px;
}

@media screen and (max-width:990px) {

    #body {
        background-image: url('../event/event_img/bg_img.png');
        background-size: 3%;
        background-repeat: repeat-y;
        background-position: left;
    }
}





/** header css**/
button .menu {
    margin-top: 10px;
}

header>a {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.logo {
    width: 50px;
    height: 50px;
    z-index: 2;
}

header {
    width: 100%;
    height: 100%;

}

.header_img {
    display: flex;
    flex-direction: row;
}

.main_img {
    width: 79%;
    height: 79%;
}

.main_title {
    width: 30%;
    z-index: 1;
}

.main_title_img {
    position: absolute;
    width: 19%;
    top: 12%;
    left: 8%;
}

.main_title>.main_title_img_h1 {
    margin-top: 20%;
}

.res_main_img {
    display: none;
}

.sub_text {
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;;
    font-weight: 500;
    top: 34%;
    right: 13%;
}

.sub_text>p { 
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background-color: #000;
    background-size: 100%;
    padding: 10px 5px;
    display: table;
    text-align: left;
    margin-bottom: 3px;
}

.page_link {
    display: none;
}


@media screen and (max-width:990px) {
    .main_title_img {
        top: 5%;

    }
    .sub_text {
        position: absolute;
        top: 5%;
        right: 5%;
    }
}

@media screen and (max-width:540px) {
    header>a {
        position: absolute;
        left: 0;
    }

    .main_img,
    .sub_text {
        display: none;
        }

    .main_title{
        width: 100%;
        margin: auto;
    }

    .main_title_img {
        position: static;
        width: 60%;
    }


    .sub_text {
        position: static;
        margin-top: 40px;
    }

    .sub_text>p {
        font-size: 18px;
        display: inline-block;
        text-align: center;
    }

    .page_link {
        display: block;
    }

    /**link**/
    .page_link {
        width: 90%;
        margin: auto;
        margin-top: 60px;
    }

    .page_link a {
        width: 48%;
        position: relative;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        outline: none;
        border: 1px solid #000;
        background-color: #000;
        font-size: 16px;
        padding: 20px;
        margin: 3px 3px;    
    }

    .page_link a:nth-child(1) {
        border: 1px solid #F1E400;
        background-color: rgb(241, 228, 0);    
    }

    .page_link a:nth-child(2) {
        border: 1px solid #29A2D9;
        background-color: rgb(41, 162, 217);    
    }

    .page_link a:nth-child(3) {
        border: 1px solid #EE8A1E;
        background-color: rgb(238, 138, 30);    
    }

    .page_link a:nth-child(4) {
        border: 1px solid #17942c;
        background-color: #17942c;    
    }

    .page_link span {
        position: relative;
        z-index: 3;
        color: #000;
        text-shadow: 0px 0px 5px #fff;
    }

    .page_link a:hover span{
        color: #000;
    }

    .page_link a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background:#fff;
        width: 100%;
        height: 100%;
        transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
        transform: scale(0, 1);
        transform-origin: right top;
    }
    
    .page_link a:hover:before{
        transform-origin:left top;
        transform:scale(1, 1);
    }



}


/**title area部分**/
.title {
    margin: auto;
    margin-top: 80px;
}
/**20230904 add_title style**/
.title.add_title {
    margin-top: 40px;
    margin-bottom: 80px;
}

/**area**/
.area_title {
    width: 90%;
} 

.area1_bg_img {
    width: 20%;
    position: absolute;
    left: 20%;
}

@media screen and (max-width:990px) {
    .area_title {
        width: 50%;
    }

    .area1_bg_img {
        width: 30%;
        left: 10%;
    }
}

@media screen and (max-width:540px) {
    .area_title {
        width: 90%;
    }

    .area1_bg_img {
        width: 40%;
        left: 5%;
    }
    .title.add_title {
        margin-top: 80px;
        margin-bottom: 0px;
    }
    
}

/*span {
    font-size: 16px;
    line-height: 2;
}*/

.contents {
    width: 95%;
    margin: auto;
    margin-top: 40px;
    padding: 40px;
}


.section-top {
    display: flex;
    border-top: 1px dotted #000;
}

.section-bottom {
    display: flex;
    border-bottom: 1px dotted #000;
}


.section-left {
    border-right: 1px dotted #000;
}



.text {
    text-align: left;
    margin: 0 auto;
    padding: 20px;
}

/*.no_image {
    width: 100%;
    margin: auto;
}*/

.image .spon_img {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.num {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    float: left;
}

/*.num>a {
    vertical-align: middle;
    text-align: right;
}*/

div.group_sns {
    display: inline-block;
    float: right;
    margin-top: 20px;
    margin-bottom: 0;
    
}

.section_sns {
    width: 50px;
    padding: 0 0 0 10px;
}


/**area3**/

.area3_text {
    text-align: left;
    margin: auto;
    padding: 20px;
}
/*.area3_image,
.area3_image_daisy,
.area3_image_tss
 {    display: flex;
    justify-content: center;
}*/

.res_area3_image {
    display: none;
}

.area3_text .num {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    display: inline-block;
    float: left;
}

.area3_num {
    text-align: right;
    margin-bottom: 20px;
}

.area3_num .group_sns {
    display: inline-block;
    float: none;
    margin-top: 20px;
    margin-bottom: 0;
    
}

.spon_kuikui_img {
    width: 100%;
    padding: 25px;
    margin: auto;
}

.spon_daisy_img {
    width: 100%;
    padding: 25px;
    margin: auto;
}

.spon_tss_img {
    width: 100%;
    padding: 25px;
    margin: auto;
}


@media screen and (max-width:990px) {
    .section-left {
        border-right: none;
    }

    .text {
        width: 60%;
    }

    .image {
        width: 40%;
    }    

    #area3 .section-top {
        display: flex;
        flex-direction: column;
    }

    #event_img_2 {
        display: none;
    }
    
}


@media screen and (max-width:740px) {
    .contents {
        width: 100%;
        padding: 0;
    }

    .section-top,
    .section-bottom {
        display: flex;
        flex-direction: column-reverse;
        border: none;
    }

    .text,
    .image {
        width: 100%;
    }

    .area3_image {
        display: flex;
        justify-content: center;
        padding: 0;
    }
}


/**background-color用**/
.back_color {
    background-color: rgb(243, 243, 243);
    background-size: 100%;
}


/**area4**/
.area4 {
    display: flex;
    justify-content: center;
}

.area4>.title {
    margin-right: 40px;
    margin-left: 0;
}

.takizawa img {
    width: 100%;
    margin-top: 80px;
}

.section .res_991 {
    display: none !important;
}

@media screen and (max-width:990px) {
    .section .res_991 {
        display: block !important;
    }
    .section .pc_991 {
        display: none !important;
    }
    .section .res_991 img {
        padding-bottom: 40px;
    }
    .area4 {
        display: flex;
        flex-direction: column;
    }

    .area4>.title {
        margin-right: 0;
        margin-left: 0;
    }
    
    .takizawa {
        margin: auto;
    }

    .takizawa img {
        width: 100%;
        margin-top: 0;
    }
    
}

@media screen and (max-width:540px) {

    .spon_kuikui_img {
        width: 100%;
        padding: 0;
        margin: auto;
    }
    
    .takizawa img {
        width: 50%;
    }

    .area3_image_tss,
    .area3_image_daisy {
        display: none;
    }

    .res_area3_image {
        display: block;
    }

    .res_spon_tss_img,
    .res_spon_daisy_img {
        display: block;
        width: 100%;
    }

}



/** spon**/
.section4_spon {
    max-width: 1050px;
    margin: auto;
    margin-top: 120px;
    margin-bottom: 100px;
}

/**.spon_img {   
    width: 255px;
}**/

.spon {
    text-align: left;
}

.spon_title {
    text-align: left;
    /*margin-left: 20%;*/
    margin-bottom: 20px;
}

.spon img {
    width: 19%;
    margin-bottom: 8px;
    vertical-align: bottom;
}

@media screen and (max-width:990px) {
    .section4_spon {
        width: 98%;
        margin: auto;
        margin-top: 120px;
        margin-bottom: 100px;
    }
}



/** sns icon**/
.sns_icon {
    text-align: right;
    margin-right: 10%;
}

.sns {
    width: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

/** footer **/
.footer_img {
    width: 100%;
    margin-bottom: -11px;
}

.top_link {
    position: absolute;
    right: 2%;
    width: 33px;
    height: 90x;
    bottom: 50%;
    top: 30%;
}

.footer {
    background-color: black;
    height: 100%;
}

.footer_nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer_nav ul {
    margin-top: 0;
    font-size: 14px;
    float: left;
    padding-right: 25%;
}

.footer_nav a {
    color: #fff;
}

.footer_nav img {
    padding-bottom: 10px;
}

.footer_nav li a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #fff;
	display: block;
}
.footer_nav li a:hover:after {
	width: 100%;
	border-bottom: 1px solid #fff;
}

.footer_nav p {
    color: #fff;
    font-weight: lighter;
    font-size: 14px;
    margin-top: 0;
    padding-top: 20px;
}

#copyright {
    color: #fff;
    font-size: 12px;
    font-weight: lighter;
    text-align: right;
    padding-right: 50px;
    margin: 0;
}



/**coming**/
.comming_img {
    display: inline-block;
    margin: auto;
}





/**responsive spon&footer**/
@media screen and (max-width:540px) {
    /**spon**/
    .section4_spon {
        width: 90%;
        margin-top: 80px;
    }

    .spon_title {
        margin: auto;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .spon_title>h2 {
        width: 80%;
        margin: auto;
    }

    .spon_title .spon_img {
        width: 100%;
    }

    .spon img {
        width: 49%;
        margin-bottom: 5px;
    }


    /**footer**/
    .footer_img {
        margin-bottom: -11px;
    }

    .top_link {
        top: 0;
    }

    .footer_nav {
        flex-direction: column;
    }

    .footer_nav ul {
        text-align: center;
        padding: 0;
        margin: auto;
        margin-top: 40px;
    }

    .footer_nav p {
        text-align: center;
        font-weight: lighter;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #copyright {
        padding-right: 0;
        text-align: center;
    }

}

/*10.18追加
-----------------------------------------------------*/

 h3.shop_name{
  text-align:left;
  font-weight:bold;
  }
  

@media screen and (max-width:720px) {
  
  h3.shop_name{
  text-align:center;
  font-weight:bold;
  }
   
   p.listing_list{
     text-align:center;
   }
   
}


