* {
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

img {
    height: auto;
    max-width: 100%;
}

body {
    color: #333333;
    font-family: "Yu Mincho", "YuMincho", serif;
    line-height: 1.6;
}

li {
    list-style-type: none;
}

a {
    color: #111111;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.br_pc {
    display: block;
}

.br_sp {
    display: none;
}

.inner {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
}

.header {
    left: 0;
    position: relative;
    top: 0;
    z-index: 2;
}



.slider-items {
    max-width: 100%;
}

.slider-items img {
    display: block;
    height: auto;
}

.header {
    position: relative;
    width: 100%;
}

.header .sns-link {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1000;
}
.header .sns-link .items {
    margin-right: 3px;
}

.header .sns-link .items a:hover {
    opacity: 0.8;
}

.header .logo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.header .logo img{
    width: 150px;
}

#g-nav {
    background: #f8f5f0;
    height: 100vh;/*ナビの高さ*/
    left: -120%;

/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;

/*ナビのスタート位置と形状*/
    top: 0;

/*動き*/
    transition: all 0.6s;
    width: 50%;
    z-index: 999;
}



/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    left: 0;
}

#g-nav .logo {
    position: absolute;
    right: 30px;
    top: 30px;
}



/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    height: 100%;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;

/*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    width: 100%;
    z-index: 999;
}

/*ナビゲーション*/
#g-nav .list {
    /* left: 25%;
    position: absolute;
    top: 55%;
    transform: translate(-50%,-50%); */
    margin: 7% 5% 5% 5% ;
    width: 40%;
    z-index: 999;
}

/*リストのレイアウト設定*/

#g-nav li {
    list-style: none;
    text-align: center;
}

#g-nav .list .list_items {
    width: 100%;
}

#g-nav .list .list_items  .items {
    border-bottom: 1px solid #ccc ;
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

#g-nav .list .list_items  .items .sub_items {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 10px;
}

#g-nav .list .list_items  .items a{
    display: block;
    width: 100%;
}

#g-nav .list .list_items  .items .sub_items a{
    width: 100%;
    display: block;
}

#g-nav .list .list_items  .items a:hover {
    opacity: 0.8;
}

#g-nav .list .list_items  .items::after {
    content: ">";
    font-weight: bold;
    height: 10px;
    position: absolute;
    right: 10px;
    width: 10px;
    top: 10px;
}

#g-nav .sub_list {
    font-size: 12px !important;
}

#g-nav-list .menu_work {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#g-nav-list .menu_work .items {
    margin-right: 20px;
}

#g-nav-list .menu_work .title {
    font-size: 14px;
}


#g-nav-list .sns-link {
    display: flex;
    margin-top: 20px;
}

#g-nav-list .sns-link a {
    margin-right: 5px;
}

#g-nav-list .sns-link a:hover {
    opacity: 0.8;
}

#g-nav-list .link-btn {
    display: flex;
    margin-top: 20px;
    width: 100%;
}

#g-nav-list .link-btn a {
    border: #333333 2px solid;
    color: #111111;
    display: block;
    font-weight: bold;
    margin-right: 10px;
    padding: 10px;
    width: 180px;
}

#g-nav-list .link-btn a:hover {
    background-color: #111111;
    border: #333333 2px solid;
    color: #fff;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    color: #111111;
    cursor: pointer;
    font-size: 14px;
    height: 50px;
    left: 10px;
    line-height: 3rem;
    padding-left: 54px;
    position: fixed;
    top: 20px;
    z-index: 9999;/*ボタンを最前面に*/
    font-weight: bold;
}

/*×に変化*/  
.openbtn1 span {
    background-color: #111111;
    border-radius: 2px;
    display: inline-block;
    height: 2px;
    left: 14px;
    position: absolute;
    transition: all 0.4s;
    width: 30px;
    
}

.openbtn1 span:nth-of-type(1) {
    top: 15px;
}

.openbtn1 span:nth-of-type(2) {
    top: 25px;
}

.openbtn1 span:nth-of-type(3) {
    top: 35px;
}

.openbtn1.menu_b {
    color: #111111;
}

.openbtn1 span.menu_b {
    background-color: #111111;
    color: #111111;
}

.openbtn1.menu_white {
    color: #fff;
}

.openbtn1 span.menu_white {
    background-color: #fff;
    color: #fff;
}


.openbtn1.active {
    color: #111111;
}

.openbtn1.active span {
    background-color: #111111;
    color: #111111;
}

