@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 10px;
}

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  /*font-size:100%;*/
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  
}

*,
::before,
::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-width: 1020px;
  font-family: 'Montserrat',Arial,Helvetica,"微軟正黑體","Microsoft JhengHei","黑體-繁","Heiti TC",sans-serif;
  font-size: 1.4rem;
  color: #615b5c;
  line-height: 2.0;
  letter-spacing: 0.1rem;
}

a {
  color: #fff;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
a.line_a{
  color: #3c3228;
  display: inline-block;
}
a.line_a:hover{
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  transform: scale(1.05);
  color: brown;
}
a.ln{
  color: #fff;
}
a.access-a{
  font-weight: bolder;
  display: block;
  color:red; 
}
a.access-a:hover{
  text-decoration: none;
}
span.emphasize-red{
  color: red;
  font-weight: bolder;
}
a:hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;

}
a.inline {
  display: inline;
}
a.clickmore{
  color:  red;
  font-weight: bolder;
}
.opa {
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.opa:not(.not):hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.googlemap_icon{
  display: inline-block;
  width: 30px;
  margin-right: 5px;
}
.image img {
  max-width: 100%;
  height: auto;
}

.flex {
  display: -webkit-flex;
  display: flex;
}

.pc_on {
  display: inline;
}

.sp_on {
  display: none;
}

.hidden {
  display: none;
}

.sc {
  position: relative;
}
.bold_brown{
  font-size: bold;
  color:red;
}
.pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 90px;
  bottom: 20px;
  z-index: 100;
}
.pagecontact {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 1000;
}
.pagetop1 {
  display: none;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 100;
}
 .google{
    width: 320px;
    position: absolute;
    right: 620px;
    top: 156px;
    z-index: 999;
  }
.pagetop a {
  display: block;
}
.pagetop1 a {
  display: block;
}
.map109{
  width:980px;
  height:600px;   
  margin:0 auto; 
  margin-bottom: 20px;    
}
.YT_video{
  margin: 0 auto;
}
.youtube_box, .ig_box{
  display: flex;
  justify-content: center;
}

.youtube_video_size{
  width: 90%;
  height:315px;
}
.contact_form{
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
}
.autocheckin .button{
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
.autocheckin .button button{
  display: block;
  width: 70px;
  margin-top:10px;
  margin-left: 15px;
  
  color: white;
  background: #3c3228;
  font-size: 1.6rem;
  font-weight: bolder;
}
#upload_div{
  width: 500px;
  margin: 10px auto;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #000033;
  border-right-color: #000033;
  border-bottom-color: #000033;
  border-left-color: #000033;
  background-color: #FFFFFF;
}
#upload_div .header_main{
  text-align: center;
  background: #3c3228;
  color: #fff;
}
#f1_upload_process{
   z-index:100;
   visibility:hidden;
   position:absolute;
   text-align:center;
   width:500px;
}
#counter-stats {
  display: flex;
  justify-content: center;
  margin-bottom:80px;
}
.alert_word{
  text-align: center;
    margin: 0 auto;
    color: #f22222;
    font-size: 1.5rem;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.comment_box_main{
  width: 25%;
  float: left;
}
.comment_box_main h4{
  line-height: 1.5;
  font-size: 2rem;
  width: 100%;
}
.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats .fa {
  color: #008080;
  font-size: 60px;
}
.logo_image{
  height: 40px;
}
.logo_image img{
  height: 40px;
  margin-bottom: 25px;
  padding: 5px;
}
.two_photo{
  display: flex;
  justify-content: center;
  margin: 10px;
}
.two_photo_inner img{
  max-width: 600px;
}
.two_photo_inner{
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    max-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }
  .comment_box_main{
  width: 50%;
  float: left;
  margin: 10px 0;
  }
  #counter-stats {
  display: flex;
  justify-content: center;
  margin-bottom:20px;
}
  .pagetop {
    width: 55px;
    bottom: 80px;
    right: 18.5px;
  }

 .pagetop1 {
    display: none;
  }
  .google{
    right: 62px;
    top: -6px;
    width: 183px;
    height: 20px;
    z-index: 9999;
    position: fixed;
    display: none;
  }
  .two_photo{
    flex-direction: column;
    align-content: center;
    margin: 10px;
  }
  .two_photo_inner img{
    max-width: 100%;
    padding: 0;
  }
  .two_photo_inner{
    padding: 1px;
    margin: 10px 0;
  }
  .opa:not(.not):hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }

  .pc_on {
    display: none;
  }

  .sp_on {
    display: inline;
  }
  .map109{
   width:100%;
   height:300px;   
  }
  #upload_div{
    width: 100%;
    padding: 5px;
  }
  #f1_upload_process{
    width: 100%;
    padding: 5px;
  }
}
@media screen and (max-width: 330px) and (min-width: 300px){
    .google{
    right: 62px;
    top: -6px;
    width: 150px;
    height: 20px;
    z-index: 9999;
    position: fixed;
  }
}
.mode_wp #header {
  top: 0;
}
/*手機板樣式設定*/
@media screen and (max-width: 768px) {
  .mode_wp #header {
    top: 46px;
  }
  .mode_wp .panel_btn_box {
    top: 61px;
  }
}
@media screen and (max-width: 600px) {
  .mode_wp #header {
    top: 0;
  }
  .mode_wp .panel_btn_box {
    top: 15px;
  }
}

.postbody a {
  display: inline;
}

#wrap {
  background: #ffffff;
  line-height: 1.8;
  font-size: 1.4rem;
}

.inner_wrap {
  width: 980px;
  padding: 0;
  margin: 0 auto;
}
.centerbolder {
  text-align: center;
  font-weight: bolder;
}
.boldertext{
  font-weight: bolder;
} 
.marker01 {

  background: url("images/marker01.jpg") left bottom repeat-x;
  background-size: auto 8px;
  padding: 0 0 1px;
  font-weight: bold;
}

.infiniteslide {
  display: none;
}

@media screen and (max-width: 767px) {
  #wrap {
    line-height: 1.6;
    font-size: 1.4rem;
  }

  .inner_wrap {
    width: 100% !important;
    padding: 0 20px !important;
  }

  .post_nav {
    margin: 30px auto 0;
  }
  .post_nav .nav_box a {
    font-size: 1.4rem;
  }
  .post_nav .left_box a {
    padding-right: 10px;
  }
  .post_nav .right_box a {
    padding-left: 10px;
  }
}
.title_type01 {
  padding: 0 0 24px;
  margin: 30px auto 30px;
  color: #3c3228;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.3em;
  position: relative;
}
.title_type01::after {
  content: "";
  background: url("images/title_deco01.png") center bottom no-repeat;
  background-size: 110px 8px;
  width: 110px;
  height: 8px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.title_type {
  font-weight: bold;
  color: #3c3228;
  font-size: 2.2rem;
  margin: 10px;
}
.title_type_suggestion_area {
  font-weight: bold;
  color: #3c3228;
  font-size: 2.2rem;
  margin: 10px;
}
.title_type00 {
  padding: 0 0 24px;
  margin: 30px auto 30px;
  color: #3c3228;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.3em;
  position: relative;
}
/*標題說明文字*/
.title_type05 {
  padding: 0 0 12px;
  margin: 10px auto 5px;
  color: #3c3228;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.3em;
  position: relative;
}
/*合作廠商區塊*/
.title_type002 {
  margin: 10px auto 10px;
  color: #3c3228;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.3em;
  position: relative;
}
.brand_area{
  padding-bottom: 50px;
}
.brand_area p{
  padding-left: 4px;
}
.title_typeh3 {
  padding: 0 0 24px;
  margin: 30px auto 30px;
  color: #3c3228;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.3em;
  position: relative;
}
.title_type_small_figure {
  padding: 0 0 24px;
  margin: 30px auto 30px;
  color: #3c3228;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.3em;
  position: relative;
}
.title_typenorthgate {
  padding: 0 0 24px;
  margin: 30px auto;
  color: #3c3228;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.3em;
  position: relative;
}
.title_type001 {
  padding: 0 0 24px;
  margin: 30px 90px;
  color: #3c3228;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.title_type01 .top {
  font-size: 2.2rem;
  line-height: 1.0;
  letter-spacing: 0.3em;
}
.title_type01 .bottom {
  margin: 10px auto 0;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.3em;
}
.title_type01 .icon {
  margin: 0 auto 15px;
  font-size: 4.6rem;
}

.title_type02 {
  padding: 0 0 24px;
  margin: 0 auto 30px;
  color: #ffffff;
  text-align: center;
  line-height: 1.0;
  position: relative;
}
.title_type02::after {
  content: "";
  background: url("images/title_deco02.png") center bottom no-repeat;
  background-size: 110px 8px;
  width: 110px;
  height: 8px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.title_type02 .top {
  font-family: 'Montserrat',Arial,Helvetica,"微軟正黑體","Microsoft JhengHei","黑體-繁","Heiti TC",sans-serif;
  font-size: 2.2rem;
  line-height: 1.0;
  letter-spacing: 0.3em;
}
.title_type02 .bottom {
  margin: 10px auto 0;
  font-family: 'Montserrat',Arial,Helvetica,"微軟正黑體","Microsoft JhengHei","黑體-繁","Heiti TC",sans-serif;
  font-size: 2.4rem;
  line-height: 1.0;
  letter-spacing: 0.25em;
}

.title_type03 {
  margin: 0 auto 40px;
  color: #3c3228;
  font-weight: bold;
  text-align: center;
}
.title_type03 .top {
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  display: block;
}
.title_type03 .bottom {
  margin: 10px auto 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.4;
  display: block;
}

.btn {
  margin: 0 auto;
  text-decoration: none;
  display: block;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn span {
  display: inline-block;
}

.btn_type01 {
  background: #847072;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 200px;
  height: 60px;
  padding: 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.18em;
  line-height: 60px;
}
.btn_type01:visited {
  color: #ffffff;
}
.btn_type01 span {
  position: relative;
  margin: 0 25px 0 0;
}
.btn_type01 span::after {
  content: "";
  background: url("images/arrow_right02.jpg") center no-repeat;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
}
.btn_type01 span:hover {
  color: #ffffff;
  opacity: 1.0;
}
.btn_type01 .fa {
  margin-right: 6px;
  font-size: 1.8rem;
  vertical-align: -1px;
}

.btn_type02 {
  background: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 270px;
  height: 50px;
  padding: 0;
  color: #3c3228;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.18em;
  line-height: 50px;
}
.btn_type02:visited {
  color: #3c3228;
}
.btn_type02 span {
  position: relative;
  margin: 0 25px 0 0;
}
.btn_type02 span::after {
  content: "";
  background: url("images/line-icon.jpg") center no-repeat;
  background-size: 25px auto;
  width: 25px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
}
.btn_type02 span:hover {
  color: #3c3228;
  opacity: 1.0;
}
.btn_type02 .fa {
  margin-right: 6px;
  font-size: 1.8rem;
  vertical-align: -1px;
}

.box_type01 {
  border-bottom: 12px solid #3c3228 !important;
  border-right: 12px solid #3c3228 !important;
  position: relative;
}
.box_type01::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 0 12px 12px 0px;
  border-style: solid;
  border-color: #3c3228;
  border-bottom-color: #FFF;
}
.box_type01::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -12px;
  width: 0;
  height: 0;
  border-width: 0px 12px 12px 0px;
  border-style: solid;
  border-color: #FFF;
  border-bottom-color: #3c3228;
}
.text_area{
  text-align: center;
  color:#3c3228;
  font-size: 1.5rem;
}
.autocheckin_area{
  padding-bottom: 100px;
}
/*包層整層住宿區*/
  .whole_floor{
    /* CSS 變數 */
    --bg:#f3f5f7;
    --card:#ffffff;
    --text:#1f2937;
    --muted:#6b7280;
    --brand:#0ea5e9; /* 若未來想改邊框 hover 光暈可用 */
    --shadow:0 8px 24px rgba(0,0,0,.08);
    --radius:16px;

    /* coffee palette */
    --coffee:#a47148;
    --coffee-deep:#5c3a21;

    display:grid; grid-template-columns:1fr; gap:20px; max-width:1200px; margin:24px auto; padding:0 12px;
    color:var(--text);
  }
  @media (min-width: 768px){
    .whole_floor{ grid-template-columns:repeat(3,1fr); }
  }

  /* 卡片與媒體 */
  .whole_floor .card{ width:100%; background:var(--card); border-radius:calc(var(--radius) + 4px); box-shadow:var(--shadow); overflow:hidden; }
  .whole_floor .media{ position:relative; aspect-ratio: 4 / 3; background:#e5e7eb; }
  .whole_floor .media img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }

  /* 縮圖區 */
  .whole_floor .thumbs{ display:grid; grid-template-columns:repeat(3,1fr); gap:8px; padding:8px 12px 0; }
  .whole_floor .thumb{ position:relative; height:68px; border-radius:12px; overflow:hidden; }
  .whole_floor .thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
  .whole_floor .thumb.badge::after{
    content:"8 pictures\a View all"; white-space:pre; font-weight:600; letter-spacing:.2px;
    display:grid; place-content:center; text-align:center; line-height:1.1;
    position:absolute; inset:0; color:#fff; background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.55));
  }

  /* 內容區 */
  .whole_floor .content{ padding:12px 16px 16px;  }

  .whole_floor .cta a:hover {text-decoration:none;}
  .whole_floor h2{ font-size:22px; margin:4px 0 8px 0; line-height:1.5; text-align:center;font-weight:bolder; height:2.5em; }
  .whole_floor .quote{ margin:0; color:var(--text); font-size:16px; line-height:1.6; text-align:center; font-weight:bolder; }
  .whole_floor .quote em{ font-style:normal;font-weight:bold; quotes:"\201C" "\201D"; }
  .whole_floor .quote em::before{ content:open-quote; }
  .whole_floor .quote em::after{ content:close-quote; }

  .whole_floor .meta{ margin-top:12px; display:grid; gap:8px; color:var(--muted); }
  .whole_floor .row{ display:flex; align-items:center; gap:8px; font-weight:bolder;  }
  .whole_floor .row svg{ flex:0 0 18px; opacity:.85 }
  .whole_floor .inline{ display:flex; align-items:center; gap:16px; flex-wrap:wrap; font-weight:bolder; }
  .whole_floor .inline span{ display:inline-flex; align-items:center; gap:6px; }
  .whole_floor .badge-dot{ display:inline-block; width:6px; height:6px; background:#cbd5e1; border-radius:999px; margin:0 6px }

  .whole_floor .divider{ height:1px; background:#eef0f3; margin:8px 0 0 }

  /* CTA 按鈕：咖啡色由左至右動態變色 */
  .whole_floor .cta{ display:flex; justify-content:center; align-items:center; gap:8px; margin:14px 16px 16px; }
  .whole_floor .cta a:hover {text-decoration:none;}
  .whole_floor .btn{ appearance:none; border:none; background:#fff; color:var(--coffee); font-weight:600; cursor:pointer; width:280px;
                     border:2px solid var(--coffee); border-radius:999px; padding:12px 18px; transition:.3s ease; position:relative; overflow:hidden; z-index:999; font-size: 24px; }
  .whole_floor .btn::before{ content:""; position:absolute; inset:0; background:var(--coffee-deep); transform:scaleX(0); transform-origin:left; transition:transform .35s ease; z-index:-1 }
  .whole_floor .btn *{ position:relative; z-index:999 }
  .whole_floor .btn:hover{ color:#fff; border-color:var(--coffee-deep); box-shadow:0 0 0 4px rgba(92,58,33,.15) }
  .whole_floor .btn:hover::before{ transform:scaleX(1) }
  .whole_floor .btn svg{ margin-left:6px }
  /* 確保箭頭在 hover 時也變白（雙保險） */
  .whole_floor .btn:hover svg path{ stroke:#fff; }


@media screen and (max-width: 767px) {
  .title_type01 {
    font-size: 2.0rem;
    margin-top: 20px;
  }
  .title_type00 {
    font-size: 1.6rem;
    margin-top: 20px;
    border: 1px solid #3c3228;
    padding: 10px;
  }
  .title_type05 {
    font-size: 1.4rem;
    margin-top: 20px;
    border: 1px solid #3c3228;
    padding: 10px;
  }
  .title_typeh3 {
    font-size: 1.4rem;
    margin-top: 20px;
    border: 1px solid #3c3228;
    padding: 10px;
  }
  .title_type001 {
    font-size: 1.6rem;
    margin-top: 20px;
    border: 1px solid #3c3228;
    padding: 10px;
    margin: 30px 0 30px;
  }
  .title_type_small_figure {
    font-size: 2.0rem;
    margin-top: 20px;
    padding: 10px;
  }
  .title_type_suggestion_area{
    padding: 0 0 24px;
    margin: 30px auto 30px;
    color: #3c3228;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.3em;
    position: relative;
  }
  .title_type01 .top {
    font-size: 2.0rem;
  }
  .title_type01 .icon {
    font-size: 3.8rem;
  }

  .title_type02 {
    font-size: 2.0rem;
  }
  .title_type02 .top {
    font-size: 2.0rem;
  }

  .title_type03 {
    margin: 0 auto 30px;
  }
  .title_type03 .top {
    font-size: 2.5rem;
  }
  .title_type03 .bottom {
    font-size: 1.6rem;
  }

  .box_type01 {
    border-bottom: 6px solid #3C3228 !important;
    border-right: 6px solid #3c3228 !important;
  }
  .box_type01::before {
    bottom: -6px;
    border-width: 0 6px 6px 0px;
  }
  .box_type01::after {
    right: -6px;
    border-width: 0px 6px 6px 0px;
  }
  
}
@media screen and (max-width: 340px) and (min-width: 300px){
  .title_type01 {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
#header {
  background: #ffffff;
  width: 100%;
  position: relative;
}
#header #language{
  position: relative;
  width: 100%;
  background: #615b5c;
  z-index: 1001;
}
#header #language ul{
  display: flex;
  justify-content: center;
  width: 100%;
}
#header #language ul li{
  margin: 0 20px;
}
#header #fix_nav{
  position: fixed;
  width: 100%;
  background: #746E6F;
  z-index: 1000;
}
#header #fix_nav ul{
  display: flex;
  justify-content: center;
}
#header #fix_nav ul li{
  margin: 0 20px;
}
#header .header {
  width: 980px;
  padding: 50px 0;
  margin: 0 auto;
  position: relative;
}
#header .header .logo a{
    background-image: url(images/h_logo_phone.png);
    background-size: cover;
    background-position: center;
    float: left;
    height: 120px;
    margin-right: 40px;
    width: 160px;
    display: block;
}
#header .header .phone-size{
  display: none;
}
#header .header .nav_area{
  display: flex;
  top: -27px;
  left: -70px;
  position: relative;
}
#header .header .nav_area .nav_list {
  display: -webkit-flex;
  display: flex;
  margin-left: 9%;
}
#header .header .nav_area .nav_list li {
  width: 38px;
  height: 140px;
  margin: 0 10px;
  position: relative;
}
#header .header .nav_list2 {
  display: -webkit-flex;
  display: flex;
  margin-left: 2%;
}

