@charset "utf-8";
/*----------------------------------------------------------------------------------------------------
	reset
----------------------------------------------------------------------------------------------------*/
body, div, section, article, nav, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, a, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-family: 'メイリオ', Meiryo, sans-serif;
  overflow-y: scroll;
  text-align: center;
  letter-spacing: 1px;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5 /*21px*/ ;
}
table, button, input, option, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-size: inherit;
}
address, caption {
  font-style: normal;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: none;
}
caption {
  text-align: left;
}
th {
  font-weight: normal;
}
tbody th {
  text-align: left;
}
img {
  border: none;
  vertical-align: middle;
}
a img {
  border: none;
}
fieldset {
  border: none;
}
a {
  text-decoration: none;
  outline: none;
}
/* clear */
.ebox:before, .wrapper:before, .cf:before, .ebox:after, .wrapper:after, .cf:after {
  content: "";
  display: table;
}
.ebox:after, .wrapper:after, .cf:after {
  clear: both;
}
.ebox, .wrapper, .cf {
  zoom: 1;
}
/* image_replacement */
.ir {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
* html .ir {
  width: 100%;
}
* + html .ir {
  width: 100%;
}
.ir a {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
/*----------------------------------------------------------------------------------------------------
	common
----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------
	bg
--------------------------------------------------

.bg_00 { background: url(../img/body_bg.jpg); }
.bg_01 { background: url(../img/bg_washi_01.jpg); }
.bg_02 { background: url(../img/bg_washi_02.jpg); }
*/
/*--------------------------------------------------
	box
--------------------------------------------------

.border_box {
	border: 3px double #d9cead;
	margin-bottom: 20px;
	padding: 20px;
}
.bg_01 .border_box {
	border-color: #bfb38f;
	background: url(../img/body_bg.jpg);
}
*/
/*--------------------------------------------------
	button
--------------------------------------------------*/
.btn a {
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0 14px;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.btn a:before {
  vertical-align: middle;
  float: right;
  margin-left: 14px;
}
.btn a:hover {
  text-decoration: none;
  color: #b8a773;
}
/* color */
.btn00 {
  background: #1a1a1a;
}
.btn00:hover, .btn00:active {
  background: #333;
}
.btn01 {
  background: #e24654;
}
.btn01:hover, .btn01:active {
  background: #d52c38;
}
.btn02 {
  background: #a6bf73;
}
.btn02:hover, .btn02:active {
  background: #89a753;
}
.btn03 {
  background: #5b7aa9;
}
.btn03:hover, .btn03:active {
  background: #3d5a8c;
}
.btn04 {
  background: #d9b841;
}
.btn04:hover, .btn04:active {
  background: #c99e29;
}
.btn05 {
  background: #9986bf;
}
.btn05:hover, .btn05:active {
  background: #7a66a7;
}
/* size */
.btn_bl {
  display: block;
  padding: 10px;
}
/*--------------------------------------------------
	column
--------------------------------------------------*/
.wrapper {
  width: 980px;
  margin: auto;
  text-align: left;
}
.wrapper p {
  margin: 14px 0;
}
.col_588 {
  width: 588px;
}
.col_2 {
  width: 476px;
}
.col_448 {
  width: 448px;
}
.col_364 {
  width: 364px;
}
.col_280 {
  width: 280px;
}
.col_322 {
  width: 322px;
}
.col_301 {
  width: 301px;
}
.col_3 {
  width: 308px;
}
.col_4 {
  width: 224px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    text-align: center;
    width: auto;
    margin: 0 10px;
    position: relative;
  }
  /*
.col_25 { width: 25%; }
.col_50 { width: 50%; }
.col_30 { width: 33.3333%; }
.col_66 { width: 68.5714%; }
.col_3 { width: 47.8560%; }
*/
  .col_2 {
    max-width: 476px;
    width: 100%;
    margin: 0 auto;
  }
  .col_588 {
    width: 100%;
    margin: 0 auto;
  }
  .col_448 {
    width: 100%;
    margin: 0 auto;
  }
  .col_364 {
    width: 100%;
    margin: 0 auto;
  }
  .col_280 {
    width: 280px;
    margin: 0 auto;
  }
  .col_322 {
    width: 100%;
    margin: 0 auto;
  }
  .col_301 {
    width: 100%;
    margin: 0 auto;
  }
  .col_3 {
    width: 100%;
    margin: 0 auto;
  }
  .col_4 {
    width: 224px;
  }
}
/*--------------------------------------------------
	margin
--------------------------------------------------*/
.mt3 {
  margin-top: 3px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt14 {
  margin-top: 14px !important;
}
.mt17 {
  margin-top: 17px !important;
}
.mt21 {
  margin-top: 21px !important;
}
.mt28 {
  margin-top: 28px !important;
}
.mt56 {
  margin-top: 56px !important;
}
.mt84 {
  margin-top: 84px !important;
}
.mt112 {
  margin-top: 112px !important;
}
.m_mt7 {
  margin-top: -7px !important;
}
.m_mt14 {
  margin-top: -14px !important;
}
.m_mt69 {
  margin-top: -69px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.mb14 {
  margin-bottom: 14px !important;
}
.mb21 {
  margin-bottom: 21px !important;
}
.mb28 {
  margin-bottom: 28px !important;
}
.mb42 {
  margin-bottom: 42px !important;
}
.mb56 {
  margin-bottom: 56px !important;
}
.mb84 {
  margin-bottom: 84px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.ml14 {
  margin-left: 14px !important;
}
.ml21 {
  margin-left: 21px !important;
}
.ml28 {
  margin-left: 28px !important;
}
.ml42 {
  margin-left: 42px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml84 {
  margin-left: 84px !important;
}
.ml293 {
  margin-left: 293px !important;
}
.m_ml78 {
  margin-left: -78px !important;
}
.m_ml490 {
  margin-left: -490px !important;
}
.mr7 {
  margin-right: 7px !important;
}
.mr14 {
  margin-right: 14px !important;
}
.mr21 {
  margin-right: 21px !important;
}
.mr28 {
  margin-right: 28px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mcenter {
  margin: 0 auto !important;
  ;
}
@media screen and (max-width: 767px) {
  .mt7 {
    margin-top: 0 !important;
  }
  .mt14 {
    margin-top: 0 !important;
  }
  .mt21 {
    margin-top: 0 !important;
  }
  .mt28 {
    margin-top: 2.8571% !important;
  }
  .mt56 {
    margin-top: 5.7142% !important;
  }
  .mt84 {
    margin-top: 8.5714% !important;
  }
  .mt112 {
    margin-top: 11.2428px !important;
  }
  .ml7 {
    margin-left: 0.7142% !important;
  }
  .ml70 {
    margin-left: auto !important;
  }
  .ml14 {
    margin-left: 0 !important;
  }
  .ml21 {
    margin-left: 2.1428% !important;
  }
  .ml28 {
    margin-left: 0 !important;
  }
  .ml84 {
    margin-left: 8.5714% !important;
  }
  .ml293 {
    margin-left: 0 !important;
  }
  .m_ml490 {
    margin-left: auto !important;
  }
  .mr7 {
    margin-right: 0.7142% !important;
  }
  .mr14 {
    margin-right: auto !important;
  }
  .mr21 {
    margin-right: 2.1428% !important;
  }
  .mr28 {
    margin-right: auto !important;
  }
  .mr70 {
    margin-right: auto !important;
  }
  .mcenter {
    margin: 0 auto;
  }
}
/*--------------------------------------------------
	padding
--------------------------------------------------*/
.pt7 {
  padding-top: 7px;
}
.pt14 {
  padding-top: 14px;
}
.pt21 {
  padding-top: 21px;
}
.pt28 {
  padding-top: 28px;
}
.pt42 {
  padding-top: 42px;
}
.pb7 {
  padding-bottom: 7px;
}
.pb14 {
  padding-bottom: 14px;
}
.pb21 {
  padding-bottom: 21px;
}
.pb28 {
  padding-bottom: 28px;
}
.pl7 {
  padding-left: 7px;
}
.pl14 {
  padding-left: 14px;
}
.pl21 {
  padding-left: 21px;
}
.pl28 {
  padding-left: 28px;
}
.pl293 {
  padding-left: 293px;
}
.pr7 {
  padding-right: 7px;
}
.pr14 {
  padding-right: 14px;
}
.pr21 {
  padding-right: 21px;
}
.pr28 {
  padding-right: 28px;
}
/*--------------------------------------------------
	text-aligne
--------------------------------------------------*/
.tx-c {
  text-align: center;
}
.tx-l {
  text-align: left;
}
.tx-r {
  text-align: right;
}
/*--------------------------------------------------
	position
--------------------------------------------------*/
.center {
  left: 50%;
}
/*--------------------------------------------------
	border
--------------------------------------------------*/
.br_gl {
  border-right: 1px solid #b8a773;
}
.bl_gl {
  border-left: 1px solid #b8a773;
}
@media screen and (max-width: 767px) {
  .br_gl {
    border-right: none;
  }
  .bl_gl {
    border-left: none;
  }
}
/*--------------------------------------------------
	float
--------------------------------------------------*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.fl li {
  float: none;
}
.fr li {
  float: none;
}
.fl_li li, .fl_li section, .fl_li .section {
  float: left;
}
.fr_li li, .fr_li section, .fr_li .section {
  float: right;
}
@media screen and (max-width: 767px) {
  .fl {
    float: none;
  }
  .fr {
    float: none;
  }
  .fl_li li, .fl_li section, .fl_li .section {
    float: none;
  }
  .fr_li li, .fr_li section, .fr_li .section {
    float: none;
  }
}
/*--------------------------------------------------
	display
--------------------------------------------------*/
.dis_i {
  display: inline-block;
}
.dis_b {
  display: block;
}
.dis_b a {
  display: block;
}
.pc_dn {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .dn_sp {
    display: none !important;
  }
  .pc_dn {
    display: block !important;
  }
}
/*--------------------------------------------------
	list-style
--------------------------------------------------*/
.mr2 li {
  margin-right: 2px;
}
.mr2 li:last-child {
  margin-right: 0;
}
.mb2 li {
  margin-bottom: 2px;
}
.mb2 li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mr2 li {
    margin-right: 0.2%;
  }
  .mr2 li:nth-child(2n) {
    margin-right: 0;
  }
}
/*--------------------------------------------------
	background
--------------------------------------------------*/
.sky {
  background: url(../img/sky.jpg) bottom center;
}
.forest {
  background: url(../img/forest.jpg) no-repeat top center;
}
.diary_main .forest {
  background: url(../img/forest.jpg) no-repeat top center;
}
@media screen and (max-width: 767px) {
  .sky {
    background: none;
  }
  .forest {
    background: none;
  }
  .diary_main .forest {
    background: none;
  }
}
/*--------------------------------------------------
	装飾
--------------------------------------------------*/
.cage-blue a {
  display: block;
  width: 100%;
  height: 35px;
  margin-bottom: 14px;
  padding: 7px;
  background: #00cccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
#cottage_type .cage-blue {
  display: table;
  width: 280px;
  height: 42px;
  padding: 7px;
  margin: 14px 0;
  background: #00cccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
.cottage_main .cage-blue {
  display: table;
  width: 175px;
  height: 42px;
  padding: 7px;
  background: #00cccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  float: left;
}
.cottage_main .cage-blue:first-child {
  margin: 14px 14px 0 0;
}
#freespace .cage-blue {
  float: none;
}
@media screen and (max-width: 767px) {
  .cottage_main .cage-blue {
    width: 48.0769%;
  }
  .cottage_main .cage-blue:first-child {
    margin: 14px 3.8461% 0 0 !important;
  }
}
#about {
  height: 273px;
  background: url(../../plan/img/summer_bg.gif);
}
#about .summer_inner {
  height: auto;
  margin: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#about h2 {
  margin: 5px auto 10px;
  line-height: 1;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
}
#about .plan-blue {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  margin: 10px auto 0 auto;
  text-align: center;
}
.plan_main .cage-orange {
  display: table;
  width: 150px;
  height: 42px;
  padding: 7px;
  background: #e58f17;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  text-align: center;
}
.red {
  color: #e83828;
}
.down {
  position: relative;
  width: 0;
  height: 0;
  border: 28px solid transparent;
  border-top-color: #00cccc;
  margin: 35px auto -28px auto !important;
}
.down:after {
  position: absolute;
  content: '';
  top: -56px;
  left: -14px;
  width: 28px;
  height: 28px;
  background: #00cccc;
}
/* 写真 */
.round {
  /* border-radius */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 5px solid #fff;
}
/*--------------------------------------------------
	ebox
--------------------------------------------------

.ebox .cf, .ebox p, .ebox ul, .ebox ol, .ebox dl, .ebox table, .ebox blockquote, .ebox address, .ebox pre { margin-bottom: 20px; }
.ebox *:last-child, .ebox > *:last-child, .ebox > *:last-child > *:last-child, .ebox > *:last-child > *:last-child > *:last-child { margin-bottom: 0; }
*/
.ebox {
  position: relative;
}
.shadow {
  background: url(../img/shadow.png) no-repeat center top;
}
/*--------------------------------------------------
	article
--------------------------------------------------*/
article {
  padding-top: 84px !important;
}
article.first-a {
  padding-top: 35px !important;
}
article.last-a {
  padding-bottom: 28px !important;
}
.white {
  border-radius: 10px;
  padding: 28px;
  background: rgba(255, 255, 255, .75);
}
.white_wide {
  border-radius: 10px;
  width: 100%;
  padding: 28px 0;
  background: rgba(255, 255, 255, .75);
}
@media screen and (max-width: 767px) {
  article {
    padding-top: 28px !important;
  }
  article.first-a {
    padding-top: 28px !important;
  }
  #bnrBox article {
    padding-top: 42px !important;
  }
}
/*--------------------------------------------------
	section
--------------------------------------------------*/
/* section01 */
.section01 section {
  width: 434px;
  margin: 14px;
}
@media screen and (max-width: 767px) {
  .section01 section {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 28px;
  }
  .section01 section:last-child {
    margin-bottom: 0;
  }
}
.section01 div {
  width: 222px;
  float: left;
}
@media screen and (max-width: 767px) {
  .section01 div {
    min-width: 238px;
    width: 100%;
    height: 100%;
    float: none;
  }
}
.section01 h2 {
  font-size: 21px;
  font-seze: 2.1rem;
  line-height: 1.3;
  border-bottom: 3px solid #00cccc;
  padding: 0 0 7px 0;
}
@media screen and (max-width: 767px) {
  .section01 h2 {
    height: auto;
    font-size: 21px;
    font-seze: 2.1rem;
    line-height: 1.5;
    border-bottom: 3px solid #00cccc;
  }
}
/* plan */
.planList {
  display: flex;
  margin-left: -28px;
  margin-top: -28px;
  flex-wrap: wrap;
  justify-content: center;
}
.planList .plan {
  margin: 28px 0 0 28px;
  width: calc(33.33333333% - 28px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.planList .plan > a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.planList .plan-title {
  padding: 14px;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 1.9rem;
}
.planList .plan-title::after {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e602";
}
.planList .plan-inner {
  padding: 14px;
  display: flex;
}
.planList .plan-price {
  flex-grow: 1;
  text-align: left;
}
.planList .plan-price dd + dt {
  margin-top: 10px;
}
.planList .plan-price dt {
  margin-bottom: 5px;
}
.planList .plan-price dt span {
  padding: 0 5px;
  color: #fff;
}
.planList .plan-photo {
  margin-left: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}
.planList .plan-photo img {
  border-radius: 10px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .planList {
    flex-direction: column;
    margin-left: 0;
    margin-top: -14px;
  }
  .planList .plan {
    width: 100%;
    margin-left: 0;
    margin-top: 14px;
  }
  .planList .plan-photo img {
    width: 120px;
  }
}
.cut {
  position: relative;
  float: left;
  overflow: hidden; /*不要部分ｷﾘﾄﾘ*/
  height: 168px; /*正方形にしたいサイズ*/
  width: 168px; /*正方形にしたいサイズ*/
  display: block; /*SPANなのでブロック要素に*/
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.side-corner-tag .cut img /*縦・横の画像でも一応見れるように微妙に調整されています*/ {
  display: block;
  /*			position: absolute;
			left: -20px;
			top: 0;*/
  height: 168px;
  width: auto !important;
}
.section02 round {
  border: none;
}
.section02 h2 {
  margin-top: -.5em;
  margin-bottom: 7px;
  font-size: 14px;
  font-seze: 1.4rem;
  line-height: 1.5;
  border: none;
}
.plan-common .plan-blue, .plan-common .plan-orange, .plan-common .plan-brown, .plan-orange-summer {
  display: block;
  padding: 5px 12px;
  color: #fff;
}
.plan-common span span {
  display: inline;
  font-size: 11px;
  font-size: 1.1rem;
  height: 49px;
  padding: 0;
  color: #fff;
}
.plan-blue {
  background: #00cccc;
  line-height: 1.5;
  margin-bottom: 10px;
}
.plan-orange {
  background: #e58f17;
  line-height: 1.5;
  margin-bottom: 10px;
}
.plan-orange-summer {
  background: #e58f17;
  line-height: 44px;
  margin-bottom: 10px;
}
.plan-brown {
  background: #a5895b;
  line-height: 44px;
}
.section02 p {
  margin: 0;
}
.section02 a {
  display: block;
  height: 56px;
  border-bottom-left-radius: 10px;
  -moz-borde-bottom-left-radius: 10px;
  -webkit-borde-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-borde-bottom-right-radius: 10px;
  -webkit-borde-bottom-right-radius: 10px;
  color: #fff;
  font-size: 19px;
  font-size: 1.9rem;
  text-align: center;
  line-height: 56px;
  transition: background .5s;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
}
a.family, a.family-a, a.family-b, .u-bgc-family {
  background: #ffcc00;
}
a.couple, a.couple-d, .u-bgc-couple {
  background: #ffa4a4;
}
a.student, a.group, .u-bgc-group {
  background: #66ccff;
}
a.basic, a.basic-a, a.basic-b {
  background: #b4cb42;
}
.section02 a:hover {
  background: rgba(255, 255, 255, 0.8)
}
@media screen and (max-width: 767px) {
  .section02 section.mr28 {
    margin-right: 0 !important;
  }
}
}
@media screen and (max-width: 691px) {
  /* section02 */
  .section02 section {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .section02 h2 {
    margin-top: -.5em;
    margin-bottom: 7px;
    font-size: 14px;
    font-seze: 1.4rem;
    line-height: 1.5;
    border: none;
    height: auto;
  }
  .section02 a {
    width: 100%;
  }
  .cut {
    height: 168px; /*正方形にしたいサイズ*/
    width: 168px; /*正方形にしたいサイズ*/
  } /*
.side-corner-tag .cut img /*縦・横の画像でも一応見れるように微妙に調整されています {
			position: relative;
	    height: 168px;
			width: 100%;
}*/
}
@media screen and (max-width: 320px) {
  .section02 section {
    max-width: 100% !important;
  }
}
/* section03 */
.section03 div {
  width: 81.4286%;
  padding: 28px;
}
.section03 img {
  width: 18.5714%;
}
.section03 h2 {
  font-size: 21px;
  font-seze: 2.1rem;
  line-height: 2;
  border-bottom: 2px solid #00cccc;
}
.section03 p {
  padding: 7px;
}
@media screen and (max-width: 767px) {
  .section03 h2 {
    font-size: 17px;
    font-seze: 1.7rem;
    line-height: 1.5;
    height: auto;
  }
}
/*--------------------------------------------------
	article
--------------------------------------------------*/
article h1 {
  display: block;
  width: 100%;
  max-width: 364px;
  height: 56px;
  margin: 0 auto 28px auto;
  padding: 7px;
  text-align: center;
  line-height: 40px;
  background: #087c7f;
  border: 2px solid #adf2e5;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
}
article .wrapper > h1:last-child {
  margin-bottom: 0;
}
article h2 {
  display: block;
  width: 100%;
  margin: 0 0 14px 0;
  padding: 7px;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
  border-bottom: 2px solid #00cccc;
}
@media screen and (max-width: 767px) {
  article h1 {
    min-height: 56px;
    height: auto;
  }
  article h2 {
    min-height: auto;
    height: auto;
  }
}
/*--------------------------------------------------
	equal_parts
--------------------------------------------------*/
.eq2 .part, ul.eq2 li {
  width: 460px;
}
.eq3 .part, ul.eq3 li {
  width: 300px;
}
.eq4 .part, ul.eq4 li {
  width: 220px;
}
.eq6 .part, ul.eq6 li {
  width: 140px;
}
/* eq */
.eq, ul.eq {
  letter-spacing: -.4em;
  margin-top: -20px !important;
  margin-right: -20px !important;
  overflow: hidden;
}
/* part */
.part, ul.eq li {
  display: inline-block;
  letter-spacing: normal;
  margin: 20px 20px 0 0;
  vertical-align: top;
}
* html .part, * html ul.eq li {
  display: inline;
  zoom: 1;
}
* + html .part, * + html ul.eq li {
  display: inline;
  zoom: 1;
}
ul.eq li {
  text-align: center;
}
.eq .caption {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 5px;
}
/*--------------------------------------------------
	link
--------------------------------------------------*/
a {
  color: #665133;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}
a:hover, a.on {
  color: #e1a340;
}
a.orange {
  display: block;
  width: 100%;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.4);
  border: 3px solid #dd9752;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #dd9752;
  transition: background .5s;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
}
a.orange:hover {
  background: rgba(255, 255, 255, 0.8);
}
.if_02 a.orange {
  position: relative;
  padding-right: 20px;
}
.if_02 a.orange:before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}
a.orange_inline {
  display: inline-block;
  margin: 0 3px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.4);
  border: 3px solid #dd9752;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #dd9752;
  transition: background .5s;
  -webkit-transition: background .5s;
  -moz-transition: background .5s;
  -o-transition: background .5s;
}
a.orange_inline:hover {
  background: rgba(255, 255, 255, 0.8);
}
.if_02 a.orange_inline {
  position: relative;
  padding-right: 20px;
}
.if_02 a.orange_inline:before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}
/* reserve_btn */
@media screen and (max-width: 767px) {
  .reserve_btn {
    margin-top: 0;
  }
}
.reserve_btn a {
  display: block;
  color: #fff;
  background-color: #E83828;
  border: 1px solid #E83828;
  border-radius: 10px;
  text-decoration: none;
  padding: 1em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.reserve_btn a:hover {
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
}
.if_02 a.syukuhaku {
  position: relative;
  padding-right: 20px;
}
.if_02 a.syukuhaku:before {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  a.orange {
    text-align: left;
  }
}
/*--------------------------------------------------
	list_dl
--------------------------------------------------*/
/* cms */
/* ※wordpress/editor-style.cssにコピーすること */
.entry_body dd {
  margin-left: 40px;
}
/* basic_style */
.dl01 dd {
  margin-left: 40px;
}
/* other_style */
.dl02 {
  border-bottom: 1px dotted #aaa;
  margin-top: 14px;
}
.dl02 p {
  margin: 0;
  padding: 0;
}
.dl02 dt {
  clear: left;
  font-weight: bold;
  padding-bottom: 7px;
  width: 90px;
}
.dl02 dd {
  width: 346px;
  margin-left: 105px;
}
.dl02 dd p {
  padding-bottom: 7px;
}
.plan_main dt {
  float: left;
}
@media screen and (max-width: 767px) {
  .dl02, .dl04 {
    border-bottom: 1px dotted #aaa;
    margin-top: 14px;
  }
  .dl02 p {
    margin: 0;
    padding: 0;
  }
  .dl02 dt {
    font-weight: bold;
    padding-bottom: 7px;
    width: 100%;
  }
  .dl02 dd {
    width: 100%;
    margin-left: 0;
  }
  .dl02 dd p {
    padding-bottom: 7px;
  }
}
.dl03 {
  border-bottom: 1px dotted #aaa;
}
.dl03 .ul01 {
  margin-top: 10px !important;
}
.dl03 dd {
  margin-bottom: 7px;
}
/*--------------------------------------------------
	list_ol
--------------------------------------------------*/
/* cms */
/* ※wordpress/editor-style.cssにコピーすること */
.entry_body ol {
  list-style: decimal;
  padding-left: 40px;
}
.entry_body ol ul {
  list-style: circle;
  padding-left: 40px;
}
/* basic_style */
.ol01 {
  list-style: decimal;
  padding-left: 40px;
}
.ol01 ol {
  list-style: decimal;
  padding-left: 40px;
}
.ol01 ul {
  list-style: circle;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .ol01, .ol01 ol, .ol01 ul {
    text-align: left;
  }
}
/* other_style */
.ol02 {
  counter-reset: repas;
}
.ol02 li {
  counter-increment: repas;
  list-style-type: none;
  margin-top: 10px;
}
.ol02 li:first-child {
  margin-top: 0;
}
.ol02 li:before {
  background: #b04d4d;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  color: #fff;
  content: counter(repas);
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
}
.ol02 li:nth-child(even):before {
  background: #c66c6c;
}
/*--------------------------------------------------
	list_ul
--------------------------------------------------*/
/* cms */
/* ※wordpress/editor-style.cssにコピーすること */
.entry_body ul {
  list-style: circle;
  padding-left: 40px;
}
.entry_body ul ul {
  list-style: disc;
  margin-left: 20px;
}
/* basic_style */
.ul01 {
  list-style: circle;
  padding-left: 40px;
  text-align: left;
}
.ul01 ul {
  list-style: disc;
  margin-left: 20px;
}
/* basic_style */
#freespace .ul01 {
  list-style: circle;
  padding-left: 40px;
  text-align: left;
  margin-top: 14px !important;
}
#freespace .ul01 ul {
  list-style: disc;
  margin-left: 20px;
}
/* icon_style */
.ul02 li {
  background: url(../img/icon.png) no-repeat left top;
  padding-left: 20px;
}
/* border_style */
.ul03 li {
  border-bottom: 1px dotted #e0d5b0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ul03 ul {
  margin-top: 10px;
  padding-left: 20px;
}
.ul03 ul li {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* float_style */
.ul04 li {
  background: url(../img/icon.png) no-repeat 0 top;
  float: left;
  margin-right: 20px;
  padding-left: 20px;
  white-space: nowrap;
}
/* other_style */
.type li {
  display: table-cell;
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
  width: 77px;
  height: 77px;
  padding: 14px 3.5px;
  text-align: center;
  background: #e1a340;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
}
.type li.off {
  display: table-cell;
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
  width: 77px;
  height: 77px;
  padding: 14px 3.5px;
  text-align: center;
  background: #dbdbdb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
}
/*--------------------------------------------------
	page_back_nav
--------------------------------------------------*/
.page_back_nav {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: -.4em;
  text-align: center;
}
.page_back_nav li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 20px;
  width: 160px;
}
.page_back_nav .home {
  margin-right: 0;
}
.page_back_nav a {
  background: #e0d5b0;
  color: #333;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.page_back_nav a:hover {
  background: #cc9797;
}
/*--------------------------------------------------
	page_nav
--------------------------------------------------*/
.page_nav {
  text-align: center;
  letter-spacing: -.4em;
}
.page_nav li {
  letter-spacing: normal;
  display: inline-block;
}
.page_nav li + li {
  margin-left: 5px;
}
.page_nav a, .page_nav span {
  color: #665133;
  display: inline-block;
  text-decoration: none;
  background: #D6B31E;
  line-height: 28px;
  width: 28px;
  text-align: center;
  border-radius: 17px;
  box-sizing: border-box;
}
.page_nav .current span {
  background: #E58F17;
}
.page_nav a:hover {
  background: #E58F17;
}
@media screen and (max-width: 767px) {
  .page_nav .list a, .page_nav .list span {
    display: none !important;
  }
}
/*--------------------------------------------------
	post_nav
--------------------------------------------------*/
.post_nav {
  letter-spacing: -.4em;
  padding-top: 28px;
  padding-bottom: 28px;
  text-align: center;
}
.post_nav li {
  margin-right: 20px;
  display: inline-block;
  letter-spacing: normal;
}
.post_nav .previous {
  margin-right: 0;
}
.post_nav a, .post_nav span {
  color: #665133;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  background: #D6B31E;
  line-height: 28px;
  border-radius: 5;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
}
.post_nav a:hover {
  background: #E58F17;
}
/* previous */
.post_nav .next a, .post_nav .next span, .post_nav .previous a, .post_nav .previous span {
  padding: 0 20px;
  position: relative;
}
.post_nav .next a, .post_nav .next span {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
.post_nav .next a:after, .post_nav .next span:after {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  border: 14px solid transparent;
  border-right-color: #D6B31E;
  top: 0;
  right: 100%;
}
.post_nav .next a:hover:after {
  border-right-color: #E58F17;
}
/* next */
.post_nav .previous a, .post_nav .previous span {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
.post_nav .previous a:after, .post_nav .previous span:after {
  content: ' ';
  width: 0;
  height: 0;
  position: absolute;
  border: 14px solid transparent;
  border-left-color: #D6B31E;
  top: 0;
  left: 100%;
}
.post_nav .previous a:hover:after {
  border-left-color: #E58F17;
}
.post_nav .top a, .post_nav .top span {
  border-radius: 5px;
  -moz-border-radius: 5pxx;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .post_nav li {
    font-size: 90%;
    margin-right: 1px;
  }
  .post_nav a, .post_nav span {
    padding: 0 10px !important;
    border-radius: 0 !important;
  }
}
/*--------------------------------------------------
	table
--------------------------------------------------*/
table {
  width: 100%;
}
/* cms */
/* ※wordpress/editor-style.cssにコピーすること

.entry_body th, .entry_body td {
	border: 1px solid #e0d5b0;
	padding: 10px;
}
.entry_body th { background: url(../img/bg_washi_01.jpg); }
.entry_body thead th {
	border-bottom: 3px double #e0d5b0;
	text-align: center;
}
.entry_body thead th:first-child { text-align: left; }
 */
/* table01 */
.table01 {
  border: 2px solid #fff;
  caption-side: bottom;
  border-collapse: collapse;
  margin: 14px 0;
}
.table01 caption {
  text-align: right;
}
.table01 th, .table01 td {
  padding: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table01 tr:nth-child(2n) {
  border-bottom: none;
}
.table01 th {
  width: 140px;
  border-right: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
}
.table01 thead td {
  background: rgba(255, 255, 255, 0.3);
}
.table01 td.nav {
  vertical-align: middle;
}
.table01 td.nav p {
  margin: 0;
}
.table01 td.nav .btn {
  width: 260px;
  margin: 0;
  display: inline-block;
}
.table01 td.nav a:first-child {
  margin-bottom: 7px;
}
.table01 tr:last-child {
  border-bottom: none;
}
.table01 td.bb {
  border-bottom: 1px solid #fff !important;
}
/* table02 */
.table02 {
  border: 2px solid #fff;
  caption-side: bottom;
  border-collapse: collapse;
  margin: 14px 0;
}
.table02 caption {
  text-align: right;
}
.table02 th, .table02 td {
  padding: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table02 tr:nth-child(2n) {
  border-bottom: none;
}
.table02 th {
  width: 140px;
  border-right: 1px solid #fff;
  background: rgba(255, 255, 255, 0.3);
}
.table02 thead td {
  background: rgba(255, 255, 255, 0.3);
}
.table02 td.nav {
  vertical-align: middle;
}
.table02 td.nav p {
  margin: 0;
}
.table02 td.nav .btn {
  width: 280px;
  margin: 0;
  display: inline-block;
}
.table02 td.nav a:first-child {
  margin-bottom: 7px;
}
.table02 tr:last-child {
  border-bottom: none;
}
.table02 td.bb {
  border-bottom: 1px solid #fff !important;
}
@media screen and (max-width: 767px) {
  .table01 th, .table01 td {
    display: block;
    width: 100%;
    border-right: none;
  }
  .table01 th {
    text-align: center;
  }
  .table01 caption {
    text-align: center;
  }
  .table01 tr:last-child td {
    border-bottom: none;
  }
  .table01 td.nav .btn {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
}
/* common */
table.autow {
  width: auto;
}
td.num {
  text-align: right;
  white-space: nowrap;
}
td.price {
  color: #e24654;
  text-align: right;
  white-space: nowrap;
}
td.link {
  text-align: right;
}
/*--------------------------------------------------
	text
--------------------------------------------------*/
.right {
  text-align: right;
}
.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .right {
    text-align: center;
  }
}
/* address */
/* ※wordpress/editor-style.cssにコピーすること */
.ebox address {
  border: 1px solid #e0d5b0;
  padding: 20px;
}
/* blockquote */
/* ※wordpress/editor-style.cssにコピーすること */
blockquote {
  background: url(../img/bg_washi_01.jpg);
  padding: 20px 20px 20px 40px;
  position: relative;
}
blockquote:before {
  color: #baad81;
  content: "“";
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 60px;
  left: 5px;
  line-height: 1;
  position: absolute;
  top: 0;
}
/* code */
/* ※wordpress/editor-style.cssにコピーすること */
code {
  background: url(../img/bg_washi_01.jpg);
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
  vertical-align: text-top;
}
/* color */
.fc01 {
  color: #e24654;
}
.fc02 {
  color: #f90;
}
.fc03 {
  color: #9c0;
}
.fc04 {
  color: #39c;
}
/*
 { color: #e24654; }
 { color: #a6bf73; }
 { color: #5b7aa9; }
 { color: #d9b841; }
 { color: #9986bf; }

 { color: #d52c38; }
 { color: #89a753; }
 { color: #3d5a8c; }
 { color: #c99e29; }
 { color: #7a66a7; }
*/
/* pre */
/* ※wordpress/editor-style.cssにコピーすること */
pre {
  background: url(../img/bg_washi_01.jpg);
  border: 1px solid #e0d5b0;
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
  padding: 20px;
  overflow: scroll;
}
/* size */
.fs_ss {
  font-size: 12px;
  font-size: 1.2rem;
}
.fs_s {
  font-size: 14px;
  font-size: 1.4rem;
}
.fs_m {
  font-size: 21px;
  font-size: 2.1rem;
}
.fs_l {
  font-size: 28px;
  font-size: 2.8rem;
}
/*----------------------------------------------------------------------------------------------------
	layout
----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------
	composition
--------------------------------------------------*/
body {
  background: url(../img/main-bg.jpg);
  color: #333;
  overflow: hidden;
  width: 100%;
  position: relative;
}
/*--------------------------------------------------
	topNews
--------------------------------------------------*/
/*
#topNews {
  background-color: #E83828;
	color: #fff;
	text-align: center;
	padding: .5em;
	font-size: 13px;
}
*/
/*--------------------------------------------------
	header
--------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#header .header-inner {
  background: url(../img/head-bg.png) no-repeat center bottom;
  height: 116px;
}
#header .wrapper {
  position: relative;
  width: 980px;
  height: 116px;
}
/* h1 */
#header h1 {
  background: url(../img/logo.gif) no-repeat;
  background-size: contain;
  position: absolute;
  margin-left: -80px;
  top: 14px;
  left: 50%;
}
#header h1 a {
  display: block;
  width: 254px;
  height: 60px;
}
#header #tel {
  position: absolute;
  top: 81px;
  left: 50%;
  margin-left: -44px;
  font-size: 21px;
  font-size: 2.1rem;
}
/* header_nav */
#header_nav {
  width: 148px;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 101;
}
#header_nav a {
  display: flex;
  width: 100%;
  height: 74px;
  color: #fff;
  font-weight: bold;
  background: url(../img/btn-reservation.png) no-repeat top left;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: row-reverse;
  line-height: 1;
}
#header_nav a:before {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    position: absolute;
  }
  #header .header-inner {
    height: 91px;
  }
  #header .wrapper {
    max-width: 980px;
    width: 100%;
    min-height: 126px;
    margin-left: 0;
    margin-right: 0;
  }
  /* h1 */
  #header h1 {
    max-height: 77px;
    min-height: 60px;
    width: 25.91%;
    min-width: 171px;
    z-index: 100;
    margin-left: -94px;
  }
  #header h1 a {
    max-height: 77px;
    min-height: 60px;
  }
  #header #tel {
    top: 60px;
    left: 56px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  #header_nav {
    top: 80px;
  }
  #header_nav a {
    background: none;
  }
}
/*--------------------------------------------------
	global_nav
--------------------------------------------------*/
#global_nav {
  width: 980px;
}
@media only screen and (max-width: 767px) {
  #global_nav {
    padding-top: 0;
    width: 95%;
    margin: 0 auto;
  }
}
#global_nav .nav-item:hover .nav-submenu {
  display: block;
  z-index: 100;
}
/* li */
#global_nav .nav-item {
  float: left;
  display: block;
  *display: inline;
  zoom: 1;
  position: relative;
  width: 98px;
  height: 56px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  #global_nav .nav-item {
    width: auto;
    height: auto;
    float: none;
    line-height: 2;
    margin-bottom: 3px;
  }
}
#global_nav .yoyaku {
  background: #CCDD92;
}
#global_nav li span {
  display: block;
}
#global_nav .nav05 {
  margin-right: 0;
}
/* a */
#global_nav .nav-item a {
  color: #665133;
  height: 56px;
  -webkit-transition: color .2s;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}
