@charset "UTF-8";

/* INTERFACE */

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

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

/* HOME */

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

#home_key_area h1{
	max-width:900px;
    margin:0 auto;
	padding:30px 0;
}

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

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

#tab_area .tab_box {
    display: flex;
}

.tab_box .btn_area {
    width: 25%;
    box-sizing: border-box;
    padding: 30px 0 80px 30px;
    background-color: #fcf5e2;
}

.tab_box .tab_btn {
    margin: 0 0 10px 30px;
    padding: 25px 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    color: #654333;
    background-color: #f0d67a;
    border-radius: 50px 0 0 50px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

.tab_box .tab_btn.active {
    background-color: #fff;
    margin-left: 0;
}

.tab_box .panel_area {
    width: 75%;
    box-sizing: border-box;
    padding: 50px;
}

.tab_box .tab_panel {
    display: none;
}

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

.tab_box .tab_panel h2 {
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #654333;
}

.tab_box .tab_panel h3 {
    margin: 60px 0 20px;
    padding: 0 0 15px;
    font-size: 18px;
    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: 25%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

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

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

.tab_panel .group > div a {
    display: table;
    margin: 0 auto;
    padding: 8px 20px;
    font-size: 15px;
    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: 8% 50px;
}

#menulist_area > div {
    max-width: 1000px;
    margin: 0 auto;
}

#menulist_area h2 {
    margin: 0 0 40px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #654333;
}

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

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

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

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

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

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

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

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

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

#menu th img {
    width: 150px;
    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: 14px;
    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;
}

@media only screen and (max-width: 1023px) {
    .tab_box .btn_area {
        padding: 30px 0 80px 20px;
    }
    .tab_box .panel_area {
        padding: 50px 30px;
    }

    .tab_panel .group > div {
        width: 33.333333333333%;
    }
    .tab_box .tab_btn {
        padding: 20px 30px;
        font-size: 16px;
    }
}

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

/* SUB */

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

#sub_contents_area a.logo{
	display:block;
	max-width:900px;
	margin:0 auto 30px;
}

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

#sub_contents_area>div{
	max-width:1200px;
	margin:0 auto;
	padding:80px 50px;
	background-color:#fff;
}

#sub_contents_area section{
	margin:80px 0;
}

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

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

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

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

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

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

#sub_contents_area aside{
	margin:150px 0;
}

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

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

#sub_contents_area aside table th{
	padding:10px;
	text-align:left;
	font-size:14px;
	font-weight:500;
	color:#555;
    border-bottom: 1px solid #ddd;
}

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

#sub_contents_area aside table br{
	display:none;
}