#header .header .nav_area .nav_list li a {
    background: url(images/icon_nav.jpg) center top 10px no-repeat;
    background-size: 3px auto;
    padding: 47px 3px 0;
    color: #3c3228;
    font-size: 1.5rem;
    text-decoration: none;
    line-height: 38px;
    vertical-align: middle;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: -3px;
    right: 0;
}
#header .header .nav_area .nav_list li a:hover {
  top: 5px;
}
#header .h_info {
  width: 85px;
  position: absolute;
  top: -100%;
  right: 380px;
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#header .h_info img {
  border-radius: 3px;
}
#header .h_info a{
  position: absolute;
    top: -15px;
}
#header .h_info.active {
  top: 26px;
}
#header .h_info02 {
  width: 320px;
  position: absolute;
  top: 14px;
  right: 20px;
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#header .h_info02 ul{
  display: flex;
  justify-content: center;
  margin-top: 17px;
}

#header .h_info02 img {
  border-radius: 3px;
}
#header .h_phone {
 width: 40px;
    position: absolute;
    top: 155px;
    right: 22px;
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#header .h_info02.active {
  top: -25px;
}

#header .icon li{
  width: 35px;
  margin: 0 15px;
  padding-top: 10px;
  float: left;
}

@media screen and (max-width: 1200px) {
  #header .header .logo {
    margin: 0 30px 0 0;
  }
  #header .header .nav_area .nav_list li {
    margin: 0 1px;
  }
  #header .header .nav_area{
  display: flex;
  top: -35px;
  left: -50px;
  position: relative;
  }

}
@media screen and (max-width: 1920px) and (min-width: 1361px){
  .google {
    width: 320px;
    position: absolute;
    right: 620px;
    top: 156px;
    z-index: 999;
  }
}
@media screen and (max-width: 1360px) and (min-width: 1024px){
  .google {
    width: 320px;
    position: absolute;
    right: 500px;
    top: 147px;
    z-index: 999;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px){
  .google {
    width: 320px;
    position: absolute;
    right: 250px;
    top: 147px;
    z-index: 999;
  }
  #header #fix_nav ul li{
  margin: 0 10px;
  }
  #header #fix_nav ul li a{
  font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 1100;
  }
  #header .header {
    display: flex;
    width:  320px;
    padding: 10px 20px;


  }
  #header .header .logo {
    width: auto;
    margin: 0;
  }
  #header .header .logo a {
    height: 60px;
    width: 90px;
    margin-top: -5px;
    background-image: url(images/h_logo_phone.jpg);
    margin: 0 12px 0 0;
  }
  #header .header .logo img {
    width: auto;
    max-height: 100%;
  }
  #header .header .phone-size{
    /*display: block;*/
    margin-left: 3%;
}
  #header .header .nav_area {
    display: none;
  }
  #header .h_info {
    display: none;
  }
  #header .h_info02{
	 display: none;
	}
  #header .header .h2logo {
    height: 45px;
  }
  #header #language{
    display: none;
  }
   #header #fix_nav{
    display: none;
  }
}
@media screen and (max-width: 340px) and (min-width: 300px){
 #header {
    width: 320px;
 }
}
@media screen and (max-width:1024px) and (min-width:600px) {

#header .header .nav_area .nav_list {
margin-left: 0%;
 }
} 
@media screen and (max-width:600px) and (min-width:400px) {
    #header .header .phone-size{
 
    margin-left: 5%;
 }
}
@media screen and (max-width:330px) and (min-width:300px) {
  #header .header .phone-size{
    margin-left: 1%;
  }
}
.f_copyright{
  display: flex;
  justify-content: center;
}
.f_copyright .counter{
    position: relative;
    top: 20px;
    left: -160px;
}
@media screen and (max-width:1024px) and (min-width:767px) {
  .f_copyright .counter{
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
.f_copyright .counter{
  top: 60px;
  left: 20px;
 }
}
/*頁尾區*/
#footer {
  padding: 0;
}
#footer .contact_area {
  background: #eeeaea;
  padding: 50px 0;
  position: relative;
}
#footer .contact_area::before {
  content: "";
  background: url("images/tree05.png") center no-repeat;
  background-size: 93px 125px;
  width: 120px;
  height: 137px;
  position: absolute;
  top: -110px;
  right: 22px;
}
#footer .contact_area .area_head {
  width: 285px;
  padding: 40px 0 0;
  margin: 0 auto;
  color: #3c3228;
  font-size: 2.0rem;
  text-align: center;
  letter-spacing: 0.22em;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 1;
}
#footer .contact_area .area_head::before {
  content: "";
  background: url("images/title_bg03.jpg") center top no-repeat;
  background-size: 285px 72px;
  width: 285px;
  height: 70px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#footer .contact_area .block_wrap {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
}
#footer .contact_area .block_wrap .block {
  background: url("images/dotted01.jpg") right top repeat-y;
  background-size: 3px auto;
  width: 25.3%;
  padding: 10px 0;
  text-align: center;
}
#footer .contact_area .block_wrap .block .block_head {
  background: #ffffff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 200px;
  height: 40px;
  margin: 0 auto 25px;
  color: #3c3228;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  letter-spacing: 0.25em;
}
#footer .contact_area .block_wrap .block .number {
  color: #3c3228;
  font-family: 'Montserrat',Arial,Helvetica,"微軟正黑體","Microsoft JhengHei","黑體-繁","Heiti TC",sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  line-height: 1.1;
  display: flex;
  justify-content: center;
}
#footer .contact_area .block_wrap .block .number .fa {
  margin: 0 3px 0 0;
}
#footer .contact_area .block_wrap .block .text {
  margin: 20px auto 0;
  letter-spacing: 0.05em;
  line-height: 2.0;
}
#footer .contact_area .block_wrap .block .fa-fax {
  font-size: 2.2rem;
}
#footer .contact_area .block_wrap .left_block {
  padding-right: 40px;
}
#footer .contact_area .block_wrap .center_block {
  width: 360px;
}
#footer .contact_area .block_wrap .right_block {
  background-image: none;
  padding-left: 30px;
}
#footer .contact_area .block_wrap .right_block .line_a{
  color: #3c3228;
}
#footer .info_area {
  width: 100%;
  height: 600px;
  color: #ffffff;
  position: relative;
}
#footer .info_area .map_block {
  background: #ffffff;
  width: calc(100% - 525px);
  height: 100%;
  position: relative;
  z-index: 2;
}
#footer .info_area .map_block .map_box {
  height: 100%;
}
#footer .info_area .info_block {
  background: #B19F8B;
  width: 525px;
  height: 100%;
  padding: 50px 55px 0 55px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
#footer .info_area .info_block .top_box .box_head {
  background: url("images/icon_car.png") left center no-repeat;
  background-size: 26px auto;
  /*height: 60px;*/
  padding: 0 0 0 53px;
  margin: 0 0 25px;
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: 0.25em;
  line-height: 60px;
  position: relative;
}
#footer .info_area .info_block .top_box .box_head::before, #footer .info_area .info_block .top_box .box_head::after {
  content: "";
  background: center no-repeat;
  background-size: 34px 12px;
  width: 34px;
  height: 12px;
  position: absolute;
  left: 45px;
}
#footer .info_area .info_block .top_box .box_head::before {
  background-image: url("images/line_top.png");
  top: 0;
}
#footer .info_area .info_block .top_box .box_head::after {
  background-image: url("images/line_bottom.png");
  bottom: 0;
}
#footer .info_area .info_block .top_box .text {
  text-align: justify;
  letter-spacing: 0;
  line-height: 2.0;
}
#footer .info_area .info_block .bottom_box {
  border-top: 1px solid #ffffff;
  margin: 5px 0 0;
  padding: 15px 0 0;
  overflow: hidden;
}
#footer .info_area .info_block .bottom_box .logo {
  float: left;
  width: 120px;
  margin: 0 36px 0 0;
}
#footer .info_area .info_block .bottom_box .textbox .name {
  font-size: 1.6rem;
  font-weight: bold;
}
#footer .info_area .info_block .bottom_box .textbox .address {
  margin: 4px 0 0;
  font-size: 1.4rem;
}
#footer .info_area .info_block .info_list {
  margin: 35px 0 0;
  display: -webkit-flex;
  display: flex;
}
#footer .info_area .info_block .info_list li {
  width: 110px;
  margin: 0 35px 0 0;
}
#footer .info_area .info_block .info_list li:last-child {
  margin-right: 0;
}
#footer .nav_area {
  padding: 30px 0 0;
}
#footer .nav_area img{
  border-radius:  3px;
}
#footer .nav_area .link_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
#footer .nav_area .link_list .fb {
  width: 35px;
  margin: 0 5px;
}
#footer .nav_area .f_nav {
  padding: 22px 0 0;
}
#footer .nav_area .f_nav .nav_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
#footer .nav_area .f_nav .nav_list li {
  margin: 0 6px;
}
#footer .nav_area .f_nav .nav_list li a {
  color: #3c3228;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.0;
}
#footer .nav_area .f_nav .nav_list li a:hover{
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#footer .copyright {
  padding: 25px 0 18px;
  color: #756c6b;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
  display: block;
}
#footer .copyright-phone{
  display: none;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0 0 50px;
  }
  #footer .contact_area {
    padding: 20px 0 30px;
  }
  #footer .contact_area::before {
    background-size: 60px auto;
    width: 60px;
    height: 89px;
    position: absolute;
    top: -50px;
    right: 20px;
    z-index: 2;
  }
  #footer .contact_area .area_head {
    width: 185px;
    padding: 25px 0 0;
    font-size: 1.6rem;
    top: -50px;
  }
  #footer .contact_area .area_head::before {
    background-size: 185px 50px;
    width: 185px;
    height: 50px;
  }
  #footer .contact_area .block_wrap {
    width: 100%;
    margin: 0 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #footer .contact_area .block_wrap .block {
    background: url("images/dotted02.jpg") left bottom repeat-x;
    background-size: auto 2px;
    width: 100%;
    padding: 30px 0;
  }
  #footer .contact_area .block_wrap .left_block {
    padding-right: 0;
  }
  #footer .contact_area .block_wrap .center_block {
    width: 100%;
  }
  #footer .contact_area .block_wrap .right_block {
    background: none;
    padding-left: 0;
  }
  #footer .info_area {
    height: auto;
  }
  #footer .info_area .map_block {
    width: 100%;
    height: 300px;
  }
  #footer .info_area .map_block .map_box {
    height: 300px;
  }
  #footer .info_area .info_block {
    width: 100%;
    height: auto;
    padding: 40px 20px;
    position: static;
  }
  #footer .info_area .info_block .top_box .box_head {
    background-size: 20px auto;
    padding: 0 0 0 35px;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
  #footer .info_area .info_block .top_box .box_head::before, #footer .info_area .info_block .top_box .box_head::after {
    left: 25px;
  }
  #footer .info_area .info_block .bottom_box .logo {
    float: none;
    width: 100px;
    margin: 0 auto;
  }
  #footer .info_area .info_block .bottom_box .textbox {
    text-align: center;
  }
  #footer .info_area .info_block .bottom_box .textbox .name {
    margin: 20px 0 0;
  }
  #footer .info_area .info_block .info_list {
    margin: 35px 0 0;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #footer .info_area .info_block .info_list li {
    width: 110px;
    margin: 0 15px 0 0;
  }
  #footer .nav_area {
    padding-bottom: 10px;
    padding-top: 0;
    border-bottom: 2px dotted;
  }
  #footer .nav_area .link_list .fb {
    width: 36px;
    margin: 5px;
    padding-top: 5px;

  }
  #footer .f_nav {
    display: none;
  }
  .brand_area p {
    display: none;
  }
  #footer .nav_area .phone_noshow {
    display: none;
  }
  #footer .copyright {
    padding: 15px 70px 15px 0px;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }

}

/* 自助入住按鈕：預設電腦版不顯示 */
.mobile-self-checkin-box {
  display: none;
}

/* 手機版顯示 */
@media screen and (max-width: 768px) {

  .mobile-self-checkin-box {
    display: block;
    position: fixed;

    /* 控制寬度，避免擋到右側 GO TOP */
    left: 88px;
    right: 78px;

    /* 控制在「私訊訂房與聯絡我們」上方 */
    bottom: 64px;

    z-index: 99999;
  }

  .self-checkin-expanded {
    display: block;
    position: relative;
  }

  .mobile-self-checkin-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    background-color: #ffffff;
    color: #3f3333;
    text-decoration: none;

    /* 左邊預留空間給 X */
    padding: 12px 12px 12px 32px;

    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  }

  .mobile-self-checkin-btn:hover,
  .mobile-self-checkin-btn:active,
  .mobile-self-checkin-btn:visited {
    color: #3f3333;
    text-decoration: none;
  }

  .self-checkin-icon {
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    letter-spacing: 0;
  }

  .self-checkin-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
  }

  .self-checkin-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    white-space: nowrap;
  }

  .self-checkin-subtitle {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }

  /* 左上角 X 關閉按鈕 */
  .self-checkin-close {
    position: absolute;
    top: -9px;
    left: -9px;

    width: 24px;
    height: 24px;

    border: none;
    border-radius: 50%;
    background-color: #8f7779;
    color: #ffffff;

    font-size: 18px;
    line-height: 24px;
    text-align: center;

    cursor: pointer;
    z-index: 100000;
    padding: 0;
  }

  /* 縮小後的小按鈕 */
  .self-checkin-mini {
    display: none;
    position: fixed;

    /* 縮小後顯示在「私訊訂房與聯絡我們」左上方 */
    left: 12px;
    bottom: 64px;

    background-color: #ffffff;
    color: #3f3333;
    border: none;
    border-radius: 4px 4px 0 0;

    padding: 8px 12px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    z-index: 99999;
  }

  .self-checkin-mini:hover,
  .self-checkin-mini:active {
    color: #3f3333;
    background-color: #ffffff;
  }
}

.sp_fixed_nav {
  background: #847072;
  height: 50px;
  color: #ffffff;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  display: none;
}
.sp_fixed_nav a:visited {
  color: inherit;
}
.sp_fixed_nav .contact {
    padding: 5px 5px 0;
    font-size: 14px;
    letter-spacing: 0.26em;
}
.FBimage{
  width: 35px;
  top: 8px;
  left: 4px;
  position: relative;
}
.IGimage{
    width: 30px;
    top: 10px;
    left: 5px;
    padding: 0 2px;
    position: relative;
}
.park_109{
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .park_109{
  padding-left: 0px;
}
  .sp_fixed_nav {
    display: flex ;
    justify-content:  center; 
    width: 100%;
  }
  .sp_fixed_nav img {
  border-radius: 5px;
  }
  .phonesearch{
    width:  100%;
    z-index: 999;
  }
}
@media screen and (max-width:340px) and (min-width:300px) {
  .sp_fixed_nav {
    display: flex ;
    width: 320px;
    justify-content:  center; 
  }
  .sp_fixed_nav .order5s {
    position: relative;
    margin-left: -65px;
  }
}

.panel_btn_box, .panel_wrap {
  display: none;
}

