/*
Theme Name: アレスホーム
Theme URI:
Author: zeal
Author URI:
Description:
Version: 1.0
License:
License URI:
Tags:

=============================================================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #333;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	overflow-x: hidden;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body{
  line-break: strict;
  overflow-x: hidden;
}

.yugo{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
}
.yumin{
    font-family:'游明朝体','Yu Mincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro','ＭＳ Ｐ明朝','ＭＳ 明朝','Sawarabi Mincho',serif;
}
.meiryo{
  font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
}

.noto{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}

.poppins{
	font-family: "Poppins", sans-serif;
}


body{ font-size:1.4rem; font-size: 1.4em; }
#container{
	overflow: hidden;
		color: #000;
			font-weight: 500;
}
img{ vertical-align: bottom; }
a{
	color:#1c1c1c;
	transition: all 0.4s;
	text-decoration: none;
}
a:hover,
.op:hover{
	opacity: 0.7;
	transition: all 0.4s;
}

#faq a{
    color:#1a73e8;
}

.nolink{
	pointer-events: none;
	opacity: 0.3;
}
.opnolink{
	pointer-events: none;
	opacity: 1;
}

.sp_none{
	display: block;
}

.movie_bnr{
	max-width: 640px;
	width: 94%;
	text-align: center;
	margin-inline: auto;
}

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

	.sp_none{
		display: none;
	}

}
/*END*/




