/*youtube動画*/
            .youtube_movie {
/*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
                
}
            /*youtubeがクリックされないためのマスク*/
#youtube-mask{
    position: absolute;
    z-index: 2;/*下から2番目に表示*/
    top:0;
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
            
            .pan_area{
                width: 100%;
                background: #fff;
                z-index: 3;
                padding:20px 0 20px;
                position: relative;
            }
            


/*下層ページ*/
section{
    padding:60px 0;
}

.top_title{
    height: 100%!important;
    width: auto!important;
    max-height: 87.5px!important;
}

@media screen and (max-width: 769px) {
.top_title{
    height: 80px!important;
}


}

.pan_list{
    width:90%;
    max-width: 1100px;
    margin:0px auto 0;
}

.title_h2{
    margin:30px 0;
}

@media screen and (max-width: 769px) {
.title_h2{
    margin-left:30px;
}

}

.first_text{
    width: 90%;
    max-width: 1100px;
    margin: 30px auto;
    text-align: center;
}

@media screen and (max-width: 769px) {
.first_text{
    text-align:justify;
}
}

/*左画像　右文章*/
.column_1{
    display: flex;
    margin: 60px 0;
}

.img_1{
    width: 45%;
    height:300px;
}

.img_1 img{
    width: 100%;
    height:500px;
    object-fit: cover;
}

.text_1{
    width: 40%;
    margin:0 auto;
}

@media screen and (max-width: 769px) {
    .column_1{
display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
        margin: 60px 0 0;
}

.img_1{
    width:calc(100% - 30px);
    margin-left: 30px;
    height:auto;
}
    
    .img_1 img{
    height:200px;
}

.text_1{
    width: calc(100% - 60px);
    margin:0 30px 30px;
}
}

/*左文章　右画像*/
.column_2{
/*    display: flex;*/
    margin: 60px 0;
    position: relative;
}


.text_2{
    width: 90%;
    max-width: 1100px;
    margin:0 auto;
}

.text_2 p{
    width: 50%;
/*    max-width: 35vw;*/
}

@media screen and (max-width: 769px) {
.text_2 p{
    width: 100%;
    max-width: 100%;
}
}

.img_2{
    position: absolute;
    width: 45%;
    height:300px;
    top:0;
    right: 0;
}

.img_2 img{
    width: 100%;
    height:500px;
    object-fit: cover;
}


@media screen and (max-width: 769px) {
    .column_2{
display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
            flex-direction: column;
        margin: 60px 0 0;
}

.img_2{
    position:static;
     width:calc(100% - 30px);
    margin-right: 30px;
    height:auto;
}

    .img_2 img{
    height:200px;;
}
    
.text_2{
    width: calc(100% - 60px);
    margin:0 30px 30px;
}
}


.slideshow_margin{
    margin: 0px auto;
    padding:60px 0 0;
    text-align: center;
}





/*tree背景*/
.tree_back_all{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url("../img/stay_back.jpg");
      background-repeat: no-repeat,
      no-repeat;
  background-size:cover;
    padding:60px 0;
}

/*下層photo*/
.photo_panel{
    width: 100%;
    max-width: 1100px;
    margin:60px auto 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-around;
}

.photo_panel img{
    width: 24VW;
    height: 24VW;
    max-height: 260px;
    max-width: 260px;
    margin:0.5%;
    object-fit: cover;
}

@media screen and (max-width: 769px) {
.photo_panel img{
    width: 45vw;
    height:45vw;
    margin:1%;
    object-fit: cover;
}
}

.photo_panel a{
    display: contents;
}


/*SPEC*/

.spec_area{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    width: 94%;
    max-width: 1100px;
    margin: 30px auto 0px;
    justify-content: space-between;
}

.spec_list{
    width: 48%;
    font-weight: 500;
}

@media screen and (max-width: 769px) {
.spec_list{
    width: 100%;
    font-weight: 500;
    font-size: 0.8em;
}
}

.spec_list li{
    border-bottom: 1px solid #999;
    padding:30px 2px;
    width: 100%;
}

.spec_list span{
    width: 68%;
    display: inline-table;
}

.spec_list .span_t{
    font-weight: bold;
    margin-right: 0px;
    width: 30%;
}

.spec_list .span_text{
    margin-right: 0px;
    width: 38%;
}

@media screen and (max-width: 769px) {
.spec_list span{
    width: 60%;
    display: inline-table;
}

.spec_list .span_t{
    font-weight: bold;
    margin-right: 0px;
    width: 35%;
    margin-right: 3%;
}

.spec_list .span_text{
    margin-right: 0px;
    width: 38%;
}
}

.mini_test{
    width: 90%;
    max-width: 800px;
    font-size:0.8em;
    margin:30px auto;
}

/*OPTION*/

.option_area{
    width: 90%;
    max-width: 800px;
    margin: 30px auto;
}

    
    
.option_list{
    width: 100%;
    font-weight: 500;
}

@media screen and (max-width: 769px) {
    .option_list{
    font-size: 0.8em;
}
}

.option_list li{
    border-bottom: 1px solid #999;
    padding:30px 2px;
    width: 100%;
}

.option_list span{
    margin-right: 0px;
    width: 30%;
    display: inline-table;
}

.option_list .span_t{
    font-weight: bold;
    margin-right: 0px;
    width: 30%;
}

.option_list .span_right{
    width: 28%;
}


.option_list .span_text{
    margin-right: 0px;
    width: 40%;
}

@media screen and (max-width: 769px) {
    .option_list span{
    display: inline-table;
}

.option_list .span_t{
    font-weight: bold;
    margin-right: 0px;
    width: 100%;
}

.option_list .span_right{
   text-align: right;
    width: 100%;
}
    
.option_list .span_text{
    margin-right: 0px;
    width: 100%;
}
}


/*googlemap*/
.googlemap{
    width: 100%;
    max-width: 1100px;
    height:400px;
    margin:60px auto 30px;
display: block;}


/*ボタン*/
.button_area{
    margin:60px auto;
    width: 100%;
    display: flex;
}



/*ムービーなしページ*/
.no_movie{
    height:85vh;
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),url("../img/K85_7975.webp");
      background-repeat: no-repeat,
      no-repeat;
  background-size:cover;
    position: relative;
}

