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

#main {
    background: #fff;
    padding-top: 138px;
}

.mv_catch {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 80px 0 65px 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
}

.main_visual {
    position: relative;
    background: #000;
    min-width: 900px;
}

.mv_catch h2 {
	max-width: 1200px;
	margin: 0 auto;
}

.mv_catch h2 img {
    width: 800px;
}

.main_visual video {
    width: 100%;
    height: 100%;
}

.main_point_box {
	background-image: url("/hebel/area/chiba/kashiwatanaka/img/bg_gold.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 9998;
	position: relative;
	min-width: 900px;
}

.main_point_box_inner {
    width: 95%;
    margin: 0px auto;
    padding: 0;
    display: flex;
    max-width: 1400px;
    position: relative;
    justify-content: space-between;
}

.main_point_box_inner:after {
    display: block;
    position: absolute;
    left: 50%;
    height: 60%;
    background: rgba(255,255,255,0.5);
    width: 0.5px;
}

p.main_point_ps {
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
    width: 94%;
    padding: 10px 0 20px 0;
    font-weight: 400;
    margin: 0 auto;
    max-width: 1400px;
}

.main_point {
    width: 24.8%;
    border-right: 0.5px solid rgba(255,255,255,0.3);
    border-top: 0.5px solid rgba(255,255,255,0.45);
    background: linear-gradient(45deg, rgba(5,5,5,1) 0%, rgba(30,30,30,1) 100%);
    padding: 25px 30px;
    border-radius: 6px;
    box-shadow: 0 8px 15px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.45);
    margin-top: -50px;
}

.main_point img {
    width: 484px;
    margin: 0 auto;
}

.main_announce {
	background-image: url("/hebel/area/chiba/kashiwatanaka/img/bg_announce.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	border-top: 0.5px solid #fff;
	min-width: 900px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 0.5px solid #fff;
}

.main_announce_cap {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    width: 65%;
    letter-spacing: 2px;
    margin: 0 auto;
    text-shadow: 0 3px 12px #000;
}

.main_announce_circle {
    width: 130px;
    margin-right: 3%;
}

.main_announce_cap span {
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 500;
    background: rgba(255,255,255,0.15);
    width: 100%;
    padding: 7px 0;
    text-shadow: 0 0 3px rgba(0,0,0,0.25);
    margin: 10px auto 0;
}


ul.info_btn {
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: space-between;
}

ul.info_btn li {
    width: 49%;
    text-align: center;
    background: #000;
    font-size: 18px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

ul.info_btn li a {
    display: block;
    color: #fff;
}

ul.info_btn li:nth-child(1) {
    background: linear-gradient(45deg, rgba(132,117,89,1) 0%, rgba(173,151,111,1) 100%);
}

ul.info_btn li:nth-child(2) a {
    color: #fff;
}

.info_btn li a span {
    display: block;
    font-size: 11px;
    background: #555;
    padding: 2px 8px;
    margin-left: 8px;
}

ul.info_btn li a {
    padding: 20px 0;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    position: relative;
}

ul.info_btn li a:after {
    position: absolute;
    content: "";
    display: block;
    border-top: 1px solid #fff;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    right: 20px;
    top: 50%;
    margin-top: -4px;
}

ul.info_btn li:hover {
    opacity: 0.5;
}

.cta_btm_bg .info_btn {
    max-width: 750px;
    margin: 0 auto;
}

ul.info_btn_mv {
    width: 35%;
    background: #fff;
    border-left: 0.5px solid #fff;
    align-items: center;
    justify-content: space-between;
}

ul.info_btn_mv li {
    width: 100%;
    text-align: center;
    background: #000;
    font-size: 18px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

ul.info_btn_mv li a {
    display: block;
    color: #fff;
}

ul.info_btn_mv li:nth-child(1) {
    background: linear-gradient(45deg, rgba(132,117,89,1) 0%, rgba(173,151,111,1) 100%);
    border-bottom: 0.5px solid #fff;
}

ul.info_btn_mv li:nth-child(2) a {
    color: #fff;
    background: #666;
}

ul.info_btn_mv li a {
    padding: 32px 0;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
    font-size: 20px;
    background: #534741;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    position: relative;
}

ul.info_btn_mv li a span {
    display: block;
    font-size: 12px;
    background: #888;
    width: max-content;
    margin: 7px auto 0;
    padding: 2px 15px;
}

ul.info_btn_mv li a:after {
    position: absolute;
    content: "";
    display: block;
    border-top: 1px solid #fff;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    right: 33px;
    top: 50%;
    margin-top: -4px;
}

ul.info_btn_mv li a:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    border: 1px solid #fff;
    border-radius: 100%;
    top: 50%;
    margin-top: -15px;
}

ul.info_btn_mv li:hover {
    opacity: 0.5;
}

div#information {
    background: #EDEFF4;
    padding: 80px 0;
    min-width: 1100px;
}

.information_inner {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
}

.information_title {
    width: 22%;
    font-size: 30px;
    color: #00145B;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
}

.information_contents {
    width: 70%;
    max-height: 205px;
    overflow-y: scroll;
}

ul.information_list li {
    padding: 35px 0;
    font-size: 14px;
    line-height: 25px;
    color: #303A67;
    font-weight: 300;
    border-bottom: 1px solid #C9CFE2;
    display: flex;
}

ul.information_list li:first-child {
    padding: 0 0 35px;
}

ul.information_list li:last-child {
    padding: 35px 0 0 0;
    border: none;
}

span.information_date {
    font-weight: 900;
    color: #00145B;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-right: 25px;
    font-family: "Noto Serif JP", serif;
}

.information_title span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-top: 12px;
}

