@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant&display=swap');

html{
	font-size: 62.5%; 
	scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    overflow-x: hidden;
    scroll-padding-top: 220px;
}

body{
	font-family: 'Yu Mincho Regular', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.3rem;
	font-weight: 400;
    color: #707070;
    background-color: #fff;
    overflow-x: hidden;
	text-size-adjust: 100%;
}

/*
 common
******************************************************************************
*/

/** align **/
.align-l{text-align: left;}
.align-c{text-align: center;}
.align-r{text-align: right;}
.align-lc{text-align: left;}

/** tel **/
a[href^="tel:"]{cursor: pointer;}

/** reset **/
h1,h2,h3,h4,h5,h6,p,
ul,ol{
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Yu Mincho Regular', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

ul,ol{
    list-style: none;
}

.txt-en{font-family: 'Cormorant', serif;}

a,
a:hover{
    color: #333;
    text-decoration: none;
}

/* ::selection */

/** margin **/
.mgnB0 {margin-bottom:0 !important;}
.mgnB5 {margin-bottom:5px !important;}
.mgnB10 {margin-bottom:10px !important;}
.mgnB15 {margin-bottom:15px !important;}
.mgnB20 {margin-bottom:20px !important;}
.mgnB30 {margin-bottom:30px !important;}
.mgnB40 {margin-bottom:40px !important;}
.mgnB50 {margin-bottom:50px !important;}
.mgnB60 {margin-bottom:60px !important;}
.mgnB70 {margin-bottom:70px !important;}
.mgnB80 {margin-bottom:80px !important;}

.mgnT0 {margin-top:0 !important;}
.mgnT5 {margin-top:5px !important;}
.mgnT10 {margin-top:10px !important;}
.mgnT20 {margin-top:20px !important;}
.mgnT30 {margin-top:30px !important;}
.mgnT40 {margin-top:40px !important;}
.mgnT50 {margin-top:50px !important;}
.mgnT60 {margin-top:60px !important;}
.mgnT70 {margin-top:70px !important;}
.mgnT80 {margin-top:80px !important;}

/** page top **/
main{
    position: relative;
}

.pagetop{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 80px;
}

/** width **/
/*.uk-container{
    padding-left: 0px;
    padding-right: 0px;
}*/

/** SP : visibility, tel **/
.visible-sp{display: none !important;}

@media (min-width: 960px) {
	
	.align-lc{text-align: center;} 
    a[href^="tel:"]{cursor: default;}
    
    /*.uk-container{
        padding-left: 40px;
        padding-right: 40px;
    }*/
	
}


@media (max-width: 767px) {
	
  	.hidden-sp {display: none !important;}
	.visible-sp {display: block !important;}	
}


/*
  header nav : SP
********************************/
.logo-header-sp{
    width: 90px;
    margin: 7px 0 0 10px;
}

/*.bar-txt{
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: #D2AD49;
    line-height: 2;
}*/

.header-sp{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 44px;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    background-color: rgba(138,182,171,0.3);
}

/*header {
    position: fixed;
    right: 10px;
    z-index: 9999;
}*/
header .burger-btn {
    display: block;
    width: 54px;
    height: 44px;
    position: relative;
    z-index: 3;
    border: none;
    top: 0;
    right: 0;
    background: #8AB6AB;
}
header .bar {
    width: 30px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}
header .bar_top {
    top: 10px;
}
header .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
}
header .bar_bottom {
    bottom: 10px;
}
header .burger-btn.close .bar_top {
    transform: translate(-50%, 10px) rotate(45deg);
    transition: transform .3s;
    background-color: #fff;
}
header .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity .3s;
}
header .burger-btn.close .bar_bottom {
    transform: translate(-50%, -12px) rotate(-45deg);
    transition: transform .3s;
    background-color: #fff;
}
header .nav-wrapper {
    display: none;
    /*width: 80vw;
    height: auto;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 2;
    max-width: 350px;*/
    width: 100vw;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    max-width: 100vw;
}
header .header-nav {
    width: 100%;
    height: 100%;
    background-color: #8AB6AB;
    z-index: 2;
}
header .header-nav .header-nav-inner-sp{
    display: block;
    list-style: none;
    padding: 80px 15px 30px 15px;
}
header .header-nav h2 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px !important;
}
header .header-nav .nav-list{
    list-style: none;
    margin: 0 0 30px;
}
header .header-nav .nav-list .nav-item a{
    padding: 13px 0;
    border-bottom: 1px solid #6C8E85;
    color: #2D3D55;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    position: relative;
}
header .header-nav .nav-list .nav-item a::after{
    content: ">";
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 1.6rem;
}
header .header-nav .nav-list .nav-item a span{
    font-family: 'Cormorant', serif;  
    font-size: 1.6rem;
    display: inline-block;
    margin-right: 10px;
}

header .header-nav .nav-list li:last-child img{
    width: 160px;
    margin-top: 30px;
}

/*@media (min-width: 1025px) {
    
    header .nav-wrapper {
        width: 100vw;
    }
    header .header-nav .header-nav-inner{
        display: block;
        list-style: none;
        padding: 80px 15px 30px 15px;
    }
    header .header-nav .nav-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    header .header-nav .nav-list .nav-item{
        width: 48%;
    }
    
    
}*/


/*
  header nav : PC
********************************/
.header-pc{
    background-color: #fff;
    padding: 0 0 20px;
}

ul.nav-header{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0 30px;
}

ul.nav-header li{
    text-align: center;
    font-size: 2.4rem;
    margin: 0 20px;
}


@media all and (min-width: 768px) and (max-width: 1024px) { 

    ul.nav-header li{
        font-size: 1.4rem;
        margin: 0 10px;
    }
    
}


@media (max-width: 767px) {
    
    .header-pc{
        padding: 0 0 10px;
    }
    
    ul.nav-header{
        margin: 0 10px 20px;
        flex-wrap: wrap;
    }
    
    ul.nav-header li{
        font-size: 1rem;
        margin: 0 5px;
    }

}


/*
  footer
********************************/
.footer{
    padding: 70px 0;
    background: #eee;
    text-align: center;
}

.footer p{
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #666;
    margin: 0;
}

/** footer button **/
.footer-btn{
	position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    /*background-color: rgba(255,255,255,0);*/
}

.footer-btn img{
    width: 90%;
    margin: 10px auto;
}


@media (min-width: 1025px) {
    
    .footer{
        padding: 100px 0;
    }
    
    /** footer button **/
    .footer-btn{
        bottom: 30px;
        right: 20px;
        width: 18%;
    }
    
    .footer-btn img{
        width: 100%;
        margin: 0;
    }
    
}


/*
  main
********************************/
.sec-funparty img{
    width: 100%;
}



/* Tablet */
@media all and (min-width: 768px) and (max-width: 1024px) { 
    
   

    
		
}

/* Desktop */
@media (min-width: 1025px) {
    
  
    
    
}
