@import url("https://fonts.googleapis.com/css?family=Prompt:100,200,300,400,500,600,700,800,900&subset=thai");
@import url("../fonts/font-awesome-4.7.0/css/font-awesome.min.css");
label {
  line-height: 30px;
  float: left;
}

.file {
  display: none;
}

.file-txt {
  clear: both;
  padding: 10px 0;
  display: block;
  text-align: right;
}

.txt {
  line-height: 25px;
  float: left;
  padding: 0 7px;
  height: 35px;
  background: #fff;
  color: #494848;
  border: 1px solid #111111;
  font: 300 16px 'Prompt';
}

.txt-1 {
  width: 111px;
}

.txt-2 {
  width: 359px;
}

.select {
  line-height: 25px;
  float: left;
  padding: 0 5px;
  height: 35px;
  background: #fff;
  color: #9f9e9e;
  border: 1px solid #111111;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
}

.select-1 {
  width: 111px;
}

.select-2 {
  width: 359px;
}

.txt, .select {
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #494848;
  opacity: 1;
}

::-moz-placeholder {
  color: #494848;
  opacity: 1;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #494848;
  opacity: 1;
}

/* ie */
input:-moz-placeholder {
  color: #494848;
  opacity: 1;
}

.frm p, .frm .p {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.frm .select:after {
  position: absolute;
  content: ' ';
  border: 4px solid transparent;
  border-top-color: #111111;
  top: 15px;
  right: 5px;
  z-index: 6;
  display: block;
}
.frm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: 30px;
  width: 100%;
  height: 100%;
  align-items: center;
  float: left;
  background: none;
  border: none;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  color: #494848;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.frm select option {
  font-size: 14px;
  height: 50px;
}
.frm .fake-txt {
  position: absolute;
  top: 2px;
  left: 0;
  color: #494848;
  z-index: 9;
  width: 94%;
  height: 100%;
  overflow: hidden;
  padding: 0 7px;
  font-size: 16px;
  text-transform: uppercase;
  box-sizing: border-box;
  line-height: 30px;
}

/*/////////////// RESET /////////////////*/
body, html {
  margin: 0;
  padding: 0;
}

html {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  font: 300 20px/1.4 'Prompt';
}

body {
  background: #fff;
  letter-spacing: -1px;
  font: 300 20px/1.4 'Prompt';
}

h1, h2, h3 {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 7px;
}

h1 {
  font: 400 42px/36px 'Prompt', sans-serif;
}

h2 {
  font: 500 38px/30px 'Prompt', sans-serif;
  letter-spacing: -1px;
}

h3 {
  font: 400 20px/1.1 'Prompt', sans-serif;
}

h4 {
  font: 300 18px/18px 'Prompt', sans-serif;
}

img {
  border: none;
  transition: ease-in-out 200ms;
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  color: #ff3c7b;
  transition: ease-in-out 100ms;
  -webkit-transition: ease-in-out 100ms;
  -ms-transition: ease-in-out 100ms;
  -moz-transition: ease-in-out 100ms;
}

ul {
  margin: 0px;
  padding: 0px;
}

p, .p {
  margin: 5px 0;
  padding: 0;
  clear: both;
  float: left;
  width: 100%;
}

input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

/*/////////////// ALL CLASS /////////////////*/
.left {
  clear: both;
  float: left;
}

.center {
  float: left;
}

.right {
  float: right;
}

.inner {
  margin: 0px auto;
  width: 1170px;
  padding: 0 20px;
  box-sizing: border-box;
}

.row {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0px;
  box-sizing: border-box;
}

.h-page {
  color: #ff3c7b;
  font-size: 38px;
  font-weight: 600;
  clear: both;
  float: left;
  margin: 5px 0 20px 0;
  white-space: nowrap;
}

b {
  color: #c7972b;
  font-weight: 600;
}

.h-section {
  font-size: 28px;
  font-weight: 400;
  width: 70%;
  clear: both;
  float: left;
  margin: 0px 0 20px 0;
  position: relative;
}
.h-section img, .h-section span {
  display: inline-block;
  vertical-align: middle;
}
.h-section img {
  width: 35px;
  margin-right: 10px;
}

.h-box {
  font-size: 24px;
  margin: 5px 0 10px 0;
  color: #1c1c1c;
  float: left;
  width: 70%;
}

.btn, .btn-1, .btn-2, .btn-3 {
  display: inline-block;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  border: none;
  font-family: "Prompt";
  font-size: 0.9em;
  padding: 10px 20px;
}

.btn-1 {
  background: #ff3c7b;
  color: #fff;
}

.btn-2 {
  background: #fff;
  color: #ff3c7b;
  border: 1px solid #ff3c7b;
  position: relative;
  padding-left: 40px;
}
.btn-2 i, .btn-2 span {
  display: inline-block;
  vertical-align: middle;
}
.btn-2 i {
  position: absolute;
  left: 13px;
  top: 17px;
}
.btn-2:hover {
  background: #ff3c7b;
  color: #fff;
}