@media screen and (max-width: 767px) {

  .panel_btn_box {
    width: 40px;
    height: 45px;
    display: block;
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 1100;
  }
  .panel_btn_box .panel_btn .btn_open {
    display: block;
  }
  .panel_btn_box .panel_btn .btn_close {
    display: none;
  }
  .panel_btn_box .panel_btn.panel_close .btn_open {
    display: none;
  }
  .panel_btn_box .panel_btn.panel_close .btn_close {
    display: block;
  }
  .panel_btn_box .panel_btn:hover::after {
    display: none;
  }

  .panel_overlay {
    background: #847072;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
  }

  .panel_area .panel_wrap {
    width: 100%;
    padding: 0 0 30px;
    margin: 0;
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
    overflow-y: scroll;
    -webkit-overflow-scroling: touch;
    display: none;
  }
  .panel_area .panel_wrap.mode_open {
    display: block;
  }
  .panel_area .nav_block {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .panel_area .nav_block .nav_list {
    max-width: 350px;
    padding: 40px 0 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .panel_area .nav_block .nav_language{
    display: flex;
    justify-content: center;
  }
  .panel_area .nav_block .nav_language li{
    margin: 20px 5px;
  }
  .panel_area .nav_block .nav_list li {
    width: 55px;
    max-height: 160px;
    margin: 10px 0 0;
  }
  .panel_area .nav_block .nav_list li a {
    background: url("images/icon_nav02.jpg") center top 5px no-repeat;
    background-size: 1px auto;
    padding: 24px 10px 20px;
    color: #ffffff;
    font-family: 'Montserrat',Arial,Helvetica,"微軟正黑體","Microsoft JhengHei","黑體-繁","Heiti TC",sans-serif;
    font-size: 1.5rem;
    text-decoration: none;
    line-height: 38px;
    vertical-align: middle;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;


  }
  .panel_area .contact_block {
    width: 229px;
    margin: 40px auto 0;
    color: #ffffff;
    text-align: center;
  }
  .panel_area .contact_block .block_head {
    background-image: url("images/line_left02.png"), url("images/line_right02.png");
    background-position: left bottom, right bottom;
    background-size: 14px 24px, 14px 24px;
    background-repeat: no-repeat no-repeat;
    width: 230px;
    font-size: 1.2rem;
  }
  .panel_area .contact_block .tel {
    margin: 15px auto 0;
    font-family: 'Capriola', sans-serif;
    font-size: 2.2rem;
    letter-spacing: 0.15em;
    line-height: 1.1;
    display: flex;
    justify-content: center;
  }
  .panel_area .contact_block .tel a {
    color: #ffffff;
  }
  .panel_area .contact_block .tel .fa {
    margin: 0 5px 0 0;
  }
  .panel_area .contact_block .time {
    margin: 5px auto 0;
    font-size: 1.1rem;
  }
  .panel_area .btn_box {
    margin: 20px auto 0;
  }
   .panel_area .btn_box img {
    width: 30px;
  }
  .panel_area .link_list {
    margin: 20px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .panel_area .link_list li {
    width: 28px;
    margin: 0 10px;
  }
  .panel_area .FB-M{
    margin: 10px auto;
    width: 40px;
  }
}
@media screen and (max-width:340px) and (min-width:300px) {
  .panel_btn_box {
    width: 35px;
    height: 40px;
    display: block;
    position: fixed;
    top: 13px;
    right: 30px;
    z-index: 1100;
  }
  .panel_area .panel_wrap.mode_open {
    max-width: 320px;
  }
   .panel_area .nav_block .nav_language li{
    margin: 10px 8px;
  }
  .panel_area .nav_block .nav_list {
    max-width: 320px;
    padding: 40px 0 0;
  }
   .panel_area .nav_block .nav_list li {
    width: 50px;
  }
   .panel_area .contact_block {
    margin: 10px auto 0;
  }

}

.contents {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2.0;
}
.blogitem a img {
  border-radius: 10px;
  border: 1px solid #fff;
}
.park_area .blogitem{
  height: 450px;
}
.mainimg{
  opacity: 70%;
}
.contents .image img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}
.contents .number {
  font-family: 'Capriola', sans-serif;
}
.contents .nopost {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}
.contents .mainimg_area_home {
  background-size: cover;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.contents .mainimg_area {
  background-size: cover;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  height: 1200px;
  position: relative;
}
.contents .mainimg_area0 {
  background-size: cover;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  height: 750px;
  position: relative;
}
.contents .mainimg_tour {
  width: 100%;
  position: relative;
}
.contents .mainimg_area1 {
  height: 1000px;
  background-size: cover;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.contents .mainimg_area_home .page_title {
  padding: 100px 20px 0;
  margin: auto;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.contents .mainimg_area .page_title {
  padding: 100px 20px 0;
  margin: auto;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.contents .mainimg_area1 .page_title {
  padding: 100px 20px 0;
  margin: auto;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.contents .mainimg_area_home .page_title .jp {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 2.0;
  letter-spacing: 0.3em;
}
.contents .mainimg_area .page_title .jp {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 2.0;
  letter-spacing: 0.3em;
}
.contents .mainimg_area1 .page_title .jp {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 2.0;
  letter-spacing: 0.3em;
}
.contents .mainimg_area_home .page_title .en {
  font-family: 'Capriola', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.25em;
}
.contents .mainimg_area .page_title .en {
  font-family: 'Capriola', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.25em;
}
.contents .first_area {
  /*padding-top: 80px !important;*/
}
.contents .top_area {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.contents .first_area .jp {
  text-align:  center; 
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2.0;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
  margin-top: 10px;
}
.contents .product_area .jp {
  margin:  0 auto;
  text-align:  center; 
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2.0;
  letter-spacing: 0.3em;
  margin-bottom: 5px;
}
.contents .last_area {
  padding-bottom: 75px !important;
}
.contents .link_area .link_list {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.contents .link_area .link_list li {
  margin: 0 20px;
}
.contents .link_area .link_list li:nth-child(3n) {
  margin-right: 0;
}
.contents .link_area .link_list li a {
  border: 3px solid #3c3228;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 300px;
  height: 50px;
  color: #3c3228;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  letter-spacing: 0.25em;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents .link_area .link_list li a .lift{
    margin: 0 10px;
    position: relative;
    bottom: -8px;
}
.contents .link_area .link_list li a:hover {
  background: #3c3228;
  color: #ffffff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents .link_area .link_list li a .lift:hover {
  background: #ffffff;
  opacity: 0.9;
}
.contents .link_area .link_list li a:hover .icon_mail {
  background-image: url("images/icon_mail_on.jpg");
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contents .link_area .link_list li a .fa {
  margin: 0 6px 0 0;
  font-size: 1.8rem;
}
.contents .link_area .link_list li a .icon_mail {
  background: url("images/icon_mail_off.jpg") center no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 13px;
  margin: 0 6px 0 0;
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
  .oneday_travel{
    margin-top: 50px;
}
#page_concept .mainimg_area {
  background-image: url("images/map/mainmap.jpg");
  background-size: 100% auto;
}
.game_gif{
  margin: 15px auto;
  border-radius: 5px;
  display: block;
  width: 80%;
}
.fb_share {
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}
.fb109page{
  margin: 0 auto;
  width: 100%;
}
.line_share_button{
  padding: 8px 8px;
}
.container {
    display: block;
    position: absolute;
    left: 100px;
    top: 50px;
    color: #3c3228;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
.contents .link_area .link_list li a {
  width: 225px;
  font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .container {
    display: none;
}
  .fb109page{
  margin: 0 auto;
  width: 300px;
}
#page_concept .mainimg_area {
  background-image: url("images/autocheckin/A/wifi_check-out.jpg");
  background-size: 100% auto;
 }
#page_concept .mainimg_area_autocheck {
  background-image: url("images/autocheckin/A/wifi_check-out.jpg");
  background-size: 100% auto;
 }
.contents .mainimg_area_autocheck {
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    height: 290px;
    position: relative;
}
  .contents .top_area {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
  }
  .oneday_travel{
    margin-top: 40px;
  }
  .contents {
    margin-top: 95px;
  }
  .park_area .blogitem{
  height: 550px;
  margin-bottom: 40px;
  }
  #page_concept .text{
    margin: 10px 0; 
    padding: 0 5px;
  }
  #page_concept .text_area{
    margin: 10px 0;
    color: #3c3228;
  }
  #page_concept .text_area h3{
    margin: 5px;
    font-size: 1.4rem;
    font-weight: bolder;
  }
  .contents .mainimg_area {
    height: 480px;
    position: relative;
    background-image: url(images/information/first-figure.jpg);
  }
  .contents .mainimg_area {
    background-image: url("images/concept/design1.jpg");
  }
  .contents .mainimg_area0 {
    height: 290px;
    position: relative;
    background-image: url(images/concept/concept01.jpg);
  }
  .contents .mainimg_tour {
    height: 210px;
    position: relative;
    background-image: url(images/blog/taipeicitytour/mainfigure0.jpg);
  }
  .contents .mainimg_area1 {
    height: 290px;
    position: relative;
    background-image: url(images/access.jpg);
  }
  .contents .mainimg_area_home .page_title {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }  
  .contents .mainimg_area .page_title {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .contents .mainimg_area1 .page_title .jp {
    font-size: 2.4rem;
  }
  .contents .mainimg_area1 .page_title {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .contents .mainimg_area_home .page_title .jp {
    font-size: 2.6rem;
    font-weight: bold;
    top: -110px;
    position: relative;
  }
  .contents .mainimg_area .page_title .jp {
    font-size: 2.6rem;
    font-weight: bold;
    top: -110px;
    position: relative;
  }
  .contents .first_area .jp {
    font-size: 1.6rem;
  }
  .contents .product_area .jp {
  font-size: 1.8rem;
  }
   .first_area .box_title{
    border: 1.5px solid #3c3228;
    width: 150px;
    height: 45px;
    color: #3c3228;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    letter-spacing: 0.25em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 5px auto;
  }
  .concept_area .box_title{
    border: 1.5px solid #3c3228;
    width: 240px;
    height: 45px;
    color: #3c3228;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    letter-spacing: 0.25em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 10px auto;
  }
  .contents .mainimg_area .page_title .en {
    font-size: 1.4rem;
  }
  .contents .mainimg_area_home .page_title .en {
    font-size: 1.4rem;
  }
  .contents .first_area {
    padding-top: 10px !important;
  }
  .contents .last_area {
    padding-bottom: 60px !important;
    text-align: center;
  }
  .contents .product_area .inner_wrap .box_wrap .box{
    display: flex;
    flex-direction: column;
  }
  .contents .product_area .box_title{
      border: 3px solid #3c3228;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 150px;
    height: 45px;
    color: #3c3228;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    letter-spacing: 0.25em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 5px auto;
  }
  .contents .product_area .box_img{
    margin: 10px 0;
  }
  .contents .link_area .link_list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .contents .link_area .link_list li {
    margin: 20px auto 0;
    width: 90%;
  }
  .contents .link_area .link_list li:nth-child(3n) {
    margin-right: auto;
  }
  .contents .link_area .link_list li a {
    width: 280px;
    margin: 0 auto;
  }
  .contents .box01, .contents .box03{
    display: flex; 
    flex-direction: column-reverse; 
    text-align: center; 
  }
  .contents .box02{
    text-align: center; 
  }
}


#page_index .mainimg_area {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}
#page_index .mainimg_area_home {
  width: 100%;
  /*height: 800px;*/
  position: relative;
  overflow: hidden;
}
#page_index .mainimg_area .main_slider {
  overflow: hidden;
}
#page_index .mainimg_area_home .main_slider {
  overflow: hidden;
}
#page_index .mainimg_area .main_slider .slider_item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
}
#page_index .mainimg_area_home .main_slider .slider_item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  
}
#page_index .mainimg_area .main_slider .slider_item img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
}
#page_index .mainimg_area_home .main_slider .slider_item img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  
}
#page_index .mainimg_area .main_slider .slider_item .main_title_box {
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: 0.6em;
  position: absolute;
  top: 40px;
  right: 70px;
}
#page_index .mainimg_area_home .main_slider .slider_item .main_title_box {
  display: none;
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: 0.6em;
  position: absolute;
  top: 4px;
  right: 50px;
}
#page_index .mainimg_area .main_slider .slider_item .textbox span {
  background: #ffffff;
  padding: 17px 7px 5px;
  line-height: 53px;
  z-index: 999;
}
#page_index .mainimg_area_home .main_slider .slider_item .textbox span {
  background: #ffffff;
  padding: 17px 7px 5px;
  line-height: 53px;
  z-index: 999;
}
#page_index .mainimg_area_home .slick-dots {
  bottom: 15px;
}
#page_index .mainimg_area_home .slick-dots li {
  margin: 0 3px;
}
#page_index .mainimg_area_home .slick-dots li.slick-active button:before {
  color: #615b5c;
}
#page_index .mainimg_area_home .slick-dots li button:before {
  color: #eeeaea;
  font-size: 40px;
  opacity: 1;
}
#page_index .mainimg_area_home .mainimg {
  width: 360px;
  height: 323px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
#page_index .mainimg_area .slick-dots {
  bottom: 15px;
}
#page_index .mainimg_area .slick-dots li {
  margin: 0 3px;
}
#page_index .mainimg_area .slick-dots li.slick-active button:before {
  color: #615b5c;
}
#page_index .mainimg_area .slick-dots li button:before {
  color: #eeeaea;
  font-size: 40px;
  opacity: 1;
}
#page_index .mainimg_area .mainimg {
  width: 360px;
  height: 323px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #page_index .mainimg_area {
    height: 500px;
  }
  #page_index .mainimg_area .main_slider .slider_item {
    height: auto;
  }
  #page_index .mainimg_area .main_slider .slider_item img {
    height: auto
  }  
  #page_index .mainimg_area .main_slider .slider_item .textbox {
    font-size: 1.2rem;
    top: 20px;
    right: 20px;
  }
  #page_index .mainimg_area .main_slider .slider_item .textbox span {
    background: #ffffff;
    padding: 10px 3px 5px;
    line-height: 32px;
  }
  #page_index .mainimg_area .mainimg {
    width: 200px;
    height: auto;
    top: 50%;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #page_index .mainimg_area_home {
    height: auto;
  }
  #page_index .mainimg_area_home .main_slider .slider_item {
    height: auto;
  }
  #page_index .mainimg_area_home .main_slider .slider_item img {
    height: auto
  }  
  #page_index .mainimg_area_home .main_slider .slider_item .textbox {
    font-size: 1.2rem;
    top: 20px;
    right: 20px;
  }
  #page_index .mainimg_area_home .main_slider .slider_item .textbox span {
    background: #ffffff;
    padding: 10px 3px 5px;
    line-height: 32px;
  }
  #page_index .mainimg_area_home .mainimg {
    width: 150px;
    height: auto;
    top: 55%;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

#page_index .staff_area .inner_wrap .latest_news{
    padding: 0 0 24px;
    color: #3c3228;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.3em;
    position: relative;
    border-left: solid 10px #3c3228;
}
#page_index .staff_area .latest_area{
  background:#F9F7F7;
  height:   400px;
  overflow:   auto;    
}
#page_index .staff_area .inner_wrap .latest_news::after{
    content: "";
    height: 2px;
    background-color: #3c3228;
    width: 90%;
    position: absolute;
    top: 45px;
    right: 50px;
}

#page_index .staff_area img{
  border-radius: 3px;
}
#page_index .staff_area .inner_wrap .li_news{
  display: flex;
  margin: 10px;
}
#page_index .staff_area .inner_wrap .left_box{
  width: 250px;
  padding-right: 20px
}
#page_index .staff_area .inner_wrap .li_news img{
  width: 100%;
}
#page_index .staff_area .inner_wrap .li_news a{
  font-size:  1.8rem;
}
#page_index .staff_area .inner_wrap .right_box{
  width:  600px;
}
#page_index .staff_area .inner_wrap .news{
    color: #3c3228;
    font-size: 2.2rem;

    line-height: 1.5;
    letter-spacing: 0.2em;
    position: relative;
}
#page_index .blog_area {
  background: url("images/tree01.png") right 10px top 20px no-repeat;
  background-size: 132px auto;
  padding: 60px 0 100px;
}
#page_index .blog_area .area_head {
  width: 286px;
  height: 133px;
  margin: 0 0 0 -15px;
  position: relative;
  z-index: 1;
}
#page_index .blog_area .posts_block {
  padding: 40px 20px 0;
  margin: -44px 0 0;
  display: -webkit-flex;
  display: flex;
}
#page_index .blog_area .posts_block .post_box {
  width: 200px;
  margin: 0 50px 0 0;
}
#page_index .blog_area .posts_block .post_box:last-child {
  margin-right: 0;
}
#page_index .blog_area .posts_block .post_box:nth-child(2n) {
  margin-top: 40px;
}
#page_index .blog_area .posts_block .post_box .link_box {
  text-decoration: none;
}
#page_index .blog_area .posts_block .post_box .img_wrap {
  position: relative;
}
#page_index .blog_area .posts_block .post_box .img_wrap .post_cat {
  background: #615b5c;
  width: auto;
  min-width: 93px;
  height: 30px;
  padding: 0 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.3em;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
}
#page_index .blog_area .posts_block .post_box .meta_box .post_date {
  margin: 15px 0 0;
  color: #aca39c;
  font-size: 1.2rem;
}
#page_index .blog_area .posts_block .post_box .box_title {
  margin: 5px 0 0;
  color: #786b5f;
  font-size: 1.4rem;
  font-weight: bold;
}
#page_index .blog_area .box_img img{
  border-radius: 10px;
  border: 1px solid #fff;
}
#page_index .blog_area .posts_block a:hover{
  transform: scale(1.3);
}

