　/*           common            */
*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 62.5%;
    -webkit-print-color-adjust: exact;
    scroll-behavior: smooth;
	scroll-padding-top: 40px;
}
.min {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Sawarabi Mincho", "Yu Mincho", "MS PMincho", serif;
}
.futura {
    font-family: "Renner*";
}
body {
    font-size: 1.4rem;
    color: #4d4d4d;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
}
h1,h2,h3,h4,h5,h6,h7,h8,p,dt,dd,li,td,th {
    line-height: 1.8em;
    font-weight: 400;
}
div,span,ul,dl{
    box-sizing: border-box;
}
b {
    font-weight: 600;
    color: #5dc1cf;
}
a { 
    text-decoration: none; 
    color: #4d4d4d;
}
a:visited {
    color: #4d4d4d;
}
a:hover {
    opacity: .8;
    transition: .7s;
}
li {
    list-style-type: none;
}
img {
    flex-shrink: 0;
}
.inr10 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}
.inr20 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.inr30 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
}
.rtn {
    flex-direction: row-reverse;
}
.midashi-1 {
    font-size: 2.2rem;
    color: #3d517d;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Sawarabi Mincho", "Yu Mincho", "MS PMincho", serif;
    text-align: center;
    border-top: 1px solid #998c2c;
    border-bottom: 1px solid #998c2c;
    font-weight: 600;
    line-height: 1.6em;
    padding: 20px 0;
    background: url(../img/index/midashi-bk.jpg) no-repeat center center / cover;
    letter-spacing: 2px;
}
.midashi-1 b {
    font-size: 2.8rem;

    color: #3d517d;
}
.midashi-1 strong {
    color: #b88622;

    font-size: 3.2rem;
}
@media print, screen and (min-width:768px) {
    body {
        padding-top: 0;
        padding-bottom: 0;
        }
    h1,h2,h3,h4,h5,h6,h7,h8,p,dt,dd,li,td,th {
        font-weight: 400;
        line-height: 1.8em;
        padding: 0;
        margin: 0;
        font-size: 1.8rem;
    }
    .flex-ctr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sp-only {
        display: none;
    }
    .midashi-1 {
        font-size: 3.5rem;
        color: #3d517d;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Sawarabi Mincho", "Yu Mincho", "MS PMincho", serif;
        text-align: center;
        border-top: 1px solid #998c2c;
        border-bottom: 1px solid #998c2c;
        font-weight: 600;
        line-height: 1.6em;
        padding: 20px 0;
        background: url(../img/index/midashi_pc_bk_01.jpg) no-repeat center left / cover;
        letter-spacing: 2px;
    }
    .midashi-1 b {
        font-size: 4.2rem;
        color: #3d517d;
    }
    .midashi-1 strong {
        color: #b88622;

        font-size: 4.4rem;
    }
    
}
@media print, screen and (min-width:980px) {
    body {
        font-size: 1.6rem;
        }
}
@media print, screen and (min-width:1180px) {

    .inr10,.inr20,.inr30 {
        padding: 0;
    }

}
@media(max-width:767px) {
    .pc-only {
        display: none!important;
    }
}
/*              */   
/*    header    */
/*              */
header {
    position: relative;
    width: 100%;
    background: #ccb2b5;
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 999;
    height: 45px;
}
.header-inr {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;    
}
.header-title {
    width: 50%;
    max-width: 200px;
    position: relative;
    top: 10px;
}
.header-bnr{
    color: #ccb2b5;
    display: inline-block;
    background: #fff;
    padding: 6px 10px;
    font-size: .9rem;
    border-radius: 30px;
    position: relative;
    top: 6px;
    display: flex;
    text-align: center;
    margin: 0 15px;
}
.header-bnr > span {
    font-size: 1.45rem;
    position: relative;
    top: 3px; left: 4px;
}
.header-bnr > span > span {
    transform: scale(1.6, 1.6);
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0 2px;
}
@media print, screen and (min-width:768px) {

    header {
        position: relative;
        width: 100%;
        background: #ccb2b5;
        top: 0; left: 0; right: 0;
        z-index: 999;
        height: 56px;
        margin-bottom: 0;
    }
    .header-inr {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;    
    }
    .header-title {
        width: 50%;
        max-width: 307px;
        position: relative;
        top: 14px;
    }
    .header-bnr{
        color: #ccb2b5;
        display: inline-block;
        background: #fff;
        padding: 4px 12px;
        font-size: 1.08rem;
        border-radius: 30px;
        position: relative;
        top: 8px;
        display: flex;
        text-align: center;
        margin: 0 15px;
        line-height: 1.4em
    }
    .header-bnr > span {
        font-size: 1.74rem;
        position: relative;
        top: 8px; left: 4px;
        margin-left: 4px;
        letter-spacing: 2px;
    }
    .header-bnr > span > span {
        transform: scale(1.6, 1.6);
        display: inline-block;
        position: relative;
        top: -2px;
        margin: 0 2px;
    }
}
/*              */   
/*    footer    */
/* 
*/

footer {
    margin-top: 80px;
    background: #D67D7C;
    color: #fff;
    padding: 14px 0 6px 0;
}
.footer-title {
    width: 100%;
    max-width: 228px;
    margin: auto;
}
.footer-title img {
    width: 100%;
}
.cp {
    text-align: center;
    font-size: .9rem;
    margin-top: 4px;
}

@media(min-width:768px) {

    footer {
        margin-top: 80px;
        background: #D67D7C;
        color: #fff;
        padding: 14px 0 6px 0;
    }
    .footer-title {
        width: 100%;
        max-width: 235px;
        margin: auto;
    }
    .footer-title img {
        width: 100%;
    }
    .cp {
        text-align: center;
        font-size: 1rem;
        margin-top: 4px;
    }

}
/* 上に戻る　*/
 .pagetop {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 999;
}
.pagetop a {
    background: #CCB2B5;
    width:30px;
    height: 30px;
    text-align: center;
    display: block;
    position: relative;
    border-radius: 50%;
}
.pagetop a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 12px; right: 0; left: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    margin: auto;
}
.pagetop a:hover {
    opacity: .8;
    transition: .7s;
}
@media(min-width:768px) {
     .pagetop {
        display: none;
        position: fixed;
        bottom: 64px;
        right: 20px;
        z-index: 999;
    }
    .pagetop a {
        background: #CCB2B5;
        width:50px;
        height: 50px;
        text-align: center;
        display: block;
        position: relative;
        border-radius: 50%;
    }
    .pagetop a::after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        top: 21px; right: 0; left: 0;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(-45deg);
        margin: auto;
    }
    .pagetop a:hover {
        opacity: .8;
        transition: .7s;
    }
}
/* フッター固定メニュー　*/
.footer-fixed {
    background: #fff;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    padding: 8px 0; 8px 0;
    z-index: 999;
    box-shadow: -1px 1px 5px rgba(0,0,0,.4);
    transform: translateY(100px);
    transition: .7s;
}
.footer-fixed-open {
    transform: translateY(0);
}
.footer-fixed-close {
    transform: translateY(-100px);
}
.footer-fixed .flex-ctr {
    display: flex;
    justify-content: space-between;
    max-width: 375px;
    margin: auto;
    padding: 0 20px;
    
}
.footer-fixed .flex-ctr > div {
    width: calc(100% / 2 - 4px);
}
