@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');

html {  
    font-size: 62.5%;  
}

body{
    width: 100%;
    background: #272835;
    color: #fff;
    font-family: YuMincho,'Yu Mincho','Noto Serif JP', serif;
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
/*    overflow: hidden;*/
}

img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

.gradation{
    display: inline-block;
  color: #cbaf62;
  background: -webkit-linear-gradient(90deg, #cbaf62, #f6eaaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.gradation2{
    display: inline-block;
  color: #9b7d2b;
  background: -webkit-linear-gradient(90deg, #9b7d2b, #cbb475);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.fontYellow{
    color:#fddd47;
}

.fontGold{
    color:#d2ba77;
}

.hover:hover,
a:hover{
	transition: all 0.5s ease 0s;
	opacity:0.7;
}

a.underline{
    text-decoration: underline;
}

a.underline:hover{
    text-decoration: none;
}

.taR{
    text-align: right;
}

.taC{
    text-align:center;
}

.sp{
    display: none;
}

.fontB{
    font-weight: bold;
}

.mb0{
    margin-bottom: 0 !important;
}

.pb0{
    padding-bottom: 0 !important;
}

.mb30{
    margin-bottom: 30px;
}

.mb50{
    margin-bottom: 50px;
}

.mb80{
    margin-bottom: 80px;
}

a.tel{
    opacity: 1;
    cursor: default;
    pointer-events: none;
}

@media only screen and (max-width: 768px) {
    img {
        width: 100%;
        height: auto;
    }
    
    .sp{
        display: inline-block;
    }
    
    .pc{
        display: none;
    }
    
    .mb30{
        margin-bottom: 5vw !important;
    }    
    
    .mb50{
        margin-bottom: 8vw !important;
    }
    
    .mb80{
        margin-bottom: 10vw !important;
    }
    
    a.tel{
        pointer-events: inherit;
    }
    
}
/*==============================
            header             
==============================*/
header{
    position: relative;
    z-index: 100;
}

header .catchcopyBl{
    padding: 0 60px;    
    letter-spacing: 0.05em;
    line-height: 35px;
    display: flex;
    justify-content: space-between;
}

header .catchcopyBl .txt{
    transition: all 0.5s ease 0s;
    font-size: 1.4rem;
}

header .catchcopyBl .txt02{
    transition: all 0.5s ease 0s;
    font-size: 1.4rem;
}

header .navBl{
    background: #000;
    background: rgba(0,0,0,0.8);
    padding:25px 60px;
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}

header .navBl #logo{
    margin: 0;
    line-height: 1;
    font-size: 1px;
}

header .navBl #logo img{
    max-width: 291px;
}

header .navBl nav{
    text-align: right;
}

header .navBl nav li{
    display: inline-block;
    font-size: 1.8rem;
    transition: all 0.5s ease 0s;
    margin-left: 40px;
    letter-spacing: 0.1em;
}

header .navBl nav li:first-child{
    margin-left: 0;
}

header .navBl nav li.noLink a{
    opacity: 0.5;
    cursor: default;
}

header .navBl nav li a{
    background: url("../image/arrow_right_white.png") no-repeat left center;
    background-size: 7px auto;
    padding-left: 18px;
}

@media only screen and (max-width: 1500px) {
    header .catchcopyBl{
        padding: 0 20px;    
    }

    header #logo{
        width:20.7%;
    }

    header #logo img{
        width: 100%;
        height: auto;
    }
    
    header .navBl {
        padding: 15px 20px;
    }

    header .navBl nav li{
        font-size: 1.3vw;
        margin-left: 1.5vw;
    }
    
    header .navBl nav li a {
        padding-left: 13px;
    }
}    
  
@media only screen and (max-width: 1000px) {
    
    header .catchcopyBl .txt {
      font-size: 1.8vw;
    }

}