a.large_banner {
    display: block;
    max-width: 900px;
    letter-spacing: 1px;
    margin: 0 auto;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 26px;
    text-align: center;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

a.large_banner:hover {
    opacity: 0.5;
}

a.large_banner span {
    display: block;
    font-size: 14px;
    border: 1px solid;
    width: max-content;
    margin: 15px auto 0;
    padding: 5px 50px;
}

.banner_area {
    padding: 50px 0 0;
    min-width: 900px;
}

.event_banner {
    max-width: 400px;
    margin: 0 auto;
    padding: 100px 0 0;
    display: block;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.event_banner:hover {
    opacity: 0.5;
}

#concept {
	padding: 100px 0;
	background-image: url("/hebel/area/chiba/kashiwatanaka/img/concept_bg_v2.png");
	background-repeat: no-repeat;
	background-position: bottom -25% right -10%;
	background-size: 740px;
}

img.t_concept {
    width: 440px;
    margin: 0;
}

.concept_featured {
    width: 625px;
    margin: 75px auto;
}

.concept_cap {
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: "Noto Serif JP", serif;
}

.concept_annotation {
    max-width: 700px;
    margin: 50px auto 0;
    font-weight: 300;
}

div#project_movie {
    background: #222;
    padding: 100px 0;
    min-width: 1100px;
}

img.t_movie {
    width: 574px;
    margin: 0 auto;
}

p.project_movie_cap {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    margin: 50px 0;
}

.project_movie_main {
    max-width: max-content;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}

.guaranteed {
    padding: 100px 0;
    background: #f5f5f5;
    min-width: 1100px;
}

.guaranteed_inner {
    max-width: 1100px;
    margin: 0 auto;
}

p.guaranteed_cap {
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    padding: 50px 0;
    font-weight: 300;
}

.guaranteed_graph {
    padding: 20px 40px 40px;
    border: 1px solid #ddd;
    background: #f0f0eb;
}

.guaranteed_sumstock {
    display: flex;
    align-items: center;
    max-width: 100%;
    background: #fff;
    margin: 0 auto;
    justify-content: space-between;
    padding: 40px;
}

.guaranteed_title {
    max-width: 542px;
    margin: 0 auto;
}

.sumstock_image {
    width: 30%;
}

.sumstock_text {
    width: 66%;
    padding: 0;
}

.sumstock_text p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
}

.sumstock_tems_title {
	text-align: center;
	font-size: 17px;
	background: #eee;
	padding: 10px 0;
	font-family: "Noto Serif JP", serif;
}

ul.sumstock_tems_list {
}

ul.sumstock_tems_list li {
    font-size: 12px;
    width: 100%;
    padding: 12px 20px;
    background: #f0f0eb;
    margin: 3px 0;
    font-weight: 300;
    border-radius: 3px;
    display: block;
}

.sumstock_terms {
    margin-top: 20px;
}

p.quality_cap {
    font-size: 16px;
    line-height: 34px;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-weight: 300;
}

.quality_head {
    display: flex;
    max-width: 1100px;
    justify-content: space-between;
    margin: 50px auto;
}

.quality_head_contents {
    padding: 30px 0;
    width: 33%;
    background: #fff;
}

.quality_head_title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
}

.quality_head_image {
    margin: 20px auto;
    width: 90%;
    background: #eee;
}

.quality_head_cap {
    line-height: 24px;
    padding: 0 10%;
    font-size: 14px;
    font-weight: 300;
}

.quality_bottom {
    max-width: 1100px;
    margin: 0 auto;
}

.quality_bottom_contents {
    background: linear-gradient(45deg, rgba(132,117,89,1) 0%, rgba(173,151,111,1) 100%);
    padding: 30px;
    color: #fff;
}

.quality_bottom_title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    border-bottom: 1px solid #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 20px;
}

.quality_bottom_cap {
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    font-weight: 300;
}

.quality_bottom_image {
    background: #fff;
    padding: 40px;
    margin-top: 30px;
}

img.t_quality {
    width: 540px;
    margin: 0 auto;
}

.quality_inner {
    padding: 100px 0;
    min-width: 1100px;
    background: #eee;
}

.quality_odd {
    display: flex;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}

a.quality_content_link {
    display: block;
    background: #fff;
    width: 240px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.quality_image {
    width: 50%;
}

.quality_content {
    width: 50%;
}

.quality_even {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    max-width: 900px;
    margin: 0 auto;
}

.quality_odd_in .quality_content_cap {
    width: 400px;
    margin: 40px 0;
}

.quality_even_in .quality_content_cap {
    width: 350px;
    margin: 40px 0;
}

.quality_odd_in {
    padding: 0 0 0 40px;
}

a.quality_content_link img {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

a.quality_content_link:hover img {
    opacity: 0.5;
}

p.quality_annotation {
    color: #fff;
    margin-top: 15px;
    font-size: 11px;
    line-height: 18px;
    font-weight: 300;
}

#forsale {
    padding: 100px 0 0px;
}

img.t_forsale {
    width: 160px;
    margin: 0 auto;
}

.forsale_image {
    margin: 55px auto 20px;
    width: 40%;
}

.equipment {
    margin-top: 40px;
}

img.t_equipment {
    width: 155px;
    margin: 0 auto;
    background: #fff;
    padding: 0 10px;
}

ul.equipment_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
}

