@charset "UTF-8";
/*---------------ベース---------------*/

body {
    margin: 0;
    font-family: "Yu Mincho", YuMincho, HiraMinProN-W3, "Roboto Slab", "EB Garamond", "Times New Roman", "MS PMincho", serif;
    font-weight: nomal;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    height: 100%;
    position: relative;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    overflow: hidden;
    font-family: "Yu Mincho", YuMincho, HiraMinProN-W3, "Roboto Slab", "EB Garamond", "Times New Roman", "MS PMincho", serif;
    text-align: center;
}

a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    color: #333;
}

a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    opacity: 0.6;
}

.main_title_f {
    color: #000;
    font-weight: normal;
    line-height: 1.4em;
    font-size: 16px;
    margin: 10px 15px;
}

@media (min-width: 769px) {
.main_title_f {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    margin: 20px;
}
    
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

li{
    list-style: none;
}

.tsume {
    letter-spacing: -0.1em
}

.course_t{
    min-width:60%;
    margin: 0 auto;
}

.tensen{
    width: 80%;
    border-top: 1px solid #CCC;
    margin: 30px auto 0;
}

.sub_t{
    font-size: 85%
}

/* ----------1024以下---------- */
@media (max-width: 1024px) {
    .pc_ban {
        display: none;
    }
}

/* ----------1025以上---------- */

@media (min-width: 1025px) {
    .sp_ban {
        display: none;
    }
}

/*============高さ============*/
.takasa30, .takasa50,.takasa70 {
        margin-bottom: 20px;
    }

/* ----------769以上---------- */

@media (min-width: 769px) {
.takasa30 {
    margin-bottom: 30px;
} 
.takasa50 {
    margin-bottom: 50px;
}
.takasa70 {
    margin-bottom: 70px;
}
}

/* ============囲み============ */   
.kakom h3 {
        font-size: 130%;
        font-weight: bold;
        border-bottom: 1px solid #999;
    }

@media (min-width: 415px) {  
    .kakom {
        padding: 10px;
        font-size: 90%;
    }
    .kakom h3 {
        font-size: 150%;
        font-weight: bold;
        border-bottom: 1px solid #999;
        line-height: 1.4;
        text-align: center;
    }
}

/* ----------769以上---------- */
@media (min-width: 769px) {  
.kakom {
    padding: 10px;
    margin: 5px 5px;
    font-size: 120%;
    text-align: left;
}

.kakom h3 {
    font-size: 115%;
    margin: 0;
    font-family: serif;
    color: #656520;
    text-align: center;
}

.kakom p {
    font-size: 80%;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
}
}

/* ============FLEX============ */

.narabu ul {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-around;
    }
    .narabu ul li {
        width: 48%;
        margin: 1% 0;   
    }

.narabu_2 ul{
        flex-wrap: wrap;
        display: flex;
        justify-content: space-around;
    }
.narabu_2 ul li {
        width: 48%;
        margin: 1% 0;   
    }


.narabu_3 ul {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-around;
    }

.narabu_3 ul li {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

/* ----------769以上---------- */

@media (min-width: 769px) {
.narabu ul li {
        width: 24%;
        margin: 1% 0;    
    }

.narabu_2 ul li {
        width: 45%;
    }
.narabu_3 ul li {
        width: 30%;
    }
}

/*============背景サイズ============*/
.back1280,
.back1080,
.back700,
.back800
    {
        margin: 15px auto 0px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .back1180{
    margin: 0px auto 20px;
}

.back_maru,
.back650
    {
        margin-left: 20px;
        margin-right: 20px;
    }


.back_gara {
    width: 100%;
    margin: 0 auto 0px;
    padding: 10px 0;
    background-image: url(../img/bg.jpg);
    }

.back_ye {
    width: 100%;
    margin: 0 auto 0px;
    padding: 10px 0 30px;
    background: #EEE;
    text-align: center;
}

/* ----------769以上---------- */
@media (min-width: 769px) {

.back1280 {
    max-width: 1280px;
    margin: 0 auto 0px;
    padding: 0px;
}

.back1080 {
    max-width: 1080px;
    margin: 0 auto 0px;
    padding: 0px;
}

.back800 {
    max-width: 800px;
    margin: 0 auto 0px;
    padding: 0px;
}

.back650 {
    max-width: 650px;
    margin: 0 auto 0px;
    padding: 0px;
}

.back_maru {
    max-width: 500px;
    margin: 40px auto;
    padding: 0px;
}

.back_gara {
    padding: 30px 0;
    }
}


/* -----------------マリコレ仕様----------------- */
    
@media (min-width: 1025px) {
    .best_shiga{
        padding: 0px 120px 20px;
        font-size: 125%;
        text-align: center;
    }
    
    .main_b{
        flex: 33%;
    }
    
    .main_b ul{
        list-style: none;
    }
    
    .main_b ul li{
       padding: 3px 0;
    }   
}

.naka{
    padding: 1em;
}

.main_a0 {
    margin: 20px;
}

@media (max-width: 1024px) {
    .best_shiga{
        font-size: 90%;
        line-height: 1.5;
        text-align: center;
        margin: 0 10px;
    }
    .main_b{
        flex: 33%;
        letter-spacing: -0.08em;
    }
    
    .main_b ul{
        list-style: none;
    }    
    .main_b ul li{
       margin: 2px 15;
    }
    
    .best_shiga .naka a{
        font-size: 120%;
    }
    img.up{
        width: 25%;
        min-width: 180px;
    }
}

.back1280_best {
    background: url(../img/section_point__bg.jpg) no-repeat top center/cover;
}

/*-----1024以下-----*/ 
@media (max-width: 1024px) {
    .back1280_best{
        margin-left: 15px;
        margin-right: 15px;
        font-size: 90%;
        padding-top: 50px;
        padding-bottom: 50px;
    }    
}

.btn a{
    display: block;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    background-color: #250D00;
}

.btn.ask{
    padding: 20px; 
}

.btn.ask a{
    background-color: #CD696D;
    max-width: 400px;
    margin: 0 auto;
    font-size: 1.2em;
}
.btn.ask a span{
    font-size: .8em;
}

footer {
    background-color: #250D01;
    padding: 2em 0 1em;
    color: #FFF;
    text-align: center;
}

a.link {
    color: #4d4d4d;
}

#ask.back1280_best {
    background: url(../img/section_point__bg.jpg) no-repeat top center/cover;
    padding-top: 100px;
    padding-bottom: 100px;
}



#ask h2{
    padding: .5em 1em;
    width: 100%;
    text-align: center;
    font-size: 1em;
    background-color: #302939;
    color: #FFF;
}


.hall_wrp{
    background-color: #FFF;
    width: 100%;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

@media (min-width: 1024px) {
    .hall_wrp{
        max-width: 560px;
    }
    .hall_wrp:nth-child(even){
        width: 48%;
        float: right;
    }
}

.hall_main_wrp {
    display: flex;
    justify-content: center;
}

.hall_main_wrp:after{
    content: "";
    display: block;
    clear: both;
}

.hall_img {
    background-color: #FFF;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-bottom: 1em;
}

.hall_img.suzaku {
    background-image: url(../images/hall/szk_img01.jpg);
}
.hall_img.grande {
    background-image: url(../images/hall/grn_img01.jpg);
}
.hall_img.par {
    background-image: url(../images/hall/par_img01.jpg);
}
.hall_img.niho {
    background-image: url(../images/hall/nih_img01.jpg);
}
.hall_img.hikone {
    background-image: url(../images/hall/hkn_img01.jpg);
}
.hall_img.enc {
    background-image: url(../images/hall/enc_img01.jpg);
}
.hall_img.luc {
    background-image: url(../images/hall/luc_img01.jpg);
    background-position: bottom;
}
.hall_img.anni {
    background-image: url(../images/hall/anni_img01.jpg);
    background-position: bottom;
}

.hall_img.ami {
    background-image: url(../images/hall/ami_img01.jpg);
    background-position: bottom;
}
.hall_img.kyoto {
    background-image: url(../img/hall__image.jpg);
    background-position: bottom;
}

.access{
    text-align: left;
    font-size: 16px;
    padding-right: 1%;
    padding-left: 1%;
}

.access a{
    font-weight: bold;
}

.access>p{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}

.access>p:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.access>p.flex {
    display: flex;
    gap: 40px;
}

.access>p.flex span {
    width: 4em;
}

.access span{
    color: #4d4d4d;
    font-weight: bold;
    display: block;
}

.footerinfo-map{
    margin-top: 1em;
    width: 100%;
    height: 450px;
}
@media (max-width: 1024px) {
    .footerinfo-map{
        display: none;
    }
    .access{
        padding-bottom: 1%;
    }
}

.center{
    text-align: center;
}

@media (max-width: 425px) {
    .hall_img {
        height: 130px;
    }
    .access{
        font-size: 13px;
    }
    .footerinfo-map{
        width: 100%;
        height: 200px;
    }
}

.hall_btn a{
    max-width: 400px;
    margin: 0 auto 1em;
    background-color: #F67280;
    border-bottom: 4px solid #C06C84;
    color: #FFF;
    font-weight: normal;
}

.hall_btn2 a {
    max-width: 400px;
    margin: 0 auto 1em;
    background-color: #674d44;
    border-bottom: 4px solid #3a1c13;
    color: #FFF;
    font-weight: normal;
}

.label {
    background-color: #EEE;
    color: #333;
    padding: .4em .5em;
    font-size: 80%;
    border-radius: .2em;
    border: 1px solid #DDD;
    border-bottom: 4px solid #DDD;
}

.jump a {

  display: inline-block;
  width: 25%;
  height: 48px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  margin:0 2%; 
  outline: none;
  position: relative;
  background-color: #94796F;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #3A1C13;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.jump a::before,
.jump a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.jump a::after {
    right: 1.5rem;
    top: 0;
    z-index: 2;
    font-size: 60%;
    content: '▼';
}
.jump a,
.jump a::before,
.jump a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.jump a:hover {
  background-color: #94796F;
  box-shadow: 0 3px 0 #3A1C13;
}
.jump a:active {
  top: 3px;
  box-shadow: none;
}
.sp{
    display: none;
}
@media (max-width: 425px) {
    .jump a {
        width: 28%;
        font-size: 90%;
        height: 34px;
        line-height: 34px;
        padding-right: 20px;
    }
    .jump a::after {
        right: .5rem;
    }
    .sp{
        display: block;
    }
}


/*--------------スマホのみフッター---------------*/

.footer {
    background-color: #666;
    color: #CCC;
    text-align: center;
    font-size: 70%;
    line-height: 1.2em;
    padding: 10px;
}


/* -----------------ページトップへ----------------- */

.pagetop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 999;
}

.pagetop a {
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    border-radius: 5%;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .pagetop a {
        width: 100px;
        height: 100px;
    }
}

/*◆◆◆◆◆◆◆◆◆フッター◆◆◆◆◆◆◆◆◆◆*/

.kin {
    color: #765e4a;
    font-family: sans-serif;
    font-size: 110%;
}

.photo3 {
    padding: 1%;
}

.white {
    color: #FFF;
    text-align: center;
}

.l-inner {
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 10px;
}

.section_top {
    background: url(../img/section_top__bg.png) no-repeat top center/cover;
    padding-top: 60px;
    padding-bottom: 100px;
}

.section_top__title {
    max-width: 483px;
    margin: 0 auto;
}

.section_top_lead {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.section_top__btn {
    max-width: 388px;
    margin: 0 auto;
}

.section_top__image {
    max-width: 680px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

.section_top__text {
    font-size: 20px;
    margin-top: 60px;
}

.section_point {
    padding-top: 50px;
}

.section_point__title {
    max-width: 588px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.section_point__bg {
    background-color: #EEEEEE;
    padding-bottom: 60px;
    padding-top: 60px;
}

.section_point__list {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    max-width: 1070px;
    margin: 0 auto;
}

.section_faq {
    padding-top: 100px;
    padding-bottom: 160px;
}

.section_faq__title {
    font-size: 42px;
    margin-bottom: 45px;
}

.section_faq__list {
    text-align: left;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: solid 1px #AA9F84;
}

.section_faq__list:last-of-type {
    margin-bottom: 0;
}

.section_faq__question {
    display: flex;
    gap: 20px;
    align-items: first baseline; 
    position: relative;
    padding-right: 50px;
}

.section_faq__question::after {
    content: "＋";
    font-size: 36px;
    color: #C3B165;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    position: absolute;
}

.section_faq__question.active::after {
    content: "－";
}

.section_faq__question .icon{
    font-size: 36px;
    color: #C3B165;
}

.section_faq__question .main {
    font-size: 24px;
}

.section_faq__answer {
    display: none;
    gap: 25px;
    align-items: first baseline; 
}

.section_faq__answer.active {
    display: flex!important;
}

.section_faq__answer .icon{
    font-size: 28px;
    color: #C3B165;
}

.section_faq__answer .main {
    font-size: 18px;
}

.section_faq__answer .small {
    font-size: 14px;
}

.hall__title {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.section_form {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_form__title {
    font-size: 42px;
}

.section_form__box {
    margin-top: 60px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.section_form__warap {
    border-top: solid 1px #333;
    display: flex;
}

.section_form__warap.__bottom {
    border-bottom: solid 1px #333;
}

.section_form__label {
    width: 27%;
    background-color: #EAEAEA;
    padding: 20px 20px 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_form__label .main {
    font-size: 14px;
}

.section_form__label .required {
    width: 40px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #CD0000;
    border-radius: 1px;
    font-size: 13px;
    line-height: 1;
}

.section_form__detail {
    width: 73%;
    padding: 20px;
    font-size: 14px;
}

.section_form__detail .__name {
    padding: 15px 20px;
}

.section_form__detail--top {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #EAEAEA;
}

.section_form__name {
    display: flex;
}

.section_form__name .__title {
    width: 4em;
    margin-right: 20px;
}

.section_form__name .__sei {
    width: 2em;
    margin-right: 10px;
}

.section_form__detail .section_form__name input {
    width: 180px;
    height: 30px;
}

.section_form__detail input {
    height: 30px;
    width: 100%;
    max-width: 574px;
    padding: 5px;
}

.section_form__detail input[type="radio"] {
    height: initial;
    width: initial;
    max-width: 574px;
    padding: 0;
}

.section_form__detail input.section_form__input--date {
    max-width: 120px;
    margin-right: 20px;
}

.section_form__input--time {
    height: 30px;
    width: 80px;
    margin-right: 20px;
}

.section_form__input--minutes {
    height: 30px;
    width: 80px;
}

.section_form__input--member {
    height: 30px;
    width: 80px;
}

.section_form__input--textarea {
    width: 100%;
    max-width: 574px;
}

.section_form__submit--wrap {
    margin-top: 20px;
    text-align: center;
}

.section_form__submit {
    width: 300px;
    height: 60px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 10px;
    background-color: #C3B165;
    color: #fff;
    line-height: 1em;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    transition: 0.3s;
    cursor: pointer;
}

.section_form__submit:hover {
    opacity: 0.65;
}

.section_form__previous {
    width: 300px;
    height: 60px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 10px;
    background-color: #EAEAEA;
    line-height: 1em;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 40px;
}

.section_form__previous:hover {
    opacity: 0.65;
}

.section_form__name .__mei {
    margin-left: 40px;
    width: 2em;
    margin-right: 10px;
}

.v-sp {
    display: none;
}
.l-main {
    text-align: center;
}

@media (max-width: 767px) {
    .section_top {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .section_top_lead {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .section_top__image {
        margin-top: 30px;
    }
    
    .section_top__text {
        font-size: 16px;
        margin-top: 30px;
    }
    .section_point__title {
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .section_point__bg {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    
    .section_point__list {
        gap: 25px;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hall__title {
        margin-bottom: 15px;
    }
    .access>p{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .section_faq {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    
    .section_faq__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .section_faq__list {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    
    .section_faq__question {
        gap: 10px;
        padding-right: 40px;
    }
    
    .section_faq__question .icon{
        font-size: 20px;
    }
    
    .section_faq__question .main {
        font-size: 16px;
    }
    
    .section_faq__answer {
        gap: 15px;
    }
    
    .section_faq__answer .icon{
        font-size: 18px;
    }
    
    .section_faq__answer .main {
        font-size: 14px;
    }
    
    .section_faq__answer .small {
        font-size: 11px;
    }

    .section_faq__question::after {
        font-size: 24px;
    }
    .section_form {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .section_form__title {
        font-size: 28px;
    }
    
    .section_form__box {
        margin-top: 30px;
    }

    .section_form__warap {
        flex-direction: column;
    }
    
    .section_form__label {
        width: 100%;
        background-color: #EAEAEA;
        padding: 10px;
    }
    
    .section_form__label .main {
        font-size: 12px;
    }
    
    .section_form__label .required {
        width: 30px;
        height: 20px;
        font-size: 11px;
    }
    
    .section_form__detail {
        width: 100%;
        padding: 10px;
        font-size: 12px;
    }
    
    .section_form__detail .__name {
        padding: 10px;
    }
    
    .section_form__detail--top {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    
    .section_form__name {
        flex-wrap: wrap;
        gap: 10px 0;
        align-items: center;
    }

    .section_form__name .wpcf7-form-control-wrap {
        width: calc(100% - (3em + 10px));;
    }
    
    .section_form__name .__title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    .section_form__name .__sei {
        width: 3em;
        margin-right: 0;
    }
    
    .section_form__detail input.section_form__input--date {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .section_form__name .__mei {
        margin-left: 0;
        width: 3em;
        margin-right: 0;
    }
    .v-sp {
        display: block;
    }
}