/******** common.css:369 調整 ********/
header nav li a {
    font-size: 92%;
    display: block;
    padding: .5em .5em .5em 3em;
    margin: .25em 0;
    color: #fff;
    position: relative;
}
/************************************/

/******** common.css:377 調整 ********/
header nav li a:before {
    content: '';
    width: .4285em;
    height: .4285em;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 1em;
    left: 2em;
}
/************************************/

.dropdwn {
	display: block;
    padding: 0.5em 0.5em 0.5em 0.5em;
	color: #fff;
	transition: .3s ease-in-out;
	cursor: pointer;
}

.dropdwn span {
	position: relative;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.dropdwn span::before, .dropdwn span::after {
	top: 5.5px;
	left: 14px;
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border-top: 2px solid #ffffff;
	transform: translateX(-50%);
	position: relative;
}

.dropdwn span::after {
	content: '';
	top: 0;
	left: -13px;
	transform: rotate(90deg);
}

.dropdwn.minus span::after {
	visibility: hidden;
}

.dropdwn ul {
	background: #b8393c;
	margin: 0em -0.5em -0.75em -0.5em;
}

.dropdwn_menu {
	display: none;
}

#typeA .table_h5 {
	display: block;
	width: 90%;
	margin: 1em auto 0;
}

/*
table {
	background-color: #e2e5de;
	width: 90%;
	margin: 1.5em auto;
}
table th {
	text-align: center;
	background-color: #ad3e42;
	color: #ffffff;
	font-weight: unset;
}

table td {
	background-color: #ffffff;
}

table th, table td {
	border: solid 1px #ffffff;
	padding: 10px;
	width: 30%;
}
*/

.first_cell {
	width: 10%;
}
/*
h5 {
	color: #be8622;
	font-size: calc(1.0928vw + 9.6072px); 18_26px ※※調整必要※※ 
}

h5::before {
    content: '';
    position: relative;
    width: 0;
    height: 0;
    margin-right: 10px;
    border: 10px solid transparent;
    border-top: 15px solid #be8622;
    top: 1em;
}

@media screen and (min-width: 1500px) {
	h5 {font-size: 20px;}
}

#typeA h5 {
    margin: 1em 0 .5em;
}
*/
#typeA dl {
    padding: 1.25em 1.75em 0 1.25em;
    margin: 1.5em 0 1.5em;
	background: #f8f6e9;
	border: solid 2px #cccccc;
}

#typeA dt {
    font-weight: bold;
}

#typeA dd {
    padding-bottom: 1.25em;
}

.txtlink {
    text-decoration: underline;
    color: rgb(72, 99, 255);
}

.txtlink:hover {
    text-decoration: none;
    color: rgb(72, 99, 255);
}

.txticon {
	width: 20px;
	display: inline-block;
	margin: 0 5px;
}

.sub_inner p {
    margin: 1.5em 0;
}

.sub_inner div {
    padding: 0.25em 1.75em;
    padding-top: 0;
    margin: 2.5em 0 1.5em;
    background: #f8f6e9;
}

.sub_inner span {
    position: relative;
    color: #111;
    background: #f0eddc;
    font-size: 20px;
    line-height: 1;
    margin-left: -10px;
    padding: 15px;
  }

#typeA a.btn_darkredtxt {
	display: block;
	font-size: calc(1.0928vw + 5.6072px);/* 14_22px */
	font-weight: 500;
	color: #974345;
	border-bottom: 2px solid #eeece2;
	padding: .5em 0;
	margin: .15em 0 .15em 1.75em;
	position: relative;
}

@media screen and (min-width: 1500px) {
	#typeA a.btn_darkredtxt {font-size: 18px;}
}

#typeA a.btn_darkredtxt:after {
	content: '';
	width: .4545em;
	height: .4545em;
	border: 0;
	border-top: solid .1363em #974345;
	border-right: solid .1363em #974345;
	transform: rotate(45deg);
	position: absolute;
	top: 1em;
	right: .25em;
}
#typeA a.btn_darkredtxt:hover {
	color: #d26c6b;
}

#typeA a.btn_darkredtxt:hover:after {
	border-top: solid .1363em #d26c6b;
	border-right: solid .1363em #d26c6b;
}

.bg_sectionA{
    background-color: #f0eddc;
}

.bg_sectionB{
    background-color: #f8f6e9;
}

.page_link_box {
    width: 80%;
}

#top #anchor02 .feature {
    padding: 0 0 0 3em;
}

#top #anchor02 .feature p {
	margin-left: 1em;
	position: relative;
    bottom: 3px;
}

