
/*eight characteristics*/

.listCharacteristics {
    padding: 30px 35px;
    margin-bottom: -25px;
}

.listCharacteristics ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.listCharacteristics ul li{
    width: 24%;
    margin-bottom: 60px;
    background-color: #DEDEDC;
}

.characteristicsItem .characteristicsItemImg img{
    width: 100%;
}

.characteristicsItem .characteristicsItemTitle {
    padding: 55px 10px 35px 10px;
    position: relative;
    width: 100%;
}

.characteristicsItem .characteristicsItemTitle .number{
    position: absolute;
    display: inline-block;
    left: 5px;
    top: -29px;
    font-size : 92px;
    color : #FC902D;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
}

.characteristicsItem .characteristicsItemTitle h3 {
    font-size : 18px;
    line-height : 1.5;
    letter-spacing : 0.9px;
    color : #000000;
    font-weight: 500;
}

.characteristicsItem .characteristicsItemTitle p.small {
    line-height: 1.8;
    color : #000000;
    font-weight: 500;
    font-size : 15px;
    font-weight: 400;
    margin-top: 12px;
}

/*end eight characteristics*/


@media only screen and (max-width: 991px){
    .listCharacteristics ul li {
        width: 48%;
    }
}

.clearBoth {
    clear: both;
}

.noLetterSpacing p{
    letter-spacing: 0 !important;
}

br.spBrSpec{
    content: " ";
}

/*header*/
.mainMenuSp,
.spSlider {
    display: none;
}

header.mainHeader {
    width: 100%;
    /*max-width: 1440px;*/
    margin: 0 auto;
}

header.mainHeader .colHearder{
    width: 100%;
    padding: 0;
}

/*nav menu*/
header.mainHeader .navbar{
    flex-wrap: wrap;
    padding: 20px 0 0 0;
}

header.mainHeader .navbar.alone {
    padding: 15px 0 20px 0;
}

header.mainHeader .mainMenuPc .navbar-nav .nav-link span{
    font-size : 14px;
    line-height : 14px;
    letter-spacing : 1.4px;
    font-weight: 500;
    color : #000000;
    display: block;
}

header.mainHeader .mainMenuPc .navbar-nav {
    justify-content: space-around;
    width: 100%;
    justify-content: center;
}

header.mainHeader .mainMenuPc .navbar-nav .nav-item {
    min-width: 200px;
    text-align: center;
    position: relative;
}

header.mainHeader .mainMenuPc .navbar-nav .nav-item .dropdown-toggle::after{
    margin-left: 0;
    vertical-align: 0.445em;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

header.mainHeader .mainMenuPc .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 12px;
    background-image: url('../images/menu_border.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 8px;
}

header.mainHeader .mainMenuPc .navbar-nav .dropdown:hover>.dropdown-menu {
    /*display: block;*/
    max-height: 500px;
}

header.mainHeader .mainMenuPc .navbar-nav .nav-item .dropdown-menu {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    top: 55px;
    left: 15px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .8s ease; 
    transition: max-height .8s ease;
    display: block;
    background-color: #1A1A1A;
}

header.mainHeader .mainMenuPc .navbar-nav .dropdown .dropdown-item {
    padding: 10px;
    text-align: center;
    border-bottom: solid 1px #ccc;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    transition: all .3s ease;
}

header.mainHeader .mainMenuPc .navbar-nav .dropdown .dropdown-item:hover {
    color: #000;
    border-color: #fff;
    background-color: #fff;
}

header.mainHeader .mainMenuPc .navbar-nav .dropdown .dropdown-item:last-child {
    border-bottom: solid 1px #ccc;
}

header.mainHeader .mainMenuPc .navbar-nav .nav-item:last-child .nav-link:before {
    display: none;
}

header.mainHeader .mainMenuPc .navbar-nav .nav-link span.enText{
    font-size: 12px;
    font-family: 'Teko', sans-serif;
    font-weight: bold;
    margin-top: 5px;
}

header.mainHeader .mainMenuPc {
    padding-top: 15px;
    padding-bottom: 7px;
    padding-left: 20px;
}

.mainHeader .navbar-brand {
    display: flex;
    height: 31.7px;
    padding: 0;
    align-items: baseline;
    padding-left: 35px;
}

.mainHeader .container {
    max-width: 1440px;
}

.mainHeader .navbar-brand img{
    width: 201.5px;
    height: auto;
    display: block;
    margin-right: 14px;
}

.mainHeader .navbar-brand span{
    font-size : 12px;
    color: #000;
    font-weight: bold;
}

.mainHeader .navbar-brand h1{
    font-size : 12px;
    color: #000;
    font-weight: bold;
}
/*end nav menu*/

.telRequest {
    padding: 8px 43px 0 43px;
    background-color: #FC902D;
}

.telRequest p {
    font-weight : bold;
    font-size : 12px;
    line-height: 1;
    color : #FFFFFF;
    text-align: center;
}

.telRequest p.numberPhone {
    font-family: 'Teko', sans-serif;
    font-weight : 500;
    font-size : 46px;
    color : #FFFFFF;
    line-height: 37px;
    margin-top: 13px;
}
/*end header*/

/*Slider main*/
.slideshow {
    position: relative;
    z-index: auto;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.slideshow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35);
    z-index: 1;
}

.slideshow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/slider-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
	display: none;
}

.slider {
    /*box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 1);*/
 }

.slideshow * {
    outline: none;
}

.slideshow .slider-track {
    transition: all 7.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.slideshow .item {
    height: 100%;
    position: relative;
    z-index: 1;
}

.slideshow .item img {
    width: 100%;
    transition: all 7.5s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    
}

.slideshow .slick-active .item img {
    transition: all 7.5s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slideshow .titleSlider {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 2;
    left: 50%;
    top: 28%;
    transform: translate(-50%, 0%);
}

.slideshow .titleSlider .titleText p{
    font-size : 120px;
    line-height : 100px;
    letter-spacing : 8px;
    color : #FFFFFF;
    font-family: 'Teko', sans-serif;
}

.slideshow .titleSlider .titleText p br:after{
    content: " ";
}

.slideshow .titleSlider .titleText span{
    font-size : 56px;
    line-height : 84px;
    letter-spacing : 2.8px;
    color : #FFFFFF;
}

.slideshow .titleSlider .titleBtn {
    text-align: center;
    margin-top: 3.33%;
}

.slideshow .titleSlider .titleBtn span{
    font-size : 22px;
    line-height : 47.8px;
    letter-spacing : 2.2px;
    color : #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 8.5px 47px;
    display: inline-block;
}

.slideshow .logoSlider {
    position: absolute;
    z-index: 2;
    bottom: 3.6%;
    right: 2.63%;
    height: 27.6%;
    width: 15.2%;
}

.slideshow .logoSlider img{
    width: 100%;
    height: 100%;
}

.slideshow .scrollTarget {
    position: absolute;
    z-index: 2;
    bottom: 2.4%;
    height: 17.3%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
}

.slideshow .scrollTarget p{
    font-size : 26px;
    letter-spacing : 1.3px;
    font-family: 'Teko', sans-serif;
    color: #FFFFFF;
}

.slideshow .scrollTarget .iconScroll{
    width: 2px;
    height: 80%;
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
}

.slideshow .scrollTarget .iconScroll:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -3px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
    animation: scrolldot 2s infinite normal ease-in-out;
}

/*event*/
.events {
    padding-top: 110px;
    padding-bottom: 55px;
    background-image: url('../images/events-bg.png');
}
.eventSlide {
    width: 100%;
    position: relative;
    padding-left: 29.5%;
}

.eventSliderContainer {
    /*margin-left: 40px;*/
    /*margin-top: 55px;*/
    display: block;
}

.eventSlide .eventSlideBox {
    border: 7px solid #fc902d;
    display: inline-block;
    padding: 32px 83px;
    position: absolute;
    left: 0;
    top: -55px;
}

.eventSlide .btnBlack {
    margin-top: 42px;
    width: 155px;
}

.eventSlide .item {
    max-width: 266px;
}

.eventSlide .item a{
    display: block;
    outline: none;
}

.eventSlide .eventSlideScroll{
    overflow: hidden;
}

.eventSlide .item .eventDate {
    margin: 10px 0;
    padding-bottom: 2px;
    min-height: 16px;
    position: relative;
}

.eventSlide .item .eventDate::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    width: 71%;
    height: 1px;
    background-color: #727171;
}