@media screen and (max-width: 769px) {
.no_movie{
    height:87vh;
    background: url("../img/K85_7975.webp");
    background-size: auto;
    background-position: top center;
}
}


.no_movie_top{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: :0;
    animation: fadeInlogo 1s ease 0s 1 normal;
    -webkit-animation: fadeInlogo 1s ease 0s 1 normal;
}
.no_movie_top img{
    max-height:120px!important;
    object-fit: contain;
}

@media screen and (max-width: 769px) {
.no_movie_top img{
    height:100px!important;
    object-fit: contain;
}
}


/*ガイドリスト*/
.guide_button{
    width: 250px;
    border-radius: 0;
    font-size: 1.1em;
}

@media screen and (max-width: 769px) {
    .guide_button{
    width: 100%;
        max-width: 250px;
        margin:30px auto;
}
}

.guide_list{
    width: 100%;
    max-width: 1100px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.guide_box{
    width: 24%;
    margin:0.5%;
    background: #fff;
}

@media screen and (max-width: 769px) {
    .guide_box{
    width: 94%;
    margin:10px auto;
}
}

  .guide_box img{
    width: 100%;
      height:100%;
    max-height: 260px;
    object-fit: cover;
}  
    
   .guide_box h4{
    text-align: center;
       margin:30px auto;
}   
.guide_box p{
    margin:30px 10%;
    text-align: justify;
    font-weight: 100;
    font-size: 0.9em;
}   

.guide_box .guide_button{
    margin:20px auto;
    width: 90%;
    border-radius: 0;
    border-color: #999;
}   

@media screen and (max-width: 769px) {
    .guide_box p{
    margin:30px 5%;
}   
}

/*アクセスgooglemap*/
.accessmap{
    margin:0 auto;
    width: 100%;
    max-width: 1100px;
    height: 400px;
    display: block;
}

/*アクセスルート*/
.access_button{
    margin-left: 0;
    margin-right: auto;
}

@media screen and (max-width: 769px) {
    .access_button{
    margin:30px auto;
}   
}

.access_root{
    width: 90%;
    max-width: 1100px;
    margin: 60px auto;
}

.access_root img{
    width: 100%;
    max-width: 1100px;
    object-fit: contain;
}

@media screen and (max-width: 769px) {
    .access_root{
    width: calc(100% - 60px);
}   
}

/*COMPANY*/
.company_logo{
    height:80px;
    width: auto;
    object-fit: contain;
    margin:30px auto 120px;
    display: block;
}

@media screen and (max-width: 769px){
.company_logo{
    height:auto;
    width: 90%;
    max-width: 250px;
    object-fit: contain;
    margin:30px auto 120px;
    display: block;
}
}

.company_text_r{
    text-align: right;
    margin-top: 30px;
}

.company_list li{
  padding:20px 0;
}

.company_list li:first-child{
  padding:0px 0 20px;
}

@media screen and (max-width: 769px){
.column1_reverse{
    flex-direction: column;
}
    
    .column1_reverse .text_1{
    margin-top: 30px;
}
    
    .column2_reverse{
    flex-direction: column-reverse;
}
    .column2_reverse .text_2{
    margin-top: 30px;
}
}

.jdt_movie_area{
    width: 90%;
    max-width: 1100px;
    margin:0px auto;
    padding:60px 0;
}

.jdt_logo{
    height:240px;
    width: auto;
    margin: 60px auto 10px;
    display: block;
}
.mini_text{
font-size:0.8em;
}


@media screen and (max-width: 769px){
.jdt_logo{
    width: 90%;
    max-width: 300px;
    height: auto;
}
}

.jdt_movie{
    width: 100%;
    max-width: 1100px;
    background: #000;
}

.jdt_youtube {
  position: relative;
    margin-top: 20px;
  width: 100%;
  padding-top: 56.25%;
}
.jdt_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*ご宿泊*/
.lodging_ul li{
    list-style: disc;
    margin-left: 1em; 
}


#ytPlayer{
    height: 100vh;
    width: 100vw;
}


