@charset "UTF-8";

.sec_mv {
	padding:160px 0 130px;
	background:url(../img/mv.jpg) no-repeat center center ;
	background-size:cover;
}
.sec_mv .inner {
	margin:0 auto;
	padding:50px 0 40px;
	width:90%;
	max-width:1100px;
	background-color: rgba(0,0,0,0.83);
	color:#fff;
	text-align:center;
}
.sec_mv .inner2 {
	margin:0 auto;
	padding:30px 0;
	width:90%;
	max-width:1100px;
	background:#ac8f58;
	color:#000;
	text-align:center;
}
.sec_mv .inner .tit {
	font-family: "EB Garamond", serif;
	font-size:67px;
	font-weight: 400;
}
.sec_mv .inner .txt {
	margin-top:10px;
	font-family: "Noto Serif JP", serif;
	font-size:23px;
	font-weight: 500;
	line-height:2;
}
.sec_mv .inner2 .txt {
	font-size:23px;
	font-weight: 500;
	line-height:2;
}
.sec_mv .inner2 .btn a {
	display:block;
	margin:15px auto;
	padding:15px 0;
	width:18em;
	background:#000;
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	font-weight: 500;
	color:#fff;
	text-decoration:none;
}
.sec_mv .inner2 .btn a:hover {
	background:#222;
}
@media screen and (max-width:768px) {
	.sec_mv {
		padding:40px 0 100px;
		background:url(../img/mv_sp.jpg) no-repeat bottom center ;
		background-size:cover;
	}
	.sec_mv .inner {
		padding:30px 0 30px;
	}
	.sec_mv .inner2 {
		padding:20px 0 10px;
	}
	.sec_mv .inner .logo {
		margin:0 30%;
	}
	.sec_mv .inner .tit {
		margin-top:20px;
		font-size:10vw;
	}
	.sec_mv .inner .txt {
		margin-top:20px;
		font-size:4vw;
	}
	.sec_mv .inner2 .txt {
		font-size:4vw;
	}
	.sec_mv .inner2 .btn a {
		font-size:5vw;
		width:90%;
	}
}
.sec_mv_kasou img {
	width:100%;
}
.sec_read {
	padding:60px 0 ;
	background:#fff url(../img/sec_read_bg.png) no-repeat center center ;
	background-size:cover;
}
.sec_read ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
}
.sec_read ul li {
	display:flex;
	justify-content: center;
	align-items: center;
	background:#fff;
	border:1px solid #a48857;
	border-radius:200px;
	width:240px;
	height:240px;
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	font-weight: 500;
	text-align:center;
}
.sec_read ul li:nth-child(1) span {
	padding-top:100px;
	background:url(../img/sec_read_1.png) no-repeat top center ;
	background-size:auto 80px;
}
.sec_read ul li:nth-child(2) span {
	padding-top:100px;
	background:url(../img/sec_read_2.png) no-repeat top center ;
	background-size:auto 80px;
}
.sec_read ul li:nth-child(3) span {
	padding-top:100px;
	background:url(../img/sec_read_3.png) no-repeat top center ;
	background-size:auto 75px;
}
@media screen and (max-width:768px) {
	.sec_read {
		background:#fff url(../img/sec_read_bg_sp.png) repeat center center ;
		background-size:150px 150px;
	}
	.sec_read ul {
		gap: 30px;
	}
}

.top_newsWrap {
	margin:50px auto 0;
	max-width:960px;
}
.top_newsWrap a {
	display:block;
	margin-bottom:20px;
	padding:20px;
	background:#fff;
	border-radius: 14px;
	box-shadow:0px 5px 30px rgba(0,0,0, 0.06);
	color:#333;
	text-decoration:none;
}
.top_newsWrap a:hover {
	box-shadow:0px 5px 30px rgba(0,0,0, 0.15);
}
.top_newsWrap a:hover .tit {
	color:#734900;
}
.top_newsWrap a div {
	display:flex;
	flex-wrap: wrap;
}
.top_newsWrap a div .day {
	min-width:7em;
	font-size:16px;
	color:#734900;
}
.top_newsWrap a div .cat {
	margin-right:2em;
	min-width:8em;
}
.top_newsWrap a div .cat span {
	padding:0.2em 0.5em 0.3em;
	background:#512d68;
	font-size:16px;
	color:#fff;
	border-radius: 6px;
	line-height:1;
}
.top_newsWrap a div .tit {
	max-width:calc(100% - 7em);
	font-size:18px;
}
@media screen and (max-width:768px) {
	.top_newsWrap a div .day {
		font-size:4vw;
	}
	.top_newsWrap a div .cat span {
		font-size:3vw;
	}
	.top_newsWrap a div .tit {
		margin-top:15px;
		max-width:100%;
		font-size:4vw;
	}
}