@media screen and (max-width: 980px) {
	#top #anchor02 .feature span {
		display: block;
		margin-bottom: 0.2em;
		font-size: 20px !important;
	}
	#top #anchor02 .feature p {
		margin-left: 0;
		margin-bottom: 0.6em;
	}
	#top #anchor02 .feature p.bo-line {
		/* background: none; */
		font-size: 20px !important;
	}
}

@media screen and (max-width: 768px) {
	#top #anchor02 .feature {
		margin-top: 1em;
		padding: 0 0 0 0;
		display: table;
	}
	#top #anchor02 .feature:first-child {
		margin-top: 3em;
	}
	#top #anchor02 .feature span {
		display: table-cell;
		margin-bottom: auto;
		vertical-align: middle;
		padding-right: 1em !important;
	}
	#top #anchor02 .feature p {
		display: table-cell;
		padding-top: 5px !important;
		margin-bottom: auto;
		vertical-align: middle;
	}
	#top #anchor02 .feature p.bo-line {
		/* background: none; */
	}
}


#typeA #anchor03 {
    padding: 4.5em 0;
}

.center_box {
    padding: 0.75em 1.75em 1.25em;
    margin: 1.5em 0 1.5em;
    background: #f8f6e9;
    text-align: center;
}

#anchor_contact {
	background: url('../_img/top_bg_anchor07.jpg');
	background-position: center bottom;
	background-size: cover;
	padding: 3em 0;
	text-align: center;
	color: #fff;
}
#anchor_contact h3 {
	font-size: calc(1.9125vw + 13.3114px);/* 28_42px */
    margin: 0 0 .75em;
    padding: 0;
    color: #fff;
    border-bottom: none;
}
@media screen and (min-width: 1500px) {
	#anchor_contact h3 {font-size: 42px;}
}
#anchor_contact h4 {
	font-size: calc(1.0928vw + 5.6072px);/* 14_22px */
	display: inline-block;
	border-bottom: 2px solid #fff;
	margin: 0 0 .75em;
	color: #fff;
}
@media screen and (min-width: 1500px) {
	#anchor_contact h4 {font-size: 22px;}
}
#anchor_contact .box_half {
	background: #fff;
	color: #333;
	font-size: calc(.683vw + 5.7545px);/* 11_16px */
	padding: 1.5em 1.75em;
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 1500px) {
	#anchor_contact .box_half {font-size: 16px;}
}
#anchor_contact .box_half:nth-of-type(odd) {
	width: 48.25%;
	margin: 2em 1.75% 2.5em 0;
	/* max-height: 209px; */
}
#anchor_contact .box_half:nth-of-type(even) {
	width: 48.25%;
	margin: 2em 0 2.5em 1.75%;
	/* min-height: 300px; */
}
#anchor_contact .box_half:nth-of-type(even).mih-300 {
	min-height: 300px;
}
@media screen and (max-width: 768px) {
	#anchor_contact .box_half:nth-of-type(even) {
		width: 48.25%;
		margin: 2em 0 2.5em 0;
		min-height: auto;
	}
	#anchor_contact .box_half:nth-of-type(even).mih-300 {
		min-height: auto;
	}
}
#anchor_contact .box_full {
	background: #fff;
	color: #333;
	font-size: calc(.683vw + 5.7545px);/* 11_16px */
	padding: 1.5em 1.75em;
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 1500px) {
	#anchor_contact .box_full {font-size: 16px;}
}
#anchor_contact .box_icon {
	color: #ad3e42;
	font-size: calc(.8196vw + 7.7054px);/* 14_20px */
	font-weight: 700;
	white-space: nowrap;
}
@media screen and (min-width: 1500px) {
	#anchor_contact .box_icon {font-size: 20px;}
}
#anchor_contact .box_icon img {
	max-width: 72px;
	margin: 0 auto .5em;
}
#anchor_contact .box_txt {
	margin: 0 0 0 2em;
	text-align: left;
}
#anchor_contact .box_half:first-of-type p {
	color: #ad3e42;
	font-size: calc(2.1857vw + 3.2138px);/* 20_36px */
	font-weight: 700;
	line-height: 1.0;
	margin: .5em 0 0;
}
@media screen and (min-width: 1500px) {
	#anchor_contact .box_half:first-of-type p {font-size: 36px;}
}
@media screen and (max-width: 768px) {
	#anchor_contact .box_half:first-of-type p {font-size: 20px;}
}
#anchor_contact .box_half:first-of-type p span {
	font-size: 62%;
	padding: 0 .25em 0 0;
}
#anchor_contact .box_half a.btn_peru {
	margin: 2.5em auto 0;
}
#anchor_contact .box_full .box_txt a {
	color: #b8393c;
	text-decoration: underline;
}
#anchor_contact .box_full .box_txt a:hover {
	text-decoration: none;
}
#anchor_contact .box_full .box_txt p {
	float: left;
	width: calc(100% - 14em);
}
#anchor_contact .box_full .box_txt img {
	float: right;
	width: 14em;
	padding: 0 2em 0 4em;
}
.inner_box {
	width: 80%;
	margin: 30px auto;
	text-align: left;
	background: #f8f6e9;
}
/*
#typeA .inner_box dl {
	width: 50%;
	padding: 1em 0 0 0;
	margin: auto;
}
#typeA .inner_box dt {
	float: left;
	font-weight: unset;
}
#typeA .inner_box dd {
	margin-left: 8em;
}
*/
.txtcenter {
	display: block;
	margin: 10px auto;
	font-weight: bold;
	text-align: center;
}