.openbtn1.active span:nth-of-type(1) {
    left: 18px;
    top: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
    left: 18px;
    top: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


.fv {
    width: 100%;
    position: relative;
}


.shintiku .fv{
    background-image: url(../shintiku/img/shintiku_fv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fv::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50vw - 50%);
    width: 0;
    height: 0;
    border-bottom: 80px solid #f8f5f0; 
    border-left: 49vw solid transparent;
    border-right: 50vw solid transparent;
}

.fv .title{
    color:#fff;
    font-size: 36px;
    text-align: center;
    text-shadow: 3px 3px 3px #333333;
    font-weight: bold;
    }

.fv .sub_title{
    color:#fff;
    display: block;
    font-size: 24px;
    text-shadow: 3px 3px 3px #333333;
    font-weight: bold;
}

.breadcrumb{
    position: absolute;
    top:10px;
    left:20px;
    color: #fff;
    font-weight:bold ;
    text-shadow: 1px 1px 1px #333333;
}

.breadcrumb .list{
    display: flex;
}

.breadcrumb a{
    color: #fff;
}


.breadcrumb a:hover{
    opacity: 0.8;
}

.shintiku .works{
    background-color: #f8f5f0;
    padding-top: 20px;
    padding-bottom: 60px;
}

.shintiku .works .link_list{
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    font-size: 24px;
}

.shintiku .works .link_list a:hover{
    opacity: 0.8;
}


.shintiku .works .link_list .items.punctuation{
    padding: 0 20px;
}

.shintiku .works .link_list .items.punctuation::before{
    content:"/";
    margin-right: 20px;
}

.shintiku .works .link_list .items.punctuation::after{
    content:"/";
    margin-left: 20px;
}

.shintiku .works .movie{
    margin-top: 60px;
}

.shintiku .works .movie .title{
    font-size: 32px;
    text-align: center;
    margin-top: 60px;
}

.shintiku .works .movie .sub_title{
    font-size: 20px;
    display: block;
    text-align: center;
}

.shintiku .works .movie .text{
    font-size: 16px;
    text-align: center;
    margin: 10px 0 20px 0;
}

.shintiku .works .movie .video{
    margin: 0 auto;
    text-align: center;
    max-width: 700px;
    width: 100%;
}

.shintiku .works .architecture{
    margin-top: 80px;
}


.shintiku .works .architecture .title{
    font-size: 32px;
    padding-bottom: 10px;
    border-bottom: 2px solid #333333;
    font-weight: bold;
}

.shintiku .works .architecture .sub_title{
    font-size: 20px;
    display: block;
    font-weight: bold;
}

.shintiku .works .architecture .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.shintiku .works .architecture .list .items{
    max-width: 300px;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.shintiku .works .architecture .list .items a:hover{
    opacity: 0.8;
}

.shintiku .works .architecture .list .items:not(:nth-child(3n)){
    margin-right: 20px;
}


.shintiku .works .architecture .list .items .name{
    text-align: center;
    padding: 5px 0;
    background-color: #111111;
    color: #fff;
    max-width: 300px;
    margin: 0 auto;
}

.result-title{
	color:#555;
    font-size: 30px;
    padding-bottom: 10px;
    font-weight: bold;
	text-align: center;
	margin-bottom:30px;
}


.shintiku .works .complete{
    margin-top: 80px;
}


.shintiku .works .complete .title{
    font-size: 32px;
    padding-bottom: 10px;
    border-bottom: 2px solid #333333;
    font-weight: bold;
}

.shintiku .works .complete .sub_title{
    font-size: 20px;
    display: block;
    font-weight: bold;
}

.shintiku .works .complete .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    text-align: center;
    margin-left: 40px;
}

.shintiku .works .complete .list .items{
    max-width: 300px;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.shintiku .works .complete .list .items a:hover{
    opacity: 0.8;
}

.shintiku .works .complete .list .items:not(:nth-child(3n)){
    margin-right: 20px;
}

.shintiku .works .complete .list .items .name{
    text-align: center;
    padding: 5px 0;
    background-color: #111111;
    color: #fff;
    max-width: 280px;
    margin: 0 auto 0;
	min-height:110px;
	z-index: 999;
}


/*新築住宅施工実績ページ*/

.exterior{
    margin-top: 60px;
    text-align: center;
}


.shintiku .works .exterior .title{
    font-size: 32px;
    text-align: center;
    margin-top: 60px;
}

.shintiku .works .exterior .sub_title{
    font-size: 20px;
    display: block;
    text-align: center;
}

.shintiku .works .exterior .img_box{
    margin-top: 40px;
}

.shintiku .works .exterior .movie_box{
    margin-top: 40px;
}

.shintiku .works .exterior .movie_box{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 800px;
    width: 100%;
	aspect-ratio: 16 / 9;
}
.shintiku .works .exterior .movie_box iframe{
	width: 100%;
	height: 100%;
}

.gallery {
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    max-width: 900px;
}

.gallery img{
	 margin: 0 auto;
     width: 1000px;
}

.gallery li{
list-style:none;
}

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 50%;
    cursor: pointer;
    outline: none;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    height: 25px;
    width: 25px;
}

.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}

.choice-btn {
	margin-top: 40px;
	margin-bottom:150px;
}

.choice-btn li{
	cursor: pointer;
	outline: none;
/*
	background:#333333;
*/
	width:25%!important;
	list-style:none!important;
	margin:0!important;
	padding:0!important;
}

.choice-btn .slick-track {
	transform: unset !important;
    display: flex;
    flex-wrap: wrap;
	gap:10px;
    justify-content: center;
    text-align: center;
    max-width: 1000px !important;
    width: 100% !important;
}
.choice-btn .slick-slide {
    max-width: 180px;
    width: 100%;
    display: block;
}

.choice-btn .slick-slide img:hover{
    opacity: 0.8;
}

.choice-btn figcaption{
    font-weight:bold;
}


/*会社概要ページ*/