.sceneWrap {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:50px;

}
.sceneWrap .col {
	width:32%;
	margin-bottom:20px;
	background:#f7f7f7;
	border-radius: 12px;
	text-align:center;
}
.sceneWrap .col .tit {
	padding:20px 20px 0 20px;
	font-family: "Noto Serif JP", serif;
	font-size:24px;
	font-weight: 500;
	color:#9A7C45;
}
.sceneWrap .col .tit span {
	margin-left:5px;
	padding:5px 8px;
	font-family: "Noto Sans JP", serif;
	font-size:18px;
	font-weight: 400;
	background:#e8f8f3;
	border-radius:10px;
}
.sceneWrap .col .txt {
	padding:20px 10px 30px;
	font-size:18px;
	line-height:1.7;
}
@media screen and (max-width:768px) {
	.sceneWrap .col {
		width:100%;
	}
	.sceneWrap .col .txt {
		font-size:4vw;
	}
}


.optionServiceWrap {
	margin-top:70px;
	padding:0 0 30px;
	border:1px solid #a48957;
	border-radius:15px;
	text-align:center;
}
.optionServiceWrap h3 {
	margin:-30px auto 0 ;
	padding:2px 0 30px 0;
	background:url(../img/optionService_h3.png) no-repeat top center ;
	background-size:contain;
	width:360px;
	font-size:24px;
	font-weight: 600;
	color:#9A7C45;
}
.optionServiceWrap ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top:10px;
}
.optionServiceWrap ul li {
	padding:15px 17px;
	color:#fff;
	background:#9a7c45;
	border-radius: 10px;
	font-size:22px;
}
.optionServiceWrap ul li .tit {
	font-weight: 600;
}
@media screen and (max-width:768px) {
	.optionServiceWrap h3 {
		width:80%;
		font-size:5vw;
	}
	.optionServiceWrap ul li {
		width:80%;
		font-size:4.5vw;
	}
}

.cookplanList {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 40px;
	margin:60px auto 20px;
	max-width:80%;
}
.cookplanList li a {
	display:block;
	padding:15px 25px;
	font-size:22px;
	font-weight: 600;
	color:#85601e;
	text-decoration:none;
	background:#fff;
	border:1px solid #a48956;
	border-radius: 13px;
}
.cookplanList li a:hover {
	color:#251800;
}
@media screen and (max-width:768px) {
	.cookplanList {
		gap: 10px 10px;
	}
	.cookplanList {
		margin:30px auto 20px;
		max-width:100%;
	}
	.cookplanList li a {
		padding:12px 20px;
		font-size:4vw;
	}
}

.cookplanInfo {
	display:flex;
	justify-content: center;
}
.cookplanInfo ul {
	display:inline-block;
	margin:0 auto;
	padding:20px;
	border:1px solid #a48956;
	border-radius: 13px;
}
.cookplanInfo ul li {
	margin-bottom:5px;
	font-size:18px;
}
.cookplanInfo ul li:last-child {
	margin-bottom:0;
}
.cookplanTxt_1 {
	margin-top:20px;
	font-size:18px;
	font-weight:600;
	text-align:center;
}
.cookplanTxt_2 {
	margin-top:20px;
	font-size:18px;
	text-align:center;
}
@media screen and (max-width:768px) {
	.cookplanInfo ul {
		padding:15px;
	}
	.cookplanInfo ul li {
		font-size:3.5vw;
	}
	.cookplanTxt_1 {
		font-size:4vw;
	}
	.cookplanTxt_2 {
		font-size:3.0vw;
	}
}


