@charset "utf-8";
/*============================================================
full
============================================================*/
body {
    color: rgb(77, 77, 77);
    font-weight: 100;
    line-height: 1.5;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.15em;
    background-image: url(img/bg_washi.png);
    background-repeat: repeat; 
}

h2{
    margin-bottom: 1rem;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #000000;
}

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

a {
    text-decoration: none;
}

.container{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.clear::after {
    content:"";
    clear: both;
    display: block;
}

.box{
    list-style: none;
}

.btn_gallery{
    text-align: center;
}

.gradient_gallery{
    /*btn*/
    display: inline-block;
    padding: 9px 27px;  
    border-radius:30px;
    text-decoration: none;
    background-color: #deba2b;
    border:1px solid ;
    color: white;
    outline: none;
    /*btn animation*/ 
    transition: all 0.4s ease-out;
    text-align: center;
}

.market{
    background-color: rgb(150, 19, 10);
}

.instagram{
    background-color: #7a008a;
}

.submit{
    background-color: rgb(11, 112, 11);
}

.wrapper{
	position: relative;
    z-index: 1;
	width:100%;
	height: 100%;
}

/*about.html*/
.about{
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
/*============================================================
1-header
============================================================*/
.header{
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    color: whitesmoke;
    background-color: rgb(0, 0, 0);
}

h1{
	position: absolute;
	z-index: 999;
    top: 1%;
	text-align: center;
    max-width: 480px;
    padding-top: 0.5rem;
    padding-left: 1rem;
    height: auto;
    font-size: 26px;
}

h1 a{
    color: whitesmoke;
    font-weight: 900;
}

.title{
    font-size: 0.8rem;
}

.tel{
    padding: 2px 6px;
    border: solid 2px whitesmoke;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {/* sp */
    h1{
        padding-top: 0.7rem;
        padding-left: 0.8rem;
        font-size: 20px;
    }

    .tel{
        padding: 6px 8px;
        border: solid 1px whitesmoke;
        font-size: 14px;
    }

}




/* ========== nav ========== */
.nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
  
.nav_item {
    padding: 0 30px;
}

.nav_item a{
    text-align: center;
}

@media only screen and (min-width: 968px) {/* pc */
.header_inner{
    max-width: 1200px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.nav_list{
    text-align: right;
}
.nav_list li{
    display: inline-block;
    padding-left: 20px;
}
.nav_list li a{
    color: whitesmoke;
    font-weight: 600;
}
}

@media only screen and (max-width: 969px) {/* sp */
.nav {
position: fixed;
right: -320px; /* 右から出てくる */
top: 0;
width: 320px; /* スマホに収まるサイズ */
height: 100vh;
padding-top: 60px;
background-color: #333;
opacity: 0.9;
transition: all .6s;
z-index: 999;
overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

.hamburger {
position: absolute;
right: 15px;
top: 8px;
width: 40px; /* クリックしやすい幅 */
height: 40px; /* クリックしやすい高さ */
cursor: pointer;
z-index: 999;
}

.nav_list {
margin: 0;
padding: 0;
list-style: none;
}

.nav_item {
text-align: center;
padding: 0;
z-index: 998;
background-color: #333;
}
.nav_item a {
display: block;
padding: 8px 0;
text-decoration: none;
color: #fff;
}
.nav_item a:hover {
background-color: #deba2b;
}
.hamburger_border {
position: absolute;
left: 11px;
width: 18px;
height: 2px;
background-color: whitesmoke;
transition: all .6s;
}
.hamburger_border_top {
top: 14px;
}
.hamburger_border_center {
top: 20px;
}
.hamburger_border_bottom {
top: 26px;
}
.black_bg {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
z-index: 100;

opacity: 0;
visibility: hidden;
transition: all .6s;
cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .nav {
right: 0;
}

.nav-open .black_bg {
opacity: 0.8;
visibility: visible;
}

.nav-open .hamburger_border_top {
transform: rotate(45deg);
top: 20px;
}

.nav-open .hamburger_border_center {
width: 0;
left: 50%;
}

.nav-open .hamburger_border_bottom {
transform: rotate(-45deg);
top: 20px;
}
}



/*============================================================
2-top,about.html
============================================================*/
.about-top-container,.item-top-container{
    padding-top: 250px;
    padding-bottom: 250px;
    background-size: cover;
    background-position: center center;
}

.about-top-container p,.item-top-container p{
    text-align: center;
    color: #fff;
    font-size: 46px;
    font-weight: 900;
}

.item-top-container p{
    color: #333;
}

.about-top-container{
    background-image: url(img/bg_about003.png);
}

.item-top-container{
    background-image: url(img/bg_top995.png);
}


@media only screen and (max-width: 767px) {/* sp */
    .about-top-container,.item-top-container{
        padding-top: 160px;
        padding-bottom: 100px;
        background-size: cover;
        background-position: center center;
    }

    .about-top-container p,.item-top-container p{
        font-size: 24px;
    }
}


/* --------------------------------
  Hero
-------------------------------- */

/* ------ slide image ------- */
.hero-slide__img {
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-name: slideAnime;
    animation-timing-function: ease;
    display: block;
    min-height: 100vh;
    object-fit: cover;
    opacity: 0;
    width: 100%;
  }
  
  .hero-slide__item:nth-of-type(1) .hero-slide__img {
    animation-delay: 0s;
  }
  
  .hero-slide__item:nth-of-type(2) .hero-slide__img {
    animation-delay: 5s;
  }
  
  .hero-slide__item:nth-of-type(3) .hero-slide__img {
    animation-delay: 10s;
  }
  
  @keyframes slideAnime {
    0% {
      opacity: 0;
    }
  
    16% {
      opacity: 1;
    }
  
    33% {
      opacity: 1;
    }
  
    49% {
      opacity: 0;
    }
  
    100% {
      opacity: 0;
      transform: translateX(-10%);
    }
  }
  
  /* ------ hero area ------- */
  .hero {
    height: 85vh;
    overflow: hidden;
    position: relative;
  }
  
  .hero__inner {
    margin: 0 auto;
    width: 1100px;
  }
  
  /* ------ hero title ------- */
  .hero__title {
    font-size: 50px;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
    transform: translateY(-50%);
    width: 100%;
  }
  
  .hero-slide__item {
    bottom: 0;
    height: 100%;
    position: absolute;
    right: -10%;
    width: 110%;
  }

/* header */
#top-title{
    display: flex;
    justify-content: center;
    text-align: left;
}

.top-title-area{
    width:auto;
    height: 300px;
    margin-top: 300px;
}

#top-title .top-title{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;    
    text-orientation: upright;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    line-height: 1.8;
    color:#ffffff;
    padding: 25px 10px 0px 10px;
}

@media screen and (max-width:990px) {
    #top-title{
        position: relative;
        width:100%;
        height: auto;
        padding: 0;
    }  

    #top-title{
        position:absolute;
        z-index: 2;
        color: #fff;
        height: 20vh;
        align-items: center;
    }
        
    .top-title-area{
        width:auto;
        height: auto;
        margin-top: 0%;
    }

    #top-title .top-title{
        color: #fff;
        font-size: 1rem;
        padding: 20px 10px 0 0px;
        width: 140px;
        height:250px;
        white-space: nowrap;
    }
}

/*============================================================
３　news,about.html
============================================================*/
/*index.html*/
#news{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #dedede;
}
/*about.html*/
#about-news{
    padding-top: 50px;
    padding-bottom: 50px;
}

