@charset "utf-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

mark {
  background-color: transparent;
  color: inherit;
}

/* Basic */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 86%;
  line-height: 1.5em;
  font-family: "Noto Serif JP", serif;
  /*padding:0 15px;*/
  color: #3f352e;
  background-color: #fff;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1.5em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 2em;
  letter-spacing: -1px;
}

h3 {
  font-size: 1.5em;
}

header {
  margin: 0 0 2em 0;
}

footer {
  margin: 2em 0 0 0;
}

strong,
b {
  font-weight: 300;
}

em,
i {
  font-style: italic;
}

a {
  text-decoration: none;
  color: inherit;
  /*border-bottom: dotted 1px rgba(128, 128, 128, 0.5);*/
  -moz-transition: color 0.35s ease-in-out,
    border-bottom-color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out,
    border-bottom-color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  outline: 0;
}

a:hover {
  opacity: 0.8;
  /*color: #666;
			border-bottom-color: rgba(255, 255, 255, 0);*/
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #ddd;
}

blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

br.clear {
  clear: both;
}

.text_en {
  font-family: "Quattrocento", serif;
}

.inner {
  margin: 0 auto;
  max-width: 100%;
  width: 1100px;
}

/* オリジナル
   ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
section {
  clear: both;
}
.textr {
  text-align: right;
}
.textl {
  text-align: left;
}
.textc {
  text-align: center;
}
.imgr {
  float: right;
}
.imgl {
  float: left;
}
.col_thin {
  color: #ccc;
  line-height: 1.1;
}
.col_red {
  color: #f00;
}
.col_brown {
  color: #673a1b;
}
.my-arrow {
  color: #639533;
}
.my-phone {
  color: #6a3906;
}
.lbtext {
  font-weight: 700;
  font-size: 110%;
}


/* ボタンeffect */
.figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* パンくず */
.cp_breadcrumb *,
.cp_breadcrumb *:after,
.cp_breadcrumb *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_breadcrumb {
  margin: 0 auto 2em;
  /*padding: 1em 1em;
	background-color: #CAE5F8;
	border-radius: 0.5em;
	border-bottom:1px solid #ccc;
	color: #fff;*/
}
.cp_breadcrumb a {
  text-decoration: none;
  color: #898989;
}
.cp_breadcrumb .breadcrumbs {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  font-size: 90%;
}
.cp_breadcrumb li {
  display: inline-block;
  position: relative;
  padding-right: calc(16px + 4px);
  margin-right: 4px;
  color: #7986cb;
}
.cp_breadcrumb li::before {
  content: ">";
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
  color: #333;
}
.cp_breadcrumb li:last-child::before {
  content: normal;
}
/* ========================
* # header
* ======================== */
#header_logo {
  float: left;
}
#head-topcontainer {
  margin-top: 1%;
  display: flex;
  justify-content: flex-end;
}
#head-topcontainer .topitem {
  margin-left: 1%;
  /*width:83%;
	height:auto;*/
}

/* # =================================================================
   # main
   # ================================================================= */
h1.multi {
  padding: 6px 0;
  border-bottom: 8px solid #c29e3c;
  position: relative;
  font-size: 180%;
  margin-bottom: 3%;
}
h1.multi:before,
h2.multi:after {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  bottom: -8px;
}
h1.multi:before {
  width: 20%;
  left: 8%;
  background: rgba(255, 255, 255, 0.7);
}
h1.multi:after {
  width: 30%;
  left: 12%;
  background: rgba(87, 176, 224, 0.6);
}

.item {
  /*background-color: #7986CB;*/
}
.subtitle {
  color: #6a3906; /*文字色*/
  border: solid 1px #6a3906; /*線色*/
  background-color: #fff; /*背景色*/
  padding: 0.3% 7%; /*文字周りの余白*/
  border-radius: 0.5em; /*角丸*/
}
.subtitle2 {
  color: #fff; /*文字色*/
  background-color: #c29d3c; /*背景色*/
  padding: 0.3% 7%; /*文字周りの余白*/
  border-radius: 0.5em; /*角丸*/
}
.sans-serif {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;*/
  color: #18783a;
  font-weight: bold;
  margin-top: 1%;
}