.cookplanWrap {
	position: relative;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:90px;
	padding:40px;
	background:#fff;
	border-radius: 13px;
}
.cookplanWrap.plan_4 {
	margin-top:40px;
}
@media screen and (max-width:768px) {
	.cookplanWrap {
		padding:20px 20px 30px 20px;
	}
}
.cookplanWrap.plan_1::before {
	content: "";
	position: absolute;
	top: -50px;
	right: 35px;
	background: url(../img/cookplan_01_ic.png);
	background-size:100% auto;
	width: 150px;
	height: 164px;
	z-index:999;
}
@media screen and (max-width:768px) {
	.cookplanWrap.plan_1::before {
		width: 120px;
		height:131.2px;
	}
}
.cookplanWrap.plan_2::before {
	content: "";
	position: absolute;
	top: -50px;
	right: 35px;
	background: url(../img/cookplan_02_ic.png);
	background-size:100% auto;
	width: 150px;
	height: 164px;
	z-index:999;
}
@media screen and (max-width:768px) {
	.cookplanWrap.plan_2::before {
		width: 120px;
		height:131.2px;
	}
}
.cookplanWrap.plan_3::before {
	content: "";
	position: absolute;
	top: -50px;
	right: 35px;
	background: url(../img/cookplan_03_ic.png);
	background-size:100% auto;
	width: 150px;
	height: 150px;
	z-index:999;
}
@media screen and (max-width:768px) {
	.cookplanWrap.plan_3::before {
		width: 120px;
		height: 120px;
	}
}

.cookplanWrap .left {
	width:50%;
}
.cookplanWrap .right {
	width:47%;
}
.cookplanWrap.plan_3 .left {
	width:45%;
}
.cookplanWrap.plan_3 .right {
	width:52%;
}
@media screen and (max-width:768px) {
	.cookplanWrap .left {
		margin-bottom:30px;
		width:100%;
	}
	.cookplanWrap .right {
		width:100%;
	}
	.cookplanWrap.plan_3 .left {
		width:100%;
	}
	.cookplanWrap.plan_3 .right {
		width:100%;
	}
}
.cookplanWrap .right h3 {
	font-size:24px;
	font-weight: 600;
	color:#000;
}
.cookplanWrap .right h4 {
	margin-top:30px;
	font-size:18px;
	font-weight: 600;
	color:#9A7C45;
}
.cookplanWrap .right ul li {
	display:flex;
	margin-top:10px;
	font-size:18px;
}
.cookplanWrap .right ul li span {
	display:block;
	width:1.5em;
	font-weight: 600;
	text-align:center;
}
.cookplanWrap .right ul li p {
	width:calc(100% - 1.5em);
}
@media screen and (max-width:768px) {
	.cookplanWrap .right h3 {
		font-size:5.5vw;
	}
	.cookplanWrap .right h4 {
		font-size:4.5vw;
	}
	.cookplanWrap .right ul li {
		font-size:4vw;
	}
}

