@charset "utf-8";
/*div#wpadminbar {display: none;}
html {padding: 0 !important; margin: 0 !important;}*/
/* Common.css */
html, body {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    width: 100%;
    height: 100%;
    /* font-family: 'Roboto Condensed', Helvetica, 'Arial Condensed', Arial, sans-serif; */
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    color: #000;
    font-weight: 300;
    letter-spacing: 0.01em;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
}
ul {
    text-align: left;
    list-style: disc;
    margin: 0 auto 1em;
    padding: 0;
}
ul li {
    margin: 0 0 0 1.5em;
    /* margin: 0; Removed Andrew 2025-12-16. causing li text to not be indented. Added splide li below.  */
}
#splide {
     margin: 0;
    
}
.slides li {
    list-style: none;
}

ul li img {
    /*margin: 0 auto 15px;*/
}
a {
    /*word-break: break-all !important;*/
    opacity: 1;
}
a:hover {
    opacity: 0.5;
}
a:link {
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a img {
    text-decoration: none;
    border: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
h1 {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-weight: normal;
    font-size: 50px;
    margin: 0 auto 50px;
    line-height: 1;
}
h2 {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-weight: normal;
    font-size: 45px;
    margin: 0 auto 25px;
    line-height: 1.3;
}
h3 {
    font-weight: 300;
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 50px;
}
img {
 /*   width: 100%; */
    vertical-align: middle;
}
#content {
    /*margin: auto 100px;*/
    max-width: 900px;
    background: #fff; 
/*  max-width: 900px;
    background: #fff; 
    Removed Andrew-2025-12-16. added #content below */
}
.container {
    
    max-width: 1400px;
    margin: 0 auto;
    width: 95%;
    
}
#content {
    
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;

}



.content-inner {
    padding: 80px;
}
bg {
    width: 500px;
    height: 1500px;
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: -1;
    background-image: url(../img/logo_bg.png);
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
    #content {
        width: 95%;
    }
}
@media screen and (max-width: 768px) {
    body {
        font-size: 18px;
    }
    .content-inner {
        padding: 40px 20px;
    }
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 35px;
    }
    p {
        font-size: 18px;
    }
    bg {
        width: 250px;
    }
}






.header-image {
    max-width: 1600px;
    margin: 0 auto 100px;
}
@media screen and (max-width: 1200px) {
    .header-image {
        margin: 0 auto 50px;
    }
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 768px) {
}







/* css for footer */
.venuesfooter {
    margin-left:10%;
    margin-right:10%;
}


footer {
    background: #1c274b;
    color: #fff;
    font-size: 15px;
    padding: 50px 0;
    line-height: 1em;
}
footer .footer_logo {
    width: 150px;
    margin: 0 auto 50px;
}
footer a {
    color: #fff !important;
    text-decoration: none !important;
}
footer h3 {
    font-size: 30px;
    margin: 0 auto 10px;
}
footer p {
    margin: 0 auto 20px;
}
footer p span {
    display: block;
    font-weight: bold;
}
footer p:last-child {
    margin: 0 auto;
}
footer ul {
    margin: 0 auto;
  /*  display: flex;  removed Andrew 2025-12-16. was affecting #wpadminbar */
    flex-wrap: wrap;
}
footer ul li {
    flex-basis: calc(100% / 3); /* 各アイテムの基本幅を親要素の1/7にする */
    margin: 0;
    list-style: none;
    text-align: center;
}
.copyright {
    padding: 10px 0;
    font-size: 13px;
}
@media screen and (max-width: 768px) {
    footer {
        line-height: 1.1;
    }
    footer ul li {
        float: none;
        width: 100%;
        margin: 0 auto 25px;
        flex-basis: auto;
    }
    footer h3 {
        margin: 0 auto;
        padding: 10px 0;
        position: relative;
    }
    footer h3.footer_parent::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
        position: absolute;
        right: 0;
    }
    footer h3.open::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f106";
        position: absolute;
        right: 0;
    }
    footer p:last-child {
        margin: 0 auto 1em;
    }
    .copyright p {
        font-size: 10px;
    }
}










