/*------------------------------------------------------------------
[Custom Template Stylesheet]

Project:	Bonito - Multipage Html Responsive Template
Version:	1.1
Primary use:	Bonito - Multipage Html Responsive Template 
-------------------------------------------------------------------*/

/*Table文字の折り返しサイズ*/
body {
　　word-wrap: break-word; 　　/* IEやFirefox対応用 */
　　overflow-wrap: break-word;
}

/*携帯文字サイズ*/
	@media all and (max-width: 1000px){
		p {
		  font-size: 140%;
		}

		
	   .copy {
		  font-size: 100%;
		}
		
		}

/*
	   .t-left {
		   text-align: left;
		}

		}
*/
/*add your style css here*/
/*
	.map iframe {
		pointer-events: auto;
		width: 100%;
		border: none;
	}
	.map {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}
	.map iframe{
		pointer-events: auto;
		width:100%;
		border:none;
	}
*/


/* 引用　Aura_multipage_HTML */


article.blog-post {
    padding: 20px 0px 0px;
    display: block;
}
article.blog-post img {
    display:block;
	width:100%;
}
article.blog-post .img-right {
    padding-left: 0px;
}
article.blog-post .img-left {
    padding-right: 0px;
}

article.blog-post {
    padding: 20px 0px;
}

.blog-post img{
	display:inline-block;
	width:100%;
}
article.blog-post .img-right {
    padding-left: 15px;
}
article.blog-post .img-left {
    padding-right: 15px;
}


/* 引用　Aura_multipage_HTML */


/*------------------------------------------------------------------
引用　Travel club - Onepage Html Responsive Template
-------------------------------------------------------------------*/

/*---About section---*/

/*
.about{
	background-color:#eeeff3;
}
*/
.about .list-item li{
	line-height: 36px
}
/*
.about-bg{
	background-color:#eeeff3;
}
*/
.about-bg .iframe{
	border: none;
	height: 300px;
	width: 100%;
}
.about-bg .section-title{
	margin-top:0px;
	margin-bottom:20px;
}