@media only screen and (max-width: 768px) {
    header .catchcopyBl{
        display: none;
/*        padding: 2vw 6%;    
        display: block;
        line-height: inherit;
        text-align: center;*/
    }

    header .catchcopyBl .txt{
        font-size: 3vw;
    }

    header .catchcopyBl .txt02{
        font-size: 2vw;
    }

    header .navBl{
        padding:0 0 0 2.4%;
        height: 50px;
        align-items: center;
        overflow: inherit;
    }

    header .navBl #logo{
        width: 42%;
    }
    
    header .navBl #logo{
        max-width: inherit;
    }

    header .navBl nav {
        float: inherit;
    }
    
    header .navBl .spMenu{
        position: absolute;
        top: 0;
        right: 0;
        background: #745700;
        background: -moz-linear-gradient(top left, #8e761f 0%, #745700 100%);
        background: -webkit-gradient(linear, left top, right bottom, from(#8e761f), to(#745700));
        background: -webkit-linear-gradient(top left, #8e761f 0%, #745700 100%);
        background: -o-linear-gradient(top left, #8e761f 0%, #745700 100%);
        background: linear-gradient(to bottom right, #8e761f 0%, #745700 100%);
        height: 50px;
        width: 50px;
        text-align: center;
        padding-top: 32px;
        vertical-align: bottom;
    }

    header .navBl .spMenu:after{
        content: "menu";
        position: absolute;
        width: 100%;
        left: 0;
        color: #fff;
    }

    header .navBl .spMenu.active:after{
        content: "close";
        position: absolute;
        width: 100%;
        left: 0;
        color: #fff;
    }
    
    header .navBl .spMenu span{
        position: absolute;
        height: 2px;
        width: 40%;
        background: #fff;
        top: 25%;
        left: 30%;
    }

    header .navBl .spMenu span:nth-child(2){
        top: 40%;
        width: 30%;
        left: 30%;
    }

    header .navBl .spMenu span:nth-child(3){
        top: 55%;
        left: 30%;
        width: 20%;
    }

    header .navBl nav ul{
        position: absolute;
        background: rgba(0,0,0,0.8);        
        top: 50px;
        left: 0;
        width: 100%;
        padding: 2vw 2.4%;
/*        display: none;*/
        text-align: left;
    }

    header .navBl nav ul li{
        display: block;
        margin: 0;
        padding: 2vw 0;
        font-size: 4.5vw;
    }

    header .navBl nav ul li a{
        display: block;
    }
    
    
}
/*==============================
            main             
==============================*/
main{
    position: relative;
    padding: 0 60px;
    max-width: 1500px;
    margin: 0 auto 100px auto;
    transition: all 0.5s ease 0s;
/*    box-sizing: content-box;*/
}

main.sec{
    padding: 100px 0;
    max-width: inherit;
    margin-bottom: 0;
}

main.sec > *:nth-last-child(2){
    margin-bottom: 0;
    padding-bottom: 0;
}

.w1000{
    max-width: 1120px;
    margin: 0 auto 100px auto;
    padding:  0 60px;
    font-size: 2.0rem;
    line-height: 1.8;
}

.w1200{
    max-width: 1320px;
    margin: 0 auto 100px auto;
    padding:  0 60px;
    font-size: 2.0rem;
    line-height: 1.8;
}

.bgLightpurple{
    background: #535571;
    padding: 100px 0 0 0;
    overflow: hidden;
}

.bgWhite{
    background: #fff;
}

.bgLightpurple + .w1000{
    padding-top: 100px;
}

h1 {
    margin: 0 0 60px 0;
    text-align: center;
    font-size: 5.0rem;
    letter-spacing: 0.2em;
    line-height: 1.2;
}

h2{
    margin: 0 0 60px 0;
    text-align: center;
    font-size: 5.0rem;
    letter-spacing: 0.2em;
    line-height: 1.2;
}

h2.icn{
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    font-size: 3.0rem;
    line-height: 1.2;
    text-align: center;
    background: url("../../image/first_time/icn_01.png") no-repeat center top;
    padding-top: 90px;
    margin-bottom: 50px;    
}

h3{
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    font-size: 3.0rem;
    line-height: 1.2;
}

#pageTop { 
	position: fixed;
	right:60px;
	bottom: 0;
    margin-bottom: 0 !important;
	z-index: 100;
}

#pageTop.inherit{ 
    width: 71px;
    margin: 0 calc(50% - 50vw) 100px;    
    position: absolute !important;
    text-align: right;
    right:70px;
    bottom: -206px;
}

.sec #pageTop.inherit{ 
    bottom: -106px;
}

#telBl{
    z-index: 10;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    display: table;
}

#telBl a.tel{
    cursor: default;
    opacity: 1;
    pointer-events: none;
    background: url(../image/tel_icn_tel.png) no-repeat left center;
/*    display: inline-block;*/
    text-align:justify ;
    text-justify: inter-ideograph;
    vertical-align: bottom;
    padding: 0 55px;
}