a.button {
    padding: 10px 40px;
    text-decoration: none;
    font-weight: 300;
    border: 1px solid #000;
    background: none;
    color: #000;
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 5px;
    display: inline-block;
}
a.button:nth-child(2) {
    margin: 0 0 0 10px;
}
a.button:hover {
    border: 1px solid #796558;
    background: #796558;
    color: #fff;
    opacity: 1;
}
.txt-hide {
    display: none;
}
button.more {
    /*width: 120px;
	margin: 20px auto;
	display: block;
	background-color: #666;
	color: #fff;
	padding:10px 15px;
	border: none;
	outline: 0;
	transition: .5s;
	-erbkit-transition: .5s;*/
    background: none;
    padding: 0;
    margin: 1em 0 0;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
    text-decoration: underline;
    color: #000;
}
button.more::after {
    content: "READ MORE";
    /*transition: .2s;
	-erbkit-transition: .2s;*/
}
button.more.on-click::after {
    content: "CLOSE";
}
@media screen and (max-width: 768px) {
    a.button {
        padding: 10px 20px;
        font-size: 17px;
    }
}







/*---------------------------配置・調整など---------------------------*/
/* Clearfix */
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    clear: both;
}
/* 文字サイズ */
.font_9 {
    font-size: 9px !important;
}
.font_10 {
    font-size: 10px !important;
}
.font_11 {
    font-size: 11px !important;
}
.font_15 {
    font-size: 15px !important;
}
.font_13 {
    font-size: 13px !important;
}
.font_20 {
    font-size: 20px !important;
}
.font_25 {
    font-size: 25px !important;
}
.font_30 {
    font-size: 30px !important;
}
/* 文字色 */
.text_red {
    color: red;
}
.text_blue {
    color: #369;
}
.text_green {
    color: #696;
}
.text_gray {
    color: #999;
}
.text_line {
    text-decoration: line-through;
}
.text_italic {
    font-style: italic;
}
/* テキスト配置 */
.tex_b {
    font-weight: 700;
}
.tex_n {
    font-weight: 400;
}
.tex_l {
    text-align: left !important;
}
.tex_r {
    text-align: right !important;
}
.tex_c {
    text-align: center !important;
}
/* Float設定 */
.flo_l {
    float: left;
}
.flo_r {
    float: right;
}
.flo_n {
    float: none !important;
}
/* Margin Padding */
.ma_auto {
    /*中央配置*/
    margin-left: auto !important;
    margin-right: auto !important;
}
.ma_0 {
    margin: 0 !important;
}
.ma_t3 {
    margin-top: 3px;
}
.ma_t5 {
    margin-top: 5px;
}
.ma_t10 {
    margin-top: 10px;
}
.ma_t20 {
    margin-top: 20px !important;
}
.ma_t30 {
    margin-top: 30px !important;
}
.ma_t40 {
    margin-top: 40px;
}
.ma_t50 {
    margin-top: 50px;
}
.ma_t100 {
    margin-top: 100px;
}
.ma_r5 {
    margin-right: 5px;
}
.ma_r10 {
    margin-right: 10px;
}
.ma_r20 {
    margin-right: 20px;
}
.ma_r30 {
    margin-right: 30px;
}
.ma_r40 {
    margin-right: 40px;
}
.ma_r50 {
    margin-right: 50px;
}
.ma_r100 {
    margin-right: 100px;
}
.ma_b5 {
    margin-bottom: 5px;
}
.ma_b10 {
    margin-bottom: 10px;
}
.ma_b20 {
    margin-bottom: 20px;
}
.ma_b30 {
    margin-bottom: 30px;
}
.ma_b40 {
    margin-bottom: 40px;
}
.ma_b50 {
    margin-bottom: 50px;
}
.ma_b100 {
    margin-bottom: 100px;
}
.ma_l5 {
    margin-left: 5px;
}
.ma_l5p {
    margin-left: 5%;
}
.ma_l10 {
    margin-left: 10px;
}
.ma_l20 {
    margin-left: 20px;
}
.ma_l30 {
    margin-left: 30px;
}
.ma_l40 {
    margin-left: 40px;
}
.ma_l50 {
    margin-left: 50px;
}
.ma_l100 {
    margin-left: 100px;
}
.pa_t5 {
    margin-top: 5px;
}
.pa_t10 {
    margin-top: 10px;
}
.pa_t20 {
    padding-top: 20px;
}
.pa_t30 {
    padding-top: 30px;
}
.pa_t40 {
    padding-top: 40px;
}
.pa_t50 {
    padding-top: 50px;
}
.pa_r5 {
    padding-right: 5px;
}
.pa_r10 {
    padding-right: 10px;
}
.pa_r20 {
    padding-right: 20px;
}
.pa_r30 {
    padding-right: 30px;
}
.pa_r40 {
    padding-right: 40px;
}
.pa_r50 {
    padding-right: 50px;
}
.pa_b5 {
    padding-bottom: 5px;
}
.pa_b10 {
    padding-bottom: 10px;
}
.pa_b20 {
    padding-bottom: 20px;
}
.pa_b30 {
    padding-bottom: 30px;
}
.pa_b40 {
    padding-bottom: 40px;
}
.pa_b50 {
    padding-bottom: 50px;
}
.pa_b5 {
    padding-bottom: 5px;
}
.pa_b10 {
    padding-bottom: 10px;
}
.pa_b20 {
    padding-bottom: 20px;
}
.pa_b30 {
    padding-bottom: 30px;
}
.pa_b40 {
    padding-bottom: 40px;
}
.pa_b50 {
    padding-bottom: 50px;
}
.pa_l10 {
    padding-left: 10px;
}
.pa_l20 {
    padding-left: 20px;
}
.pa_l30 {
    padding-left: 30px;
}
.pa_l40 {
    padding-left: 40px;
}
.pa_l50 {
    padding-left: 50px;
}
/* 横幅指定 */
.w200 {
    width: 200% !important;
}
.w100 {
    width: 100% !important;
}
.w90 {
    width: 90%;
}
.w80 {
    width: 80%;
}
.w70 {
    width: 70%;
}
.w60 {
    width: 60%;
}
.w50 {
    width: 50% !important;
}
.w40 {
    width: 40%;
}
.w45 {
    width: 45%;
}
.w30 {
    width: 30% !important;
}
.w33 {
    width: 33% !important;
}
.w25 {
    width: 25% !important;
}
.w20 {
    width: 20%;
}
.w10 {
    width: 10%;
}
/*---------------------------Decoration_font_---------------------------*/
.font_gray {
    color: #939393;
}
.font_white {
    color: #fff;
}
.font_red {
    color: #F33;
}
/*---------------------------Decoration_border_---------------------------*/
.border_box {
    border: #96867c 1px solid;
}
.border_top {
    border-top: #96867c 1px solid;
}
/*.border_bottom{ border-bottom:#96867c 1px solid;}

*/
.border_bottom {
    border-bottom: 1px solid;
}
/*---------------------------Decoration_btn_---------------------------*/
.sp_none {
    display: block !important;
}
.pc_none {
    display: none !important;
}
.pc_only {
    display: block !important;
}
@media screen and (max-width: 768px) {
    /* 768px以下 */
    .pc_only {
        display: none !important;
    }
    .pc_none {
        display: block !important;
    }
}
@media screen and (min-width: 481px) {
    /* 480px以上 */
    .sp_only {
        display: none !important;
    }
}
@media screen and (max-width: 480px) {
    /* 480px以下 */
    .sp_only {
        display: inline-block !important;
    }
    .sp_none {
        display: none !important;
    }
}
#pcls {
    padding-right: 10px;
}
.borderfull {
    padding: 40px;
    padding-top: 80px;
    border: 1px solid black;
    background-color: #FFFFFF;
}
.borderred {
    padding: 40px;
    padding-top: 80px;
    border: 1px solid #8B0000;
    background-color: #FFFFFF;
}