@charset "UTF-8";

/* INTERFACE */

body > footer {
    padding: 50px 20px;
    text-align: center;
    background-color: #000;
}

body > footer small {
    font-family: Verdana, sans-serif;
    font-size: 9px;
    color: #fff;
}

#home_key_area {
    padding: 0 20px;
    border-bottom: 1px solid #654333;
}

#home_key_area h1{
	margin:20px 0;
}

#home_key_area img{
	width:100%;
	vertical-align:bottom;
}

#tab_area {
    border-bottom: 2px solid #f0d67a;
}

.tab_box .btn_area {
    padding: 15px 5px 0;
    background-color: #fcf5e2;
}

.tab_box .btn_area > div {
    display: flex;
    flex-wrap: wrap;
}

.tab_box .tab_btn {
    width: 23%;
    box-sizing: border-box;
    margin: 10px 1% 0;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    color: #654333;
    background-color: #f0d67a;
    border-radius: 15px 15px 0 0;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

.tab_box .tab_btn.active {
    background-color: #fff;
    margin-top: 4px;
}

.tab_box .panel_area {
    padding: 5%;
}

.tab_box .tab_panel {
    display: none;
}

.tab_box .tab_panel.active {
    display: block;
}

.tab_box .tab_panel h2 {
    margin: 0 0 2em;
    font-size: 6vw;
    font-weight: 600;
    line-height: 1.2;
    color: #654333;
}

.tab_box .tab_panel h3 {
    margin: 10% 0 0;
    padding: 0 0 15px;
    font-size: 4.5vw;
    font-weight: 600;
    line-height: 1.2;
    color: #654333;
    border-bottom: 2px dashed #f0d67a;
}

.tab_panel .group {
    display: flex;
    flex-wrap: wrap;
}

.tab_panel .group > div {
    width: 50%;
    box-sizing: border-box;
    padding: 4% 2%;
    text-align: center;
}

.tab_panel .group > div img {
    width: 100%;
}

.tab_panel .group > div p {
    margin: 10px 0;
    font-size: 3.5vw;
    line-height: 1.3;
}

.tab_panel .group > div a {
    display: table;
    margin: 0 auto;
    padding: 8px 20px;
    font-size: 3.5vw;
    line-height: 1;
    color: #654333;
    background-color: #f0d67a;
    border-radius: 30px;
}

.tab_panel .group > div a.active {
    color: #fff;
    background-color: #f36e2d;
}

#menulist_area {
    padding: 15% 0;
}

#menulist_area h2 {
    margin: 0 0 2em;
    text-align: center;
    font-size: 5vw;
    font-weight: 600;
    color: #654333;
}

#menu {
    width: 100%;
    margin: 0 0 10%;
    border-collapse: collapse;
    border: 1px solid #e5dcda;
}

#menu th {
    padding: 10px 10px;
    text-align: center;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px solid #e5e1cf;
    border-right: 1px dotted #d9d3b9;
}

#menu tbody th:first-of-type {
    padding: 10px;
    border-right: none;
}

#menu tbody th:last-of-type {
    padding: 10px 10px 10px 0;
}

#menu th:first-of-type img {
    width: 15px;
}

#menu td {
    width: 14%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 3.2vw;
    border-bottom: 1px solid #e5e1cf;
    border-right: 1px dotted #d9d3b9;
}

#menu .total td {
    padding: 10px 0;
    font-size: 3.5vw;
    font-weight: 500;
    background-color: #f7e294;
}

#menu .total th {
    padding: 10px 0;
    background-color: #f7e294;
}

#menu .total th:first-of-type {
    border-right: 1px dotted #d9d3b9;
}

#menu th img {
    width: 100px;
    vertical-align: bottom;
    margin: 0 0 5px;
}

#menu th div {
    margin: 5px 0 0;
}

#menu th:last-of-type button {
    display: inline-block;
    margin: 5px 3px 0;
    padding: 5px 10px;
    font-size: 3vw;
    line-height: 1;
    color: #654333;
    text-decoration: none;
    background-color: #f0d67a;
    border-radius: 20px;
}

#menu th button.active {
    color: #fcf5e2;
    background-color: #f36e2d;
}

#menu thead {
    background-color: #fcf5e2;
}

#menulist_area .btn_share {
    margin: 0 0 15%;
    text-align: center;
}

/* SUB */

#sub_contents_area{
	padding:20px;
	background-color:#fcf5e2;
}

#sub_contents_area a.logo{
	display:block;
	margin:0 auto 20px;
}

#sub_contents_area a.logo img{
	width:100%;
	vertical-align:bottom;
}

#sub_contents_area>div{
	padding:60px 20px;
	background-color:#fff;
}

#sub_contents_area section{
	margin:60px 0;
}

#sub_contents_area p{
	margin:1em 0;
	text-align:justify;
	font-size:14px;
	line-height:1.6;
}

#sub_contents_area ul{
	margin:1em 0;
	padding:0 0 0 2em;
	font-size:14px;
	line-height:1.6;
}

#sub_contents_area ol{
	margin:1em 0;
	padding:0 0 0 2em;
	font-size:14px;
	line-height:1.6;
}

#sub_contents_area>div>p{
	margin:1em 0;
	text-align:justify;
	font-size:14px;
	font-weight:500;
	line-height:1.6;
	color:#654333;
}

#sub_contents_area h1{
	margin:0 0 2em;
	font-size:25px;
    font-weight: 600;
    line-height: 1.2;
    color: #654333;
}

#sub_contents_area h2{
	margin:0 0 2em;
    padding: 0 0 15px;
	font-size:18px;
    font-weight: 600;
    line-height: 1.2;
    color: #654333;
    border-bottom: 2px dashed #f0d67a;
}

#sub_contents_area aside{
	margin:100px 0;
}

#sub_contents_area aside p{
	font-size:13px;
}

#sub_contents_area aside table{
	border-collapse:collapse;
	font-size:14px;
    border-top: 1px solid #ddd;
}

#sub_contents_area aside table th{
	padding:5px 10px 5px 0;
	text-align:left;
	font-size:13px;
	font-weight:500;
	color:#555;
    border-bottom: 1px solid #ddd;
	white-space:nowrap;
}

#sub_contents_area aside table td{
	padding:5px 0;
	font-weight:300;
    border-bottom: 1px solid #ddd;
}

#sub_contents_area aside table br{
	display:block;
}