#global_nav a span {
  color: #b8a773;
}
#global_nav a:hover, #global_nav .on {
  color: #e1a340;
}
#global_nav a:hover span, #global_nav .on span {
  color: #ce9f7c;
}
/* submenu */
#global_nav .nav-submenu {
  display: none;
  position: absolute;
  left: -51px;
  width: 224px;
  background: #fff;
  border: 2px solid #b8a773;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  #global_nav .nav-submenu {
    border: none;
    display: block;
    background-color: transparent;
    border-radius: 0;
    position: static;
    margin-top: 7px;
    margin-bottom: 7px;
    width: auto;
  }
}
#global_nav .nav-submenu:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #b8a773 transparent;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #global_nav .nav-submenu:after {
    display: none;
  }
}
#global_nav .nav-submenu-item {
  float: none;
  width: auto;
  height: auto;
  line-height: 1.5;
}
#global_nav .nav-submenu-item + .nav-submenu-item {
  border-top: 1px dotted #b8a773;
}
#global_nav .nav-submenu-item a {
  display: block;
  padding: 7px;
  height: auto;
}
#global_nav .nav-submenu-item a:hover {
  background: #e1a340;
  color: #fff;
}
/* Mobile navigation */
#header .nav-mobile {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 15px;
  background: #8bb826 url(../img/gn_burger.png) no-repeat center center;
  background-size: 30px;
  height: 45px;
  width: 45px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 101;
}
@media only screen and (max-width: 767px) {
  #header .nav-mobile {
    display: block;
    z-index: 100;
  }
}
#global_nav .nav-click {
  display: none;
}
@media only screen and (max-width: 767px) {
  #global_nav .nav-click {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    width: 45px;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    border: 2px solid #d6e4a8;
    border-left: none;
    z-index: 100;
    background: #8bb826 url(../img/gn_drop.png) no-repeat center center;
    background-size: auto 9px;
  }
}
#global_nav .nav-click:hover {
  background-color: #89A826;
}
#global_nav .nav-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  #global_nav .nav-list {
    display: none;
    background: #fff;
    text-align: left;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 60px !important;
  }
  #global_nav .br_gl, #global_nav .dn_sp {
    display: none;
  }
  #global_nav .nav-item > a {
    padding: 4px 10px;
    background: #b9cd70;
    color: #fff;
    height: 38px;
    display: block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #d6e4a8;
  }
  #global_nav .nav-mobile-open {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
  }
}
/*--------------------------------------------------
	h1
--------------------------------------------------*/
/* h1 */
#pagetitle {
  padding: 116px 7px 7px 7px;
}
#pagetitle h1 {
  line-height: 2;
  display: inline-block;
  background: #992e2e;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  background: url(../img/h1.png) repeat-x bottom center;
}
@media screen and (max-width: 767px) {
  #pagetitle {
    padding: 91px 7px 7px 7px;
    background: url(../img/sp_pagetitle.jpg) repeat bottom center;
  }
  #pagetitle h1 {
    line-height: 2;
    display: inline-block;
    background: #992e2e;
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
    background: url(../img/h1.png) repeat-x bottom center;
    height: auto;
  }
  #diary h2 {
    line-height: 1.5;
    height: auto;
  }
}
/*--------------------------------------------------
  footer
--------------------------------------------------*/
#footer {
  padding-top: 28px;
  padding-bottom: 28px;
  background: #8fc699;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer {
    height: auto;
  }
}
#footer a {
  color: #fff;
}
/* footer__info */
#footer .footer__info {
  display: flex;
  margin-bottom: 28px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #footer .footer__info {
    flex-direction: column;
  }
}
#footer .footer__info li {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #footer .footer__info li {
    flex: 1 0 auto;
  }
}
#footer .footer__info li + li {
  margin-left: 1px;
}
@media screen and (max-width: 767px) {
  #footer .footer__info li + li {
    margin-left: 0;
    margin-top: 1px;
  }
}
#footer .footer__info a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  text-decoration: none;
  padding: 14px;
  background-color: #fff;
  color: #665133;
  transition: color .2s linear;
}
@media screen and (max-width: 767px) {
  #footer .footer__info a {
    padding: 10px 14px;
  }
}
#footer .footer__info a span {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  #footer .footer__info a span {
    text-align: left;
  }
}
#footer .footer__info a:hover, #footer .footer__info .on {
  color: #e1a340;
}
/* footer__navList */
#footer .footer__navList {
  display: flex;
  margin-left: -28px;
}
@media screen and (max-width: 767px) {
  #footer .footer__navList {
    margin-left: 0;
  }
}
#footer .footer__nav {
  width: calc(33.33333333% - 28px);
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  #footer .footer__nav:not(.is-info) {
    display: none;
  }
}
#footer .footer__nav.is-info {
  align-self: center;
}
@media screen and (max-width: 767px) {
  #footer .footer__nav.is-info {
    width: 100%;
    margin-left: 0;
  }
}
#footer .footer__nav li {
  margin-bottom: 7px;
}
#footer .footer__nav li:last-child {
  margin-bottom: 0;
}
#footer .footer__nav li ul {
  margin-top: 7px;
  margin-left: 14px;
}
#footer .footer__nav a:hover, #footer .footer__nav .on {
  text-decoration: underline;
}
#footer address {
  text-align: center;
}
#footer address strong {
  color: #fff;
}
/* social */
.social {
  display: flex;
  justify-content: center;
}
.social__btn {
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .social__btn {
    margin-right: 7px;
  }
}
.social__btn:last-child {
  margin-right: 0;
}
.social__btn a {
  display: block;
  text-decoration: none;
  border-radius: 100%;
  border: 2px solid;
  background-color: rgba(255, 255, 255, .8);
}
.social__btn.is-tw a {
  border-color: #55acee;
}
.social__btn.is-fb a {
  border-color: #3b5998;
}
.social__btn.is-wt a {
  border-color: #e1a340;
}
.social__btn.is-ig a {
  border-color: #e0619a;
}
/* copyright */
#copyright {
  background: #fff;
  padding: 28px 0 140px 0;
}
@media screen and (max-width: 767px) {
  #copyright {
    padding: 14px 0 14px 0;
    margin-bottom: 48px;
  }
}
/*--------------------------------------------------
fixed
--------------------------------------------------*/
@media screen and (max-width: 767px) {
  #fixed {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #fixed {
    background-image: url(../img/fixed-bg.png);
    background-position: center top;
    background-repeat: repeat-x;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 100;
  }
  #fixed .wrapper {
    width: 980px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 140px;
    padding-bottom: 14px;
  }
  #fixed .fixed__ht {
    color: #665133;
    font-size: 2.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 7px;
  }
  #fixed .fixed__reserve {
    display: flex;
    justify-content: center;
    z-index: 10;
  }
  #fixed .fixed__reserve div + div {
    margin-left: 14px;
  }
  #fixed .fixed__reserve a {
    text-decoration: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    min-width: 200px;
    padding: 10px;
    transition: background-color .2s linear;
  }
  #fixed .fixed__reserve a img {
    margin-right: 5px;
  }
  #fixed .fixed__reserve a.calendar {
    background-color: rgba(229, 143, 23, .5);
  }
  #fixed .fixed__reserve a.calendar:hover {
    background-color: rgba(229, 143, 23, .75);
  }
  #fixed .fixed__reserve a.plan {
    background-color: rgba(232, 56, 40, .5);
  }
  #fixed .fixed__reserve a.plan:hover {
    background-color: rgba(232, 56, 40, .75);
  }
  #fixed .fixed__reserve a.contact {
    min-width: 160px;
    background-color: rgba(102,81,51, .9);
  }
  #fixed .fixed__reserve a.contact:hover {
    background-color: rgba(102,81,51, 1);
  }
  #fixed .fixed__tel {
    align-self: center;
    color: #665133;
    font-weight: bold;
    line-height: 1;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
  }
  #fixed .fixed__tel span {
    font-size: 2.8rem;
  }
  #fixed .fixed__option {
    position: absolute;
    top: 0;
    right: 10px;
    display: flex;
    align-items: center;
  }
  #fixed .fixed__contact {
    margin-right: 28px;
  }
}
/*--------------------------------------------------
fixed-sp
--------------------------------------------------*/
@media screen and (max-width: 767px) {
  #fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    letter-spacing: normal;
    /*padding: 8px;*/
    /*background: rgba(143,198,153, .95);*/
    /*background: #b8a773;*/
  }
  #fixed-sp .btnGroup {
    display: flex;
    /*margin-left: -8px;*/
  }
  #fixed-sp .btn {
    flex: 1;
    /*margin-left: 8px;*/
    /*width: calc(50% - 8px);*/
  }
  #fixed-sp a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    text-decoration: none;
    color: #fff;
    border-radius: 0;
    /*border: 1px solid currentColor;*/
    /*border-radius: 10px;*/
    padding: 5px;
    transition: background-color .2s linear;
  }
  #fixed-sp a img {
    margin-right: 5px;
  }
  #fixed-sp .btn.is-calendar a {
    background-color: #e58f17;
  }
  #fixed-sp .btn.is-contact a {
    background-color: #c85c28;
  }
}
@media screen and (min-width: 768px) {
  #fixed-sp {
    display: none;
  }
}
/*--------------------------------------------------
	reservation
--------------------------------------------------*/
#reservation {
  height: 64px;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