/* # =================================================================
   # ページ上、施設のご利用案内
   # ================================================================= */

/* 施設利用案内タイトル */
.title-border {
  display: flex;
  align-items: center;
  margin-bottom: 2%;
}
.title-border:before,
.title-border:after {
  border-top: 1px solid #6a3a06;
  content: "";
  flex-grow: 1;
}
.title-border:before {
  margin-right: 1rem;
}
.title-border:after {
  margin-left: 1rem;
}
.title-border p {
  font-size: 209%;
  color: #6a3a06;
  font-weight: bold;
}

/* ご利用ご案内 intro*/
#intro {
  width: 70%;
  margin: 0 auto;
}
.goriyou {
  font-size: 120%;
  padding: 0 2%;
  color: #6a3a06;
}
.goriyou dt {
  position: absolute;
  width: 12em;
  line-height: 2em;
  font-weight: 700;
  /*border-bottom:1px solid #6A3A06;*/
}
.goriyou dd {
  padding-left: 12em;
  line-height: 2em;
  border-bottom: 1px solid #6a3a06;
}
#attention .goriyou dd .stext {
  font-size: 80%;
  color: #f00;
}

.jaran {
  font-weight: bold;
  color: #f00;
  margin-bottom: 2%;
}

/* # =================================================================
   # ページ下、お問合せ、予約
   # ================================================================= */
#yoyaku {
  margin: 4% 0;
}
#yoyaku .unit .phone {
  text-align: center;
  font-size: 160%;
  padding: 2%;
  border: 1px solid #6a3a06;
  border-radius: 24px;
  margin-top: 1%;
line-height: 130%;
}
/*コンタクト表示１列の時*/
#yoyaku .unit .contact-item {
  text-align: center;
  font-size: 160%;
  padding: 3%;
  background: #efe3d1;
  line-height: 200%;
  border-radius: 24px;
  margin: 1% 0;
}
#yoyaku .unit .pagecontact {
  display: flex;
  justify-content: space-between;
}
#yoyaku .unit .pagecontact .contact-item {
  width: 47%;
  text-align: center;
  font-size: 160%;
  padding: 3%;
  background: #efe3d1;
  line-height: 200%;
  border-radius: 24px;
  margin: 1% 0;
}
.unit {
  margin-left: 2%;
}
.contact-item a {
  display: block;
}

/* pageTop
   ========================================================================== */
#pageTop {
  position: fixed;
  z-index: 9999;
  bottom: 120px;
  right: 15px;
  font-size: 14px;
  line-height: 1.3;
}
#pageTop a:hover {
  opacity: 0.5;
}
.puyon {
  animation: puyon 1s linear 0s 1;
  animation-iteration-count: 3;
}
@keyframes puyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

/* # =================================================================
   # footer
   # ================================================================= */

.imgline img {
  width: 100%;
  height: auto;
}
#footer-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #6a3b06;
  margin-top: 1%;
}
#footer-nav div p {
  font-size: 110%;
  font-weight: bold;
}
#footer-nav div ul {
  margin-left: 1em;
}

#footer-nav {
  display: flex;
  justify-content: space-between;
  color: #6a3b06;
  margin-top: 1%;
  text-align: left;
}

#footer-guide {
  display: flex;
  justify-content: space-between;
  margin: 2% auto;
  text-align: left;
}
.box1 .name {
  font-size: 134%;
  font-weight: 700;
}
.box1 .phone span {
  font-size: 22px;
  margin-left: 0.25em;
  letter-spacing: -1px;
}
.footer-midasi {
  color: #fff; /*文字色*/
  background-color: #689b31; /*背景色*/
  padding: 2% 7%; /*文字周りの余白*/
  border-radius: 0.5em; /*角丸*/
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}
.box2 {
  margin-top: 1%;
  font-weight: bold;
  padding: 2%;
}
.box2 dt {
  position: absolute;
  width: 12em;
  line-height: 2em;
}

