html{
    width:100%;
    background:rgb(128,141,131);
    font-family: sans-serif;
    color:white;
    padding:0;
    margin:0;
}

body{
    width:100%;
    margin:0;
 
}



.img_pc {
    display: block;           
    width: 100%;              
    max-width: 100%;        
    height: auto;             
    margin: 0 auto;        
    position: relative;       
    z-index: 0;
    pointer-events: none;
    user-select: none;

}

.img_mobile {
    display: none;
}

.img_ipad{
    display:none;
}


.main{
    position:absolute;
    top:0;
    width:100%;
   
}

.pc_header{
    position:relative;
    top:1.2em;
    width:50em;
    margin:0 auto;
    display:flex;
    justify-content: center;
}

.pc_logo{
    width:20em;
    margin-right:3em;
    align-items: left;
    position:relative;
    top:1em;

}

.pc_name{
    position:relative;
    font-size: 1.2em;
    line-height: 1.5em;
    color:white;
    text-align: left;
    font-family: 'Times New Roman', Times, serif;
    z-index: 555;
    align-items: center;
}

.logo{
    display:none;
}

.name{
    display:none;
}

.wrap {
  position: relative;
  width: 82%;
  margin: 1.7em auto 80px auto;
  background-color: white;
  border: 5px solid rgb(27, 50, 35); 
  border-radius: 4em;
  z-index: 0;
  text-align: center;
}

.wrap::before {
  content: "";
  position: absolute;
  inset: -8px; 
  border: 3px solid rgb(132,147,128);
  border-radius: calc(4em + 3px);
  z-index: -1;
}

.wrap::after {
  content: "";
  position: absolute;
  inset: -10px; 
  border: 2px solid rgb(27, 50, 35); 
  border-radius: calc(4em + 5px);
  z-index: -2;
}


.intro_pc{
    margin-top:2em;
    font-size: 20px;
    color:rgb(88, 179, 119);
    letter-spacing: 2px;
}
.intro{
    display:none;
}

.copy_pc{
    font-size: 2em;
    line-height: 2em;
    color: rgb(27,50,35);
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 3px;
    padding:0;
    margin:0;

}

.copy{
    display:none;
}


.copy2{
    font-size: 1.5em;
    background-color: rgb(27,50,35); 
    color: rgb(226,219,184); 
    padding: 0.2em 0.5em;        
    display: inline-block; 
    letter-spacing: 6px;
    border-radius: 0.3em;
    line-height: 2em;
    width: 40%;
    margin-top: 1em;
    margin-bottom: 2em;
}

.kukuri{
    display:flex;
    flex-direction: column;
}

.kukuri2{
    display:flex;
    align-items: center;
}


.design_part{
    margin:0 auto;
    width:600px;
    display:flex;
    flex-direction: column;
    align-items: center;
}