.drinkmenuWrap {
	margin-top:90px;
	padding:0 40px 40px;
	background:#fff;
	border:1px solid #a48956;
	border-radius: 13px;
}
.drinkmenuWrap h3 {
	margin:-20px auto 0;
	font-size:24px;
	font-weight: 600;
	color:#fff;
	background:url(../img/drinkmenu_h3.png) no-repeat top center ;
	background-size:contain;
	width:324px;
	height:40px;
	line-height:37px;
	text-align:center;
}
.drinkmenuWrap .txt {
	margin-top:30px;
	font-size:22px;
	font-weight: 600;
	color:#000;
	text-align:center;
}
.drinkmenuWrap .drinkPlan {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.drinkmenuWrap .drinkPlan .col {
	margin-top:30px;
	padding:30px;
	width:calc(48% - 60px);
	background:#f7f7f7;
	border-radius: 13px;
}
.drinkmenuWrap .drinkPlan .col h4 {
	font-size:22px;
	font-weight: 600;
	color:#9A7C45;
}
.drinkmenuWrap .drinkPlan .col .price {
	margin-top:10px;
	font-size:18px;
	font-weight: 600;
	color:#000;
}
.drinkmenuWrap .drinkPlan .col ul {
	margin-top:20px;
	display:flex;
	flex-wrap: wrap;
}
.drinkmenuWrap .drinkPlan .col ul li {
	margin:0 5% 10px 1em;
	width:calc(45% - 1em);
	list-style:disc;
}
.drinkmenuWrap .drinkPlan .col ul li.none {
	list-style:none;
}
@media screen and (max-width:768px) {
	.drinkmenuWrap {
		margin-top:60px;
		padding:0 5% 30px;
	}
	.drinkmenuWrap .txt {
		margin-top:10px;
		font-size:4vw;
	}
	.drinkmenuWrap .drinkPlan .col {
		margin-top:20px;
		padding:20px 5%;
		width:90%;
	}
	.drinkmenuWrap .drinkPlan .col h4 {
		font-size:5vw;
	}
	.drinkmenuWrap .drinkPlan .col .price {
		font-size:4vw;
	}
	.drinkmenuWrap .drinkPlan .col ul {
		margin-right:-3%;
		font-size:3.7vw;
	}
	.drinkmenuWrap .drinkPlan .col ul li {
		margin:0 0% 10px 1em;
		width:calc(50% - 1em);
	}
}

.alacarteWrap {
	display:flex;
	flex-wrap: wrap;
	margin-top:50px;
}
.alacarteWrap li {
	margin:0 5% 40px 0;
	width:30%;
}
.alacarteWrap li:nth-child(3n) {
	margin-right:0;
}
.alacarteWrap li .cap {
	padding:5px 0;
	font-size:18px;
	text-align:center;
}
.alacarteWrap li .cap span {
	font-size:14px;
}
@media screen and (max-width:768px) {
	#anc_alacarte .h2_read span {
		font-size:3.2vw;
	}
	.alacarteWrap li {
		margin:0 0% 40px 0;
		width:100%;
	}
	.alacarteWrap li .cap {
		font-size:4.5vw;
	}
	.alacarteWrap li .cap span {
		font-size:3.5vw;
	}
}

.voiceWrap {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2%;
	margin-top:50px;
}
.voiceWrap .col {
	padding:40px 20px 20px 20px;
	width:calc(32% - 40px);
	background:#fff;
	border-radius:13px;
}
.voiceWrap .col .tit {
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	font-weight: 500;
	color:#9A7C45;
	text-align:center;
}
.voiceWrap .col .txt {
	margin:20px 0;
	font-size:18px;
	line-height:1.6;
}
.voiceWrap .col .commentWrap {
	margin-top:60px;
	padding:0 20px 20px 20px;
	background:#f7f7f7;
	border-radius:13px;
}
.voiceWrap .col .commentWrap .il {
	margin:0 auto;
	width:80px;
}
.voiceWrap .col .commentWrap .il img {
	margin-top:-40px;
}
.voiceWrap .col .commentWrap .comment {
	margin-top:15px;
	font-size:18px;
	line-height:1.6;
}
.voiceWrap .col .commentWrap .name {
	margin-top:15px;
	font-size:18px;
	text-align:right;
}
@media screen and (max-width:768px) {
	.voiceWrap .col {
		margin-bottom:20px;
		padding:40px 20px 20px 20px;
		width:100%;
	}
	.voiceWrap .col .tit {
		font-size:6vw;
	}
	.voiceWrap .col .txt {
		font-size:4vw;
	}
	.voiceWrap .col .commentWrap .comment {
		font-size:4vw;
	}
	.voiceWrap .col .commentWrap .name {
		font-size:4vw;
	}
}

