@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap');


/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Zen Old Mincho", serif;
	margin: 0px;
	padding: 0px;
	line-height: 1.8;
	color: #232728;
	-webkit-text-size-adjust: 100%;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lato {
	font-family: "Lato", sans-serif;
}
.roboto {
	font-family: "Roboto", sans-serif;
}
.zen-maru-gothic {
	font-family: "Zen Maru Gothic", sans-serif;
}

html {
	font-size: 62.5%;
}
body {
	font-size: 100%;
}
body.opmenu {
    overflow: hidden;
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
    height: auto;
}
body img.full {
	width: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.under_link {
	text-decoration: underline;
}
a.under_link:hover {
	text-decoration: none;
}
a.blank_link {
	background: url(../../image/icon_link.gif) no-repeat right center;
	padding-right: 15px;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}

.sp_br {
	display: none;
}
.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}
.para {
	margin-bottom: 1.5em;
}
.para-wide {
	margin-bottom: 2em;
}
.para-half {
	margin-bottom: 1em;
}
.para-little {
	margin-bottom: 0.5em;
}
.center_note {
    text-align: center;
}
.inlineblock {
    display: inline-block;
}

.screen-reader-text {
    overflow: hidden;
    clip: rect(0,0,0,0);
    position: absolute !important;
    width: 1px;
    height: 1px;
    border: 0;
    word-wrap: normal !important;
}

/* 大枠 */
#allcontents {
    padding-top: 70px;
    overflow: hidden;
}

/* ヘッダ */
header {
    width: 100%;
    height: 70px;
    padding-right: 80px;
    background: #fff;
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 500;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
header .head_logo {
    padding: 20px 10px 20px 20px;
    height: 70px;
    flex-shrink: 0;
}
header .head_logo a {
    display: inline-block;
    height: 22px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
header .head_logo img {
    width: auto;
    height: 22px;
    vertical-align: top;
}
header .reservation_sp a {
    font-size: 1.1rem;
    line-height: 1.2;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #1c6247;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
header .reservation_sp br {
//    display: none;
}
header .reservation_sp img {
    width: 17px;
    display: block;
    margin-bottom: 5px;
    filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}

header div.head_info {
	max-width: 1200px;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 15px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
header .head_tel {
	width: 100%;
    color: #1c6247;
    font-weight: 600;
    margin-bottom: 0.5em;
}
header .head_tel a {
    font-size: 1.5em;
    color: #1c6247;
    text-decoration: none;
    letter-spacing: 0.05em;
}
header .head_access {
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 15px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 15px);/*Firefox4~15対応*/
	width: calc(50% - 15px);
}
header .head_access a {
	display: block;
	padding: 0.5em;
	color: #fff;
	background: #bc956c;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
header .head_access img {
    width: 15px;
    margin: 0 10px 3px 0;
}
header .reservation {
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 15px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 15px);/*Firefox4~15対応*/
	width: calc(50% - 15px);
}
.reservation a {
	display: block;
	padding: 0.5em;
	color: #fff;
	background: #1c6247;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.reservation img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
    margin: 0 5px 7px 0;
}

/* コンテンツ */
#content {
	margin: 0px auto;
	padding-bottom: 50px;
	clear: both;
}
#content section {
	max-width: 1280px;
	padding: 0px 20px;
	margin: 0px auto 40px;
}

#content section.titlearea {
	max-width: none;
    height: 140px;
}
#content section.titlearea > div {
	max-width: 1200px;
    height: 100%;
    margin: auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    position: relative;
}
#content section.titlearea h1 {
    font-size: 2.4rem;
    line-height: 1.5;
}
#content section.titlearea .en_title {
    font-size: 1.6rem;
    font-weight: 200;
}
#content section.titlearea .breadcrumb {
    display: none;
}






#content .parallel {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#content .parallel > div {
	width: 585px;
}

@media (min-width: 768px) {
.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}
.sp_br {
	display: block;
}    

/* 大枠 */
#allcontents {
    padding-top: 86px;
}
#content {
	width: auto;
	padding: 0px 0px 90px;
}
#content section {
	width: auto;
	padding: 0px 40px;
	margin: 0px auto 70px;
}