.btn-3 {
  background: #111111;
  color: #fff;
}

.shadow {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200000;
  display: none;
}

.readmore {
  color: #ff3c7b;
  position: absolute;
  top: 35px;
  right: 20px;
  width: auto;
  font-size: 16px;
}

.underline {
  border-bottom: 1px solid #e6e6e6;
  margin: 20px 0;
  clear: both;
  float: left;
  width: 100%;
}

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

table {
  width: 100%;
  clear: both;
  float: left;
}

/*/////////////// CONTAINER ///////////////*/
.container {
  float: left;
  clear: both;
  width: 100%;
  min-height: 600px;
  padding: 0;
}

.box-border {
  border: 2px solid #ff3c7b;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  background: #eee;
}

#top {
  width: 100%;
  clear: both;
  float: left;
  padding: 20px 0px;
  box-sizing: border-box;
  background:#2aade1;
}

.top-row {
  background: #727272;
  padding: 40px 0;
  clear: both;
  float: left;
  width: 100%;
  color: #fff;
}

.top-contact {
  text-align: center;
  padding: 40px 0;
  clear: both;
  float: left;
  background: #111111;
  width: 100%;
  color: #fff;
  font-size: 26px;
}
.top-contact b {
  font-size: 30px;
  color: #cfaf03;
  font-weight: 300;
}

#logo {
  display: block;
  width: 375px;
  float: left;
  margin: 15px 0 0;
}
#logo img {
  width: 100%;
  clear: both;
  float: left;
  display: block;
}

.web-detail {
  float: right;
  text-align: right;
  width: 60%;
  font-weight: 200;
  line-height: 1.6;
}

/*////////////////// Main Menu ///////////////////*/
#menu-top {
  font-weight: 400;
  text-align: center;
  font-size: 18px;
}
#menu-top ul li {
  list-style: none;
  display: inline-block;
  margin: 0 30px;
  text-transform: uppercase;
}
#menu-top ul li a {
  display: block;
  clear: both;
  float: left;
  color: #fff;
  position: relative;
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
}

.icon-menu {
  width: 35px;
  height: 105%;
  border: 1px solid #ddd;
  float: left;
  border-bottom: 2px solid #f00;
  padding: 0 0 0px;
  cursor: pointer;
}
.icon-menu span {
  display: block;
  background: #666;
  clear: both;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  line-height: 12px;
  margin: 5px auto;
}

.banner-box {
  clear: both;
  float: left;
  border-bottom: 2px solid #f4f4f4;
  width: 100%;
}

.banner {
  float: left;
  width: 50%;
}
.banner img {
  display: block;
  width: 100%;
  float: left;
}
.banner .bx-wrapper .bx-pager {
  bottom: 10px;
}

.slogan {
  float: right;
  width: 50%;
  padding: 3% 0 0 30px;
  box-sizing: border-box;
}
.slogan p {
  font-size: 16px;
  margin: 20px 0;
}
.slogan .slogan-txt {
  line-height: 1.1;
}
.slogan .slogan-txt i {
  background: #111111;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.slogan-social {
  padding: 20px 0px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: relative;
}
.slogan-social .left {
  width: 50%;
  font-size: 14px;
}
.slogan-social .right {
  width: 50%;
  text-align: center;
}
.slogan-social a {
  display: inline-block;
  background: #545454;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  font-size: 38px;
}

.btn-social {
  text-align: center;
  margin: 30px 0 0;
  clear: both;
  float: left;
  width: 100%;
}
.btn-social a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 1%;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  width: 30%;
  box-sizing: border-box;
}
.btn-social a span, .btn-social a img {
  display: inline-block;
  vertical-align: middle;
}
.btn-social a img {
  width: 40px;
  margin-right: 10px;
  border-radius: 10px;
  border: 2px solid #fff;
}
.btn-social .btn-fb {
  background: #3B5998;
}
.btn-social .btn-line {
  background: #01B901;
}
.btn-social .btn-ig {
  background: #E33299;
}

.yt-zone {
  width: 100%;
  clear: both;
  float: left;
  padding: 40px 0;
  background: #ddd;
}
.yt-zone ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.yt-zone ul li {
  width: 48%;
  margin-right: 20px;
  list-style: none;
}
.yt-zone ul li:nth-child(2n) {
  margin-right: 0;
}
.yt-zone ul li iframe {
  width: 100%;
  display: block;
}

.follow-box {
  width: 600px;
  margin: 0px auto;
  font-size: 16px;
}