.eventSlide .item .eventDate span{
    font-size : 11px;
    letter-spacing : 0.55px;
    color : #727171;
}

.eventSlide .item .eventDescription p{
    font-size : 16px;
    line-height : 20px;
    letter-spacing : 1.6px;
    font-weight: 500;
    color : #000000;
}

.eventSlide .item .eventDescription p.small{
    font-size : 12px;
    line-height : 15.02px;
    letter-spacing : 0.6px;
    color : #000000;
    margin-top: 7px;
    font-weight: 400;
}

.eventSliderContainer .eventDt {
    font-size: 15px;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
    display: flex;
}

.eventSliderContainer .eventDt:nth-of-type(1) {
    border-bottom: none;
    margin-top: 10px;
}

.eventSliderContainer .eventTimeTitle {
    width: 25%;
    display: inline-block;
    background-color: #DEDEDC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eventSliderContainer .eventTimeValue {
    width: 75%;
    padding: 5px 10%;
    display: inline-block;
}

.eventSlide .slick-slide{
    margin: 0;
    margin-right: 80px;
}

/*.eventSlide .slick-list{
    margin: 0 -27px;
}*/

.eventSlide .eventThumb{
    width: 100%;
    height: 186px;
    overflow: hidden;
    position: relative;
}

.eventSlide .eventThumb.newEvent::after {
    content: '';
    position: absolute;
    height: 59px;
    width: 53px;
    background: url('../images/newEvent.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    right: 15px;
    z-index: 2;
}

.eventSlide .eventThumb img{
    width: 100%;
    vertical-align: middle;
    height: 100%;
    z-index: 1;
}
/*end event*/

/*alone contact*/
.contactAlone {
    background-color: #FFF;
}

.contactAloneContainer {
    display: flex;
    justify-content: space-between;
    padding: 25px 35px 95px 35px; 
}

.contactAloneContainer a {
    display: block;
    width: 49%;
}

.contactAloneContainer a > img{
    width: 100%;
    height: auto;
}
/*end alone contact*/

/*work blog*/
.works {
    padding-bottom: 0;
    background-color: #231815;
}

.works.worksIndex{
    padding-bottom: 36px;
}

.works .btnBlack{
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #FFF;
    padding: 9px 0 6px 0;
}

.works .biwakoTitle{
    background-color: #231815;
    color: #FFF;
    padding: 23px 0 40px 0;
}

.works .biwakoTitle .titleJ::after{
    background-color: #FFF;
}

.section-masonary {
    overflow: hidden;
    width: 100%;
    min-width: 100%
}

.work-block-item-img {
    position: relative;
    width: 480px;
    height: 370px;
}

.work-block-item-img img {
    width: auto;
    min-height: 370px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.work-block-item-img .sp-work-block-readmore {
    border: none;
    min-width: 103px;
    font-family: "Cardo", serif;
    text-align: center;
    display: none;
    position: absolute;
    bottom: -2px;
    right: 0;
    left: auto;
    font-size: 12px;
    font-style: italic
}

.work-block-item-img .sp-work-block-readmore.btn {
    padding: 15px 0 14px
}

.work-block-item-img a:hover {
    opacity: 1;
}

.work-block-item-content {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.work-block-item-content .work-block-content-wrapper {
    display: table;;
    width: 100%;
    height: 100%;
    padding: 15.27% 15.625%;
    position: relative;
    overflow: hidden;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.work-block-item-content .work-block-content-wrapper:before {
    content: '';
    position: absolute;
    top: 23px;
    right: 34px;
    bottom: 24px;
    left: 34px;
    width: auto;
    height: auto;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.6s, -webkit-transform .6s;
    transition: opacity 0.6s, transform .6s;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -ms-transform: scale3d(1.4, 1.4, 1);
    -o-transform: scale3d(1.4, 1.4, 1);
    -moz-transform: scale3d(1.4, 1.4, 1);
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1)
}

.work-block-item-content .work-block-content-wrapper:after {
    content: '';
    position: absolute;
    top: 33px;
    right: 44px;
    bottom: 34px;
    left: 44px;
    width: auto;
    height: auto;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.6s, -webkit-transform .6s;
    transition: opacity 0.6s, transform .6s;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -ms-transform: scale3d(1.4, 1.4, 1);
    -o-transform: scale3d(1.4, 1.4, 1);
    -moz-transform: scale3d(1.4, 1.4, 1);
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1)
}

.work-block-item-content .work-block-content-wrapper .work-block-main-content {
    display: table-cell;
    text-align: center;
    opacity: 0;
    vertical-align: middle;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 2
}

.work-block-item-content .work-block-content-wrapper .work-block-main-content .work-info {
    text-align: left;
    margin-top: -13px;
    margin-left: 3px;
    max-height: 247px;
    overflow: hidden;
}

.work-block-item-content .work-block-content-wrapper .work-block-main-content .work-info h3{
    font-size: 20px;
    line-height : 30px;
    font-weight: bold;
    letter-spacing : 1px;
    font-variant : small-caps;
    margin-bottom: 25px;
}

.work-block-item-content .work-block-content-wrapper .work-block-main-content .work-info p{
    font-size : 18px;
    line-height : 27px;
    letter-spacing : 1.8px;
    color : #FFFFFF;
    margin-bottom: 0;
}

.work-block-item-content .work-block-content-wrapper .work-block-main-content .work-info a {
    color: #fff
}

.work-block-item-content .work-block-content-wrapper .work-block-main-content .work-info+.work-block-readmore {
    margin-top: 11px
}

.work-block-item-content .work-block-content-wrapper .work-block-main-content .work-block-readmore {
    position: relative;
    font-family: "Cardo", serif;
    font-style: italic;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent
}

.work-block-item-content .work-block-content-wrapper .work-block-main-content .work-block-readmore .link-more {
    position: relative;
    color: #fff;
    padding: 0 3px
}

.work-block-item-content .work-block-content-wrapper .work-block-main-content .work-block-readmore img {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    right: 7px;
    left: auto
}

.work-block-item-content .work-block-content-wrapper .work-block-main-content .work-block-readmore.btn {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    padding: 15px 31px 10px 30px
}

.work-block-item-content .work-block-content-wrapper .work-block-main-content .work-block-readmore.btn:hover {
    opacity: .6
}

.work-block-item-content .work-block-content-wrapper .work-block-main-content .work-block-readmore.btn .link-more {
    position: relative;
    color: #fff;
    padding: 0 3px;
    display: inline-block
}

.work-block-item-content .work-block-content-wrapper .work-block-main-content .work-block-readmore.btn img {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    right: 7px;
    left: auto
}

.work-block-item-01 {
    position: relative;
    overflow: hidden
}

.work-block-item-01:hover .work-block-item-content .work-block-content-wrapper {
    background-color: rgba(0, 0, 0, 0.5)
}

.work-block-item-01:hover .work-block-item-content .work-block-content-wrapper .work-block-main-content {
    opacity: 1;
    color: #fff
}

.work-block-item-01:hover .work-block-item-content .work-block-content-wrapper:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.work-block-item-01:hover .work-block-item-content .work-block-content-wrapper:after {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.work-block-masonry {
    font-size: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.work-block-masonry .work-block-item {
    padding: 0;
    /*flex-grow: 1;*/
    width: 33.3333%;
    max-width: 480px;
}
/*end work blog*/


/*showroome*/
.showRoomCustom .productLineMainImg {
    left: 5.55%;
    top: 12.38%;
    right: auto;
    bottom: auto;
    display: flex;
}

.showRoomCustom .productLineMainImg .imgDouble{
    display: inline-block;
}

.showRoomCustom .productLineMainImg .imgDouble{
    height: 100%;
    width: 100%;
    max-height: 471px;
}

.showRoomCustom .productLineBox {
    float: right;
    padding: 50px 130px 50px 12.1%
}

.showRoomCustom .productLineBox p.desc {
    margin-top: 38px;
}
/*end showroome*/

/*form contact*/
.biwakoPageReservationForm .titleReservationForm{
    margin-top: 88px;
    background-color: #FEE3CA;
    justify-content: center;
    display: flex;
    width: 100%;
    font-size: 28px;
    color: #FC902D;
    height: 71px;
    align-items: center;
    font-weight: bold;
}

.biwakoPageReservationForm .formReservation{
    background: url('/wp-content/themes/biwako/images/events-bg.png');
    background-repeat: repeat; 
}

.biwakoPageReservationForm .rowReservationFrom{
    display: flex;
    font-size: 15px;
    align-items: center;
    border-bottom: 1px solid #000;
    background-color: #fff;
}

.biwakoPageReservationForm .colTitle{
    width: 25%;
    padding-right: 18px;
    height: 80px;
    font-size: 15px;
    padding-left: 20px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    background-color: #DEDEDC;
}
.biwakoPageReservationForm .colInput{
    width: 50%;
    padding-left: 20px;
}

.tableReservationFrom {
    /*width: 72.222222%;*/
    width: 68.522222%;
    margin: 0 auto;
}

.tableReservationFrom .rowReservationFrom:first-child{
    border-top: 1px solid #000;
}

.tableReservationFrom .selectDate select{
    margin-right: 16px;
    padding-left: 40px;
    padding-right: 56px;
}

.tableReservationFrom .selectDate .customSelect::after{
    right: 28%;
}

.biwakoPageReservationForm .colInput input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #dedede;
    
}

.biwakoPageReservationForm .colInput ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    position: relative;
    left: -10px;
}
.biwakoPageReservationForm .colInput :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    position: relative;
    left: -10px;
}
.biwakoPageReservationForm .colInput ::-moz-placeholder { /* Mozilla Firefox 19+ */
    position: relative;
    left: -10px;
}
.biwakoPageReservationForm .colInput :-ms-input-placeholder { /* Internet Explorer 10-11 */
    position: relative;
    left: -10px;
}
.biwakoPageReservationForm .colInput ::-ms-input-placeholder { /* Microsoft Edge */
    position: relative;
    left: -10px;
}

.biwakoPageReservationForm .colInput ::placeholder { /* Most modern browsers support this now. */
   position: relative;
   left: -10px;
}

.biwakoPageReservationForm .colInput input[name='zip_code'] {
    width: 58.3%;
}

.biwakoPageReservationForm .colRequiredField{
    color: #FC902D;
    padding-left: 20px;
}

.biwakoPageReservationForm .inputPhone{
    width:  58% ;
}

.biwakoPageReservationForm .colInput select{
    height: 40px;
    padding-left: 20px;
    padding-right: 50px;
    border: 2px solid #898989;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: transparent;
}

.biwakoPageReservationForm .colInput select::-ms-expand {
    display: none;
}

.tableReservationFrom .selectDate select{
    padding-left: 40px;
    padding-right: 66px;
}

.tableReservationFrom .selectDate select[name="time"] {
    padding-right: 48px;
}

.biwakoPageReservationForm .customSelect{
    display: inline;
    position: relative;
}

.biwakoPageReservationForm .customSelect::after{
    position: absolute;
    right: 10%;
    top: 30%;
    content: ' ';
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-top: 12px solid #000;
}
/* .biwakoPageReservationForm{
    margin-top: 18px;
    padding: 60px 0;
    background: url('/wp-content/themes/biwako/images/events-bg.png');
    background-repeat: repeat;
} */

.biwakoPageReservationForm .btnSend{
    padding: 15px 162px !important;
}



.biwakoPageReservationForm .btnBlack {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    
}

.biwakoPageReservationForm .btnEvent{
    width: 156px;
    padding: 7px 0;
    margin-top: 35px;
    margin-bottom: 35px;
}

.biwakoPageReservationForm {
    padding-top: 50px;
    padding-bottom: 45px;
    margin-top: 30px;
    background: url('/wp-content/themes/biwako/images/events-bg.png');
    background-repeat: repeat;
    background-position-x: -80px;
}


.checkBoxContent {
    background-color: #DEDEDC !important;
    align-items: flex-start !important;
}

.checkBoxContent .request-checkbox {
    width: 100%;
}
.checkBoxContent .request-checkbox .row{
	margin-right: 0;
	margin-left: -20px;
}
.checkBoxContent .request-checkbox .col-12{
    border-bottom: 1px solid #dededc;
}
.checkBoxContent .request-checkbox .col-12:last-child{
	border-bottom: none;
}
.checkBoxContent .request-checkbox .checkBoxImg .img{
    width: 92px;
    height: 92px;
}
.checkBoxContent .request-checkbox .checkBoxImg .img img{
    max-width: 100%;
}
.checkBoxContent .request-checkbox .checkBoxImg .text{
    padding-left: 16px;
    width: calc(100% - 94px);
}
.checkBoxContent .request-checkbox .checkBoxImg .text .subTitle{
    display: block;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 10px;
    color: #fc902d;
}
.checkBoxContent .request-checkbox .checkBoxImg .text .subTitleBiz{
    display: block;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
}
.checkBoxContent .request-checkbox .wrapContent{
    margin-top: 0;
    padding: 0px 0px 22px 15px;
    overflow: hidden;
}
.checkBoxContent .request-checkbox .wrapContent img{
    max-width: 100%;
    height: auto;
}
.checkBoxContent .request-checkbox .wrapContent .txtContent{
    width: calc(100% - 356px);
    float: left;
    margin-top: 23px;
}
.checkBoxContent .request-checkbox .wrapContent .txtContent .text{
    letter-spacing: 0;
    line-height: 1.75;
    letter-spacing: -0.5px;
}
.checkBoxContent .request-checkbox .wrapContent .txtContent .btnCheck{
    margin-top: 35px;
    text-align: center;
}
.checkBoxContent .request-checkbox .wrapContent .txtContent .btnCheck a{
	color: #fff;
    background: #fc902d;
    display: block;
    font-weight: bold;
    font-size: 24px;
    padding: 19px 0 21px;
    transition: all 0.3s;
    box-shadow: inset 0 0 0 2px #fc902d;
}
.checkBoxContent .request-checkbox .wrapContent .txtContent .btnCheck a.active{
	color: #fc902d;
	background: #fff; 
}
.checkBoxContent .request-checkbox .wrapContent .txtContent .mwform-checkbox-field{
    display: none;
}
.checkBoxContent .request-checkbox .wrapContent .imgContent{
	width: 338px;
    text-align: center;
    margin-top: -4px;
    float: right;
}
.checkBoxContent .request-checkbox .wrapContent .imgContent img{
    width: 300px;
}



.checkBoxContent .colTitle {
    width: 25%;
    line-height: 2;
    padding-right: 18px;
    align-items: flex-start;
    padding-top: 10px;
}

.checkBoxContent .colInput {
    display: flex;
    width: 75%;
    background-color: #FFF;
}

.checkBoxContent .colInput .checkBoxImg{
    display: flex;
    justify-content: left;
    align-items: center;
    /*padding-top: 15px;*/
    padding: 38px 10px 0;
}

.checkBoxContent .colInput .col p{
    font-size: 13px;
    line-height: 2;
    padding-bottom: 7px;
}

.checkBoxContent .colInput .checkBox {
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
}

.checkBoxContent .colInput .checkBox input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}