/* コンテンツ */
header {
    height: 86px;
    padding-right: 115px;
}
header .head_logo {
    padding: 20px 40px;
    height: 86px;
}
header .head_logo a {
    display: inline-block;
    height: 46px;
}
header .head_logo img {
    height: 46px;
}

header .reservation_sp a {
    font-size: 1.8rem;
    width: auto;
    height: 48px;
    padding: 0 1.5em;
    white-space: nowrap;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
header .reservation_sp img {
    width: 24px;
    margin: 0 7px 0 0;
}

header div.head_info {
    font-size: 1.8rem;
    margin-top: 25px;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
header .head_tel {
    font-size: 2rem;
}
header .head_tel a {
    font-size: 1.5em;
    color: #1c6247;
    text-decoration: none;
    letter-spacing: 0.05em;
}
header .head_access {
	width: 324px;
    margin-right: 40px
}
header .head_access a {
	padding: 0.7em;
}
header .head_access img {
    width: 16px;
    margin: 0 10px 3px 0;
}
header .reservation {
	width: 324px;
}
.reservation a {
	padding: 0.7em;
}
.reservation img {
    width: 24px;
    margin: 0 7px 7px 0;
}

#content section.titlearea {
    height: 200px;
}
#content section.titlearea > div {
}
#content section.titlearea h1 {
    font-size: 3.2rem;
}
#content section.titlearea .en_title {
    font-size: 2rem;
}
#content section.titlearea .breadcrumb {
    display: block;
    font-size: 1.4rem;
    position: absolute;
    right: 0px;
    bottom: 1em;
}
}
@media (min-width:1280px) {
body.opmenu {
    overflow-y: auto !important;
}
.nomal_size {
	font-size: 1.8rem;
}
.mid_size {
	font-size: 1.6rem;
}
.small_size {
	font-size: 1.4rem;
}

/* 大枠 */
#allcontents {
    padding-top: 150px;
}
#content section {
	margin: 0px auto 100px;
}

header {
    height: auto;
    display: block;
    padding: 0;
}
header .head_logo {
    padding: 30px 40px;
    height: 100px;
}
header .head_logo img {
    height: 48px;
}
header .reservation_sp {
    display: none;
}
header div.head_info {
    font-size: 1.8rem;
    margin: 0;
    width: auto;
    position: fixed;
    top: 30px;
    right: 40px;
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
header .head_tel {
    font-size: 2.2rem;
    line-height: 1;
	width: auto;
    margin: 0 20px 0 0;
}
header .head_tel a {
    font-size: 3rem;
    line-height: 1;
}
header .head_access {
	width: 200px;
    height: 48px;
    margin-right: 15px
}
header .head_access a {
	padding: 0;
    line-height: 48px;
}
header .head_access img {
    width: 16px;
    margin: 0 13px 10px 0;
}
header .reservation {
	width: 200px;
    height: 48px;
}
header .reservation a {
	padding: 0;
    line-height: 48px;
}
.reservation img {
    width: 26px;
    margin: 0 12px 12px 0;
}

#content section.titlearea {
    height: 250px;
}
#content section.titlearea h1 {
    font-size: 4rem;
}
#content section.titlearea .en_title {
    font-size: 2.4rem;
}
#content section.titlearea .breadcrumb {
}
}


/* フッタ
------------------------------------------------------------ */
footer {
	position: relative;
}

footer .pagetop_bar {
	display: none;
}

footer .footermenu {
    display: none;
}

footer .footer_announcement {
    background: #775b3e;
    padding: 20px;
}
footer .footer_announcement table {
    width: 100%;
    text-align: center;
    border-spacing: 0;
    background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    overflow: hidden;
}
footer .footer_announcement table thead {
    background: #eadfcf;
}
footer .footer_announcement table thead th {
    color: #895b2a;
    font-weight: 500;
    padding: 0.3em;
}
footer .footer_announcement table tbody tr:first-child {
    border-bottom: solid 1px #e0e0e0;
}
footer .footer_announcement table tbody th {
	font-family: "Roboto", sans-serif;
    color: #895b2a;
    font-weight: 500;
    line-height: 1;
    padding: 0.5em;
}
footer .footer_announcement table tbody th span {
    font-size: 0.5em;
    display: table;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}