.flowWrap {
	margin-top:50px;
}
.flowWrap .col {
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom:40px;
	padding:20px 4% 25px;
	background:#f7f7f7;
	border-radius:13px;
}
.flowWrap .col .num {
	width:10%;
	font-family: "Noto Serif JP", serif;
	font-size:45px;
	font-weight: 500;
	color:#9A7C45;
}
.flowWrap .col .il {
	width:13%;
}
.flowWrap .col .txtWrap {
	margin-left:3%;
	width:74%;
}
.flowWrap .col .txtWrap h3 {
	font-family: "Noto Serif JP", serif;
	font-size:22px;
	font-weight: 600;
	color:#9A7C45;
}
.flowWrap .col .txtWrap .txt {
	margin-top:15px;
	font-size:18px;
}
.flowWrap .col .txtWrap .tel {
	margin-top:10px;
}
.flowWrap .col .txtWrap .tel span {
	display:inline-block;
	padding:0 0 0 30px;
	font-family: "Noto Serif JP", serif;
	font-size:28px;
	font-weight:400;
	color:#000;
	background: url(../img/flow_tel.png) no-repeat left center ;
	background-size:auto 25px ;
}
.flowWrap .col .txtWrap .tel a.btn {
	display:inline-block;
	margin-left:30px;
	padding:10px 20px;
	font-size:18px;
	color:#fff;
	background:#000;
	text-decoration:none;
}
.flowWrap .col .txtWrap .tel a.btn:hover {
	background:#333;
}
@media screen and (max-width:768px) {
	.flowWrap .col {
		padding:10px 5% 25px;
	}
	.flowWrap .col .num {
		width:60%;
		text-align:center;
	}
	.flowWrap .col .il {
		width:30%;
	}
	.flowWrap .col .txtWrap {
		margin-left:0;
		width:100%;
	}
	.flowWrap .col .txtWrap h3 {
		font-size:6vw;
	}
	.flowWrap .col .txtWrap .txt {
		font-size:4vw;
	}
	.flowWrap .col .txtWrap .tel a.btn {
		margin:10px 0 0 0 ;
	}
}

.catering_qaWrap {
	margin:50px auto 0;
	max-width:960px;
}
.catering_qaWrap .acdWrap {
	margin:0 0 0 0;
}
.catering_qaWrap .acd-check{
    display: none;
}
.catering_qaWrap .acd-label{
    display: block;
    margin:0 auto 25px;
    padding: 0.7em 5% 0.7em 3%;
    position: relative;
    cursor:pointer;
    color:#333;
    font-size:18px;
    background:#fff;
    border:1px solid #ccc;
    width:calc(100% - 8%);
    border-radius: 20px;
}
.catering_qaWrap .acdWrap .acd-label span:before{
	font-family: "Noto Serif JP", serif;
	font-size:28px;
	font-weight: 500;
	color:#7a5209;
}
.catering_qaWrap .acdWrap:nth-child(1) .acd-label span:before{ content:"Q1： ";}
.catering_qaWrap .acdWrap:nth-child(2) .acd-label span:before{ content:"Q2： ";}
.catering_qaWrap .acdWrap:nth-child(3) .acd-label span:before{ content:"Q3： ";}
.catering_qaWrap .acdWrap:nth-child(4) .acd-label span:before{ content:"Q4： ";}
.catering_qaWrap .acdWrap:nth-child(5) .acd-label span:before{ content:"Q5： ";}
.catering_qaWrap .acdWrap:nth-child(6) .acd-label span:before{ content:"Q6： ";}
.catering_qaWrap .acdWrap:nth-child(7) .acd-label span:before{ content:"Q7： ";}
.catering_qaWrap .acdWrap:nth-child(8) .acd-label span:before{ content:"Q8： ";}
.catering_qaWrap .acdWrap:nth-child(9) .acd-label span:before{ content:"Q9： ";}
.catering_qaWrap .acd-label:after{
    content:url(../img/catering_qaWrap_arrow.png);
    transform: scale(0.5);
    position: absolute;
    right: 0;
    top: 0;
}
.catering_qaWrap .acd-content{
    display: block;
    height: 0;
    opacity: 0;
    transition: all 0.5s 0s ease;
    visibility: hidden;
}
.catering_qaWrap .acd-content .answer {
    margin:0 5% 0 7%;
    padding:0 0 40px;
    font-size:18px;
}
.catering_qaWrap .acd-content .answer:before {
    margin-left:-1.2em;
    content:"A. ";
    font-weight:bold;
    color:#7a5209;
}
.catering_qaWrap .acd-check:checked + .acd-label:after{
    content:url(../img/catering_qaWrap_arrow2.png);
}
.catering_qaWrap .acd-check:checked + .acd-label + .acd-content{
    height:auto;
    opacity: 1;
    padding: 0 0;
    visibility: visible;
}
@media screen and (max-width:959px) {
	.catering_qaWrapbox {
		margin:0 auto;
		width:90%;
	}
	.catering_qaWrap .acdWrap {
		margin:0 0 0 0 ;
	}
	.catering_qaWrap .acd-label {
	    padding: 0.7em 15% 0.7em 5%;
	    width:calc(100% - 20%);
	}
	.catering_qaWrap .acd-label:after{
	    right: 0;
	    top: 7px;
	}
	.catering_qaWrap .acd-label img {
		width:100% !important;
	}
	.catering_qaWrap .acd-content .answer {
	    margin:0 5% 0 14%;
	}
}


