@charset "utf-8";

/* デザイン */

.de_ph1{
	width: 30%;
}
.de_text1{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
	margin-top: 5%;
}
@media print, screen and (max-width: 750px) {
  .de_ph1{
	width: 80%;
    margin: 0 auto;
}
.de_text1{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.6rem;
	line-height: 40px;
	text-align: center;
	font-feature-settings: "palt";
	letter-spacing: 0.02em;
	margin-top: 4%;
}
}


/* ランドスケープ */

.la_text1{
    font-size: 30px;
    font-family: "trajan-pro-3", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    color: #826751;
    text-align: left;
	margin-bottom: 2%;
}
.la_border {
    display: block;
    border-right: 1px solid #000;
	border-top: 1px solid #000;
    box-sizing: content-box; 
}
.contents1001{
    clear: both;
    width: 92%;
    max-width: 1001px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
@media print, screen and (max-width: 750px) {
.la_text1{
    font-size: 1.5rem;
	margin-bottom: 2%;
}
.la_border {
    display: block;
    border-right: none;
	border-top: 1px solid #000;
    box-sizing: content-box; 
} 
}