@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap');

body {
    background: #f5f5f5;
}

#kv .pc, #main_contents .pc{
    display: block;
}
    
#kv .sp, #main_contents .sp{
    display:none;
}

/*------body------*/
/*kv ここから*/
#kv {
    width: 100%;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
}

#kv img {
    display: block;
    width: 100%;
}
/*kv ここまで*/

/*main_contents ここから*/
#main_contents {
    font-family: 'Noto Sans JP', sans-serif;
    width: 64%;
    max-width: 1236px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    color: #323232;
}

#main_contents a{
    text-decoration: none!important;	
}

#main_contents h2.overview {
    text-align: center;
    margin-top: 40px;
    font-size: 32px;
    font-weight: 900;
    border-bottom: 3px solid #BC0022;
}

@media screen and (max-width: 1236px) {
    #main_contents {
        width: 90%;
    }
}

/*table_standard ここから*/
 #table_standard {
     width: 100%;
     margin-top: 120px;
 }

#table_standard p.timeline {
    margin-bottom: -30px;
    font-size: 16px;
}

/*item_side*/
#table_standard table.item_side {
    width: 100%;
    text-align: left;
    margin-top: 40px;
    font-size: 20px;
    background: #fefefe;
    border: 1px solid #0C2340;
    border-collapse: 0;
    border-spacing: 0;
}

#table_standard table.item_side tr td.item {
    width: 35%;
    vertical-align: middle;
    padding: 15px;
    background: #0C2340;
    color: #fefefe;
}

#table_standard table.item_side tr td.black {
    border-bottom: 1px solid #0C2340;
}

#table_standard table.item_side tr td.white {
    border-bottom: 1px solid #fefefe;
}

#table_standard table.item_side tr td.contents {
    width: 65%;
    padding: 15px;
    font-weight: 700;
}

/*item_top*/
#table_standard table.item_top {
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
}

#table_standard table.item_top tr th {
    text-align: center;
    background: #0C2340;
    color: #fefefe;
    font-weight: 700;
    border-top: 1px solid #0C2340;
}

#table_standard table.item_top tr td {
    background: #fefefe;
}

#table_standard table.item_top tr th, #table_standard .item_top tr td {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #0C2340;
}

#table_standard table.item_top tr th.first, #table_standard .item_top tr td.first {
    border-left: 1px solid #0C2340;
    border-right: 1px solid #0C2340;
}

#table_standard table.item_top tr th.other, #table_standard .item_top tr td.other {
    border-right: 1px solid #0C2340;
}

#table_standard .item_top tr td span, #table_standard p {
    display: block;
    font-size: 14px;
}

 /*table_schedule ここから*/
#table_schedule {
    width: 100%;
    margin-top: 120px;
}

#table_schedule table {
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
    background: #fefefe;
    border-collapse: 0;
    border-spacing: 0;
}

#table_schedule table tr th {
    text-align: center;
    padding: 15px;
    background: #0C2340;
    color: #fefefe;
    font-weight: bold;
}

#table_schedule table tr td {
    line-height: 32px;
    padding: 15px;
    border-bottom: 1px solid #0C2340;
}

#table_schedule table tr td.left {
    text-align: left;
}

#table_schedule table tr td.center {
    text-align: center;
}

#table_schedule table tr td.top {
    vertical-align: top;
}

#table_schedule table tr td.middle {
    vertical-align: middle;
}

#table_schedule table tr td.first {
    border-left: 1px solid #0C2340;
    border-right: 1px solid #0C2340;
}

#table_schedule table tr td.other {
    border-right: 1px solid #0C2340;
}

#table_schedule table tr td span.rounge {
    margin-left: 1em;
    padding: 5px;
    font-weight: 700;
    background: #bf9c50;
    color: #fefefe;
}

@media screen and (max-width: 1236px) {
    #table_schedule .scroll {
        overflow-x: scroll;
    }

    #table_schedule .scroll::-webkit-scrollbar {　　/*tableにスクロールバーを追加*/
        height: 5px;
    }

    #table_schedule .scroll::-webkit-scrollbar-track {　　/*tableにスクロールバーを追加*/
        background: #F1F1F1;
    }

    #table_schedule .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
        background: #BCBCBC;
    }
}
/*table_schedule ここまで*/

/*heading ここから*/
#main_contents .heading {
    text-align: center;
    padding-top: 20px;
}

#main_contents .heading h1 {
    font-size: 38px;
    font-weight: 900;
}

#main_contents .heading h1 span {
    display: block;
    font-size: 28px;
}

#main_contents .heading h1 span.red {
    margin-bottom: 30px;
    color:#BC0022;
}
 /*heading ここまで*/

/*aten_draw　ここから*/
#main_contents .aten_draw {
    width: 100%;
    margin: 70px auto;
    border-radius: 5px;
}

#main_contents .aten_draw .aten_schedule {
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
}

#main_contents .aten_draw .aten_schedule ul {
    width: 45%;
}

#main_contents .aten_draw .aten_schedule ul li {
    text-align: center;
    font-weight: 700;
}

