@charset "utf-8";
/* lower_en.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページタイトル   　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_tt {
	position: relative;
	text-align: center;
	height: 100vh;
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
	background-image: url(../../../images/home_h3_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 150px auto;
}
#page_tt canvas{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
}
#page_tt h2  {
	font-size: 35px;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* パンくず    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#breadcrumbs {
	position: absolute;
	top: 10px;
	right: 20px;

}
#breadcrumbs ul {
	font-size: 0px;
}
#breadcrumbs li {
	font-size: 12px;
	display: inline-block;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#breadcrumbs li a {
	color: #333333;
	text-decoration: none;
}
#breadcrumbs li a:hover {
	color: #000000;
	text-decoration: underline;
}
#breadcrumbs li:after {
	content: " ＞ ";
	margin-right: 5px;
}
#breadcrumbs li:last-child:after {
	content: "";
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	height: 100vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h3　　　　　　　　                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.h3_box {
	background-image: url(../../../images/bg_washi_02.jpg);
	margin-bottom: 100px;
	margin-left: -20px;
	margin-right: -20px;
	background-position: 0% top;
}
.tt_h3 {
	font-size: 32px;
	line-height: 1em;
	text-align: center;
	background-image: url(../../../images/home_item_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 260px auto;
	height: 260px;
	display: flex;
	justify-content: center;/*横中央*/
	align-items: center;/*縦中央*/
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}







/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページタイトル   　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_tt {
	background-size: 100px auto;
	height: calc(100vh - 100px);
}
#page_tt h2  {
	font-size: 32px;
	line-height: 1.2em;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* パンくず    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#breadcrumbs {
	top: 60px;
	right: auto;
	left: 10px;
}
#breadcrumbs ul {
	font-size: 0px;
}
#breadcrumbs li {
	font-size: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	/*height: 400px;*/
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h3　　　　　　　　                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.h3_box {
	margin-bottom: 60px;
}
.tt_h3 {
	font-size: 26px;
	background-size: 200px auto;
	padding-left: 100px;
	padding-right: 100px;
	height: 200px;
}

}
