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

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",sans-serif;
    border: solid #074D29;
    border-width: 1em;
    width: 100%;
    box-sizing: border-box;
}

img.header_takusho_logo{
    display: block;
    height: 70px;
    margin-left: 1%;
}


.start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
}
.start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 100%;
}

.concept_title{
    max-width: 880px;
    width:100%;
    margin: auto;
    position: absolute;left: 23%;
}



.doma_teian{
    margin-bottom: 10px;
    position: absolute;
    top: -7%;
    left:11%;
    z-index: 1;
    max-width: 880px;
    }


.teian_bottomtext{
    max-width: 1200px;
    position: absolute;
    top: 95%;
    left: 13%;
}

/*
.swiper-wrapper,
.swiper-container{
    overflow: hidden;
}
*/



.allwidth{
    width: 100%;
    margin:0 auto;
}

.pcnone{
    display: none;
}


div {text-align:center;}
img {
    max-width: 100%;
    height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.flex_test-box {
    display: flex;              /* フレックスボックスにする */
	justify-content:center;
		margin: 0;
	padding: 0;
}
.flex_test-item {
    padding: 0;
    margin:  0;              /* 外側の余白 */
}

.mgb110{
    margin-bottom: 110px;
}

.pdt110{
    padding-top: 110px;
}
.mgb200{
    margin-bottom: 200px;
}
.mgb70{
    margin-bottom: 70px;
}



ul.pcnone,
ul.spnone{
    list-style: none;
    margin:0;
    padding:0;
}

/*
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}

.swiper-slide-active .slide-img_pc,
.swiper-slide-duplicate-active .slide-img_pc,
.swiper-slide-prev .slide-img_pc{
  animation: zoomUp 19s linear 0s 1 normal both;  
}



*/

.logo_bunjochi_pc{
    position: absolute;
    z-index: 9999;
    bottom: 7%;
    right: 4%;
    display: block;
    width: 15%;
    filter:drop-shadow(0px 0px 10px rgba(250, 250, 250, 0.5));
}


.logo_bunjochi_sp{
    position: absolute;
    z-index: 9999;
    bottom: 6%;
    right: 6%;
    display: block;
    width: 35%;
    filter:drop-shadow(0px 0px 10px rgba(250, 250, 250, 0.5));
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 24%!important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 24%!important;
}

.swiper-container{
    z-index: 0!important;
}



/*黒透過のためのcss
.slide-img_pc:before{
    content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.5);
}
*/


/*ここからフローティングメニュー*/

.page-top {
    position: fixed;
    bottom: 15px!important;
    font-size: 77%;
    width: 98%;
    z-index: 1;
}

.page-top a:hover {
    text-decoration: none;
}


.sp_box img{
    width: 25%;
}


.page-top ul {
    width: 800px;
    list-style: none;
    display: flex;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #333;
    border: 1px solid #333;
    max-width: 90%;
    background-color: rgba(255,255,255,0.8);
}

.page-top ul li.docu {
    width: 50%;
}
.page-top ul li {
    width: 25%;
    text-align: center;
    /* border-left: 1px solid #333; */
    height: 59px;
}

.page-top ul li.docu,
.page-top ul li.visit{
    border-right: 1px solid #333;
}


.page-top ul li.docu img {
width: 35px;
margin-bottom: 5px;
}
.page-top ul li.visit img{
    width: 30px;
    margin-bottom: 5px;
}
.page-top ul li.tel img{
    width: 36px;
    margin-bottom: 5px;
    margin-top: 9px;
}

.page-top ul li a{
    color: #333;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2em;
    width: 100%;
}

@media screen and (max-width: 1199px){
.concept_title{
    left: 10%;
}
}



@media screen and (max-width: 970px){
    .w90{
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

.concept_title{
    left: 5%;
}
.doma_teian{
    left: 0;
    top:-4%;
}
.teian_bottomtext{
    right: 0;
    left: 0;
}
}






@media screen and (max-width: 880px){
    .mgb110{
        margin-bottom:15%;
    }

.pdt110{
    padding-top:15%;
}

    .mgb200 {
    margin-bottom: 30%;
    }
    .mgb70{
        margin-bottom:5%;
    }
    body{
        border-width: .5em;
    }


.spnone{
        display:none; 
    }

    .pcnone{
    display: block;
    }

    .start p{
        top:20%;
    }
}





@media screen and (max-width: 820px){
    .page-top ul{
        width: 90%;
    }
}

@media screen and (max-width: 520px){
    .page-top ul li.docu img{
        width: 24px;
    }
    .page-top ul li.visit img{
        width: 20px;
    }
    .page-top ul li.tel img{
        width: 29px;
    }
    .page-top ul li{
        height: 50px;
    }
    .page-top ul{
        height: 44px;
    }
    .page-top ul li.docu,
    .page-top ul li.tel, 
    .page-top ul li.visit{
        width: 33%;
    }
}



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


img.header_takusho_logo{
    height: 50px;
}

}




