@charset "utf-8";
html {
    scroll-behavior: smooth;
}
a {color: #a17e1a;}
.jumbotron { background-image: url(../images/bg.png);margin-bottom: 0;padding: 0 0 7px;font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 900;}
.jumbotron h1{background-color: rgba(240,130,0,1.00);color: white;font-size: 3vw;padding: 0.4rem;margin-bottom: 10px;}
.card-title{font-family: 'M PLUS Rounded 1c', sans-serif;font-weight: 900;color: rgba(240,130,0,1.00);text-shadow: 0 1px 0 white;}

@media (min-width: 576px){.jumbotron { padding: 0px 0 1rem;}}

#point div.col-md-6 { margin-bottom: 0.5rem;}

#contact .subheader { background-image: url(../images/bg.png);}
#contact .subheader #sub_logo {	max-width:200px;margin: 0.5rem 0;}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color:#efefef;
    background-color: rgba(240,130,0,1.00);
}
.btn-warning {
    color: white;
    background-color: rgba(240,130,0,1.00);
    border-color: none;
}
.coution_list{margin:0px; font-size: 80%;background-color: #FFFBC7;padding: 1em;}
.coution_list li{
	list-style: none;
	margin-left:1em;
	padding-left:0;
	text-indent: -1em;
}
.coution_list li:before{
	content: "※"
}
.coution_title{background-color:#3EAB9E;color: #ffffff;padding:0.2rem 0.6rem;margin: 0;}

.jonson .card-body{
    background-image: url(../images/bike.png);
    background-color: rgba(255,234,212,1.00);
}
@media (max-width:991px){
#contact-area .row div:first-child .card{border-bottom-right-radius: 0px;border-bottom-left-radius: 0px}
#contact-area .row div:last-child .card{border-top-right-radius: 0px;border-top-left-radius: 0px}
}

.form-check-input {
    position: relative;
    margin-top: 0.3rem;
    margin-left: 0;
}
.form-check-label {
    margin-bottom: 0;
    margin-right: 1em;
}
input#sku {
    width: 8em;
    display: inline;
}
.btn-primary {
    color: #fff;
    background-color: #1f76bb;
    border-color: #1f76bb;
}
.error_messe {
    color: #eb0000;
}

@media (max-width:768px){
	.pb-5, .py-5 {
    padding-bottom: 1rem !important;
}
.pt-5, .py-5 {
    padding-top: 1rem !important;
}
}

.btn-info {
    color: #fff;
    background-color: #3eab9e;
    border-color: #3eab9e;
}

#message{
	background-image: url(../images/message_bg.jpg);
    padding: 3rem 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#message .message{font-size: 2rem;
    ont-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	/*ffont-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
	font-weight: 900;
    text-align: center;
    text-shadow: 0 0 6px white;}