.checkBoxContent .colInput .checkBox .checkbox-button__input {
    opacity: 0;
    position: absolute;
    z-index: 999;
    width: auto;
    height: auto;
    cursor: pointer;
}

.checkBoxContent .colInput .checkBox .checkbox-button__control {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
    background-color: inherit;
    color: #000;
    border: 1px solid #000;
}

.checkBoxContent .colInput .checkBox .checkbox-button__input:checked+.checkbox-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    background-color: #000;
}

.checkBoxContent .colInput .checkBox .checkbox-button__input:checked+.checkbox-button__control {
    border-color: #000;
}

.checkBoxContent .colInput .checkBox .checkbox-button__control {
  transform: scale(0.75);
}
/************************************************************************************/
.biwakoPageReservationForm .colInput input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #fff;
    border: 1px solid #000;
    width: 13px;
    height: 13px;
    padding-left: 0;
    flex-shrink: 0;
}

.biwakoPageReservationForm .colInput input[type="checkbox"]:checked {
    background: #000;
}

.biwakoPageReservationForm .colInput input[type="checkbox"]:after {
  content: '';
  position: relative;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
  top: -1px;
  left: 3px;
}

.biwakoPageReservationForm .colInput input[type="checkbox"]:checked:after {
  display: block;
}

.mwform-checkbox-field label {
    display: flex;
    align-items: center;
}

