:root{
    --padding-vertical: 5%;
    --color-white: #ffffff;
    --color-text: #1a1a1a;
    --color-primary: #319dd0;
    --color-secondary: #ee5c88;
    --color-danger: #f32a02;
    --color-medium: #f6f4f0;
}

html,body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    max-width: 50%;
    margin: 0 auto !important;
    color: var(--color-text);
}
section{background-color: white;}

input[type="date"],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.foot-tui{
    position: fixed;
    bottom: 0;
    width: 35%;
    padding: 10px 0 5px 0;
    z-index: 1000;
    max-width: 500px;
    display: block;
}
.foot-item{
    display: flex;
}
.foot-item > a{width: 100%;}

.foot-item img{
    padding: 5px;
}
/*footerまでスクロールしたら消す*/
.is-hidden {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}
.text-xs{
    padding-bottom: 85px;
}


.font-serif{
    font-family:  "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.absolute-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-primary{
    background-color: var(--color-primary) !important;
}
.bg-primary2{
    background-color: #a10808!important;
}

.bg-secondary{
    background-color: var(--color-secondary) !important;
}

.bg-medium{
    background-color: var(--color-medium) !important;
}

.bg-text{
    background-color: var(--color-text) !important;
}

.bg-white{
    background-color: var(--color-white) !important;
}

.must-icon::after {
	content: "必須";
    display: inline-block;
	color: var(--color-white);
    background-color: var(--color-danger);
	padding: 0.1rem 0.4rem;
    margin-left: 0.4rem;
	font-size: 0.7rem;
    border-radius: 6px;
}


/** TOP -------------------------------------------*/
.yt-container {
    height: 0;
    padding-bottom: 56.25%;
}
@media (min-width: 640px) {
    
}

/** TOP -------------------------------------------*/


/** contact-section -------------------------------------------*/
.contact-items{
    width: 80%;
    left: 50%;
    bottom: 22%;
    transform: translateX(-50%);
}
/** contact-section -------------------------------------------*/

#products{
    position: relative;
}
#products .product-inner{
    position: absolute;
    top: 13%;
    left: 10%;
    width: 80%;
}
#products .product-inner img{
    margin-bottom: 8%;
}
#footer-navi{
    position: fixed;
    bottom: 0px;
    left: 25%;
    width: 50%;
}
#footer-navi img{
    width: 100%;
}
#form{
    position: relative;
}
.menu-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position:absolute;
    top: 66%;
    left: 15%;
    width: 70%;
}
.menu{
    width: 45%;
    margin-bottom: 10%;
}
.menu .button1{
    display: block;
    background: #ba6f4f;
    color: white;
    border-radius: 0.5rem;
    padding: 1rem 1rem;
    width: 80%;
    text-align: center;
    margin: 10% auto;
}
.menu .button2{
    display: block;
    background: #487095;
    color: white;
    border-radius: 0.5rem;
    padding: 1rem 1rem;
    width: 80%;
    text-align: center;
    margin: 10% auto;
}
.menu .button3{
    display: block;
    background: #586e49;
    color: white;
    border-radius: 0.5rem;
    padding: 1rem 1rem;
    width: 80%;
    text-align: center;
    margin: 10% auto;
}
.menu .button4{
    display: block;
    background: #d87f73;
    color: white;
    border-radius: 0.5rem;
    padding: 1rem 1rem;
    width: 80%;
    text-align: center;
    margin: 10% auto;
}

/*---スマホ---*/
@media only screen and (max-width: 767px) {
    body {max-width: 100%;}
    .foot-tui{width: 100%; padding: 5px 10px;}
    .text-xs{padding-bottom: 70px;}
    #footer-navi {
    position: fixed;
    bottom: 0px;
    left: 0%;
    width: 100%;
}
.menu-inner {
    top: 65%;
    left: 5%;
    width: 90%;
}
}