@charset "UTF-8";
@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap&subset=vietnamese');
:root{
	--mcolor: #bc7d18;
	--gray:;
}


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;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #fff;
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.8em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 1000;
  margin-bottom: 0;
  width: 60px;
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight: 300;
}
#wrapper {
  min-width: 1170px;
  overflow: hidden;
  padding-top: 100px;
  ;
}
.container {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
#header {
  background: var(--mcolor);
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 170px;
  height: 180px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  margin: -7px 0 -70px 0;
}
#gnavi{
	display: flex;
    justify-content: space-between;
}
.logo img {
  flex-shrink: 0;
}
.gnavi {
  display: flex;
  font-weight: 400;
  margin-right: 15px;
}
.gnavi > li > a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s ease;
}
.gnavi > li {
  position: relative;
  padding: 0 25px;
}
.submenu {
  position: absolute;
  width: 200px;
  left: calc(50% - 100px);
  display: none;
}
.gnavi > li > a:before {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  height: 1px;
  background: #fff;
  transition: all 0.5s ease;
  bottom: 0;
}
.gnavi > li.active > a:before, .gnavi > li:hover > a:before {
  width: 100%;
}
.gnavi > li.active > a, .gnavi > li:hover > a {
  color: #fff;
}
.submenu a {
  display: block;
  text-decoration: none;
  background: rgba(188, 125, 25, 0.9);
  color: #fff;
  padding: 10px 15px;
  margin: 1px 0 0;
  transition: all 0.5s ease;
}
.submenu a:hover {
  opacity: 0.8;
}
.mainvisual .slick-slide img {
  width: 100%;
  max-width: none;
}
.box01 {
  padding: 80px 0;
}
.box01 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b01-main {
  width: 655px;
  order: 2;
}
.b01-img {
	margin: 0;
    position: relative;
    z-index: 0;
    width: 38%;
    height: 400px;
}
.b01-img img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.b01-img:after {
	content: '';
    position: absolute;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    bottom: -40px;
    left: -48px;
    border: 2px solid #e3a745;
    transform: rotate(-7deg);
    z-index: -1;
}
.idx-ttl {
  font-size: 18px;
  color: var(--mcolor);
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
.box01 .idx-ttl {
  text-align: left;
}
.idx-ttl-lager {
  font-size: 30px;
  display: block;
  font-weight: 500;
}
.idx-btn {
  text-align: center;
  margin: 0;
}
.box01 .idx-btn {
  text-align: left;
}
.idx-btn a {
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  white-space: nowrap;
  overflow: hidden;
  transition: 250ms all ease-in-out;
  font-weight: 500;
  z-index: 0;
  color: #543734;
}
.idx-btn a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: 10%;
  right: 10%;
  transition: all 250ms ease-in;
  opacity: 0;
  background-color: #c6a552;
  z-index: -2;
}
.idx-btn a:after {
  content: '';
  position: absolute;
  transition: all 250ms ease-in;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #311f15;
  z-index: -1;
}
.idx-btn a:hover:before {
  opacity: 1;
  left: -1px;
  right: -1px;
}
.idx-btn a:hover:after {
  opacity: 0;
  left: 10%;
  right: 10%;
}
.idx-btn a:hover {
  color: #fff;
}
.box02 {
  background: url("../images/b02_bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}
.box02 .idx-ttl {
  text-align: center;
  color: #fff;
  background: url("../images/b02_ttl_icon.png") no-repeat bottom center;
  padding: 0 0 20px;
}
.box02 .idx-ttl-lager {
  color: #c6a552;
}
.b02-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.b02-item {
  width: calc(50% - 30px);
  margin: 0 30px 0 0;
}
.b02-item:nth-child(-n+2) {
  padding: 0 0 40px;
  margin-bottom: 40px;
}
.b02-item:nth-child(-n+2) {
  border-bottom: 1px dashed rgba(198, 165, 82, 0.2);
}
.b02-item:nth-child(2n) {
  margin-right: 0;
}
.b02-itm-ttl {
  font-size: 28px;
  color: #c6a552;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.3em;
}
.b02-itm-txt {
  color: #fff;
  line-height: 1.5em;
  text-align: justify;
  margin: 0;
      font-style: italic;
    font-size: 14px;
}
.b02-item.b02-itm-video {
  margin: -40px 0 0;
  padding: 0;
}
.b02-itm-video iframe {
  width: 100%;
  height: 100%;
}
.box03 {
  padding: 60px 0;
}
.b03-main {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
.b03-list {
  width: calc(33.33% - 8px);
}
.b03-item a {
  display: block;
  text-decoration: none;
  position: relative;
}
.b03-itm-img {
  margin: 0;
  overflow: hidden;
}
.b03-itm-img img {
  transition: all 1.5s ease;
}
.b03-item a:hover .b03-itm-img img {
  transform: scale(1.1, 1.1);
}
.b03-itm-ttl {
  position: absolute;
  margin: 0;
  top: calc(50% - 22px);
  left: calc(50% - 75px);
  z-index: 5;
  width: 150px;
  height: 44px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 18px;
  text-transform: uppercase;
}
.b03-itm-ttl:before, .b03-itm-ttl:after, .b03-itm-ttl span:before, .b03-itm-ttl span:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  -webkit-transition: width 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), height 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), height 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: width 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), height 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), height 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.b03-itm-ttl:before {
  bottom: -1px;
  height: 1px;
  left: -10px;
  width: 0px;
}
.b03-itm-ttl:after {
  height: 1px;
  right: -10px;
  top: -1px;
  width: 0px;
}
.b03-itm-ttl span:before {
  height: 0px;
  right: -1px;
  bottom: -10px;
  width: 1px;
}
.b03-itm-ttl span:after {
  top: -10px;
  height: 0px;
  left: -1px;
  width: 1px;
}
.b03-item a:hover .b03-itm-ttl::before, .b03-item a:hover .b03-itm-ttl::after {
  width: 100%;
  width: calc(100% + 30px);
}
.b03-item a:hover .b03-itm-ttl span::after, .b03-item a:hover .b03-itm-ttl span::before {
  height: 100%;
  height: calc(100% + 30px);
}
.b03-item a:hover .b03-itm-ttl {
  background: rgba(255, 255, 255, 0.3);
}
.b03-item:not(:last-child) {
  margin-bottom: 15px;
}
.b03-list:nth-child(2) .b03-item:nth-child(2) {
  margin-bottom: 10px;
}
.box04 {
  background: url("../images/b04_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0;
}
.box04 .idx-ttl, .box05 .idx-ttl, .box06 .idx-ttl,#booking .idx-ttl{
  background: url("../images/b04_icon.png") no-repeat bottom center;
  padding: 0 0 20px;
}
.b04-itm-ttl {
  font-size: 18px;
  font-weight: 700;
  color: #7c3e1b;
  text-align: center;
  margin: 0 0 15px;
}
.b04-list {
  max-width: 955px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.b04-itm-img {
  width: 91px;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #7a4933;
  background: #fff;
}
.b04-itm-name {
  font-size: 18px;
  font-weight: 700;
  color: #311f15;
  margin: 0 0 10px;
}
.b04-itm-star {
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b04-itm-star img {
  margin: 0 3px;
}
.b04-list .slick-dots {
  display: flex;
  justify-content: center;
}
.b04-list .slick-dots button {
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease;
  background: #dedede;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  text-indent: -500000px;
}
.b04-list .slick-dots .slick-active button {
  background: #c7a45e;
}
.b04-list .slick-dots li {
  margin: 0 7px;
}
.box05 {
  padding: 80px 0;
}
.b05-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b05-list p {
	width: calc(33.33% - 15px);
    margin: 0 0 30px;
    overflow: hidden;
    background: #000;
    box-shadow: 0px 0px 3px #ededed;
    border: 1px solid #ededed;
	height: 400px;
	border-radius: 25px;
}
.b05-list p img, .b06-itm-img img {
    width: 100%;
    transition: all 1.5s ease;
    height: 100%;
    object-fit: cover;
}
.b05-list p:hover img, .b06-item a:hover .b06-itm-img img {
  transform: scale(1.1, 1.1);
  opacity: 0.7;
}

.room .room_img ,.view_room p{
	overflow:hidden;
	height:400px;
	margin-bottom: 0;
}
.room .room_img img , .view_room p img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.5s ease;
}
.room_ttl{
	font-size: 28px;
    color: #c6a552;
    margin: 0 0 10px;
    font-weight: bold;
    line-height: 1.3em;
}
.room_des{
	color: #000;
    line-height: 1.5em;
    text-align: justify;
    margin: 0;
    font-style: italic;
    font-size: 14px;
}
.room { display: none; }
.room.active ,.view_room{     
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
	width:100%;
}
.room a:nth-child(1), .room a:nth-child(2) ,.view_room a{
	grid-column: span 3;
	overflow:hidden;
}
.room a:nth-child(3), .room a:nth-child(4), .room a:nth-child(5) {
	grid-column: span 3;
	overflow:hidden;
}
.view{
	padding-top:60px;
}
.b04_tab{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.b04_tab li{
    background: #fff;
	margin: 0 10px 20px;
	border-radius: 25px;
	border: 1px solid var(--mcolor);
	font-weight: bold;
	transition: .5s;
}

.b04_tab li a{
	transition: .5s;
	padding: 5px 15px;
	display: block;
}
.b04_tab li:hover{
	background:var(--mcolor);
}
.b04_tab li:hover a{
	color: #fff;
}
.b04_tab li.active{
	background:var(--mcolor);
}
.b04_tab li.active a{
	color: #fff;
}
.b04_tab li a{
	color:var(--mcolor);
}
.room_btn{
	text-align: center;
    margin: 40px 0 0 0;
}
.room_btn a{
	background: var(--mcolor);
    padding: 10px 30px;
    font-weight: bold;
    font-size: 18px;
	transition:.5s ;
}
.room_btn a:hover{
	opacity:0.8;
	color:#fff;
}
.box06 {
  background: #f3f4f2;
  padding: 60px 0;
}
.b06-list {
  display: flex;
  margin: 0 0 50px;
}
.b06-item {
  width: calc(33.33% - 15px);
  margin: 0 30px 0 0;
}
.b06-item:last-child {
  margin: 0;
}
.b06-itm-img {
  overflow: hidden;
  background: #000;
  margin: 0;
}
.b06-itm-info {
  width: calc(100% - 20px);
  height: 60px;
  position: relative;
  margin: -30px auto 0;
  background: #fff;
  display: flex;
}
.b06-itm-date {
  width: 60px;
  background: #311f15;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.1em;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
}
.b06-itm-date span {
  font-size: 18px;
  font-weight: 500;
}
.b06-itm-ttl {
  font-size: 18px;
  color: #311f15;
  font-weight: 700;
  line-height: 1.3em;
  padding: 9px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s ease;
}
.b06-item a:hover .b06-itm-ttl {
  background: #c7a45e;
  color: #fff;
}
.footer01 {
  background: url("../images/f01_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}
.f01-ttl {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.f01-txt {
  font-size: 18px;
  color: #e4e4e4;
  margin: 0 0 15px;
}
.f01-form {
  width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.f01-form button {
  width: 150px;
  flex-shrink: 0;
  background: #8b4215;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  text-transform: uppercase;
  padding: 13px 20px;
  transition: all 0.5s ease;
  cursor: pointer;
  outline: none;
}
.f01-form button:hover {
  background: #311f15;
}
.f01-form input {
  border: none;
  outline: none;
  font-size: 18px;
  padding: 13px 20px;
  width: 100%;
}
.f-map iframe {
  width: 100%;
  height: 400px;
}
.footer02 {
  background: #342217;
  border-top: 5px solid #e07e38;
  padding: 30px 0;
  text-align: center;
  color: #e6e6e6;
}
.f02-ttl {
  font-size: 24px;
  text-transform: uppercase;
  color: #e07e38;
  margin: 0;
  font-weight: 400;
}
.footer02 a {
  color: #e6e6e6;
  text-decoration: none;
}
.copyright {
  margin: 0;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  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: 73px;
  }
  #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: #c6a552;
  }
  .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);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  #gnavi {
    position: fixed;
    top: 73px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    height: calc(100% - 73px);
    display: none;
  }
  .logo {
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 9999;
    padding: 10px 15px;
    margin: -7px 0 -20px;
    border-width: 3px;
  }
  .h_right {
	display: flex;
    align-items: center;
  }
  .h_lang{
	margin-right: 15px;
  }
  .gnavi {
    display: block;
  }
  .gnavi > li > a {
    background: #bc7d19;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    position: relative;
  }
  .gnavi > li > a:before {
    display: none;
  }
  .gnv-ico {
    width: 50px;
    height: 55px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid #fff;
    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);
  }
  .gnavi > li {
    padding: 0;
  }
  .submenu {
    position: relative;
    width: 100%;
    left: 0;
  }
  .submenu a {
    background: #c6a552;
    text-align: center;
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .box01 {
    padding: 40px 0;
  }
  .box01 .container {
    display: block;
  }
  .b01-main {
    width: 100%;
  }
  .box01 .idx-ttl {
    text-align: center;
  }
  .idx-ttl {
    font-size: 16px;
  }
  .idx-ttl-lager {
    font-size: 22px;
  }
  .b01-img {
    width: 70%;
    max-width: 426px;
    margin: 13vw auto 30px;
  }
  .b01-img:after {
	width: 124%;
	height: 110%;
	bottom: -5%;
	left: -12%;
  }
  .box01 .idx-btn {
    text-align: center;
  }
  .box02 {
    padding: 40px 0;
  }
  .b02-item {
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .b02-item:nth-child(3n) {
    margin-right: 4%;
  }
  .b02-item:nth-child(2n) {
    margin-right: 0;
  }
  .b02-item:nth-child(-n+3) {
    border-bottom: 1px dashed rgba(198, 165, 82, 0.2);
  }
  .b02-itm-ttl {
    font-size: 20px;
    margin: 0 0 5px;
  }
  .box03, .box04, .box05, .box06, .footer01 {
    padding: 40px 0;
  }
  .b03-itm-ttl {
    font-size: 14px;
    width: 120px;
    height: 34px;
    top: calc(50% - 17px);
    left: calc(50% - 60px);
  }
  .b04-itm-ttl, .b04-itm-name {
    font-size: 16px;
  }
  .room .room_img {
	height: auto;
  }
	.view_room p{
		height: 200px;
	}
  .b05-list p {
    width: 32%;
    margin: 0 0 15px;
  }
  .b05-list {
    margin: 0 0 20px;
  }
  .gallery p:nth-child(15){display:none;}
  .b06-item {
    width: 32%;
    margin: 0 2% 0 0;
  }
  .b06-itm-info {
    height: 46px;
    margin-top: -23px;
  }
  .b06-itm-date {
    font-size: 16px;
    width: 50px;
  }
  .b06-itm-date span {
    font-size: 14px;
  }
  .b06-itm-ttl {
    font-size: 14px;
    height: 46px;
  }
  .b06-list {
    margin: 0 0 30px;
  }
  .f01-ttl {
    font-size: 22px;
  }
  .f01-txt {
    font-size: 14px;
  }
  .f01-form {
    width: 100%;
  }
  .f01-form button, .f01-form input {
    font-size: 14px;
  }
  .f-map iframe {
    width: 100%;
    height: 280px;
  }
  .f02-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .b03-main {
    display: block;
  }
  .b03-list {
    width: 100%;
    max-width: 381px;
    margin: 0 auto 15px;
  }
  .b03-list:nth-child(2) .b03-item:nth-child(2) {
    margin-bottom: 15px;
  }
  .b05-list p {
    width: 49%;
  }
  .b06-list {
    display: block;
  }
  .b06-item {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 370px;
  }
  .b06-item:last-child {
    margin: 0 auto;
  }
}
@media screen and (max-width: 425px) {
  .b02-item {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed rgba(198, 165, 82, 0.2)
  }
  .b02-item.b02-itm-video {
    margin: 0;
    padding: 0;
  }
}