/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/
/* ------ General Settings ------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
.second-contents img {
 max-width: 100%;
 height: auto;
 width: 100%;
}
.second-contents a {
 text-decoration: none;
}
.second-contents {
 font-family: 'Noto Serif JP', serif;
 font-weight: 400;
 overflow: hidden;
}
.second-contents figure {
 margin: 0;
}
.second-contents .main-area {
 padding-top: 83px;
 margin-bottom: 60px;
}
.second-contents .g {
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 400;
}
a:hover {
 opacity: 1;
 text-decoration: none;
}
.sp {
 display: none !important;
}
.br_pc {
 display: inherit;
}
.br_sp {
 display: none;
}
.bwg_container {
 width: 1000px;
 margin: 0 auto;
}
@media screen and (max-width:768px) {
 /* ------ General Settings ------ */
 .second-contents .main-area {
  padding-top: 54px;
  margin-bottom: 40px;
 }
 img {
  max-width: 100%;
  height: auto;
  width: auto\9;
 }
 a:hover {
  opacity: 1;
  text-decoration: none;
 }
 .pc {
  display: none !important;
 }
 .sp {
  display: inherit !important;
 }
 .br_pc {
  display: none !important;
 }
 .br_sp {
  display: inherit !important;
 }
 .bwg_container {
  width: auto;
  margin: 0 auto;
 }
}
/* ------ base ------ */
.l-wrapper {
 overflow: inherit;
}
#contents01 ul {
 margin: 1em 0 0 0 !important;
}
figure {
 margin: 0;
}
@media screen and (min-width: 768px) {
 .l-footer {
  min-width: auto;
 }
}
/*second*/
.second_read {
 width: 1000px;
 margin: 0 auto 100px auto;
 padding-top: 50px;
 letter-spacing: 0.02em;
}
.second_read h1 {
 font-size: 30px;
 margin-bottom: 30px;
 font-weight: 700;
}
.second_read p {
 font-size: 16px;
 margin-bottom: 1em;
}
.second_contents {
 width: 1000px;
 margin: 0 auto 100px auto;
 letter-spacing: 0.02em;
}
.second_contents h2, .ttl_g {
 color: #b1a760;
 font-size: 50px;
 text-align: center;
 font-weight: 700;
 line-height: 1.3;
}
.second_contents h3 {
 font-size: 25px;
 margin-top: 2em;
 font-weight: 700;
 line-height: 1.3;
}
.second_contents p {
 font-size: 16px;
 margin-top: 1em;
}
.spacer {
 height: 50px;
}
.second_scontents {
 width: 1000px;
 margin: 0 auto 100px auto;
 letter-spacing: 0.02em;
 overflow: hidden;
}
.second_product {
 width: 1000px;
 margin: 0 auto 100px auto;
 letter-spacing: 0.02em;
 overflow: hidden;
}
.second_product_inner {
 display: flex;
 justify-content: space-between;
 column-gap: 2vw;
 flex-wrap: wrap;
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 400;
}
.second_product_inner::after {
 width: 30%;
 display: block;
 content: "";
}
.second_product_detail {
 width: 30%;
}
.product_at_ttl {
 background: #AFB571;
 display: flex;
 justify-content: space-between;
 padding: 10px;
 margin-bottom: 20px;
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 400;
}
.product_at_ttl h2 {
 color: #fff;
 font-size: 14px;
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 700;
}
.product_at_ttl p {
 color: #fff;
 font-size: 14px;
}
.item_box .video-container {
 margin-top: 8px;
}
.item_box .video-wrap {
 height: 400px;
}
.item_box video {
 height: 400px;
}
@media screen and (max-width: 768px) {
 .second_read {
  width: auto;
  margin: 0 5vw 50px 5vw;
  padding-top: 25px;
 }
 .second_read h1 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
 }
 .second_read p {
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 1.6;
 }
 .second_contents {
  width: auto;
  margin: 0 5vw 50px 5vw;
 }
 .second_contents h2, .ttl_g {
  font-size: 28px !important;
 }
 .second_contents h3 {
  font-size: 18px;
  margin-top: 2em;
  font-weight: 700;
  line-height: 1.3;
 }
 .second_contents p {
  font-size: 14px;
  margin-top: 1em;
 }
 .second_contents p.red {
  color: #C00;
 }
 .spacer {
  height: 30px;
 }
 .second_scontents {
  width: auto;
  margin: 0 5vw 50px 5vw;
 }
 .second_product {
  width: auto;
  margin: 0 5vw 50px 5vw;
 }
 .second_product_inner {
  display: flex;
  justify-content: space-between;
  column-gap: 2vw;
  flex-wrap: wrap;
 }
 .second_product_inner::after {
  width: 45%;
  display: block;
  content: "";
 }
 .second_product_detail {
  width: 45%;
 }
 .product_at_ttl {
  display: block;
  padding: 10px;
  margin-bottom: 20px;
 }
 .product_at_ttl h2 {
  font-size: 16px !important;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0 0 5px 0 !important;
  line-height: 1.4;
 }
 .product_at_ttl p {
  font-size: 13px;
 }
 .item_box .video-container {
  margin-top: 5px;
 }
 .item_box .video-wrap {
  height: 50vw;
 }
 .item_box video {
  height: 50vw;
 }
}
/*shop*/
.shopinfo {
 margin-bottom: 80px;
}
.shopinfo .shopimg {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-bottom: 30px;
}
.clm2 img {
 width: 48.5%;
}
.shopinfo .shopimg img + img {
 margin-left: 15px;
}
.shopdetail h2 {
 font-size: 30px;
}
.shopdetaillist {
 padding-top: 50px;
 overflow: hidden;
 text-align: left;
}
.shopdetaillist dt {
 width: 20%;
 float: left;
 margin-bottom: 1em;
 clear: left;
 font-weight: 700;
}
.shopdetaillist dd {
 width: 70%;
 float: left;
 margin-bottom: 0.5em;
}
.en_access .access {
 padding-top: 0;
}
.root {
 padding: 30px 0 0 0;
 margin-bottom: 50px;
}
.root p {
 font-size: 16px;
 font-weight: 700;
 margin-bottom: 30px;
 text-align: center;
}
.root ul li {
 text-align: center;
 margin-bottom: 5px;
}
.root ul li a {
 font-size: 16px;
 font-weight: 700;
 margin-bottom: 20px;
 background: #b1a760;
 color: #fff;
 padding: 15px;
 display: inline-block;
 border-radius: 5px;
}
@media screen and (max-width: 768px) {
 .shopinfo {
  margin-bottom: 40px;
 }
 .shopinfo .shopimg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
 }
 .clm2 img {
  width: 100%;
 }
 .shopinfo .shopimg img + img {
  margin-left: 0;
  margin-top: 20px;
 }
 .shopdetail h2 {
  font-size: 30px;
 }
 .shopdetaillist {
  padding-top: 50px;
  overflow: hidden;
  text-align: left;
 }
 .shopdetaillist dt {
  width: 100%;
  float: none;
  margin-bottom: 0.5em;
  clear: left;
  display: block;
 }
 .shopdetaillist dd {
  width: 100%;
  float: none;
  margin-bottom: 1.5em;
 }
}
/*photo*/
.photo_comapny {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 80px;
}
.clogo {
 width: 18%;
}
.photo_comapny_inner {
 width: 78%;
}
.photo_comapny h2 {
 font-size: 30px;
 text-align: left;
 margin-bottom: 20px;
}
.photo_comapny a {
 text-decoration: underline;
}
.photo_main {
 margin-bottom: 50px;
 text-align: center;
}
.photo_main h1 {
 font-size: 50px;
}
.photo_detail {
 margin-bottom: 100px;
}
.photo_detail h2 {
 font-size: 35px;
 margin-bottom: 30px;
}
.plan_detail {
 margin-bottom: 50px;
 background: #f5f5f5;
 padding: 20px;
}
.plan_detail .plan_name {
 font-size: 20px;
 font-weight: bold;
 margin: 0 0 20px 0 !important;
}
.plan_detail li {
 list-style: disc outside;
 margin-left: 1em;
}
.photo_point_detail dt {
 font-size: 24px;
 font-weight: 700;
 margin-bottom: 10px;
 background: url("../img/photo/check.svg") no-repeat 0 center;
 background-size: 25px auto;
 padding-left: 35px;
}
.photo_point_detail dd {
 margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
 .photo_comapny {
  display: block;
  margin-bottom: 40px;
 }
 .clogo {
  width: 150px;
  margin: 0 auto 30px auto !important;
 }
 .photo_comapny_inner {
  width: 78%;
 }
 .photo_comapny h2 {
  font-size: 20px !important;
  text-align: left;
  margin-bottom: 20px;
 }
 .photo_main {
  margin-bottom: 0;
  text-align: center;
 }
 .photo_main h1 {
  font-size: 28px;
 }
 .photo_detail {
  margin-bottom: 50px;
 }
 .photo_detail h2 {
  font-size: 35px;
  margin-bottom: 30px;
 }
 .plan_detail {
  margin-bottom: 50px;
  background: #f5f5f5;
  padding: 20px;
 }
 .plan_detail .plan_name {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0 !important;
 }
 .plan_detail li {
  list-style: disc outside;
  margin-left: 1em;
 }
 .photo_point_detail dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  background: url("../img/photo/check.svg") no-repeat 0 top;
  background-size: 25px auto;
  padding-left: 35px;
 }
 .photo_point_detail dd {
  margin-bottom: 50px;
 }
}
/*https://luxury.walin.jp/en/plan/mens/　商品名非表示*/
.en_mens-casual-kimono .detail h3 {
 display: none;
}
/*浴衣*/
.yukata_c h1 {
 text-align: center;
 color: #b1a760;
 font-size: 36px !important;
}
.yukata_read {
 font-size: 25px !important;
 font-weight: 700;
 text-align: center;
 margin-bottom: 100px !important;
 line-height: 1.5;
}
.yukata_read_txt {
 font-size: 18px !important;
 text-align: center;
	margin:-50px 0 100px 0!important;
 line-height: 1.5;
}
.yukata_instagram {
 width: 1000px;
 margin: 0 auto;
 text-align: center;
}
.yukata_instagram .ilogo {
 width: 40px;
 margin: 0 auto 25px auto;
 display: inline-block;
}
.yukata_detail {
 margin-bottom: 100px;
}
.yukata_detail h2 {
 font-size: 35px;
 margin-bottom: 30px;
}
.yukata_detail .center {
 text-align: center;
}
.plan_detail {
 margin-bottom: 50px;
 background: #f5f5f5;
 padding: 20px;
}
.plan_catch {
 font-size: 24px !important;
 font-weight: 700;
 color: #b1a760;
 text-align: center;
 margin-bottom: 10px;
}
.plan_name {
 font-size: 20px !important;
 font-weight: 700;
 text-align: center;
}
.plan_name {
 background: #F0E8AC;
}
.plan_name strong {
 font-size: 32px !important;
 font-weight: 700;
}
.plan_imgbox {
 display: flex;
 justify-content: space-between;
}
.plan_photo {
 width: 250px;
}
.plan_photo img {
 width: 250px;
 height: auto;
}
.plan_txt {
 margin-bottom: 10px;
}
.plan_imgbox .plan_txt {
 width: 680px;
 margin-bottom: 10px;
}
.plan_at {
 font-size: 14px !important;
 margin-bottom: 30px;
}
.plan_set_ttl {
 font-size: 18px !important;
 font-weight: bold;
 margin: 0 0 10px 0 !important;
}
.plan_set {
 display: flex;
 column-gap: 2em;
 margin-bottom: 50px;
}
.plan_set li {
 list-style: disc outside;
 margin-left: 1em;
 font-size: 16px;
}
.plan_slide {
 width: 100%;
	/*
 height: 200px;
 background: #DDD;
 display: flex;
 justify-content: center;
 align-items: center;*/
}
.yukata_other {
 width: 1000px;
 margin: 0 auto 100px auto;
 display: flex;
 justify-content: space-between;
}
.yukata_other_box {
 width: 48%;
}
.yukata_other_box figure {
 margin-bottom: 15px;
}
.ttl_yukata_other_box {
 font-size: 24px !important;
 font-weight: 700;
 margin-bottom: 10px;
}
.txt_yukata_other_box strong {
 font-size: 22px !important;
}
.omotenashi {
 width: 1000px;
 margin: 0 auto 80px auto;
}
.omotenashi_inner {
 display: flex;
 justify-content: flex-start;
 flex-wrap: wrap;
 column-gap: 0.7vw;
}
.omotenashi h3 {
 font-size: 35px;
 margin-bottom: 30px;
 text-align: center;
 color: #b1a760;
}
.omotenashi_box {
 width: 24%;
 overflow: hidden;
}
.omotenashi_box figure {
 margin-bottom: 15px;
}
.omotenashi_ttl {
 font-size: 18px;
 font-weight: 700;
 margin-bottom: 10px;
}
.omotenashi_txt {
 margin-bottom: 10px;
}
.omotenashi_txt strong {
 font-weight: 700;
 margin-top: 10px;
 padding-top: 10px;
 display: inline-block;
}
.omotenashi_link {
 width: 150px;
 height: 40px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: #646865;
 border-radius: 30px;
 text-align: center;
 color: #fff !important;
 font-size: 14px !important;
 font-weight: 700;
 text-decoration: none;
 float: right;
 margin-top: 20px;
}