ul.equipment_list li {
    width: 50%;
}

table.equipment_list_table th {
    padding: 10px 0;
    background: #eee;
    border-bottom: 1px solid #fff;
    width: 36%;
    font-size: 12px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    text-align: center;
}

table.equipment_list_table td {
    padding: 10px;
    font-size: 12px;
    font-family: "Noto Serif JP", serif;
    background: #f9f9f9;
    border-bottom: 1px solid #fff;
}

.nonincluded {
    margin-top: 12px;
    font-family: "Noto Serif JP", serif;
}

.nonincluded_contents {
    font-size: 12px;
    margin-top: 5px;
}

div#plans {
    padding-top: 30px;
    margin-top: 70px;
}

img.t_plans {
    width: 293px;
    margin: 60px auto;
}

div#design {
    padding: 100px 0;
    background: #f5f5f5;
    margin-top: 100px;
}

img.t_design {
    width: 224px;
    margin: 0 auto;
}

#purchase {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 0;
	margin-top: -50px;
	position: relative;
}

img.t_purchase {
    width: 320px;
    margin: 0 auto;
}

.purchase_inner {
    display: flex;
    max-width: 1100px;
    border: 1px solid #ddd;
    justify-content: space-between;
    background: #f0f0eb;
    margin: 0 auto;
}

.purchase_image {
    width: 25%;
    position: relative;
    background-image: url("/hebel/area/chiba/kashiwatanaka/img/purchase_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.purchase_content {
    width: 75%;
    text-align: center;
    padding: 80px 8%;
}

.purchase_cap {
    font-size: 16px;
    line-height: 34px;
    text-align: left;
    font-weight: 300;
}

.purchase_label {
    width: 70%;
    margin: 0 auto 30px;
}

.purchase_annotation {
    font-size: 13px;
    line-height: 23px;
    max-width: 650px;
    margin: 0 auto;
    text-align: left;
    opacity: 0.75;
    margin-top: 30px;
}

.location_featured_odd.location_featured_bg_01 {
	background-image: url("/hebel/area/chiba/kashiwatanaka/img/location_bg_ak.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px 0;
}

.pic_credit {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #fff;
    padding: 2px 10px;
    font-size: 12px;
}

img.t_location {
    width: 222px;
}

span.location_area_access .icon_walk {
    width: 13px;
    display: block;
    position: inherit;
    margin-right: 5px;
}

span.location_area_access .icon_bike {
    width: 28px;
    display: block;
    position: inherit;
    margin-right: 5px;
}

span.location_area_access .icon_car {
    width: 28px;
    display: block;
    position: inherit;
    margin-right: 5px;
}

.location_area_name {
    margin-top: 10px;
    display: flex;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    align-items: center;
    font-weight: 500;
}

span.location_area_access {
    margin-left: 15px;
    font-size: 13px;
    display: flex;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
    align-items: center;
}

.location_featured_odd {
    margin-bottom: 50px;
    position: relative;
    width: 90%;
    margin-left: 10%;
}

.location_box {
    background: #fff;
    padding: 70px;
    width: 540px;
}

.location_label_en {
    position: relative;
}

.location_label_en:before {
    position: absolute;
    width: 90px;
    height: 1px;
    background: #D2B374;
    content: "";
    display: block;
    left: -120px;
    top: 34px;
}

.location_featured_odd:before {
    display: block;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 999;
}

.location_cap {
    font-size: 14px;
    line-height: 26px;
    padding-left: 25px;
    font-weight: 300;
    border-left: 0.5px solid;
}

.location_featured_even.location_featured_bg_02 {
	background-image: url("/hebel/area/chiba/kashiwatanaka/img/location_bg_lf.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-color: #f5f5f5;
}

.location_featured_even {
    padding: 150px 0;
    display: flex;
    width: 90%;
    justify-content: end;
    margin-bottom: 50px;
}

.location_featured_odd.location_featured_bg_03 {
	background-image: url("/hebel/area/chiba/kashiwatanaka/img/location_bg_sa.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px 0;
}

img.l_t_ak {
    width: 370px;
}

img.l_t_ak_jp {
    width: 390px;
    margin: 50px 0;
}

img.l_t_lf {
    width: 377px;
}

img.l_t_lf_jp {
    width: 416px;
    margin: 50px 0;
}

img.l_t_sa {
    width: 433px;
}

img.l_t_sa_jp {
    width: 425px;
    margin: 50px 0;
}

#location_map {
    padding: 100px 0 0;
}

img.t_map {
    width: 168px;
    margin: 0 auto;
    background: #fff;
}

input {
  display: none;
}

.tab_area {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

label {
  display: block;
  padding: 10px;
  margin: 0.5%;
  font-weight: 600;
  background: #F7F7EA;
  font-family: "Noto Serif JP", serif;
  float: left;
  width: 32.3%;
  text-align: center;
  border-radius: 2px;
  font-size: 18px;
  border: 0.5px solid;
  cursor: pointer;
  order: -1;
}

label:hover {
  opacity: 0.3;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.tab_gold_4,
.tab_gold_7 {
	background: linear-gradient(90deg, rgba(165,157,136,1) 0%, rgba(183,174,151,1) 100%);
	width: 49.75%;
	margin-bottom: 0.5%;
	font-size: 25px;
	display: flex;
	padding: 15px 10px;
	align-items: center;
	justify-content: center;
}

.tab_gold_7 {
    margin-right: 0!important;
}

label span {
    font-size: 1.6rem;
    padding: 0 13px;
    font-weight: 500;
    margin-left: 17px;
    background: rgba(255,255,255,0.5);
}

.btn_tab_last {
    margin-right: 0!important;
}

.content {
  display: none;
  width: 100%;
  padding: 50px 0;
}

.cont_firstseason {
    padding-top: 20px!important;
}

.inner {
  opacity: 0;
  position: relative;
}

input:checked + .btn_tab {
  background: #111!important;
  color: #fff!important;
  border: 1px solid #111;
}

input:checked + .btn_tab:hover {
    opacity: 1 !important;
}

input:checked + .btn_tab + .content {
  display: block;
  padding: 10px 0 0;
}

input:checked + .btn_tab + .content .inner {
  animation: fadeIn 1.5s forwards;
}

@keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}

.slide_loader {
  width: 50px;
  position: absolute;
  margin-top: -25px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-left: -25px;
  left: 50%;
  border: 8px solid #000;
  animation:
    l20-1 0.8s infinite linear alternate,
    l20-2 1.6s infinite linear;
  top: 150px;
}
@keyframes l20-1{
   0%    {clip-path: polygon(50% 50%,0       0,  50%   0%,  50%    0%, 50%    0%, 50%    0%, 50%    0% )}
   12.5% {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100%   0%, 100%   0%, 100%   0% )}
   25%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 100% 100%, 100% 100% )}
   50%   {clip-path: polygon(50% 50%,0       0,  50%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   62.5% {clip-path: polygon(50% 50%,100%    0, 100%   0%,  100%   0%, 100% 100%, 50%  100%, 0%   100% )}
   75%   {clip-path: polygon(50% 50%,100% 100%, 100% 100%,  100% 100%, 100% 100%, 50%  100%, 0%   100% )}
   100%  {clip-path: polygon(50% 50%,50%  100%,  50% 100%,   50% 100%,  50% 100%, 50%  100%, 0%   100% )}
}
@keyframes l20-2{ 
  0%    {transform:scaleY(1)  rotate(0deg)}
  49.99%{transform:scaleY(1)  rotate(135deg)}
  50%   {transform:scaleY(-1) rotate(0deg)}
  100%  {transform:scaleY(-1) rotate(-135deg)}
}

.plan_slider .slick-list.draggable {
    padding: 0 !important;
    width: 100%;
}

.location_map_image {
    margin-top: 50px;
}

.location_map_image img {
    border: 0.5px solid #111;
    margin-top: 20px;
}

#faq {
    background: #EAE8E2;
    padding: 150px 0;
}

img.t_faq {
    width: 280px;
    margin: 0 auto;
}

#access {
    padding: 100px 0;
    background: #f9f9f9;
    margin-top: 100px;
}

.access_image {
    margin: 50px 0;
    width: 100%;
}

img.t_access {
    width: 146px;
    margin: 0 auto;
}

.access_info_image {
    width: 806px;
    margin: 0 auto;
    padding: 50px 0;
}

.access_image img {
    border: 0.5px solid #111;
}

img.t_access_train {
    width: 273px;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 0 10px;
}

.small_title {
    position: relative;
}

.small_title:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    top: 50%;
}

