@charset "utf-8";
/* CSS Document */

template4{
	width: calc(1200 / 1366* 100%);
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 150px;
}

.template4_h1{
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 70px;
}

.template4_span{
	display: block;
	padding-top: 4px;
	font-family: "Crimson Text","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color: #a7945f;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.05em;
}

.template4_h3{
	text-align: center;
	margin-top: 40px;
	font-size: 20px;
	letter-spacing: 0.05em;
}

.template4_en{
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.05em;
}

.template4_span2{
	text-align: center;
	margin-top: 5px;
	letter-spacing: 0.05em;
}

.template4_p{
	text-align: center;
	display: block;
	font-size: 13px;
	padding: 10px;
	line-height: 2;
}

.template4_p2{
	text-align: center;
	display: block;
	font-size: 13px;
	padding: 15px;
	line-height: 2;
}

.template4_h4{
  text-align: center;
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 17px;
	letter-spacing: 0.05em;
}

.template4_h1::before {
	content: '';
	height: 1px;
	webkit-box-flex: 1;
	border-top: 1px solid #e5e5e5;
}

.template4_h1::after {
	height: 1px;
	webkit-box-flex: 1;
	ms-flex: auto;
	flex: auto;
	border-top: 1px solid #e5e5e5;
}

/*ヘッダー*/

.template4_outro {
  width: calc(1200/1366*100%);
  max-width: 1200px;
  margin: 80px auto;
}

html[data-browse-mode="P"] .header {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    color: #000;
    font-family: "Crimson Text", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html[data-browse-mode="S"] .header {
    margin-bottom: 15px;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    color: #000;
    background-color: transparent;
}
html[data-browse-mode="P"] .header span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #a7945f;
    font-family: "Crimson Text", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.05em;
}

html[data-browse-mode="S"] .header span {
    display: block;
    font-size: 14px;
    color: #a7945f;
    letter-spacing: 0.05em;
}

html[data-browse-mode="P"] .contents-block {
  justify-content: center;
  display: flex;
}

html[data-browse-mode="P"] .recocon {
  list-style: none;
  width: calc(500/1285*100%);
  max-width: 500px;
  margin: 0 20px;
}

html[data-browse-mode="S"] .recocon {
  margin: 0 auto 10px;
  list-style: none;
}

.recocon a {
  text-decoration: none !important;
}
.recocon a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.recocon img{
  width: 100%;
}
html[data-browse-mode="S"] .recocon img{
  width: 100%;
}

/* br-sp用スマートフォンのみ改行するとき */
html[data-browse-mode="P"] [class*="page-free"] .is-sp {
    display: none;
}