@charset "UTF-8";

/* =======================================

	style.css

 -----------------------------------------
	INDEX
 -----------------------------------------
	1.common
	2.header
	3.main
	4.sidebar
	5.contents
	6.footer
========================================== */

/* 1.common
========================================== */
* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
}
a {
    color: #8c8080;
    text-decoration: none;
}
a:hover {
    color: #da508f;
}
ul {
    list-style-type: none;
    letter-spacing: -0.5em;
}
li {
    letter-spacing: normal;
}

/* 2.header
========================================== */
header {
    width: 814px;
    margin: 10px auto 4px;
}
header .head {
    text-align: right;
    background-color: #000;
    padding-right: 40px;
    margin-bottom: 2px;
}
header .head h1 {
    color: #ff0000;
    font-family: "Times New Roman";
    font-size: 38px;
    font-weight: bold;
}
header .head .menu-trigger {
    display: none;
}
header h2 {
    background-color: #ff0000;
    text-align: right;
    color: #c0c0c0;
    font-family: "AR P丸ゴシック体E";
    font-size: 24px;
    padding-right: 30px;
    margin-bottom: 4px;
}
header .contact {
    text-align: right;
    padding-right: 1em;
}
nav {
    width: 814px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}
nav div {
    flex-basis: 24.8%;
    background-color: #000;
    text-align: center;
}
nav div a {
    font-weight: bold;
}
.contents {
    width: 814px;
    margin: 0 auto;
}
.contents .mainvisual {
    margin-bottom: 30px;
    overflow: hidden;
}
.contents .event {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.contents .event .facebook {
    flex-basis: 49.9%;
}
.contents .event .info {
    flex-basis: 49.9%;
}
.contents .event .info .head {
    background-color: #ffff00;
    color: #0000ff;
    font-family: "Arial Black";
    font-weight: bold;
    text-align: center;
    letter-spacing: .5em;
    margin-bottom: 12px;
}
.contents .event .info .txt {
    line-height: 1.333;
    font-size: 14px;
    padding: 0 12px;
}
.contents .banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer {
    width: 814px;
    margin: 0 auto 10px;
}
footer p.copy {
    background-color: #ff0000;
    text-align: center;
    margin-top: 12px;
    padding: 1px 0;
}
@media screen and (max-width: 480px) {
    header {
        width: 100%;
        margin: 0;
    }
    header .head {
        display: flex;
        justify-content: space-between;
        padding: .5em 10px;
        margin-bottom: 0;
    }
    header .head h1 {
        text-align: left;
        font-size: 24px;
    }
    header .head .menu-trigger,
    .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }
    .menu-trigger {
      position: relative;
      width: 30px;
      height: 24px;
    }
    .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #fff;
      border-radius: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
      top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
      top: 10px;
    }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg);
    }
    header h2 {
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        padding: .25em 10px;
        margin-bottom: 0;
    }
    header .contact {
        display: none;
    }
    nav {
        display: none;
        width: 100%;
        margin-bottom: 0;
    }
    nav div {
        padding: 10px 0;
        border-bottom: 1px solid #c0c0c0
    }
    .contents {
        width: 100%;
    }
    .contents .mainvisual {
        margin-bottom: 10px;
    }
    .contents .mainvisual .camera_wrap .camera_pag .camera_pag_ul li {
        margin: 10px 5px 5px;
    }
    .contents .event {
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .contents .event .facebook {
        margin-bottom: 30px;
    }
    .contents .event .facebook,
    .contents .event .info {
        flex-basis: 100%;
    }
    .contents .event .info {
        /*padding-bottom: 20px;*/
    }
    .contents .banner {
        padding: 0 10px;
    }
    .contents .banner li {
        flex-basis: 48%;
    }
    .contents .banner li img {
        width: 100%;
        height: auto;
    }
    footer {
        width: 100%;
        margin-bottom: 0;
    }
    footer hr {
        display: none;
    }
    footer .copy {
        font-size: 12px;
        font-weight: bold;
    }
}

.contents.result_contents {
    width: 550px;
    margin: 10px auto;
}
.result_contents .page_head {
    text-align: center;
}
.result_contents .page_head h1 {
    display: inline-block;
    font-size: 48px;
    letter-spacing: .25em;
    padding: 0 .5em;
    background-color: #ff0000;
    font-weight: bold;
    font-family: "Times New Roman";
    color: #fff;
}
.result_contents section.result {
    margin-top: 80px;
}
.result_contents section.result .head {
    display: flex;
}
.result_contents section.result .head h2 {
    font-size: 16px;
}
.result_contents section.result .head .car {
    padding-left: 2em;
}
.result_contents section.result table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}
.result_contents section.result table tr td {
    padding: .1333em 0;
}
.result_contents section.result table tr td:nth-child(1) {
    width: 50px;
}
.result_contents section.result table tr td:nth-child(2),
.result_contents section.result table tr td:nth-child(3) {
    width: 250px;
}
.result_contents .car_visual {
    margin-top: 80px;
}
.result_contents .car_visual img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 480px) {
    .contents.result_contents {
        width: 100%;
        margin: 0 auto;
    }
    .contents.result_contents h1 {
        font-size: 24px;
        width: 100%;
        padding: .5em 0;
    }
    .result_contents section.result {
        margin-top: 24px;
        padding: 0 24px;
    }
    .result_contents section.result .head {
        flex-wrap: wrap;
    }
    .result_contents section.result .head h2 {
        flex-basis: 100%;
        font-weight: bold;
    }
    .result_contents section.result .head .car {
        flex-basis: 100%;
        padding-left: 0;
    }
    .result_contents section.result table tr td:nth-child(1) {
        width: 16%;
    }
    .result_contents section.result table tr td:nth-child(2) {
        width: 60%;
    }
    .result_contents section.result table tr td:nth-child(3) {
        width: 24%;
    }
    .result_contents .car_visual {
        margin-top: 24px;
    }
}