.case_part{
    margin:0 auto;
    width:60%;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.size_part{
    margin:0 auto;
    width:60%;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.kanban{
    width:auto;
    position:relative;
    text-align: left;
    margin-bottom:0;
}

.article{
    display: inline-block;        
    background-color: rgb(27, 50, 35);     
    color: rgb(226,219,184);                
    padding: 0.4em 0.5em;            
    border-radius: 0 6px 6px 0;             
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.1em;
    border:1px solid rgb(27, 50, 35);
    margin-bottom: 0;
    padding-left: 0.8em;
}

.article_pc{
    display: inline-block;        
    background-color: rgb(27, 50, 35);     
    color: rgb(226,219,184);                
    padding: 0.4em 0.5em;            
    border-radius: 0 6px 6px 0;             
    font-size: 1.2em;
    width:90%;
    font-weight: bold;
    letter-spacing: 0.1em;
    border:1px solid rgb(27, 50, 35);
    margin-bottom: 0;
    padding-left: 0.8em;
}

.rei{
    color:rgb(27, 50, 35);
    font-size:1em;
    line-height: 1em;
}

.article_mobile{
    display:none;
}


.sub_article{
    font-size: 0.8em;
}

.price_article{
    font-size: 0.9em;
}


.chuui_pc{
    /* display:inline-block; */
    font-size: 1em;
    color:rgb(27, 50, 35);
    text-align: left;
}

.otoiawase{
    font-size: 1.5em;
    color:rgb(27, 50, 35);
    margin:0 auto;
}

.otoi_chuui{
    font-size: 1em;
    color:rgb(27, 50, 35);

}

.otoiawase_mobile{
    display:none;
}

.chuui{
    display:none;
}


.sample_part{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    width:95%;
    margin:0 auto;

}


.sample{
    position:relative;
    top:20px;
    left:4em;
    height:7em;
    width:23em;
    overflow: hidden;   
    border-radius: 53px;
    margin-bottom: 30px;
    margin-right:3em;
    background-color: white;
}

.sample img{
    width:90%;
    height:100%;
    object-fit: cover;         
    object-position: center;   
    /* display: block; */
    
}

.inner{
    width:80%;
    margin-left:2em;
    margin-top:1em;
}

.inner2{
    width:80%;
    margin-left:2em;
}

.kankaku{
    height:15px;
}

.kankaku_mb{
    display:none;
}

.kankaku_ipad{
    display:none;
}

.caption{
    top:20px;
    width:100%;
    font-size: 1em;
    color:rgb(27, 50, 35);
    text-align: left;
    line-height: 1.8em;

}


.hyo_part{
    width:600px;
    position:relative;
}

.hyo_part_mb{
    display:none;
}


form{
    margin:0 auto;
}

#formWrap {
    border-radius: 5px;
    position:relative;
    top:40px;
	width:600px;
    height:2.5em;
	margin: auto;
    font-size: 16px;
    color:white;
    background-color: rgb(27, 50, 35);
    
    display: flex;
    align-items: center;  
    justify-content: center; 
    margin-bottom: 30px;
    padding-bottom: 1px;
}

#formWrap_design {
    border-radius: 5px;
    position:relative;
    top:10px;
	width:600px;
    height:2.5em;
	margin: auto;
    font-size: 16px;
    color:white;
    background-color: rgb(27, 50, 35);
    
    display: flex;
    align-items: center;  
    justify-content: center; 
    margin-bottom: 30px;
    padding-bottom: 1px;
}

.formpart{
    display:block;
    width:100%;
    height:100%
}



.formpart2{
    display:block;
    width:600px;
    height:100%
}

#formWrap h3{
    font-size:22px;
    margin-top:5px;
    font-weight: 300;
}

.formTable{
    margin:0 auto;
    width:90%;
    margin:0 auto;
}


#erabu{
    margin-top:1em;
    margin-bottom:0.5em;
    
}



table.formTable th, table.formTable td {
	width:auto;
	display:block;
    text-align: left;
}

table.formTable td{
    margin-bottom:0.5em;
}

table.formTable th {
	margin-top:1px;
	border-bottom:0;
    
}
input[type="text"], textarea {
	width:100%;
	padding:3px;
	font-size:110%;
	display:block;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
    /* margin-left: 1px; */
	width:90%;
	height:25px;
    margin:0 auto;
}

form p{
    display:inline-block;
    width:95%;
}

select {
	border :1px solid #eeee;
	font-size :16px;
    background-color:rgb(226,219,184);
}

.chushaku{
    font-size: 0.8em;
    line-height: 19.5px;
    width:87%;
    
}



.case{
    position:relative;
    top:20px;
    margin: 0 auto;
    width:600px;
    text-align: center;
    aspect-ratio: 2.5 / 1;  
    overflow: hidden;   
    margin-bottom: 10px;
    border-radius: 15px;
    
}

.case img{
    width:100%;
    height:auto;
    object-fit: cover;         
    object-position: center;   
    display: block;
    
}

.size{
    font-size: 1.5em;
    color:rgb(27, 50, 35);
    text-align: center;
    line-height: 2em;
    margin-bottom: -8px;

}


#formWrap_2 {
    border-radius: 5px;
    position:relative;
    top:20px;
	width:600px;
    height:auto;
	margin: 0 auto;  
    font-size: 16px;
    color:white;
    background-color: rgb(132,147,128);
    display: flex;
    align-items: center;   
    justify-content: center; 
    flex-direction: column;
    margin-bottom: 30px;
    padding-top: 1em;
    padding-bottom: 10px;
    /* padding-left: 5px; */
    text-align: center;
}


.koumoku{
    font-size: 1em;
    color:rgb(27, 50, 35);
    margin-bottom: 0;
    text-align: center;
}

.article_2{
    display: none;
}


.kakunin{
    background-color: rgb(27, 50, 35);
    border:0.1px solid white;
    color:white;
    margin:0 auto;
   
}