footer .footer_announcement table tbody th span:before {
    content: '|';
    font-weight: bold;
    color: #895b2a;
}
footer .footer_announcement table tbody td {
    color: #d4c2a9;
}
footer .footer_announcement table tbody td:last-child {
    color: #895b2a;
}

footer .footer_announcement > div {
    padding: 20px 0;
}
footer .footer_announcement > div * {
    color: #fff;
}
footer .footer_announcement li.square_list {
    list-style: none;
    padding-left: 1.5em;
    position: relative;
}
footer .footer_announcement li.square_list:before {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    position: absolute;
    left: 0.3em;
    top: 0.8em;
}
footer .footer_announcement li.kome_list {
    list-style: none;
    padding-left: 1em;
    position: relative;
}
footer .footer_announcement li.kome_list:before {
    content: '※';
    position: absolute;
    left: 0px;
    top: 0px;
}
footer .footer_announcement .footer_tel {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 0.3em;
}
footer .footer_announcement .footer_tel a {
    font-size: 1.5em;
    text-decoration: none;
    letter-spacing: 0.05em;
}

footer .footeradd {
	padding: 40px 20px 80px;
    text-align: center;
}
footer .footeradd * {
    line-height: 1.5;
}
footer .footeradd .logo_symbol {
    width: 120px;
    margin: 0 auto 15px;
}
footer .footeradd .logo_txt {
    width: 240px;
    margin: 0 auto 20px;
}

footer .copyright {
	width: 100%;
}
footer .copyright p {
    font-size: 1rem;
	text-align: center;
	line-height: 50px;
}

footer .pagetop {
	width: 60px;
	position: absolute;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

@media (min-width: 768px) {
footer .footer_announcement {
    padding: 40px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
footer .footer_announcement table {
    width: 48%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
footer .footer_announcement table tbody th {
    padding: 0.5em 0;
}

footer .footer_announcement > div {
    width: 48%;
    padding: 0;
}
footer .footer_announcement .footer_tel {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 0.3em;
}

footer .footeradd {
	padding: 50px 20px;
}
footer .footeradd * {
    line-height: 1.5;
}
footer .footeradd .logo_symbol {
    width: 140px;
}
footer .footeradd .logo_txt {
    width: 260px;
    margin-bottom: 30px
}

footer .copyright p {
    font-size: 1.3rem;
}
footer .pagetop {
	width: 80px;
	right: 20px;
}
}
@media (min-width:1280px) {
footer .footermenu {
    display: block;
    width: 1200px;
    margin: 0 auto 50px;
    padding: 1.5em;
    border: solid 1px #eadfcf;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
footer .footermenu p {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around;
}
footer .footermenu p a {
    font-weight: 500;
    color: #775b3e;
}

footer .footer_announcement {
    padding: 50px 40px;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
footer .footer_announcement table {
	width: 580px;
    margin-right: 40px;
}
footer .footer_announcement table thead {
}
footer .footer_announcement table thead th {
    font-size: 1.8rem;
    height: 3em;
}
footer .footer_announcement table tbody tr:first-child {
}
footer .footer_announcement table tbody th {
    font-size: 1.8rem;
    padding: 0.5em 0;
}
footer .footer_announcement table tbody th span {
    font-size: 1.5em;
    display: inline-block;
    margin: 0 5px;
    line-height: 5px;
    vertical-align: top;
}
footer .footer_announcement table tbody th span:before {
    content: ' - ';
    line-height: 5px;
    vertical-align: top;
}
footer .footer_announcement table tbody td {
    padding: 0 0.7em;
}
footer .footer_announcement table tbody td:last-child {
}

footer .footer_announcement > div {
	width: 580px;
    padding: 0;
}
footer .footer_announcement .footer_tel {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 0.3em;
}

footer .footeradd {
	padding: 50px 20px;
}
footer .footeradd * {
    line-height: 1.5;
}
footer .footeradd .logo_symbol {
    width: 153px;
}
footer .footeradd .logo_txt {
    width: 296px;
    margin-bottom: 30px
}

footer .copyright p {
    font-size: 1.5rem;
}
footer .pagetop {
	width: 80px;
	right: 30px;
}
}



/* ■■■■■■■■■■■■■■■■■■■■■ メニュー ■■■■■■■■■■■■■■■■■■■■■ */
/* スマホ */
#menu-box {
    width: 100%;
	position: absolute;
    top: 70px;
    left: 0px;
	z-index: 800;
}
#toggle {
	width: 50px;
	height: 50px;
    border: solid 1px #1c6247;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
	position: absolute;
	top: -60px;
	right: 20px;
}
#toggle span {
	display: block;
  	width: 20px;
	height: 2px;
	background: #1c6247;
	position: absolute;
	top: 23px;
	left: 14px;
	margin: 0;
	transition: .2s;
}
#toggle span:before, #toggle span:after{
	display: block;
	content: "";
  	width: 100%;
	height: 2px;
	background: #1c6247;
	position: absolute;
	top: 0px;
	transition: .3s;
}
#toggle span:before{
	margin-top: -5px;
}
#toggle span:after{
	margin-top: 5px;
}
#toggle span.close {
  background: transparent;
}
#toggle span.close:before, #toggle span.close:after{
  margin-top: 0;
}
#toggle span.close:before{
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
	height: 1.5px;
}
#toggle span.close:after{
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
	height: 1.5px;
}