/*下層のトップ部分*/
.under_top{
    padding-top:200px!important;
    padding-bottom:0px!important;
}

/*会社情報テーブル調整*/
#information table,#information td,.recruitment table,.recruitment td{
    margin:0 auto;
    border-collapse: collapse;
    border:1px solid #333;
}
#information table{
    width:98%;
    max-width: 1100px;
}
#information td{
    padding:1.5em 3em;
}
@media screen and (max-width: 1023px) {
    #information td{
    padding:0.5em 1em;
}
}

/*代表者調整*/
#representative .flex_area{
    align-items:flex-start;
}

/*代表者イメージ画像*/
.representative_img{
    height:auto;
    width:35%;
    max-width: 300px;
    display: block;
    object-fit: contain;
    /*margin-top:1em;*/
}

/*代表者説明文*/
.representative_text{
    width:61%;
    margin-left: 4%;
    display: block;
    text-align: left;
}
@media screen and (max-width: 1023px) {
    .representative_img{
    width:100%;
}
.representative_text{
    width:100%;
    margin-left: 0%;
}
    
/*代表者名前調整*/
.representative_text h4{
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}
}

/*代表者説明文位置*/
.representative_text p{
    margin: 0.5em 0 1em;
}

@media screen and (max-width: 1023px) {
.representative_text p{
    text-align: justify
}
}

/*ミニボタン用*/
.representative_text .mini_button{
    margin: 0.5em 0 1em;
}