#greet{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000;
}

#transaction{
    padding-top: 50px;
    padding-bottom: 50px;
}

.company-left{
    float: left;
    width: 48%;
}

.company-right{
    float: right;
    width: 48%;
}

#about-news-left{
    float: left;
    width: 45%;
}

#about-news-right{
    float: right;
    width: 55%;
    color: whitesmoke;
}

#greet-big{
    font-size: 24px;
    border-bottom: solid 1px #fff;
}

.transaction-left{
    float: left;
    width: 75%;
}

.transaction-right{
    float: right;
    width: 25%;
}

.transaction-title{
    font-size: 24px;
    font-weight: 800;
}

.transaction-description{
    margin-bottom: 1.6rem;
    font-size: 16px;
    color: #555;
}

.map{
    width: 100%;
    height: 400px; 
}

@media only screen and (max-width: 769px) {/* sp */
    .company-left{
        float: left;
        width: 100%;
    }
    
    .company-right{
        float: right;
        width: 100%;
        margin-top: 10px;
    }

    #about-news-left{
        float: left;
        width: 100%;
    }
    
    #about-news-right{
        float: right;
        width: 100%;
    }

    .transaction-left{
        float: left;
        width: 100%;
    }
    
    .transaction-right{
        display: none;
    }

    .map{
        max-width: 100%;
        height: 300px; 
    }
}

dl{
    max-width:1200px;
}


@media only screen and (max-width: 769px) {/* sp */


}

/*============================================================
4-recommendation
============================================================*/
#recommendation{
    margin-top: 0px;
    padding: 20px 0 30px 0;
}

.all-item{
    background-image: url(img/03kiku_006.png);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
}

#item-title{
    padding-top: 2rem;
}

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

.box{
    z-index: 0;
	max-width: 32%;
    margin-bottom: 2rem;
	padding: 1.5rem;
    border-radius: 5px;
	box-sizing:border-box;
    text-align: left;  
    background-color: #eee;
}

.card {
    box-shadow: 0 0.5rem 1rem hsl(0 0% 0% / 20%);
    line-height: 1.6;
    border: 1px solid hsl(0 0% 98%);
}

.works-title{
    padding: 0.3rem;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
    color: #333;
}

.main-item th{
    padding-top:0.6rem;
    font-size: 14px;
    width: 25%;
    color: #000000;
    font-family: 'Courier New', Courier, monospace;
}

