@charset "UTF-8";
@import "base.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--f-main: "Montserrat", sans-serif;;
	--txt: #666666;
	--txt-input: #afafaf;
	--m-color: #000;
	--s-color: #ffc000;
	--blue: #3ac0d1;
  --gray: #ebebeb;
  --white: #fff;
  --red: #cc0000;
  --bd-gray: #d5d5d5;
  --bg-gray: #f1f1f1;
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  line-height:1.4;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
.small{font-size:11px;}
img {
  vertical-align: bottom;
}
a {
  color: var(--m-color);
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.3em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 60px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Header                                     */
/*==========================================================================*/
h1{
  display: none;
}
.h_main{
  position: relative;
  z-index: 5;
  padding: 10px 0;
}
.gnavi {
  display: flex;
}
.gnavi>li {
  margin: 0 10px;
  padding: 18px 0 13px;
}
.gnavi li {
  position: relative;
}
.gnavi > li.over > a{
    padding-right: 20px;
    background: url(../images/mn_arrown.svg) no-repeat right 5px center/10px auto;
}
.gnavi>li>a {
  display: block;
  text-decoration: none;
  padding: 5px 17px;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.3s;
  text-align: center;
  position: relative;
  z-index: 0;
  color: var(--txt);
  font-weight: 500;
}
.gnavi>li.active>a, .gnavi>li:hover>a {
  color: var(--m-color);
  background-color: var(--s-color);
}
.submenu li {
  padding: 0 30px;
}
.submenu {
  position: absolute;
  background: #fff;
  margin-top: 13px;
  display: none;
  padding: 10px 0;
  left: -30px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  min-width: 220px;
}
.submenu a {
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  color: var(--m-color);
  display: block;
  font-size: 13px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  padding: 8px 0;
  transition: all .3s ease;
}
.submenu li:last-child > a {
border-bottom: none;
}
.submenu a:hover {
color: var(--s-color);
}
.has_child .submenu {
left: calc(100% + 5px);
margin-top: 0;
top: -10px;
}
.submenu li.has_child:after {
content: '';
position: absolute;
border: solid var(--txt);
border-width: 0 1px 1px 0;
display: inline-block;
padding: 3px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 30px;
top: 14px;
}
#gnavi {
  display: flex;
  justify-content: center;
}
.h_top{
  border-top: 3px solid var(--s-color);
  background: var(--gray);
  padding: 10px 0 13px;
}
.h_time{
  margin-bottom: 0;
  color: var(--txt);
  padding-left: 22px;
  background: url(../images/icon_time.png) no-repeat left center/11px auto;
  font-size: 13px;
}
.h_address{
  padding-left: 21px;
  background: url(../images/icon_address.png) no-repeat left center/12px auto;
  font-size: 13px;
}
.logo{
  margin-bottom: 0;
}
.h_tel{
  background: url(../images/bg_hotline.png) no-repeat left center;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  padding: 12px 10px 10px 61px;
  width: 189px;
}
.h_tel .txt{
  color: var(--red);
  display: block;
  font-size: 8px;
  text-transform: uppercase;
}
#header.fixed  {
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 50;
background: var(--white);
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
-webkit-animation: header-fixed 0.6s;
-moz-animation: header-fixed 0.6s;
-ms-animation: header-fixed 0.6s;
animation: header-fixed 0.6s;
z-index: 99999;
}
#header.fixed .h_top{
  display: none;
}
#header.fixed .h_top {
  padding-top: 10px;
}
/* #header.fixed .logo {
  width: 60px;
} */
@keyframes header-fixed {
0% {
  opacity: 0.5;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
100% {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
}
@-webkit-keyframes header-fixed {
0% {
  opacity: 0.5;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
100% {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
}
@-moz-keyframes header-fixed {
0% {
  opacity: 0.5;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
100% {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
}
.home.mainvisual {
	background: url(../images/bg_mainvisual.jpg) no-repeat center/cover;
  height: 670px;
}
.mainvisual .container{
  height: 100%;
  color: var(--white);
}
.mainvisual .content{
  padding-bottom: 26px;
}
.mainvs_style_h2{
  font-size: 32px;
  text-transform: uppercase;
  color: var(--s-color);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: center;
}
.mainvs_txt{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 34px;
}
.mainvisual_purchase{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.mainvisual_purchase .ttl{
  background: var(--s-color);
  color: var(--m-color);
  padding: 15px 26px 12px;
  border-radius: 12px 12px 0 0;
  font-weight: 600;
  display: table;
  margin-bottom: 0;
  font-size: 14px;
}
.purchase_content{
  border: 1px solid var(--s-color);
  background: rgba(255, 255, 255, 0.1);
  padding: 26px 26px 24px 26px;
  border-radius: 0 15px 15px 15px;
}
.search{
  margin-left: 5px;
  margin-bottom: 6px;
}
.search input{
  border: none;
  padding: 12px 22px 12px;
  border-radius: 12px;
  width: 350px;
  font-weight: 500;
}
.gr_option_search .col{
  width: calc(100%/4 - 10px);
  margin: 6px 5px;
}
.gr_option_search .col select{
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-radius: 12px;
  font-weight: 500;
  cursor: pointer;
}
.gr_option_search .col select option{
  cursor: pointer;
}
.mvs_btn_search{
	cursor: pointer;
  display: table;
  margin: 10px auto 0;
  font-size: 12px;
  padding: 9px 23px 8px;
  border-radius: 12px;
  background: var(--s-color);
  color: var(--m-color);
  border: none;
  outline: 0;
  font-weight: 500;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  color: var(--txt);
  font-family: var(--f-main);
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
  width: 1366px;
	max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
.df{
  display: flex;
  flex-wrap: wrap;
}
.ai-c{
  align-items: center;
}
.ai-n{
  align-items: flex-end;
}
.jc-c{
  justify-content: center;
}
.jc-sw{
  justify-content: space-between;
}
.style_h2{
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: var(--s-color);
  margin-bottom: 23px;
}
.box01{
  padding: 83px 0 80px;
}
.box01 .container{
  padding: 0 15px;
}
.b1_txt_info{
  text-align: center;
  font-size: 15px;
}
.b1_item{
  margin-bottom: 25px;
}
.b1_item a{
  display: block;
  text-decoration: none;
  color: var(--txt);
  transition: all 0.3s;
  padding: 15px;
}
.b1_item a:hover{
  transform: translateY(-5px);
}
.b1_img{
  overflow: hidden;
      border-radius: 25px 25px 0 0;
	  border: 1px solid #ccc;
    border-bottom: none;
}
.b1_img img{
  width: 100%;
  transition: all 0.3s;
}
.cm_bds_content{
  border: 1px solid var(--bd-gray);
  border-radius: 0 0 30px 30px;
}
.cm_bds_box1{
  border-bottom: 1px solid var(--bd-gray);
  padding: 25px 30px 15px;
}
.cm_bds_box2{
  padding: 9px 30px 23px;
}
.cm_bds_box2 p{
  width: 50%;
  /*max-width: 164px;*/
  margin-bottom: 3px;
}
.cm_bds_box1 p, .cm_bds_box2 p{
  font-size: 14px;
}
.cm_style_h3{
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  color: var(--m-color);
  margin-bottom: 17px;
  overflow:hidden;
     -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;

}
.cm_address{
  padding-left: 28px;
  background: url(../images/icon_address.png) no-repeat left top/13px auto;
  margin-bottom: 11px;
  overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.cm_certificate{
  padding-left: 28px;
  background: url(../images/icon_book.png) no-repeat left top/14px auto;
}
.txt_acreage{
  padding: 4px 0 0 28px;
  background: url(../images/icon_dt.png) no-repeat left top/17px auto;
}
.txt_direction{
  padding: 4px 0 5px 28px;
  background: url(../images/icon_h.png) no-repeat top 5px left/18px auto;
}
.gr_price{
  padding: 4px 0 5px 28px;
  background: url(../images/icon_money.png) no-repeat top 5px left/15px auto;
}
.gr_price .txt_big{
  margin-left: 8px;
  display: inline-block;
}
.txt_big{
  color: var(--red);
}
.txt_big .number{
  font-size: 18px;
  font-weight: bold;
}
.b1_item_more{
  padding: 4px 0 5px 28px;
  background: url(../images/icon_arrown_ct.svg) no-repeat left center/17px auto;
  color: var(--s-color);
  font-size: 18px;
  font-weight: 700;
}
.target_dots {
  position: relative;
  z-index: 2;
}
.target_dots .slick-dots {
  display: flex !important;
  justify-content: center;
}
.target_dots .slick-dots li{
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.target_dots .slick-dots li button {
  width: 6px;
  height: 6px;
  background: #d7d7d7;
  border-radius: 50%;
  text-indent: -50000px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.target_dots .slick-dots li {
margin: 0 7px;
line-height: 0;
}
.target_dots .slick-dots li.slick-active button {
  width: 100%;
  height: 100%;
background-color: var(--m-color);
}
.b1_target_slick {
  position: relative;
  display: table;
  margin: 10px auto 0;
  padding: 0 50px;
}
.b1_target_slick .target_arrows{
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  height: 6px;
  top: calc(50% - 6px);
  cursor: pointer;
}
.b1_target_slick .slick-arrow{
  position: absolute;
  width: 45px;
  height: 12px;
  filter: brightness(0.5);
}
.b1_target_slick .next{
  right: -10px;
  background: url(../images/b1_icon_next.svg) no-repeat right/contain;
  background-size: 55px;
}
.b1_target_slick .prev{
  left: -10px;
  background: url(../images/b1_icon_prev.svg) no-repeat left/contain;
  background-size: 55px;
}
.box02{
  padding: 81px 0 65px;
  background: #fafafa;
}
.box02 .container{
  padding: 0;
  width: 1395px;
}
.box2_content{
  margin-top: 50px;
}
.b2_txt_info{
  font-size: 15px;
  text-align: center;
}
.b2_img{
  border: 2px solid var(--s-color);
  padding: 25px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto 40px;
}
.b2_style_h3{
  font-weight: 600;
  margin-bottom: 14px;
}
.b2_img .img{
  background: var(--s-color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.b2_item{
  width: calc(100%/4 - 10px);
  text-align: center;
  color: var(--m-color);
  padding: 0 10px;
}
.b2_item .txt{  
  line-height: 1.6;
}
.box03{
  padding: 83px 0 80px;
}
.box02 .container{
  position: relative;
}
.b3_style_h2{
  font-size: 32px;
  color: var(--m-color);
  font-weight: 600;
  text-transform: uppercase;
  display: table;
  position: absolute;
  top: 0;
  left: 30px;
}
.b3_style_h2 .ttl_small{
  display: block;
  font-size: 16px;
  color: var(--s-color);
  margin-bottom: 14px;
}
.box03 a{
  text-decoration: none;
  color: var(--txt);
}
.b3_tab_item_big{
  width: calc(50% - 35px);
}
.b3_tab_item_big a{
  display: block;
  transition: all 0.3s;
  border-radius: 30px;
}
.b3_tab_item_big a:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.b3_tab_item{
  width: 50%;
}
.b3_item:not(:last-child){
  margin-bottom: 20px;
}
.b3_item a{
  display: flex;
  border: 1px solid var(--bd-gray);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
.b3_item a:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.b3_item .cm_bds_content{
  border: none;
}
.b3_tab_img{
  position: relative;
  overflow: hidden;
}
.b3_img_big{
  border-radius: 26px 26px 0 0;
}
.b3_tab_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.b3_tab_item_big a:hover .b3_tab_img img, .b3_tab_item a:hover .b3_tab_img img {
  transform: scale(1.1);
}
.b3_item .b3_tab_img{
  width: 220px;
}
.b3_item .cm_bds_content{
  width: calc(100% - 220px);
  padding: 0 10px;
}
.b3_tab_item_big .cm_bds_box1{
  padding: 39px 52px 27px;
}
.b3_tab_item_big .cm_address{
  margin-bottom: 21px;
}
.b3_tab_item_big .cm_bds_box2{
  padding: 24px 57px 32px;
}
.b3_tab_item_big .cm_bds_box2 p{
  max-width: 200px;
}
.b3_item .cm_bds_box1{
  padding: 28px 34px 12px;
}
.b3_item .cm_bds_box2 {
  padding: 16px 34px 0px;
}
.b3_item .cm_bds_box2 p{
  margin-bottom: 3px;
}
.b3_house, .b3_district{
  position: absolute;
  z-index: 1;
  border-radius: 8px;
  padding: 5px 10px;
  font-weight: 600;
}
.b3_house{
  left: 15px;
  top: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: var(--white);
}
.b3_district{
  right: 15px;
  top: 15px;
  background: var(--s-color);
  color: var(--m-color);
}
.b3_img_big .b3_house{
  left: 30px;
  top: 30px;
  padding: 8px 19px;
}
.b3_img_big .b3_district{
  right: 30px;
  top: 30px;
  padding: 6px 11px;
}
.tabs{
  padding-top: 21px;
}
/* Thumbs */
.tabs-thumbs {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #e5e5e5;
  width: calc(100% - 286px);
  margin-left: auto;
}
.tabs-thumb {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.tabs-thumb:not(:last-child){
  margin-right: 6px;
}
.tabs-thumb a {
  display: block;
  padding: 10px 21px 7px;
  color: #010101;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  background: #f1f1f1;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 15px 15px 0 0;
}
.tabs-thumb a:hover {
  background: var(--s-color);
}

/* Panels */
.gr-tabs-panels {
  margin-top: 45px;
  list-style: none;
}

.tabs-panel {
  display: none;
}

/* Active */
.tabs-thumb.is-active a {
  background: var(--s-color);
  color: #010101;
}
.box04{
  padding: 80px 0 65px;
  background: var(--bg-gray);
}
.b4_style_h2{
  font-size: 32px;
  color: var(--s-color);
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  margin-bottom: 29px;
}
.b4_style_h2 .ttl_small{
  font-size: 14px;
  color: #010101;
  margin-left: 23px;
}
.b4_style_h2 .ttl{
  position: relative;
  display: inline-block;
  padding-right: 22px;
}
.b4_style_h2 .ttl::before, .b4_title .ttl::before{
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background: var(--bd-gray);
  left: 100%;
  bottom: 6px;
}
.b4_title{
  overflow: hidden;
  margin-bottom: 44px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.b4_title .ttl{
  position: relative;
  display: inline-block;
  padding-right: 22px;
}
.box4_content1{
  width: calc(68% - 30px);
}
.box4_content2{
  width: 32%;
  max-width: 415px;
  padding-top: 13px;
}
.b04_list.slick-initialized .slick-slide {
	padding: 15px;
}
.b04_item a {
	display: block;
	text-decoration: none;
	color: var(--txt);
	transition: all 0.3s;
  background: #f8f8f8;
}
.b04_itm_img {
    margin: 0;
    overflow: hidden;
}
.b04_itm_img img {
	width: 100%;
	transition: all 0.3s;
}
.b04_item a:hover .b04_itm_img img {
	transform: scale(1.1);
}
.b04_itm_main {
    padding: 25px 29px 31px;
    background: var(--white);
}
.b04_itm_info {
  display: flex;
  align-items: center;
  margin: 0 0 9px;
  line-height: 1;
  font-weight: 500;
  color: var(--m-color);
}
.b04_itm_info>span {
	display: flex;
	align-items: flex-end;
}
.b04_itm_info>span:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/box4_icon1.png") no-repeat center center/contain;
	width: 14px;
	height: 18px;
	margin-right: 11px;
}
.b04_itm_info .auth {
  margin-right: 66px;
}
.b04_itm_info>span.date:before {
	background-image: url("../images/box4_icon2.png");
	width: 16px;
}
.b04_itm_ttl {
  font-size: 18px;
  color: var(--m-color);
  font-weight: 600;
  margin: 0 0 11px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-bottom: 1px solid var(--bd-gray);
  display:-webkit-box;
	overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
}
.b04_list {
	margin: 0 -15px;
}
.b04_itm_txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 14px;
}
.b04_itm_btn {
  display: inline-block;
  color: #ffc51f;
  padding: 0 0 0 27px;
  background: url("../images/icon_arrown_ct.svg") no-repeat left calc(50% - 1px);
  margin-bottom: 0;font-weight: 700;
}
.b04_item a:hover {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.b04_list .slick-dots {
	margin-top: 40px;
}
.b04_small_itm_img{
  margin-bottom: 0;
  width: 170px;
  overflow: hidden;
}
.b04_small_itm_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
    transition: all 0.3s;
}
.b04_small_itm_info>span {
	display: flex;
	align-items: flex-end;
}
.b04_small_itm_info>span:before {
	content: '';
	position: relative;
	display: inline-block;
	background: url("../images/box4_icon1.png") no-repeat center center/contain;
	width: 14px;
	height: 18px;
	margin-right: 11px;
}
.b04_small_itm_info .auth {
    width: calc(100% - 101px);
}
.b04_small_itm_info .date {
    width: 101px;
}
.b04_small_itm_info>span.date:before {
	background-image: url("../images/box4_icon2.png");
	width: 16px;
}
.b04_small_itm_info{
  color: var(--txt);
  font-size: 13px;
}
.b04_small_itm_ttl{
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  display:-webkit-box;
	overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.b04_small_item:not(:last-child){
  margin-bottom: 28px;
}
.b04_small_item:hover .b04_small_itm_img img{
  transform: scale(1.1);
}
.b04_small_item a:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.b04_small_item a{
  display: flex;
  background: var(--white);
  text-decoration: none;
  color: var(--m-color);
  transition: all 0.3s;
}
.b04_small_itm_main{
  padding: 18px 21px 5px;
  width: calc(100% - 170px);
}
.b04_small_itm_info{
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
.box05{
  padding: 76px 0 0;
}
.box5_content{
  background: url(../images/b5_bg.png) no-repeat top right/529px auto #003663;
  border-radius: 50px 50px 0 0;
  color: var(--white);
  padding: 0 6.5%;
}
.b5_style_h2{
  color: var(--s-color);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
.box5_pepole{
  margin-top: -35px;
  width: 18%;
}
.box5_detail{
  width: 82%;
  padding: 46px 81px;
}
.box5_box{
  width: calc(72% - 70px);
}
.box5_gr_tel{
  width: 28%;
  padding-left: 44px;
  padding-bottom: 5px;
  background: url(../images/b5_icon_tel.png) no-repeat bottom 5px left / 37px auto;
}
.b5_tel a{
  font-size: 20px;
  font-weight: 600;
  color: var(--s-color);
  text-decoration: none;
}
.b5_tel_txt{
  font-size: 13px;
  margin-bottom: 5px;
}
.b5_email{
  padding: 16px 28px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
}
.b5_email input{
  font-size: 14px;
  width: 100%;
  border: none;
  font-style: italic;
  border-right: 1px solid var(--white);
  background: transparent;
  color: var(--white);
}
.b5_email input::placeholder{
  color: var(--white);
}
.b5_email button{
  flex-shrink: 0;
  border: none;
  background: none;
  margin-top: -3px;
  cursor: pointer;
  margin-left: 19px;
}

.f_map{
  line-height: 0;
}
.f_map iframe {
  width: 100%;
  height: 497px;
}
.f_content{
  background: url(../images/f_contact_bg.jpg) no-repeat center/cover;
  padding: 76px 0 74px;
}
.f_content .container{
  align-items: center;
}
.f_title_h2{
  font-size: 24px;
  color: #d9ab0f;
  font-weight: 600;
  margin-bottom: 29px;
}
.f_address_list{
  font-size: 15px;
}
.f_address_list li{
  padding-left: 40px;
  padding-bottom: 15px;
  background: url(../images/f_icon_list.png) no-repeat left top/19px auto;
  font-size: 15px;
}
.txt_unline{
  text-decoration: underline;
}
.f_box1{
  width: 46.5%;
  padding: 0 66px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid var(--s-color);
  border-radius: 50px;
}
.f_box2{
  width: 50%;
  padding: 0 50px;
  color: #fff;
  margin-top: -7px;
}
.f_tel, .f_mail, .f_website{
  padding-left: 40px;
  font-size: 15px;
}
.f_tel{
  background: url(../images/f_icon_tel.png) no-repeat left top/22px auto;
  padding-bottom: 15px;
}
.f_mail{
  background: url(../images/f_icon_mail.png) no-repeat left top/19px auto;
  padding-bottom: 15px;
}
.f_website{
  background: url(../images/f_wifi.png) no-repeat left top/20px auto;
}
.f_title_h3{
  margin: -26px auto 42px;
  background: #fff;
  border-radius: 50px;
  padding: 15px 44px;
  border: 2px solid var(--s-color);
  text-transform: uppercase;
  display: table;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
.dk_form input{
  border: none;
  padding: 11px 38px;
  border-radius: 50px;
  font-weight: 500;
  margin-bottom: 14px;
  font-size: 15px;
}
.dk_form .name, .dk_form .area_content{
  width: 100%;
}
.tel, .email{
  width: calc(50% - 15px);
}
.dk_form .btn_dk{
	cursor: pointer;
  display: inline-flex;
  margin: 24px auto 0;
  font-size: 12px;
  padding: 10px 33px 10px 20px;
  color: var(--m-color);
  border: none;
  outline: 0;
  font-weight: 500;
  background: url(../images/f_icon_send.png) no-repeat right 15px center/10px auto var(--s-color);
  text-align: center;
}
.area_content{
  border: none;
  padding: 20px 38px 18px;
  border-radius: 20px;
  font-weight: 500;
}
.copyright{
  background: var(--s-color);
  color: var(--m-color);
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 27px 0;
}
@media screen and (max-width: 1280px) {
	.gnavi>li {
      margin: 0 5px;
  }
  .box5_detail {
      padding: 46px 2%;
  }
}
@media screen and (max-width: 1000px) {
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 14px;
}
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 71px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: var(--s-color);
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnv-ico {
    width: 40px;
    height: 48px;
    position: absolute;
    background: var(--bd-gray);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid var(--m-color);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .f_tel_fixed{
    position: fixed;
    left: 3%;
    margin-right: 0;
    bottom: 50px;
    z-index: 10;
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  height: 71px;
}
.h_top, .h_tel {
    display: none;
}
.logo {
    width: 50px;
}
.h_main {
    background: var(--white);
    width: 100%;
    position: fixed;
    height: calc(100% - 70px);
    top: 70px;
    left: 0;
    padding: 30px 0;
	overflow: auto;
	display: none;
  border-top: 1px solid var(--txt-input);
}
.h_main .container{
  display: block;
}
#gnavi {
  display: block;
}
.gnavi {
    display: block;
}
.gnavi>li {
    margin: 0!important;
  padding: 0;
    }
.gnavi>li>a {
    text-align: left;
    padding: 15px 20px;
    border-bottom: 1px solid var(--txt-input);
    border-radius: 0;
    background: none !important;
}
.gnavi > li.over{
  padding-right: 0;
  background-image: none;
}
.gnavi>li.active>a:before, .gnavi>li:hover>a:before, .gnavi>li.active>a:after, .gnavi>li:hover>a:after{
  content: none;
}
  .gnavi>li.over>a {
    padding-right: 50px;
  }
.submenu {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    border-radius: 0;
    padding: 10px;
  box-shadow: none;
  background: var(--bg-gray);
}
  .submenu li.over > a {
    padding-right: 20px;
  }
.submenu a {
    font-size: 13px;
    padding: 10px 0;
  white-space: normal;
  margin-left: 25px;
}
.submenu .gnv-ico {
    background: var(--txt-input);
  height: 38px;
}
.submenu li {
    padding: 0;
}
  .submenu li.has_child:after {
    display: none;
  }
.has_child .submenu {
    left: 0;
    margin-top: 0;
    top: 0;
  width: calc(100% + 10px);
}

.mainvs_style_h2 {
  font-size: 26px;
}
.style_h2 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.purchase_content{
  padding: 26px 15px 24px 15px;
}
.search input{
  width: 100%;
  max-width: 350px;
}
.gr_option_search .col{
  width: calc(100% / 2 - 10px);
}
.cm_bds_box1{
  padding: 25px 15px 15px;
}
.cm_bds_box2 {
  padding: 9px 15px 23px;
}
.box01{
  padding: 50px 0;
}
.b1_txt_info{
  margin-bottom: 10px;
}
.b1_item {
  margin-bottom: 0;
}
.box02{
  padding: 50px 0 0;
}
.box02 .container{
  padding: 0 3%;
}
.b2_item{
  width: 50%;
  margin-bottom: 50px;
}
.box03 {
  padding: 50px 0 50px;
}
.b3_style_h2{
  position: relative;
  top: auto;
  left: auto;
  display: block;
  text-align: center;
}
.tabs-thumbs{
  width: 100%;
  justify-content: center;
}
.tabs-thumb a{
  padding: 8px 12px 5px;
  border-radius: 8px 8px 0 0;
}
.gr-tabs-panels {
  margin-top: 30px;
}
.b3_tab_item_big, .b3_tab_item{
  width: 100%;
}
.b3_tab_item{
  display: block;
}
.b3_tab_item_big{
  margin-bottom: 25px;
}
.b3_tab_item_big a{
  border: 1px solid var(--bd-gray);
  padding: 15px;
  border-radius: 20px;
}
.b3_tab_item_big .cm_bds_content{
  border: none;
}
.b3_item a{
  display: block;
  padding: 15px;
}
.b3_item .b3_tab_img, .b3_item .cm_bds_content {
  width: 100%;
}
.b3_tab_img{
  border-radius: 20px;
  height: 300px;
}
.b3_tab_item_big .cm_bds_box1, .b3_item .cm_bds_box1{
  padding: 20px 0 20px;
}
.b3_tab_item_big .cm_bds_box2, .b3_item .cm_bds_box2 {
  padding: 20px 0 0;
}
.b3_item .cm_bds_content{
  padding: 0;
}
.b3_tab_item_big .cm_address{
  margin-bottom: 11px;
}
.box04{
  padding: 50px 0 50px;
}
.box4_content1, .box4_content2{
  width: 100%;
}
.box4_content2{
  max-width: none;
}
.b04_list {
  margin: 0 -10px;
}
.b04_list.slick-initialized .slick-slide {
  padding: 10px;
}
.b04_itm_main {
  padding: 12px 20px 20px;
}
.b04_itm_ttl {
  font-size: 16px;
}
.b04_itm_info .auth {
  margin-right: 30px;
}
.b4_style_h2{
  margin-bottom: 10px;
}
.box05{
  padding-top: 50px;
}
.b5_style_h2{
  line-height: 1.4;
}
.box5_content{
  padding: 0 3%;
  border-radius: 30px 30px 0 0;
}
.box5_detail {
  padding: 46px 0 36px 2%;
}
.box5_box {
  width: 56%;
}
.box5_gr_tel {
  width: 42%;
  max-width: 200px;
}


.f_title_h2{
  line-height: 1.4;
}
.f_title_h3{
  padding: 15px;
  margin-bottom: 15px;
}
.f_content{
  padding: 76px 0 50px;
}
.f_box1{
  margin-bottom: 30px;
  padding: 0 18px 30px;
  border-radius: 30px;
}
.f_box1, .f_box2{
  width: 100%;
}
.f_box2{
  padding: 0;
}
.f_address_list li{
  padding-left: 35px;
  padding-bottom: 15px;
}
.f_tel, .f_mail, .f_website{
  padding-left: 35px;
}
.f_map iframe {
  height: 300px;
}
.copyright{
  padding: 20px 0;
}

}
@media screen and (max-width: 750px){
  .box5_pepole{
    width: 28%;
  }
  .box5_detail{
    width: 70%;
  }
  .box5_box, .box5_gr_tel {
      width: 100%;
  }
  .box5_gr_tel{
    margin-top: 20px;
  }
  
}
@media screen and (min-width: 481px) and (max-width: 650px){
  .b04_itm_info .auth{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .b04_itm_info{
    flex-wrap: wrap;
  }
  .b04_itm_info .auth, .b04_itm_info .date{
    width: 100%;
  }
}
@media screen and (max-width:480px){
	.mainvs_style_h2 {
        font-size: 5.2vw;
    }
  .b04_small_itm_info{
    flex-wrap: wrap;
  }
  .b04_small_itm_info .auth, .b04_small_itm_info .date, .tel, .email{
    width: 100%;
  }
  .b04_small_itm_info .auth{
    margin-bottom: 8px;
  }
  .b04_small_itm_info>span:before{
    flex-shrink: 0;
  }
  .b04_small_itm_main{
    padding: 14px 15px 10px;
  }
  .b04_small_itm_img{
    width: 100px;
  }
  .b04_small_itm_main{
    width: calc(100% - 100px);
  }
  .box5_content {
    padding: 0 30px;
  }
  .box5_pepole{
    display: none;
  }
  .box5_detail {
    width: 100%;
    padding-left: 0;
  }
  .cm_bds_box2 p{
    width: 100%;
  }
}
@media screen and (max-width: 375px){
  .b2_item{
    width: 100%;
  }
}