.about .fv{
    background-image: url(../shintiku/img/shintiku_fv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.about {
    background-color: #f8f5f0;
    padding-bottom: 60px;
}

.about .content{

    margin: 0px auto;
    max-width: 1024px;
    width: 100%;
    margin-top: 40px;
}

.about .natural{
    padding: 60px;
    background-color: #fff;
}

.about .natural .flex{
    display: flex;
}

.about .natural .flex .left{
    width: 50%;
}


.about .natural .flex .left h2{
    font-size: 60px;
    font-weight: bold;
    color: #cebda0;
}
.about .natural .flex .left h3{
    font-size: 24px;
    
}

.about .natural .flex .left p{
   font-size: 18px;
   margin-top: 20px;
}

.about .natural .flex .right{
    width: 50%;
}

.about .text{
    font-size: 16px;
    margin-top: 20px;
}



.about .benefit{
    padding: 60px;
    background-color: #fff;
    margin-top: 20px;
}

.about .benefit .flex{
    display: flex;
}

.about .benefit .flex .left{
    width: 50%;
}

.about .benefit .flex .right{
    width: 50%;
}

.about .benefit .flex .right h2{
    font-size: 60px;
    font-weight: bold;
    color: #cebda0;
}
.about .benefit .flex .right h3{
    font-size: 24px;
    
}

.about .benefit .flex .right p{
    font-size: 16px;
    margin-top: 20px;
}

.about .benefit .img_box{

    margin-top: 40px;
}


.about .wood{
    padding: 60px;
    background-color: #fff;
    margin-top: 20px;
}

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


.about .wood .flex .left h2{
    font-size: 60px;
    font-weight: bold;
    color: #cebda0;
}
.about .wood .flex .left h3{
    font-size: 24px;
    
}

.about .wood .flex .left p{
    font-size: 16px;
    margin-top: 20px;
}

.about .wood p{
    font-size: 16px;
    margin-top: 20px;
}

.about .wood .img_box{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.about .wood .img_box .left{
    margin-right: 20px;
}

.about .skill{
    padding: 60px;
    background-color: #fff;
    margin-top: 20px;
}

.about .skill h2{
    font-size: 60px;
    font-weight: bold;
    color: #cebda0;
    text-align: center;
}

.about .skill .sub_title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.about .skill .text{
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.about .skill .img_box{

    margin-top: 20px;
}

.about .skill .list .title{
    margin-top: 20px;
    font-weight: bold;

}

.about .skill .list .text{
    font-size: 16px;
    text-align: left;
    margin-top: 5px;
}

.about .company{
    padding: 60px;
    background-color: #fff;
    margin-top: 20px;
}

.about .company .title{
    font-size: 60px;
    font-weight: bold;
    color: #cebda0;
    text-align: center;
}

.about .company .sub_title{
    font-size: 24px;
    text-align: center;
}



.about table{
    border-collapse: collapse;
    margin:0 auto;
    width: 100%;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-left:  solid 2px #fff;
    border-right:  solid 2px #fff;
    margin-top: 40px;
    font-size: 14px;
  }
  
  .about table th{
    padding : 10px 10px;
    border: solid 1px #ccc;
    margin:0;
    background-color:#fff;
    text-align: center;
    vertical-align:middle;
  }
  
  .about table td{
    padding : 10px 20px;
     border: solid 1px #ccc;
     
  }
  
  .about th{
    width: 10%;
  }
  
  .about td{
    width: 40%;
  }

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

    .about .natural{
        padding: 20px;
        width: 90%;
        margin: 0 auto;
    }

    .about .natural .flex{
        flex-direction: column;
    }
    .about .natural .flex .left{
        width: 100%;
    }

    .about .natural .flex .left h2{
        font-size: 48px;
    }

    .about .natural .flex .right{
        width: 100%;
        margin-top: 20px;
    }


    .about .benefit{
        padding: 20px;
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .about .benefit .flex{
        flex-direction: column-reverse;
    }

    .about .benefit .flex .left{
        width: 100%;
        display: none;
    }
    .about .benefit .flex .right{
        width: 100%;
        margin-top: 20px;
    }

    .about .benefit .flex .right h2{
        font-size: 48px;
    }

    .about .wood {
        padding: 20px;
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .about .wood .flex{
        flex-direction: column;
    }

    .about .wood .flex .right{
        margin-top: 20px;
    }

    .about .wood .flex .left h2{
        font-size: 48px;
    }

    .about .wood .img_box{
        flex-direction: column;
    }

    .about .wood .img_box .left{
        margin-right: 0;
    }

    .about .wood .img_box .right{
        margin-top: 10px;
    }

    .about .skill{
        padding: 20px;
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .about .skill h2{
        font-size: 48px;
    }

    .about .skill .sub_title{
        font-size: 20px;
    }

    .about .company{
        padding: 20px 0;
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .about .company .title{
        font-size: 48px;
    }

  }


/*フッター*/

.footer {
    background-color: #111111;
    color: #fff;
    padding: 60px 0 0 0 ;
}

.footer .inner {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
}

.footer .contact_title {
    font-size: 54px;
    margin-bottom: 32px;
    text-align: center;
}

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

.footer .contact_box .left {
    background-color: #fff;
    color: #333333;
    padding: 48px 0;
    text-align: center;
    width: 50%;
}

.footer .contact_box .left .title {
    font-size: 24px;
    margin-top: 16px;
}

.footer .contact_box .left .text {
    font-size: 16px;
    margin-top: 16px;
}

.footer .contact_box .left a {
    background-color: #a97d48;
    border: solid 1px #a97d48;
    color: #fff;
    display: block;
    margin: 8px auto;
    max-width: 290px;
    padding: 8px 0;
}

.footer .contact_box .left a:hover {
    background-color: #fff;
    border: solid 1px #a97d48;
    color: #a97d48;
}

.footer .contact_box .right {
    background-color: #fff;
    color: #333333;
    padding: 48px 0;
    text-align: center;
    width: 49%;
}

.footer .contact_box .right .title {
    font-size: 24px;
}

.footer .contact_box .right .tel {
    font-size: 44px;
    font-weight: bold;
}

.footer .contact_box .right .text {
    font-size: 16px;
}

.footer .content {
    display: flex;
    margin-bottom: 120px;
}

.footer .content .left {
    margin-right: 40px;
}

.footer .content .left .company_name {
    font-size: 24px;
    margin-top: 32px;
}

.footer .content .left .tel {
    font-size: 14px;
    margin-top: 16px;
}

.footer .left .address {
    font-size: 14px;
    margin-bottom: 24px;
    margin-top: 8px;
}

.footer .right .menu {
    display: flex;
/*
    font-size: 14px;
*/
    font-size: 13px;
    margin-top: 160px;
}

.footer .right .menu a {
    color: #fff;
}

.footer .right .menu a:hover {
    opacity: 0.8;
}

.footer .right .menu .items {
    margin-bottom: 8px;
    margin-right: 10px;
/*
    margin-right: 20px;
*/
}

.footer .copy {
    background-color: #fff;
    color: #333333;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.footer .flex {
    display: flex;
    margin-top: 10px;
}

.footer .sns-link {
    display: flex;
    justify-content: left;
    margin-left: 24px;
}

.footer .sns-link .items {
    margin-right: 3px;
}

.footer .sns-link .items a:hover {
    opacity: 0.8;
}

/*プライバシーポリシーページ*/


.privacypolicy .fv{
    background-image: url(../shintiku/img/shintiku_fv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}




.privacypolicy {
    background-color: #f8f5f0;
    padding-bottom: 60px;
}

.privacypolicy .content{
    background-color: #fff;
    margin: 0px auto;
    max-width: 1024px;
    width: 100%;
    padding: 40px;
    margin-top: 40px;
}

.privacypolicy .content .main_title{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
}

.privacypolicy .content .read{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.privacypolicy .content .title{
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}

.privacypolicy .content .text{
    font-size: 16px;
    margin-top: 5px;
}


/*お問い合わせページ*/


.contact .fv{
    background-image: url(../shintiku/img/shintiku_fv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.contact {
    background-color: #f8f5f0;
    padding-bottom: 60px;
}

.contact .content{
    background-color: #fff;
    margin: 0px auto;
    max-width: 1024px;
    width: 100%;
    padding: 40px;
    margin-top: 40px;
}

.contact h3{
    font-size: 30px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
}

.inqury-top-msg {
    font-size: 16px;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.tbl_inq {
    width: 100%;
}
.tbl_inq td {
    width: auto;
}

.dt {
    background-color: #eee;
    font-weight: bold;
    padding: 10px 0 10px 15px;
}

.dd {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 20px;
}

.bold {
    font-weight: bold;
}

.contact-type {
    background-color: #222;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
    padding: 5px 10px 5px 5px;
}

#contact_form {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.dt2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 20px;
}

.dd2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 2px;
    margin-top: 5px;
}

.reservation {
	width:100%;
    font-size: 18px;
}

.important {
	color:#f00;
    font-size: 14px;
}

.dd2 input {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 10px;
    width: 100%;
}

.dd2 .input {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 10px;
}

.dd2 option {
    font-size: 16px;
}

textarea{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 0;
    width: 100%;
}

.zip {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 0;
    width: 40% !important;
}

.buttons input{
    background-color: #222 !important;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #fff;
    line-height: 2;
    width: 500px;
    margin: 0 auto;
    display: block;
    margin-top: 60px;
    padding: 10px 0;
}

.required {
    color: red;
    margin-left: 5px;
}


@media screen and (max-width: 1400px) {
    #g-nav {
        width: 100%;
    }

    #g-nav .list {
        margin: 10% auto 5%;
        width: 60%;
    }

    #g-nav-list .menu_work .title {
        font-size: 11px;
    }

    #g-nav-list .menu_work .items {
        margin-right: 5px;
    }

    #g-nav-list .sns-link {
        justify-content: center;
    }

    #g-nav-list .link-btn {
        flex-direction: column;
    }

    #g-nav-list .link-btn a {
        margin: 0 auto;
        margin-top: 10px;
        width: 90%;
    }
    .shintiku .works .architecture .title{
        width: 90%;

        margin: 0 auto;
    }
    
    .shintiku .works .complete .title{
        width: 90%;

        margin: 0 auto;
    }

    

}

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

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    #g-nav .list {
        margin: 20% auto 5%;
        width: 90%;
    }

    .fv{
        height: 250px !important;
    }
    
     .fv::after{
        border-bottom: 50px solid #f8f5f0;
    }

   .fv .title{
        font-size: 30px;
    }

    .fv .sub_title{
        font-size: 20px;
    }

    .shintiku .works .link_list{
        font-size: 20px;
    }

    .shintiku .works .architecture .title{
        font-size: 24px;

    }
    
    .shintiku .works .complete .title{
        font-size: 24px;
    
    }

    .shintiku .works .architecture .list{
        
        justify-content:center ;
    }

    .shintiku .works .architecture .list .items:not(:nth-child(3n)){
        margin-right: 0;
    }

    .shintiku .works .architecture .list .items:nth-child(2n+1){
        margin-right: 20px;
    }


    .shintiku .works .complete .list{
        margin-left: 0;
        justify-content:center ;
    }

    .shintiku .works .complete .list .items:not(:nth-child(3n)){
        margin-right: 0;
    }


    .shintiku .works .complete .list .items:nth-child(2n+1){
        margin-right: 20px;
    }


    .shintiku .works .exterior .img_box{
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
    }
	
    .shintiku .works .exterior .movie_box{
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
    }

    .shintiku .works .architecture{
        margin-top: 40px;
    }

    .gallery{
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .choice-btn{
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .privacypolicy{
        padding-bottom: 20px;
    }

    .privacypolicy .content{
        width: 100%;
        padding: 20px;
        margin-top: 20px;
    }

    .contact {
        padding-bottom: 20px;
    }

	.contact h3{
		font-size: 20px;
	}
	
    .buttons input{
        width: 300px;
        margin-top: 30px;
    }

    .contact .content{
        width: 96%;
        padding: 0;
        margin-top: 20px;
    }

    .inqury-top-msg{
        font-size: 14px;
    }

    .footer {
        padding: 60px 0 0 0;
    }


    .footer .contact_box {
        flex-direction: column;
        justify-content: center;
    }

    .footer .contact_box .left {
        margin: 0 auto;
        width: 90%;
    }

    .footer .contact_box .right {
        margin: 0 auto;
        margin-top: 20px;
        width: 90%;
    }

    .footer .content {
        flex-direction: column;
        margin: 0 auto;
        width: 90%;
    }

    .footer .content .left {
        margin: 0;
    }

    .footer .right .menu {
        margin-top: 40px;
    }

    .footer .flex {
        margin-bottom: 40px;
    }


    .footer .right .menu {
        flex-wrap: wrap;
    }

    .footer .right .menu .list {
        width: 50%;
    }

    .footer .contact_title {
        font-size: 32px;
    }

    .footer .contact_box .left {
        padding: 30px 0;
    }

    .footer .contact_box .right {
        padding: 30px 0;
    }
}



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

    .header .logo img{
        width: 100px;
    }

    .openbtn1{
        top: 10px;
        left: 0;
    }

    .shintiku .works .link_list{
        font-size: 18px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .shintiku .works .link_list .items.punctuation{
        padding: 5px 0px;
        margin: 5px 0;
        border-top: #111111 1px solid;
        border-bottom: #111111 1px solid;
    }

    .shintiku .works .link_list .items.punctuation::before{
        display: none;
    }

    .shintiku .works .link_list .items.punctuation::after{
        display: none;
    }

    .shintiku .works .movie .title{
        font-size: 24px;
    }
    .shintiku .works .movie .video{
        width: 90%;
    }
    .shintiku .works .movie .video iframe{
        height: 300px;
    }

    .shintiku .works .architecture .list .items:nth-child(2n+1){
        margin-right: 0px;
    }

    .shintiku .works .complete .list .items:nth-child(2n+1){
        margin-right: 0px;
    }

    .shintiku .works .exterior .title{
        font-size: 28px;
    }

    

}

#pagetop{
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    z-index: 10;
}

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

	#pagetop{
	    right:10px;
	    bottom:10px;
	}

	#pagetop img {
		width:100%;
		max-width:80px;
		height:auto;
	}

}

