@charset "utf-8";
	
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body{font-family: 'Noto Sans JP', sans-serif;}

.jumbotron {
    background-image: url(images/head_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 0px;
}
#header-tel a.btn {
    font-size: 1.8vw;
    font-weight: 700;
}
.main_bg{
	background-image: url(images/bodybg.jpg);
    background-position: center;
    background-size: cover;
}
.johnson_bg{
	background-image: url("images/yelow_bg.png");
}
.support{
	background-image: url("images/support.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}
@media(max-width:767px){
	#header-tel a.btn {
    font-size: 3.2vw !important;
}
.support{
	background-size: auto 90%;
}
}
img.check{max-width:100px; height:auto;}

.card {
    margin-bottom: 1rem;
    border: 5px dashed #00b4f1;
    border-radius: 1em;
}
.card h4 {
    font-weight: 900;
    color: #00b6f4;
    border-bottom: 2px dashed;
    padding-bottom: 0.5rem;
}

table tr th{white-space: nowrap;}
#faq{
	background-image: url("images/bg_faq.png");
}
#faq .a, #faq .q {
    display: inline-block;
    font-weight: 900;
    width: 2em;
    height: 2em;
    border-radius: 10px;
    text-align: center;
    color: white;
    font-size: 2rem;
    line-height: 1.8;
    margin-right: 0.5rem;
}
#faq .a{background-color:#6bd41e;}
#faq .q{background-color:#f48a7c;}
dl.faq {
    background-color: rgb(255 255 255 / 73%);
    padding: 1.2rem;
    border-radius: 12px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
#faq dt {
    font-weight: 700;
    color: #f48a7c;
    font-size: 1.4rem;margin-bottom: 0.8em;
}
#faq dd {
    color: #6bd41e;
    font-size: 1.2rem;
}
.require {
    display: inline-block;
    margin-left: 10px;
    font-size: 0.7rem;
    font-weight: normal;
    padding: 5px 8px;
    background: #CE0000;
    color: #fff;
    border-radius: 6px;
    line-height: 1.2;
}

.owlet-rules-body {
    height: 200px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow-y: scroll;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    font-size: 0.8rem;
}.ng-title{background-color: #582b25;}
.ng{
	background-color: #848377;
}

#mailform #formerea{min-height: 82vh;}

#formerea{
	background-image: url("images/bg_form.png");    border-top: 1px solid #dbd4cc;    border-bottom: 1px solid #dbd4cc;
}
#formerea #formWrap h2 {
    color: #582b25;
	padding: 1rem 0;
	border-top:5px double #582b25;border-bottom:5px double #582b25;
}

#formerea input[type="text"] {
    border: 1px solid #c9c9c9;
    padding: 0.4rem;
    width: calc(100% - 4em);
}
#formerea textarea {
    width: 100%;
    border: 1px solid #c9c9c9;
    padding: 0.4rem;
}
#formerea table.table.table-light {
    max-width: 800px;
    margin: 2rem auto;
    background-color: rgb(254 254 254 / 80%);
}
input[type="submit"] {
    background-color: green;
    color: #fff;
    padding: 0.6rem 2rem;
    border-radius: 10px;
    border: 2px solid #00b500;
}

footer {
    background-color: #dbd4cc;
    color: #837769;
    padding-top: 1em;
    font-size: 0.8rem;
}
nav .d-flex {
    justify-content: center;
    align-items: center;
}
p.error_messe {
    color: red;
}
.thanks{
	height: calc(100vh - 140px);
}
span.hasshin {
    display: grid;
    font-size: 9px;
    line-height: 1;
    font-weight: normal;
}
nav .btn-danger {
    padding: 11px 10px 11px;
}