.omotenashi_list{
	margin-bottom: 50px;
}

.omotenashi_list li{
	line-height: 1.8;
	text-indent: -1em;
}









@media screen and (max-width: 768px) {
 .yukata_c h1 {
  font-size: 24px !important;
 }
 .yukata_read {
  font-size: 18px !important;
  margin-bottom: 80px !important;
 }
	.yukata_read_txt {
 font-size: 16px !important;
 text-align: center;
	margin:-30px 0 80px 0!important;
}
 .yukata_instagram {
  width: auto;
  mmargin: 0 5vw 50px 5vw;
 }
 .yukata_instagram .ilogo {
  width: 40px;
  margin: 0 auto 25px auto;
  display: inline-block;
 }
 .yukata_detail {
  margin-bottom: 60px;
  margin-top: -20px;
 }
 .yukata_detail h2 {
  font-size: 35px;
  margin-bottom: 30px;
 }
 .yukata_detail .center {
  text-align: center;
 }
 .plan_detail {
  margin-bottom: 50px;
  background: #f5f5f5;
  padding: 10px;
 }
 .plan_catch {
  font-size: 20px !important;
  margin-bottom: 10px;
 }
 .plan_name {
  font-size: 16px !important;
  padding: 10px;
 }
 .plan_name {
  background: #F0E8AC;
 }
 .plan_name strong {
  font-size: 24px !important;
 }
 .plan_imgbox {
  display: block;
 }
 .plan_photo {
  width: auto;
  text-align: center;
 }
 .plan_photo img {
  width: 250px;
  height: auto;
 }
 .plan_txt {
  margin-bottom: 10px;
 }
 .plan_imgbox .plan_txt {
  width: auto;
  margin-bottom: 10px;
 }
 .plan_at {
  font-size: 12px !important;
  margin-bottom: 30px;
 }
 .plan_set_ttl {
  font-size: 18px !important;
  font-weight: bold;
  margin: 0 0 10px 0 !important;
 }
 .plan_set {
  display: flex;
  column-gap: 2em;
  margin-bottom: 30px;
 }
 .plan_set li {
  list-style: disc outside;
  margin-left: 1em;
  font-size: 14px;
 }
 .plan_slide {
  width: 100%;
		/*
  height: 200px;
  background: #DDD;
  display: flex;
  justify-content: center;
  align-items: center;*/
 }
 .yukata_other {
  width: auto;
  margin: 0 5vw 50px 5vw;
  display: block;
 }
 .yukata_other_box {
  width: auto;
  margin-bottom: 50px;
 }
 .yukata_other_box figure {
  margin-bottom: 15px;
 }
 .ttl_yukata_other_box {
  font-size: 18px !important;
  font-weight: 700;
  margin-bottom: 10px;
 }
 .txt_yukata_other_box strong {
  font-size: 18px !important;
 }
 .omotenashi {
  width: auto;
  margin: 0 5vw 50px 5vw;
 }
 .omotenashi_inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 3vw;
 }
 .omotenashi h3 {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  color: #b1a760;
 }
 .omotenashi_box {
  width: 48%;
  overflow: hidden;
  margin-bottom: 5vw;
 }
 .omotenashi_box figure {
  margin-bottom: 15px;
 }
 .omotenashi_ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
 }
 .omotenashi_txt {
  margin-bottom: 10px;
 }
 .omotenashi_txt strong {
  font-weight: 700;
  margin-top: 10px;
  padding-top: 10px;
  display: inline-block;
  font-size: 16px;
 }
 .omotenashi_link {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #646865;
  border-radius: 30px;
  text-align: center;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  text-decoration: none;
  float: right;
  margin-top: 20px;
 }
}