.reset{
    background-color: white;
    color:rgb(27, 50, 35);
    border:1px solid rgb(27, 50, 35);
}

.odenwa{
    display: inline-block;        
    background-color: rgb(27, 50, 35);     
    color: rgb(226,219,184);                
    padding: 0.4em 0.5em;            
    border-radius: 0 6px 6px 0;             
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.1em;
    border:1px solid rgb(27, 50, 35);
    margin-bottom: 0;
    padding-left: 0.8em;
}


.bangou{
    position:relative;
    margin-bottom:1em;
}

.phone{

    font-size: 1.8em;
    letter-spacing: 2px;
    color:rgb(27,50,35);
    background-color: rgb(226,219,184);
    width:600px;
    margin:0 auto;
    
}


.joho{
    width:600px;
    margin:0 auto;
}

.map-container {
    position:relative;
    top:-10px;
    width: 600px;
    max-width: 800px;
    margin: 2em auto;
    border: 1px solid rgb(27, 50, 35);
    border-radius: 18px;
    overflow: hidden;
}
.map-container iframe {
    width: 100%;
    height: 340px;
    display: block;
    
}

.jusho{
    width:100%;
    height:auto;
    margin:0 auto;

}

.jusho p{
    font-size: 14px;
    color:rgb(27, 50, 35);
    text-align: left;
}




.footer-img {
    display:none;
}
.footer-img_ipad{
    display:none;
}


footer{
    color:rgb(89,40,0);
    position:relative;
    bottom:0;
    width:100%;
    height:2em;
    text-align: center;
    margin-bottom: 1em;
}


.ft_pc{
    font-size: 0.7em;
    line-height: 1em;
    color:white;
    text-align: center;
    align-items: center;
    
}

.ft_mb{
    display:none;
}


/* .confirm_wrap{
    position:relative;
    top:60px;
    align-items: center;
    margin:auto;
    width:530px;
    height:500px;
    background-color: rgb(213, 221, 215);
    border: 3px solid rgb(27,50,35);
    border-radius: 4em;
    outline: 5px solid rgb(27,50,35);
    outline-offset: -13px;
    box-shadow: 1px solid white;
} */


/* .confirm_wrap {
    position: relative;
    top:60px;
    margin: 0 auto;
    width: 530px;
    height: 500px;
    background-color: white;
    border: 3px solid rgb(27,50,35);
    border-radius: 3em;
    z-index: 222;
    text-align: center;
    margin-bottom: 80px;
} */


.confirm_wrap {
  position: relative;
    top:60px;
    margin: 0 auto;
    width: 530px;
    height: 500px;
    background-color: rgb(213, 221, 215);
    border: 5px solid rgb(27, 50, 35); 
    border-radius: 4em;
    z-index: 0;
    text-align: center;
}

.confirm_wrap::before {
  content: "";
  position: absolute;
  inset: -8px; 
  border: 3px solid rgb(213, 221, 215);
  border-radius: calc(4em + 3px);
  z-index: -1;
}

.confirm_wrap::after {
  content: "";
  position: absolute;
  inset: -10px; 
  border: 2px solid rgb(27, 50, 35); 
  border-radius: calc(4em + 5px);
  z-index: -2;
}



.confirm_logo{
    width:40%;
    margin:0 auto;
    position:relative;
    top:40px;
}

.arigatou01{
    position:relative;
    display:block;
    top:70px;
    font-size:22px ;
    color:rgb(27,50,35);
    text-align: center;
    margin:0 auto;
    align-items: center;
    line-height: 34px; 
    width:360px;
    border-top: 1px solid rgb(27,50,35);
    border-bottom: 1px solid rgb(27,50,35);

}

.arigatou{
    position:relative;
    top:100px;
    font-size: 18px;
    color:rgb(89,40,0);
    text-align: center;
    margin:0 auto;
    align-items: center;
    line-height: 34px;
}

.button001 a {
    position:relative;
    top:150px;
    background: rgb(27,50,35);
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: white;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 18px;

}
.button001 a:hover {
    background: white;
    color: rgb(80,80,80);
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: rgb(80,80,80);
}


.teltel{
    font-size: 0.5em;
    vertical-align:middle;
    margin-right: 0.3em;
    margin-left: 0.3em;
}

.and{
    font-size:0.45em;
    vertical-align:middle;
}