@charset "utf-8";
/* lower.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;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-family: "宋体", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}

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

}
#breadcrumbs ul {
	font-size: 0px;
}
#breadcrumbs li {
	font-size: 12px;
	display: inline-block;
}
#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 {
	padding-top: 85px;
	padding-bottom: 80px;
	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;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	margin-left: auto;
	margin-right: auto;
	padding-left: 200px;
	padding-right: 200px;
	letter-spacing: 3px;
	font-family: "宋体", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}







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


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

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


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

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

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

}