#main_contents .aten_draw .aten_schedule ul li.headline h3 {
    padding: 5px;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    color: #fefefe;
    font-size: 22px;
    font-weight: 700;
}

#main_contents .aten_draw .aten_schedule ul li.schedule {
    padding: 20px 0;
    font-size: 20px;
    background: #fefefe;
}

#main_contents .aten_draw .aten_schedule ul li span {
    writing-mode: vertical-rl;
}

#main_contents .aten_draw .aten_first {
    width: 100%;
    max-width: 1236px;
    text-align: center;
    margin: 80px 0 30px;
    border: 1px solid #0e1f3d;
}

#main_contents .aten_draw .aten_first h3 {
    padding: 10px 0;
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    color: #fefefe;
}

#main_contents .aten_draw .aten_first h4 {
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
}

#main_contents .aten_draw .aten_first p {
    text-align: left;
    margin-top: 15px;
    padding:  0 30px 20px;
    font-size: 16px;
}

#main_contents .aten_draw p.aten_attention {
    padding: 2px 0;
	margin-left: 1.25em;
	text-indent: -1.25em;
    font-size: 18px;
}

#main_contents .entry_thanks {
    font-weight: bold;
    margin: 20px 0;
}

#main_contents .entry_checking {
    text-align: center;
}

#main_contents .entry_checking h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: -20px;
}
/*aten_draw　ここまで*/

/*point_new ここから*/
#main_contents .point_new {
    margin-top: 120px;
    width: 100%;
}

#main_contents .point_new h2 {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 32px;
    background: #BC0022;
    color: #fefefe;
    font-weight: 700;
    border-radius: 5px;
}

#main_contents .point_new ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    line-height: 180%;
    height: calc(1em * 1.8 * 3);
    height: auto;
    box-sizing: border-box;
    padding: 30px 0;
    border-bottom: 1px solid #323232;
}

#main_contents .point_new ul li.number {
    width: 5%;
    height: 3em;
    position: relative;
    text-align: center;
    background: #fefefe;
    color: #0C2340;
    border: 3px solid #0C2340;
    border-radius: 5px;
}

#main_contents .point_new ul li.number p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 700;
}

#main_contents .point_new ul li.summarize {
    width: 95%;
    margin-top: 0.4em;
    padding-left: 15px;
    font-size: 22px;
    font-weight: 800;
}

#main_contents .point_new ul li.summarize span.small {
    display: block;
    margin-top: 20px;
    font-size: 75%;
    font-weight: 500;
}
/*point_new ここまで*/

/*profile ここから*/
#main_contents .guest {
    margin-top: 120px;
}

#main_contents .guest h3 {
    margin-top: 80px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 700;
    border-left: 20px solid #0C2340;
}

#main_contents .guest .profile {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

#main_contents .guest .profile img {
    width: 25%;
    height: 100%;
    max-width: 250px;
    max-height: 375px;
    vertical-align: top;
    margin-bottom: 20px;
}

#main_contents .guest .profile ul {
    width: 75%;
    margin-left: 20px;
}

#main_contents .guest .profile ul li {
    font-size: 15px;
    margin-bottom: 10px;
}

#main_contents .guest .profile ul li span {
    font-size: 18px;
    font-weight: bold;
}

#main_contents .guest .profile ul li a {
    transition: 0.3s;
}

#main_contents .guest .profile ul li a:hover {
    opacity: 0.7;
    transition: 0.3s;
}
/*profile ここまで*/

/*introduction_pattern01 ここから*/
#main_contents .introduction_pattern01 {
    margin-top: 120px;
}

#main_contents .introduction_pattern01 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#main_contents .introduction_pattern01 ul li {
    width: 47%;
    text-align: center;
    margin: 40px 0 20px 0;
    padding: 20px 10px;
    background: #fefefe;
    border: 1px solid #0C2340;
    border-radius: 10px;
}

#main_contents .introduction_pattern01 ul li h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 30px;
}

#main_contents .introduction_pattern01 ul li p {
    font-size: 24px;
    font-weight: 700;
    color: #BC0022;
}

#main_contents .introduction_pattern01 ul li p span {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #323232;
}

#main_contents .introduction_pattern01 p.fee_attention {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 16px;
}
/*introduction_pattern01 ここまで*/

/*introduction_pattern02 ここから*/
#main_contents .introduction_pattern02 {
    width: 100%;
    margin-top: 120px;
}

#main_contents .introduction_pattern02 .full {
    width: 100%;
    text-align: center;
    margin: 80px 0;
}

#main_contents .introduction_pattern02 .full h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
}

#main_contents .introduction_pattern02 .full img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#main_contents .introduction_pattern02 p {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
}

#main_contents .introduction_pattern02 .btn {
    width: 60%;
    margin: 20px auto 40px;
    text-align: center;
    border: 2px solid #BC0022;
    border-radius: 45px;
}

#main_contents .introduction_pattern02 .btn a {
    width: 100%;
    background: #fefefe;
}