.withCheckList .mwform-checkbox-field label {
    margin-bottom: 15px;
}

.mwform-checkbox-field input, .mwform-radio-field input {
    margin-right: 6px;
}

.biwakoPageReservationForm button.btnBlack {
    background: none;
    outline: none;
}

.biwakoPageReservationForm button.btnBlack img {
    margin-left: 40px;
}

.blockErrorMessage {
    margin-bottom: 20px;
    text-align: left;
    width: 72.222222%;
    margin: 0 auto 20px auto;
}

.mw_wp_form .biwakoPageReservationForm .error {
    color: red;
}
/****************************************************************************/
.checkBoxContent .colInput .checkBoxImg p {
    width: 53.85%;
}

.checkBoxContent .colInput .checkBoxImg .imgContent{
    max-width: 46.15%;
}

.checkBoxContent .colInput .checkBoxImg .imgContent img{
    width: 100%;
    height: auto;
}

.withCheckList .checkBoxImg{
    flex-wrap: wrap;
}

.withCheckList .col {
    padding: 0;
}

.withCheckList .checkBoxImg,
.withCheckList .checkBox {
    display: flex;
    flex-wrap: wrap;
}

.withCheckList .checkBoxImg {
    padding-bottom: 5px;
}

.withCheckList .checkBoxDisplay {
    padding-right: 20px;
}

.withCheckList .checkBoxDisplay .checkBoxImg {
    padding-top: 22px;
    padding-bottom: 8px;
    display: block;
}

.withCheckList .colTitle {
    height: 118px;
    padding-top: 0;
    align-items: center;
}

.withCheckList .checkBox .lineCheckbox{
    width: 100%;
    margin-bottom: 10px;
}

.makeReservation {
    width: 72.222222%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 67px;
    padding: 0px 60px;
}

.makeReservation .btnMakeReservation,
.eventDetailPage .btnJoinEvent,
.formReservationContainer .btnSubmitEvent{
    width: 48%;
    border: 2px solid #F79031;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    position: relative;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.6);
}

.makeReservation .btnMakeReservation a, 
.makeReservation .btnMakeReservation button,
.eventDetailPage .btnJoinEvent a{
    background: none;
    padding: 24px 72px;
    width: 100%;
    display: flex;
    font-size: 28px;
    border: 2px solid #F79031;
    color: #F79031;
    transition: 0.5s;
    outline: none;
}

.formReservationContainer .btnSubmitEvent{
    background: #fff0;
    box-shadow: 0 0 0 2px #fc902d, 0 0 0 8px #ffffff, 0 0 0 10px #ff7a00;
    color: #fc902d;
}

.makeReservation .btnMakeReservation:hover,
.eventDetailPage .btnJoinEvent:hover {
    background: #F79031;
}

.makeReservation .btnMakeReservation:hover a,
.makeReservation .btnMakeReservation:hover button,
.eventDetailPage .btnJoinEvent:hover a{
    border-color: #fff;
    color: #fff;
}

.makeReservation .btnMakeReservation a::after,
.makeReservation .btnMakeReservation button::after,
.eventDetailPage .btnJoinEvent a:after,
.formReservationContainer .btnSubmitEvent:after{
    content: ' ';
    background: url(/wp-content/themes/biwako/images/button_arrow_orange_pc.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 10.2%;
    right: 20%;
    top: 0;
    transition: .5s;
}

.eventDetailPage .btnJoinEvent a:after{
    bottom: -13%;
}

.makeReservation .btnMakeReservation:hover a::after, 
.makeReservation .btnMakeReservation:hover button::after,
.eventDetailPage .btnJoinEvent:hover a:after{
    content: ' ';
    background: url(/wp-content/themes/biwako/images/button_arrow_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: 8%;
}

.biwakoHomeVisited {
    width: 100%;
    padding-left: 18.54%;
}

.biwakoHomeVisited h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}

.biwakoHomeVisited p {
    font-size: 16px;
    line-height: 2.2;
    width: 80.83%;
    letter-spacing: 1px;
}

.biwakoHomeVisited.multiLine {
    padding-bottom: 20px;
}

.biwakoHomeVisited.multiLine p {
    margin-bottom: 20px;
}

/*Tel request*/
.requestTelOrange {
    border: 2px solid #FC902D;
    width: 30.694%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.requestTelOrange.bigSize {
    border: 2px solid #FC902D;
    width: 60%;
    margin-top: 40px;
    margin-bottom: 0;
}

.requestTelOrange p {
    font-family: 'Teko', sans-serif;
    font-size : 68px;
    color : #FC902D;
    font-weight: 500;
    padding: 22px 0 10px 0;
    text-align: center;
}
/*End Tel request*/

/*Fixed banner*/
#fNav{
    position:fixed;
    bottom:0;
    left:0;
    z-index:800;
    width:100%;
    height:70px;
    background:rgba(232,119,0,0.8);
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}

#fNav ul{
    width:1000px;
    margin:0 auto;
}

#fNav li{
    width:33.3333333%;
    float:left;
    box-sizing:border-box;
}

#fNav a{
    display:block;
    position:relative;
    height:70px;
    padding:19px 4px 19px 0;
    box-sizing:border-box;
    color:#fff;
    font-weight:bold;
    font-size:15px;
    letter-spacing:1.8px;
    text-indent:1.8px;
    text-align:center;
}

#fNav a:after{
    position:absolute;
    top:50%;
    right:0;
    width:1px;
    height:34px;
    margin-top:-17px;
    background:rgba(255,255,255,0.4);
    content:"";
}

#fNav li:first-child a:before{
    position:absolute;
    top:50%;
    left:0;
    width:1px;
    height:34px;
    margin-top:-17px;
    background:rgba(255,255,255,0.4);
    content:"";
}

#fNav span{
    display:inline-block;
    padding-left:44px;
    background-position:0 50%;
    background-repeat:no-repeat;
    background-size:32px 32px;
    line-height:32px;
}

#fNav .nav01 span{
    background-image:url('../images/fixedIcon01.png');
}

#fNav .nav02 span{
    background-image:url('../images/fixedIcon02.png');
}

#fNav .nav03 span{
    background-image:url('../images/fixedIcon03.png');
}

/*#fNav .nav03 a{
    padding-right:86px;
    background:url('../images/fixedImg.png')  204px bottom no-repeat;
}*/
/*End fixed banner*/

@media only screen and (max-width: 1280px){
    .requestTelOrange p {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1203px){
    .biwakoPageReservationForm .colInput select {
        padding-left: 10px;
        padding-right: 30px;
        margin-right: 0px;
    }

    .makeReservation .btnMakeReservation a, 
    .makeReservation .btnMakeReservation button,
    .eventDetailPage .btnJoinEvent a{
        font-size: 20px;
        padding-left: 51.2px;
        padding-right: 51.2px;
    }

    .makeReservation .btnMakeReservation a::after, 
    .makeReservation .btnMakeReservation button::after,
    .eventDetailPage .btnJoinEvent a:after {
        right: 23%;
        bottom: -30%;
    }
    .makeReservation .btnMakeReservation:hover a::after, 
    .makeReservation .btnMakeReservation:hover button::after,
    .eventDetailPage .btnJoinEvent:hover a:after {
        right: 9%;
    }

    .biwakoPageReservationForm .colInput ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        position: relative;
        left: initial;
    }
    .biwakoPageReservationForm .colInput :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        position: relative;
        left: initial;
    }
    .biwakoPageReservationForm .colInput ::-moz-placeholder { /* Mozilla Firefox 19+ */
        position: relative;
        left: initial;
    }
    .biwakoPageReservationForm .colInput :-ms-input-placeholder { /* Internet Explorer 10-11 */
        position: relative;
        left: initial;
    }
    .biwakoPageReservationForm .colInput ::-ms-input-placeholder { /* Microsoft Edge */
        position: relative;
        left: initial;
    }
}