#menu-box {
}
#menu-box #menu {
    display: none;
    padding: 0 30px;
    background: #fff;
	height: 90%;
	height: -webkit-calc(100vh - 70px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 70px);/*Firefox4~15対応*/
	height: calc(100vh - 70px);  
}
#menu-box #menu ul.menu_main {
    list-style: none;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#menu-box #menu ul.menu_main li {
    font-size: 1.6rem;
    margin-bottom: 1em;
    border-bottom: solid 2px #1c6247;
	width: 48%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(50% - 15px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 15px);/*Firefox4~15対応*/
	width: calc(50% - 15px);
}
#menu-box #menu ul.menu_main li a {
    text-decoration: none;
    display: block;
    padding: 0.5em 0;
}
/* タブレット */
@media (min-width: 768px) {
/* ヘッダ */
#menu-box {
	display: block;
    top: 86px;
}
#toggle {
	width: 60px;
	height: 60px;
    border-width: 2px;
	top: -73px;
	right: 40px;
}
#toggle span {
  	width: 24px;
	height: 2px;
	top: 27px;
	left: 16px;
}
#toggle span:before{
	margin-top: -6px;
}
#toggle span:after{
	margin-top: 6px;
}
#toggle span.close:before{
	height: 1.8px;
}
#toggle span.close:after{
	height: 1.8px;
}

#menu-box #menu {
    padding: 0 40px;
	height: -webkit-calc(100vh - 86px);/*Chrome19~25対応*/
	height: -moz-calc(100vh - 86px);/*Firefox4~15対応*/
	height: calc(100vh - 86px);  
}
#menu-box #menu ul {
}
#menu-box #menu ul.menu_main li {
    font-size: 1.8rem;
	widht: -webkit-calc(50% - 20px);/*Chrome19~25対応*/
	width: -moz-calc(50% - 20px);/*Firefox4~15対応*/
	width: calc(50% - 20px);
}
}

/* PC */
@media (min-width:1280px) {
/* メインメニュー */
#menu-box {
    position: static;
}
#toggle {
	display: none;
}
#menu-box #menu {
    display: block !important;
    height: auto;
}
#menu-box #menu .menu_main {
    -webkit-justify-content:space-around;
    -ms-flex-pack:distribute;
    justify-content:space-around;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#menu-box #menu ul.menu_main li {
    font-size: 1.55rem;
    width: auto;
    height: 50px;
	padding: 0px;
    margin: 0;
    border: none;
     -webkit-box-flex: 1;
     flex-grow: 1;
}
#menu-box #menu ul.menu_main li a {
    text-align: center;
    padding: 0 0 1em;
}
#menu .menu_main li a:hover {
	color: #ed7500;
}
}



