@charset "UTF-8";

/* 共通設定 */
html{
    font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
}
body{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
a {
    text-decoration: none;
}
h2{
    padding-top: 3rem;
    padding-bottom: 2.5rem;
}
.green{
    color:green;    
}
.white{
    color:rgb(188, 189, 188);    
}
.red{
    color:red;
}
header{
    background: #fff;
    display: flex;
    padding: 20px 20px;
    position: fixed;
    justify-content: space-between;
    width: 100%;
}
header img{
    margin-right:1rem;
}
header p{
    font-size: 2.5rem;
}
header ul{
    display: flex;
    justify-content: space-around;
    vertical-align: middle;
}
header ul li{
    list-style: none;
    padding-right:2rem;
    padding-left: 2rem;

}
.lg_wp{
    display: flex;
    justify-content: space-between;
}
.lg_wp img{
    height: 50px;
    margin-right:-10px;
}

article h1{
    padding:2rem;
    font-size: 2.5rem;
    color: brown;
}
article p{
    font-size: 1rem;
}
.img_wp{
    display: flex;
    justify-content: space-around;
}
.img_wp div{
    margin:4rem;
}
.img_wp p{
    margin:1.5rem 5rem 1.5rem 5rem;
}
.img_wp img{
    width: 400px;
}


#call{
    width: 100%;
    background-color: #facfcc;
    margin:2rem auto 2rem auto;
    vertical-align: middle;
}
.sld_line{
    padding: 0 300px;
    display: flex;
}
.dtd_line{
    border: 1px dotted #94251d;
    background-color: #fff;
    width: 500px;
    padding: 2rem;
}
.dtd_line img{
    padding: 2rem;
}
.yohaku{
    line-height: 4rem;
}
.order-btn {
    background-color: #ffe700;
    color: #0037a8;
    text-decoration: none;
    font-weight: bold;
    padding: 13px 10px;
    font-size: 18px;
    border-radius: 25px;
    width: 100%;
    max-width: 260px;
    display: block;
    margin: 10px auto 0;
    text-align: center;
}
.ord_img img{
    width: 150px;
    height: 150px;
}
.ord_img ul{
    width: 300px;
}
figure{
    margin-top:3rem;
}
figure img{
    width: 250px;
}

footer{
    margin-top: 4rem;
}
.footer-top-link {
background-color: #94251d;
display: block;
width: 30px;
height: 30px;
border-radius: 50%;
position: relative;
margin: 0 auto 40px;
}
.footer-top-link span {
    position: absolute;
    width: 8px;
    height: 8px;
    display: block;
    top: calc(50% + 2px);
    left: calc(50% - 4px);
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.suport{
    margin-left: auto;
    margin-right: auto;
}

.sv_wp{
    padding: 0 300px;
    display: flex;
    justify-content: space-around;
}
.ord_img{
    display: flex;
    padding: 0.5rem; 
}
.ord_img ul li{
    list-style: none;
}
.jisage{
    margin-top:2rem;
    text-align: left;
}
.jisage p{
    text-indent: 20rem;
}

#price div{
    padding-left: 300px;
}
#price table th{
    background-color: #94251d;
    color: #facfcc;
    line-height: 3rem;
}
#price table tr:nth-child(odd) {
    background-color: rgb(243, 196, 196);
    color: black;
 }
#price table td{
    line-height: 3rem;
    font-size: 1.2rem;
    text-align: left;
}
.th1{
    width: 600px;
}

.kingaku{
    text-align: center;
    width: 180px;
    padding-left: 2rem;
    font-size: 1.2rem;
}
.jisage1{
    text-indent: 2rem;
}
.jisage2{
    text-indent: 5rem;
}