.junl {
	padding-left:1em !important;
	font-size:80% !important;
}

.gallery img{
	width:auto;
	max-height:550px;
}

/*topics*/

.topics .content {
    background-color: #f8f5f0;
    border: #7f6a59 2px solid;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin: 0 auto;
    max-width: 900px;
	margin:75px auto 0;
    padding: 24px;
    width: 100%;
}

.topics .items {
}

.topics .items a {
/*
    display: flex;
*/
}

.topics a {
	color:#0000ee;
}

.topics .day {
    color: #111111;
    font-size: 16px;
    font-weight: bold;
    margin-right: 40px;
}

.topics .text {
    color: #111111;
    display: inline-block;
    font-size: 16px;
}

.topics .topics-title {
    font-size:19px;
	line-height:2;
}

.topics .text p{
    margin:0.25em 0.5em;
}
.topics figure {
	float: left;
	margin: 0 15px 15px 0;
}
.topics figure img {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.topics figure {
		float:none;
		margin: 0 auto 15px;
	}
	.topics figure img {
		display: block;
		margin: 0 auto;
	}
}


.swiper {
  width: 100%;
  max-width:800px;
  height: 100%;
　margin:0;
  padding:0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  max-height:600px;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
  margin:20px 0 10px 0;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  max-height:600px;
  object-fit: cover;
}


