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

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

body{
    background-color: #fffdfa;
}
.maincont {
    position: relative;
}
/*
.maincont:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../image/bgimg.jpg) center no-repeat;
  background-size:cover;
}
*/
/* #wrapper {
    background-color: #fff;
} */

/* 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: #d5e7d4 !important;
    background: #d5e7d4 !important;
    color: #303330 !important;
    border-radius: 0;
    outline: 1px solid rgb(74 149 71);
    outline-offset: -7px;
    transition: .8s;
    padding: 15px !important
}

.btn-default:hover{
    border-color: #d5e7d4 !important;
    background:#d5e7d4 !important;
    outline: 1px solid rgb(74 149 71);
    outline-offset: 0;
    color: #303330 !important;
}

/* テキスト選択のcssここから 
--------------------------------------------*/
#kanto a {
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: #000;
    font-family: 'Sawarabi Gothic', sans-serif;
    text-decoration: underline;
}
#hokkaido {
    padding-bottom: 60px;
}
#kansai, #chugoku_shikoku, #kyushu, #hokkaido {
    background-color: #fffaf1;
}
#kansai img, #chugoku_shikoku img, #kyushu img, #hokkaido img {
    width: 100%;
    vertical-align: bottom;
    display: block;
}
#kansai p, #chugoku_shikoku p, #kyushu p, #hokkaido p {
    color: #000;
    font-family: 'Sawarabi Gothic', sans-serif;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}
#kansai p a, #chugoku_shikoku p a, #kyushu p a, #hokkaido p a {
    color: #000;
    font-family: 'Sawarabi Gothic', sans-serif;
    text-decoration: underline;
}

@media screen and (min-width:1200px) {
    
}
@media screen and (max-width:1199px) and (min-width: 768px) {
    
}
@media screen and (max-width:767px) {
    
}

.message {
    text-align:center;
    padding: 20px;
    background: rgba(0,0,0,.7);
    color: #fff;
    position: relative;
    z-index: 999;
    font-size:18px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
/*
.message:before {
    content: "";
    background: rgba(0,0,0,.7);
    margin: 3px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}
*/
/*-------------------------------------------- 
テキスト選択のcssここまで */


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

.col-xs-12 {
    padding: 0;
}
.gmap {
    background-image: url(../image/map_bk.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
    min-height: 120px;
    position: absolute;
    width: 100%;
    margin-bottom: 0;
}
.map01 {
    top: 47%;
}
.map02 {
    top: 42%;
    height: 43%;
}
.map03 {
    top: 33%;
    height: 49%;
}
.gmap iframe {
/*    border: 2px solid #a4e484;*/
    margin: 0 auto;
    width: 83%;
    max-width: 880px;
    box-shadow: 0 3px 5px #e9ece7;
/*
    -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: #fff;
}

.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: #f7eee9 !important;
    z-index: 99999999;
    position: relative;
}

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

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

.content-pc-inner > img {
    width: 100%;
    height: auto;
}

/*
.content-pc-inner.row:after {
    content: '';
    display: block;
    width: 10vw;
    height: 0;
    border-bottom: 1px solid #b3b2b2;
    margin: 0 auto;
    padding-top: 30px;
}
*/
.l-footer__tel a,
.l-footer__tel a:focus,
.l-footer__tel a:active,
.l-footer__tel a:hover {
    color: #fff !important;
}

.sns_btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}
.sns_btn ul li {
    width: 100%;
}
.sns_btn ul li.btn_tw {
    background: #55acee;
}
.sns_btn ul li.btn_fb {
    background: #3b5998;
}
.sns_btn ul li.btn_ig {
  position: relative;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}
.sns_btn ul li.btn_ig:before{
  content: '';
  position: absolute;
    top: 7px;
    left: -85px;
    width: 200px;
    height: 120px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.sns_btn ul li.btn_ln {
    background: #06c755;
}
.sns_btn ul li.btn_ln img {
    width: 1.5em;
}
.sns_btn ul li a {
    display: block;
    color: #fff;
    padding: .3em 0 .2em;
    text-align: center;
    font-size: 1.3em;
    z-index: 2;
    position: relative;
}


/*============================================================
	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/sp/img_11.jpg) 0 0 no-repeat;
		background-size:contain;
		padding:83% 0 36%;
/*		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;
    }
	
}
@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;
    }
}