/* お問合せ */

.contactWrap {
	margin:50px auto 0;
	padding:50px 80px;
	max-width:800px;
	background:#f7f7f7;
	border-radius:20px;
}
@media screen and (max-width:960px) {
	.contactWrap {
		padding:50px 5%;
		max-width:100%;
	}
}
.contactWrap h3 {
	padding-bottom:35px;
	background:none;
	font-size:22px;
	font-weight: 500;
	color:#9A7C45;
	text-align:center;
}
.contactWrap dl dt {
	margin-bottom:15px;
	font-size:18px;
	font-weight: 500;
}
.contactWrap dl dd {
	margin-bottom:40px;
}
.contactWrap .hissu {
	margin-left:10px;
	padding:2px 5px 4px;
	font-size:12px;
	color:#fff;
	line-height:1;
	background:#d32929;
	border-radius:5px;
}
.contactWrap .small {
	font-size:16px;
	font-weight: 400;
}

.contactWrap .width100 {
	width:calc(100% - 40px);
}
.contactWrap input ,
.contactWrap textarea {
	padding:20px 20px;
	border:0;
	font-family: "Noto Sans JP", sans-serif;
	font-size:16px;
	border-radius:15px;
}
.contactWrap select {
	padding:20px 20px;
	border:0;
	font-family: "Noto Sans JP", sans-serif;
	font-size:16px;
	border-radius:15px;
	background:#fff;
	width:100%;
}

.radio {
  margin: 0.5rem;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.error_form .radio input[type=radio] + .radio-label:before {
  background: #fcf1f2;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #6c6cf6;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #6c6cf6;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #6c6cf6;
  background: #6c6cf6;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.contact__formWrap-privacy {
	padding:10px 20px;
	border:1px solid #ccc;
	height:300px;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
	background:#fff;
	border-radius:10px;
}
.contact__formWrap-privacy p {
	margin:1em 0;
}
.contact__formWrap-privacy p.tit {
	font-weight: 500;
	color:#26267e;
}

.contact__formWrap-check_read {
	margin:0 0 20px 0 ;
	padding-top:40px;
	font-size:18px;
	font-weight:600;
	text-align:center;
	border-top:1px solid #ccc;
}
.contact__formWrap-check {
	display:flex;
	justify-content: center;
	align-items: center;
	margin:-20px 20px 40px 0;
}
.contact__formWrap-check a {
	color:#db44cb;
	text-decoration: underline;
}
.contact__formWrap-check .txt {
	padding:20px 0 0 10px;
	font-size:18px;
	font-weight:600;
}
@media screen and (max-width:768px) {
	.contact__formWrap-privacy {
		font-size:3vw;
	}
	.contact__formWrap-check_read {
		font-size:4vw;
	}
	.contact__formWrap-check .txt {
		padding:40px 0 0 5px;
		font-size:3.6vw;
	}
}

.CheckboxInput {
  cursor: pointer;
}
.CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.CheckboxInput:hover > .CheckboxInput-DummyInput {
  background: #ffffff !important;
  border: solid 1px #767676;
}
.CheckboxInput-Input:focus + .CheckboxInput-DummyInput {
  background: #ffffff !important;
  border: solid 1px #767676;
}
.CheckboxInput-Input:checked + .CheckboxInput-DummyInput {
  border: solid 1px #767676;
  background: #FFFFFF;
}
.CheckboxInput-Input:checked + .CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/form_check.png) no-repeat center;
  background-size: contain;
}
.CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 27px;
  height: 27px;
  border: solid 1px #888888;
  background: #FFFFFF;
}
.CheckboxInput-DummyInput.error_form {
	background:#fcf1f2!important;
}
.CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 16px;
}