.box2 dd {
  padding-left: 11em;
  line-height: 170%;
  /*border-bottom:dotted 1px #ccc;*/
}
.footconte {
  display: flex;
}
.footconte li {
  margin-right: 3%;
}

#copy {
  text-align: center;
  font-size: 12px;
}

/* # =================================================================
   # 分岐
   # ================================================================= */
@media (min-width: 64em) {
}

@media screen and (max-width: 64em) {
  .inner {
    width: 98%;
    /*padding: 0 15px 0 15px;*/
  }

  /* オリジナルトップロゴ*/
  #header_logo {
    float: none;
    text-align: center;
  }
  #head-topcontainer {
    margin-top: 0;
  }
  #head-topcontainer .topitem {
    margin-left: 0;
  }
  #head-topcontainer .topitem a img {
    width: 94%;
    height: auto;
  }

  #header {
    padding-bottom: 100px;
  }

  #header div p {
    top: 100px;
  }

  #footer-nav div p {
    font-size: 100%;
    font-weight: 700;
  }
  #footer-nav div ul {
    font-size: 90%;
  }
  .footconte {
    display: block;
  }
  #footer-guide div p {
    font-size: 90%;
  }

  /* ご予約・お問い合せ */
  #yoyaku .unit .pagecontact {
    display: block;
  }
  #yoyaku .unit .pagecontact .contact-item {
    width: 98%;
    text-align: center;
  }
}

@media screen and (min-width: 30em) {
  .sp {
    display: none;
  }
  .mova {
    margin-left: 2em;
  }
}
@media screen and (max-width: 30em) {
  .sp {
    display: block;
  }
  .mova {
    margin-left: 0;
  }
  #header div p img {
    width: 85%;
    height: auto;
  }
  .imgline img {
    width: 97%;
  }

  /* 施設利用案内タイトル */
  .title-border p {
    font-size: 170%;
  }
  #footer-nav {
    display: block;
    text-align: center;
  }
  #footer-nav div {
    margin-bottom: 6%;
  }

  #footer-guide {
    display: block;
    text-align: center;
  }
  #footer-guide div {
    margin-bottom: 4%;
  }
  .footconte {
    display: flex;
    justify-content: center;
  }
  #footer dl {
    margin-right: 40px;
  }
  #footer dl dd span {
    font-size: 18px;
  }

  /* ご利用ご案内 intro*/
  #leftside .title-border p {
    font-size: 140%;
  }
  #intro {
    width: 98%;
    margin: 0 auto;
  }
  .goriyou {
    font-size: 100%;
  }
  .goriyou dt {
    position: relative;
  }

  .goriyou dd {
    padding-left: 1em;
  }

  /* 施設のご案内　fruiteguide */
  #fruitguide .area .frame {
    width: 98%;
    float: none;
  }
  #fruitguide .area .frame img {
    width: 98%;
    height: auto;
  }
  #fruitguide .area dl {
    margin-top: 2%;
    width: 98%;
    margin-left: 0;
  }

  .unit {
    margin-left: 0;
  }
}

/* フルーツカレンダースマホスクロール*/
@media only screen and (max-width: 30em) {
  .imgl {
    float: none;
  }
  .x-scroll {
    overflow-x: scroll;
  }
  .x-scroll iframe {
    width: 420px;
  }
  /*テーブルを横スクロール可能に*/
  .scroll_table::before {
    content: "この表は左右にスクロールできます";
    color: #888;
    font-size: 11px;
    display: block;
    background: #f1f1f1;
    padding: 0 10px;
    width: 200px;
    text-align: center;
    margin: 4px 0 -9px 15px;
    border: 1px solid #999;
    border-radius: 10px 10px 0 0;
  }
}

@media screen and (max-width: 959px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
  }
}

.br-sp {display: none;}
@media screen and (max-width: 559px) {
.br-sp {display: block;}
.br-pc {display: none;}
}