@media screen and (max-width: 767px) {
  #page_index .staff_area .inner_wrap .news{
    color: #3c3228;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    position: relative;
}
#page_index .staff_area .latest_area{
  height:   250px;  
}
#page_index .staff_area .inner_wrap .li_news a{
  font-size:  1.5rem;
}
#page_index .staff_area .inner_wrap .left_box {
  display: none;
}
#page_index .staff_area .inner_wrap .latest_news::after{

    right: 10px;
}
  #page_index .blog_area {
    background-position: right 20px top 30px;
    background-size: 66px auto;
    padding: 60px 0 50px;
  }
  #page_index .blog_area .area_head {
    width: 140px;
    height: auto;
    margin: 0;
  }
  #page_index .blog_area .posts_block {
    width: 100%;
    padding: 20px 0;
    margin: -40px 0 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page_index .blog_area .posts_block .post_box {
    width: calc(50% - 10px);
    margin: 30px 20px 0 0;
  }
  #page_index .blog_area .posts_block .post_box:nth-child(2n) {
    margin: 30px 0 0 0;
  }
  #page_index .blog_area .posts_block .post_box .img_wrap {
    position: relative;
  }
  #page_index .blog_area .posts_block .post_box .img_wrap .box_img img {
    width: 100%;
    max-width: initial;
    height: auto;
  }
  #page_index .blog_area .posts_block .post_box .img_wrap .post_cat {
    min-width: 70px;
    height: 25px;
    font-size: 1.0rem;
    line-height: 25px;
  }
  #page_index .blog_area .posts_block .post_box .meta_box .post_date {
    margin: 10px 0 0;
    font-size: 1.2rem;
  }
  #page_index .blog_area .posts_block .post_box .box_title {
    margin: 0;
    line-height: 1.8;
  }
}
/*關於我們區*/
#page_index .about_area {
  background: #615b5c;
  padding: 90px 0 50px;
  color: #ffffff;
  position: relative;
  margin-top: 30px;
}
#page_index .about_area::before {
  content: "";
  background: url("images/tree02.png") center no-repeat;
    background-size: 132px auto;
    width: 141px;
    height: 151px;
    position: absolute;
    top: -84px;
    left: 30px;
}
#page_index .about_area .area_head {
  padding: 40px 0 24px;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  z-index: 1;
}
#page_index .about_area .area_head::before {
  content: "";
  background: #fff url("images/title_bg02.jpg") center top no-repeat;
  background-size: 265px 60px;
  width: 265px;
  height: 60px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#page_index .about_area .area_title {
  font-family: 'Montserrat',Arial,Helvetica,"微軟正黑體","Microsoft JhengHei","黑體-繁","Heiti TC",sans-serif;
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4em;
}
#page_index .about_area .box_wrap {
  margin: 40px auto 0;
  display: -webkit-flex;
  display: flex;
}
#page_index .about_area .box_wrap .box .text {
  margin: 10px 0 0;
  text-align: justify;
}
#page_index .about_area .box_wrap .box01 {
  width: 600px;
  padding: 0 50px 0 30px;
}
#page_index .about_area .box_wrap .box01 iframe {
  width: 100%;
  height: 315px;
}
#page_index .staff_area .box_wrap .box .box_img .ms {
    height:161px;
    width: 165px;
}
/*加床照片大小設定*/
.sofabed img{
 display: block;
 width: 60%;
 margin: 10px auto 30px;
}
/*RWD 小型螢幕的設定*/
@media screen and (max-width: 767px) {
  .sofabed img{
    width: 90%;
    margin: 10px auto;
  }
  #page_index .about_area {
    padding: 90px 0 50px;
  }
  #page_index .about_area::before {
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    top: -26px;
    left: 10px;
  }
  #page_index .about_area .area_head {
    padding: 28px 0 24px;
    top: -50px;
  }
  #page_index .about_area .area_head::before {
    background-size: 225px auto;
    width: 225px;
    height: 50px;
  }
  #page_index .about_area .area_title {
    font-size: 3.6rem;
    line-height: 1.6;
  }
  #page_index .about_area .box_wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #page_index .about_area .box_wrap .box {
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  #page_index .about_area .box_wrap .box .box_title {
    margin: 20px auto 0;
  }
  #page_index .about_area .box_wrap .box .box_img {
    width: 240px;
  }
  #page_index .about_area .box_wrap .box01 {
    width: 100%;
    padding: 0 0 30px;
  }
  #page_index .about_area .box_wrap .box02 {
    width: 100%;
    padding: 30px 0;
  }
  #page_index .about_area .box_wrap .box03 {
    border: none;
    width: 100%;
    padding: 30px 0;
  }
  #page_index .about_area .box_wrap .box01 iframe {
    width: 100%;
    height: 250px;
  }
  #page_index .about_area .box_wrap .box02 {
  
  width: 100%px;
  padding: 10px;
  }
}
  /*RWD 大型螢幕的設定*/
  @media only screen and (min-width:768px) {
  #page_index .about_area .box_wrap .box02 {
  border-left: 2px solid #ffffff;
  width: 385px;
  padding: 0 30px 0 45px;
  margin-left: 30px;
  }
} 

#page_index .staff_area {
  padding: 80px 0 60px;
  position: relative;
}
#page_index .staff_area::before {
  content: "";
  background: url("images/tree03.png") center no-repeat;
  background-size: 128px 129px;
  width: 128px;
  height: 129px;
  position: absolute;
  top: -73px;
  right: 16px;
}
#page_index .staff_area .area_head {
  width: 452px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5em;
  font-weight: bolder;
  margin-top: 25px;
  color: #6f430b;
}
#page_index .staff_area .box_wrap {
  margin: 20px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#page_index .staff_area .box_wrap .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 460px;
}
#page_index .staff_area .box_wrap .box .textbox {
  width: 158px;
}
#page_index .staff_area .box_wrap .box .textbox .position {
  margin-top: -20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  
}
#page_index .staff_area .box_wrap .box .textbox .position-1 {
  margin-top: -20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}
#page_index .staff_area .box_wrap .box .textbox .position .opa{
  color: #3c3228;
}
#page_index .staff_area .box_wrap .box .textbox .name {
  padding: 0 0 5px;
  font-weight: bold;
}
#page_index .staff_area .box_wrap .box .textbox .name .jp {
  font-size: 1.6rem;
}
#page_index .staff_area .box_wrap .box .textbox .name .en {
  margin: 0 0 0 10px;
  font-size: 1.0rem;
}
#page_index .staff_area .box_wrap .box .textbox .text {
  background: left top no-repeat;
  background-size: 148px auto;
  min-height: 150px;
}
#page_index .staff_area .box_wrap .box .box_img {
  width: 400px;
  display: flex;
  justify-content: center;
}
#page_index .staff_area .box_wrap .box .award {
  margin: 10px auto;
}
#page_index .staff_area .box_wrap .box_left .textbox .text {
  background-image: url("images/staff_line01.jpg");
  padding: 15px 80px 0 0;
}
#page_index .staff_area .box_wrap .box_right .textbox .name {
  text-align: right;
}
#page_index .staff_area .box_wrap .box_right .textbox .text {
  background-image: url("images/staff_line02.jpg");
  padding: 15px 0 0 80px;
}


@media screen and (max-width: 767px) {
  #page_index .staff_area {
    padding: 80px 0 60px;
    position: relative;
  }
  #page_index .staff_area::before {
    background-size: 70px 85px;
    width: 70px;
    height: 81px;
    top: -20px;
    right: 16px;
  }
  #page_index .staff_area .area_head {
    width: 100%;
    max-width: 452px;
    font-size: 1.2em;
  }
  #page_index .staff_area .box_wrap {
    margin: 20px auto 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #page_index .staff_area .box_wrap .box {
    width: 100%;
    max-width: 460px;
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
  }
  #page_index .staff_area .box_wrap .box_right {

    flex-direction: column-reverse;
  }
  #page_index .staff_area .box_wrap .box .textbox {
    width: calc(100% - 90px);
  }
  #page_index .staff_area .box_wrap .box .textbox .position {
    margin-top: 0;
  }
  #page_index .staff_area .box_wrap .box .textbox .name {
    padding: 0 0 5px;
    font-weight: bold;
  }
  #page_index .staff_area .box_wrap .box .textbox .name .jp {
    display: block;
    text-align: center;
  }
  #page_index .staff_area .box_wrap .box .textbox .name .en {
    margin: 0;
    display: block;
  }
  #page_index .staff_area .box_wrap .box .textbox .text {
    background: none;
  }
  #page_index .staff_area .box_wrap .box .box_img {
    width: 260px;
    margin: 0;
  }
  #page_index .staff_area .box_wrap .box_left .textbox {
    margin:0 auto;   
  }
  #page_index .staff_area .box_wrap .box_left .textbox .text {
    border-top: 1px dashed #524745;
    padding: 15px 0 0 0;
  }
  #page_index .staff_area .box_wrap .box_left .box_img {
    margin: 0 auto;
  }
  #page_index .staff_area .box_wrap .box_right .textbox {
    margin: 0 auto;
  }
  #page_index .staff_area .box_wrap .box_right .textbox .name {
    text-align: left;
  }
  #page_index .staff_area .box_wrap .box_right .textbox .text {
    border-top: 1px dashed #524745;
    padding: 15px 0 0 0;
  }
  #page_index .staff_area .box_wrap .box_right .box_img {
   margin:0 auto;  
  }
  #page_index .staff_area .box_wrap .box .textbox .text {
  background: left top no-repeat;
  background-size: 148px auto;
  min-height: 50px;
  }
}

/*三間分店的樣式設定*/
#page_index .branch_area {
  padding: 80px 0 60px;
  position: relative;
  /*background: #ffffff;*/
}
#page_index .branch_area::before {
  content: "";
  background: url("images/tree03.png") center no-repeat;
  background-size: 128px 129px;
  width: 128px;
  height: 129px;
  position: absolute;
  top: -73px;
  right: 16px;
}
#page_index .branch_area .area_head {
  width: 452px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5em;
  font-weight: bolder;
}
#page_index .branch_area .box_wrap {
  margin: 40px auto;;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
}
#page_index .branch_area .box_wrap .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 460px;
}
#page_index .branch_area .box_wrap .box .textbox {
  width: 158px;
}
#page_index .branch_area .box_wrap .box .textbox .position {
  margin-top: -20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  
}
#page_index .branch_area .box_wrap .box .textbox .position-1 {
  margin-top: -20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}
#page_index .branch_area .box_wrap .box .textbox .position .opa{
  color: #3c3228;
  font-size: 2em;
}
#page_index .branch_area .box_wrap .box .textbox .name {
  padding: 0 0 5px;
  font-weight: bold;
}
#page_index .branch_area .box_wrap .box .textbox .name .jp {
  font-size: 1.6rem;
}
#page_index .branch_area .box_wrap .box .textbox .name .en {
  margin: 0 0 0 10px;
  font-size: 1.0rem;
}
#page_index .branch_area .box_wrap .box .textbox .text {
  background: left top no-repeat;
  background-size: 148px auto;
  min-height: 150px;
}
#page_index .branch_area .box_wrap .box .box_img {
  width: 400px;
  display: flex;
  justify-content: center;
  
  align-items: center;
}
#page_index .branch_area .box_wrap .box .box_img2 {
    padding-left: 20px; 

}
#page_index .branch_area .box_wrap .box_right2 .box_img {
  width: 460px;
  display: flex;
  justify-content: center;
}
#page_index .branch_area .box_wrap .box .award {
  margin: 10px auto;
}
#page_index .branch_area .box_wrap .box_left .textbox .text {
  background-image: url("images/staff_line01.jpg");
  padding: 15px 80px 0 0;
}
#page_index .branch_area .box_wrap .box_right .textbox .name {
  text-align: right;
}
#page_index .branch_area .box_wrap .box_right .textbox .text {
  background-image: url("images/staff_line02.jpg");
  padding: 15px 0 0 80px;
}

@media screen and (max-width: 767px) {
  #page_index .branch_area {
    padding: 80px 0 60px;
    position: relative;
  }
  #page_index .branch_area::before {
    background-size: 80px auto;
    width: 80px;
    height: 81px;
    top: -50px;
    right: 16px;
  }
  #page_index .branch_area .area_head {
    width: 100%;
    max-width: 452px;
    font-size: 1.2em;
  }
  #page_index .branch_area .box_wrap {
    margin: 20px auto 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #page_index .branch_area .box_wrap .box {
    width: 100%;
    max-width: 460px;
    display: flex;
    flex-direction: column;
  }
  #page_index .branch_area .box_wrap .box .textbox .position .opa {
    font-size:  1.5em;
  }

  #page_index .branch_area .box_wrap .box .textbox {
    width: calc(100% - 90px);
  }
  #page_index .branch_area .box_wrap .box .textbox .position {
    margin-top: 0;
  }
  #page_index .branch_area .box_wrap .box .textbox .name {
    padding: 0 0 5px;
    font-weight: bold;
  }
  #page_index .branch_area .box_wrap .box .textbox .name .jp {
    display: block;
    text-align: center;
  }
  #page_index .branch_area .box_wrap .box .textbox .name .en {
    margin: 0;
    display: block;
  }
  #page_index .branch_area .box_wrap .box .textbox .text {
    background: none;
  }
  #page_index .branch_area .box_wrap .box .box_img {
    width: 270px;
    margin: 0 auto;
  }
  #page_index .branch_area .box_wrap .box_right2 .box_img {
    width: 270px;
    margin: 15px auto;
  }
  #page_index .branch_area .box_wrap .box_left .textbox {
    padding: 0 25px 0 0;
  }
  #page_index .branch_area .box_wrap .box_left .textbox .text {
    border-top: 1px dashed #524745;
    padding: 15px 0 0 0;
  }
  #page_index .branch_area .box_wrap .box_left .box_img {
    float: right;
  }
  #page_index .branch_area .box_wrap .box_right .textbox {
    padding: 0 0 0 25px;
  }
  #page_index .branch_area .box_wrap .box_right .textbox .name {
    text-align: left;
  }
  #page_index .branch_area .box_wrap .box_right .textbox .text {
    border-top: 1px dashed #524745;
    padding: 15px 0 0 0;
  }
  #page_index .branch_area .box_wrap .box_right .box_img {
    float: left;
  }
  #page_index .branch_area .box_wrap .box .textbox .text {
  background: left top no-repeat;
  background-size: 148px auto;
  min-height: 50px;
  }
}

@media screen and (max-width:340px) and (min-width:300px) {
  #page_index .branch_area .area_head {
    width: 100%;
    max-width: 320px;
    font-size: 1.1em;
  }
  #page_index .branch_area .box_wrap .box .textbox .position .opa {
    font-size:  1.2em;
  }
  #page_index .branch_area .box_wrap .box .box_img2 {
 
    font-size: 0.83em;
  }
  .contents .product_area .jp {
  font-size: 1.8rem;
  }
}

#page_index .plan_area {
  background: #FFF9E0;
  padding: 80px 0 0;
  position: relative;
}
#page_index .plan_area h2 img{
  display: block;
  margin: 0 auto;
  
}
#page_index .plan_area img{
  border-radius: 3px;
}
#page_index .plan_area .h2img{
    width: 80%;
    margin: 0 auto;
  }
#page_index .plan_area::before {
  content: "";
  background: url("images/tree04.png") center no-repeat;
  background-size: 102px 129px;
  width: 102px;
  height: 129px;
  position: absolute;
  top: -25px;
  left: 40px;
}
#page_index .plan_area .area_head {
  margin: 0 auto 55px;
}
#page_index .plan_area .box_wrap .box {
  color: #3c3228;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#page_index .plan_area .box_wrap .box:hover::after {
  width: 100%;
  height: 100%;
}
#page_index .plan_area .box_wrap .box .link_box {
  width: 100%;
  height: 100%;
}
#page_index .plan_area .box_wrap .box .box_inner {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
#page_index .plan_area .box_wrap .box .box_img {
  width: 100%;
  height: auto;
}
#page_index .plan_area .box_wrap .box .box_inner {
  width: 100%;
  height: auto;
}
#page_index .plan_area .top_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 650px;
}
#page_index .plan_area .top_wrap .box {
  width: 450px;
  height: 450px;
  position: relative;
}
#page_index .plan_area .top_wrap .box::after {
  width: 380px;
  height: 380px;
}
#page_index .plan_area .middle_wrap {
  margin: 72px auto 0;
}
#page_index .plan_area .middle_wrap .box {
  width: 980px;
  height: 280px;
  margin: 50px auto 0;
}
#page_index .plan_area .middle_wrap .box::after {
  width: 520px;
  height: 210px;
}
#page_index .plan_area .middle_wrap .box_top::after {
  width: 520px;
  height: 210px;
  top: 50px;
}
#page_index .plan_area .bottom_wrap {
  margin: 50px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#page_index .plan_area .bottom_wrap .box {
  width: 300px;
  height: 300px;
}
#page_index .plan_area .bottom_wrap .box::after {
  width: 260px;
  height: 260px;
}

