@charset "utf-8";

@media (max-width: 700px) {
.header__logo a {
    width: 112px;
    display: block;
}
.instagram {
    width: 30px;
}

.header__item a {
    padding-top: 6px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 10px;
    font-size: 1.1rem;
}
.header-fixed__inner{
  height:56px;
}
.header-fixed__logo{
  width:80px;
}
.header-fixed__nav ul{
  display:flex;
  gap:16px;
}
.header-fixed__nav a{
    font-size: 1.1rem;
}

.section-head {
    position: relative;
    margin-bottom: 40%;
}
.section-head .link-btn {
    position: absolute;
	top: 48px;
    right: 0;
  left: 0;
  margin: 0 auto;
    transform:inherit;
    display: inline-block;
    text-decoration: none;
    padding-right: 24px;
    border-bottom: 1px solid #c02a2c;
    transition: 0.3s;
    width: 144px;
	box-sizing: border-box;
	font-size: 15px;
	background-color: #FFFFFFE6;
	padding: 8px 12px;
}
.section-head .link-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #c02a2c;
    border-right: 1px solid #c02a2c;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
}
.section-title {
    font-size: 1.9rem;
    font-weight: 200;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    letter-spacing: 0.1em;
	line-height: 1.4em;
}
.section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/section-title_after.svg);
    background-repeat: no-repeat;
    background-size: 80px auto;
    background-position: center bottom;
    width: 80px;
    height: 80px;
}
.section_body {
    position: relative;
    background-color: #FFFFFF;
    padding-top: 24px;
    padding-right: 20px;
    padding-left: 40px;
    padding-bottom: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.section_body::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    right: -10px;
    bottom: 10px;
    border: 1.2px solid #c02a2c;
}
.section-lead {
    font-weight: 600;
    font-size: 1.2em;
    margin-top: 28px;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.section-txt p {
    line-height: 1.6em;
}
.section-txt {
    margin-bottom: 16px;
}
.section-txt p + p{
  margin-top:12px;
}
.br_sp{
	display: inherit;
}
.link-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 40px 0 20px;
    border: 1.2px solid #c02a2c;
    background: #fff;
    color: #c02a2c;
    text-decoration: none;
    letter-spacing: 0.064em;
    transition: 0.3s;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
	
	footer{
	padding-top: 9.23%;
	padding-bottom: 5.38%;
	background-image: url("../images/footer.png");
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
}
#footer_in{
	    width: min(100% - 19.23%, 1200px);
    margin-inline: auto;
}
#foot_logo{
		margin-right: auto;
		margin-left: auto;
	    width: 96px;
		margin-bottom: 10px;
}
#foot_logo img{
	width: 100%;
}
footer ul{
	    display: flex;
    	align-items: center;
    	gap: 40px;
	    justify-content: center;
		margin-bottom: 16px;
}
footer ul li{
}
footer ul li a{
    display: block;
    padding: 10px;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    transition: opacity 0.3s;
}
#copyright{
	text-align: center;
	font-size: .64em;
	line-height: 1em;
	font-weight: 200;
}
	

.pagetitle_wrap {
	background-image: url("../images/pagetitle.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.pagetitle_wrap hgroup {
    width: 100%;
    padding-top: 8.46%;
    padding-bottom: 8.46%;
	text-align: center;
}
.pagetitle_wrap hgroup h1 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: .032em;
    font-size: 48px;
    font-family: "Playfair", serif;
    color: #FFFFFF;
    font-weight: normal;
    }



}