.small_title h3 {
    position: relative;
}

img.t_access_bus {
    margin: 0 auto;
    width: 255px;
    padding: 0 10px;
    background: #f9f9f9;
}

img.t_access_airport {
    width: 202px;
    background: #f9f9f9;
    margin: 0 auto;
    padding: 0 10px;
}

.access_info_box_small {
    display: flex;
    justify-content: space-between;
}

.access_info_box_small .access_info {
    width: 46%;
}

.access_info_cap {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 30px;
}

.accordion {
    margin-top: 50px;
}
.accordion_container {
  margin: 0 auto;
}
.accordion_title {
  background-color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion_title:hover {
  opacity: 0.8;
}
.icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_title_design.default .icon_wrap {
    transform: rotate(0deg);
}
.accordion_title_design.default.open .icon_wrap {
    transform: rotate(-135deg);
}
.icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_title.open 
.icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.icon:before, .icon:after {
  display: flex;
  content: '';
  background-color: #111;
  width: 18px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.icon:before {
  width: 1px;
  height: 18px;
  top: 0;
  left: 8px;
}
span.icon_q {
    width: 36px;
    margin-right: 10px;
}
span.icon_a {
    width: 36px;
    margin-right: 20px;
}
.accordion_title.open 
.icon_wrap .icon:before {
  content: none;
}
.accordion_title.open 
.icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_inner {
  padding: 20px 0 20px 40px;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 26px;
}
.accordion_inner_design_default {
　display: block!important;
}
.ac_inner_wraper {
	height: auto;
	display: flex;
	align-items: center;
}

p.txt_a_ac {
  margin: 0;
  width: fit-content;
}

.accordion_container_design {
  margin: 0 auto;
}
.accordion_title_design {
  background: linear-gradient(45deg, rgba(17,17,17,1) 0%, rgba(85,85,85,1) 100%);
  font-size: 18px;
  font-weight: 300;
  padding: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}

.accordion_title_design:hover {
  opacity: 0.5;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.accordion_title_design img {
    width: 303px;
    margin: 0 auto;
}
.accordion_title:hover {
  opacity: 0.8;
}
.accordion_title_design.open 
.icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.accordion_title_design.open 
.icon_wrap .icon:before {
  content: none;
}
.accordion_title_design.open 
.icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_inner_design {
  display: none;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0;
  line-height: 26px;
}
ul.design_gallery_large {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.7%;
}

ul.design_gallery_large li {
    width: 49.65%;
}

ul.design_gallery_small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

ul.design_gallery_small li {
    width: 49.65%;
    margin-bottom: 0.75%;
}
.icon_design {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_title_design.open 
.icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.icon_design:before, .icon_design:after {
  display: flex;
  content: '';
  background-color: #fff;
  width: 18px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.icon_design:before {
  width: 1px;
  height: 18px;
  top: 0;
  left: 8px;
}
.accordion_title.open 
.icon_wrap .icon_design:before {
  content: none;
}
.accordion_title.open 
.icon_wrap .icon_design:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.location_main {
    padding: 100px 0;
    overflow: hidden;
}

.sample_area {
    width: 45%;
}

.sample_title {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid;
    padding: 0 0 10px 15%;
}
	
p.sample_cap {
    padding: 0 15%;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    margin: 50px 0;
}
	
.slick {
  display: flex;
}

.slick__inner {
  width: min(55%, 1120px);
  margin: 0 auto;
}

.slick__container {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
}

.slick__images {
  padding: 0;
}

.slick__prev,
.slick__next {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: none;
}

.slick__prev {
  left: -22%;
}

.slick__next {
  left: -13%;
}

.slick__prev:before,
.slick__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-top: 1px solid #18212b;
  border-right: 1px solid #18212b;
  opacity: 1;
  content: '';
}

.slick__prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}

.slick__next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}

.slick__image {
  position: relative;
  width: 500px;
  margin-right: 30px;
}

.slick-list img {
    background: #fff;
}

.slick__image:before {
  display: block;
  padding-top: calc((2 / 3) * 100%);
  content: '';
}

.slick__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

iframe.slide_video {
    width: 100%;
    height: 506px!important;
}

.thumbnail_a.slick-initialized.slick-slider,
.thumbnail_b.slick-initialized.slick-slider,
.thumbnail_c.slick-initialized.slick-slider,
.thumbnail_d.slick-initialized.slick-slider,
.thumbnail_e.slick-initialized.slick-slider,
.thumbnail_f.slick-initialized.slick-slider {
    margin-top: 2px;
}

.thumbnail_a img.slick-slide.slick-current.slick-active,
.thumbnail_b img.slick-slide.slick-current.slick-active,
.thumbnail_c img.slick-slide.slick-current.slick-active,
.thumbnail_d img.slick-slide.slick-current.slick-active,
.thumbnail_e img.slick-slide.slick-current.slick-active,
.thumbnail_f img.slick-slide.slick-current.slick-active {
	opacity: 1!important;
}

.thumbnail_a.slick-initialized.slick-slider img,
.thumbnail_b.slick-initialized.slick-slider img,
.thumbnail_c.slick-initialized.slick-slider img,
.thumbnail_d.slick-initialized.slick-slider img,
.thumbnail_e.slick-initialized.slick-slider img,
.thumbnail_f.slick-initialized.slick-slider img {
    opacity: 0.35;
    padding: 2px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.forsale_list h3 span {
    font-size: 24px;
    background: #fff;
    padding: 0 20px;
    position: relative;
    font-family: "Noto Serif JP", serif;
}

.forsale_list h3 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.forsale_featured_list {
    max-width: 750px;
    margin: 30px auto 50px;
}

.forsale_featured_list h3 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.forsale_featured_list h3 span {
    font-size: 24px;
    background: #fff;
    padding: 0 20px;
    position: relative;
    font-family: "Noto Serif JP", serif;
}

.forsale_featured_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forsale_featured_img img {
    width: 48.5%;
}

.forsale_featured_list h3:before,.forsale_list h3:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
}

.forsale_list {
    padding: 0 80px;
}
.forsale_slider{
	margin:0 auto;
}
.forsale_slider img {
	height: auto;
	padding: 0 10px!important;
}
.forsale_slider .slick-slide{
	height:auto!important;
}
.forsale_slider .slick-arrow{
	z-index:2!important;
}
.forsale_slider .slick-next{
	right: -40px!important;
}
.forsale_slider .slick-prev{
	left: -40px!important;
}
ul.slick-dots {
    bottom: -50px!important;
}
.slick-next:before, .slick-prev:before {
    color: #000!important;
}

.cta_btm_bg .info_btn {
    max-width: 750px;
    margin: 0 auto;
}

.float_info {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255,255,255,0.75);
}

.float_info .info_btn {
    max-width: 700px;
    margin: 0 auto;
}

.float_info .info_btn li a {
    font-size: 14px;
    padding: 12px 14px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.is-hidden {
	bottom: -100px!important;
}

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

    .main_announce_circle {
        width: 100px;
    }

    .main_announce_cap {
        font-size: 30px;
        width: 65%;
    }
}
	
@media screen and (max-width: 480px) {

    #main {
        padding-top: 60px;
    }

    .main_visual {
        min-width: inherit;
    }

    .mv_catch h2 {
        width: 96%;
        margin: 0 2%;
    }

    .mv_catch {
        padding: 10px 0 6px;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    }

    .main_point_box_inner {
        padding: 2% 2% 0;
        width: 100%;
        flex-wrap: wrap;
    }

    .main_point {
        width: 100%;
        padding: 3%;
        margin: 0 0 1%;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45);
        background: linear-gradient(45deg, rgba(5,5,5,1) 0%, rgba(60,60,60,1) 100%);
    }

    .main_point_box_inner:after {
        width: 100%;
        top: 50%;
        margin-top: -1px;
        height: 0.5px;
        left: 0;
    }

    .main_point_box {
        margin-top: -1px;
        min-width: inherit;
    }

    .main_announce_cap {
        font-size: 24px;
        width: 100%;
        letter-spacing: 2px;
        padding: 0 0 4% 0;
    }

    .main_announce {
        padding: 4%;
        display: block;
        min-width: inherit;
        border: none;
    }

    p.main_point_ps {
        font-size: 10px;
        text-align: left;
        width: 90%;
        padding: 5px 0 20px 0;
    }

    .main_announce_cap span {
        font-size: 13px;
        padding: 0px 0 1px 5px;
        text-align: center;
        margin: 8px 0 0;
    }

    .main_announce_circle {
        width: 25%;
        margin-right: 3%;
    }

    .main_announce_detail {
        width: 72%;
        font-size: 25px;
        letter-spacing: 0.5px;
        text-align: left;
        line-height: 34px;
    }

    ul.info_btn_mv {
        width: 100%;
        border: none;
        background: none;
    }

    ul.info_btn_mv li a {
        padding: 15px 5%;
        text-align: left;
        min-height: 80px;
        display: flex;
        border: 1px solid rgba(255,255,255,0.3);
        font-size: 16px;
        align-items: center;
    }

    ul.info_btn_mv li:nth-child(1) {
        margin-bottom: 10px;
        border-bottom: none;
    }

    ul.info_btn_mv li a span {
        display: inline-block;
        margin: 0 0 0 10px;
    }

    ul.info_btn_mv li a:before {
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }

    ul.info_btn_mv li a:after {
        width: 6px;
        height: 6px;
        margin-top: -3px;
        right: 31px;
    }

    ul.info_btn li a {
        font-size: 16px;
        text-align: left;
        padding: 15px 0 15px 15px;
    }

    .float_info {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 2%;
        width: 100%;
        z-index: 9999;
        background: rgba(255, 255, 255, 0.75);
    }

    ul.info_btn li a {
        text-align: left;
        font-size: 14px;
        padding: 12px 14px;
    }

    ul.info_btn {
        width: 94%;
        margin: 10px auto 0;
    }

    ul.info_btn li a:after {
        right: 15px;
    }

    div#information {
        padding: 40px 0;
        min-width: inherit;
    }

    .information_inner {
        display: block;
    }

    .information_title {
        width: 46%;
        font-size: 22px;
        margin-bottom: 40px;
        text-align: center;
        margin: 0 auto 40px;
    }

    .information_title span {
        margin-top: 15px;
    }

    .information_contents {
        width: 100%;
        max-height: 120px;
    }

    ul.information_list li {
        line-height: 22px;
        font-size: 13px;
        padding: 20px 0;
    }

    span.information_date {
    }

    ul.information_list li:first-child {
        padding: 0 0 20px 0;
    }

    ul.information_list li:last-child {
        padding: 20px 0 0 0;
    }

    .banner_area {
        padding: 30px 5% 0;
        min-width: inherit;
    }

    a.large_banner {
        border: 0.5px solid #666;
    }

    a.large_banner span {
        display: block;
        font-size: 14px;
        margin-top: 6px;
    }

    .event_banner {
        max-width: 90%;
        padding: 50px 0 0;
    }

    #concept {
        background-image: url("/hebel/area/chiba/kashiwatanaka/img/concept_bg_sp.png");
        padding: 30px 7% 70px;
        background-size: 130%;
        margin-top: 30px;
        background-position: bottom -28% center;
    }

    .concept_cap {
        margin-top: 35px;
        text-align: left;
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 28px;
    }

    .concept_annotation {
        margin: 30px auto 0;
    }

    .concept_annotation p {
        font-size: 10px;
        line-height: 17px;
        opacity: 0.6;
    }

    div#project_movie {
        padding: 70px 7%;
        min-width: inherit;
    }

    img.t_movie {
        width: 92%;
    }

    p.project_movie_cap {
        line-height: 28px;
        text-align: left;
        margin: 30px 0;
        font-size: 14px;
    }

    p.project_movie_cap br {
        display: none;
    }

    .project_movie_main {
        border-radius: 5px;
    }

    .project_movie_main iframe {
        height: 200px;
    }

    .quality_inner {
        padding: 70px 2%;
        min-width: inherit;
    }

    img.t_concept {
        width: 84%;
    }

    img.t_quality {
        width: 82%;
    }

    .quality_odd {
        display: block;
        margin: 0 auto 45px;
    }

    .quality_image {
        width: 92%;
        margin-bottom: 25px;
    }

    .quality_content {
        width: 100%;
    }

    .quality_odd_in {
        padding: 0 7%;
    }

    .quality_odd_in .quality_content_cap {
        width: 96%;
        margin: 25px auto;
    }

    .quality_content_title h3 {
        width: 92%;
    }

    .quality_even {
        display: block;
    }

    .quality_even .quality_image {
        margin-left: 8%;
    }

    .quality_even_in {
        padding: 0 7%;
    }

    .quality_even .quality_content_title h3 {
        width: 92%;
        margin-left: 8%;
    }

    .quality_even_in .quality_content_cap {
        width: 80%;
        margin: 25px auto;
    }

    a.quality_content_link {
        margin: 0 auto;
        width: 68%;
    }

    #forsale {
        padding: 30px 0 0;
        margin-top: 40px;
    }

    .forsale_featured_list h3 {
        max-width: 92%;
        margin: 0 auto 20px;
    }

    .forsale_featured_list h3 span {
        font-size: 20px;
        font-weight: 500;
    }

    .forsale_list h3 span {
        font-size: 20px;
        font-weight: 500;
    }

    .forsale_list h3 {
        width: 92%;
        margin: 0 auto 20px;
    }

    .forsale_featured_img img {
        width: 100%;
        margin: 10px auto 0;
    }

    .forsale_featured_img {
        display: block;
        width: 84%;
        margin: 0 auto;
    }

    .forsale_featured_list {
        margin: 30px auto;
    }

    img.t_forsale {
        width: 26%;
    }

    .forsale_image {
        width: 80%;
        margin: 30px auto 10px;
    }

    .forsale_list {
        padding: 0;
    }

    table.equipment_list_table td {
        font-size: 10px;
        width: 60%;
    }

    table.equipment_list_table th {
        font-size: 11px;
        width: 40%;
    }

    input:checked + .btn_tab + .content {
        padding: 0;
    }

    label {
        margin: 0.55%;
        width: 32%;
        font-size: 15px;
        padding: 7px 10px;
    }
    .tab_gold_4, .tab_gold_7 {
        width: 48.5%;
        font-size: 18px;
    }

    label span {
        font-size: 13px;
        padding: 1px 5px;
        margin-left: 5px;
    }

    .tab_area {
        padding: 0 5%;
        margin: 40px 0 0;
    }

    .equipment {
        padding: 0;
        margin-top: 30px;
    }

    .equipment tbody {
        display: table;
        width: 100%;
    }

    ul.equipment_list {
        margin-top: 25px;
        flex-wrap: wrap;
    }

    ul.equipment_list li {
        width: 100%;
    }

    .nonincluded_contents {
        font-size: 10px;
    }

    ul.slick-dots {
        bottom: -35px!important;
    }

    .slick-dots li {
        margin: 0 1px!important;
    }

    img.t_plans {
        width: 47%;
        margin: 0 auto;
    }

    .swiperThumbnail .swiper-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .swiperThumbnail .swiper-slide {
        width: 30%!important;
        padding: 5px 10px;
        margin: 1%!important;
    }

    .swiper-slide {
        padding: 0 5%;
    }

    div#plans {
    }

    img.t_design {
        width: 36%;
    }

    .accordion_title_design {
        margin-bottom: 1px;
    }

    img.t_equipment {
        width: 25%;
    }

    .accordion_title_design img {
        width: 70%;
    }

    .accordion {
        margin-top: 45px;
    }

    ul.design_gallery_large li {
        width: 100%;
        margin-bottom: 5px;
    }

    ul.design_gallery_large {
        display: block;
    }

    .ac_inner_wraper_design {
        padding: 2%;
    }

    ul.design_gallery_small {
        flex-wrap: wrap;
    }

    ul.design_gallery_small li {
        width: 49.4%;
        margin-bottom: 5px;
    }

    div#design {
        padding: 30px 0;
        background: #fff;
        margin-top: 30px;
    }

    #purchase {margin-top: 0%;padding: 2% 0 0;}

    .purchase_sp_main {
        background: url("/hebel/area/chiba/kashiwatanaka/img/purchase_bg.png");
        background-size: cover;
        background-position: center;
        padding: 50px 8%;
        position: relative;
        margin-top: 0;
        background-repeat: no-repeat;
    }

    img.t_purchase {
        width: 60%;
    }

    .purchase_label {
        width: 88%;
        margin: 0 auto 20px;
    }

    .purchase_cap {
        text-align: left;
        line-height: 28px;
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

    .purchase_annotation {
        margin-top: 20px;
        font-size: 11px;
        line-height: 20px;
    }

    .purchase_cap br {
        display: none;
    }

    .purchase_image {
        width: 100%;
        height: 150px;
    }

    .purchase_inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .purchase_content {
        width: 100%;
        padding: 40px 8%;
    }

    .location_main {
        padding: 0px 0 0;
        background: #f5f5f5;
    }

    .slick {
        display: block;
    }

    iframe.slide_video {
        height: 200px !important;
    }

    .sample_area {
        width: 100%;
    }

    img.t_location {
        width: 38%;
        margin: 50px auto 0;
    }

    .sample_title {
        padding: 0;
        border: none;
    }

    p.sample_cap {
        margin: 30px 0;
        padding: 0 7%;
    }

    .slick__image {
        width: 320px;
        margin-right: 15px;
    }

    .slick-list {
        background: none;
    }

    .slick-track {
        align-items: center;
        display: flex!important;
    }

    .location_area_name {
        font-size: 16px;
        flex-wrap: wrap;
    }

    span.location_area_access {
        font-size: 11px;
        margin-right: 10px;
        margin-left: 0;
    }

    span.location_area_name_text {
        font-size: 18px;
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .location_area_access_box {
        display: flex;
        width: 100%;
    }

    span.location_area_access .icon_bike {
        width: 20px;
    }

    span.location_area_access .icon_walk {
        width: 10px;
    }

    span.location_area_access .icon_car {
        width: 22px;
    }

    .slick__container {
        width: 100%;
    }

    .slick__inner {
        width: 100%;
    }

    .location_featured_odd.location_featured_bg_01 {
        padding: 0;
    }

    .location_box {
        width: 100%;
        padding: 50px 8%;
        background: #f5f5f5;
        position: relative;
    }

    img.l_t_ak {
        width: 65%;
    }

    img.l_t_ak_jp {
        width: 80%;
        margin: 25px 0;
    }

    .location_cap {
        font-size: 13px;
        line-height: 24px;
        padding-left: 18px;
    }

    .location_featured_odd {
        width: 100%;
        margin-bottom: 0;
        background: #f5f5f5;
        margin-left: 0;
    }

    .location_featured_even {
        padding: 0;
        margin-bottom: 0;
        width: 100%;
        display: block;
    }

    .location_featured_odd.location_featured_bg_03 {
        padding: 0;
    }

    img.l_t_lf_jp {
        margin: 25px 0;
        width: 90%;
    }

    img.l_t_sa_jp {
        width: 90%;
        margin: 25px 0;
    }

    .location_label_en:before {
        display: none;
    }

    .location_box:before {
        display: block;
        background: #fff;
        height: 10%;
        width: 100%;
        left: 0;
        top: -10%;
    }

    img.l_t_lf {
        width: 68%;
    }

    img.l_t_sa {width: 76%;}

    #location_map {
        padding: 30px 7% 50px;
        margin-top: 30px;
    }

    img.t_map {
        width: 42%;
        padding: 0 10px;
    }

    .location_map_image {
        margin-top: 30px;
    }

    .location_map_image img {
        margin-top: 10px;
    }

    #faq {
        padding: 70px 7%;
    }

    img.t_faq {
        width: 48%;
    }

    .accordion_inner {
        padding: 10px;
    }

    .accordion_title {
        font-size: 14px;
        padding: 10px;
    }

    span.icon_q {
        width: 24px;
    }

    span.icon_a {
        width: 28px;
    }

    .ac_inner_wraper {
        align-items: flex-start;
    }
    .accordion {
        margin-top: 40px;
        padding: 0;
    }

    #access {
        padding: 50px 7% 20px;
        margin-top: 0;
    }

    img.t_access {
        width: 28%;
    }

    .access_image {
        margin: 40px 0;
    }

    .access_info_image {
        width: 100%;
        padding: 20px 0 0;
    }

    img.t_access_train {
        width: 70%;
        padding: 0 10px;
    }

    .access_info_box_small {
        display: block;
    }

    .access_info_box_small .access_info {
        width: 100%;
        margin: 40px 0;
    }

    img.t_access_bus {
        width: 67%;
        padding: 0 10px;
    }

    img.t_access_airport {
        padding: 0 10px;
        width: 53%;
    }

    .access_info_cap {
        margin-top: 20px;
        font-size: 13px;
        line-height: 22px;
    }

    .is-hidden {
        bottom: -100px!important;
    }
    .guaranteed {
        padding: 70px 2% 70px;
        min-width: inherit;
        border-top: 1px solid #ddd;
    }

    .guaranteed_title {
        width: 92%;
    }

    p.guaranteed_cap {
        font-size: 14px;
        line-height: 28px;
        text-align: left;
        padding: 0 5%;
        margin: 30px 0;
    }

    .guaranteed_graph {
        padding: 20px 2% 2%;
        box-shadow: none;
    }

    .guaranteed_sumstock {
        padding: 5%;
        display: block;
    }

    .sumstock_image {
        margin: 0 auto;
        width: 60%;
    }

    .sumstock_text {
        width: 100%;
        margin-top: 20px;
    }

    .sumstock_terms {
        margin-top: 20px;
    }

    ul.sumstock_tems_list {
        display: block;
    }

    ul.sumstock_tems_list li {
        width: 100%;
        padding: 10px;
        margin: 5px 0;
    }

    ul.sumstock_tems_list li br {
        display: none;
    }

    p.quality_cap {
        font-size: 14px;
        line-height: 28px;
        padding: 0 5%;
        text-align: left;
    }

    .quality_head {
        margin: 30px 0;
        display: block;
    }

    .quality_head_contents {
        width: 100%;
        padding: 20px 0;
        margin-bottom: 4%;
    }

    .quality_head_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .quality_head_image {
        width: 98%;
    }

    .quality_head_cap {
        font-size: 13px;
        line-height: 22px;
        padding: 0 8%;
    }

    .quality_bottom_contents {
        padding: 20px 7% 7%;
    }

    .quality_head {
        margin: 30px 0 0;
    }

    .quality_bottom_title {
        font-size: 20px;
        padding-bottom: 10px;
        width: 100%;
        line-height: 32px;
        margin: 0 auto 20px;
    }

    .quality_bottom_cap {
        font-size: 13px;
        text-align: left;
        padding: 0 5%;
        line-height: 22px;
    }

    .quality_bottom_image {
        padding: 5%;
        margin-top: 20px;
    }

    .sumstock_text p {
        font-size: 12px;
        line-height: 22px;
    }

    p.quality_cap br {
        display: none;
    }

    p.guaranteed_cap br {
        display: none;
    }

    .concept_cap br {
        display: ;
    }

}


.concept_movie{
    width: 720px;
    aspect-ratio: 16 / 9;
    margin-top: 50px;
}

.concept_movie iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 480px) {
    .concept_movie{
        width: 100%;
        margin-top: 35px;
    }
}