.about .flow{
    padding: 60px;
    background-color: #fff;
    margin-top: 20px;
}

.about .flow h2{
    font-size: 60px;
    font-weight: bold;
    color: #cebda0;
    text-align: center;
}

.about .flow .sub_title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.timeline {
	position: relative;
	overflow: auto;
	margin:50px auto;
  }
.timeline:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    background: #dddddd;
    left: 0;
  }
  
.timeline ul {
    list-style: none;
    padding: 0 0 0 1em;
    z-index: 1;
  }
  
.timeline li {
    background: #F8F5F0;
    padding: 1em;
    margin-bottom: 1em;
    position: relative;
    }
.timeline li:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 1em solid #F8F5F0;
      border-left: 1em solid transparent;
      position: absolute;
      left: -1em;
      top: 0;
  }
  
.timeline time {
    font-style: italic;
  }


@media screen and (min-width: 40em) {
		.container {
			max-width: 1000px;
			margin: 0 auto;
		}

		.timeline:before {
		left: 50%;
		}

		.timeline ul {
		padding-left: 0;
		max-width: 840px;
		margin: 0 auto;
		}

		.timeline li {
		width: 46%;
		}

		.timeline li:nth-child(even) {
		float: right;
		margin-top: 215px;
		}

		.timeline li:nth-child(odd) {
		float: left;
		}
		.timeline li:nth-child(odd):before {
		border-top: 1em solid #F8F5F0;
		border-right: 1em solid transparent;
		right: -1em;
		left: auto;
		}

		.timeline li:nth-of-type(2n+1) {
		clear: both;
		}
}