#typeA .list_box {
    padding: 1.25em 1.75em;
    margin: 1.5em 0 1.5em;
    background: #f8f6e9;
	border: solid 2px #cccccc;
}

#typeA .n_brd {
    border: none;
    padding: 0;
}

#typeA .n_brd::before {
    border: none;
}

#typeA .mt0 {
	margin-top: 0;
}

#typeA .dsp_flex {
	display: flex;
	flex-wrap: wrap;
}

#typeA .mt15em {
	margin-top: 1.5em;
}

#typeA .mr15 {
	margin-right: 15px;
}

#typeA .fleft {
	float: left;
}

#typeA .ml8em {
	margin-left: 8em;
}

#typeA .ml13em {
	margin-left: 13em;
}

.img_staff {
	width: 550px;
	height: 350px;
}

.img_meal {
	margin: auto;
}

#typeA .w70 {
	width: 70%;
}

form {
	margin: auto;
}

form p {
	width: 100%;
	margin: 0.5em auto;
}

form .input_txt,textarea {
	width: 100%;
	padding: 0.5em 0.25em;
}

form .rdo_btn {
	display: inline-block;
	margin: 0.5em 0.5em;
	padding: 0.5em 1em 0.5em 0.5em;
	background: rgb(184, 57, 60, 0.2);
}

form .rdo_btn input,label {
	cursor: pointer;
}

form .age input {
	margin-left: 10px;
	padding: 0.5em 0.25em;
	width: 70px;
}

.faq_box {
	border-bottom: 2px dotted #e9e5ca;
	width: 90%;
	margin: auto;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}

.faq_box span {
	font-weight: bold;
	color: #b8393c;
	line-height: 3;
}

.scl-tb p {
	border: solid 1px #ccc;
    padding: 0.25em 0.5em!important;
    font-size: 10px!important;
    text-align: center;
    width: 145px;
    border-radius: 20px;
}



/*************************************************
* contents-nav
**************************************************/

.contents-nav .ttl.ttl-q.ff-reset {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.contents-nav .ttl.ttl-q.ttl-result:before, .contents-nav .ttl.ttl-q.ttl-result:after {
    border-top: #be8622 2px solid;
}

.contents-nav ul {
	display: flex;
	flex-wrap: wrap;
}

.contents-nav ul::before,
.contents-nav ul::after {
	content: '';
	width: 30%;
	margin: 0.5em auto;
}

.contents-nav ul::before {
	order: 1;
}

.contents-nav li {
	width: 30%;
	margin: 0.5em auto;
}

@media screen and (max-width:767px){
	.contents-nav ul {
		display: block;
	}

	.contents-nav ul li {
		width: 100%;
		margin: 0.5em 0.5em;
	}
}

.contents-nav .btn-list.line {
	font-size: 12px;
    display: block;
    font-weight: 500;
    color: #CA9952;
    margin: 0;
	padding: 0 0 .6em 0;
    position: relative;
	border-bottom: 1px solid #CA9952;
}

@media screen and (max-width:767px){
	.contents-nav .btn-list.line {
		padding: 0.3em 0 .6em 0;
	}
}
@media screen and (min-width:768px){
	.contents-nav .btn-list.line {
		font-size: calc(10px + ((1vw - 7.68px)*1.563));;
	}
}
@media screen and (min-width:1200px){
	.contents-nav .btn-list.line {
		font-size: 15px;
		padding: 1em 0.6em;
	}
}


.contents-nav a.btn-list:after {
    border-top: solid .1363em #CA9952;
    border-right: solid .1363em #CA9952;
}

.contents-nav .btn-list.line:hover {
	filter: brightness(115%);
}

.contents-nav a.btn-list:hover:after {
    border-top: solid .1363em #CA9952;
    border-right: solid .1363em #CA9952;
}

.contents-nav .btn-list.line.pe-none {
	pointer-events: none;
	opacity: 0.4;
}