@media screen and (max-width: 767px) {
  #page_index .plan_area {
    padding: 60px 0 0;
  }
  #page_index .plan_area::before {
    background-size: 60px auto;
    width: 60px;
    height: 76px;
    top: -20px;
    left: 20px;
  }
  #page_index .plan_area .area_head {
    margin: 0 auto 40px;
  }
  #page_index .plan_area .top_wrap {
    height: 270px;
  }
  #page_index .plan_area .top_wrap .box {
    width: 47%;
    height: auto;
    position: relative;
  }
  #page_index .plan_area .top_wrap .box::after {
    width: 84%;
    height: 84%;
  }
  #page_index .plan_area .middle_wrap {
    margin: 20px auto 0;
  }
  #page_index .plan_area .middle_wrap .box {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
  }
  #page_index .plan_area .middle_wrap .box::after {
    width: 55%;
    height: 70%;
  }
  #page_index .plan_area .middle_wrap .box_top::after {
    width: 55%;
    height: 65%;
    top: 20%;
    bottom: 10%;
  }
  #page_index .plan_area .bottom_wrap {
    margin: 20px auto 0;
  }
  #page_index .plan_area .bottom_wrap .box {
    width: 30%;
    height: auto;
  }
  #page_index .plan_area .bottom_wrap .box::after {
    width: 84%;
    height: 84%;
  }
}
/*超讚小圖區*/
.small_figure{
  width: 600px;
  margin: 0 auto;
}
.small_figure p{
  text-align: center;
}
.small_figure_div{
  display: flex;
  justify-content: center;
}
.small_figure_imgdiv{
  margin: 0 40px;
}
.small_figure_slogan{
  display: flex;
  justify-content: center;
}
.small_figure_slogan h3{
  width: 50%;
  font-size: 2.0rem;
  text-align: center;
  margin: 10px 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
 .small_figure{
  width: 100%;
  margin: 0 auto;
 }
 .small_figure_imgdiv{
  margin: 0 5px;
 }
}
/*推薦文章區*/
.suggestion_article{
  width: 600px;
  margin: 0 auto;
  margin-top:   40px;
  margin-bottom:  80px !important;
}

@media screen and (max-width: 767px) {
 .suggestion_article{
  width: 100%;
  margin: 0 auto;
  padding:  10px 15px;
  margin-top: 20px;
 }
 .suggestion_article a{
  text-align: left;
 }
}
/*整層住宿*/

#page_concept .mainimg_area {
  /*background-image: url("images/map/mainmap.jpg");*/
  background-size: 100% auto;
}
#page_concept .mainimg_area_autocheck {
  background-image: url("images/autocheckin/A/wifi_check-out.jpg");
  background-size: 100% auto;
}
#page_concept .mainimg_area0 {
  background-image: url("images/concept/concept01.jpg");
  display: none;
}
#page_concept .text_area img{
  border-radius: 5px;
  width: 100%
}
#page_concept .concept_box01 {
  width: 980px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
}
#page_concept .text_area{
  margin: 20px auto;
  color: #3c3228;
}
#page_concept .text_area h3{
  margin: 8px;
  font-size: 1.8rem;
  font-weight: bolder;
  line-height: 1.5;
}
#page_concept .concept_box01 .box_img1 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#page_concept .concept_box01 .box_img {
  width: 470px;

}
#page_concept .concept_box01 .textbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 400px;
  line-height: 2.3;
}
#page_concept .concept_box01 .textbox .box_title {
  min-height: 0%;
  margin: 0 auto;
  color: #3c3228;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  /*-webkit-writing-mode: vertical-rl;*/
  /*-ms-writing-mode: tb-rl;*/
  /*writing-mode: vertical-rl;*/
}
#page_concept .concept_box01 .textbox .box_title .sub {
  font-size: 2.0rem;
}
#page_concept .concept_box01 .textbox .box_title .main {
  margin: 75px 0 0;
  font-size: 3.4rem;
  letter-spacing: 0.25em;
}
#page_concept .concept_box01 .textbox .text {
  /*margin: 50px 0 0;*/
  text-align: justify;
}
#page_concept .imgleft .textbox {
  margin: 0 0 0 80px;
}
#page_concept .imgright .textbox {
  margin: 0 80px 0 0;
}
#page_concept .first_area {
  padding-bottom: 50px;
}
#page_concept .first_area .box .box_title {
  font-size: 3.4rem;

}
#page_concept .welcome_area {
  background: url("images/concept/conceptbg.jpg") center no-repeat;
  background-size: cover;
  padding: 150px 0;
}
#page_concept .north_history_area {
  background: url("images/blog/taipeicitytour/taipeicitytour2.jpg") center no-repeat;
  background-size: 100%;
  padding: 150px 0;
}
#page_concept .welcome_area .box {
  background: #ffffff;
  width: 600px;
  padding: 55px 40px;
  margin: 0 auto;
}
#page_concept .welcome_area .box .area_title {
  font-size: 2.4rem;
  letter-spacing: 0.18em;
}
#page_concept .welcome_area .box .text {
  text-align: center;
}
#page_concept .concept_area {
  /*padding: 80px 0 0;*/
}
#page_concept .concept_area .box {
  margin: 80px auto 0;
}
#page_concept .concept_area .box02 .textbox .box_title .main {
  margin: 50px 0 0;
}
#page_concept .product_area {
  padding: 20px 0 0;
}
#page_concept .product_area .box_wrap {
  margin: 50px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page_concept .product_area .box_wrap .box {
  width: 200px;
  margin: 0 60px 30px 0;
}
#page_concept .product_area .box_wrap .box:nth-child(4n) {
  margin-right: 0;
}
#page_concept .product_area .box_wrap .box .textbox {
  margin: 15px auto 0;
  text-align: center;
}
#page_concept .product_area .box_wrap .box .textbox .box_title {
  font-size: 1.6rem;
  font-weight: bold;
}
#page_concept .product_area .box_wrap .box .textbox .price {
  font-size: 1.2rem;
  line-height: 2.0;
}
#page_concept .slider {
  width: 80%;
  margin: 30px auto;
}

#page_concept .slick-slide {
      margin: 0px 20px;
}

#page_concept .slick-slide img {
      width: 100%;
}

#page_concept .slick-prev:before,
#page_concept .slick-next:before {
      color: black;
}
#page_concept .slick-slide {
      transition: all ease-in-out .3s;
}
/*台北城導覽*/
#page_concept .taipeicitytour{
  display: block;
  width: 100%;
  margin: 0 auto;
}
#page_concept .north_area {
  padding: 0px
}
/*生日照片與影片區*/
 .birthday_div{
  display: flex;
}
 .birthday{
  width: 50%;
  padding: 15px;
}
 .birthday_video{
  border-radius: 3px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #page_concept img{
    border-radius: 3px;
  }
  #page_concept .concept_box01 {
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #page_concept .concept_box01 .box_img {
    width: 100%;
    max-width: 500px;
    min-height: 0%;
    margin: 20px auto 0;
  }
  #page_concept .concept_box01 .textbox {
    width: 100%;
    max-width: 500px;
    min-height: 0%;
    padding: 0;
    margin: 0 auto;
    line-height: 2.2;
  }
  #page_concept .concept_box01 .textbox .box_title {
    font-size: 2.0rem;
  }
  #page_concept .concept_box01 .textbox .box_title .sub {
    font-size: 2.0rem;
    writing-mode: horizontal-tb;
  }
  #page_concept .concept_box01 .textbox .box_title .main {
    margin: 75px 0 0;
    font-size: 2.1rem;
    letter-spacing: 0.25em;
    writing-mode: horizontal-tb;
  }
  #page_concept .concept_box01 .textbox .text {
    margin: 30px 0 0;
  }
  #page_concept .imgleft {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #page_concept .imgleft .textbox {
    margin: 0 auto;
  }
  #page_concept .imgright {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #page_concept .imgright .textbox {
    margin: 0 auto;
  }
  #page_concept .first_area {
    /*padding-bottom: 60px;*/
  }
  #page_concept .first_area .box .box_title {
    font-size: 2.4rem;
    /*-webkit-writing-mode:;
    -ms-writing-mode: tb-rl;*/
    writing-mode:horizontal-tb;
  }
  #page_concept .welcome_area {
    padding: 80px 0;
  }
  #page_concept .welcome_area .box {
    width: 100%;
    max-width: 600px;
    padding: 30px 25px;
  }
  #page_concept .welcome_area .box .area_title {
    padding-bottom: 20px;
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.18em;
  }
  #page_concept .concept_area {
    /*padding: 60px 0 0;*/
  }
  #page_concept .concept_area .box {
    margin: 70px auto 0;
  }
  #page_concept .concept_area .box01 {
    margin-top: 50px;
  }
  #page_concept .product_area {
    padding: 60px 0 0;
  }
  #page_concept .product_area .box_wrap {
    margin: 50px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page_concept .product_area .box_wrap .box {
    width: calc(50% - 10px);
    margin: 0 20px 30px 0;
  }
  #page_concept .product_area .box_wrap .box:nth-child(2n) {
    margin-right: 0;
  }
  #page_concept .product_area .box_wrap .box .textbox {
    margin: 15px auto 0;
    text-align: center;
  }
  #page_concept .product_area .box_wrap .box .textbox .box_title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #page_concept .product_area .box_wrap .box .textbox .price {
    font-size: 1.2rem;
    line-height: 2.0;
  }
  #page_concept .slider {
    width: 85%;
  }
  #page_concept .slick-slide {
      margin: 0px 5px;
  }
  #page_concept .slick-slide img {
      width: 100%;
  }
  #page_concept .slick-prev:before,
  #page_concept .slick-next:before {
      color: black;
      display:  none; 
  }
  #page_concept .slick-slide {
      transition: all ease-in-out .3s;
  }
  #page_concept .north_history_area {
  background: url(images/blog/taipeicitytour/taipeicitytour2.jpg) center no-repeat;
  background-size: 100% 100px;
  padding: 60px 0;
  }
  /*生日照片與影片區*/
  .birthday_div{
  display: flex;
  flex-direction: column;
  }
  .birthday{
  width: 100%;
  padding: 2px;
  }
}
@media screen and (max-width:340px) and (min-width:300px){
  #page_concept .slider {
    width: 320px;
  }
}
/*房型介紹區*/
.contents .mainroom_area {
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    height: 1200px;
    position: relative;
}
#page_room .mainroom_area {
  background-image: url("images/main_room1.jpg");
}
#page_room img{
  border-radius: 5px;
}
.page_room .r_nav li{
  padding: 0 15px;
  font-size: 1.6rem;
}
.page_room .r_nav{
  margin: 0 auto;
  height: auto;
}
.page_room .r_nav .nav_list{
  display: flex;
  justify-content: center;
  height: 200px;
}
.page_room .r_nav .cell_phone{
  display: none;

}
.page_room .r_nav .nav_list a{
    border: 3px solid #3c3228;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 100%;
    height: 50px;
    color: #3c3228;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 48px;
    letter-spacing: 0.25em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.page_room .r_nav .nav_list li img{
  width: 180px;
  margin-top:10px; 
  border-radius: 10px;
}
.page_room .r_nav .nav_list a:hover{
  background: rgba(225, 51, 45, 0);
  font-weight: 600;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.page_room .r_nav li{
  padding: 0 15px;
  font-size: 1.6rem;
}

#page_room .mainimg_area .list a{
  height: 35px;
  line-height: 35px;
}
#page_room .mainimg_area .list a:nth-child(n+2){
  border-top: dotted 1px #999;
}
#page_room .wrap_type01 {
  width: 880px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page_room .wrap_type01 .box {
  width: 400px;
  margin: 0 80px 0 0;
  position: relative;
}
#page_room .wrap_type01 .box:nth-child(2n) {
  margin-right: 0;
}
#page_room .wrap_type01 .box .box_title {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    color: #3c3228;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    right: 16px;
    z-index: 999;
    text-align: center;
}
#page_room .wrap_type01 .box .text {
  margin: 15px 0 0;
  text-align: center;
}
#page_room .about_area {
  padding: 15px 0 0;
}
#page_room .about_area .area_title {
  margin: 40px auto 0;
  color: #3c3228;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.4;
}
#cycle-1 div {
 width:100%; 
}
#cycle-2 .cycle-slide { 
  border:3px solid #fff; 
}
#cycle-2 .cycle-slide-active { 
  border:3px solid #004; 
}
.cycle-prev {
  color: #3c3228;
}
#slideshow-1,#slideshow-2{ 
  max-width: 900px; 
  margin: auto ;
}
#slideshow-2{ 
  margin-top: 10px;
}
.cycle-slideshow img {
 width: 100%; 
 height: auto; 
 display: block; 
}
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0;; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; padding: 0 15px;
}
.cycle-pager span.cycle-pager-active { color: #3c3228;}
.cycle-pager > * { cursor: pointer;}
#page_room .about_area .inner_wrap .list{
  display: none;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  background-color: rgba(255,255,255,.7);
}
#page_room .about_area .text {
  margin: 40px auto 0;
  text-align: center;
  padding: 0 3px;
}
#page_room .room_area {
  padding: 40px 0 0;
}
#page_room .room_area .box_wrap {
  margin: 80px auto 0;
}
#page_room .facility_area h2.title {
    padding: 0 0 24px;
    margin: 30px auto 30px;
    color: #3c3228;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 0.3em;
    position: relative;
}
#page_room .facility_area {
  /*padding: 70px 0 180px;*/
}
#page_room .facility_area .first_block {
  border: 1px dotted #615b5c;
  width: 880px;
  padding: 10px 40px;
  margin: 0 auto;
  height: auto;
}
#page_room .facility_area .first_block .block_text {
  width: 100%;
  margin: 0 auto;
  font-size:  1.5rem;
  text-align:   center; 
}
#page_room .facility_area .first_block .box {
  width: 610px;
  margin: 25px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#page_room .facility_area .first_block .box .box_img {
  width: 450px;
  margin: 0 auto;
  padding: 10px 0 80px;
}
#page_room .facility_area .first_block .box .textbox {
  margin: 0 0 0 15px;
}
#page_room .facility_area .first_block .box .textbox .box_title {
  font-weight: bold;
}
#page_room .facility_area .first_block .box .textbox .text {
  margin: 5px 0 0;
}
#page_room .facility_area .box_wrap01 .box {
  width: 880px;
  margin: 50px auto 60px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;

}
#page_room .facility_area .box_wrap01 .box .box_img {
  width: 100%;
}
#page_room .facility_area .box_wrap01 .box .textbox {
  width: 100%;
  padding: 30px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#page_room .facility_area .box_wrap01 .box .textbox .box_title {
  margin: 0 auto;
  color: #3c3228;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
}
#page_room .facility_area .box_wrap01 .box .textbox .text {
  margin: 50px 0 0;
  text-align: center;
}
#page_room .facility_area .box_wrap01 .imgleft .textbox {
  margin: 0 0 0 60px;
}
#page_room .facility_area .box_wrap01 .imgright .textbox {
  margin: 0 60px 0 0;
}
#page_room .facility_area .box_wrap02 {
  margin: 90px auto 0;
}
@media screen and (max-width: 1360px) and (min-width: 1024px){
  .page_room .r_nav .nav_list a{
    width: 145px;
    font-size: 1.2rem;
  }
  .page_room .r_nav .nav_list li img{
    width: 145px;
    margin-top:10px; 
  }
    .page_room .r_nav li{
  padding: 0 10px;
  font-size: 1.2rem;
  }
    #page_index .staff_area::before {
    content: "";
    background: url(images/tree03.png) center no-repeat;
    background-size: 98px 99px;
    width: 98px;
    height: 99px;
    position: absolute;
    top: 2px;
    right: 16px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px){
  .page_room .r_nav .nav_list a{
    width: 140px;
    font-size: 1.2rem;
  }
  .page_room .r_nav .nav_list li img{
    width: 140px;
    margin-top:10px; 
  }
  .page_room .r_nav li{
  padding: 0 10px;
  font-size: 1.2rem;
  }
  #page_index .staff_area::before {
    content: "";
    background: url(images/tree03.png) center no-repeat;
    background-size: 98px 99px;
    width: 98px;
    height: 99px;
    position: absolute;
    top: 2px;
    right: 16px;
  }
}
/*RWD for Room page*/

