@charset "utf-8";
/* CSS Document */
/*------------------------------
　　　　　共通リニューアル
-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #323232;
}
html {
  font-size: 62.5%;
}
header{margin:0;}
header section,
#topcolumn section,
#sp_wrap section{
	background-color:#FFF;
}
header img,
footer img,
#topcolumn img,
#sp_wrap img {
  width: 100%;
}
header h1 img{
	width: 100%;
} 
header li,
footer li,
#topcolumn li,
#sp_wrap li{
  list-style-type: none;
}
a, a:link, a:visited, a:hover {
  text-decoration: none;
  color: #323232;
  opacity: 1;
}
header h2,
footer h2,
#topcolumn h2,
#sp_wrap h2 {
  padding: 0;
  font-family: "Noto Serif JP", serif;
  background: #00000000;
}
header p,
footer p,
#topcolumn p,
#sp_wrap p {
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
}
.content-wrap {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0;
}
.content-subttl {
  font-size: 1.6rem;
  text-align: center;
}
.content-ttl {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 5rem;
}
.bg_white {
  background-color: #FFF;
}
.bg_beige {
  background-color: #f7f3ed;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media screen and (max-width:768px) {
  .content-wrap {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 10rem 2rem;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (max-width:500px){
	.content-ttl{
		font-size:3rem;
	}
  .content-wrap {
    padding: 6rem 2rem;
  }
}
/*------------------------------
　　　　　　　ヘッダー
-------------------------------*/
header.header-renewal {
  display: block;
  background-color: #f7f3ed;
  position: relative;
  padding: 2rem 7rem;
}
header.header-renewal .header-pc{
	display: block;
}
header.header-renewal .header-sp{
	display: none;
}
.h_top-links {
  text-align: right;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.h_top-links a {
  margin-left: 15px;
}
.h_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.logo {
  max-width: 132px;
  width: 100%;
  margin-left: auto;
}
.h_info{
  flex: 1;
}
.h_review{
	font-size: 14px;
	margin: 0 3% 10px;
}
.h_review .all-num{
	color: #29aef4;
}
.h_search {
  margin: 0 3%;
  display: flex;
  align-items: center;
}
.h_search form {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  margin-right: 20px;
  height: 38px;
}
.h_search form input[type="text"] {
  border: none;
  padding: 0px 10px;
  font-size: 14px;
  flex: 1;
  min-width: 200px;
  outline: none;
  background-color: #FFF;
  height: 100%;
}
.h_search form input[type="image"] {
  background-color: #ccc;
  border: none;
  color: #333;
  font-weight: bold;
  padding: 8px 8px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.h_search form input[type="image"]:hover {
  background-color: #bbb;
}
/* メニューの親要素 */
.dropdown_menu {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  font-size: 1.6rem;
  opacity: 1;
}
.dropdown_menu::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -12%;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
.dropdown_menu:hover::after {
  transform: rotate(225deg);
}
/* ホバーで出てくる中身 */
.dropdown {
  display: none;
  position: absolute;
  background-color: #f7f3ed;
  min-width: 230px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
/* メニュー項目 */
.dropdown a {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    font-size: 1.4rem;
    border-bottom: 1px solid #a79870;
}
.dropdown a:hover {
  background-color: #f1f1f1;
}
/* ホバー時に表示 */
.dropdown_menu:hover .dropdown {
  display: block;
}
.icons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.icons_box {
  text-align: center;
  max-width: 66px;
  width: 100%;
}
span.label {
  display: inline-block;
	font-size: 1.2rem;
}
.icons_img {
  display: inline-block;
  max-width: 38px;
  width: 100%;
  margin: 0 auto;
}
.mypage {
  margin-left: 2rem;
}
@media screen and (max-width:500px){
.icons_box {
  text-align: center;
  max-width: 60px;
  width: 100%;
}
}

/* ハンバーガーボタン */
.hamburger {
  top: 20px;
  left: 20px;
  max-width: 160px;
  width: 100%;
  height: 40px;
  cursor: pointer;
  display: flex;



  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  padding: 0 10px;
  z-index: 1;
}
/* ハンバーガーアイコンの線 */
.hamburger span {
  display: block;
  width: 50px;
  height: 2px;
  background: black;
  transition: 0.3s ease-in-out;
  margin-right: auto;
}
.hamburger span.label{
	display: inline-block !important;
	background:#00000000 !important;
	text-align: center;
}
/* メニューが開いた時のアニメーション */
.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-18px) rotate(-45deg);
}
/* メニュー全体 */
.menu {
  position: fixed;
  top: 0px;
  left: 0;
  width: 97%;
  height: 100vh;
  background: white;
  padding: 0px 0px 20px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(-10%);
  transition: opacity 0.5s ease, transform 0.5s ease;
  visibility: hidden;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  max-height: 100vh;
  z-index: 50;
}
/* メニュー表示時 */
.menu.active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
/* メニュー項目 */
.menu-item {
  color: #545454;
  font-size: 14px;
  cursor: pointer;
  padding: 15px 15px;
  position: relative;
  border-bottom: 1px solid #ddd; /* 常にアンダーライン */
}
.menu-item a {
  display: block;
  width: 100%;
  color: #545454 !important;
}
/* アコーディオンのサブメニュー */
.submenu {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: #f0f0f0;
}
.menu .submenu .submenu li {
  background-color: #FFF;
}
.submenu a {
  position: relative;
  color: #545454;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
  /*border-bottom: 1px solid #DDD;*/ /* サブメニュー項目にアンダーライン */
}
.submenu a:hover {
  color: gray;
}
.submenu.open {
  max-height: 110vh;
  overflow-y: auto;
}
.nested-submenu {
  list-style: none;
  padding-left: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: #e0e0e0;
}
/* アコーディオンの＋、－アイコン */
.menu-item::before {
  content: "＋";
  font-size: 22px;
  position: absolute;
  right: 5px; /* アイコンを右端に配置 */
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
/* メニューが開かれたときにアイコンを変更 */
.menu-item.active::before {
  content: "－";
  transform: translateY(-50%) rotate(0deg); /* アイコンの回転をしない */
}
.hmenehome a {
  color: #545454;
  text-decoration: none;
}
.submenu a::after, .hmenehome::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 8px; /* くの字を山なりに見た時、左側の長さ */
  height: 8px; /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #545454; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #545454; /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg); /* くの字の向き */
}
.hmenesearch {
  position: relative;
  /*background-color: #FFF;*/
}
.hmenesearch::before {
  content: "";
}
.close-button {
  color: #545454;
  font-size: 16px;
  cursor: pointer;
  padding: 15px 10px;
}
.close-button a {
  color: #545454;
  text-decoration: none;
}
.hmenu_sns {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 10px 15px;
}
.hmenu_sns_item {
  list-style-type: none;
  width: 60px;
}
.open .menu-item::before {
  content: "";
}

@media screen and (max-width:1200px){
	header.header-renewal{
		padding: 2rem;
	}
	header.header-renewal .header-pc{
		display: none;
	}
	header.header-renewal .header-sp{
		display: block;
	}

	
	
	.h_main-sp{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.h_main-sp .logo{
		margin: 0 auto;
	}
	.h_search{
		justify-content: center;
	}
	.h_search form{
        width: 100%;
		margin: 20px 0;
	}
	olang {
		display: flex;
        justify-content: space-between;
    	width: 100%;
	}
	
}

.h_search .ui-input-text,.h_search .ui-input-search {
    margin: 0;
    border-width: 0;
    border-style: unset;
    border-radius: 0;
    padding: 0;
}
.h_search .ui-input-text input{min-height:2.4em;}

@media screen and (max-width:768px){
	.hamburger{
		max-width: 80px;
	}
	
	.h_review{
		font-size: 13px;
		margin: 0 0px 10px;
	}
}


@media screen and (max-width:500px){
	header.header-renewal{
		padding: 1.5rem;
	}
	.hamburger{
		max-width: 70px;
	}
	.hamburger span{
		width: 40px;
	}
	.h_main-sp .logo{
		max-width: 130px;
	}
	span.label {
	  display: inline-block;
		font-size: 1.2rem;
	}
	.mypage {
		margin-left: 1rem;
	}
	.icons{
		gap:0;
	}
}
@media screen and (max-width:400px){

	.h_main-sp .logo{
		max-width: 110px;
	}
}
/*------------------------------
　　　　　メインスライダー
-------------------------------*/
.mv {
  padding-bottom: 3rem;
}
.mv .slick-dots li button:before {
  font-size: 10px;
  color: #b89c5b;
}
.mv .slick-dots li {
  width: 10px;
  height: 10px;
}
.mv .slick-dots li.slick-active button:before {
  color: #b89c5b;
  transform: scale(1.2);
}
.mv .slick-dots {
  bottom: -30px;
}
.slick-next:before, .slick-prev:before {
  color: #000 !important;
}
.slick-prev {
  z-index: 1;
  left: -25px !important;
}
.slick-next {
  z-index: 1;
  right:-25px !important;
}
.slick-next:before, .slick-prev:before{
	font-size: 25px !important;
}
@media screen and (max-width:500px){
	
	.slick-prev {
	  z-index: 1;
	  left: 0 !important;
	}
	.slick-next {
	  z-index: 1;
	  right: 0px !important;
	}
}
/*------------------------------
　　　　　　　　タグ
-------------------------------*/
.tag .content-wrap {
  padding-top: 0rem;
}
.tag .tag_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.tag .tag_list li {
  width: auto;
}
.tag .tag_list li a .tag_text {
  font-size: 2rem;
  text-align: center;
  padding: 1rem 3rem;
  border: 1px solid #a79870;
  border-radius: 999px;
  transition: all 0.3s;
}
.tag .tag_list li a .tag_text:hover {
  background-color: #a79870;
  color: #FFF;
}
@media screen and (max-width:500px) {
	.tag .tag_list li a .tag_text{
		font-size:1.6rem;
		padding: 1rem 2rem;
	}
}
/*------------------------------
　　　　　ナビゲーション
-------------------------------*/
.nav .nav_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.nav .nav_list li {
  width: calc(100% / 3 - 1.5rem);
}
.nav .nav_list li a .nav_text {
  font-size: 2rem;
  text-align: center;
  padding: 1rem 3rem;
  border: 1px solid #a79870;
  border-radius: 999px;
  background-color: #FFF;
  color: #a79870;
  min-height: 80px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.nav .nav_list li a .nav_text:hover {
  background-color: #a79870;
  color: #FFF;
}
@media screen and (max-width:768px) {
  .nav .nav_list li {
    width: calc(100% / 2 - 1.5rem);
  }
}
@media screen and (max-width:500px){    
	.nav .nav_list li {
        width: calc(100% / 2 - 1rem);
    }
	.nav .nav_list li a .nav_text{
		font-size:1.6rem;
		padding: 1rem 1rem;
	}
}
/*------------------------------
　　　　　　　ランキング
-------------------------------*/
.Ranking .ranking_slider {
  width: 100%;
  margin: 0 auto;
}
.Ranking .ranking_slider li {
  padding: 0 7px;
  text-align: center;
  position: relative;
}
.product_img {
  margin-bottom: 1rem;
}
.product_name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.product_price {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.product_btn {
  font-size: 2rem;
  font-weight: bold;
  color: #a79870;
  text-align: center;
  border: 1px solid #a79870;
  width: 100%;
  padding: 1rem 0;
  transition: all 0.3s;
}
.product_btn:hover {
  color: #FFF;
  background-color: #a79870;
}

.ranking01 .ranking_icon {
  background-image: url("https://kyonbykyon.com/contents/ex/img/renewal_top/no1.png");
  aspect-ratio: 61 / 38;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 61px;
  margin: 0 auto 2rem;
}
.ranking02 .ranking_icon {
  background-image: url("https://kyonbykyon.com/contents/ex/img/renewal_top/no2.png");
  aspect-ratio: 61 / 38;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 61px;
  margin: 0 auto 2rem;
}
.ranking03 .ranking_icon {
  background-image: url("https://kyonbykyon.com/contents/ex/img/renewal_top/no3.png");
  aspect-ratio: 61 / 38;
  background-size: contain;
  background-position: top;

  background-repeat: no-repeat;
  width: 61px;
  margin: 0 auto 2rem;
}
.ranking04 .ranking_icon {
  background-image: url("https://kyonbykyon.com/contents/ex/img/renewal_top/back.png");
  aspect-ratio: 38 / 38;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 38px;
  margin: 0 auto 2rem;
}
.ranking_icon .ranking_num {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #FFF;
  line-height: 2;
}
@media screen and (max-width:500px){
	.product_name{
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}
	.product_price{
		font-size: 1.4rem;
	}
	.product_btn{
		font-size: 1.6rem;
	}
	
}
/*------------------------------
　　　　　　選ばれるのか？
-------------------------------*/
.Reasons {
  background-image: url("https://kyonbykyon.com/contents/ex/img/renewal_top/bg_select.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  aspect-ratio: 1920 / 845;
}
.white {
  color: #FFF;
}
.reasons_list {
  max-width: 60%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.reasons_listitem {
  width: 260px;
  height: 260px;
  text-align: center;
  background-color: #FFF;
  border-radius: 50%;
  margin: 0 auto;
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.reasons_icon {
  max-width: 80px;
  width: 100%;
  margin: 0 auto 3rem;
}
.reasons_text {
  font-size: 2rem;
  color: #a79870;
  text-align: center;
}
@media screen and (max-width:768px) {
  .reasons_list {
    max-width: 90%;
  }
	.reasons_listitem {
	  width: 230px;
	  height: 230px;
	}
}
@media screen and (max-width:500px){
	.reasons_listitem {
	  width: 170px;
	  height: 170px;
	}
	.reasons_icon{
		width: 45px;
		margin: 0 auto 1rem;
	}
	.reasons_text{
		font-size: 1.6rem;
	}
}
@media screen and (max-width:400px){
	.reasons_listitem {
	  width: 150px;
	  height: 150px;
	}
	.reasons_text{
		font-size: 1.4rem;
	}
}
/*------------------------------
　　　　　　　お客様の声
-------------------------------*/
.Review .review_slider {
  width: 100%;
  margin: 0 auto;
}
.Review .review_slider li {
  padding: 0 7px;
  text-align: center;
  position: relative;
}
.review_img {
  margin-bottom: 1rem;
}
.review_img  img{
	object-fit: cover;
    height: 370px;
}
.review_name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.review_user, .review_text {
  font-size: 1.6rem;
}
@media screen and (max-width:768px){
	.review_img  img{
		object-fit: cover;
    	height: 270px;
	}
}
/*------------------------------
　　　　　　　メッセージ
-------------------------------*/
.Message{
	background-color:#f8f3ed;
}
.message_flex {
  display: flex;
  justify-content: center
}
.message_info {
  order: 1;
  width: 60%;
  margin: auto;
}
.message_img {
  order: 2;
  width: 40%;
  margin: auto;
}
.message_text {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.message_btn {
  position: relative;
  max-width: 400px;
  width: 100%;
  border: 1px solid #a79870;
  background-color: #FFF;
  margin-right: auto;
  font-size: 2rem;
  text-align: center;
  color: #a79870;
  transition: all 0.3s;
  padding: 1rem 0;
}
.message_btn::after{
	content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #a79870;
    border-right: solid 2px #a79870;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    margin: auto;
}
.message_btn:hover {
  background-color: #a79870;
  color: #FFF;
}
.message_btn:hover::after{
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
	
}
@media screen and (max-width:768px) {
  .message_flex {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(auto, 100%);
  }
  .message_info {
    order: 2;
    width: 93%;
    margin: 0 auto 0 0;
  }
  .message_img {
    order: 1;
    width: 65%;
    margin: 0 0 3rem auto;
  }
}
@media screen and (max-width:500px){
	.message_text,
	.message_btn{
		font-size: 1.6rem;
	}
}
/*------------------------------
　　　　　　　おすすめ商品
-------------------------------*/
.recommend_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.recommend_list li {
  width: calc(100% / 2 - 1rem);
  margin-bottom: 3rem;
}
.recommend_list li:last-of-type(3), .recommend_list li:last-child {
  margin-bottom: 0rem;
}
.recommend_list img {
  vertical-align: bottom;
}
.recommend_list .recommend_text {
	position: relative;
  font-size: 2.4rem;
  text-align: center;
  color: #FFF;
  background-color: #a79870;
  padding: 1rem 0;
}
.recommend_list .recommend_text::after{
	content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width:500px){
	.recommend_list .recommend_text{
		font-size: 1.6rem;
	}
}
@media screen and (max-width:425px){
	.recommend_list .recommend_text{
		font-size: 1.2rem;
	}
}
/*------------------------------
　　　　　　メディア出演
-------------------------------*/
.event_text {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 6rem;
}
.Event .slick-dots {
  bottom: 30px;
}
.Event .slick-dots li button:before {
  font-size: 10px;
  color: #b89c5b;
}
.Event .slick-dots li {
  width: 10px;
  height: 10px;
}
.Event .slick-dots li.slick-active button:before {
  color: #b89c5b;
  transform: scale(1.2);
}
.event_slider {
  padding-bottom: 6rem;
}
.event_btn {
	position: relative;
  max-width: 400px;
  width: 100%;
  border: 1px solid #a79870;
  background-color: #FFF;
  margin: 3rem auto 0;
  font-size: 2rem;
  text-align: center;
  color: #a79870;
  transition: all 0.3s;
  padding: 1rem 0;
}
.event_btn::after{
	content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #a79870;
    border-right: solid 2px #a79870;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    margin: auto;
}

.event_btn:hover {
  background-color: #a79870;
  color: #FFF;
}
.event_btn:hover::after{
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
	
}
@media screen and (max-width:500px){
	.event_text,
	.event_btn{
		font-size: 1.6rem;
	}
}

/*------------------------------
　　　　　　フッター
-------------------------------*/

footer.footer-renewal{
	background-color: #fafafa;
	border-bottom: 10px solid #a79870;
}

footer.footer-renewal .footer_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inquiry_box{
	max-width: 400px;
	width: 100%;
	padding: 2rem;
	background-color: #fff;
	border: 1px solid #a79870;
	order: 1;
		margin-bottom: 0rem;
}
.inquiry_text{
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 2rem;
}
.tel{
	font-size: 3.6rem;
	text-align: center;
	line-height: 1;
}
.tel span{
	display: inline-block;
	max-width: 35px;
	width: 100%;
	margin-right: 1rem;
}
.date{
	font-size: 1.6rem;
	text-align: center;
}

.information_box{
	display: flex;
	justify-content: flex-start;
	gap:5rem;
	order: 2;
		margin-bottom: 0rem;
}
.information_box h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2rem;
}
.information_category {
    width: 50%;
    margin-left: 10%;
}
.information_category .information_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	gap:10px;
}
.information_category .information_list li{
    width: calc(100% / 2 - 10px);
}


.information_list li{
	font-size: 16px;
	margin-bottom: 2rem;
}
.copyright{
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 2rem;
}
.footer_sns{
	display: none;
}
@media screen and (max-width:1024px){
	footer.footer-renewal .footer_flex{
	display: grid;
	grid-template-columns: minmax(auto, 100%);
	justify-content: center;
	align-items: center;
}
	.inquiry_box{
		margin: auto;
		order: 2;
		margin-bottom: 3rem;
	}
	.information_box{
		order: 1;
		margin-bottom: 3rem;
	}
	.footer_sns{
		display: flex;
		justify-content: center;
		gap:1rem;
	}
	.footer_sns a{
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width:768px){
	.information_box{
		justify-content: center;
		gap:2rem;
	}
	.information_category{
		margin-left:0;
	}
	.information_category .information_list{
	    display: block;
	}
	.information_category .information_list li{
 	   width: 100%;
	}
}
@media screen and (max-width:500px){
	

	.information_box h2{
		font-size: 14px;
	}
	.information_list li{
		font-size: 14px;
		margin-bottom: 1rem;
	}
}

.pagetop {
  position: fixed;
  bottom: 20px; /* 下からの距離 */
  right: 20px;   /* 左からの距離 */
  z-index: 9999; /* 他の要素の上に表示 */
}

.pagetop img {
  width: 50px;  /* 必要に応じてサイズ調整 */
  height: auto;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.pagetop:hover img {
  opacity: 1;
}


/*ヘッダー上バナー*/
.h_bnr p{display:none;}
@media screen and (max-width:768px){
.h_bnr p{
	display: block;
    background-color: #eb8195;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
	margin:0;
}
}

#topcolumn{padding:0 !important;}

.ui-mobile [data-role=page]{display:block !important;}