#reservation input, #reservation button {
  width: 196px;
  height: 42px;
  text-align: left;
  border: 2px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  line-height: 40px;
  cursor: pointer;
  display: inline-block;
  padding: 0 14px;
}
#reservation .wrapper {
  width: 980px;
  height: 64px;
  margin: 0;
  border: none;
  position: relative;
  top: 49px;
}
#reservation h1 {
  color: #665133;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#reservation h2 {
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
}
input#datepicker {
  position: relative;
  color: #fff;
}
/* day */
nav #day {
  width: 280px;
  float: left;
  background: #f0f;
}
#day input {
  width: 84px;
  background: rgba(255, 255, 255, 0.5);
  float: left;
}
/* calendar */
#reservation button {
  background: rgba(229, 143, 23, 0.5);
  color: #fff;
  margin-right: 14px;
}
#reservation .calendar {
  visibility: hidden;
  width: 0;
  padding: 0;
}
/* search */
.search {
  background: rgba(232, 56, 40, 0.5);
  color: #fff;
}
/* day */
nav #day {
  width: 280px;
  float: left;
  background: #f0f;
}
#day select {
  width: 84px;
  height: 38px;
  background: rgba(255, 255, 255, 0.5);
  float: left;
  margin-right: 14px;
  padding-left: 14px;
  border: 2px solid #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  line-height: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: .01px;
  text-overflow: "";
}
#day select::-ms-expand {
  display: none;
}
/* tel */
#tel {
  color: #665133;
  font-weight: bold;
  line-height: 1;
  filter: dropshadow(color=#e4d9a5, offX=0, offY=-1) dropshadow(color=#e4d9a5, offX=1, offY=0) dropshadow(color=#e4d9a5, offX=0, offY=1) dropshadow(color=#e4d9a5, offX=-1, offY=0);
  -webkit-text-stroke-color: #e4d9a5;
  -webkit-text-stroke-width: 1px;
  text-shadow: #e4d9a5 1px 1px 0px, #e4d9a5 -1px 1px 0px, #e4d9a5 1px -1px 0px, #e4d9a5 -1px -1px 0px;
  margin-top: -4px;
  right: 0;
}
#option {
  width: 303px;
  position: absolute;
  right: 70px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #reservation {
    height: auto !important;
    text-align: center;
    position: static;
    overflow: visible;
    padding: 28px 0;
    z-index: 0;
  }
  #reservation .wrapper {
    width: 100%;
    height: auto;
    position: static;
    overflow: visible;
  }
  #reservation h1 {
    margin-bottom: 14px;
  }
  #reservation h2 {
    margin-bottom: 7px;
  }
  #reservation #day {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 14px;
  }
  #reservation #day select {
    float: none;
    padding-left: 0;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 0;
    text-align: center;
    -webkit-appearance: none;
  }
  #reservation #day select:last-child {
    margin-right: 0;
  }
  #day input {
    float: none;
  }
  #reservation button {
    width: 48%;
    margin: 0 0 4% 0;
    padding: 0;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-appearance: none;
  }
  #reservation .search {
    width: 48%;
    margin: 0 0 28px 0;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  #reservation #tel {
    margin-bottom: 28px;
  }
  #option {
    width: auto;
    position: static;
  }
}
/*--------------------------------------------------
	bnr
--------------------------------------------------*/
#bnrBox .white_wide {
  padding-bottom: 14px;
}
#bnrBox li {
  float: left;
  margin-right: 20px;
  margin-bottom: 14px;
}
#bnrBox .round {
  border: none;
}
#bnrBox img {
  vertical-align: bottom;
}
#bnrBox li.last {
  margin-right: 0;
  float: none;
}
@media screen and (min-width: 768px) {
  #bnrBox li.last-pc {
    margin-right: 0;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #bnrBox ul {
    letter-spacing: -.4em;
  }
  #bnrBox li {
    letter-spacing: normal;
    float: none;
    display: inline-block;
    max-width: 100%;
    margin-right: 20px;
  }
  #bnrBox .x2 {
    display: block;
  }
  #bnrBox li.last {
    margin-right: 10px;
  }
  #bnrBox li.last2 {
    margin-right: 0;
    float: none;
  }
  #bnrBox li.last-sp {
    margin-right: 0;
    float: none;
  }
}
@media screen and (max-width: 515px) {
  #bnrBox li {
    width: 47.89915966386555%;
    margin-right: 4.20168067226891%;
  }
  #bnrBox .x2 {
    width: 100%;
  }
  #bnrBox li.last {
    margin-right: 0;
  }
  #bnrBox li.last2 {
    margin-right: 0;
  }
}
/*--------------------------------------------------
	back_to_top
--------------------------------------------------*/
#back_to_top {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 101;
}
#back_to_top a {
  background: url(../img/top.png) no-repeat left top;
  height: 120px;
  width: 85px;
}
@media screen and (max-width: 767px) {
  #back_to_top {
    display: none;
  }
}
/*
---------------------------------------------------------------------------------
entry_body
---------------------------------------------------------------------------------
*/
.entry_body h3, .entry_body h4 {
  color: #665133;
  margin: .5em 0;
}
/*
-----------------------------------------
align
-----------------------------------------
*/
.entry_body .aligncenter {
  display: block;
  clear: both;
  margin: 0 auto 20px;
}
.entry_body .alignleft {
  float: left;
  clear: both;
  margin: 0 20px 20px 0;
}
.entry_body .alignright {
  float: right;
  clear: both;
  margin: 0 0 20px 20px;
}
/*
-----------------------------------------
gallery
-----------------------------------------
*/
.entry_body .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.entry_body .gallery-item {
  padding-right: 10px !important;
  padding-left: 10px !important;
  margin: 0 0 20px 0 !important;
}
.entry_body .gallery dt, .entry_body .gallery dd {
  margin: 0;
  padding: 0;
}
.entry_body .gallery-columns-2 .gallery-item {
  width: 50%;
}
.entry_body .gallery-columns-3 .gallery-item {
  width: 33.333333%;
}
.entry_body .gallery-columns-4 .gallery-item {
  width: 25%;
}
/*
-----------------------------------------
list
-----------------------------------------
*/
.entry_body ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.entry_body ol > li {
  list-style: decimal;
}
.entry_body ol ul {
  list-style: circle;
  padding-left: 20px;
}
.entry_body ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.entry_body ul > li {
  list-style: circle;
}
.entry_body ul ul {
  list-style: disc;
}
.entry_body blockquote {
  margin-bottom: 20px;
}
/*
-----------------------------------------
youtube
-----------------------------------------
*/
.entry_body {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.entry_body .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.entry_body .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}