.follow-us {
  background: #f0f0f0;
  padding: 40px 0;
  clear: both;
  float: left;
  width: 100%;
  z-index: 1;
  position: relative;
}
.follow-us .underline {
  margin: 40px 0 0;
}
.follow-us .logo2 {
  width: 30%;
  float: left;
  margin: 0 60px 0 0px;
}
.follow-us .follow-right {
  width: 60%;
  float: left;
  line-height: 1.6;
}
.follow-us .follow-right a {
  display: inline-block;
  width: auto;
}
.follow-us .emo {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.follow-us nav {
  clear: both;
  float: left;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.follow-us nav i, .follow-us nav span {
  display: inline-block;
  vertical-align: middle;
}
.follow-us nav i {
  font-size: 16px;
}
.follow-us nav span {
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0 0 5px;
}
.follow-us nav .follow-nav {
  display: inline-block;
  margin: 0 30px;
  color: #8b878a;
  cursor: pointer;
  padding: 15px 0;
}
.follow-us nav .active {
  border-top: 2px solid #000;
  color: #1c1c1c;
}
.follow-us ul {
  font-size: 0;
  padding: 0px 0 0;
  width: 100%;
  clear: both;
  float: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.follow-us ul li {
  list-style: none;
  display: inline-block;
  width: 30%;
  margin: 0 10px 20px 10px;
}

.thank {
  padding: 30px 0;
  width: 100%;
  clear: both;
  float: left;
}
.thank h2 {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
.thank ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  clear: both;
  float: left;
}
.thank li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  width: 22%;
  text-align: center;
}
.thank li img {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
}
.thank li .thk-name {
  color: #ff3c7b;
  font-weight: 400;
  padding: 20px  0 0;
  font-size: 22px;
}

.friend {
  padding: 30px 0;
  width: 100%;
  clear: both;
  float: left;
  background: #222;
}
.friend h2 {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  color: #fff;
}
.friend ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.friend li {
  list-style: none;
  margin: 0 10px 20px 10px;
  width: 30%;
  text-align: center;
}
.friend li img {
  display: block;
  width: 100%;
}

.special-new .left {
  width: 50%;
  float: left;
  background: #4c4c4c;
  padding: 30px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  height: 400px;
}
.special-new h3 {
  font-size: 26px;
}
.special-new ul {
  width: 100%;
  text-align: center;
  padding: 30px 0 0;
  clear: both;
  float: left;
}
.special-new ul li {
  list-style: none;
  display: inline-block;
  width: 30%;
  position: relative;
  margin: 0 5px 15px 5px;
}
.special-new ul li a {
  color: #fff;
}
.special-new ul li img {
  display: block;
  width: 100%;
}
.special-new ul li .special-icon {
  width: 30px;
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 99;
}
.special-new ul li .tabien-number {
  color: #1c1c1c;
  position: absolute;
  top: 22%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
}
.special-new ul li .tabien-price {
  width: 100%;
  text-align: left;
  padding: 10px 0 0;
  color: #ff3c7b;
}
.special-new ul li .tabien-sum {
  padding: 2px 0px 0;
  box-sizing: border-box;
  z-index: 0;
  color: #000;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  color: #fff;
}
.special-new .right {
  background: #ff3c7b;
  height: 400px;
  width: 50%;
  box-sizing: border-box;
  padding: 50px 30px;
}
.special-new .right img {
  width: 56%;
  float: left;
}
.special-new .right .k-mon {
  width: 40%;
  box-sizing: border-box;
  float: right;
  color: #fff;
}
.special-new .right h3 {
  font-size: 30px;
}
.special-new .right .k-mon-txt {
  padding: 10px 0 0;
  clear: both;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.6;
}
.special-new .right .k-mon-txt b {
  font-size: 22px;
  padding: 10px 0 0;
  display: block;
  clear: both;
}

.index-option {
  float: right;
  font-size: 18px;
}
.index-option a {
  display: inline-block;
  padding: 15px 30px 10px 30px;
  min-width: 180px;
}

.tabien-zone {
  background: #fff;
  padding: 60px 0 40px 0;
  width: 100%;
  box-sizing: border-box;
  clear: both;
  float: left;
}
.tabien-zone h2 {
  text-align: center;
  font-size: 50px;
  color: #ff3c7b;
  margin: 0 0 40px;
}

.search-inc {
  background: #fff;
  padding: 0px 0 30px !important;
  left: 0;
  border-bottom: 2px solid #ff3c7b;
  width: 100%;
  clear: both;
  margin: 50px 0 0;
  float: left;
}
.search-inc .h-box {
  background: #444;
  padding: 10px 20px;
  margin: 0 0 20px !important;
  clear: both;
  float: left;
  color: #fff;
  width: 100%;
}
.search-inc p {
  padding: 0 20px 0 0;
  clear: none;
  box-sizing: border-box;
  float: left;
  width: auto;
}
.search-inc label {
  font-size: 18px;
  width: auto;
  margin: 3px 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.search-inc .txt {
  text-align: right;
  float: right;
}
.search-inc .select {
  width: 200px;
}
.search-inc .btn-1 {
  margin: 0px 0 0 0px;
  height: 37px;
  line-height: 1.2;
}
.search-inc .btn-1:before {
  font-family: FontAwesome;
  content: '\f002';
  margin-right: 10px;
}

.box-tabien {
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0 100px 0;
  line-height: 18px;
  font-size: 0;
}
.box-tabien ul {
  clear: both;
  float: left;
  width: 100%;
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
}
.box-tabien ul li {
  list-style: none;
  vertical-align: top;
  position: relative;
  text-align: center;
  width: 200px;
  margin: 0 10px 25px 15px;
}
.box-tabien ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.box-tabien ul li .tabien-pic {
  position: relative;
  z-index: 2;
}
.box-tabien ul li .tabien-pic img {
  display: inline-block;
  width: 100%;
}
.box-tabien ul li .tabien-pic span {
  left: 0;
  color: #111111;
  width: 100%;
  text-align: center;
  font-weight: 400;
  display: block;
}
.box-tabien ul li .tabien-pic span.tabien-num {
  top: 50px;
  font-size: 30px;
  position: absolute;
}
.box-tabien ul li .tabien-pic span.tabien-price {
  font-size: 18px;
  text-align: left;
  color: #ff3c7b;
}
.box-tabien ul li .tabien-sum {
  padding: 2px 0px 0;
  box-sizing: border-box;
  z-index: 0;
  color: #000;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.box-tabien ul li .tabien-sum span, .box-tabien ul li .tabien-sum img {
  display: inline-block;
  vertical-align: bottom;
}
.box-tabien ul li .tabien-sum span {
  float: right;
  margin: 5px 0 0;
}
.box-tabien ul li .tabien-sum img {
  float: right;
}
.box-tabien ul li .special-icon {
  width: 30px;
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 99;
}
.box-tabien:last-child {
  margin-bottom: 0;
}

.tabien-select {
  min-width: 280px;
  float: right;
  position: relative;
  margin: 0px 0 0;
}
.tabien-select .select {
  line-height: 25px;
  float: left;
  padding: 0 5px;
  height: 34px;
  color: #9f9e9e;
  border: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.tabien-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: 30px;
  width: 96%;
  height: 100%;
  align-items: center;
  float: left;
  background: none;
  border: none;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  color: #494848;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}
.tabien-select .fake-txt {
  position: absolute;
  white-space: nowrap;
  top: 6px;
  right: 2px;
  color: #494848;
  z-index: 2;
  width: 100%;
  padding: 0 0px;
  font-size: 16px;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 2px solid #111111;
  padding: 5px 40px 5px 5px;
  font-weight: 400;
}
.tabien-select .select:after {
  position: absolute;
  content: ' ';
  border: 5px solid transparent;
  border-top-color: #444;
  top: 22px;
  right: 10px;
  z-index: 3;
  display: block;
}
.tabien-select select option {
  font-size: 14px;
  height: 50px;
}

.index-article {
  clear: both;
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #f8f8f8;
  text-align: center;
}
.index-article h2 {
  font-size: 40px;
  color: #ff3c7b;
}
.index-article ul {
  padding: 40px 0 0;
  width: 100%;
  clear: both;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.index-article li {
  list-style: none;
  width: 30%;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  margin: 0 10px;
  text-align: left;
  padding: 0 0 20px;
}
.index-article li a {
  color: #1c1c1c;
}
.index-article li .article-h, .index-article li .article-txt {
  box-sizing: border-box;
  padding: 0 20px;
}
.index-article li .article-h {
  font-size: 22px;
  margin: 30px 0;
}
.index-article li .article-txt {
  font-size: 14px;
}
.index-article li .article-read {
  color: #ff3c7b;
  float: right;
  margin-right: 20px;
}
.index-article li .article-read:after {
  content: '>';
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
}

.horo-list li {
  display: block;
  width: 100%;
  clear: both;
  list-style: none;
  padding: 25px 20px;
  box-sizing: border-box;
}
.horo-list li:nth-child(odd) {
  background: #f2f2f2;
}
.horo-list li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: #1c1c1c;
  font-size: 0.8rem;
  line-height: 1.2;
}
.horo-list li a b {
  color: #ff3c7b;
  font-size: 1rem;
  margin: 0 0 5px;
}
.horo-list li a span, .horo-list li a b {
  display: block;
  font-weight: 300;
}
.horo-list li .horo-thumb {
  width: 18%;
}
.horo-list li .horo-text {
  width: 82%;
  float: right;
  padding: 5px 0 0 15px;
  box-sizing: border-box;
}

.box-detail .col-left {
  width: 75%;
  float: left;
  clear: both;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}
.box-detail .col-right {
  width: 25%;
  float: right;
}
.box-detail .col-right .btn-2 {
  margin: 20px 0 0;
  font-size: 1em;
  text-align: left;
  font-weight: 400;
}
.box-detail .search-box {
  border: 0px solid #111111;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  clear: both;
  float: left;
  border-width: 0 0px 0px 5px;
  background: #f2f2f2;
}
.box-detail .search-box .frm {
  padding: 20px;
  clear: both;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.box-detail .search-box .h-box {
  background: #111111;
  color: #fff;
  font-size: 1rem;
  padding: 10px 0;
  width: 100%;
  display: block;
  margin: 0;
}
.box-detail .search-box .txt, .box-detail .search-box .sep {
  margin-right: auto;
}
.box-detail .search-box .txt {
  text-align: center;
}
.box-detail .search-box .txt-s {
  width: 20%;
}
.box-detail .search-box .txt-1 {
  margin-right: 0;
  width: 50%;
}
.box-detail .search-box .btn-1, .box-detail .search-box .btn-2 {
  width: 100%;
}
.box-detail .search-box .flex-display {
  justify-content: center;
}
.box-detail .box-right {
  font-size: 0.7rem;
  line-height: 1.4;
  margin: 20px 0 0;
  background: #f2f2f2;
  clear: both;
  float: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.box-detail .box-right p {
  padding: 0 0 0 20px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.box-detail .box-right p a {
  display: inline-block;
  width: auto;
}
.box-detail .box-right p:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 5px;
  background: #ff3c7b;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.page-in .row {
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  margin: 20px 0 0;
}

.tabien-ref {
  width: 100%;
  clear: both;
  float: left;
  display: flex;
  font-size: 1.3em;
  padding: 30px 0 50px;
  flex-wrap: wrap;
}
.tabien-ref .col-left {
  width: 22%;
  float: left;
  clear: none;
  background: #fff;
  box-sizing: border-box;
}
.tabien-ref .col-left img {
  border: 2px solid #ff3c7b;
  padding: 10px;
  box-sizing: border-box;
}
.tabien-ref .col-right {
  width: 78%;
  box-sizing: border-box;
  padding: 0px 0 0 50px;
}
.tabien-ref .col-right label {
  width: 160px;
  line-height: 1.2;
}
.tabien-ref .col-right i {
  padding: 0 40px;
}
.tabien-ref .col-right b {
  text-decoration: underline;
}
.tabien-ref label {
  width: 110px;
}
.tabien-ref i {
  font-style: normal;
  padding: 0 10px;
}
.tabien-ref .btn-1 {
  width: auto;
  max-width: 100%;
  margin: 30px 0 0;
}

#tabien-contact {
  padding: 40px 0px;
  background: #f0f0f0;
}
#tabien-contact .tabien-line {
  clear: both;
  float: left;
  margin: 30px 80px 0 0;
}
#tabien-contact .h-box {
  font-size: 1.8em;
  color: #ff3c7b;
  padding: 0 0 20px;
}
#tabien-contact label {
  width: 120px;
}
#tabien-contact i {
  padding: 0 20px;
  font-style: normal;
}
#tabien-contact .right {
  float: left;
  padding: 20px 0 0;
}
#tabien-contact p {
  margin: 0;
  padding: 0 0 10px;
  line-height: 18px;
}
#tabien-contact p label {
  width: 200px;
}
#tabien-contact p label:after {
  content: ':';
  margin: 0 50px;
  display: inline-block;
  float: right;
}
#tabien-contact p a {
  text-decoration: none;
}
#tabien-contact p .link {
  text-decoration: underline;
}

