@charset "UTF-8";

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

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

body{
	font-family: 'Yu Mincho Regular', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.3rem;
	font-weight: 400;
    color: #251b10;
    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;
}

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: 15px;
        padding-right: 15px;
    }
	
}


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


/*
  main
********************************/
main img{
    width: 100%;
}


/** access **/
.wrap-gmap-sp{
    width: 86%;
    margin: 0 auto;
    position: absolute;
    top: 110px;
    right: 0;
    left: 0;
    text-align: center;
}

.wrap-gmap-sp iframe{
    height: 230px;
}

/** FAQ **/
.sec-faq{
    background: url("../image/sp/img_04.jpg") top center no-repeat;
    background-size: 100%;
    width: 100%;
    padding: 100px 0 40px;
}
    
.sec-faq-inner{
    width: 86%;
    margin: 0 auto;
}

.txt-faq{
    font-family: 'EB Garamond', serif;
    color: #f99d90;
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
}

/* according  cssのみ */
.toggle {
	display: none;
}
.Label {
	padding: 1em;
	display: block;
	color: #484848;
	background: #ffdde0;
    text-align: left;
}
.Label::before{
	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid #f99d90;
	border-right: 2px solid #f99d90;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
    margin-bottom: 0;
}
.content {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {
	height: auto;
	padding:20px ;
	transition: all .3s;
    background:#fff;
    text-align: left;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

/* according  UIKit使用 */
.sec-faq .uk-accordion-title{
    color: #484848;
	background:#f0f2e5;
    padding: 10px 10px 13px;
}

.sec-faq .uk-accordion-title::before {
    content: "";
    width: 23px;
    height: 11px;
    margin-left: 10px;
    float: right;
    background-image: url("../image/arrow_bottom.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    margin-top: 15px;
}

.sec-faq .uk-open > .uk-accordion-title::before {
    background-image: url("../image/arrow_up.png");
}

.sec-faq .uk-accordion-content{
    margin: 20px;
}


/** form **/
.sec-form{
    padding: 30px 30px 50px;
}

/* Tablet */
@media all and (min-width: 768px) and (max-width: 1024px) { 
    
    /** access **/
    .wrap-gmap{
        top: 150px;
    }
    
    .wrap-gmap iframe{
        height: 300px;
    }
    
    /** FAQ **/
    .sec-faq{
        background: url("../image/img_04.jpg") top center no-repeat;
        background-size: 100%;
        width: 100%;
        padding: 150px 0 100px;
    }
    
    .sec-faq-inner{
        width: 80%;
        margin: 0 auto;
    }
    
		
}

/* Desktop */
@media (min-width: 1025px) {
    
    /** access **/
    .wrap-gmap{
        width: 80%;
        margin: 0 auto;
        position: absolute;
        top: 200px;
        right: 0;
        left: 0;
        text-align: center;
    }

    .wrap-gmap iframe{
        height: 530px;
    }
    
    /** FAQ **/
    .sec-faq{
        background: url("../image/img_04.jpg") top center no-repeat;
        background-size: 100%;
        width: 100%;
        padding: 200px 0 150px;
    }
    
    .sec-faq-inner{
        width: 80%;
        margin: 0 auto;
    }
    
    /** form **/
    .sec-form{
        padding: 30px 0 50px;
        width: 80%;
        margin: 0 auto;
    }
    
    
}
