@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(//fonts.googleapis.com/css?family=Crimson+Text);
@import url(//fonts.googleapis.com/css?family=Barlow);
@import url(//fonts.googleapis.com/css?family=Nanum+Gothic);
@import url(//fonts.googleapis.com/css?family=Kiwi+Maru);
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

/*全体の設定
---------------------------------------------------------------------------*/
body{
  max-width: 100%;
  margin:0;
  padding:0;
  /*font-family : NSimSun,Arial,sans-serif,SimHei;*/
  font-family: 'Noto Sans TC', sans-serif;
  line-height:1.6;
  font-size: 16px;
  color: #000;
  word-wrap: break-word;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,section{
  margin: 0px;
  padding: 0px;
  display: block;
}

input,textarea,select {
  font-size: 1em;
}


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

ul{
  list-style-type: none;
}

li {
  list-style-type: none;
}

img{
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align:middle;
}

p{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}

input,textarea,select {
  font-size: 1em;
}

.clearfix:after {
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}

a {
  outline:none;
}

.overimg:hover img {
  filter:alpha (opacity=70);
  -moz-opacity:0.80;
  opacity:0.80;
}

/* .line
-------------------------------------------------- */
hr {
  display : none;
}

.clr {
  height : 0;
  clear : both;
}

/* wrapper
--------------------------------------------------*/
#wrapper {
  width: 100%;
  line-height:1.6;
  min-height: 60vh;
}

@media only screen and  (max-width: 568px) {
#wrapper {
  min-height: initial;
}
}

.bg_sub {
  padding-top:124px;
  background: #F5F5F5;
}

@media only screen and  (max-width: 810px) {
.bg_sub {
  padding-top:65px;
}
}

@media only screen and  (max-width: 568px) {
.bg_sub {
  padding-top:55px;
}
}

/* .container
--------------------------------------------------*/
#container{
  width:100%;
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  position: relative;
}

.h120{
  margin-top:60px;
}

@media only screen and  (max-width: 810px) {
.h120{
  margin-top:60px;
}
}

@media screen and (max-width: 1280px) {
#container {
  box-sizing: border-box;
  padding:0 2%;
}
}

/* p_navi
---------------------------------------------------------------------------*/
.p_navi{
  width: 100%;
  box-sizing: border-box;
  font-size :0.8em;
  padding:2% 1%;
  color: #6E6E6E;
  font-family: Barlow,sans-serif;
  font-weight:400;
  text-align: right;
}

.p_navi a {
  color: #6E6E6E;
  text-decoration: none;
}

.p_navi a:hover {  
  opacity: 0.7;
  text-decoration: underline;
}

@media screen and (max-width: 810px) {
.p_navi{display:none;}
}

/* footer
--------------------------------------------------*/
#footer-menu{
  box-sizing: border-box;
  width:100%;
  padding:2% 2% 1%;
  text-align: center;
}

@media screen and (max-width: 568px) {
#footer-menu{
  padding:2% 5% 1%;
}
}

#footer-menu li{
  display:inline-block;
  vertical-align: middle;
  border-right:1px solid #B5B5B5;
  padding:0 20px;
  line-height:1;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight:400;
  font-size:0.9em;
}

@media screen and (max-width: 568px) {
#footer-menu li{
  display:block;
  border-bottom:1px dotted #6A6A36;
  border-right:none;
  padding:25px 0;
  font-size:1em;
}
}

#footer-menu li:last-child {
  border-right: none;
}

@media screen and (max-width: 568px) {
#footer-menu li:last-child {
  border-bottom: none;
}
}

#footer-menu a {
  text-decoration: none;
  color:#6A6A36;
}

#footer-menu a:hover {
  color:#6A6A36;
  text-decoration:underline;
}


footer{
  background: #FFD900;
  box-sizing: border-box;
  width:100%;
  padding:1% 0 0;
}

@media only screen and  (max-width: 810px) {
footer{
  padding:0;
}
}

.footerArea {
  width:100%;
  max-width:1000px;
  margin: 0 auto 0;
  padding:2% 0;
}

@media only screen and  (max-width: 810px) {
.footerArea{
  padding:5% 5% 3%;
  box-sizing: border-box;
}
}

@media only screen and  (max-width: 568px) {
.footerArea{
  padding:5% 7% 3%;
}
}

.footerArea .fleft {
  width:44%;
  display:inline-block;
  vertical-align: middle;
  margin: 0 auto 0;
  color:#8A874F;
}

.footerArea .fleft iframe {
  width: 100%;
  height: 100%;
  min-height:280px;
}

.footerArea .fright {
  width:55%;
  display:inline-block;
  vertical-align: middle;
  margin: 0 auto 0;
  float:right;
  text-align: left;
  padding-left:5%;
  box-sizing: border-box;
}

