@charset "UTF-8";

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

body{
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
	font-weight: 400;
    color: #333;
    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;}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
	
	.align-lc{text-align: center;}
    
    a[href^="tel:"]{cursor: default;}
	
}

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

/* ::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;}


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

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

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


/*
 BIGフェア
********************************/
.uk-container{
    padding-left: 0px;
    padding-right: 0px;
}

.wrap-btn-reserve{
    background: #f4f3f1;
    padding: 30px 0 50px;
}

.wrap-gmap{
    background: #f4f3f1;
    padding: 30px 15px 50px;
}

.wrap-gmap iframe{
    height: 400px;
}

.wrap-form{
    padding: 50px 15px;
}

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

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

    .uk-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .wrap-btn-reserve{
        padding: 30px 0 80px; 
    }
    
    .wrap-gmap{
        padding: 40px 60px 60px;
    }

    .wrap-gmap iframe{
        height: 700px;
    }
    
}