.box-detail {
  clear: both;
  float: left;
  width: 100%;
  padding: 40px 0 10px;
  min-height: 800px;
  line-height: 32px;
  font-size: 18px;
  margin: 0px 0 0px 0;
  letter-spacing: 0.8px;
  box-sizing: border-box;
}
.box-detail .p {
  margin: 0 0 20px;
}

.social-detail {
  clear: both;
  float: left;
  margin: 20px 0 0;
}
.social-detail a {
  width: 40px;
  display: inline-block;
  margin-right: 5px;
}

.tbl {
  border-collapse: collapse;
}
.tbl td {
  width: 50%;
  box-sizing: border-box;
  padding: 10px 15px;
  border: 1px solid #fff;
}
.tbl thead td {
  background: #ff3c7b;
  color: #fff;
}
.tbl tbody tr:nth-child(even) td {
  background: #eee;
}
.tbl tbody tr:last-child td {
  border-bottom: 2px solid #ff3c7b;
}

.box-detail .tbl-math {
  width: 60%;
  font-size: 1.1em;
  padding: 30px 0;
}
.box-detail .tbl-math td:first-child {
  width: 70%;
}
.box-detail .tbl-math td:last-child {
  width: 30%;
  text-align: center;
}
.box-detail .tbl-math tbody td {
  letter-spacing: 5px;
}