@media only screen and  (max-width: 810px) {
.footerArea .fright {
  padding-left:3%;
}
}

@media only screen and  (max-width: 568px) {
.footerArea .fleft {
  width:100%;
  display:block;
  margin: 0 auto 0;
}

.footerArea .fright {
  width:100%;
  display:block;
  margin: 0 auto 0;
  padding-left:0;
}
}

.ftr_ttl{
  margin:0 auto;
  color:#6A6A36;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight:400;
  font-size:1.15em;
}

@media only screen and  (max-width: 810px) {
.ftr_ttl{
  font-size:1em;
}
}

@media only screen and  (max-width: 568px) {
.ftr_ttl{
  font-size:1.15em;
}
}

.ftr_ttl img{
  width:100%;
  max-width:450px;
  height:auto;
  margin-bottom:5px;
}

@media only screen and  (max-width: 810px) {
.ftr_ttl img{
  max-width:350px;
}
}

.ft_kobutu{
  margin:5px auto;
  color:#6A6A36;
  font-size:0.85em;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight:400;
}

@media only screen and  (max-width: 568px) {
.ft_kobutu{
  font-size:0.9em;
}
}

.ft_tx{
  margin:3% auto 0;
  color:#6A6A36;
  line-height:1.8;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight:500;
  font-size:1.1em;
}

.ft_tx dl{display:table;}
.ft_tx dt{display:table-cell;}
.ft_tx dd{display:table-cell;padding-left:10px;}

.ft_tx strong{
  font-size:1.4em;
  letter-spacing:.01em;
  font-weight:600;
}

@media only screen and  (max-width: 810px) {
.ft_tx{
  font-size:1em;
  margin:5% auto 0;
  line-height:1.6;
}
}

.ft_tx a {
  text-decoration: none;
  color:#6A6A36;
}
.ft_tx a:hover {
  color:#6A6A36;
  text-decoration:none;
}

.ft_tx2{
  margin:0 auto 2%;
  text-align: left;
  color:#6A6A36;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight:500;
  font-size:1.1em;
}

.ft_tx2 dl{display:table;}
.ft_tx2 dt{display:table-cell;}
.ft_tx2 dd{display:table-cell;padding-left:10px;}

@media only screen and  (max-width: 568px) {
.ft_tx2{
  font-size:1em;
  margin:0 auto 5%;
}
}

.ft_tx2 a {
  text-decoration: none;
  color:#6A6A36;
}
.ft_tx2 a:hover {
  color:#6A6A36;
  text-decoration:underline;
}

footer .copy{
  text-align: center;
  font-size:0.9em;
  color: #6A6A36;
  background:#FFD900;
  padding:5px 0 20px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight:300;
  letter-spacing:0.05em;
}

footer .copy a {
  text-decoration: none;
  color: #6A6A36;
}
footer .copy a:hover {
  color: #6A6A36;
}


#social-icon {
  margin:5px auto;
  font-size:1.2em;
}

@media only screen and  (max-width: 810px) {
#social-icon  {
  margin:5% auto 3%;
  clear:both;
}
}

#social-icon p {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

@media only screen and  (max-width: 810px) {
#social-icon p {
  margin: 0 5px;
}
}

#social-icon i {
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
  background: #FFF;
  line-height: 40px;
  text-align: center;
  color:#6A6A36;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

@media only screen and  (max-width: 568px) {
#social-icon i {
  width: 40px;
  height: 40px;
  line-height: 30px;
}
}

#social-icon i:before { padding 5px; line-height: 40px; }
#social-icon a { text-decoration: none;}
#social-icon a:hover i { background: #6A6A36;color:#FFF;}

@media only screen and  (max-width: 568px) {
#social-icon i:before { padding 5px; line-height: 30px; }}

#social-icon .fline {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

@media only screen and  (max-width: 810px) {
#social-icon .fline {
  margin: 0 5px;
}
}

.fline a {
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
  background: #FFF;
  line-height: 40px;
  text-align: center;
  color:#6A6A36;
  display: flex;
  justify-content: center;
  align-items: center;
  text-indent:-9999px;
}

@media only screen and  (max-width: 568px) {
.fline a {
  width: 40px;
  height: 40px;
  line-height: 30px;
}
}

#social-icon .fline: before { padding 5px; line-height: 40px; }
#social-icon .fline a:hover { background: #6A6A36;color:#FFF;}

@media only screen and  (max-width: 568px) {
#social-icon .fline: before { padding 5px; line-height: 30px; }}

#social-icon .fline span{
  background-size:auto 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/line.png);
  width: 30px;
  height: 30px;
}

@media only screen and  (max-width: 568px) {
#social-icon .fline span{
  background-size:auto 25px;
  width: 25px;
  height: 25px;
}
}