.main-item td{
    font-size: 14px;
    padding-top:0.6em;
    width: 75%;
}

@media only screen and (max-width: 769px) {/* sp */
    .recommendation{
        padding: 0px 0 30px 0;
    }

    .all-item{
        padding-top: 80px;
    }

    .flex {
        display: grid;
        max-width: 100%;
        margin:0 auto;
        gap: 20px;
        margin-top: 5%;
        margin-bottom: 1rem;   
    }

    .box{
        max-width: 100%;
        margin-left: 2%;
        margin-right: 2%;
    }

    #item-title{
        padding-top: 0rem;
    }
}
/*============================================================
5-contact
============================================================*/
#contact{
    margin:0;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(img/bg_contact.jpeg);
    background-size: cover;
}

.contact-wrap{
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

#contact-left{
    max-width: 35%;
}

.blank{
    margin-left: 1rem;
}

.contact-description-title{
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #999;
    font-size: 1.3rem;
    font-weight: 900;
    font-family: 'Courier New', Courier, monospace;
}



#contact-right{
    max-width: 60%;
}

@media only screen and (max-width: 769px) {/* sp */
    .contact-wrap{
        width: auto;
        display: block;
    }

    #contact-left{
        max-width: 100%;
    }

    #contact-right{
        margin-top: 2rem;
        max-width: 100%;
    }
}
/* ========== ここからメールフォームPC ========== */
#formWrap {
    max-width:100%;
    margin:0 auto;
    line-height:150%;
    font-size:90%;
}

table.formTable{
    width:100%;
    margin:0 auto;
    border-collapse:collapse;
    margin-bottom: 2rem;
}

.space{
    background-color: white;
    border:1px solid #999;
}

table.formTable td,table.formTable th{
    padding:10px;
}

table.formTable th{
    max-width:30%;
    font-weight:normal;
    text-align:left;
}

@media screen and (max-width:572px) {
    #formWrap {
        width:95%;
        margin:0 auto;
    }
    table.formTable th, table.formTable td {
        max-width:100%;
        display:block;
    }
    table.formTable th {
        margin-top:5px;
        border-bottom:0;
    }
    form input[type="text"], form textarea {
        background-color: white;
        border: solid 1px #555;
        width:100%;
        padding:5px;
        font-size:110%;
        display:block;
    }
    form input[type="submit"], form input[type="reset"], form input[type="button"] {
        display:block;
        width:100%;
        height:40px;
    }
}
/*============================================================
about.html 
============================================================*/
.company-detail{
    margin-bottom: 0rem;
    line-height:115%;
}

.company-detail th{
    width: 25%;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.company-detail td{
    width: 75%;
}
@media screen and (max-width:572px) {
    .company-detail th{
        width: 100%;
        padding: 0px;
    }
    
    .company-detail td{
        width: 100%;
        padding: 0px;
    }   
}
/*============================================================
6-footer
============================================================*/
footer {
    background-color: #000;
    color: #ccc;
    padding: 25px 0;
}

.copyright{
    color: whitesmoke;
    font-size: 10px;
    text-align: center;
}

@media only screen and (max-width:767px){
    .copyright{
        font-size: 10px;
        float: none;
        text-align: center;
    }
}




/*202210/30------------------------------------------------------------------*/
#news dl{}
#news dl dt{ margin: 0; padding: 0; border-bottom: 1px solid #ccc; margin-bottom: 1.75rem;}
#news dl dd{ margin: 0; padding: 0; border-bottom: 1px solid #ccc; margin-bottom: 1.75rem;}



.navbar-light .navbar-brand {color: rgba(255,255,255,1);}
.navbar-light a:hover.navbar-brand {color: rgba(255,255,255,1);}
.navbar-light .navbar-nav .nav-link{color: white;}
.navbar-light .navbar-nav a:hover {
    background-color: rgba(203,203,203,0.5);
    color: #fff;
}

.navbar-toggler{  border-color: #ffffff;}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler{
  background-color: #000000;
  border: 1px solid #fff;
}
.navbar-light .navbar-toggler {
    border-color: rgba(255,255,255,1);
}
#transaction .row{ background: url("img/suzume_002.png") no-repeat; background-size: cover; background-position: right;}




#recommendation h1{
	position: relative;
	text-align: center;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    height: auto;
    font-size: 2rem;
}


/*contactform*/
#form{ margin: 3rem 0;}
#form dl{}
#form dt{ border-bottom: 1px solid #333; margin: 0; padding: 0; padding: 1rem 0;}
#form dd{border-bottom: 1px solid #333; margin: 0; padding: 0; padding: 1rem 0;}
#form dd select{border: 1px solid #333; padding-left: 1rem;}
#form dd input{border: 1px solid #333;}
#form dd textarea{border: 1px solid #333;}
#form p{text-align: center;}
#form p input{border: 1px solid #333; padding: 0.5rem 1rem;}

h3.works-title{ font-size: 110%;}