input.error_form ,
textarea.error_form {
	background:#fcf1f2;
}
.error_tx {
	padding:5px 0;
	color:#ff0000;
}
.checkerrorWrap {
	margin:-20px 0 30px;
	text-align:center;
}
.confirm_tx {
	padding:10px;
	background:#f5f5f5;
}

.contact__formWrap-btn {
	display:flex;
	justify-content: center;
}
.contact__formWrap-btn--submit {
    margin:0 10px;
    width: 13em;
    padding: 8px 0 8px;
    border: none;
    background-color: #000;
    border-radius:0 !important;
    font-size:18px !important;
    color: #fff;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.contact__formWrap-btn--submit:hover {
    background-color: #333;
}

.contact__formWrap-btn--submit:focus {
    outline: 0;
    background-color: #207bd4;
    border: 2px solid rgb(30, 141, 190);
}
.contact__formWrap-btn--submit.submit_send {
    background-color: #9a7c45;
}
.contact__formWrap-btn--submit.submit_send:hover {
    background-color: #b7904a;
}

.thanks_tit {
	margin-top:60px;
	font-size:26px;
	font-weight: 500;
}
.thanks_txt {
	margin-top:30px;
	font-size:18px;
	font-weight: 500;
}
.thanks_im {
	margin-top:60px;
}
.thanks_im img {
	max-width:134px;
}
.thanks_btn a {
	display:block;
	margin:70px auto 0;
	padding:10px 0 13px;
	width:11em;
	font-size:20px;
	color:#fff;
	background:#9a7c45;
	text-decoration:none;
}
.thanks_btn a:hover {
	background:#b7904a;
}
@media screen and (max-width:768px) {
	.thanks_tit {
		font-size:6vw;
	}
	.thanks_txt {
		font-size:3.5vw;
	}
}


/* ニュース */

.sec_news_inner .news_day {
	font-size:18px;
	color:#9A7C45;
}
.sec_news_inner h1 {
	position: relative;
	margin-top:20px;
	margin-bottom:90px;
	font-family: "Noto Serif JP", serif;
	font-size:36px;
	font-weight: 500;
	color:#9A7C45;
}
.sec_news_inner h1:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	display: inline-block;
	width: 100px;
	height: 4px;
	background-color: #9A7C45;
}
.sec_news_inner h2 {
	margin-top:60px;
	padding-bottom:10px;
	font-size:22px;
	border-bottom:2px solid #535353;
}
.sec_news_inner p {
	margin-top:40px;
	font-size:18px;
	line-height:1.8;
}
.sec_news_inner .col_2_Box {
	margin-top:20px;
	display:flex;
	flex-wrap: wrap;
	gap: 4%;
}
.sec_news_inner .col_2_Box .col {
	width:48%;
}
.sec_news_inner .col_2_Box .col .cap {
	margin-top:5px;
	text-align:center;
}
.sec_news_inner a {
	color:#9A7C45;
	text-decoration:none;
}
.sec_news_inner a:hover {
	text-decoration:underline;
}
@media screen and (max-width:768px) {
	.sec_news_inner .news_day {
		margin-top:0;
		font-size:4vw;
	}
	.sec_news_inner h1 {
		font-size:7vw;
	}
	.sec_news_inner h2 {
		font-size:5vw;
	}
	.sec_news_inner p {
		font-size:4vw;
	}
}