#telBl .hurry{
    padding-right: 20px;
    vertical-align: bottom;
}

#telBl .txt{
    padding-right: 25px;
    font-size: 2.2rem;
    color: #efe1ba;
    text-align: left;
    font-weight: bold;
    line-height: 1.8;
}

#telBl .txt .colorPink{
    color: #f74e4e;
}

#telBl .flex{
    display: flex;
    justify-content: space-between;
}

#telBl .inquiry img{
    margin-top: -7px;
}

#telBl > div{
    display: table;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    font-size: 2rem;
    line-height: 1.1;
    padding: 10px;
}

#telBl > div > *{
    display: table-cell;
    vertical-align: middle;
}

#telBl > div .number{
    font-size: 4.2rem;
}

.btnDesign{
    position: relative;
    border: 1px solid #bf9d3e;
    max-width: 482px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.5s ease 0s;
}

.btnDesign.mini{
    max-width: 418px;
}

.btnDesign a{
    display: block;
    opacity: 1;
}

.btnDesign span{
    font-size: 2.4rem;
    display: block;
    padding: 15px 0;
    position: relative;
    transition: all 0.5s ease 0s;
    letter-spacing: -0.05em;
}

.btnDesign span.fontBlock{
    color: #000;
}

.btnDesign:hover span{
    font-weight: bold;
    letter-spacing: 0.05em !important;
}

.btnDesign:hover span:before{
    left: -30px;
}

.btnDesign span:before{
    content: "";
    position: absolute;
    top: 49%;
    width:40px;
    background:#cdb677;
    left: -20px;
    height: 1px;
    transition: all 0.5s ease 0s;
}

.documentBl h4{
    color: #cbaf62;
    font-weight: 900;
}