#horo-list {
  margin: 10px 0 40px 0;
  clear: both;
  float: left;
  width: 100%;
}
#horo-list li {
  list-style: none;
  clear: both;
  float: left;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
#horo-list li .article-img {
  float: left;
  width: 20%;
  box-sizing: border-box;
  border: 1px dashed #ccc;
}
#horo-list li .article-img img {
  clear: both;
  float: left;
  width: 100%;
}
#horo-list li .article-right {
  width: 70%;
  float: left;
  padding: 0px 20px 0 20px;
}
#horo-list li .article-h {
  color: #080808;
  color: #111111;
  padding: 0;
  margin: 0;
}
#horo-list li .article-s {
  color: #606060;
  padding: 5px 0 0 0;
  font-size: 18px;
}
#horo-list li:nth-child(odd) {
  background: #eee;
}
#horo-list li:last-child {
  border-bottom: 2px dashed #ccc;
}

.review-detail {
  min-height: 800px;
}

.article-list {
  clear: both;
  padding: 20px 0;
}
.article-list li {
  list-style: none;
  display: blok;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  border-right: none;
  margin: 0px 0;
  position: relative;
}
.article-list li:before {
  content: ' ';
  background: #727272;
  width: 5px;
  height: 100%;
  display: inline-block;
  position: absolute;
  margin-right: 10px;
  top: 0;
  left: 0;
}
.article-list li a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 20px 15px 20px 20px;
  box-sizing: border-box;
}
.article-list li:nth-child(even) {
  background: #eee;
}
.article-list li:hover {
  background: #727272;
}
.article-list li:hover:before {
  background: #ff3c7b;
}