/*googlemap用*/
.map {
    position: relative;
    height: 300px;
    width:100%;
    max-width: 1100px;
    margin: 2em auto;
}
#gmap {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 auto;
}
.map a{
margin:1em auto!important;
    display: block;
}
/*COMPANYここまで*/



/*CAREERS*/
/*トップ調整　背景*/
#careers{
    text-align: left;
    padding-left: 10%;
    background: url("../img/careers_back.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
    #careers{
        padding: 80px 1em;
        text-align: justify;
        background-position: top right;
        background-size: contain;
}
}

/*careers見出し微調整*/
#careers h2{
    font-size: 2.2em;
    line-height: 2;
    text-align:left;
}
@media screen and (max-width: 1023px) {
    #careers h2{
        font-size: 7.5vw;
        text-align: center;
}
}

/*careers説明文微調整*/
#careers h5{
    padding-left: 5%;
}
@media screen and (max-width: 1023px) {
    #careers h5{
    padding:0%;
    margin:0 auto;
}
    #careers h5 br{
    display: none;
}
}
#careers h5 p{
    margin:60px 0;
}


/*application調整*/
#application{
    width:100%;
    max-width:900px;
    margin:0 auto;
}

/*左寄せ調整*/
#application div{
    text-align:left;
    margin:90px 0;
}

/*説明文の位置調整*/
#application div h5{
    margin-left: 1.8em;
}
@media screen and (max-width: 1023px) {
    #application div h5{
    margin-left: 0em;
        text-align: justify;
}
}

/*recruitment調整用*/
.recruitment{
    margin: 120px auto 0;
}
.recruitment h3{
    margin: 0px auto 30px;
}

/*recruitmentリスト調整*/
.recruitment ul{
        width:86%;
    max-width: 500px;
    text-align: left;
    margin: 0 auto;
    list-style: disc;
}

/*recruitmentテーブル調整*/
.recruitment table{
    width:90%;
    max-width: 800px;
}
.recruitment td{
    padding:1em 2em;
}
@media screen and (max-width: 1023px) {
    .recruitment td{
    padding:0.5em 1em;
}
}


/*contact*/

/*送信ボタン調整*/
#form .base_button{
    font-size: 1.3em;
}