@media screen and (max-width: 767px) {
  #page_room .facility_area .first_block {
    width: 100%;
  }
  #page_room .wrap_type01 {
  width: 100%;
  }
  #page_room .wrap_type01 {
  width: 100%
}
  #page_room .facility_area .box_wrap01 .box {
  width: 100%;
  }
  #page_room .facility_area .first_block {
    height:   auto;
  }
  .contents .mainroom_area {
    height: 290px;
    position: relative;
    background-image: url(images/taipei-structure1.jpg);
  }
  .contents .mainroom_area {
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
  #slideshow-2{ 
  margin-top: 10px;
}
/*a.line_a{
  color: #3c3228;
}*/
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0;; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; padding: 0 15px;
}
.cycle-pager span.cycle-pager-active { color: #3c3228;}
.cycle-pager > * { cursor: pointer;}
  #page_room .wrap_type01 {
    width: 100%;
    margin: 0 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
}
  #page_room .facility_area h2.title {
    color: #3c3228;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 0.3em;
    position: relative;
}
#page_room img{
  border-radius: 3px;
}
.page_room .r_nav{
  margin: 0 auto;
  height: auto;
}
.page_room .r_nav .nav_list{
  display: none;
  justify-content: center;
  text-align: center;
}
.page_room .r_nav .cell_phone{
  display: flex;
  justify-content: center;
  text-align: center;
  height: 200px;
}
.page_room .r_nav li {
  padding: 0 2px;
  font-size: 1.6em;
  margin: 0 5px;
}
.page_room .r_nav li span{
  vertical-align: middle;

}
.page_room .r_nav .nav_list a {
  width: 145px;
}
  #page_room .wrap_type01 .box {
    width: 100%;
    max-width: 400px;
    margin: 40px auto 0;
  }
  #page_room .wrap_type01 .box:nth-child(2n) {
    margin-right: auto;
  }
  #page_room .wrap_type01 .box .box_title {
   border: 1.5px solid #3c3228;
    width: 180px;
    height: 45px;
    color: #3c3228;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    /*line-height: 45px;*/
    letter-spacing: 0.25em;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 10px auto;
    padding: 0;
  }
  #page_room .wrap_type01 .box .text {
    margin: 15px 0 0;
    text-align: center;
  }
  #page_room .about_area {
    padding: 15px 0 0;
  }
  #page_room .about_area .area_title {
    font-size: 2.8rem;
    text-align: center;
  }
  #page_room .about_area .text {
    margin: 30px auto 0;
    border: 1px solid #3c3228;
    padding: 0 3px;
    text-align: center;
  }
  #page_room .room_area {
    padding: 1px 0 0;
  }
  #page_room .room_area .box_wrap {
    margin: -20px auto 0;
  }
  #page_room .facility_area {
    padding: 50px 0 80px;
  }
  #page_room .facility_area .first_block {
    width: 100%;
    padding: 20px 10px 20px;
  }
  #page_room .facility_area .first_block .block_text {
    text-align: center;
  }
  #page_room .facility_area .first_block .box {
    width: 100%;
    max-width: 610px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #page_room .facility_area .first_block .box .box_img {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 5px;
  }
  #page_room .facility_area .first_block .box .box_img img {
    width: 300px;
    max-width: initial;
  }
  #page_room .facility_area .first_block .box .textbox {
    margin: 10px 0 0;
  }
  #page_room .facility_area .box_wrap01 .box {
    width: 100%;
    max-width: 500px;
    margin: 10px auto 0;
    display: flex;
    flex-direction: column;

  }
  #page_room .facility_area .box_wrap01 .box .box_img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #page_room .facility_area .box_wrap01 .box .textbox {
    width: 100%;
    padding: 20px 0 0;
    margin: 0 auto;
  }
  #page_room .facility_area .box_wrap01 .box .textbox .box_title {
    font-size: 1.8rem;
    -ms-writing-mode: lr-tb;
    writing-mode: lr-tb;
    text-align: center;
    font-weight: bold;
    width: auto;
    padding: 0 10px;
  }
  #page_room .facility_area .box_wrap01 .box .textbox .text {
    margin: 10px 0 0;
    text-align: center;
  }
  #page_room .facility_area .box_wrap01 .imgleft {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #page_room .facility_area .box_wrap01 .imgleft .textbox {
    margin: 0 auto;
  }
  #page_room .facility_area .box_wrap01 .imgright {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #page_room .facility_area .box_wrap01 .imgright .textbox {
    margin: 0 auto;
  }
  #page_room .facility_area .box_wrap02 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 340px) and (min-width: 300px){
  #page_room .facility_area h2.title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width:450px) and (min-width:400px) {
  .contents .mainroom_area {
    height: 320px;
    }
}
#page_plan .mainimg_area {
  background-image: url("images/main_plan.jpg");
}
#page_plan .title_type01 {
  margin-bottom: 40px;
}
#page_plan .cs {
  margin: 65px auto 0;
  color: #85c2ba;
  font-family: 'Capriola', sans-serif;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
}
#page_plan .plan_box {
  background: #ffffff;
  border: 1px dotted #615b5c;
  width: 980px;
  padding: 50px 50px 60px;
  margin: 50px auto 0;
}
/*
#page_plan .plan_box:first-child {
  margin-top: 0;
}
*/
#page_plan .plan_box .box {
  display: -webkit-flex;
  display: flex;
}
#page_plan .plan_box .box .box_img {
  width: 400px;
}
#page_plan .plan_box .box .textbox {
  width: 430px;
  margin: 0 0 0 50px;
}
#page_plan .plan_box .box .textbox .box_title {
  color: #3c3228;
  font-size: 2.4rem;
  line-height: 2.2;
  letter-spacing: 0.15em;
}
#page_plan .plan_box .box .textbox .text {
  margin: 20px 0 0;
}
#page_plan .plan_box .box.textonly {
  margin: 0 auto;
}
#page_plan .plan_box .box.textonly .textbox {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
#page_plan .plan_box .table_head {
  margin: 60px auto -10px;
  color: #3c3228;
  font-size: 1.8rem;
  text-align: center;
}
#page_plan .plan_box .table_head span {
  padding: 0;
  font-weight: bold;
  position: relative;
}
#page_plan .plan_box .table_head span::before, #page_plan .plan_box .table_head span::after {
  content: "▼";
  width: 18px;
  height: 14px;
  margin: auto;
  line-height: 1.0;
  position: absolute;
  top: 0;
  bottom: 0;
}
#page_plan .plan_box .table_head span::before {
  left: -32px;
}
#page_plan .plan_box .table_head span::after {
  right: -32px;
}
#page_plan .plan_box .bottom_box {
  margin: 50px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#page_plan .plan_box .bottom_box .att_box {
  padding: 0 20px 0 0;
  font-size: 1.2rem;
}
#page_plan .plan_box .bottom_box .calendar_wrap {
  width: 240px;
}
#page_plan .plan_box .bottom_box .calendar_wrap .calendar_box {
  width: 240px;
}
#page_plan .plan_box .bottom_box .calendar_wrap .calendar_box .calendar_head {
  color: #3c3228;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
#page_plan .plan_box .bottom_box .calendar_wrap .calendar_content {
  margin: 10px auto 0;
  width: 100%;
  max-width: 240px;
  height: auto;
}
#page_plan .plan_box .bottom_box .calendar_wrap .calendar_content li {
  border-width: 2px;
  font-size: 12px;
  padding: 5px 0;
  letter-spacing: 0.1em;
}
#page_plan .plan_box .bottom_box .calendar_wrap .calendar_content li span {
  margin: 0 0 0 2px;
  font-size: 10px;
}
#page_plan .plan_box .bottom_box .calendar_wrap .calendar_notice {
  width: 95px;
  max-width: 240px;
  margin: 5px 0 0 auto;
  font-size: 10px;
}
#page_plan .plan_box .bottom_box .calendar_wrap .calendar_notice .calendar_sample {
  width: 20px;
  height: 14px;
  margin-right: 4px;
  font-size: 1.0rem;
  line-height: 15px;
}
#page_plan .plan_box .btn_box {
  margin: 45px auto 0;
  text-align: center;
}
#page_plan .plan_box .btn_box .btn_type01 {
  width: 320px;
  margin: 0 23px;
  margin-top:20px; 
  display: inline-block;
}
#page_plan .plan_table {
  width: 100%;
  margin: 50px auto 0;
}
#page_plan .plan_table th,
#page_plan .plan_table td {
  border-right: 3px solid #ffffff;
  padding: 15px 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
#page_plan .plan_table th .att,
#page_plan .plan_table td .att {
  font-size: 1.2rem;
  line-height: 1.8;
  display: block;
}
#page_plan .plan_table th {
  background: #eeeaea;
  padding: 8px 0;
  color: #3c3228;
}
#page_plan .plan_table th.children {
  background: #85c2ba;
  color: #ffffff;
}
#page_plan .plan_table th.w150 {
  width: 150px;
}
#page_plan .plan_table th.w160 {
  width: 160px;
}
#page_plan .plan_table td {
  background: #ffffff;
}
#page_plan .plan_table td.children {
  color: #85c2ba;
}
#page_plan .plan_table th.col01 {
  width: 148px;
}
#page_plan .plan_table tr.weekday th,
#page_plan .plan_table tr.weekday td {
  padding: 15px 0 5px;
}
#page_plan .plan_table tr.weekend th,
#page_plan .plan_table tr.weekend td {
  padding: 5px 0 15px;
}
#page_plan .plan_table tr.label_tr th {
  background: none;
  padding: 0 0 15px;
}
#page_plan .plan_table tr.label_tr .label {
  width: 110px;
  margin: 0 auto;
  display: block;
  position: relative;
}
#page_plan .plan_table tr.label_tr .label::before, #page_plan .plan_table tr.label_tr .label::after {
  content: "";
  background: #3c3228;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 3px;
  height: 18px;
  position: absolute;
  bottom: 0;
}
#page_plan .plan_table tr.label_tr .label::before {
  bottom: 0;
  left: 0;
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
#page_plan .plan_table tr.label_tr .label::after {
  bottom: 0;
  right: 0;
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
#page_plan .plan_table .before {
  font-size: 1.2rem;
  text-decoration: line-through;
  line-height: 1.6;
  display: block;
}
#page_plan .plan03 .badge {
  position: relative;
}
#page_plan .plan03 .badge::before {
  content: "";
  background: url("images/badge01.jpg") center no-repeat;
  background-size: 125px auto;
  width: 125px;
  height: 125px;
  position: absolute;
  top: -105px;
  right: -25px;
}
#page_plan .plan04 .badge {
  position: relative;
}
#page_plan .plan04 .badge::before {
  content: "";
  background: url("images/badge02.jpg") center no-repeat;
  background-size: 80px auto;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -45px;
  right: -40px;
}
#page_plan .plan05 .badge {
  position: relative;
}
#page_plan .plan05 .badge::before {
  content: "";
  background: url("images/badge03.jpg") center no-repeat;
  background-size: 80px auto;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -45px;
  right: -20px;
}
#page_plan .plan04 .plan_table,
#page_plan .plan05 .plan_table,
#page_plan .plan06 .plan_table {
  width: 562px;
}
#page_plan .plan04 .bottom_box,
#page_plan .plan05 .bottom_box,
#page_plan .plan06 .bottom_box {
  width: 562px;
  margin: 20px auto 0;
}
#page_plan .plan07 .plan_table {
  width: 416px;
}
#page_plan .green_area {
  padding: 80px 0;
}
#page_plan .ski_area {
  background: #eeeaea;
  padding: 80px 0 50px;
}
#page_plan .ski_area .plan_box {
  border: none;
}
#page_plan .other_area {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {

  #page_plan .title_type01 {
    padding-bottom: 20px;
    line-height: 1.4;
  }
  #page_plan .cs {
    margin: 40px auto 0;
    font-size: 2.4rem;
  }
  #page_plan .plan_box {
    width: 100%;
    max-width: 980px;
    padding: 40px 20px 40px;
    margin: 30px auto 0;
  }
	/*
  #page_plan .plan_box:first-child {
    margin-top: 0;
  }
	*/
  #page_plan .plan_box .box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #page_plan .plan_box .box .box_img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  #page_plan .plan_box .box .textbox {
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
  }
  #page_plan .plan_box .box .textbox .box_title {
    font-size: 1.8rem;
    line-height: 2.0;
  }
  #page_plan .plan_box .box.textonly {
    margin: 0;
  }
  #page_plan .plan_box .box.textonly .textbox {
    width: 100%;
    margin: 0;
    text-align: justify;
    letter-spacing: 0.1em;
  }
  #page_plan .plan_box .table_head {
    margin: 30px auto -10px;
    font-size: 1.6rem;
  }
  #page_plan .plan_box .table_head span {
    padding: 0;
    line-height: 1.8;
    display: inline-block;
  }
  #page_plan .plan_box .table_head span::before, #page_plan .plan_box .table_head span::after {
    width: 18px;
    height: 14px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  #page_plan .plan_box .table_head span::before {
    left: -32px;
  }
  #page_plan .plan_box .table_head span::after {
    right: -32px;
  }
  #page_plan .plan_box .bottom_box {
    margin: 40px auto 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #page_plan .plan_box .bottom_box .att_box {
    padding: 0;
    font-size: 1.2rem;
  }
  #page_plan .plan_box .bottom_box .calendar_wrap {
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0;
  }
  #page_plan .plan_box .bottom_box .calendar_wrap .calendar_box {
    width: 100%;
    max-width: 300px;
  }
  #page_plan .plan_box .bottom_box .calendar_wrap .calendar_content {
    margin: 10px auto 0;
    width: 100%;
    max-width: 300px;
  }
  #page_plan .plan_box .bottom_box .calendar_wrap .calendar_content li {
    padding: 7px 0;
  }
  #page_plan .plan_box .bottom_box .calendar_wrap .calendar_content li span {
    margin: 0 0 0 2px;
    font-size: 10px;
  }
  #page_plan .plan_box .btn_box {
    margin: 20px auto 0;
  }
  #page_plan .plan_box .btn_box .btn_type01 {
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0;
  }
  #page_plan .plan_table {
    margin: 40px auto 0;
  }
  #page_plan .plan_table th,
  #page_plan .plan_table td {
    border-right: 2px solid #ffffff;
    padding: 10px 2px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  #page_plan .plan_table th .att,
  #page_plan .plan_table td .att {
    font-size: 1.0rem;
    line-height: 1.4;
  }
  #page_plan .plan_table th {
    background: #eeeaea;
    padding: 8px 0;
    color: #3c3228;
  }
  #page_plan .plan_table th.children {
    background: #85c2ba;
    color: #ffffff;
  }
  #page_plan .plan_table th.w150 {
    width: auto;
  }
  #page_plan .plan_table th.w160 {
    width: auto;
  }
  #page_plan .plan_table tr.weekday th,
  #page_plan .plan_table tr.weekday td {
    padding: 10px 2px 2px;
  }
  #page_plan .plan_table tr.weekend th,
  #page_plan .plan_table tr.weekend td {
    padding: 2px 2px 10px;
  }
  #page_plan .plan_table tr.label_tr th {
    padding: 0 0 8px;
  }
  #page_plan .plan_table tr.label_tr .label {
    width: auto;
    padding: 0 15px;
    margin: 0 auto;
    display: inline-block;
  }
  #page_plan .plan_table tr.label_tr .label::before, #page_plan .plan_table tr.label_tr .label::after {
    width: 2px;
    height: 15px;
  }
  #page_plan .plan_table .before {
    font-size: 1.0rem;
  }
  #page_plan .plan02 .plan_table th,
  #page_plan .plan02 .plan_table td,
  #page_plan .plan03 .plan_table th,
  #page_plan .plan03 .plan_table td {
    font-size: 1.0rem;
    letter-spacing: 0;
  }
  #page_plan .plan03 .box {
    position: relative;
  }
  #page_plan .plan03 .badge {
    position: static;
  }
  #page_plan .plan03 .badge::before {
    background-size: 80px auto;
    width: 80px;
    height: 80px;
    top: -50px;
    right: -10px;
  }
  #page_plan .plan04 .badge::before {
    background-size: 60px auto;
    width: 60px;
    height: 60px;
    top: -60px;
    right: -10px;
  }
  #page_plan .plan05 .badge::before {
    background-size: 60px auto;
    width: 60px;
    height: 60px;
    top: -60px;
    right: -10px;
  }
  #page_plan .plan04 .plan_table,
  #page_plan .plan05 .plan_table,
  #page_plan .plan06 .plan_table {
    width: 100%;
    max-width: 562px;
  }
  #page_plan .plan04 .bottom_box,
  #page_plan .plan05 .bottom_box,
  #page_plan .plan06 .bottom_box {
    width: 100%;
    max-width: 562px;
    margin: 20px auto 0;
  }
  #page_plan .plan07 .plan_table {
    width: 100%;
    max-width: 416px;
  }
  #page_plan .green_area {
    padding: 60px 0;
  }
  #page_plan .ski_area {
    padding: 60px 0 50px;
  }
  #page_plan .other_area {
    padding: 60px 0 0;
  }
}

#page_calendar .mainimg_area {
  background-image: url("images/main_calendar.jpg");
}
#page_calendar .calendar_area .calendar_wrap {
  background: #ffffff;
  border: 1px solid #3c3228;
  width: 770px;
  padding: 30px 0 0;
  margin: 120px auto 0;
  position: relative;
  z-index: 2;
}
#page_calendar .calendar_area .calendar_wrap .calendar_month {
  color: #3c3228;
  font-family: 'Capriola', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
#page_calendar .calendar_area .calendar_wrap .calendar_month .number {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
}
#page_calendar .calendar_area .calendar_wrap .calendar_month .month {
  font-size: 2.0rem;
}
#page_calendar .calendar_area .calendar_wrap .calendar_box {
  padding: 30px 0 37px;
  margin-top: 0;
}
#page_calendar .calendar_area .calendar_wrap .calendar_box::before {
  content: "";
  background: url("images/calendar_head.jpg") center no-repeat;
  background-size: 167px 45px;
  width: 167px;
  height: 45px;
  margin: 0 auto;
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  z-index: 1;
}
#page_calendar .calendar_area .calendar_wrap .calendar_box .calendar_head {
  min-height: 31px;
  color: #3c3228;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.3em;
}
#page_calendar .calendar_area .calendar_wrap .calendar_box .calendar_head .jp {
  font-size: 1.6rem;
}
#page_calendar .calendar_area .calendar_wrap .calendar_box .calendar_head .en {
  margin: 0 0 0 10px;
  font-family: 'Capriola', sans-serif;
  font-size: 2.6rem;
}
#page_calendar .calendar_area .calendar_wrap .calendar_box .calendar_text {
  background-image: url("images/line_left03.jpg"), url("images/line_right03.jpg");
  background-position: left bottom 5px, right bottom 5px;
  background-size: 18px 31px, 18px 31px;
  background-repeat: no-repeat no-repeat;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.3em;
}
#page_calendar .fixed_calendar {
  width: 211px;
  position: fixed;
  top: 520px;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #page_calendar .calendar_area .calendar_wrap {
    width: 100%;
    max-width: 770px;
    min-height: 0%;
    padding: 15px 0 0;
    margin: 80px auto 0;
  }
  #page_calendar .calendar_area .calendar_wrap .calendar_box {
    padding: 15px 15px 37px;
  }
  #page_calendar .calendar_area .calendar_wrap .calendar_box::before {
    background-size: 120px auto;
    width: 120px;
    height: 32px;
    top: -32px;
  }
  #page_calendar .calendar_area .calendar_wrap .calendar_box .calendar_text {
    background: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #page_calendar .fixed_calendar {
    display: none;
  }
}