/* CONTACT PAGE */
#contact-text2 {
  position: relative;
}
#contact-text2 p {
  box-sizing: border-box;
  width: 65%;
  clear: both;
  float: left;
}
#contact-text2 p img, #contact-text2 p span {
  display: inline-block;
  vertical-align: middle;
}
#contact-text2 p img {
  height: 20px;
  width: auto;
  margin-right: 15px;
}
#contact-text2 .contact-icon {
  background: #f2f2f2;
  padding: 20px;
  width: 32%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  position: absolute;
  right: 0;
  top: 0;
}
#contact-text2 .contact-icon span {
  float: right;
}

.google-map {
  width: 100%;
  margin: 30px 0 0;
  clear: both;
  float: left;
}
.google-map iframe {
  width: 100%;
  height: 33vw;
}

.box-number {
  clear: both;
  float: left;
  width: 100%;
  margin: 10px 0 30px 0;
}
.box-number h2 {
  font-size: 1.2rem;
  background: #111111;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.box-number p {
  margin: 0 0 40px;
  border: 1px solid #111111;
  box-sizing: border-box;
}
.box-number p img {
  width: 850px;
  max-width: 100%;
}

/* //////////////// Footer ///////////////// */
footer {
  background: #151515;
  padding: 20px 0;
  clear: both;
  float: left;
  width: 100%;
  color: #444;
  border-bottom: 2px solid #fff;
  margin-top: 40px;
  text-align: center;
  overflow: hidden;
}
footer a {
  color: #444;
}

.footer-box {
  width: 37%;
  display: inline-block;
  padding: 40px 0;
  vertical-align: top;
  color: #ddd;
  text-align: left;
}
.footer-box a {
  color: #ddd;
}
.footer-box img {
  display: block;
  max-width: 100%;
}
.footer-box:nth-child(2) {
  margin: 0 20px;
  width: 32%;
}
.footer-box:nth-child(3) {
  width: 25%;
}

#footer-box-1 {
  font-size: 16px;
  line-height: 1.6;
}

#footer-box-2 {
  font-size: 18px;
}
#footer-box-2 .footer-tel a {
  color: #c75a17;
}
#footer-box-2 .footer-tel p img, #footer-box-2 .footer-tel p span {
  display: inline-block;
  vertical-align: middle;
}
#footer-box-2 .footer-tel p img {
  height: auto;
  width: 70px;
  margin-right: 10px;
}
#footer-box-2 .footer-social {
  padding: 20px 0 0;
}
#footer-box-2 .footer-social a {
  color: #436da4;
}
#footer-box-2 .footer-social p {
  padding-left: 40px;
  box-sizing: border-box;
}
#footer-box-2 .footer-social p img, #footer-box-2 .footer-social p span {
  display: inline-block;
  vertical-align: middle;
}
#footer-box-2 .footer-social p img {
  height: auto;
  width: 25px;
  margin-right: 10px;
}

#footer-box-3 {
  font-size: 16px;
}

.copyright {
  font-size: 12px;
  padding: 20px;
  text-align: center;
  width: 100%;
  clear: both;
  float: left;
}

#backtotop {
  background: #ff3c7b;
  width: 55px;
  height: 40px;
  color: #fff;
  position: fixed;
  bottom: 5vh;
  right: 0;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  padding: 6px 0 0;
  box-sizing: border-box;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  display: none;
  z-index: 20;
  border: 1px solid #fff;
  border-top: 2px solid #fff;
}

/*/////////////// Responsive ////////////////*/
.menu-mobile {
  padding: 5px;
  z-index: 5;
  width: 45px;
  height: 38px;
  position: fixed;
  right: 0px;
  top: 2px;
  display: none;
  background: #ff3c7b;
  box-sizing: border-box;
  /*i:first-child{background:#ff3131;}*/
}
.menu-mobile i {
  display: block;
  transition: linear 0.2s;
  width: 70%;
  height: 3px;
  background: #fff;
  margin: 5px auto;
  float: none;
}
.menu-mobile i:nth-child(2) {
  height: 2px;
}
.menu-mobile img {
  display: block;
  clear: both;
  float: left;
}
.menu-mobile span {
  display: inline-block;
}

