@charset "utf-8";
/* CSS Document */

body {
    background: #f0f0f0 !important;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
}

header,footer,.hamburger{
    display: none;
}

* {
    box-sizing: border-box;
}


@media screen and (orientation:landscape){
select, input, button {
    border-radius: 50px !important;
    padding: 2.5vh 2.5vh !important;
    font-size: 1em !important;
    border: 0;
    background: #f0f0f0;
    width: 100%;
}

:focus-visible {
    outline: none;
    background: #f4f6fc;
}

div#container{
    position: inherit;
}

.engraving_form_Box {
    width: 90vh !important;
    margin: 0 !important;
    padding: 8vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FFF;
    border-radius: 4vh;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    font-size: 2vh !important;
    line-height: 1;
}

.engraving_form_Box h2 {
    font-weight: bold;
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 5vh;
}

.form_content_box_wrap {
    display: grid;
    grid-gap: 3vh;
    margin-bottom: 6vh;
    grid-template-columns: 1fr 1fr;
}
    
.form_content_box_wrap > div:first-child, .form_content_box_wrap > div:last-child {
    grid-column: 1/3;
}
    
.engraving_form_Box h3 {
    font-size: 1em;
    margin-bottom: 2vh;
    color: #92aae0;
}

.engraving_form_wrap p {
    text-align: center;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 5vh;
}

.confirmation .form_content {
    line-height: 2 !important;
}    
.confirmation .form_button {
    display: flex;
    justify-content: space-evenly;
}     
button{
    font-weight: bold;
    width: auto;
    display: block;
    padding: 2.5vh 8vh !important;
    line-height: 1;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);    
    color: #000;
}

button.confirm,button.send {
    background: #827ffe;
    color: #fff;
}
}

@media screen and (orientation:portrait){
select, input, button {
    border-radius: 50px !important;
    padding: 2.5vw 2.5vw !important;
    font-size: 1em !important;
    border: 0;
    background: #f0f0f0;
    width: 100%;
}

:focus-visible {
    outline: none;
    background: #f4f6fc;
}

div#container{
    position: inherit;
}

.engraving_form_Box {
    width: 90vw !important;
    margin: 0 !important;
    padding: 8vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FFF;
    border-radius: 4vw;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    font-size: 2vw !important;
    line-height: 1;
}

.engraving_form_Box h2 {
    font-weight: bold;
    font-size: 1.8em;
    text-align: center;
    margin-bottom: 5vw;
}

.form_content_box_wrap {
    display: grid;
    grid-gap: 3vw;
    margin-bottom: 6vw;
}

.engraving_form_Box h3 {
    font-size: 1em;
    margin-bottom: 2vw;
    color: #92aae0;
}

.engraving_form_wrap p {
    text-align: center;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 5vw;
}

.confirmation .form_content {
    line-height: 2 !important;
}    
  
.confirmation .form_button {
    display: flex;
    justify-content: space-evenly;
}    
    
button{
    font-weight: bold;
    width: auto;
    display: block;
    padding: 2.5vw 8vw !important;
    line-height: 1;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    color: #000;
}

button.confirm,button.send {
    background: #827ffe;
    color: #fff;
}
}



