@charset "UTF-8";

.box{}
.cover{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.smatop{ height:400px;}

.smatop .cover{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.aaa{
	list-style-type: none;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	
}
.aaa li{
	padding-bottom: 25px;
	float: none;
	}


/*文字種類*/


.font1{
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
		
}

/*囲む*/

.hako{

    padding: 8px 16px;
    margin: 32px 0;
    border: double 5px #3d3935;
	
}
/*文字の中マージン*/
.moji2{
	word-break: break-all;
	margin-top: 20px;
}

/*メールフォーム上書き
*/
.yoko{
	max-width: 800px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}

form#mailformpro dl dt {
	font-size: 16px;

}
form#mailformpro dl dd {
    font-size: 16px;

}
.mfp_colored{
	background-color: #F0F4F4;
}
form#mailformpro label.mfp_not_checked {
    background-color: #fff;
}

@media (max-width:767px){
	
form#mailformpro dl dt {
    font-size: 16px;
}
form#mailformpro dl dd {
    font-size: 16px;
}
}


/*ふわっとでてくる*/
.scroll-block{
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateY(30px);
}


/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


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


/* ヘッダー固定時*/
#header.fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 98;
	background-color: #FFF;
	opacity:0.9;
	line-height:2;
}
.listmg{
	width: 10%;	
}
/* ヘッダーロゴ画像*/
.m-logo{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 20%;
	margin: auto;
	height: auto;
	width: 180px;
}

/*GOOGLEMAP*/


.gmap {
	width: 100%;
	height: 250px;
}



/*マージン縦幅　種類*/
.mgt-1{
	margin-top:50px; margin-bottom:50px;
}


.mgt-2{
	margin-top: 150px;
	margin-bottom: 30px;	
}
@media (max-width:767px){
.mgt-2{
	margin-top: 30px;
	margin-bottom: 30px;	
}
}
/*マージン横幅　種類*/

.prsm{
	font-weight: normal;
	font-size: 85%;
	padding-left: 10px;
}
@media (max-width:767px){
.prsm{ display:block;font-size: 85%;}
}
/*タイトル線*/
.title{
	position: relative;
	padding: 0 0px;
	font-size: 64px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bolder;
	
}

.title:before {
	position: absolute;
	top: calc(25%);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #978c81;
}

.title span {
	position: relative;
	background: #fff;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
}
@media (max-width:767px){
.title{
	font-size: 43px;  
}	
}
.title2{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 35px;
	margin-bottom: 20px;
}

th,td{
	padding-bottom: 22px;

}
th{vertical-align: top;}
td{
	text-align: right;
	 width:180px;
	 vertical-align: bottom;
}
@media (max-width:767px){
td{ width:120px;
}}

.topimg{object-fit: cover;
	height: 590px;
	width: 100%;}
.simg{
	object-fit: cover;
	height: 350px;
	width: 100%;
}


@media (max-width:767px){
.topimg{	height: 300px;}
.simg{height: 200px;}
}