#top .click {
  background: #27a3dd;
}
#top .click i {
  position: relative;
}
#top .click i:first-child {
  transform: rotate(45deg);
  top: 8px;
}
#top .click i:last-child {
  transform: rotate(-45deg);
  bottom: 7px;
}
#top .click i:nth-child(2) {
  opacity: 0;
}

.close-menu {
  position: fixed;
  top: 0;
  right: 0;
  background: #f00;
  padding: 10px 15px;
  color: #fff;
  z-index: 200000;
  font-size: 18px;
  display: none;
}
.close-menu:hover {
  color: #fff;
}

@media only screen and (max-width: 1169px) {
  input, textarea {
    -webkit-appearance: none;
  }

  .inner, .banner-box {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
  }

  #menu-top ul li {
    margin: 0 10px;
  }

  .slogan {
    width: 35%;
    font-size: 14px;
    padding-left: 7px;
  }

  .banner {
    width: 65%;
  }

  .search-inc p {
    width: 30%;
  }
  .search-inc label {
    width: 80px;
  }
  .search-inc .txt, .search-inc label {
    float: left;
  }
  .search-inc .txt {
    width: 152px;
  }
}
@media only screen and (max-width: 989px) {
  #menu-top {
    display: none;
    padding: 0 0 20px 0;
    width: 250px;
    z-index: 5;
    position: fixed;
    top: 40px;
    right: 0px;
    background: #ff3c7b;
  }
  #menu-top ul {
    padding: 15px 0;
  }
  #menu-top ul li {
    clear: both;
    float: left;
  }
  #menu-top ul li a {
    padding: 7px 15px;
  }

  .menu-mobile {
    display: block;
  }

  #logo {
    width: 30%;
  }

  .web-detail {
    width: 70%;
    font-size: 16px;
  }

  .top-contact {
    font-size: 16px;
  }
  .top-contact span:last-child {
    clear: both;
    display: block;
  }

  .follow-box {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }

  .follow-us .logo2 {
    width: 100px;
    margin: -5px 25px 0 0px;
  }

  .special-new .left, .special-new .right {
    width: 100%;
    height: auto;
  }

  .slogan-social .right {
    text-align: right;
  }

  .thank ul li, .follow-us ul li {
    width: 45%;
  }

  .h-section {
    width: auto;
  }

  .tabien-select {
    margin-top: -10px;
  }

  .box-tabien ul {
    justify-content: center;
  }

  .box-detail .tbl-math {
    width: 100%;
  }

  .tabien-ref .col-right {
    line-height: 1.2;
    font-size: 1em;
  }
  .tabien-ref .col-right label, .tabien-ref .col-right span {
    line-height: 1.2;
  }

  .search-inc p {
    width: 50%;
  }
  .search-inc .txt {
    width: 210px;
  }
  .search-inc .select {
    width: 300px;
  }

  .horo-list li .horo-thumb {
    width: 120px;
  }
  .horo-list li .horo-text {
    width: 100%;
    clear: both;
    padding: 10px 0 0;
  }

  .box-detail .col-left {
    width: 60%;
  }
  .box-detail .col-right {
    width: 40%;
  }

  #footer-box-1 {
    width: 55%;
  }

  #footer-box-2 {
    float: right;
    width: 35%;
  }

  #footer-box-3 {
    width: 100%;
    margin: 0px 0 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-items: center;
  }
  #footer-box-3 a {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  #logo {
    width: 250px;
    margin: 0px auto;
    float: none;
  }

  .web-detail {
    clear: both;
    text-align: center;
    width: 100%;
    float: left;
    padding: 30px 0 10px 0;
    font-size: 18px;
  }

  .banner, .slogan {
    width: 100%;
    text-align: center;
  }

  .slogan {
    padding: 30px 0;
  }
  .slogan .slogan-txt {
    line-height: 1.5;
  }
  .slogan .slogan-txt i {
    display: none;
  }

  .slogan-social .left, .slogan-social .right {
    width: 100%;
    text-align: center;
  }
  .slogan-social .right {
    padding: 20px 0 0;
  }

  .btn-social a {
    font-size: 0.8em;
    padding: 20px;
  }
  .btn-social a img {
    width: 30px;
    margin: 5px 7px;
  }

  .friend li {
    width: 44%;
  }

  .special-new ul li .tabien-number {
    font-size: 23px;
    top: 24%;
    font-weight: 500;
  }
  .special-new ul li .tabien-price {
    font-size: 18px;
  }
  .special-new .right img {
    width: 40%;
  }
  .special-new .right .k-mon {
    width: 58%;
  }

  .h-section {
    width: 100%;
    text-align: center;
  }

  .tabien-select {
    position: relative;
    clear: both;
    float: none;
    width: 200px;
    margin: 0px auto;
  }

  .box-tabien ul {
    padding: 40px 0 0;
  }

  .box-tabien ul li .tabien-pic span.tabien-price {
    display: block;
    text-align:center;
    width: 100%;
  }
  .box-tabien ul li .tabien-sum {
    position: static;
    text-align:center;
    width: 100%;
  }

  .box-tabien ul li .tabien-sum span {
    display: block;
    width: 100%;
  }

  .index-article li {
    width: 100%;
    margin: 0 0 20px;
  }

  .follow-us {
    padding: 20px 0;
  }
  .follow-us h2 {
    font-size: 26px;
  }
  .follow-us .underline {
    display: none;
  }
  .follow-us #div_con1, .follow-us nav {
    display: none;
  }

  .thank {
    font-size: 0.7em;
  }
  .thank li .thk-name {
    font-size: 18px;
    padding: 10px 0 0;
  }
  .thank .thk-title h3 {
    font-size: 16px;
  }
  .thank .p br {
    display: none;
  }

  .search-inc {
    padding: 0 0 30px;
  }
  .search-inc p {
    width: 100%;
  }
  .search-inc label {
    width: 20%;
    margin: 0;
  }
  .search-inc .txt {
    width: 80%;
  }
  .search-inc .select {
    width: 100%;
  }

  .tabien-ref {
    justify-content: center;
    padding: 10px 5% 30px;
    box-sizing: border-box;
  }
  .tabien-ref .col-left {
    width: 50%;
  }
  .tabien-ref .col-right {
    width: 100%;
    padding: 30px 0 0;
    font-size: 0.8em;
  }
  .tabien-ref .col-right label, .tabien-ref .col-right i, .tabien-ref .col-right span {
    display: block;
    float: left;
  }
  .tabien-ref .col-right label {
    width: 40%;
  }
  .tabien-ref .col-right i {
    width: 5%;
    padding: 0 5px;
  }
  .tabien-ref .col-right span {
    width: 40%;
  }
  .tabien-ref .col-right i {
    float: left;
  }

  #tabien-contact {
    display: flex;
    padding: 30px 5%;
    box-sizing: border-box;
  }
  #tabien-contact .h-box {
    width: 100%;
  }
  #tabien-contact label, #tabien-contact i, #tabien-contact span {
    display: block;
    float: left;
  }
  #tabien-contact label {
    width: 40%;
  }
  #tabien-contact i {
    width: 5%;
    padding: 0 5px;
  }
  #tabien-contact span {
    width: 40%;
  }
  #tabien-contact i {
    float: left;
  }

  .yt-zone {
    padding: 20px 0 0;
  }
  .yt-zone ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .yt-zone ul li iframe {
    width: 100%;
    height: 60vw;
  }

  .box-detail .col-left, .box-detail .col-right {
    width: 100%;
    padding: 0;
  }
  .box-detail .col-right {
    margin: 20px 0 0;
  }

  #contact-text2 p {
    width: 100%;
  }
  #contact-text2 .contact-icon {
    width: 100%;
    position: static;
    margin: 30px 0;
  }

  .google-map iframe {
    height: 60vw;
  }

  #footer-box-1, #footer-box-2, #footer-box-3 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 50px;
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  .btn-social a {
    font-size: 0.7em;
    padding: 20px 10px;
  }

  .tabien-ref .col-left {
    width: 90%;
  }

  #tabien-contact .h-box {
    font-size: 1.4em;
  }

  .special-new ul li {
    width: 45%;
  }
  .special-new .right img {
    width: 100%;
  }
  .special-new .right .k-mon {
    width: 100%;
    padding: 15px 0 0;
  }

  .box-tabien ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .box-tabien ul li{
    margin:0;
    width:100%;
  }
  .box-tabien ul li .tabien-pic span.tabien-num {
    top: 25%;
    font-size: 22px;
  }
  .box-tabien ul li .tabien-pic span.tabien-price {
    top: 50%;
    font-size:14px;
  }
  .box-tabien ul li .tabien-sum{
    font-size: 14px;
  }
  .box-tabien ul li .special-icon{
    width:17px;
    top:5px; right:5px;
  }
}
@media only screen and (max-width: 399px) {
  .box-tabien ul {
    text-align: center;
    padding: 20px 0 0;
  }



  .box-tabien ul li .tabien-sum img {
    position: absolute;
    right: 5px;
    bottom: 0px;
  }
  .box-tabien ul li:after {
    bottom: 5%;
  }


  .thank ul li, .follow-us ul li {
    width: 100%;
    margin: 0 0 20px;
  }

  .follow-us .logo2 {
    margin: 0 auto 10px;
    display: block;
    float: none;
  }

  .follow-box {
    text-align: center;
  }
  .follow-box .follow-right {
    width: 100%;
  }

  .index-option a {
    width: auto;
    font-size: 16px;
    padding: 20px;
  }
}

.new-label {
  width: 25%!important;
  height: auto;
  position: absolute;
  top: -3px;
  left: -3px;
  display: block;
}
/*# sourceMappingURL=style.css.map */
