@charset "utf-8";
/* CSS Document */

.mb{
	display: none;
}

.mb600{
	display: none;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

@media (max-width:1150px){
	.wrapper{
		width: 90%;
	}
	
	.pc{
		display: none;
	}
	
	.mb{
		display: block;
	}
	
	#header .hl-flex{
		display: block;
		margin: 0 auto;
	}
	
	#header .tel{
		padding-top: 50px;
	}
	
	#header .tel, #header .tel span{
		color: #fff;
	}
	
	#header .tel a{
	color: #fff;
}
	
	#header .sns-flex{
		justify-content: center;
		padding: 30px 0 50px;
		column-gap: 30px;
	}
	
	#header .sns img{
		width: 40px;
	}
	
	#header .catch{
		text-align: center;
		background: #004182;
		color: #fff;
		padding: 5px 15px;
	}
	
	#header .catch span{
		display: inline-block;
	}
	
	.slick-content-img img {
  width: 100vw;
  object-fit: cover;
}
	
	.sl-br{
		display: block;
	}
	
	/*========= 検索窓の設定 ===============*/
	
	#header .btn-flex{
		justify-content: center;
	}

#search-mb{
	border-radius: 5px;
	opacity: 1;/*不透明に変更*/
	z-index: 3;/*全面に出現*/
	padding:10px;
	background:#004182;
}


/*==検索窓*/
#search-mb #searchform{
	display: none;/*検索窓は、はじめ非表示*/
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-mb.panelactive #searchform{
	display: block;/*検索窓を表示*/
}

/*==検索フォームの設定*/

/*==テキスト入力とボタンinput共通設定*/
#search-mb input{
	-webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
	outline: none;
	cursor: pointer;/*カーソルを指マークに*/
	color: #666;
}

/*テキスト入力input設定*/
 #search-mb input[type="text"] {
	border: none;
	transition: all 0.5s;
	letter-spacing: 0.05em;
    height:20px;
	padding: 10px!important;
}

/*テキスト入力inputにフォーカスされたら*/
 #search-mb input[type="text"]:focus {
	background:#fff;/*背景色を付ける*/
}

 #search-mb input[type="submit"] {
	background:url("../image/magnifying-glass-solid-white.svg") no-repeat right;/*虫眼鏡アイコンを背景に表示*/
	background-size: 20px 20px;
	width:30px;
	height: 60px;
	 border: none;
}

/*========= / ===============*/


	
	
/*-------------------- ハンバーガーメニュー --------------------*/
	#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:310px;
    height: 100vh;/*ナビの高さ*/
	background:#004182;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 300px;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    z-index: 999;
	padding-left: 50px;
	padding: 50px 0 0 20px;
}
	
	#g-nav ul:first-child{
		padding-top: 130px;
	}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: left;
	border-bottom: solid 1px #fff;
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/*= ボタンのためのCSS =*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:0;
	right: 0;
	cursor: pointer;
    width: 80px;
    height:80px;
	background: #004182;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 22px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:23px;	
}

.openbtn span:nth-of-type(2) {
	top:38px;
}

.openbtn span:nth-of-type(3) {
	top:53px;
}

.openbtn.active span:nth-of-type(1) {
    top: 33px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 45px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
}
	
/*-------------------- / --------------------*/
	
	#news .tab ul{
		font-size: 1.4rem;
	}
	
	.link1{
		column-gap: 30px;
	}	
	
	.link2::before{
  content:"";
  display: block;
  width:20%;
  order:1;
}
.link2::after{
  content:"";
  display: block;
  width:20%;
}

}

@media (max-width: 1094px){
	.block{
		display: block!important;
	}
}

@media (max-width: 915px){
	#link .l-flex{
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#link .link1{
		row-gap: 10px;
	}
	
}


@media (max-width: 781px){
	.lh3{
		text-align: center;
		gap:0!important;
	}
	
	.slider-text{
	font-size: 2.5rem;
}
	
	.wp-container-7{
		gap:0em!important;
	}

}


@media (max-width: 694px){
.link2::before{
  display: none;
}
.link2::after{
  display: none;
}
	
	#link .l-flex2 {
    justify-content: center;
}
	
	#link .link2{
		row-gap:10px;
		column-gap: 30px;
	}
	
	.wp-block-table{
		width: 100%;
		white-space: nowrap;
	}
}


@media (max-width: 600px){
	
	#header .hl-flex img{
		width: 210px;
	}
	
	#g-nav ul:first-child{
		padding-top: 100px;
	}
	
	/*= ボタンのためのCSS =*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:0;
	right: 0;
	cursor: pointer;
    width: 50px;
    height:50px;
	background: #004182;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
	
.slick-content-img img {
  height: auto;
}
	
	.slider-text{
	font-size: 2rem;
}
	
	#news .tab ul{
		font-size: 1.2rem;
	}
	
	#navi .n-btn{
		width: 100px;
	}
	
	#navi .n-btn p{
		font-size: 1.4rem;
	}
	
	#navi .n-btn img{
		height: 30px;
	}
	
	#navi .nyukai, #navi .keizai{
		top: 12%;
		left: 12%;
	}
	
	#navi .yeg{
	top: 12%;
    left: 16%;
	}
	
	#navi .joho{
		top: 12%;
		left: 5%;
	}
	
	#navi .keikyo, #navi .kigyo, #navi .event{
		top: 3%;
		left: 12%;
	}
	
	.n-flex, .n-flex2{
		display: block;
	}
	
	
	.area ul li{
  padding-left: 0;
		padding-bottom: 20px;
}
	
	#kotei .title {
    padding: 35px 0 10px;
    font-size: 2.5rem;
    margin-bottom: 50px;
}
	
	#kotei h1, #kotei h2, #kotei h3{
		font-size: 1.8rem;
	}
	
	.prix{
		font-size: 2rem;
	}
	
	.grand:before, .grand:after {
    border: 19.5px solid #d00000;
}
	
	.gold:before, .gold:after{
		border: 19.5px solid #d0a800;
	}
	
	.silver:before, .silver:after {
		border: 19.5px solid #969696;
	}
	
	.copper:before, .copper:after {
    border: 19.5px solid #822D00;
}
	
	.prix:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}
	
	.prix:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

	
	.mb600{
		display: block;
	}
}

@media (max-width: 400px){
	.slider-text{
	font-size: 1.8rem;
	padding: 0 15px;
}
}