@media only screen and (max-width: 991px){
    .makeReservation {
        width: 100%;
    }

    .biwakoHomeVisited h3 {
        line-height: 1.5;
    }

    .requestTelOrange p {
        font-size: 35px;
        padding: 18px 0 10px 0;
    }

    body {
        margin-top: 72px;
    }

    .mainHeader .navbar{
        position: fixed;
        right: 0;
        left: 0;   
        border-radius: 0;
        top: 0;
        background-color: #FFF;
        z-index: 9999999;
    }  
}

@media only screen and (max-width: 768px){
    .biwakoPageReservationForm{
        padding-left: 30px;
        padding-right: 30px;
    }
    .biwakoPageReservationForm .tableReservationFrom{
        width: 100%;
    }
    section.biwakoPageReservationForm{
        padding-top: 0;
        margin-top: 0;
    }
    .biwakoPageReservationForm .colLine {
        padding-top: 6% !important;
        padding-left: 4% !important;
        padding-bottom: 6% !important;
        min-width: 52% !important;
    }

    

    .biwakoPageReservationForm .formReservationContainer {
        padding: 0;
    }
    .biwakoPageReservationForm .rowReservationFrom{
        width: 100%;
        margin: 0;
        display: block;
        position: relative;
        border-bottom: 2px solid;
    }
    
    .biwakoPageReservationForm .checkBoxContent{
        background: transparent;
    }

    .biwakoPageReservationForm .tableReservationFrom .rowReservationFrom:first-child{
        border-top: 2px solid;
    }

    .biwakoPageReservationForm .colTitle{
        border-bottom: 2px solid;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        padding-bottom: 27px;
        padding-top: 27px;
        line-height: 0.6;
    }

    .biwakoPageReservationForm .colInput{
        width: 100%;
        margin: 0;
        padding-top: 53px;
        padding-bottom: 24px;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        justify-content: space-between;
    }

    .biwakoPageReservationForm .colInput input, select{
        padding-left: 20px;
        border: 2px solid #ddd;
        border-radius: 1px;
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px;
        outline: none;
    }

    .biwakoPageReservationForm .colInput input[name='zip_code'] {
        width: 100%;
    }

    .biwakoPageReservationForm .colInput select{
        background: #fff;
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 136px ;
        padding-left: 54px ;
        /*width: auto;*/
        width: 100%;
        font-size: 30px;   
    }
    
    .biwakoPageReservationForm .colRequiredField{
        position: absolute;
        top: 46%;
        left: 4.5%;
    }

    .biwakoPageReservationForm .titleReservationForm {
        zoom: 0.8;
    }

    .biwakoPageReservationForm .forSP{
        display: flex;
    }

    .biwakoPageReservationForm .forSP .btnEvent{
        display: flex;
        width: 71%;
        height: 24%;
        padding: 16px 0;
    }
    
    .biwakoPageReservationForm .btnBlack {
        margin-bottom: 0;
        font-size: 15px;
    }

    .biwakoPageReservationForm button.btnBlack img{
        margin-left: 25px;
    }

    .checkBoxContent .colTitle,
    .checkBoxContent .colInput {
        width: 100%;
    }

    .checkBoxContent .colInput .col{
        padding: 0;
    }

    .checkBoxContent .colInput .checkBox {
        width: 100%;
    }

    .checkBoxContent .colInput .checkBoxImg {
        flex-wrap: wrap;
        padding-top: 0;
    }

    .checkBoxContent .colInput .checkBoxImg .imgContent {
        margin: 0 auto;
    }

    .checkBoxContent .colInput .checkBox {
        margin-bottom: 23px;
    }

    .checkBoxContent .colInput .col p {
        padding-bottom: 28px;
        padding-top: 15px;
        line-height: 1.8;
    }

    .checkBoxContent .colInput .checkBoxImg p {
        padding-bottom: 15px;
        padding-top: 0;
    }

    .checkBoxContent .colInput {
        padding: 0;
        padding-top: 18px;
        background: transparent;
    }

    .mwform-checkbox-field label {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .checkBoxContent .colInput .col:last-child p{
        padding-bottom: 15px;
    }

    .biwakoPageReservationForm .colInput input[type="checkbox"] {
        padding: 0;
    }

    .checkBoxContent {
        background: transparent !important;
    }

    .withCheckList .colInput .checkBox,
    .withCheckList .checkBoxImg {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .withCheckList .colInput {
        padding-bottom: 4%;
        padding-left: 2%;
        padding-right: 2%;
        display: block;
    }
    
    .biwakoPageReservationForm .btnEvent {
        width: 50%;
        font-size: 30px;
        height: auto;
    }


    .tableReservationFrom .selectDate select {
        width: 30% ;
        font-size: 30px;
        padding-left: 39px ;
        padding-right: 46px ;
    }

    .biwakoPageReservationForm .customSelect::after{
        right: 17%;
        top: 27%;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 24px solid #000;
    }

    .makeReservation {
        width: 100%;
        padding: 0;
        display: block;
    }

    .makeReservation .btnMakeReservation,
    .eventDetailPage .btnJoinEvent{
        width: 100%;
    }

    .makeReservation .btnMakeReservation a, 
    .makeReservation .btnMakeReservation button,
    .eventDetailPage .btnJoinEvent a{
        font-size: 42px;
    }

    .makeReservation .btnOrange {
        margin-top: 16px;
    }

    .makeReservation .btnMakeReservation a::after, 
    .makeReservation .btnMakeReservation button::after,
    .eventDetailPage .btnJoinEvent a:after{
        width: 67px;
        right: 22%;
    }

    .eventDetailPage .btnJoinEvent a:after{
        right: 17%;
    }

    .biwakoPageReservationForm .makeReservation .btnOrange a::after{
        right: 12%;

    }

    .tableReservationFrom .selectDate select {
        font-size: 30px;
        margin: 0;
        padding-right: 123px;
        padding-left: 46.4px;
        width: auto ;
    }

    .tableReservationFrom .selectDate .customSelect::after{
        right: 18%;
    }

    .requestTelOrange {
        width: 92%;
        background-color: #FC902D;
        margin-bottom: 30px;
        position: relative;
        padding-right: 50px;
    }

    .requestTelOrange.bigSize {
        width: 90%;
    }

    .requestTelOrange::after {
        content: '';
        position: absolute;
        width: 54px;
        height: 48px;
        background: url('../images/request_phone.svg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        top: 50%;
        right: 32px;
        transform: translate(0%, -50%);
    }

    .requestTelOrange p {
        font-size: 39px;
        color: #FFF;
        padding: 16px 0 6px 0;
    }
	
	#fNav{
        height:70px;
    }
    #fNav ul{
        width:100%;
    }
    #fNav a{
        padding:0;
        font-size:13px;
        letter-spacing:1px;
        text-indent:1px;
    }
    /*#fNav .nav03 a{
        padding-right:0;
    }*/
    #fNav a:after{
        height:50px;
        margin-top:-25px;
    }
    #fNav li:first-child a:before,
    #fNav li:last-child a:after{
        display:none;
    }
    #fNav span{
        padding:36px 10px 0;
        background-position:center 10px;
        background-size:28px 28px;
    }
    #fNav .icon{
        display:none;
    }
}


