@charset "utf-8";
/*
Theme Name:FORCE child
Theme URI:
Description:WordPressテーマ「FORCE」の自作子テーマです。
Template: force_tcd078
Author:enomoto@enomoto.work
Author URI:https://tcd-theme.com/
Version:1.3.1
*/
/*
#flight_contents_builder {
    background: #4e5e74;
    border: 1px solid #3a4655;
    border-radius: 5px;
    padding: 15px;
    min-height: 117px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*/
.index_image_list .image_list .item.item3 {
    background: #fff;
    float: left;
    width: calc(100% / 3 - 0.01px);
    height: auto;
    position: relative;
}

.details_imgFlex_wrapper{
display:flex;
margin-bottom: 20px;
}
.itemImg_wrapper{
overflow: hidden;
position: relative;
display: block;
width: 280px;
height: 280px;
margin: 0 12px 0 0;
}
p .itemImg_wrapper{
overflow: inherit;
    position: inherit;
    display: inherit;
    width: inherit;
    height: inherit;
    margin: inherit;
}
.details_item img{
position: absolute;
width:100%;
overflow:hidden;
}
.details_imgFlex_wrapper .details_item:last-of-type{
margin: 0;
}
.mask{
width:100%;
height:100%;
position:absolute;
top:	0;
left:0;
opacity:0;
background-color:	rgba(0,0,0,0.4);
-webkit-transition:	all 0.2s ease;
transition:all 0.2s ease;
}
.caption {
text-align: center;
color:#fff;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}
.details_item:hover .mask {
opacity:1;
}
.list_title{
font-weight: bold;
}
/* 予約 */
.reservation_wrapper{
text-align: center;
margin-top: 32px;
}
.reservation_wrapper > a{
    background-color: #004b66;
    padding: 24px 92px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff!important;
}
.reservation_wrapper a:hover{
opacity:0.7!important;
}

.details_item a(n + 2){
display:none!important;
}
.page_menu{
display: flex;
margin: 0 0 100px 0!important;
}
.page_menu li{
width: calc(100% / 4);
list-style: none;
text-align:center;
text-decoration: underline;
margin: 0 32px 0 0;
}
.page_menu li:last-child{
margin: 0;
}
.map_btn{
background-color: #0286b4;
    padding: 8px;
    margin: 0 0 0 8px;
    border-radius: 8px;
    color: #fff!important;
    font-size: 12px;
}
.train_img{
margin: 2em 0;
}
.train_img img{
width: 100%;
height: auto;
}
@media screen and (min-width: 769px){
.sp_only{
display:none;
}
}
@media screen and (max-width: 768px){
.pc_only{
display: none!important;
}
.page_menu{
display: block;
margin: 0 0 20px 0!important;
}
.page_menu li {
width: inherit;
display: flex;
}
.page_menu li a{
width: calc(100% / 2);
}
.page_menu li:last-child{
margin: 0 32px 0 0;
}
.day_ul{
margin: 0 0 0 20px!important;
}
body .styled_h3{
padding: 30px 20px 30px 20px!important;
}
}
.float_resev_wrapper{
position: fixed;
    bottom: 70px;
    right: 10px;
    /* width: 100%; */
    text-align: center;
z-index: 10;
}
.float_resev_wrapper a{
background-color: #0085B4;
color: #fff;
display: inline-block;
border-radius: 100%;
width: 120px;
height: 120px;
font-size: 14px;
font-weight: bold;
line-height: 1.2rem;
}
.float_resev_wrapper a span{
font-size: 10px;
}
.float_resev_wrapper a div{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
width: 100%;
}

.videosWrapper {
  display: flex;
  justify-content: space-between;
}

.videoContainer {
  width: 48%;
  text-align: center;
}

@media screen and (max-width: 768px) {
    .videosWrapper {
      display: flex;
      flex-direction: column;
    }
    
    .videoContainer {
      width: 100%;
      margin-top: 24px;
    }

    .youtubeWrapper iframe {
      height: 320px;
    }
}
/* お客様の声 */
.customer-voice_headline {
    font-size: 36px !important;
    text-align: center;
    padding: 0 0 95px 0;
}
.customer-voice_headline .headline {
    text-align: center;
}
.customer-voice {
    display: flex;
    border-right: 1px solid #ddd;
}
.customer-voice .image_wrap {
    display: block;
    width: 100%;
    height: 284px;
}
.customer-voice article {
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.customer-voice article .voice_title {
    position: absolute;
    top: 249px;
    width: 100%;
}
.customer-voice article .voice_title p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    color: #ffffff;
    background: #0085b2;
}
.customer-voice article .voice_title span {
    font-size: 20px;
}
.customer-voice .title_area {
    padding: 10px 30px;
    height: 300px;
    border-left: 1px solid #ddd;
}
.customer-voice .title_area h3 {
    font-size: 14px;
}
.customer-voice .title_area p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}
@media screen and (max-width:750px) {
	.customer-voice {
		display: block;
	}
    .customer-voice article {
        width: 100%;
    }
    .customer-voice .image_wrap {
        display: block;
        width: 100%;
        height: 200px;
    }
    .customer-voice article .voice_title {
        position: absolute;
        top: 165px;
        width: 100%;
    }
    .customer-voice article .voice_title p {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 35px;
        color: #fff;
        background: #0085b2;
    }
    .customer-voice article .voice_title span {
        font-size: 18px;
    }
	.customer-voice .title_area {
		height: 100%;
	}
    .customer-voice .title_area p {
        -webkit-line-clamp: 20;
    }
}
/* キャンペーン情報 */
.campaign_table tr>th {
  background-color: #004b66;
  color: #fff;
  font-size: 20px;
  padding: 0 15px;
}
.campaign_table td, .campaign_table th {
  border: 1px solid #004b66;
}
.campaign_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign_table s {
  font-size: 20px;
  color: #808080;
}
.campaign_table svg {
  width: 20px;
  fill: #004b66;
  margin: 0 20px;
}
.campaign_table span {
  font-size: 32px;
}