#social-icon .fline:hover span{
  background-image: url(../images/common/line-w.png);
}

/* #spt_navi
--------------------------------------------------------- */
#spt_navi{display:none;}

@media screen and (max-width: 568px) {
#spt_navi{
width:100%;
height:28px;
position:fixed;
top:0;
left:0;
background: #07492F;
z-index: 110;
padding:0;
margin:0;
display:block;
overflow: hidden;
}
}

#spt_navi ul {
	width:100%;
	height:auto;
	display:block;
	border-collapse: separate;
	border-spacing: 0 0;
	padding:0 0;
}

#spt_navi ul li {
	width:25%;
	height:28px;
	display:inline-block;
	text-align:center;
	padding:0;
	border-right:0.05em solid #018652;
	vertical-align:middle;
	box-sizing: border-box;
}

#spt_navi ul li:last-child {
	width:25%;
	border-right: none;
	box-sizing: border-box;
	display:inline-block;
}

#spt_navi li img{
width:auto;
height:16px;
margin:0 auto;
padding:0;
}
#spt_navi li a { display:block;}
#spt_navi li a:hover { opacity: 0.8; }

/* page_top
========================================================================== */
#page_top {
position: fixed;
bottom: 1.5%;
right: 1.5%;
z-index:100;
width:50px;
}

@media screen and (max-width: 568px) {
#page_top {
width:40px;
bottom: 5px;
}
}

#page_top img{
width:100%;
height:auto;
}

.pcHide{display: none;}

/*---------------------------------タブレット---------------------------------------*/
@media screen and (max-width: 810px) {
.pcHide{display: block;}
.tbHide{display: none;}
}

/*---------------------------------スマホ---------------------------------------*/
@media screen and (max-width: 568px) {
.pcHide{display: block;}
.tbHide{display: block;}
.spHide{display: none;}
}

#sub-wrapper {
	width: 100%;
	padding-top:50px;
	padding: 0 auto 1%;
	line-height:1.6;
	min-height: 60vh;
}

.contents {
	width: 100%;
	max-width: 1200px;
	margin:0 auto 3%;
	position: relative;
}

@media screen and (max-width: 1280px) {
.contents {
  max-width: 950px;
}
}

@media screen and (max-width: 810px) {
.contents {
  box-sizing: border-box;
  padding:0 3% 2%;
}
}

@media screen and (max-width: 568px) {
.contents {
  padding:0 2.5% 4%;
}
}

/* .sub_contents
--------------------------------------------------*/
.sub_contents {
	width: 100%;
	max-width:1200px;
	margin: 0 auto;
}

@media only screen and  (max-width: 1280px) {
.sub_contents {
	box-sizing: border-box;
	padding:0 1%;
}
}

@media only screen and  (max-width: 1280px) {
.sub_contents {
	box-sizing: border-box;
	padding:0 1%;
}
}

/* #fixed_reservation
--------------------------------------------------------- */
#fixed_reservation {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(106, 106, 54, 0.95);
  color: #FFF;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 810px) {
#fixed_reservation {
  letter-spacing: 0.05em;
}
}

#fixed_reservation a {
  padding: 20px 18px 20px 15px;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  border: solid 1px #6A6A36;
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 810px) {
#fixed_reservation a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 8px;
  font-size: 13px;
}
}

@media screen and (max-width: 568px) {
#fixed_reservation a {
  padding: 8px 8px 8px 8px;
}
}

#fixed_reservation a p {
  margin-bottom: 10px;
  line-height:1;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight:400;
}

@media screen and (max-width: 810px) {
#fixed_reservation a p {
  margin-bottom: 0px;
}
}

#fixed_reservation p .fa{
  margin-right: 5px;
}

@media screen and (max-width: 810px) {
#fixed_reservation a p {
  margin-right:10px;
}
}

#fixed_reservation a span {
  font-size:1.1em;
  font-family: "Times New Roman";
  text-transform: uppercase;
}


#fixed_reservation a span {
  border: solid 1px #FFF;
  display: block;
  padding: 0.8em 2em;
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-weight: bold;
  transition: all .5s ease;
}

@media screen and (max-width: 810px) {
#fixed_reservation a span {
  font-size:1em;
  padding: 0.4em 1.0em;
}
}

#fixed_reservation a span::before {
  content: '';
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
  background: #FFF;
  position: absolute;
  transition: all .5s ease;
  z-index: -1;
}
#fixed_reservation a:hover span::before {
  left: 0;
}
#fixed_reservation a:hover span {
  color: #6A6A36;
}
#fixed_reservation a small {
  padding: 1em 0 0;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}

.cf:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;
  clear: both; 
  visibility:hidden;
}

.cf{
  display: inline-block;
} 
/* Hides from IE Mac */
* html .cf{
  height: 1%;
}

.cf{
  display:block;
}