@charset "UTF-8";

.fa-pink {color: pink}
.fa-red {color: red}


/*テキスト配置*/


.help{
	font-size:0.8em;
}

.text-r{
	text-align:right;
}

.text-c{
	text-align:center;
}

.text-l{
	text-align:left;
}

/*記事*/

.article p{
	padding:0.5em 1em;
}


/*スライド写真*/
.slidbox{
	padding:1em 2em;
}


/*イントロダクション*/
.introduction p{
	padding:0.2em 1em;
}

/*2段組み*/


.column{
	display: -webkit-flex;
	-webkit-justify-content: space-around;
	-webkit-flex-direction:row;
	-webkit-flex-wrap: wrap;
	display: flex;
	justify-content:space-around;
	flex-direction: row;
	flex-wrap: wrap;
}

.column ul {
	list-style-type: circle;
}

.column-2 >div{
	width:48%;
}

.column-3 >div{
	width:32%;
}









.facebook{
	text-align:center;
}


/*ボタン*/

.button{
	display: block;
	text-decoration: none;
	color:#ffffff;
	background: #ffa500;
	text-align: center;
	border-radius: 1em;
	border: none;
	 margin-left: 0.3em;
	margin-right: 0.3em;
	box-shadow: 0.2em 0.2em 1em #999999;
	font-size:1.3em;
}

/*住所*/
.adress table{
	width:98%;
	padding:0.5em 1em 0 1em;
}


.adress tr > td{
	padding:0.5em 0em;
	border-bottom:thin dashed #000000;
}

.adress tr:last-child > td{
	border-bottom:none;
}

.adress tr > td:first-child{
	width:25%;
}

/*カレンダー*/

.googlecal {
	position: relative;
	padding-bottom: 75%; /* 縦横比 */
	overflow: hidden;
}

.contentsRight .googlecal{
	padding-bottom: 120%; /* 縦横比 */
}




@media screen and (max-width:1000px) {
	.googlecal {
		padding-bottom: 100%; /* 縦横比 */
	}
	.contact > .googlecal{
		padding-bottom: 100%; /* 縦横比 */
	}


}


.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#contentsLeft >.calendar{
	border:none;
	padding:0.5em;
}

/*youtube*/

.youtube{
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/*地図*/

.map p:nth-last-child(3) {
	text-align:center;
	padding:0.5em;
}

.map p:last-child {
	text-align:right;
	padding-right:1em;
	padding-bottom:0.5em;
}

.ggmap {
	margin:1em;
	position: relative;
	padding-bottom: 50%;
	overflow: hidden;
}

.ggmap iframe,.ggmap object,.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/*リコメンド（ブログ等）*/

.recommendation{
	height:10em;
	overflow:scroll;
	border: solid thin #696969;
	background-color:ffffff;
}

/*ブログ*/

.blog .imgbox{
	text-align:center;
}

.blog .imgbox img{
	max-width:480px;
}


/*リストアイテム*/

.list_item h3{
	padding:0.5em 1em 0 1em;
	font-weight: normal; 
}

.list_item h3:before{
	content:"●";
}

.list_item table{
	width:98%;
}


.list_item tr > td{
	padding:0.5em 1em;
	border-bottom:thin dashed #000000;
}

.list_item tr > td:last-child{
	text-align:right;
	
}

.list_item tr > td:last-child{
	width:25%;
	min-width: 7em;
}

.list_item p{
	padding:0.5em 1em;
}


/*一般テーブル*/


.infotable table{
	width:98%;
	border-spacing:0;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.infotable th{
	width:30%;
	padding:0.2em 0.5em;
	border: thin #544a47 solid;
	background:#ffdab9;
	text-align:center;
	vertical-align: middle;
}

.infotable td{
	text-align:left;
	width:70%;
	padding:0.5em;
	border: thin #544a47 solid;
	vertical-align: middle;
}

.infotable td ol , .infotable td ul li{
	margin-left: 2em;
}

.infotable td ul{
	list-style-type: disc;
}

@media screen and (max-width:1000px) {
	.infotable table{
		font-size:0.8em;
	}
	.infotable th{
		text-align:left;
	}
}



/* ネストリスト*/

.nestlist p{
	padding:0.5em 1em 0.5em 1em;	
	font-size:1.2em;
}

.nestlist ul > li >ul{
	padding:0.5em 1em 0.5em 1em;
	font-size:1.2em;
}

.nestlist > ul > li{
	border-bottom: thin solid #000000;
}

.nestlist > ul > li:last-child{
	border-bottom: none;
}


.nestlist >ul >li > ul > li{
	margin-left:2em;
	list-style-type: circle;
	padding:0.5em 0 0 0;
}


/*Q＆A*/

.qanda li >  p:first-child{
	color:#8b0000;
	font-size:1.4em;
}

.qanda li{
	border-bottom: thin solid #000000;
	padding:1em;
}

.qanda li:last-child{
	border-bottom: none;
}




/*ポップアップ 共通*/

.popup {
	position: relative;
	margin:1em auto;
	max-width: 700px;
	background: #ffffff;
	padding: 1em;
	list-style:none;
}

@media screen and (max-width:900px) {
	.popup {
		margin:0.5em auto;
		background: #ffffff;
		padding: 0.5em;
	}
}

.frame{
	padding: 0.2em;
	border-top:thin solid #ccc;
	border-left:thin solid #ccc;
	border-bottom:thin solid #c2c2c2;
	border-right:thin solid #c2c2c2;
	background:#ffffff;
}