#page_staff .mainimg_area {
  background-image: url("images/main_staff.jpg");
}
#page_staff .staff_head {
  margin: 80px auto 0;
  text-align: center;
}
#page_staff .staff_head img {
  width: auto;
  height: 26px;
  margin: 0 auto;
}
#page_staff .box_wrap {
  margin: 25px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page_staff .box_wrap .box {
  width: 460px;
  margin: 55px 60px 0 0;
}
#page_staff .box_wrap .box:nth-child(2n) {
  margin-right: 0;
}
#page_staff .box_wrap .box .staff_box .box_img {
  float: left;
  width: 125px;
}
#page_staff .box_wrap .box .staff_box .textbox {
  width: 270px;
  margin: 0 0 0 175px;
  position: relative;
}
#page_staff .box_wrap .box .staff_box .textbox .position {
  color: #3c3228;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.0;
}
#page_staff .box_wrap .box .staff_box .textbox .name_box {
  padding: 15px 0 0;
  font-weight: bold;
  line-height: 26px;
  overflow: hidden;
}
#page_staff .box_wrap .box .staff_box .textbox .name_box .name {
  float: left;
  color: #3c3228;
  font-size: 2.6rem;
}
#page_staff .box_wrap .box .staff_box .textbox .name_box .name_en {
  float: right;
  color: #615b5c;
  font-size: 1.2rem;
}
#page_staff .box_wrap .box .staff_box .textbox .text {
  margin: 20px 0 0;
}
#page_staff .box_wrap .box .staff_table {
  margin: 20px 0 0;
}
#page_staff .box_wrap .box .staff_table tr {
  border-bottom: 1px dotted #615b5c;
}
#page_staff .box_wrap .box .staff_table th,
#page_staff .box_wrap .box .staff_table td {
  padding: 15px 0 5px;
  text-align: left;
}
#page_staff .box_wrap .box .staff_table th {
  width: 120px;
  color: #3c3228;
}

@media screen and (max-width: 767px) {
  #page_staff .staff_head {
    margin: 60px auto 0;
  }
  #page_staff .staff_head img {
    min-width: 291px;
    max-height: 15px;
  }
  #page_staff .box_wrap {
    margin: -25px auto 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #page_staff .box_wrap .box {
    width: 100%;
    max-width: 460px;
    margin: 55px auto 0;
  }
  #page_staff .box_wrap .box:nth-child(2n) {
    margin-right: auto;
  }
  #page_staff .box_wrap .box .staff_box .box_img {
    width: 90px;
  }
  #page_staff .box_wrap .box .staff_box .textbox {
    width: calc(100% - 115px);
    margin: 0 0 0 115px;
  }
  #page_staff .box_wrap .box .staff_box .textbox .name_box .name {
    float: none;
    font-size: 2.4rem;
  }
  #page_staff .box_wrap .box .staff_box .textbox .name_box .name_en {
    float: none;
    margin: 5px 0 0;
  }
  #page_staff .box_wrap .box .staff_box .textbox .text {
    margin: 10px 0 0;
  }
  #page_staff .box_wrap .box .staff_table {
    margin: 10px 0 0;
  }
}

#page_access .mainimg_area1 {
  background-image: url("images/access.jpg");
}
#page_access .title_type01 {
  margin-bottom: 50px;
}
#page_access .title_type01 .icon {
  font-size: 4.0rem;
  display: flex;
  justify-content: center;
}
#page_access .btn_box {
  margin: 50px auto 0;
}
#page_access .ballon_box {
  background: #615b5c;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 600px;
  height: 60px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  letter-spacing: 0.3em;
  position: relative;
}
#page_access .ballon_box::after {
  content: "";
  border-color: #615b5c transparent transparent transparent;
  border-style: solid;
  border-width: 15px 13px 0 13px;
  width: 0;
  height: 0;
  margin: 0 auto;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
#page_access .box_wrap {
  margin: 50px auto 0;
}
#page_access .box_wrap .box {
  margin: 40px auto 0;
  text-align: center;
  line-height: 2.2;
}
#page_access .box_wrap .box:first-child {
  margin-top: 0;
}
#page_access .box_wrap .box dt {
  color: #3c3228;
  font-size: 1.6rem;
  font-weight: bold;
}
#page_access .box_wrap .box dd a {
  text-decoration: underline;
}
#page_access .box_wrap .box dd a:hover {
  text-decoration: none;
}
#page_access .car_area {
  padding: 70px 0 0;
  overflow: hidden;
}
#page_access .car_area .inner_wrap {
  position: relative;
}
#page_access .car_area .inner_wrap::before {
  content: "";
  background: url("images/tree04.jpg") center no-repeat;
  background-size: 102px 129px;
  width: 102px;
  height: 129px;
  position: absolute;
  top: 0;
  left: -50px;
}
#page_access .car_area .btn_box .btn {
  width: 320px;
}
#page_access .subway_area {
  padding: 70px 0 0;
  overflow: hidden;
}
#page_access .subway_area .access03 {
  width: 100%;
  height: auto;
}
#page_access .subway_area .access04 {
  width: 100%;
  height: auto;
}
#page_access .subway_area .access05 {
  width: 100%;
  height: auto;
}
#page_access .subway_area .inner_wrap {
  position: relative;
}
#page_access .subway_area .inner_wrap::before {
  content: "";
  background: url("images/tree03.png") center no-repeat;
  background-size: 128px 129px;
  width: 128px;
  height: 129px;
  position: absolute;
  top: -70px;
  right: -92px;
}
#page_access .subway_area .inner_wrap::after {
  content: "";
  background: url("images/tree06.png") center no-repeat;
  background-size: 25px 42px;
  width: 25px;
  height: 42px;
  position: absolute;
  bottom: 176px;
  left: 47px;
}
#page_access .subway_area .btn_box .btn {
  width: 300px;
}
#page_access .bus_area {
  padding: 80px 0 0;
}
#page_access .bus_area .inner_wrap {
  position: relative;
}
#page_access .bus_area .inner_wrap::before {
  content: "";
  background: url("images/tree02.png") center no-repeat;
  background-size: 136px 136px;
  width: 136px;
  height: 136px;
  position: absolute;
  top: -160px;
  left: -75px;
}

@media screen and (max-width: 767px) {
  #page_access .title_type01 {
    margin-bottom: 30px;
  }
  #page_access .title_type01 .icon {
    font-size: 3.6rem;
  }
  #page_access .btn_box {
    margin: 40px auto 0;
  }
  #page_access .ballon_box {
    width: 100%;
    max-width: 600px;
    height: auto;
    padding: 10px 15px;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.15em;
  }
  #page_access .box_wrap {
    margin: 50px auto 0;
  }
  #page_access .box_wrap .box {
    margin: 40px auto 0;
    text-align: center;
    line-height: 2.2;
  }
  #page_access .box_wrap .box:first-child {
    margin-top: 0;
  }
  #page_access .box_wrap .box dt {
    color: #3c3228;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #page_access .car_area {
    padding: 70px 0 0;
  }
  #page_access .car_area .inner_wrap::before {
    background-size: 60px auto;
    width: 60px;
    height: 76px;
    top: -50px;
    left: 20px;
  }
  #page_access .subway_area {
    padding: 10px 0 0;
  }
  #page_access .subway_area .inner_wrap::before {
    background-size: 80px auto;
    width: 80px;
    height: 81px;
    top: -60px;
    right: 16px;
  }
  #page_access .subway_area .inner_wrap::after {
    background-size: 20px auto;
    width: 20px;
    height: 36px;
    bottom: 80px;
    left: 20px;
  }
  #page_access .bus_area {
    padding: 10px 0 0;
  }
  #page_access .bus_area .inner_wrap::before {
    background-size: 68px 68px;
    width: 68px;
    height: 68px;
    top: -46px;
    left: 10px;
  }
}

#page_contact {
  position: relative;
}
#page_contact .mainimg_area1 {
  background-image: url("images/access.jpg");
}
#page_contact .area_head {
  margin-bottom: 50px;
}
#page_contact .title_error {
  color: #CC0000;
}
#page_contact .link_area .link_list {
  display: -webkit-flex;
  display: flex;
  margin: 10px 0;
}
#page_contact .link_area .link_list li a .fa {
  font-size: 2.0rem;
  vertical-align: -1px;
}
#page_contact .tel_area {
  padding: 20px 0;
  text-align: center;
}
#page_contact .tel_area .tel {
  color: #615b5c;
  font-size: 5.4rem;
  letter-spacing: 0.12em;
}
#page_contact .tel_area .tel .fa {
  margin: 0 10px 0 0;
}
#page_contact .tel_area .time {
  color: #3c3228;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
#page_contact .form_area {
  background: #f8f7f7;
  padding: 70px 0 95px;
  position: relative;
}
#page_contact .form_area .area_head .icon {
  width: 42px;
  font-size: 1.0rem;
  line-height: 3.4;
}
#page_contact .form_area .flow_block {
  border: 1px dotted #615b5c;
  padding: 65px 60px 35px;
  position: relative;
}
#page_contact .form_area .flow_block .block_head {
  background: #f8f7f7;
  width: 300px;
  margin: 0 auto;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#page_contact .form_area .flow_block .block_head .image {
  height: 18px;
}
#page_contact .form_area .flow_block .block_head .image img {
  width: auto;
  max-height: 100%;
}
#page_contact .form_area .flow_block .flow_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#page_contact .form_area .flow_block .flow_list li {
  width: 240px;
  position: relative;
}
#page_contact .form_area .flow_block .flow_list li::after {
  content: "";
  background: url("images/arrow_right03.jpg") center no-repeat;
  background-size: contain;
  width: 98px;
  height: 25px;
  position: absolute;
  top: 0;
  right: -76px;
}
#page_contact .form_area .flow_block .flow_list li:last-child::after {
  content: none;
}
#page_contact .form_area .flow_block .flow_list li .text {
  margin: 30px auto 0;
  color: #3c3228;
  font-weight: bold;
  text-align: center;
}
#page_contact .form_area .flow_block .block_text {
  margin: 0 auto 0;
  text-align: center;
  line-height: 2.2;
}
#page_contact .form_area .flow_block .block_text a {
  color: #3c3228;
  text-decoration: underline;
  display: inline;
}
#page_contact .form_area .flow_block .block_text a:hover {
  text-decoration: none;
}
#page_contact .form_area .form_text {
  margin: 0 auto ;
  text-align: center;
  line-height: 2.0;
  font-size: 2rem;
}
.input-group {
  
    margin: 10px;
  
}
#form1{
  width: 60%;
  margin: 0 auto;
}

#form1 .btn{
  background: #f1e9e6;
  color: #3c3228;
  margin: 0 5px;
  width: 150px;
}

#form1 .form-control{
  width: 100%;
}
#page_contact .form_area .form_text .must {
  margin: 0 3px 0 0;
  color: #3c3228;
  font-size: 1.1rem;
}
#page_contact .form_area .form_block {
  width: 680px;
  margin: 0 auto;
}
#page_contact .fax_area {
  padding: 70px 0 0;
  text-align: center;
}
#page_contact .fax_area .fax {
  color: #3c3228;
  font-size: 3.8rem;
  letter-spacing: 0.12em;
}
#page_contact .fax_area .line_a{
  color: #3c3228;
}
#page_contact .fax_area .fax .fa {
  margin: 0 10px 0 0;
  font-size: 3.2rem;
}
#page_contact .fax_area .textbox p {
  margin: 25px 0 0;
}
#page_contact .fixed_contact {
  width: 118px;
  height: 148px;
  position: absolute;
  top: 330px;
  right: 0;
  z-index: 100;
}
#page_contact .fixed_contact.active {
  position: fixed;
  top: 480px;
  right: 0;
}

@media screen and (max-width: 767px) {
  #page_contact .tel_area {
    padding: 20px 0;
  }
  #page_contact .tel_area .tel {
    margin: 15px auto 0;
    font-size: 2.9rem;
  }
  #page_contact .tel_area .time {
    margin: 15px auto 0;
  }
  #page_contact .form_area {
    padding: 20px 0 90px;
  }
  #page_contact .form_area .area_head .icon {
    width: 38px;
    line-height: 2.8;
  }
  #page_contact .form_area .flow_block {
    padding: 40px 20px 35px;
    position: relative;
  }
  #page_contact .form_area .flow_block .block_head {
    width: 260px;
  }
  #page_contact .form_area .flow_block .block_head .image {
    height: 16px;
  }
  #page_contact .form_area .flow_block .flow_list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #page_contact .form_area .flow_block .flow_list li {
    width: 100%;
    max-width: 240px;
    margin: 30px auto 0;
  }
  #page_contact .form_area .flow_block .flow_list li::after {
    content: none;
  }
  #page_contact .form_area .flow_block .flow_list li:first-child {
    margin-top: 10px;
  }
  #page_contact .form_area .flow_block .flow_list li .text {
    margin: 15px auto 0;
  }
  #page_contact .form_area .flow_block .block_text {
    margin: 40px auto 0;
  }
  #page_contact .form_area .form_text {
    margin: 60px auto 0;
  }
  #page_contact iframe{
  width: 100%;
  height: 1200px;
  }
  #page_contact .form_area .form_block {
    width: 100%;
    max-width: 680px;
  }
  #page_contact .fax_area {
    padding: 60px 0 80px;
  }
  #page_contact .fax_area .fax {
    font-size: 2.9rem;
  }
  #page_contact .fax_area .fax .fa {
    font-size: 2.4rem;
  }
  #page_contact .fixed_contact {
    display: none;
  }
  #form1 {
    width: 100%;
    margin: 0 auto;
  }
}
/*台北109青旅洗衣店區*/
.contents .laundry_map{
  width: 540px;
  display: flex;
 flex-direction: row-reverse;
  margin: 0 20px 70px;
}
.contents .laundry_map h3{
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: bold;
  }
@media screen and (max-width: 767px) {
  .contents .laundry_map{
  width: 100%;
  }
}
/*台北109青旅常見問答區*/
   .q-container {
    width: 880px;
    margin: auto;
    margin-bottom:  50px !important;
  }
   .q-container h2 {
    color: white;
    margin: 10px 0;
    padding: 15px 10px;
    background-color: #3c3228;
    cursor: pointer;
    transition: all .4s;
    border-bottom: 2px solid #aaa;
    font-size: 2.0rem;
    line-height: 1.5;
  }
     .p-container h2 {
    color: white;
    margin:  0;
    padding: 15px 10px;
    background-color: #3c3228;
    cursor: pointer;
    transition: all .4s;
    border-bottom: 2px solid #aaa;
    font-size: 2.0rem;
    line-height: 1.5;
  }
   .q-container h2:hover {
    background-color:#3c3228;
    opacity: 0.7;
  }
   .q-container h2::after{
    content: "";
    background: url(images/arrow.png) center no-repeat;
    background-size: 20px auto;
    width: 50px;
    height: 28px;
    position: absolute;
    right: 326px;
    z-index: 200;
  }
   .q-container p {
    color: #3c3228;
    margin: 0;
    padding: 15px 30px;
    line-height: 2.0;
    background-color: #9662;
  }
     .p-container p {
    color: #3c3228;
    margin: 0;
    padding: 15px 30px;
    line-height: 2.0;
    background-color: #9662;
  }
  .q-container .qp{
    font-size: 1.8rem;
  }
    .p-container .pq{
    font-size: 1.8rem;
  }
   #question3_area {
   margin-bottom:   150px;
  }
  .facebook{
    background:#4267B2;
  }
  .line{
    background: white;
  }
  .instagram{
    color: white;
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  }
@media screen and (max-width: 1920px) and (min-width: 1600px){
   .q-container h2::after{
    content: "";
    background: url(images/arrow.png) center no-repeat;
    background-size: 20px auto;
    width: 50px;
    height: 28px;
    position: absolute;
    right: 516px;
    z-index: 200;
  }
 } 
@media screen and (max-width: 767px) {
   .q-container {
    width: 100%;
    margin: 0 5px;
  }
   .q-container h2 {
    font-size: 1.8rem;
  }
     .p-container h2 {
    font-size: 1.8rem;
  }
   .q-container h2::after{
    background-size: 20px auto;
    width: 50px;
    height: 27px;
    position: absolute;
    right: 22px;

  }
    .q-container .qp{
    font-size: 1.5rem;
  }
    .p-container .pq{
    font-size: 1.5rem;
  }
   #question1_area {
   padding: 10px 0;
  }
   #question3_area {
   margin-bottom:   70px;
  }
}
#page_404 {
  padding: 120px 0;
}
#page_404 .area_text {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #page_404 .area_text {
    font-size: 1.8rem;
  }
}