.timeline  li dl {
	position: relative;
	text-align: center;
}

.timeline li dl dt {
  position: relative;
  font-size: 1.3em;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5em;
  padding-bottom:1em;
  display:inline-block;
}

.icon03 {
	display:inline-block;
	box-sizing: content-box;
	font-size: 0.8em;
	width: 32px !important;
	height: 32px !important;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	border-radius: 100vh;
	color: #fff;
	background: #8EB83C;
	margin:0 5px 0 0;
	padding:0;
	border:none;
}

.timeline li dl dt {
	width:100%;
	text-align: center;
}
.timeline li dl dt span.period {
	position: absolute !important;
	bottom: -0.75em !important;
	left:0 !important;
	right:0 !important;
}

.timeline li dl dd img {
	width:100%;
	max-width:260px;
	height:auto;
	margin:5px 5px 15px 5px;
}

@media screen and (max-width: 768px) {
	.about .flow{
		padding: 60px 30px;
	}
	.timeline li dl dt span.step {
		width:100%;
		text-align: center;
	}
	.timeline li dl dt span.period {
	  position: absolute !important;
	  bottom: -0.75em !important;
	  left:0 !important;
	  right:0 !important;
	}
}



.interview .inner {
  max-width: 970px;
}


/* ------------------------------------- */
/* swiper */
/* ------------------------------------- */

.swiper-wrapper {
  padding-bottom: 40px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #fff;
}

/* ------------------------------------- */
/* main */
/* ------------------------------------- */
.interview .main {
  padding: 80px 0 0;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.interview .main-wrap {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
  max-width: 1170px;
  margin: 0 auto;
}

.interview .main-title {
  width: calc((100% - 318px) / 2);
}

.interview .main-title span {
  color: #fff;
  background: #222;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 10px;
}

.interview .main figure {
  max-width: 318px;
}

.interview .profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: calc((100% - 318px) / 2);
}

.interview .profile .copy {
  margin-bottom: 2.5em;
  padding: 5px 20px;
  position: relative;
  background-color: #fff;
  border: 2px solid #222;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}

.interview .profile .copy::before,
.interview .profile .copy::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.1em;
  border-top: 1em solid #222;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.interview .profile .copy::after {
  bottom: calc(2px - 1em);
  border-top: solid 1em #fff;
}

.interview .profile-wrap {
  margin-bottom: 40px;
  display: flex;
}

.interview .profile-wrap dt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #eabd41;
  font-size: 1rem;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.interview .profile-wrap dd {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #222;
}

.interview .profile-wrap dd span {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}

.interview .main .bg-text {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  font-size: 20rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  color: rgba(95, 108, 46, 0.15);
  z-index: -1;
}

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

  .interview .main-wrap {
    flex-direction: column;
    padding: 0 4%;
  }

  .interview .main-title {
    width: 100%;
  }

  .interview .main-title span {
    font-size: 2.2rem;
  }

  .interview .main figure {
    max-width: 228px;
    margin: 20px auto 0;
  }

  .interview .main .bg-text {
    font-size: 10.8rem;
    bottom: 30%;
  }

  .interview .profile {
    width: 100%;
  }

  .interview .profile .copy {
    width: 100%;
    font-size: 1.4rem;
  }
}

/* ------------------------------------- */
/* history */
/* ------------------------------------- */
.history {
  background: #f2f3ed;
  padding: 100px 0;
  margin-right: calc((100% - 1170px) / 2);
  position: relative;
}

.history::before {
  content: "";
  width: 257px;
  aspect-ratio: 9 / 6.899;
  background: url(../img/interview/interview-img01.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -60px;
  right: -60px;
}

@media screen and (max-width: 600px) {
  .history {
    margin-right: 0;
    width: 100%;
  }

  .history::before {
    right: 4%;
    bottom: -60px;
    width: 180px;
  }

  .history-image {
    width: 100%;
    overflow-x: auto;
  }

  .history-image figure {
    width: 970px;
  }
}

/* ------------------------------------- */
/* qa */
/* ------------------------------------- */
.qa {
  width:100%;
  max-width:800px;
  margin:0 auto;
  padding: 10px 0 50px;
}

.qa-item {
  margin-bottom: 60px;
}

.qa-item h3 {
  background: #eabd41;
  padding: 15px 15px 15px 60px;
  margin-bottom:25px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}

.qa-item h3::before {
  content: "Q";
  font-size: 20px;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.qa-item h3::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 4px solid transparent;
  border-top: 16px solid #eabd41;
  border-bottom: 0;
  position: absolute;
  left: 46px;
  bottom: -16px;
}

.qa-item p {
  line-height: 2;
  background: #fff;
  padding: 0.5em 1.5em;
}
.qa-item p:first-child {
  line-height: 2;
  background: #fff;
  padding: 1.8em 1.5em 0.75em 1.5em;
}


.favorite-image {
  max-width: 770px;
  margin: 100px auto 0;
}

.favorite-image figcaption {
  color: #b6bda6;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .qa-item h3 {
    font-size: 18px;
    padding: 15px 15px 15px 40px;
  }

  .qa-item h3::before {
    left: 15px;
  }

  .qa-item p {
    padding: 35px 4% 20px 4%;
  }

  .favorite-image {
    margin: 60px auto 0;
  }
}