/*お知らせのバー*/
.news_bar{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/*ページネーション*/
.pager {
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
    margin: 60px 0 60px;
    font-size: 1.25em;
    font-family: 'Noto Serif JP';
}

.pager ul.pagination {
    text-align: center;
    /*margin: 100px 0 ;*/
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pager .pagination li {
    margin: 2px;
    padding: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.page-numbers,
.pager .current {
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px 8px;
    margin: 10px 2px 0 2px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pager .current {
    background: #444;
    color: #fff;
}

.pager a:link,
.pager a:visited {
    color: #333;
    text-decoration: none!important;
}

.pager a:hover,
.pager a:active {
    color: #DB4C7B;
    text-decoration: none!important;
}

/*ページネーションここまで*/



/*お知らせ記事*/
.single_area{
    width: calc(100% - 60px);
    max-width: 1100px;
    margin: 60px auto;
}

.news_button{
    margin: 60px auto;
}



/*CONTACT用*/
.wpcf7-form-control-wrap{
    width:100%;
    
}
.wpcf7 form{
    margin:0 auto;
    max-width: 900px;
}


/**/

.slideshow_top {
  height: 100vh;
  margin: 0;
}
.slideshow_top div{height: 100vh;width:100wh;
}


.right_img{
	object-position : right; 
}









/*全体*/
.c-wrapper-calendar{
	max-width: 600px;
	margin: 0 auto;
	color: #666;
}

.c-calendar-title{
    font-size: 1.8em;
}

.c-calendar-head{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.c-calendar-container {
  width: 500px;
  margin: 0 auto;
  border-radius: 5px;
  background: #f6f5f4;
  color: #1a1a1a;
}

.c-calendar {
  padding: 0 30px 30px 30px;
}
.c-calendar {
  width: 100%;
  
}
.c-calendar th, .c-calendar td {
  text-align: center;
/*  padding: 8px;*/
}
.c-calendar th {
/*  font-weight: normal;*/
/*  font-size: 14px;*/
    width: 14%;
}
.c-calendar td {
  font-weight: bold;
}
.c-calendar-week{
 font-weight: bold;
    border-bottom:1px solid #ccc;
}
 
.c-calendar-day {
  color: #999;
    border-bottom:1px solid #ccc;
}
.c-calendar-day span{
    font-size: 0.8em;
}


/*
.calendar-day *:first-child {
  color: #ff838b;
}
.calendar-day *:last-child {
  color: #6fb5ff;
}
*/
.c-calendar-t{
     color: #000;
    font-weight: bold;
}
.c-calendar-f{
    color: #777;
}
@media screen and (max-width: 1023px) {
.c-calendar td {
  font-size: 0.8em;
}
}


#c-prev-calendar,#c-next-calendar{
    padding: 20px;
    background: #fff;
    border:0;
    font-size: 1.5em;
    cursor: pointer;
}

.c-calendar-note-text{
margin: 2em auto;
color: #aaa;
    font-size: 0.8em;
    text-align: center;
}


.c-calendar-button-area{
    margin-top: 1em;
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.c-calendar-button-red{
    padding: 8px 24px;
    background: #bf0b2e;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
/*    margin: 0 auto;*/
    display: inline-block;
    text-align: center;
    font-family: inherit;
    border: 0px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    line-height: inherit;
}
.c-calendar-button-red:hover{
    color: #fff;
    opacity: 0.6;
}







.c-facility{
    padding: 2em;
    background: #ededed;
    width: 100%;
    max-width: 1100px;
        margin: 0em auto 2em;
}

.c-facility-area{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.c-facility-title{
   font-size: 1.8em;
}


.c-facility-button{
    padding: 8px 16px;
    background: #fff;
    border:1px solid #000!important;
    text-decoration: none;
    font-family: inherit;
}
.c-facility-button:hover{
    background: #ddd;
    color: #000;
    opacity: 0.6;
}


.c-facility-img{
    width: 26%;
}
.c-facility-text{
    width: 72%;
    background: #fff;
    padding: 2em;
}
.c-facility-img a img{
    width: 100%;
}

.c-facility-img-list{
 display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.c-facility-img-list a{
   width: 18%;
}
.c-facility-img-list a img{
   width: 100%;
}



.c-facility-text-title{
   width: 100%;
   display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.c-facility-text-title span{
    border-bottom:1px solid #999;
    width: 50%;
}

.c-facility-textarea{
        display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.c-facility-textarea-box{
    width: 50%;
}

.c-facility-textarea-money{
    font-size: 1.1em!important;
    font-weight: bold;
}

.c-facility-textarea-button{
    padding: 4px 16px;
    background: #fff;
    border:1px solid #000;
    font-size: 0.8em;
    text-decoration: none;
}
.c-facility-textarea-button:hover{
    background: #ddd;
    color: #000;
    opacity: 0.6;
}


.c-facility-textarea-radius{
    background: #aaa;
    font-size: 0.8em;
    border-radius: 50px;
   padding: 4px 16px;
    display: inline;
    font-weight: bold;
    color: #fff;
}

.c-facility-textarea-box-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.c-facility-textarea-button-red{
    padding: 8px 16px;
    background: #bf0b2e;
    font-size: 1.1em;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-family: inherit;
    border:0;
    cursor: pointer;
}
.c-facility-textarea-button-red:hover{
    color: #fff;
    opacity: 0.6;
}

.c-facility-textarea-box-title{
    font-size: 1em!important;
    font-weight: bold;
    width: 90%;
    padding-bottom: 0.5em;
}

@media screen and (max-width: 1023px) {
    .c-facility {
    padding: 1em;
}
    .c-facility-title{
   font-size: 1.4em;
}
    
.c-facility-area {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 1em;
}
    .c-facility-img {
    width: 100%;
}
    .c-facility-text {
    width: 100%;
    padding: 1.5em;
}
    .c-facility-text-title{
       display: none; 
    }
    .c-facility-textarea {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
    .c-facility-textarea-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
    .c-facility-textarea-box-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
    .c-facility-textarea-box-title {
     width: 100%;
    padding-bottom: 1em;
}
    .c-facility-textarea-button {
   margin-bottom: 1em;
}
    .c-facility-textarea-radius {
    margin-bottom: 1em;
        font-size: 0.5em;
}
    .c-facility-textarea-money{
      margin-bottom: 1em;
    }
    .c-facility-textarea-money span{
        font-weight: 100!important;
        font-size: 0.8em;
    }
    .c-facility-textarea-button-red {
  
    width: 100%;
    text-align: center;
}
}

.lity-iframe-container {
    height: 90vh!important;
}



.c-pop-area{
    background:#fff;
margin:60px auto;
width:90%;
}


.c-pop-list{
    padding: 2em;
    background: #eee;
}

.c-pop-list-title{
    width: 20%;
    display: block;
}
.c-pop-list-text{
    width: 78%;
    display: block;
}
.c-pop-list li{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0.5em;
}

.c-pop-list-text-minititle{
    width: 50px;
    display: inline-block;
}

.c-pop-margin{
margin-bottom: 2em!important;
}

.c-pop-text-margin{
margin-left: 1em!important;
    display: inline-block;
}

@media screen and (max-width: 1023px) {
.c-pop-list {
    padding: 1em;
}
.c-pop-list-title {
    width: 150px;
    margin-right: 0.5em;
}
    
}


.c-reservation-contents-area{
    width: 100%;
    max-width: 1000px;
    margin: 0em auto 2em;
    padding: 0 1.5em;
}
.c-reservation-contents{
        padding: 1em;
    background: #ededed;
    width: 100%;
    margin-top: 0.5em;
}


.c-reservation-contents li{
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: 0.25em 0.5em;
}
.c-reservation-list-title{
    width: 38%;
}
.c-reservation-list-text{
    width:60%;
    font-weight: bold;
}

.c-reservation-border{
  background: #aaa;
    height:1px;
    margin: 1em 0 ;
}


.c-reservation-form-area{
     padding: 0px;
     width:100%; 
     margin: 0 auto; 
}

.c-calendar-button-area form{
     padding: 0px;
     width:100%; 
     margin: 0 auto; 
}

.c-calendar-button-area form.c-flex-form{
     padding: 0px;
     width:auto; 
     margin: 0; 
}

.c-flex-form{
     padding: 0px;
     width:auto; 
     margin: 0; 
}


form p span{
     color: #000!important;
}

.c-reservation-check{
  color: #f00!important;
}

.c-reservation-form-area button{
    cursor: pointer;
    border:0;
}

.c-reservation-form{
        padding: 1em 0;
    width: 100%;
}



@media screen and (max-width: 1023px) {
.c-reservation-contents li{
 display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin: 0.5em 0.5em 1em;
}
.c-reservation-list-title{
    width: 100%;
}
.c-reservation-list-text{
    width:100%;
}
}




.c-reservation-form li{
 display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.8em;
}
.c-reservation-form-title{
    width: 23%;
     margin-top: 0.8em;
    font-weight: bold;
}
.c-reservation-form-text{
    width:78%;
/*    font-weight: bold;*/
    margin-top: 0.8em;
    text-align: inherit;
}

@media screen and (max-width: 1023px) {
.c-reservation-form li{
 display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.8em;
}
.c-reservation-form-title{
    width: 100%;
}
.c-reservation-form-text{
    width:100%;
    margin-top: 0;
}
    
}


.c-reservation-form-text-title{
    display: block;
    font-weight: bold;
}

.c-reservation-form-text-title-margin{
     margin-top: 0.8em;
}
.c-reservation-form input,.c-reservation-form select{
    margin: 0.25em;
    font-size: 1em;
}

.c-reservation-form-middle,.c-reservation-form-name{
    width: 46%!important;
}

.c-reservation-form-mini{
    width: 20%!important;
    min-width: 70px;
}

.c-reservation-form-gray{
    background: #888;
    color: #fff;
    padding: 8px 16px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-left: 0.3em;
    font-size: 0.8em;
    font-family: inherit;
}
.c-reservation-form-gray:hover{
    color: #fff;
    opacity: 0.5;
}
.c-reservation-form-center{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}


@media screen and (max-width: 1023px) {
.c-reservation-form-center {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
    
    .c-reservation-form-mini {
    width: 28%!important;
        min-width: 90px;
        max-width: 90px;
   
}
    .c-reservation-form-middle{
    width: 80%!important;
}
    .c-reservation-form-mini-margin{
        margin-bottom: 1em;
    }
}


.c-reservation-option{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    border-top:1px solid #aaa;
    padding:1.5em 0;
}

.c-reservation-option:first-child{
  padding-top:0em;
    border-top:0px solid #000;
}

.c-reservation-option-inner{
    width: 100%;
    display: flex;
}
.c-reservation-option-inner-title{
    font-weight: bold;
}
.c-reservation-option-text{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    width:100%;
}

.c-reservation-option-text-margin{
    margin-bottom: 1em;
}

.c-reservation-option-img{
    width: 300px;
    margin-right: 2em;
}

.c-reservation-option-img a img{
    width: 100%;
}

.c-reservation-option-img-list{
 display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.c-reservation-option-img-list a{
   width: 18%;
}
.c-reservation-option-img-list a img{
   width: 100%;
}

.c-reservation-option-money{
    width: 180px;
    text-align:right;
}
.c-reservation-option-money-bold{
    font-weight: bold;
}


.c-reservation-option-detail{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
.c-reservation-option-detail-list{
    list-style: circle;
    margin-left: 1.5em;
}


.c-reservation-form-minititle{
    width: 70px;
    display: inline-block;
}


@media screen and (max-width: 1023px) {
.c-reservation-option-inner {
        width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
   
    .c-reservation-option-money{
    width: 100%;
    text-align:right;
} 
    
}
@media screen and (max-width: 769px) {

 .c-reservation-option-detail {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
} 
     .c-reservation-option-img {
    width: 100%;
 margin-right: 0em; 
}
}

.c-reservation-recaptcha{
    width: 240px;
    height:120px;
    margin: 2em auto;
    background: #ddd;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

label, input[type='checkbox'] {
    cursor: pointer;
}

.c-anchor-form {
  pointer-events: none;
  /* 無効っぽい見た目にする */
    background:#ddd;
    opacity: 0.5;
}

.check-1:checked~ .c-anchor-form {
 pointer-events:auto!important;
    background:#fff;
    opacity: 1;
}



.c-reservation-border-area{
    border:1px #ddd solid;
    padding: 2.5em;
    margin: 1em auto;
}

@media screen and (max-width: 1023px) {
.c-reservation-border-area{
    border:1px #ddd solid;
    padding: 1.5em;
    margin: 1em auto;
}

}


.c-reservation-form-login{
    width: 100%!important;
/*
    margin: 0 auto;
    display: block;
*/
}

.c-calendar-button-gray{
    background-color: #888;
}

.c-calendar-button-light{
    background-color: #f5f5f5;
    color: #000;
}

.c-calendar-button-light:hover{
    color: #000;
}

.c-reservation-number-area{
    padding: 2em 1.5em;
    width:90%;
    max-width: 500px;
    background: #ebe3bf;
    margin: 1em auto;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.c-reservation-text-area{
    margin: 1.5em auto;
}

.c-reservation-number-area-gray{
    padding: 1em 0.75em;
    width:70%;
    max-width: 500px;
    background: #ededed;
    margin: 1em auto;
    text-align: center;
    font-weight: bold;
}

.c-reservation-bold{
    font-weight: bold;
}

.c-reservation-tab-area{
       display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
     margin: 0 1.5em;
}

.c-reservation-tab-area a{
    text-decoration:none;
}

.c-reservation-tab-inner-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.c-reservation-tab-area-box{
    margin: 0.25em 0.75em;
    min-width: 120px;
}


.c-reservation-tab-area-box-last{
    width: 55%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}



.c-reservation-tab-contents {
    padding: 1.5em;
    background: #ededed;
    width: 100%;
    margin-top: 0.5em;
    border-top:1px solid #000;
}

.c-reservation-tab-inner {
    background: #fff;
padding: 2em;
}

.c-calendar-button-border{
    background-color: #fff;
    color: #000;
    border:1px solid #000;
    font-size: 1em;
    margin: 0.5em  1em;
}
.c-calendar-button-border:hover{
    color: #000;
    opacity: 0.2;
}

.c-calendar-button-normal{
    background-color: #fff;
    color: #000;
    border:1px solid #000;
    font-size: 1em;
    margin: 0 1em;
}
.c-calendar-button-normal:hover{
    color: #000;
    opacity: 0.2;
}



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

.c-reservation-tab-area{
         display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
    .c-reservation-tab-inner-area {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
    .c-reservation-tab-area-box{
    min-width: 100%;
        text-align: center;
        margin: 0.25em 0.75em 1em;
}

.c-reservation-tab-area-box-last{
    width: 100%;
}
    
    .c-reservation-contents-area-contents{
        padding: 0;
    }
    .c-reservation-tab-inner {
padding: 1em 1.5em;
}
    .c-calendar-button-area {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
  
}

.c-reservation-tab-area-box-img {
    height:100%;
    width: 120px;
    margin-right: 1em;
}

@media screen and (max-width: 1023px) {
.c-reservation-tab-area-box-last{
    width: 58%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.c-reservation-tab-area-box-img {
    width: 100%;
    margin-right: 0em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
    .c-reservation-form-mini-date{
        min-width: 70px;
    }
    
}

.c-calendar-button-blue{
    background: #0c64be;
}

.c-text-red{
    color: #ff0000;
}

.c-text-bold,.c-reservation-tab-area-box-bold{
    font-weight: bold;
}

.c-pop-area-confirmation{
/*
    height:85vh;
    min-height: 300px;
*/
    width:90vw;
    max-width: 900px;
    background: #fff;
    overflow: auto;
    padding: 2em;
}

.c-calendar-button-area a{
     cursor:pointer ;
}



.c-sp_none{
    display: inline-block;
}

.c-pc_none{
    display: none;
}

@media screen and (max-width: 1023px) {
    .c-pop-area-confirmation{
    padding: 1.5em;
}
    
.c-sp_none{
    display: none;
}

.c-pc_none{
    display: block;
}
}

.c-wrapper-calendar form{
    padding: 0;
}

.c-wrapper-calendar form button,
.c-wrapper-calendar input[type="submit"],
.c-wrapper-calendar input[type="button"] {
    color: #000;
    padding: 0.25em;
    font-family: inherit;
    line-height: inherit;
    background: none;
    cursor: pointer;
    border:0;
    font-size: 1em;
    appearance: none;    
    -webkit-appearance: none;
}
@media screen and (max-width: 1023px) {
.c-wrapper-calendar form button{
    font-size: 0.8em;
}
}

button,input[type="submit"],input[type="button"],button[type="submit"]{
    appearance: none;
    -webkit-appearance: none!important;
}

.c-calendar td span.c-calendar-x {
  font-size: 1.1em;
}
       .c-month {
  margin: 1em auto;
           display: block;
/*
width: 100%;
max-width: 250px;
*/
           border: 0px solid #666;
           text-align: center;
}