@media only screen and (max-width: 480px){
    .biwakoPageReservationForm .rowReservationFrom{
        font-size: 15px;
    }
    
    .biwakoPageReservationForm .colRequiredField{
        left: -3.5%;
        top:  45%;
    }

    .biwakoPageReservationForm .colTitle {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .biwakoPageReservationForm .colInput {
        padding-top: 29px;
        padding-bottom: 13px;
        padding-left: 8px;
        padding-right: 8px;
        display: flex;
        justify-content: space-between;
    }

    .biwakoPageReservationForm .checkBoxDisplay{
        display: block;
    }

    .biwakoPageReservationForm {
        padding-left: 16px;
        padding-right: 16px;
    }

    .biwakoPageReservationForm .colInput input, select{
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 16px;
    }

    .biwakoPageReservationForm .colInput ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        position: relative;
        left: initial;
    }
    .biwakoPageReservationForm .colInput :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        position: relative;
        left: initial;
    }
    .biwakoPageReservationForm .colInput ::-moz-placeholder { /* Mozilla Firefox 19+ */
        position: relative;
        left: initial;
    }
    .biwakoPageReservationForm .colInput :-ms-input-placeholder { /* Internet Explorer 10-11 */
        position: relative;
        left: initial;
    }
    .biwakoPageReservationForm .colInput ::-ms-input-placeholder { /* Microsoft Edge */
        position: relative;
        left: initial;
    }

    .biwakoPageReservationForm .colInput ::placeholder {
        line-height: normal;
    }

    .biwakoPageReservationForm .btnEvent{
        font-size: 16px;
    }

    .tableReservationFrom .selectDate select {
        font-size: 16px;
        margin: 0;
        padding-right: 64px;
        padding-left: 18.4px;
        width: auto;
    }

    .biwakoPageReservationForm .customSelect::after{
        right: 16%;
        top: 31%;
        border-left: 7.7px solid transparent;
        border-right: 7.7px solid transparent;
        border-top: 13.2px solid #000;
    }
    

    .makeReservation {
        width: 100%;
        padding: 0;
        display: block;
    }

    .makeReservation .btnMakeReservation{
        width: 100%;
    }

    .makeReservation .btnMakeReservation a, 
    .makeReservation .btnMakeReservation button,
    .eventDetailPage .btnJoinEvent a{
        font-size: 21px;
        padding: 13px 40px;
    }

    .makeReservation .btnOrange {
        margin-top: 16px;
    }

    .makeReservation .btnMakeReservation a::after, 
    .makeReservation .btnMakeReservation button::after,
    .eventDetailPage .btnJoinEvent a:after{
        width: 37.22px;
        right: 22%;
    }

    .eventDetailPage .btnJoinEvent a:after {
        right: 17%;
    }   

    .makeReservation .btnOrange a::after{
        right: 12%;
    }
    
    .biwakoPageReservationForm .colInput select {
        font-size: 16px;
        padding-right: 60px;
        padding-left: 20px;
        padding-top: 6.6px;
        padding-bottom: 6.6px;

    }
} 

@media only screen and (max-width: 320px){
    .biwakoPageReservationForm .colInput select{
        padding-right: 39px;
    }
}

/*end form contact*/
@keyframes scrolldot {
    0% {
        transform: translate3d(0, 10px, 0);
        opacity: 0;
    }
    50% {
        transform: translate3d(0, 50px, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 60px, 0);
        opacity: 0;
    }
}

/*End slider main*/
@media only screen and (max-width: 1439.98px){
    header.mainHeader .mainMenuPc {
        padding-left: 0;
    }

    header.mainHeader .mainMenuPc .navbar-nav .nav-item {
        min-width: 160px;
    }
}