#page_calendar_edit .calendar_area {
  padding: 50px 0 100px;
}
#page_calendar_edit .calendar_wrap .calendar_box {
  margin-top: 20px;
}
#page_calendar_edit .calendar_wrap .calendar_box .calendar_head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
#page_calendar_edit .calendar_wrap .calendar_box .calendar_content {
  margin-top: 10px;
}
#page_calendar_edit .calendar_wrap .calendar_box .calendar_content .this_month {
  cursor: pointer;
}

.calendar_wrap .calendar_box {
  width: 480px;
  margin: 80px auto 0;
}
.calendar_wrap .calendar_box:first-child {
  margin-top: 0;
}
.calendar_wrap .calendar_content {
  margin: 20px auto 10px;
  width: 480px;
  height: auto;
  text-align: center;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calendar_wrap .calendar_content li {
  box-sizing: border-box;
  background-color: #eeeaea;
  border: 4px solid #ffffff;
  width: 14.2857%;
  padding: 10px 0;
  color: #615b5c;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.2em;
}
.calendar_wrap .calendar_content li span {
  margin: 0 0 0 3px;
  font-size: 14px;
}
.calendar_wrap .calendar_content .label {
  background-color: #3c3228;
  color: #ffffff;
  font-weight: bold;
}
.calendar_wrap .calendar_content .prev {
  background: #ffffff;
  text-indent: -200%;
  overflow: hidden;
  visibility: hidden;
}
.calendar_wrap .calendar_content .next {
  background: #ffffff;
  text-indent: -200%;
  overflow: hidden;
  visibility: hidden;
}
.calendar_wrap .calendar_content .close {
  background-color: #85c2ba;
  color: #ffffff;
}
.calendar_wrap .calendar_content .option01,
.calendar_wrap .calendar_content .option02 {
  background-color: #85c2ba;
  color: #ffffff;
}
.calendar_wrap .calendar_notice {
  width: 150px;
  margin: 8px 0 0 auto;
  color: #615b5c;
  font-weight: bold;
  text-align: left;
  line-height: 1.0;
}
.calendar_wrap .calendar_notice .calendar_sample {
  box-sizing: border-box;
  background-color: #85c2ba;
  width: 40px;
  height: 27px;
  margin-right: 10px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
}
.calendar_wrap .link_calendar_edit {
  background-color: #c00079;
  width: 130px;
  height: 28px;
  margin: 20px auto 0;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  letter-spacing: 0.2em;
}
.calendar_wrap .link_calendar_edit a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.calendar_wrap .calendar_control {
  width: 480px;
  height: auto;
  margin: 10px auto 0;
  text-align: center;
}
.calendar_wrap .calendar_control table {
  width: 480px;
}
.calendar_wrap .calendar_control table td {
  text-align: center;
}
.calendar_wrap .calendar_control table td a {
  color: #c00079;
}
.calendar_wrap #calendar_form {
  width: 480px;
  height: auto;
  margin: 30px auto;
  text-align: center;
}
.calendar_wrap #calendar_form .comment_head {
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.calendar_wrap #calendar_form #cal_comment {
  width: 100%;
  height: 90px;
  padding: 5px 10px;
  line-height: 1.8;
}
.calendar_wrap #calendar_form #submit {
  background-color: #c00079;
  border: none;
  padding: 10px 20px;
  margin: 30px auto 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.calendar_wrap #calendar_form #submit:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
@media screen and (max-width: 767px) {
  .calendar_wrap .calendar_box {
    width: 100%;
    max-width: 300px;
  }
  .calendar_wrap .calendar_content {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .calendar_wrap .calendar_content li {
    border-width: 2px;
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .calendar_wrap .calendar_content li span {
    margin: 0 0 0 2px;
    font-size: 11px;
  }
  .calendar_wrap .calendar_notice {
    width: 100%;
    max-width: 300px;
    margin: 6px 0 0 2px;
    text-align: left;
  }
  .calendar_wrap .calendar_notice .calendar_sample {
    width: 30px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
  }
  .calendar_wrap .link_calendar_edit {
    margin: 20px auto 0;
  }
  .calendar_wrap .calendar_control {
    width: 100%;
    max-width: 300px;
  }
  .calendar_wrap .calendar_control table {
    width: 100%;
    max-width: 300px;
  }
}

.mw_wp_form {
  padding: 0 5px;
  margin: 20px 0 0;
}
.mw_wp_form .error {
  margin: 5px auto 0;
  color: #ff0000;
  font-weight: normal;
}
.mw_wp_form .period {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 50px;
}
.mw_wp_form .horizontal-item {
  margin-left: 0;
}
.mw_wp_form input[type="text"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="email"] {
  background: #ffffff;
  border: none;
  font-family: inherit;
  font-size: 1.5rem;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  color: #000000;
  line-height: 45px;
  letter-spacing: inherit;
}
.mw_wp_form input[type="text"].error, .mw_wp_form input[type="text"].error_field,
.mw_wp_form input[type="tel"].error,
.mw_wp_form input[type="tel"].error_field,
.mw_wp_form input[type="email"].error,
.mw_wp_form input[type="email"].error_field {
  background: #FFEEEE;
}
.mw_wp_form input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0 20px 0 0;
}
.mw_wp_form input.people_field {
  width: 90px;
  margin: 0 16px 0 23px;
}
.mw_wp_form input.room_field {
  width: 200px;
  margin: 0 16px 0 0;
}
.mw_wp_form input.days_field {
  width: 280px;
  margin: 0 16px 0 0;
}
.mw_wp_form input:placeholder-shown {
  color: #999999;
  font-weight: normal;
  letter-spacing: 0.15em;
}
.mw_wp_form input::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
  letter-spacing: 0.15em;
}
.mw_wp_form input:-moz-placeholder {
  color: #999999;
  font-weight: normal;
  letter-spacing: 0.15em;
  opacity: 1;
}
.mw_wp_form input::-moz-placeholder {
  color: #999999;
  font-weight: normal;
  letter-spacing: 0.15em;
  opacity: 1;
}
.mw_wp_form input:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
  letter-spacing: 0.15em;
}
.mw_wp_form textarea {
  background: #ffffff;
  border: none;
  color: #000000;
  font-family: inherit;
  font-size: 1.6rem;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  padding: 10px 15px;
  line-height: 1.8;
}
.mw_wp_form textarea.error, .mw_wp_form textarea.error_field {
  background: #FFEEEE;
}
.mw_wp_form dl {
  padding: 32px 0 0;
  overflow: hidden;
}
.mw_wp_form dl dt {
  font-weight: bold;
  overflow: hidden;
}
.mw_wp_form dl dt .must_mark {
  margin: 0 10px 0 0;
  color: #85c2ba;
  font-size: 1.1rem;
  vertical-align: 2px;
}
.mw_wp_form dl dt .label {
  margin: 0 0 0 2px;
  color: #3c3228;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.25em;
}
.mw_wp_form dl dd {
  padding: 10px 0 0;
}
.mw_wp_form dl.type_radio dd {
  padding: 20px 0 0;
}
.mw_wp_form dl .people_box01 {
  margin: 0 60px 0 0;
  display: inline-block;
}
.mw_wp_form dl .people_box02 {
  display: inline-block;
}
.mw_wp_form dl .people_box03 {
  margin: 20px 0 0;
}
.mw_wp_form .calendar_box .left_box,
.mw_wp_form .calendar_box .right_box {
  display: inline;
}
.mw_wp_form .calendar_box p {
  display: inline;
}
.mw_wp_form span.mwform-radio-field {
  margin-left: 105px;
  line-height: 1.0;
  display: inline-block;
}
.mw_wp_form span.mwform-radio-field:first-child {
  margin-left: 0;
}
.mw_wp_form span.mwform-radio-field + .horizontal-item {
  margin-left: 35px;
}
.mw_wp_form span.mwform-radio-field label {
  min-height: 16px;
  padding-left: 32px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.15em;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.mw_wp_form span.mwform-radio-field label::before {
  content: '';
  border: 2px solid #615b5c;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
}
.mw_wp_form span.mwform-radio-field label::after {
  content: '';
  background-color: #615b5c;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.mw_wp_form span.mwform-radio-field label input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0px;
  position: absolute;
  left: -25px;
  top: 0px;
  z-index: 2;
  box-shadow: 25px -1px #f8f7f7;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.mw_wp_form span.mwform-radio-field label input[type="radio"]:checked {
  box-shadow: none;
}
.mw_wp_form .form_column2 {
  overflow: hidden;
}
.mw_wp_form .form_column2 .left_box {
  float: left;
  width: 320px;
}
.mw_wp_form .form_column2 .right_box {
  float: right;
  width: 320px;
}
.mw_wp_form .btn_wrap {
  margin: 50px auto 0;
}
.mw_wp_form .btn_wrap .btn_box {
  text-align: center;
}
.mw_wp_form .btn_wrap .btn_box .btn {
  background: #3c3228;
  border: none;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 240px;
  height: 60px;
  color: #ffffff;
  font-family: inherit;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 60px;
  letter-spacing: 0.15em;
  cursor: pointer;
}
.mw_wp_form .btn_wrap .btn_box.form_back {
  margin: 20px auto 0;
}
.mw_wp_form .btn_wrap .btn_box.form_back .btn {
  background: #999999;
  border: none;
  color: #ffffff;
}
.mw_wp_form.mw_wp_form_confirm {
  margin: 30px auto 0;
}
.mw_wp_form.mw_wp_form_confirm .confirm_none {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .confirm_on {
  display: block;
}
.mw_wp_form.mw_wp_form_confirm .period {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.0;
}
.mw_wp_form.mw_wp_form_confirm dl {
  border-bottom: 1px solid #b2b2b2;
  width: 100%;
  padding: 15px 20px;
  line-height: 1.8;
  display: table;
}
.mw_wp_form.mw_wp_form_confirm dl dt {
  float: none;
  width: 230px;
  padding: 0 10px 0 0;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
}
.mw_wp_form.mw_wp_form_confirm dl dt .must_mark {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm dl dt .label {
  margin-left: 0;
  font-size: 1.4rem;
}
.mw_wp_form.mw_wp_form_confirm dl dd {
  padding: 0;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
}
.mw_wp_form.mw_wp_form_confirm dl dd.radio {
  text-align: left;
}
.mw_wp_form.mw_wp_form_confirm dl .people_box01,
.mw_wp_form.mw_wp_form_confirm dl .people_box02,
.mw_wp_form.mw_wp_form_confirm dl .people_box03 {
  margin: 0;
  display: block;
}
.mw_wp_form.mw_wp_form_confirm .form_column2 .left_box {
  float: none;
  width: 100%;
}
.mw_wp_form.mw_wp_form_confirm .form_column2 .right_box {
  float: none;
  width: 100%;
}
.mw_wp_form.mw_wp_form_confirm .calendar_box .left_box,
.mw_wp_form.mw_wp_form_confirm .calendar_box .right_box {
  display: inline;
}
.mw_wp_form.mw_wp_form_confirm .btn_wrap {
  margin: 40px auto 0;
}
.mw_wp_form.mw_wp_form_complete {
  margin: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .mw_wp_form .period {
    text-align: center;
    display: block;
  }
  .mw_wp_form form {
    font-size: 1.4rem;
  }
  .mw_wp_form form input[type="text"],
  .mw_wp_form form input[type="tel"],
  .mw_wp_form form input[type="email"] {
    font-size: 1.4rem;
    width: 100%;
  }
  .mw_wp_form form input.people_field {
    width: 90px;
    margin: 0 10px 0 15px;
  }
  .mw_wp_form form input.room_field {
    width: 200px;
  }
  .mw_wp_form form input.days_field {
    width: 200px;
  }
  .mw_wp_form form textarea {
    font-size: 1.4rem;
    width: 100%;
    height: 180px;
    line-height: 1.6;
  }
  .mw_wp_form dl {
    padding: 20px 0 0;
  }
  .mw_wp_form dl dt {
    float: none;
    width: 100%;
    font-size: 1.4rem;
  }
  .mw_wp_form dl dt .must_mark {
    margin: 0;
  }
  .mw_wp_form dl dd {
    padding: 10px 0;
  }
  .mw_wp_form dl.type_radio dd {
    padding: 5px 0 10px;
  }
  .mw_wp_form dl .people_box01 {
    margin: 0;
    display: block;
  }
  .mw_wp_form dl .people_box02 {
    margin: 20px 0 0;
    display: block;
  }
  .mw_wp_form dl .people_box03 {
    margin: 20px 0 0;
  }
  .mw_wp_form span.mwform-radio-field {
    margin: 10px 0 0;
    display: block;
  }
  .mw_wp_form span.mwform-radio-field:first-child {
    margin-left: 0;
  }
  .mw_wp_form span.mwform-radio-field + .horizontal-item {
    margin-left: 0;
  }
  .mw_wp_form span.mwform-radio-field label {
    line-height: 1.4;
  }
  .mw_wp_form .form_column2 .left_box {
    float: none;
    width: 100%;
  }
  .mw_wp_form .form_column2 .right_box {
    float: none;
    width: 100%;
  }
  .mw_wp_form .calendar_box .right_box {
    margin: 20px 0 0;
  }
  .mw_wp_form .btn_wrap {
    margin: 30px auto 0;
  }
  .mw_wp_form.mw_wp_form_confirm {
    margin: 0;
  }
  .mw_wp_form.mw_wp_form_confirm .period {
    display: inline;
  }
  .mw_wp_form.mw_wp_form_confirm dl {
    padding: 15px 5px;
  }
  .mw_wp_form.mw_wp_form_confirm dl dt {
    width: 45%;
    min-width: 45%;
    padding: 0 10px 0 0;
    font-size: 1.3rem;
  }
  .mw_wp_form.mw_wp_form_confirm dl dd {
    padding: 0;
    font-size: 1.3rem;
  }
  .mw_wp_form.mw_wp_form_complete {
    margin: 0;
  }
}

.ui-datepicker table {
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.ui-datepicker table td span,
.ui-datepicker table td a {
  text-align: center;
}

.content_pre {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 150px;
}

.content_img {
  width: 980px;
  margin: 30px auto;
}

.content_img li {
  margin-bottom: 50px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .content_img {
    width: 95%;
  }
}

/*追加*/
#page_plan .plan01 .plan_table{
	margin-bottom: 70px;
}

/*event追加*/
.contents._single .event_text {
  border: 1px solid #3c3228;
  padding: 20px 30px;
  margin: 0 0 40px;
  font-size: 14px;
  font-size: 1.4rem;
}
.contents._single .event_text span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contents._single .event_text {
    padding: 15px 20px;
  }
}

.anker {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .anker {
    top: -80px;
  }
}
  .topevent_btn {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 180px;
	}
  .topevent_btn a{
	margin-bottom: 20px;
	}
@media screen and (max-width: 767px) {
  .topevent_btn {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 120px;
	}
  }
#link109{
  background: url(links/bg.svg) 0% 0% / cover rgb(70, 83, 98);
  color: rgb(255, 255, 255);
}
.min-vh-100 {
    min-height: 100vh!important;
}
.my3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.text-center {
    text-align: center!important;
}
.round_circle{
  width: 120px;
  height: 120px;
  border-radius: 50%!important;
}
.web_title .title{
font-size: 1.25rem;
}
@media screen and (min-width: 1200px){
  .profile_box {
    max-width: 1140px;
  }
}
@media screen and (min-width: 992px){
  .profile_box {
    max-width: 960px;
  }
}
@media screen and (min-width: 768px){
  .profile_box {
    max-width: 720px;
  }
}
@media screen and (min-width: 576px){
  .profile_box {
    max-width: 540px;
  }
}
.profile_box {
    --bs-gutter-x: 1.5rem;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-right: auto;
    margin-left: auto;
}
.row_box{
  --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
    justify-content: center!important;
}
.row_social_item{
  margin-top: .25rem!important;
  margin-bottom: .25rem!important;
  margin-right: .25rem!important;
  margin-left: .25rem!important;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
}
.link_social_a{
  width: 100%;
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  height: 100%;
  border-radius: 50%!important;
  border-color: #f8f9fa;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.link_social_a i{
margin: 35% auto;
}
/*連結盒子區*/
.content_box a:hover{
  top: -5px;
  text-decoration: none;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
}
.card {
    width: 800px;
    margin: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    justify-content: center;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.row:hover{
  transition: 0.3s;
  opacity: 0.5;
  top:  -5px;
}
.hvr-bob {
    background: white;
    border-style: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
}
.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important;
    flex: 4;
}
.col-auto {
    flex: 1;
    width: auto;
    display: flex;
    justify-content: center;
}
.col-auto a{
margin: 5px;
}
.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important;
}
.sz48{
    width: 48px;
    height: 48px;
}
.rounded-circle {
    border-radius: 50%!important;
}
@media screen and (max-width: 767px) {
  .card {
    width: 100%;
    margin: 2%;
  }
  .col-auto {
    margin-right: 4%;
  }
  .f_copyright .link1091{
    top: 30px;
    left: -5px;
  }
  .f_copyright .link1092{
    margin: 10px 0 5px 10px;
  }
}