/* ギャラリー一覧のレスポンシブ対応用コンテンツ */
.index_design_content1.num3{
    margin: 0;
    padding: 0;
    width: 100%;
}

/* メンバー一覧 */
.index_member_list .slick-dots {
    display: none;
}
.member_list2 .excerpt_area {
	padding: 20px 30px;
}
.member_list2 .excerpt {
	max-height: 15em;
	line-height: 1.8;
}
.member_list2 .excerpt span {
	-webkit-line-clamp: 7;
}
.index_member_list .member_list2:before {
	width: 0;
}
@media screen and (max-width:750px) {
	.index_member_list .member_list2 {
		height: 420px!important;
	}
	.member_list2 .excerpt_area {
		height: 237px!important;
/* 		border: none; */
	}
	.member_list2 .item {
		height: 420px!important;
	}
}
/*20221114 added*/
 .pc{display:block;}
 .sp{display:none;}
@media screen and (max-width:1001px){
 .pc{display:none;}
 .sp{display:block;}
}
#global_menu2{
 width: auto;
 text-align: right;
 position: absolute;
 right: 10px;
 top: 10px;
 z-index: 1000;
}
#global_menu2 ul li{
 display:inline-block;
 margin-left:5px;
 border-left:solid 1px #fff;
 padding-left:10px;
 text-align:center;
}
#global_menu2 ul li:nth-of-type(1){
 margin-left:0px;
 border-left:solid 0px #fff;
 padding-left:0px;
}
#global_menu2 ul li a{
 color:#fff;
}
#global_menu2 ul li.noactive a{
 pointer-events: none;
 color:#aaa;
}
/*スマホ*/
#global_menu3{
 width: auto;
 text-align: center;
 z-index: 1000;
 margin-top:20px;
}
#global_menu3 ul li{
 display:inline-block;
 margin-left:5px;
 border-left:solid 1px #fff;
 padding-left:10px;
 text-align:center;
}
#global_menu3 ul li:nth-of-type(1){
 margin-left:0px;
 border-left:solid 0px #fff;
 padding-left:0px;
}
#global_menu3 ul li a{
 color:#fff;
}
#global_menu3 ul li.noactive a{
 pointer-events: none;
 color:#aaa;
}