/*----------------------------------------
	共通
----------------------------------------*/
.bg_black{ background: #000; }
.bg_white{ background: #fff; }
.bg_gray{ background: #eeeeee;}
.bg_em{ background: #52b1ba;}
.bg_beige{ background: #f9f5ec;}
.bg_grey_pink{ background: #ebdfe2;}

/*----------------------------------------
	text
----------------------------------------*/
p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }

.bold300{ font-weight: 300; }
.bold500{ font-weight: 500; }
.bold600{ font-weight: 600; }
.bold800{ font-weight: 800; }

.text_gray{ color: #a0a0a0; }
.text_red{ color: #e60012; }
.text_yellow{ color:#fff100; }
.text_em{ color:#1cabb9; }
.text_white{ color: #fff; }
.text_purered{ color:#cb9a72; }
.text_girly{ color:#d2a8aa; }
.text_rock{ color:#85634b; }
.text_blue{ color:#1a0dab; }


.palt{
  font-feature-settings: "palt";
}

:root {
	--text12: clamp(1.1rem, 1.1vw, 1.2rem);
    --text13: clamp(1.2rem, 1.25vw, 1.3rem);
    --text14: clamp(1.3rem, 1.34vw, 1.4rem);
    --text15: clamp(1.4rem, 1.4vw, 1.5rem);
    --text16: clamp(1.4rem, 1.5vw, 1.6rem);
    --text18: clamp(1.5rem, 1.7vw, 1.8rem);
    --text20: clamp(1.6rem, 1.9vw, 2rem);
	--text21: clamp(1.7rem, 2vw, 2.1rem);
    --text22: clamp(1.7rem, 2.1vw, 2.2rem);
    --text24: clamp(1.8rem, 2.3vw, 2.4rem);
    --text26: clamp(1.8rem, 2.5vw, 2.6rem);
    --text28: clamp(2rem, 2.6vw, 2.8rem);
    --text30: clamp(2.2rem, 2.8vw, 3rem);
    --text32: clamp(2.2rem, 3vw, 3.2rem);
    --text34: clamp(2.4rem, 3.2vw, 3.4rem);
    --text36: clamp(2.4rem, 3.3vw, 3.6rem);
    --text38: clamp(2.6rem, 3.4vw, 3.8rem);
    --text40: clamp(2.6rem, 3.8vw, 4rem);
    --text42: clamp(2.8rem, 3.9vw, 4.2rem);
    --text44: clamp(2.8rem, 4vw, 4.4rem);
    --text46: clamp(3rem, 4.1vw, 4.6rem);
    --text48: clamp(3rem, 4.2vw, 4.8rem);
    --text50: clamp(3.2rem, 4.3vw, 5rem);

}

.text_12 { font-size: var(--text12); }
.text_13 { font-size: var(--text13); }
.text_14 { font-size: var(--text14); }
.text_15 { font-size: var(--text15); }
.text_16 { font-size: var(--text16); }
.text_18 { font-size: var(--text18); }
.text_20 { font-size: var(--text20); }

.text_21 { font-size: var(--text21); }
.text_22 { font-size: var(--text22); }
.text_24 { font-size: var(--text24); }
.text_26 { font-size: var(--text26); }
.text_28 { font-size: var(--text28); }
.text_30 { font-size: var(--text30); }
.text_32 { font-size: var(--text32); }
.text_34 { font-size: var(--text34); }
.text_36 { font-size: var(--text36); }
.text_38 { font-size: var(--text38); }
.text_40 { font-size: var(--text40); }
.text_42 { font-size: var(--text42); }
.text_44 { font-size: var(--text44); }
.text_46 { font-size: var(--text46); }
.text_48 { font-size: var(--text48); }
.text_50 { font-size: var(--text50); }

.text_56{
	font-size: clamp(3.3rem, 4.4vw, 5.6rem);
}
.text_60 {
    font-size: clamp(3.4rem, 4.5vw, 6rem);
    line-height: 1;
}
.text_68{
	font-size:clamp(3.4rem, 6.8vw, 6.8rem);
	line-height: 1;
}
.text_72{
	font-size:clamp(3.6rem, 7vw, 7.2rem);
	line-height: 1;
}
.text_78{
	font-size:clamp(3.8rem,7.5vw,7.8rem);
	line-height: 1;
}
.text_85{
	font-size:clamp(4.2rem,8.2vw,8.5rem);
	line-height: 1;
}
.text_150{
	font-size:clamp(7.5rem,11vw,15rem);
	line-height: 1;
}


/*line-height*/
.lh_06{ line-height: 0.6; }
.lh_08{ line-height: 0.8; }
.lh_11{ line-height: 1.1 }
.lh_12{ line-height: 1.2 }
.lh_13{ line-height: 1.3 }
.lh_14{ line-height: 1.4 }
.lh_15{ line-height: 1.5 }
.lh_16{ line-height: 1.6 }
.lh_17{ line-height: 1.7 }
.lh_18{ line-height: 1.8 }

/*letter-spacing*/
.ls_-2{ letter-spacing: -2px; }
.ls_-1{ letter-spacing: -1px; }
.ls_06{ letter-spacing: 0.6px; }
.ls_1{ letter-spacing: 1px; }
.ls_12{ letter-spacing: 1.2px; }
.ls_14{ letter-spacing: 1.4px; }
.ls_18{ letter-spacing: 1.8px; }
.ls_2{ letter-spacing: 2px; }
.ls_3{ letter-spacing: 3px; }
.ls_-01em{ letter-spacing: -0.1em; }
.text_r{text-align:right;}

a.link_tex{ color: #0199cc; }
a.link_tex:hover{ opacity: 0.7; }



@media print, screen and (min-width: 821px){

	/*line-height*/
	.lh_19{ line-height: 1.9; }
	.lh_20{ line-height: 2; }
	.lh_21{ line-height: 2.1; }
	.lh_22{ line-height: 2.2; }
	.lh_23{ line-height: 2.3; }
	.lh_24{ line-height: 2.4; }
	.lh_25{ line-height: 2.5; }
	.lh_26{ line-height: 2.6; }
	.lh_28{ line-height: 2.8; }
	.lh_30{ line-height: 3; }
	.lh_32{ line-height: 3.2; }
	.lh_34{ line-height: 3.4; }
	.lh_36{ line-height: 3.6; }

	/*letter-spacing*/
	.ls_4{ letter-spacing: 4px; }
	.ls_5{ letter-spacing: 5px; }
	.ls_6{ letter-spacing: 6px; }
	.ls_7{ letter-spacing: 7px; }
	.ls_8{ letter-spacing: 8px; }

}/*END*/

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

	/*letter-spacing*/
	.ls_4{ letter-spacing: 3px; }
	.ls_5{ letter-spacing: 4px; }
	.ls_6{ letter-spacing: 4px; }
	.ls_7{ letter-spacing: 4px; }
	.ls_8{ letter-spacing: 4px; }

	/*line-height*/
	.lh_19,
	.lh_20,
	.lh_21,
	.lh_22,
	.lh_23,
	.lh_24,
	.lh_25{
		line-height: 1.8;
	}

}/*END*/

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

	/*letter-spacing*/
	.ls_4{ letter-spacing: 2px; }
	.ls_5{ letter-spacing: 2px; }
	.ls_6{ letter-spacing: 2px; }
	.ls_7{ letter-spacing: 2px; }
	.ls_8{ letter-spacing: 2px; }

}/*END*/

li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.clear{ clear:both; }

.op:hover{
	filter: alpha(opacity=60);
	-moz-opacity:060;
	opacity:0.60;
}

@media screen and (max-width: 599px){
	.sp_text_left{ text-align:left; }
	.sp_center{text-align: center;}

	.sp_palt{
		font-feature-settings: "palt";
	}

}/*END*/


/*----------------------------------------
	layout
----------------------------------------*/

.max_respon{
	max-width:100%;
}
.pc_block{
	display: block;
}
.sp_block{
	display: none;
}
.tb_block{
	display: none;
}
.nm_t5{
	margin-top:-5px;
}
.inner_frame{
	max-width: 1080px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-inline: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.inner_frame1350{
	max-width: 1350px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-inline: auto;
}
.rela{
	position: relative;
}
.rela_z1{
	position: relative;
	z-index: 1;
}
.rela_z2{
	position: relative;
	z-index: 2;
}
.rela_z3{
	position: relative;
	z-index: 3;
}

.text_line{
	display: inline-block;
	border-bottom: 1px solid #000;
}

.flex{
	display: flex;
}

.content_fl_box{
	display: flex;
	gap: 3.5%;
}
.content_fl_box.between{
	justify-content: space-between;
}
.content_fl_box.around{
	justify-content: space-around;
}
.content_fl_box.j_center{
	justify-content: center;
}
.content_fl_box.reverse{
	flex-direction: row-reverse;
}
.content_fl_box.end{
	justify-content: flex-end;
}
.j_end{
	justify-content: flex-end;
}

.i_center{
	align-items: center;
}
.i_end{
	align-items: flex-end;
}
.c_end{
	align-content: flex-end;
}
.c_center{
	align-content: center;
}
.content_fl_box.wrap{
	flex-wrap: wrap;
}
.content_fl_box.wrap.row45{
	row-gap: 45px;
}
.content_fl_box.wrap.row40{
	row-gap: 40px;
}
.content_fl_box.wrap.row20{
	row-gap: 20px;
}

.nogap{ gap:0; }
.content_fl_box50{
	display: flex;
}
.box25{width: 25%; }
.box30{width: 30%; }
.box35{width: 35%; }
.box40{width: 40%; }
.box45{width: 45%; }
.box47{width: 48.1%; }
.box50{width: 50%; }
.box55{width: 55%; }
.box60{width: 60%; }
.box65{width: 65%; }
.box70{width: 70%; }
.box75{width: 75%; }


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

	.inner_frame{
		padding-right: 3.5%;
		padding-left: 3.5%;
	}

}/*END*/

@media screen and (min-width: 600px){
	.order00{ order: 0; }
	.order01{ order: 1; }
	.order02{ order: 2; }
	.order03{ order: 3; }
	.order04{ order: 4; }
	.order05{ order: 5; }



}/*END*/

@media screen and (max-width: 599px){
	.inner_frame{
		padding-right: 4.3%;
		padding-left: 4.3%;
	}

	.sp_order00{ order: 0; }
	.sp_order01{ order: 1; }
	.sp_order02{ order: 2; }
	.sp_order03{ order: 3; }
	.sp_order04{ order: 4; }
	.sp_order05{ order: 5; }


	.content_fl_box{
		flex-wrap: wrap;
	}
	.box,.box70,.box65,.box60,.box40,.box50,.box55,.box25,.box75,.box47,.box45,.box35,.box30{
		width: 100%;
		margin-bottom: 30px;
	}

	.content_fl_box > div:last-child{
		margin-bottom: 0;
	}

	.content_fl_box50{
		flex-wrap: wrap;
	}
	.pc_p_t250{
		padding-top:0;
	}
	.pc_block{
		display: none;
	}
	.sp_block{
		display: block;
	}

	.content_fl_box.sp_nowrap{
		flex-wrap: nowrap;
	}

	.sp_d_contents{
		display: contents;
	}
	.sp_order_wrap{
		display: flex;
		flex-flow: column;
	}
	.c_order01{ order:1; }
	.c_order02{ order:2; }
	.c_order03{ order:3; }
	.c_order04{ order:4; }
	.c_order05{ order:5; }
	.c_order06{ order:6; }
	.sp_last_btn{
		margin:30px auto 0 auto;
		width: 100%;
	}

	.sp_bg_pd{
		padding-bottom: 40px;
	}
	.sp_lastbtn_pt{
		padding-top: 30px;
	}


	.content_fl_box.wrap.row40,.content_fl_box.wrap.row45{
		row-gap:0;
	}
	.content_fl_box.wrap.row20{
		row-gap: 0;
	}

	.sp_mb0{
		margin-bottom: 0;
	}

	.content_fl_box.sp_catalog_gap{
		gap: 1.5%;
	}
	.content_fl_box.sp_catalog_gap > div{
		margin-bottom: 0;
	}


}/*END*/



/*----------------------------------------
	画像中央配置
----------------------------------------*/

.photo_frame{
    position: relative;
    overflow: hidden;
    aspect-ratio: 2 / 1.5;
}
.photo_frame.media{
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1.5;
}
.photo_frame img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    /*
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
    */
}
.photo_frame img:not(:target){
	left: 0\9;
	top: 0\9;
}
.photo_frame img{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none){
.photo_frame img{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.photo_frame{ z-index: 1; }/*chrome対策*/


/*----------------------------------------
	iframe比率維持
----------------------------------------*/

.map {
    position: relative;
    overflow: hidden;
    text-align: center;
    aspect-ratio: 2 / 1;
}
.map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	/* filter: grayscale(100%); */
}
.map.ichi{
	aspect-ratio: 1 / 1;
}
.map.nanago{
	aspect-ratio: 2 / 1;
}

.map iframe:not(:target){
	left: 0\9;
	top: 0\9;
}
.map iframe{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none){
.map iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.map{ z-index: 2; }/*chrome対策*/

@media screen and (max-width: 599px){
	.map {
		aspect-ratio: 1 / 1;
	}
	.map.nanago{
		aspect-ratio: 1.2 / 1;
	}

}/*END*/



/* 
.movie{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 56.25% 0 0;
	text-align: center;
}
.movie iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.movie iframe:not(:target){
	left: 0\9;
	top: 0\9;
}
.movie iframe{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none) {
.movie iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.movie iframe{ z-index: 2; }
 */


/*ぱんくず*/
.pan_nav{
}
.pan_nav li{
	float: left;
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 1px;
	/*white-space: nowrap;*/
	line-height: 1.6;
}
.pan_nav a{
	color: #fff;
	text-decoration: none;
}
.pan_nav a:hover{
	color: #81ccfa;
}
.pan_nav a:after{
	content: ">";
	color: #fff;
	padding-left: 10px;
	margin-right: 10px;
	display: inline-block;
}
.pan_nav.gray_ver{
	background: #eee;
	color: #fff;
}

.pan_nav.text_black li,
.pan_nav.text_black,
.pan_nav.text_black a:after,
.pan_nav.text_black a{
	color: #000;
}
.pan_nav.text_black a:hover{
	color: #000;
	opacity: 0.8;
}

@media screen and (max-width: 960px){
	.pan_nav{
		right: 15%;
	}

}/*END*/

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

}/*END*/






/*----------------------------------------
  一覧ページャー
----------------------------------------*/
.page-numbers.dots{
	display: inline-block;
	margin-right: 7px;
	margin-top: 13px;
}
.pager{
	position: relative;
	font-family: Arial, sans-serif;
	font-weight: bold;
}
.pager ul{
	position: relative;
	display: flex;
	justify-content: center;
}
.pager.pager_right ul{
	position: relative;
	float: right;
}
.pager li{
	position: relative;
	list-style: none;
	font-size: 1.4rem;
}
.pager li a,
.pager li .current{
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	width: 40px;
	height: 100%;
	background: #000;
	color: #fff;
	border: 1px solid #000;
	text-decoration: none;
}
.pager li a.prev,
.pager li a.next{
	width: 120px;
	position: relative;
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
	aspect-ratio: inherit;
}
/* .pager li a.prev::before,
.pager li a.next::after{
	transition: all 0.7s;
	display: inline-block;
	content: '';
	width: 14px;
	height: 14px;
	background-color: #fff;
}
.pager li a.next::after{
	clip-path: polygon(60% 0, 60% 20%, 25% 50%, 60% 80%, 60% 100%, 0 50%);
	transform: rotate(180deg);
	flex: none;
}
.pager li a.prev::before{
	clip-path: polygon(60% 0, 60% 20%, 25% 50%, 60% 80%, 60% 100%, 0 50%);
	flex: none;
}
.pager li a.prev:hover::before,
.pager li a.next:hover::after{
	background-color: #000;
} */
.pager li a.prev{ margin-right: 20px; }
.pager li a.next{ margin-left: 20px; }
.pager li .current{
	background: #737373;
	color: #fff;
	border: #737373 1px solid;
}
.pager li a:hover{
	background: #fff;
	color: #000;
}


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

	.pager ul{
		position: relative;
	}
	.pager.pager_right ul{
		position: relative;
	}
	.pager li{
		position: relative;
		list-style: none;
		font-size: 1.0rem;
	}
	.pager.pager_right li{
		position: relative;
		list-style: none;
		font-size: 1.0rem;
	}

}/*END*/

@media screen and (max-width: 599px){
	.pager li .current,.pager li a{
		width: 27px;
		box-sizing: border-box;
	}
	.pager li a.prev{ 
		margin-right: 5px;
		text-align: right;
		padding-right: 5px;
	 }
	.pager li a.next{ 
		margin-left: 0px;
		margin-right: 0;
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;
	}

	.pager li a.prev,
	.pager li a.next{
		width: 80px;
	}
	.page-numbers.dots {
    margin-top: 5px;
    margin-right: 5px;
	}
}/*END*/



/*----------------------------------------
  詳細ページャー
----------------------------------------*/
.single_pager{
  display: flex;
}
.single_pager li{
  position: relative;
  float: left;
  list-style: none;
  display: block;
  min-height: 30px;
  text-align: center;
  font-size: 1.2rem;
}
.single_pager li a{
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 18px 3px;
  color: #fff;
  background: #000;
  text-decoration: none;
  font-size:clamp(1.3rem, 1.5vw, 1.6rem);
}
.single_pager li a:hover{
  opacity: 0.7;
}
.single_prev{
  width: 23.5%;
  margin-right: 1.5%;
}
.single_list{ width: 50%; }
.single_next{
  width: 23.5%;
  margin-left: 1.5%;
}


.single_pager li.single_prev a:before{
  content: "〈";
  position: absolute;
  left: 5%;
  top: 36%;
  width: 20px;
  height: auto;
  z-index: 2;
}

.single_pager li.single_next a:before{
  content: "〉";
  position: absolute;
  right: 5%;
  top: 36%;
  width: 20px;
  height: auto;
  z-index: 2;
}


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

  .single_prev{ width: 28.5%; }
  .single_list{ width: 40%; }
  .single_next{ width: 28.5%; }

}/*END*/

@media screen and (max-width: 599px){
  .single_pager li a{
    font-size: 1.2rem;
    padding: 15px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .single_pager li.single_prev a:before,
  .single_pager li.single_next a:before{
    top: 38%;
  }
  .single_pager li.single_prev a:before{
    left:1.4%;
  }
  .single_pager li.single_next a:before{
    right:1.4%;
  }



}/*END*/



/*----------------------------------------
  記事詳細
----------------------------------------*/
.inner_frame_post{
    width: 100%;
    max-width: 860px;
    margin-inline:auto;
}

.single_inner_content{
    width: auto;
    padding:45px 5.2%;
    box-sizing: border-box;
    background: #f9f2f2;
    overflow: auto;
}

.news_column .single_inner_content{
	background: #faf5ec;
}

.plan .single_inner_content{
	background: #eff2f2;
}

.plan_thumb.border{
	border:1px solid #bababa;
}


.info_new.for_single{
	position: static;
	aspect-ratio: auto;
	display: inline-block;
	margin-bottom: 8px;
}

.entry_text{
  font-size: 1.2rem;
  color: #434343;
  line-height: 1.5;
}
.entry_date{
  color: #666;
}

.entry_data p{
  word-break: break-all;
  word-wrap: break-word;
}


/* 管理画面との余白差を無くす */
.entry_content p img {
    margin-bottom: 10px;
}

.entry_content p{
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}



.single_new_icon{
  background: #bf2525;
  padding: 3px 15px 5px 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
}

/* ギャラリー＆ライトボックス　プラグイン関連 */
.pp_content_container .pp_gallery{
  display: none !important;
}

a.wp-block-button__link{
  color:#fff !important;
}




@media screen and (max-width: 599px){
    .single_inner_content{
        padding: 15px 4%;
    }








}/*END*/



/*----------------------------------------
	Gallery ギャラリー カラム
----------------------------------------*/
.entry_content .gallery{
	display: flex;
	flex-wrap: wrap;
	gap: 2.5%;
}
.entry_content .gallery-item:hover{
	opacity: 0.7;
}
.gallery-item{
	margin-bottom: 30px;
}
.gallery-columns-1 .gallery-item{
	width: 100%;
}
.gallery-columns-2 .gallery-item{
	width: calc((100% - (1 * 2.5%)) / 2);
}
.gallery-columns-3 .gallery-item{
	width: calc((100% - (2 * 2.5%)) / 3);
}
.gallery-columns-4 .gallery-item{
	width: calc((100% - (3 * 2.5%)) / 4);
}
.gallery-columns-5 .gallery-item{
	width: calc((100% - (4 * 2.5%)) / 5);
}
.gallery-columns-6 .gallery-item{
	width: calc((100% - (5 * 2.5%)) / 6);
}
.gallery-columns-7 .gallery-item{
	width: calc((100% - (6 * 2.5%)) / 7);
}
.gallery-columns-8 .gallery-item{
	width: calc((100% - (7 * 2.5%)) / 8);
}
.gallery-columns-9 .gallery-item{
	width: calc((100% - (8 * 2.5%)) / 9);
}
.gallery-icon{
	position: relative;
	overflow: hidden;
	background: #eee;
	width: 100%;
	padding: 100% 0 0;
}
.gallery-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.entry_content figcaption{
	font-size: var(--text16);
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	color: #868686;
	padding-top: 5px;
}

.model_midokoro figcaption{
	color: #000;
}
.model_midokoro .gallery-icon{
	padding: 72.8% 0 0;
}



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

	.gallery-item{
		margin-bottom: 15px;
	}

	/*
	.entry_content .gallery{
		justify-content: space-between;
	}

    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item{
    	width: 31.2%;
    }
	*/


	.model_midokoro figcaption{
		font-size: 1.2rem;
		line-height: 1.4;
	}

	.entry_content figcaption{
		font-size: 1.2rem;
	}

}/*END*/



.news_column .entry_content .gallery,
.works .entry_content .gallery{
	margin-bottom: 30px;
}

.news_column .gallery-item,
.works .gallery-item{
	margin-bottom: 0;
}

.news_column .entry_content .gallery,
.works .entry_content .gallery{
	gap: 5px;
}

.news_column .gallery-columns-1 .gallery-item,
.works .gallery-columns-1 .gallery-item{
	width: 100%;
}

.news_column .gallery-columns-2 .gallery-item,
.works .gallery-columns-2 .gallery-item{
	width: calc((100% - (1 * 5px)) / 2);
}

.news_column .gallery-columns-3 .gallery-item,
.works .gallery-columns-3 .gallery-item{
	width: calc((100% - (2 * 5px)) / 3);
}

.news_column .gallery-columns-4 .gallery-item,
.works .gallery-columns-4 .gallery-item{
	width: calc((100% - (3 * 5px)) / 4);
}

.news_column .gallery-columns-5 .gallery-item,
.works .gallery-columns-5 .gallery-item{
	width: calc((100% - (4 * 5px)) / 5);
}

.news_column .gallery-columns-6 .gallery-item,
.works .gallery-columns-6 .gallery-item{
	width: calc((100% - (5 * 5px)) / 6);
}

.news_column .gallery-columns-7 .gallery-item,
.works .gallery-columns-7 .gallery-item{
	width: calc((100% - (6 * 5px)) / 7);
}

.news_column .gallery-columns-8 .gallery-item,
.works .gallery-columns-8 .gallery-item{
	width: calc((100% - (7 * 5px)) / 8);
}

.news_column .gallery-columns-9 .gallery-item,
.works .gallery-columns-9 .gallery-item{
	width: calc((100% - (8 * 5px)) / 9);
}

.news_column .gallery-item img,
.works .gallery-item img{
	height: 100% !important;
	object-fit: cover;
}

.news_column .gallery-icon,
.works .gallery-icon{
	padding: 0;
	aspect-ratio: 5/7;
}


.designer .entry_content .gallery{
	gap: 10px;
}

.designer .gallery-columns-1 .gallery-item{
	width: 100%;
}

.designer .gallery-columns-2 .gallery-item{
	width: calc((100% - (1 * 10px)) / 2);
}

.designer .gallery-columns-3 .gallery-item{
	width: calc((100% - (2 * 10px)) / 3);
}

.designer .gallery-columns-4 .gallery-item{
	width: calc((100% - (3 * 10px)) / 4);
}

.designer .gallery-columns-5 .gallery-item{
	width: calc((100% - (4 * 10px)) / 5);
}

.designer .gallery-columns-6 .gallery-item{
	width: calc((100% - (5 * 10px)) / 6);
}

.designer .gallery-columns-7 .gallery-item{
	width: calc((100% - (6 * 10px)) / 7);
}

.designer .gallery-columns-8 .gallery-item{
	width: calc((100% - (7 * 10px)) / 8);
}

.designer .gallery-columns-9 .gallery-item{
	width: calc((100% - (8 * 10px)) / 9);
}

.designer .gallery-item img{
	height: 100% !important;
	object-fit: cover;
}

.designer .gallery-icon{
	padding: 0;
	aspect-ratio: 5/7;
}

.designer .gallery-item img{
	position: static;
	transform: translate3d(0, 0, 0);
}


/* 一覧ページャー */

.pager {
  position: relative;
  overflow: hidden;
}
.pager ul {
  position: relative;
  float: left;
  left: 50%;
}
.pager li {
  position: relative;
  float: left;
  left: -50%;
  color: #000;
  list-style: none;
  font-size: clamp(1.2rem, 1.35vw, 1.6rem);
  font-weight: 500;
  display: flex;
  align-items: center;
}
.pager li a,
.pager li .current {
  display: inline-block;
  margin-right: 4px;
  text-align: center;
}
.pager li a {
  background: #e6e6e6;
  color: #000;
  text-decoration: none;
  width: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pager li a.prev,
.pager li a.next {
  width: auto;
  padding-inline: 15px;
}
.pager li a.prev {
  margin-right: 8px;
}
.pager li a.next {
  margin-left: 4px;
}
.pager li .current {
  background: #333;
  color: #fff;
  width: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pager li a:hover {
  background: #333;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .pager li {
    font-size: 1.1rem;
    height: 36px;
  }
  .pager li a,
  .pager li span {
    width: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
  }
  .pager li a.prev,
  .pager li a.next {
    width: auto;
  }
  .pager li a.prev {
    margin-right: 4px;
  }
  .pager li a.next {
    margin-left: 0;
  }
  .pager li .current {
    width: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
  }
  .pager li a.prev img,
  .pager li a.next img {
    vertical-align: -30%;
  }
}

/* 詳細ページャー */

.single_pager {
  display: flex;
  justify-content: center;
}

.single_pager li {
  position: relative;
  list-style: none;
  display: block;
  min-height: 30px;
  text-align: center;
  font-size: 1.2rem;
}

.single_pager li a {
  display: inline-block;
  box-sizing: border-box;
  padding: 18px 130px 18px 10px;
  color: #000;
  background: transparent;
  text-decoration: none;
  border: 1px solid #000;
  font-size: 1.6rem;
  position: relative;
  transition: all 0.3s ease;
}

.single_pager li a::after {
  content: "＞";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #000;
  transition: color 0.3s ease;
}

.single_pager li a:hover {
  background: #000;
  color: #fff;
}

.single_pager li a:hover::after {
  color: #fff;
}
.single_prev {
  width: 23.5%;
  margin-right: 1.5%;
}
.single_list {
  width: 100%;
}
.single_next {
  width: 23.5%;
  margin-left: 1.5%;
}
.single_pager li.single_prev a:before {
  content: "＜";
  position: absolute;
  left: 5%;
  top: 40%;
  width: 20px;
  height: 8px;
  z-index: 2;
}
.single_pager li.single_next a:before {
  content: "＞";
  position: absolute;
  right: 5%;
  top: 40%;
  width: 20px;
  height: 8px;
  z-index: 2;
}