/* ------------------------------------- */
/* skill */
/* ------------------------------------- */
.skill {
  background: #f2f3ed;
  padding: 100px 0;
  margin-left: calc((100% - 1170px) / 2);
  position: relative;
}

.skill::before {
  content: "";
  width: 252px;
  height: 132px;
  background: url(../img/interview/interview-img02.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -90px;
  left: -40px;
}

.project h3 {
  border-bottom: 2px solid #5f6c2e;
  margin-bottom: 30px;
  line-height: 1.6;
}

.project h3 span {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  color: #5f6c2e;
}

.project h3 span::before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/interview/skill-icon01.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

.project table {
  border-collapse: collapse;
  background: #fff;
  width: 100%;
}

.project table tr {
  border: 1px solid #ddd;
}

.project table tr th:not(:last-of-type),
.project table tr td:not(:last-of-type) {
  border-right: 1px solid #ddd;
}

.project table th {
  background: #e5e6e1;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 15px;
}

.project table td {
  padding: 15px;
  line-height: 2;
}

.project table td h4 {
  font-weight: 700;
}

.project table td li {
  position: relative;
  padding-left: 1em;
}

.project table td li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.comparison {
  margin-top: 60px;
}

.comparison h3 {
  border-bottom: 2px solid #5f6c2e;
  margin-bottom: 30px;
  line-height: 1.6;
}

.comparison h3 span {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  color: #5f6c2e;
}

.comparison h3 span::before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/interview/skill-icon02.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

.comparison-wrap {
  position: relative;
  display: flex;
  gap: 0 30px;
}

.comparison-wrap::before {
  content: "";
  width: 56px;
  height: 80px;
  background: url(../img/interview/arrow.png) no-repeat;
  background: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.comparison-box {
  background: #fff;
}

.comparison-box dt {
  font-size: 1.8rem;
  font-weight: 700;
  background: #e5e6e1;
  padding: 20px 30px;
}

.comparison-box dt span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #bcbdb9;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #bcbdb9;
}

.comparison-box dd {
  padding: 35px;
}

.comparison-box dd figure {}

@media screen and (max-width: 600px) {
  .skill {
    margin-left: 0;
  }

  .skill::before {
    left: 4%;
    top: -60px;
    width: 180px;
  }

  .project h3 span {
    font-size: 18px;
  }

  .project .table-wrap {
    overflow-x: scroll;
  }

  .project table {
    width: 970px;
  }

  .comparison-wrap {
    flex-direction: column;
    gap: 30px 0;
  }

  .comparison-wrap::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

/* ------------------------------------- */
/* others */
/* ------------------------------------- */

.others {
  padding: 100px 0;
}

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

.others-item {
  width: calc(50% - 15px);
}

.others-item a {
  background: #eee;
  display: block;
  position: relative;
}

.others-item a::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-right: solid 2px #222;
  border-bottom: solid 2px #222;
}

.others-item.prev a {
  padding: 20px 30px 20px 60px;
}

.others-item.next a {
  padding: 20px 60px 20px 30px;
}



.others-item.prev a::before {
  top: 48%;
  left: 25px;
  transform: translateY(-50%) rotate(135deg);
}

.others-item.next a::before {
  top: 48%;
  right: 25px;
  transform: translateY(-50%) rotate(315deg);
}

.others-item a figure {
  display: flex;
  align-items: center;
  width: 100%;
}

.others-item a .icon {
  width: 86px;
}

.others-item a figcaption {
  padding-left: 30px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.others-item a figcaption span {
  font-size: 2.8rem;
  font-weight: 700;
}

.others .button {
  margin: 40px auto 0;
}

@media screen and (max-width: 600px) {
  .others-item {
    width: calc(50% - 5px);
  }

  .others-item.prev a {
    padding: 20px 10px 20px 20px;
  }

  .others-item.next a {
    padding: 20px 20px 20px 10px;
  }

  .others-item a::before {
    width: 10px;
    height: 10px;
  }

  .others-item.prev a::before {
    left: 10px;
  }

  .others-item.next a::before {
    right: 10px;
  }

  .others-item a figure {
    flex-direction: column;
  }

  .others-item a .icon {
    width: 56px;
    margin-bottom: 10px;
  }

  .others-item a figcaption {
    padding-left: 0;
    font-size: 1rem;
  }

  .others-item a figcaption span {
    font-size: 1.6rem;
  }
}

.qa .sub_title{
    font-size: 20px;
    font-weight: bold;
/*
    text-align: center;
*/
	margin-bottom:1.2em;
	line-height:2.2;
}
@media screen and (max-width: 600px) {
	.qa .sub_title{
		font-size: 15px;
	}
}

.int .content{
    background-color: #fff;
    margin: 40px auto 50px;
    max-width: 1024px;
    width: 100%;
    padding: 40px;
}

.interview {
  width:100%;
  max-width:1000px;
  margin:0 auto;
  padding: 10px 0 25px;
}

.btitle {
	font-size:40px;
	color:#BDA183;
	text-align: center;
}
@media screen and (max-width: 600px) {
	.btitle {
		font-size:20px;
	}
}

.staff_intro{
    font-size: 20px;
    font-weight: bold;
	margin:1em auto;
	line-height:1.6;
	display: inline-block;
	text-align: left;
}
@media screen and (max-width: 600px) {
	.staff_intro{
		font-size: 16px;
	}
}

.staff_kome{
    font-size: 18px;
    font-weight: bold;
	margin:1em auto;
	line-height:1.6;
	text-align:center;
}
@media screen and (max-width: 600px) {
	.staff_intro{
		font-size: 15px;
	}
}

.staff-box {
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:227px;
}
.staff-box dt{
	margin:0;
	padding:0;
}
.staff-box dd{
	margin:0;
	padding:5px 0;
	text-align:center;
}
.staff-box dd .name{
	color:#BDA183;
	font-size:1.4em;
	line-height:1.4;
}

.interview-area{
  width:100%;
  max-width:800px;
  margin:50px auto;
  padding: 10px 0 25px;
}

.interview .name {
	margin:1em auto 0.75em;
	text-align: center;
	font-weight: bold;
	font-size:20px;
}

.name span {
	font-size:30px;
}

.motto {
	text-align: center;
	font-weight: bold;
	font-size:32px;
}

.br-sp {
	display:none;
}


@media screen and (max-width: 1024px) {
	.name {
		font-size:16px;
	}

	.name span {
		font-size:20px;
	}

	.motto {
		font-size:18px;
	}
/*
	.br-sp {
		display:block;
*/
}


.q-title {
    font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size:22px;
	padding:0;
	line-height:1.6;
	margin:0.5em;
}
.q-answer {
	max-width:520px;
    font-family: "Yu Mincho", "YuMincho", serif;
	font-weight:400;
	font-style: normal;
	font-size:16px;
	padding:0;
	line-height:1.6;
	margin:1.5em 1em;
}
.q-answer strong{
	font-weight:bold;
	font-size:18px;
}
.q-answer b{
	font-weight:bold;
	font-size:20px;
}

.int-wrap {
	margin:0 auto 100px;
}
.int-flex {
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	gap:10px 20px;
}
.int-flex-c {
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: center;
	gap:10px 20px;
}
.int-flex-c .w580{
	max-width:580px !important;
}

@media screen and (max-width: 600px) {
	
	.int-wrap {
		margin:0 auto 50px;
	}

	.q-title br {
		display: none;
	}
	.q-answer br{
/*
		display: none;
*/
	}
	.int-flex {
		justify-content: center;
	}
	
	.int-flex .txt{
		overflow:hidden;
	}
}

.txt-c .q-title{
}
.txt-c .q-answer{
	width:100%;
	max-width:580px;
	display: inline-block;
	text-align: left;
}

.modal-container {
  width: 100%;
  height: 100%;
/*
  position: fixed;
*/
  top: 0;
  left: 0;
  text-align: center;
/*
  background: rgba(0, 0, 0, 0.5);
*/
  overflow: auto;
/*
  opacity: 0;
  visibility: hidden;
*/
  transition: .3s ease-out;
  z-index: 999;
}
 
.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
 
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
 
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
/*
  max-width: 580px;
*/
  width: 100%;
}
 
.modal-close {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: rgba(0,0,0,60%);
  padding: 4px 15px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}
 
.modal-content {
  background: #fff;
/*
  border: 2px solid #000;
*/
  text-align: left;
  padding: 30px;
  font-weight: bold;
}
.modal-content .topics {
	font-size:1.5em;
	text-align: center;
	margin-bottom:0.4em;
}
.modal-content .title {
	font-size:1.5em;
}

.modal-content .place {
	font-size:1.1em;
	line-height:1.4;
	margin-bottom:0.2em;
}

.modal-content .place .big{
	font-size:1.2em;
}

.red {
	color:#f00;
}

.btn,
a.btn,
button.btn {
  display: block;
  width:100%;
  max-width:300px;
  font-size:1.2em;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin:0.5em auto 0 !important;
	text-align: center;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  margin:8px 0 5px;
  padding:0.3em 0.6em;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}


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

	.modal-content {
	  background: #fff;
/*
	  border: 2px solid #000;
*/
	  text-align: left;
	  padding: 5px;
	  font-weight: bold;
	}

	.modal-content .title {
		font-size:1.2em;
	}
	
	.modal-content .topics {
		font-size:14px;
		margin-bottom:0.2em;
		padding:0;
	}

	.modal-content .place {
		font-size:14px;
	}
	
}

.flink {
	color:#0000ff;
}

.flex {
	margin:24px 0;
	display: flex;
}

.flex .left{
	width:55%;
}
.flex .right{
	width:45%;
}

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

	.flex {
		flex-wrap: wrap;
		gap:50px 0;
	}
	.flex .left{
		width:100%;
		font-size:14px;
	}
	.flex .right{
		width:100%;
		font-size:14px;
	}
}

ul.gaiyo {
	padding-left:2.5em;
}
ul.gaiyo li{
	list-style:disc !important;
}

.side-photo-mini {
	width:100%;
	max-width:300px;
	height:auto;
}
.side-photo-big {
	width:100%;
	max-width:450px;
	height:auto;
}

.staff-nav {
	display: flex;
	gap:12px;
	justify-content:center;
}

@media screen and (max-width: 1000px) {
	.staff-nav {
		flex-wrap: wrap;
	}
}
