body{
	font-family: "Lucida Sans",arial,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", "Osaka",sans-serif;
	line-height: 2em;
	overflow-x:hidden;
	min-width: 960px;
	letter-spacing: 0.3px;
	}

@-ms-viewport
{
    width: auto;
    initial-scale: 1;
}
@viewport
{
    width: device-width;
    initial-scale: 1;
}

a{
	color: inherit;
}

a:hover{
	color: inherit;
	text-decoration: none;
}

.show {
    opacity: 1 !important;
    left: 0px !important;
	top:0 !important;
}

.none{
	display: none;
}

.scFade {
    opacity: 0;
    position: relative;
    top: -20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.shadow-white{
	    text-shadow: white 1px 1px 5px, white -1px 1px 5px, white 1px -1px 5px, white -1px -1px 5px;
}
.shadow-black{
	    text-shadow: black 1px 1px 5px, black -1px 1px 5px, black 1px -1px 5px, black -1px -1px 5px;
}

.only-pc{
	display:block;
}

.only-sp{
	display:none;
}

.only-lg{
	display:none;
	}

@media (min-width: 1200px) {
    .only-lg {
        	display:block;
    }
}


.table{
	display:table;
	table-layout: fixed;
	width:100%;
	}
.tr{
	display:table-row;
	}
.td{
	display:table-cell;
	}


.ellipsis{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.loading_layer{
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	background:#1d1106;
	}

a,a:hover{
	/*color:#fff;*/
	}
.h-100{
	height: 100%;
}
.bg-style{
	background-size: cover;
	background-position: center center;
}

.f-l{float:left}
.f-r{float:right !important}
.red{
	color:#8c0e0a;
	}

.color-1{
	color:#a88220;
}
.color-2{
	color:#8f683e;
}

.color-3{
	color:#1d1106;
}

.bg-color-1{
	background-color: :#a88220;
}
.bg-color-2{
	background-color:#ae7430;
}

.bg-color-3{
	background-color:#1d1106;
}


.font-1{
	font-family: 'Tangerine', cursive;
}

.img-box{}

.img-box img{
	width: 100%;
}

.bold{
	font-weight:bold;
	}

ul{
	margin:0;
	padding:0;
	list-style:none;
	}

li{
	margin:0;
	}

.table{
	width:100%;
	border-collapse:collapse;
	}

.mincho{
	font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	}

.mincho2{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

.z-i-1{
	z-index:1;
	}
.z-i-99{
	z-index:99;
	}
.pos-r{
	position:relative;
	}

.content-wrap{
	max-width:960px;
	margin:0 auto;
	padding:0 16px;
	}

.content-wrap-l{
	max-width:1200px;
	margin:0 auto;
	padding:0 16px;
	}

.common-ttl{
	font-size: 29px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	border-bottom:1px solid #ccc;
	padding-bottom:32px;
	margin-bottom:80px;
	    margin-left: 28%;
}
.contact-ttl{
	font-size: 29px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	border-bottom:1px solid #ccc;
	padding-bottom:32px;
	margin-bottom:50px;	}

.common-sub-ttl{
	border-bottom:1px solid #ccc;
	padding-bottom:32px;

	}

@media (max-width: 1200px) {
	.common-ttl{

	    margin-left: 0%;
}

.caption-box .caption-img img {
    margin-top: -40px;

}

}


.box-pd{
	padding-top: 160px;
	padding-bottom: 100px
}

.anm-all{
	 -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
}

.mat{
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	-webkit-transition: all 2s;
   -moz-transition: all 2s;
   -ms-transition: all 2s;
   -o-transition: all 2s;
   transition: all 2s;
	   z-index: 2;
}

.btn-hover{
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	 transition: all .5s;
}
.btn-hover:hover{
	background-color: #694f36;
}

.no-pad{
	padding:0;
	}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}

.mr-8{margin-right: 8px;}

.mt-1{margin-top:8px;}
.mt-2{margin-top:16px;}
.mt-3{margin-top:24px;}
.mt-4{margin-top:32px;}
.mt-5{margin-top:40px;}
.mt-6{margin-top:80px;}
.mt-7{margin-top:160px;}

.pc-mt-1{margin-top:8px;}
.pc-mt-2{margin-top:16px;}
.pc-mt-3{margin-top:24px;}
.pc-mt-4{margin-top:32px;}
.pc-mt-5{margin-top:40px;}
.pc-mt-6{margin-top:80px;}
.pc-mt-7{margin-top:160px;}

.ml-40{
	margin-left:40%;
	}

.mt-9{margin-top:225px;}

/*bootstrapカラム対応用マージン*/
.m-side-15{margin-left:15px;margin-right:15px;}


.lh-2{
	line-height: 2em;
}


.bread-wrap{

	position:relative;
	}
.breadcrumb{

	position:absolute;
	left:16px;
	top:8px;
	margin:0;
    text-align:left;
	font-size:13px;
	    z-index: 2;
	}

.breadcrumb li{
	display:inline-block;
	}

.breadcrumb li a{
	color:#666;
	}

.breadcrumb li a:hover{
	text-decoration:underline;
	}

.breadcrumb li a:after{
	content:">";
	padding:0 8px;
	text-decoration:none !important;
	display: inline-block;
	}



.to-top-btn {
    position: fixed;
    right: 0px;
    bottom: 0px;
    background: #cf95c1;
    color: #fff;
    padding: 16px;
    text-align: center;
    cursor: pointer;
	  line-height: 1.5em;
		z-index: 99;
}





.main-header {
    position: relative;
}

.only-pc {
    display: block;
}

.main-logo {
    position: absolute;
    left: 0;
    top: 20px;
    background: #fff;
    z-index: 4;
    text-align: center;
}

.main-logo img {
    margin-top: 20px;
    margin-left: 25px;
}

.header-menu {
    margin-left: 25%;
    z-index: 3;

}

.header-menu li {
    display: inline-block;
	  padding: 4% 3%;

}

.header-menu li a {
        color: #884073;
    display: block;
    font-size: 14px;
}


.tel-box {
    position: absolute;
    right: 3%;
    top: 28%;
    line-height: 1em;
    z-index: 5;
}

.tel-box .tel-ttl {
    font-size: 13px;
    background: #efefef;
    border-radius: 4px;
    padding: 8px;
    text-align: center;
}

.tel-box .tel-number {
    font-size: 34px;
}

.tel-box .tel-info {
	display:inline-block;
	margin-top:16px;
        font-size: 15px;
    text-align: end;
}

.to-contact{
	margin-top:8px;
	text-align:right;
	}
.to-contact a{
	display:inline-block;
	background-image:url(../img/mail-icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px 10px 10px 40px;
	color:#673458;
	font-weight:bold;
	font-size:18px;
	}


.to-contact2{
	text-align:center;
	}
.to-contact2 a{
	display:inline-block;
	background-image:url(../img/mail-icon2.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:10px 10px 10px 40px;
	color:#fff;
	font-size:18px;
	}


@media (max-width: 1450px) {
	.tel-box {
	   top: 120%;
	}
	.header-menu {
		text-align:right;
		}
}


.footer-link{}

.footer-link li{
	display:inline-block;
	}


.link-weap{
	padding-top:32px;
	background-color: #4b0082;
    color: #fff;
    text-align: center;
	}

.link-weap li a {
    font-size: 14px;
    padding: 20px 16px;
}

.sb-ttl {
    font-family: -webkit-pictograph;
    background-image: url(../img/rhombus-p.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 118px;
    color: #a99999;
    font-size: 50px;
    text-align: center;
    text-shadow: 0px 0px 10px #fff;
    padding-top: 41px;
    height: 118px;
}

.copyright{
	padding-bottom:32px;
	}



/* 下層ページ */

.caption-box {
}

.caption-box .caption-img {
	width:45%;
	float:left;
}

.caption-box .caption-img img {
	margin-top:-100px;
	max-width: 533px;
	width:100%;
}

.caption-box .caption-text {
	width:55%;
	padding-left:32px;
	float:left;
}

.caption-box .caption-text .ttl-img {
	float:left;
}

.caption-box .caption-text .ttl-img img {
}

.caption-box .caption-text .explain {
	padding-top:32px;
	font-size:14px;
}


.caption-box .caption-text .explain p {
}

.ttl-mgn{
	margin-left:90px;
	}


/*  ひし形のアイテム  */


.rhom-p-01 img{
    position: absolute;
    top: -10%;
    left: 55%;
	z-index: -2;
}
.rhom-p-03 img{
    position: absolute;
    top: -58%;
    left: 53%;
	z-index: -2;
}
.rhom-p-04 img{
    position: absolute;
    bottom: -72%;
    right: -53%;
	z-index: -2;
}

.rhom-p-02 img{
    position: absolute;
    top: -103%;
    right: 37%;
	z-index: -2;
}

.rhom-g-01 img{
    position: absolute;
    /*bottom: -28%;
    left: 5%;*/
	bottom: 0%;
    left: 60%;
}

.rhom-g-02 img{
    position: absolute;
        bottom: 47%;
    left: 23%;
}

.rhom-g-03 img{
    position: absolute;
    top: -3%;
    left: 50%;
}

.rhom-sg-01 img{
        position: absolute;
    bottom: -35%;
    left: 19%;
    width: 300px;
}

.rhom-sg-02 img{
    position: absolute;
    bottom: -29%;
    right: 24%;
    width: 300px;
}



.btm-g-1{
	background-color:#538c60;
	width: 120px;
    height: 120px;
    transform: rotate(45deg);
    position: absolute;
    bottom: -145px;
    left: 298px;
	}

.btm-g-1 p{
    margin-top: 22px;
    margin-left: 28px;
	color:#fff;
	transform: rotate(-45deg);
	}

.btm-g-2{
    background-color: #538c60;
    width: 120px;
    height: 120px;
    transform: rotate(45deg);
    position: absolute;
    bottom: -195px;
    left: 73px;
}

.btm-g-2 p{
    margin-top: 22px;
    margin-left: 12px;
	color:#fff;
	transform: rotate(-45deg);
	}

.main-footer{
	position:relative;
	z-index:2;
	}

.border-top {
    width: 100%;
    height: 20px;
    background-color: #4b0082;
}