@media only screen and (max-width: 1366px) {
    .eventSlide .slick-slide{
        margin-right: 60px;
    }

    .eventSlide .eventSlideBox {
        padding: 32px 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .telRequest p,
    .mainHeader .navbar-brand span {
        font-size: 10px;
    }
	.mainHeader .navbar-brand h1 {
        font-size: 10px;
    }

    .telRequest p.numberPhone {
        font-size: 35px;
        margin-top: 5px;
    }

    header.mainHeader .mainMenuPc .navbar-nav .nav-item {
        min-width: 120px;
    }

    header.mainHeader .mainMenuPc .navbar-nav .nav-link span {
        font-size: 10px;
        padding: 0 10px;
    }

    .mainHeader .navbar-brand {
        padding-left: 25px;
    }

    .slideshow .titleSlider .titleText p {
        font-size: 90px;
        line-height: 80px;
    }

    .slideshow .titleSlider .titleText span {
        font-size: 32px;
        line-height: 1;
    }

    .eventSlide .slick-slide{
        margin-right: 40px;
    }

    .work-block-item-content .work-block-content-wrapper .work-block-main-content .work-info h3 {
        font-size: 15px;
        line-height: 1.6;
    }

    .work-block-item-content .work-block-content-wrapper .work-block-main-content .work-info p {
        font-size: 13px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 991px) {
    .mainMenuSp,
    .spSlider{
        display: block;
    }

    br.spBrSpec {
        display: block !important;
    }
    /*header*/
    .mainHeader .navbar-brand span,
    .telRequest p,
    .pcSlider {
        display: none;
    }
	
	.mainHeader .navbar-brand h1 {
		display: none;
	}

    .topPageBody {
        margin-top: 90px;
    }
    
    .topPageBody .navbar-brand h1 {
        display: block;
        position: absolute;
        bottom: -20px;
        left: 15px;
    }

    header.mainHeader .navbar {
        padding: 10px 0 0 0;
        border-bottom: 1px solid #ccc;
    }

    .mainHeader .navbar-brand {
        height: 19.385px;
        padding-left: 15px;
        margin-right: 14px;
    }

    .mainHeader .navbar-brand img {
        width: 125px;
        margin: 0;
    }

    .telRequest {
        padding: 12px 8px 4px 8px;
    }

    .telRequest p.numberPhone {
        display: block;
        font-size: 26px;
        letter-spacing: 0.7px;
        margin: 0;
        line-height: 23px;
    }

    .telRequest p.subNumberPhone {
        font-size : 11px;
        color : #FFFFFF;
        display: block;
    }

    .colHearder.navContainerSp {
        justify-content: left;
    }

    .topPageBody .colHearder.navContainerSp {
        position: relative;
    }

    .colHearder.navContainerSp .navbar-toggler{
        background-color: #FC902D;
        border-radius: 0;
        position: absolute;
        right: 0;
        padding: 0;
        border: none;
        outline: none;
    }

    header.mainHeader .mainMenuPc {
        padding: 0;
    }

    .iconDoubleLine {
        position: relative;
        width: 55px;
        height: 50px;
    }

    .iconDoubleLine img.lineFirst,
    .iconDoubleLine img.lineSecond{
        position: absolute;
        width: 25px;
        height: 2px;
        left: 15px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .iconDoubleLine img.lineFirst {
        top: 19px;
    }

    .iconDoubleLine img.lineSecond {
        top: 29px;
    }

    .burgerBtnText {
        display: none;
        color: #FFF;
        font-size: 11px;
        position: absolute;
        width: 100%;
        bottom: 4px;
        left: 0;
        text-align: center;
    }

    .navbar-toggler[aria-expanded='true'] .lineFirst {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 20% 30%;
        -ms-transform-origin: 20% 30%;
        transform-origin: 20% 30%;
        left: 18px;
        top: 15px;
    }

    .navbar-toggler[aria-expanded='true'] .lineSecond {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 20% 70%;
        -ms-transform-origin: 20% 70%;
        transform-origin: 20% 70%;
        left: 18px;
        top: 25px;
    }

    .navbar-toggler[aria-expanded='true'] .burgerBtnText {
        display: block;
    }

    header.mainHeader .mainMenuSp {
        padding-top: 14px;
    }

    .topPageBody header.mainHeader .mainMenuSp {
        padding-top: 30px;
    }

    header.mainHeader .mainMenuSp .navbar-collapse{
        padding: 0 7px 7px 7px;
    }

    header.mainHeader .mainMenuSp .navbar-nav .nav-link {
        display: flex;
        align-items: center;
        height: 44px;
        width: 100%;
        font-size : 11.5px;
        color : #000000;
        font-weight: bold;
        padding: 0;
        padding-left: 22px;
        background-color: #EFEFEF;
        border-bottom: 1px solid #9FA0A0;
        position: relative;
    }

    /*header.mainHeader .mainMenuSp .navbar-nav .dropdown .dropdown-toggle::after{
        display: none;
    }*/

    .mainMenuSp .navbar-nav .nav-item .nav-link::after{
        display: none;
    }

    .mainMenuSp .navbar-nav .nav-item .nav-link .iconArrow {
        position: absolute;
        border: none;
        height: 22px;
        width: 22px;
        background-image: url('../images/menuArrowSp.svg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        right: 17px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .mainMenuSp .nav-link.dropdown-toggle[aria-expanded='true'] .iconArrow{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mainMenuSp .nav-item.dropdown .dropdown-menu {
        max-height: 0;
        padding: 0;
        margin: 0;
        border: none;
        display: block;
        -webkit-transition: max-height .8s; 
        transition: max-height .8s;
    }

    .mainMenuSp .nav-item.dropdown .dropdown-menu.show {
        margin: 0;
        border-radius: 0;
        border: none;
        background-color: #FFF;
        max-height: 500px;
    }

    .mainMenuSp .nav-item.dropdown ul {
        padding: 6px 0;
    }

    .mainMenuSp .nav-item.dropdown .dropdown-item {
        font-size: 11.5px;
        color: #000000;
        display: flex;
        align-items: center;
        height: 27px;
        position: relative;
        padding-left: 60px;
        font-weight: bold;
    }

    .mainMenuSp .nav-item.dropdown .dropdown-menu .dropdown-item .iconArrowSub {
        position: absolute;
        border: none;
        height: 11px;
        width: 11px;
        background-image: url('../images/subMenuArrowSp.svg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        left: 40px;
    }
    /*end header*/

    .slideshow::after {
        /*background: url(../images/slider-bg-sp.png);*/
		background: rgba(35, 24, 21, 0.2);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 1;
    }

    .slideshow .titleSlider .titleText p {
        line-height: 80px;
    }

    .slideshow .logoSlider {
        height: 12.6%;
    }

    .slideshow .titleSlider {
        top: 25%;
    }

    /*.contactAloneContainer a {
        padding: 2px;
    }*/
    .contactAloneContainer {
        display: block;
        padding: 38px 20px 30px 20px;
    }

    .contactAloneContainer a {
        width: 100%;
        margin-bottom: 17.5px;
    }

    .events {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .eventSlide {
        padding: 0 30px;
    }

    .eventSlide .eventSlideBox {
        position: inherit;
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px 40px 50px 40px;
    }

    .eventSlide .btnBlack {
        margin-top: 3px;
    }

    .eventSlide .slick-slide{
        margin: 0;
        margin-right: 20px;
    }

    .eventSlide .item .eventDate::after {
        width: 70%;
    }

    .work-block-masonry .work-block-item {
        width: 50%;
    }

    .work-block-item-content .work-block-content-wrapper .work-block-main-content .work-info h3 {
        font-size: 17px;
    }

    .work-block-item-content .work-block-content-wrapper .work-block-main-content .work-info p{
        font-size: 15px;
    }

    .work-block-item-content .work-block-content-wrapper {
        padding: 60px;
    }

    .showRoomCustom .productLineBox {
        padding: 40px;
        width: 58%;
    }

    .showRoomCustom .productLineMainImg{
        width: 40%;
    }

    /*.spSlider .item {
        min-height: 450px;
        overflow: hidden;
        text-align: center;
        position: relative;
    }

    .spSlider .item img{
        height: auto;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        top: 0;
        left: 0%;
        transform: translate(-50%, 0%);
    }*/

    .checkBoxContent .colInput,
    .checkBoxContent .colInput .checkBoxImg {
        display: block;
    }

    .withCheckList {
        display: flex;
        align-items: center !important;
    }

    .withCheckList .checkBoxDisplay .checkBoxImg {
        padding-top: 0;
        padding-bottom: 0;
    }

    .withCheckList .checkBoxDisplay {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 480px){
    .request-checkbox {
        padding-right: 16px;
        padding-left: 16px;
    }

    .request-checkbox .col {
        padding: 2px !important;
    }

    .request-checkbox .mwform-checkbox-field-text {
        font-size: 12px;
    }

    .request-checkbox * p {
        font-size: 10px !important;
    }

    .telRequest p.numberPhone {
        letter-spacing: 0.3px;
        font-size: 25px;
    }

    .slideshow .titleSlider .titleText p {
        font-size: 60px;
        line-height: 60px;
    }

    .slideshow .titleSlider .titleText span {
        font-size: 24px;
        line-height: 24px;
    }

    .slideshow .titleSlider .titleBtn span {
        font-size: 10px;
        padding: 3px 18px 5px 18px;
    }

    .slideshow .scrollTarget p {
        font-size: 15px;
    }

    .slideshow .logoSlider {
        height: 26.6%;
        width: 35%;
    }

    .slideshow .titleSlider {
        top: 22%;
    }

    .slideshow .titleSlider .titleBtn {
        margin-top: 4%;
    }

    .slideshow .scrollTarget {
        height: 12.3%;
    }

    .slideshow .scrollTarget .iconScroll {
        height: 73%;
    }

    @keyframes scrolldot {
        0% {
            transform: translate3d(0, 5px, 0);
            opacity: 0;
        }
        50% {
            transform: translate3d(0, 20px, 0);
            opacity: 1;
        }
        100% {
            transform: translate3d(0, 30px, 0);
            opacity: 0;
        }
    }

    /*.spSlider .item {
        min-height: 450px;
        overflow: hidden;
        text-align: center;
        position: relative;
    }

    .spSlider .item img{
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        top: 0;
        left: 0%;
        transform: translate(-50%, 0%);
    }*/

    .eventSlide {
        padding: 0;
    }

    .eventSlide .slick-slide{
        margin: 0;
    }

    .eventSlide .item {
        max-width: 237.5px;
        margin-left: 17px;
    }

    .eventSlide .slick-prev, 
    .eventSlide .slick-next {
        width: 30px;
        height: 30px;
    }

    .slick-prev:before, 
    .slick-next:before {
        font-size: 30px;
        color: #FC902D;
    }

    .eventSlide .slick-prev {
        left: 8px;
        z-index: 9;
    }

    .eventSlide .slick-next {
        right: 12.5px;
    }

    .eventSlideBoxTitle {
        padding: 0 14px;
    }

    .eventSlide .eventSlideBox {
        padding: 10px 12px 15px 12px;
        border: 4px solid #fc902d;
    }

    .eventSlide .biwakoLeftTitle {
        text-align: left;
    }

    .eventSlide .biwakoLeftTitle .titleJ::after {
        left: 12px;
    }

    .eventSlide .btnBlack {
        width: 117px;
        padding: 5px 0 3px 0;
    }

    .work-block-item-img img {
        height: auto;
        width: 100%;
        position: initial;
        transform: none;
        min-height: unset;
    }

    .work-block-item-content {
       position: initial; 
    }

    .work-block-item-img {
        width: auto;
        height: auto;
    }

    .work-block-masonry {
        padding: 15px 15px 0px 15px;
    }

    .work-block-item-content .work-block-content-wrapper .work-block-main-content .work-info h3 {
        font-size : 15px;
        line-height : 1.5;
        color: #000;
        font-weight: normal;
    }

    .work-block-item-01:hover .work-block-item-content .work-block-content-wrapper {
        background-color: transparent;
    }

    .work-block-item-img > a {
        display: block;
    }

    .work-block-item-content .work-block-content-wrapper .work-block-main-content .work-info p {
        font-size : 9px;
        line-height : 13px;
        letter-spacing: 0.9px;
    }

    .work-block-item-content .work-block-content-wrapper .work-block-main-content .work-info {
        width: 100%;
        margin: 0;
        background-color: #FFF;
    }

    .work-block-item-content .work-block-content-wrapper:before {
        top: 7.5px;
        right: 7.5px;
        left: 7.5px;
        bottom: 7.5px;
    }

    .work-block-item-content .work-block-content-wrapper:after {
        top: 15px;
        right: 15px;
        left: 15px;
        bottom: 15px;
    }

    .work-block-item-content .work-block-content-wrapper {
        padding: 10px 0 20px 0;
    }

    .work-block-item-content .work-block-content-wrapper .work-block-main-content .work-info h3 {
        margin-bottom: 10px;
    }

    .works .biwakoTitle {
        padding: 10px 0 20px 0;
    }

    .works,
    .works.worksIndex {
        padding-bottom: 18px;
    }

    .works .btnBlack {
        margin-top: 18px;
    }

    .work-block-masonry .work-block-item {
        width: 100%;
    }

    .work-block-item-content .work-block-content-wrapper .work-block-main-content {
        opacity: 1;
    }

    .work-block-item-01:hover .work-block-item-content .work-block-content-wrapper:before,
    .work-block-item-01:hover .work-block-item-content .work-block-content-wrapper:after,
    .work-block-item-content .work-block-content-wrapper .work-block-main-content .work-info p {
        display: none !important;
    }

    .showRoomCustom .productLineBox {
        float: none;
        padding: 22px 0 18px 0;
    }

    .showRoomCustom .productLineMainImg {
        top: 0;
        left: -2.55%;
        width: 105%;
    }

    .showRoomCustom .biwakoLeftTitle .titleJ::after {
        display: none;
    }

    .showRoomCustom .productLineBox p.desc {
        margin-top: 17px;
        padding: 0 75px;
    }

    .showRoomCustom .productLineMainImg {
        width: 105%;
    }

    .showRoomCustom .productLineBox {
        width: 100%;
    }

    /*.checkBoxContent .colTitle,
    .checkBoxContent .colInput {
        width: 100%;
    }

    .checkBoxContent .colInput .col{
        padding: 0;
    }

    .checkBoxContent .colInput .checkBox {
        width: 100%;
    }*/

    .checkBoxContent .colInput .checkBoxImg {
        display: block;
    }

    /*.checkBoxContent .colInput .checkBoxImg .imgContent {
        margin: 0 auto;
    }

    .checkBoxContent .colInput .checkBox {
        margin-bottom: 23px;
    }

    .checkBoxContent .colInput .col p {
        padding-bottom: 28px;
        padding-top: 15px;
    }*/

    .checkBoxContent .colInput {
        display: block;
        padding: 15px 8px;
    }

    /*.checkBoxContent {
        background: transparent !important;
    }*/

    .biwakoHomeVisited {
        padding: 0 15px;
    }

    .biwakoHomeVisited h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .biwakoHomeVisited p {
        width: 100%;
        line-height: 1.6;
        font-size: 15px;
    }

    .requestTelOrange.bigSize {
        width: 92%;
        zoom: 0.8;
    }

    .withCheckList .checkBoxDisplay .checkBoxImg {
        padding-bottom: 0;
    }

    .withCheckList .checkBoxDisplay {
        padding-bottom: 0;
    }

    .makeReservation {
        margin-top: 35px;
    }

    .makeReservation .btnMakeReservation,
    .eventDetailPage .btnJoinEvent,
    .formReservationContainer .btnSubmitEvent,
    .makeReservation .btnMakeReservation a, 
    .makeReservation .btnMakeReservation button,
    .eventDetailPage .btnJoinEvent a{
        border-width: 1px;
        letter-spacing: 3px;
    }

    .makeReservation .btnMakeReservation, 
    .eventDetailPage .btnJoinEvent, 
    .formReservationContainer .btnSubmitEvent {
        padding: 4px;
    }

    .navbar-nav .nav-link:hover {
        opacity: 1;
    }

    .works {
        padding-bottom: 0;
        background-color: #fff;
    }
}

@media only screen and (max-width: 320px){
    .mainHeader .navbar-brand {
        margin-left: 10px;
        height: auto;
    }

    .mainHeader .navbar-brand img {
        width: 105px;
    }

    .telRequest p.numberPhone {
        letter-spacing: 0;
        font-size: 20px;
    }

    .requestTelOrange {
        zoom: 0.8;
    }

    .requestTelOrange.bigSize {
        zoom: 0.7;
    }

    .makeReservation .btnMakeReservation a, 
    .makeReservation .btnMakeReservation button,
    .eventDetailPage .btnJoinEvent a{
        letter-spacing: 0;
    }

    .telRequest {
        padding: 12px 2px 4px 2px;
    }
}

.blogDetail > div > div.wpContent > p > img {
  width: 100%;
  height: auto;
  max-width: 600px;
}

@charset "utf-8";
/* CSS Document */

#sitemap_list {
    margin: 0;
    padding: 0;
}

#sitemap_list li {
    padding: 0;
    margin: 1.5em 0;
    list-style-type: none;
}

#sitemap_list li ul {
    margin: 1.5em 0 0 0;
    padding: 0;
}

#sitemap_list li li {
    background: url(../images/simple2/ico_level_2.png) no-repeat 0 0.5em;
    margin: 0.7em 0 0.7em 30px;
    padding: 0 0 0 25px;
}

#sitemap_list li a {
    background-color: #faf8f2;
    text-indent: 0;
    display: block;
    padding: 3px 5px 2px;
    border: solid 1px #cacaca;
}

#sitemap_list li li a {
    background: none;
    display: inline;
    padding: 0;
    border: none;
}

#sitemap_list .posts_in_category {
    margin-top: -1.5em;
}