.documentBl .tableLayout{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.documentBl .tableLayout dt{
    border-bottom: 2px solid #626584;
    width: 30%;
    padding: 35px 10px 15px 10px;
    font-weight: 400;
    text-indent: 0;
}

.documentBl .tableLayout dd{
    border-bottom: 2px solid #626584;
    width: 67.5%;
    text-indent: 0;
    padding: 35px 10px 15px 10px;
}

.documentBl .tableLayout dd a{
    text-decoration: underline;
}

.documentBl .tableLayout dd dd div + div{
    margin-top: 0.5em;
}

.documentBl p + p{
    margin-top: 1.5em;
}

.documentBl ul li{
    text-indent: -1em;
    padding-left: 1em;
}

.documentBl ul.indent3 li{
    text-indent: -3em;
    padding-left: 3em;
}

.documentBl ul li + li{
    margin-top: 1em;
}

.documentBl ul ul li + li{
    margin-top: 0.5em;
}

.documentBl ul ul{
    padding: 2em 1em;
    font-size: 1.8rem;
}

.documentBl ul ul.indent3{
	padding-bottom: 1em;
}

.documentBl ul p.fontS{
    padding: 1em 0;
    font-size: 1.8rem;
	text-indent: 0;
}


@media only screen and (max-width: 768px) {
    main{
        padding: 0 6% ;
        margin-bottom: 15vw;
    }
    
    main.sec{
        padding: 10vw 0 20vw 0;
        margin-bottom: 0;
    }

    .w1000,
    .w1200{
        padding: 0 6% 15vw;
        margin: 0 auto ;
        font-size: 3.5vw;
    }
    
    .bgLightpurple{
        margin: 0 ;
        padding: 15vw 0 !important;
    }

    .bgLightpurple .w1000,
    .bgLightpurple .w1200{
        margin: 0 auto;
        padding: 0 6%;
    }
    
    .bgLightpurple + .w1000,
    .bgLightpurple + .w1200{
        padding: 15vw 6%;
    }
    
    h1,h2{
        margin: 0 0 10vw 0;
        font-size: 8vw;
        letter-spacing: 0.1em;
    }
    
    h2.icn{
        background: url("../../image/first_time/icn_04.png") no-repeat center top;
        background-size: 40px auto;
        padding-top: 50px;
        margin-bottom: 5vw;    
    }
    
    h3{
        margin: 0 0 5px 0;
        font-size: 4.5vw;
    }
    
    #pageTop { 
        right:0 !important;
        bottom: 16.6vw;
    }

    #pageTop.inherit{
        width: 35px;
        bottom: -15vw;
        margin: 0;
        position: absolute !important;
    }

    main.sec #pageTop.inherit{
        bottom: 0;
    }
    
    #pageTop img{ 
        width: 35px;
        height: auto;
    }    

    #telBl .pc{
        display: none !important;
    }
    
    #telBl a.tel{
        background: url(../image/tel_icn_tel.png) no-repeat left center;
        background-size: 30px auto;
        padding-left: 40px;
        pointer-events:inherit;
        min-height: 30px;
    }
    
    #telBl > div > *{
        width: 48.86%;
        vertical-align: bottom;
        /*max-width:130px ;
        margin-right:5%;*/
    }

    #telBl .hurry {
        padding-right: 2%;
    }

    #telBl .inquiry {
        padding-left: 2%;
    }
    
    #telBl .flex{
        text-align: center;
    }

    #telBl > div{
        font-size: 3vw;
        padding: 2vw 0 3vw 0;
        width: 88.667%;
    }

    #telBl > div .number{
        font-size: 6.6vw;
    }
    
    .btnDesign,
    .btnDesign.mini{
        width: 80%;
        max-width: inherit;
    }

    .btnDesign:hover span:before{
        left: -10px;
    }

    .btnDesign span{
        font-size: 3.5vw;
        padding: 3vw 0;
    }
    
    .btnDesign span:before{
        width:30px;
        left: -15px;
    }    
    
    .documentBl .tableLayout dt,
    .documentBl .tableLayout dd{
        border-bottom: 1px solid #626584;
        padding: 5vw 3px 15px 3px;
    }

    .documentBl ul ul{
        padding: 2em 1em;
        font-size: 3vw;
    }
	
	.documentBl ul p.fontS{
        font-size: 3vw;
	}

}

/*==============================
            footer             
==============================*/
footer{
    background: #000;
    overflow: hidden;
    padding: 40px 60px;
    overflow: hidden;
    font-size: 1.8rem;
}

footer .copy{
    text-align: center;
}

footer nav{
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 70px auto;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

footer nav ul{
}

footer nav ul li + li{
    margin-top: 30px;
}

footer nav ul li + li.sec,
footer nav ul li.mt0{
    margin-top: 0;
}

footer .link{
    float: left;
}

footer .link a{
    background: url("../image/arrow_right_white.png") no-repeat left center;
    background-size: 7px auto;
    padding-left: 18px;
}

@media only screen and (max-width: 768px) {
footer{
    padding: 5vw 6% 5vw ;
    font-size: 3.5vw;
}

footer .copy{
    float: inherit;
    font-size: 2vw;
    text-align: center;
}

footer nav{
    margin: 0 auto 5vw auto;
    display: block;
}

footer nav ul{
    display: block;
    line-height: 2;
}

footer nav ul + ul,    
footer nav ul li + li{
    margin-top: 3vw;
}

    
footer .link{
    float: inherit;
    margin-bottom: 20px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;  
}

footer .link li{
    width: 48%;
}

}    
    