#main_contents .introduction_pattern02 .btn a p {
    margin-top: 0;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #BC0022;
    transition: 0.3s;
}

#main_contents .introduction_pattern02 .btn a p:hover {
    background: #BC0022;
    color: #fefefe;
    border-radius: 45px;
    transition: 0.3s;
}
/*introduction_pattern02 ここまで*/

/*attention ここから*/
#main_contents .attention {
    text-align: left;
    font-size: 14px;
    margin: 120px 0 60px;
}

#main_contents .attention h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #BC0022;
}

#main_contents .attention p span {
    color: #BC0022;
}

#main_contents .attention p.indent{
    padding: 4px 0;
    margin-left: 1.25em;
    text-indent: -1.25em;
}

#main_contents .attention a:hover {
    opacity: 0.7;
}
 /*attention　ここまで*/

/*polisy ここから*/
#main_contents .polisy {
    width: 100%;
    margin-top: 40px;
}

#main_contents .polisy ul {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#main_contents .polisy ul a {
    width: 30%;
    background: #fefefe;
    border: 2px solid #BC0022;
    border-radius: 45px;
    transition: 0.3s;
}

#main_contents .polisy ul a:hover {
    background: #BC0022;
    color: #fefefe;
    border: 2px solid #BC0022;
    transition: 0.3s;
}

#main_contents .polisy ul a li {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #BC0022;
}

#main_contents .polisy ul a li:hover {
    color: #fefefe;
}
/*polisy ここまで*/

/*entry ここから*/
#main_contents .entry {
    width: 60%;
    margin: 50px auto;
}

#main_contents .entry_btn {
    width: 100%;
    text-align: center;
    margin-top: 120px;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    border-radius: 8px;
    transition: 0.3s;
}

#main_contents .entry_btn:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#main_contents .entry_btn p {
    padding: 15px 0;
    font-size: 24px;
    font-weight: 700;
    color: #fefefe;
}

#main_contents .entry_txt {
    text-align: center;
    margin-top: 120px;
    font-size: 22px;
    font-weight: 700;
    color: #BC0022;
}

#main_contents .entry_closing {
    width: 80%;
    text-align: center;
    margin: 100px auto 20px;
    padding: 15px 0;
    font-size: 24px;
    font-weight: 700;
    background-color: rgba(130, 130, 130, 0.2);
    color: #BC0022;
    border-radius: 10px;
}
/*entry ここまで*/

/*mystyle ここから*/
#main_contents .mystyle {
    margin: 120px 0 60px;
}

#main_contents .mystyle h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 32px;
    font-weight: 900;
    background: #BC0022;
    background: linear-gradient(to right, #BC0022  60%,#E4002B);
    color: #fefefe;
}

#main_contents .mystyle h2 span {
    display: block;
    font-size: 24px;
}

#main_contents .mystyle .hotel {
    margin: 40px auto;
}

#main_contents .mystyle .hotel ul {
    display: flex;
    justify-content: space-around;
}

#main_contents .mystyle .hotel ul li {
    width: 47%;
    max-width: 600px;
    text-align: center;
    padding: 30px 0;
    background: #fefefe;
    border: 1px solid #0C2340;
    border-radius: 10px;
}

#main_contents .mystyle .hotel ul li h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}

#main_contents .mystyle .hotel ul li a p {
    width: 50%;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 700;
    background: #BC0022;
    color: #fefefe;
    border-radius: 30px;
    transition: 0.3s;
}

#main_contents .mystyle .hotel ul li a p::after {
    content:'';
    background-image: url(../images/new.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.8em;
}

#main_contents .mystyle .hotel ul li a p:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#main_contents .mystyle .banner {
    width: 80%;
    margin: 0 auto;
}

#main_contents .mystyle .banner a p {
    text-align: center;
    padding: 15px 5px;
    font-size: 24px;
    font-weight: 900;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    color: #fefefe;
    border-radius: 10px;
    transition: 0.3s;
}

#main_contents .mystyle .banner a p:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#main_contents .mystyle .banner a p span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
/*mystyle ここまで*/

/*Contact ここから*/
#Contact {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    margin: 80px auto;
    padding: 70px 0;
    background: #0C2340;
}

#Contact table {
    width: 64%;
    max-width: 1236px;
    vertical-align: top;
    margin: 0 auto;
    background: #fefefe;
    border: 1px solid #0C2340;
}

#Contact table tr td {
    width: 50%;
    vertical-align: top;
    padding: 20px 30px;
}

#Contact table tr td p {
    font-size: 12px;
    line-height: 1.5em;
}

#Contact table tr td p.ttl {
    display: inline;
    margin-bottom: 15px;
    padding: 5px 8px;
    background: linear-gradient(to right, #cc0000 20%,#eb5514 60%,#ffb900);
    color: #fefefe;
    font-size: 13px;
}

#Contact table tr td p.co {
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
}

#Contact table tr td p.add{
    font-size: 13px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1236px) {
    #Contact table {
        width: 90%;
    }
}
/*Contact ここまで*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}