#sitemap_list li li .posts_in_category {
    position: absolute;
    margin: 0;
    padding-left: 10px;
}

#sitemap_list .posts_in_category a {
    background: url(../images/simple2/ico_post_list.png) no-repeat center;
    text-indent: -9999px;
    display: block;
    width: 1.1em;
    height: 1.1em;
    border: solid 1px #ccc;
    margin-top: -1.5em;
    padding: 0;
    float: right;
    margin-right: 10px;
}

#sitemap_list li li .posts_in_category a {
    margin: 0;
    float: none;
}

.sp{
	display: none;
}
@media(max-width: 768px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.checkBoxContent .colTitle{
		padding: 21px 0;
		height: auto;
	}
	.biwakoPageReservationForm{
		padding: 0 25px;
	}
	#mw_wp_form_mw-wp-form-59 .biwakoPageReservationForm .rowReservationFrom{
		background: #fff !important;
	}

	.checkBoxContent .colInput .checkBoxImg{
		width: 100%;
		padding: 0;
		overflow: hidden;
		display: flex;
		align-items: center;
	}
	.checkBoxContent .request-checkbox .row{
		margin: 0 -15px;
	}
	.checkBoxContent .request-checkbox .col-12 + .col-12{
		padding-top: 39px;
	}
	.checkBoxContent .request-checkbox .checkBoxImg .img{
		float: left;
	}
	.checkBoxContent .request-checkbox .checkBoxImg .text{
		float: left;
		padding-left: 9px;
	}

	.checkBoxContent .request-checkbox .checkBoxImg .text .subTitle{
		font-size: 18px;
		margin-bottom: 8px;
	}
	.checkBoxContent .request-checkbox .checkBoxImg .text .subTitleBiz{
		font-size: 21px;
    	line-height: 1.3;
	}
	.checkBoxContent .request-checkbox .wrapContent{
		width: 100%;
		padding-top: 10px;
		padding-left: 0;
		padding-bottom: 39px;
	}
	.checkBoxContent .request-checkbox .col-12:last-child .wrapContent{
		padding-bottom: 30px;
	}
	.checkBoxContent .request-checkbox .wrapContent .txtContent{
		width: 100%;
		margin-top: 0px;
	}
	.checkBoxContent .request-checkbox .wrapContent .txtContent .text{
		font-size: 15px !important;
		letter-spacing: 0;
	}
	.checkBoxContent .request-checkbox .wrapContent .imgContent{
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	.checkBoxContent .request-checkbox .wrapContent .imgContent img{
		width: 100%;
	}
	.checkBoxContent .request-checkbox .wrapContent .txtContent .btnCheck{
		margin-top: 15px;
	}
	.checkBoxContent .request-checkbox .wrapContent .txtContent .btnCheck a{
		font-size: 18px;
		padding: 17px 0;
	}
	.checkBoxContent .request-checkbox .wrapContent .txtContent .btnCheck a:hover{
		opacity: 1;
	}
}