@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic&display=swap');

/* =================================== */
/*	Basic Style 
/* =================================== */

body{
	/*background-color:#fbf7f6;*/
	background-color:#f0fffc;
}

/* row-eq-height
----------------------*/
/* row に付与 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}


/* margin padding
----------------------*/
.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;}
.mgnB100 {margin-bottom:100px !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;}

.mgnL0 {margin-left:0 !important;}
.mgnL5 {margin-left:5px !important;}
.mgnL10 {margin-left:10px !important;}
.mgnL15 {margin-left:15px !important;}
.mgnL20 {margin-left:20px !important;}
.mgnL30 {margin-left:30px !important;}
.mgnL40 {margin-left:40px !important;}
.mgnL50 {margin-left:50px !important;}
.mgnL100 {margin-left:100px !important;}

.mgnR0 {margin-right:0 !important;}
.mgnR1 {margin-right:1px !important;}
.mgnR5 {margin-right:5px !important;}
.mgnR10 {margin-right:10px !important;}
.mgnR15 {margin-right:15px !important;}
.mgnR20 {margin-right:20px !important;}
.mgnR30 {margin-right:30px !important;}
.mgnR40 {margin-right:40px !important;}
.mgnR45 {margin-right:45px !important;}
.mgnR50 {margin-right:50px !important;}
.mgnR90 {margin-right:90px !important;}
.mgnR100 {margin-right:100px !important;}


.pdnT0{padding-top:0 !important;}
.pdnB0{padding-bottom:0 !important;}
.pdnB40{padding-bottom:40px !important;}


/* section
----------------------*/
.section-def{
	padding:80px 0;
}

.bg-01{
	background:#FBEEEE;
}

.bg-02{
	background:#DA4953;
}


/* button
----------------------*/
.btn-default {
    /*border-color: #B55233 !important;*/
	border-color: #31c4b4 !important;
/*    background: #68A5DA !important;*/
    color: #fff !important;
    background: rgb(58,209,168);
    background: -moz-linear-gradient(left, rgba(58,209,168,1) 0%, rgba(40,184,193,1) 100%);
    background: -webkit-linear-gradient(left, rgba(58,209,168,1) 0%,rgba(40,184,193,1) 100%);
    background: linear-gradient(to right, rgba(58,209,168,1) 0%,rgba(40,184,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ad1a8', endColorstr='#28b8c1',GradientType=1 );
}

.btn-default:hover{
	border-color:#31c4b4 !important;
    background:#fff !important;
    color: #29b9c1 !important;
}

/* テキスト選択のcssここから 
--------------------------------------------*/


.selectedClass {
    position: absolute;
    color: #000;
    font-family: 'Sawarabi Gothic', sans-serif;
    text-align: left;
}
.name01 {
    left: 26%;
    top: 49.3%;
    line-height: 1.5;
}
.name02-2 {
    left: 26%;
    top: 72.2%;
/*    top: 74.6%;*/
}
.name02{
    left: 26%;
    top: 76%;
    line-height: 1.5;
}
.name03{
    left: 26%;
    top: 63.5%;
/*    top: 84.5%;*/
    line-height: 1.5;
}

@media screen and (min-width:1200px) {
    .name01,
    .name02,
    .name03 {
        font-size: 2.2em;
        letter-spacing: 2.7px;
    }
    .name02-2 {
        font-size: 2.2em;
        letter-spacing: 6px;
    }
}
@media screen and (max-width:1199px) and (min-width: 768px) {
    .name01,
    .name02,
    .name03 {
        font-size: 1.7em;
        letter-spacing: 2.5px;
    }

    .name02-2 {
        font-size: 1.7em;
        letter-spacing: 4px;
    }
}
@media screen and (max-width:767px) {
    .name01,
    .name02,
    .name03 {
        font-size: 3.4vw;
        letter-spacing: .08vw;
    }    
    .name02-2 {
        font-size: 3vw;
        letter-spacing: .5vw;
    }
}

/*-------------------------------------------- 
テキスト選択のcssここまで */


/*-----------------------------------------------------------*/

.col-xs-12 {
    padding: 0;
}
.gmap {
/*    background-image: url(../image/map_bk.jpg);*/
    background-size: 100%;
    background-repeat: repeat-y;
    min-height: 460px;
    background-color: #f0fffc;
    margin-bottom: 30px;
}
.gmap iframe {
    /*border: 2px solid #852f3d;*/
	border: 2px solid #a3e584;
    margin: 0 auto;
    width: 92%;
    max-width: 880px;
/*    border-radius: 9px;*/
/*
    -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
*/

}

#wrapper .container .row .col-md-10 {
    background-color: #f0fffc;
}
.bg-form .container .row .col-md-10 {
    background-color: #fff !important;
}

.content-pc{
	background:url(../image/bg_content.jpg) 0 0 repeat;
}

.content-pc-inner{
/*	background:url(../image/bg_if.jpg) 0 0 repeat;*/
	text-align:center;
	width:100%;
/*	width:990px;*/
	margin:0 auto;
	padding-bottom:0px;
}

.wrap-present{
	border:5px solid #B35233;
	background:#FEEBDD;
	padding:50px 0;
	margin-bottom:100px;	
}

.bg-form,
#footer-second.footer{
/*	background:url(../image/bg_if.jpg) 0 0 repeat !important;	*/
    background-color: #f0fffc !important;
}

/*
.form-area .bg-form {
    padding: 0 15px;
}
*/

.form-area .container .row .col-md-10 {
    padding: 40px 20px;
}

/*============================================================
	small desktop 
==============================================================*/

@media (min-width: 992px) and (max-width: 1199px) {
	
	
	
	
}


/*============================================================
	under tablet
==============================================================*/
@media only screen and (max-width: 991px) {
	
	
	
}


/*============================================================
	tablet
==============================================================*/

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


/*============================================================
	mobile
==============================================================*/
@media only screen and (max-width: 767px) {
	
	.content-xs{
		background:url(../image/map_bk.jpg) 0 0 repeat-y;
		background-size:100%;
	}

	.section-main-xs{
		background:url(../image/sp/main_xs.jpg) top center no-repeat;
		background-size:contain;
		padding:500px 0 20px;
		height:700px;
		text-align:center;
	}
	
	.section-main h1 img{
		margin-bottom:180px;
	}
	
	.wrap-present-xs{
		background:url(../image/img_11.jpg) 0 0 no-repeat;
		background-size:contain;
        padding: 82% 0 39%;
/*		padding:270px 0 100px;*/
		text-align:center;
		margin-bottom:0px;
        background-position: center;
	}
	
	
	/* contact button */
	#ft-contact{
		position:fixed;
		width:100%;
		bottom:0;
		background-color:rgba(255,255,255,0.8);
		text-align:center;
		z-index:99;
		padding:10px 0;
	}
	
	.form-area {
        position: relative;
        z-index: 9999;
        background: #efefef;
    }
    
    .gmap iframe {
        border: 0.3vw solid #781021;
    }
	
}
@media only screen and (max-width: 448px) {
    .table > tbody > tr > th, .table > tbody > tr > td {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .table > tbody > tr > td {
        border-top: 0 !important;
        padding-top: 0 !important;
    }
    #main_table tr th {
        width: 100% !important;
        padding-bottom: 4px !important;
    }
}