@charset "utf-8";
html,
body{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	width:100%;
	font-size:1em;
	line-height:1.8;
	font-weight:500;
	letter-spacing:0.15em;
	font-feature-settings:'palt';
	color:var(--font-color);
	text-align:center;
	min-width:1280px;
	-webkit-text-size-adjust:100%;
	overflow-wrap:break-word !important;
	word-wrap:break-word !important;
}

h1,h2,h3,h4,strong{
	font-weight:700;
}

.yu-mincho{font-family: "游明朝 Medium", "Yu Mincho Medium", "游明朝体", YuMincho, serif !important;}

.size120{font-size:1.2em; line-height:1.8;}
.size110{font-size:1.1em; line-height:1.8;}
.size95{font-size:0.9em; line-height:1.8;}
.size90{font-size:0.9em; line-height:1.8;}
.size85{font-size:0.85em; line-height:1.8;}
.size80{font-size:0.8em; line-height:1.8;}

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}

.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb80{margin-bottom:80px !important;}

.main-color{color: var(--main-color) !important;}
.point-color{color: var(--point-color) !important;}

ul.li-mb0 > li,
ol.li-mb0 > li{margin-bottom:0px !important;}
ul.li-mb5 > li,
ol.li-mb5 > li{margin-bottom:5px !important;}
ul.li-mb10 > li,
ol.li-mb10 > li{margin-bottom:10px !important;}
ul.li-mb15 > li,
ol.li-mb15 > li{margin-bottom:15px !important;}
ul.li-mb20 > li,
ol.li-mb20 > li{margin-bottom:20px !important;}
ul.li-mb25 > li,
ol.li-mb25 > li{margin-bottom:25px !important;}
ul.li-mb30 > li,
ol.li-mb30 > li{margin-bottom:30px !important;}
ul.li-mb35 > li,
ol.li-mb35 > li{margin-bottom:35px !important;}
ul.li-mb40 > li,
ol.li-mb40 > li{margin-bottom:40px !important;}
ul.li-mb45 > li,
ol.li-mb45 > li{margin-bottom:45px !important;}
ul.li-mb50 > li,
ol.li-mb50 > li{margin-bottom:50px !important;}

ul.li-mb0 > li:last-child,
ol.li-mb0 > li:last-child,
ul.li-mb5 > li:last-child,
ol.li-mb5 > li:last-child,
ul.li-mb10 > li:last-child,
ol.li-mb10 > li:last-child,
ul.li-mb15 > li:last-child,
ol.li-mb15 > li:last-child,
ul.li-mb20 > li:last-child,
ol.li-mb20 > li:last-child,
ul.li-mb25 > li:last-child,
ol.li-mb25 > li:last-child,
ul.li-mb30 > li:last-child,
ol.li-mb30 > li:last-child,
ul.li-mb35 > li:last-child,
ol.li-mb35 > li:last-child,
ul.li-mb40 > li:last-child,
ol.li-mb40 > li:last-child,
ul.li-mb45 > li:last-child,
ol.li-mb45 > li:last-child,
ul.li-mb50 > li:last-child,
ol.li-mb50 > li:last-child{margin-bottom:0px !important;}

li{list-style:none;}
ul.disc-list > li{
  list-style:disc outside;
}
ol.decimal-list > li{
  list-style:decimal outside;
}
ul.disc-list > li,
ol.decimal-list > li{
  margin-left:1.25em;
}
ul.kigou-list > li{
  position:relative;
  padding-left:1.25em;
}
ul.kigou-list > li::before{
  content:"※";
  position:absolute;
  top:0; left:0;
}

a{
	color:var(--link-color);
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.tel-link{
	color:var(--base-color);
	text-decoration:none;
	pointer-events:none;
}
a.pdf-link::after{
	font-family: var(--icon-bootstrap);
  content: "\F63E";
  color: #FB0F01;
	font-size: 0.9em;
  display:inline-block;
  z-index: 1;
	margin-left: 0.5em;
}

.flex{display:flex;}
.flex-between{
	justify-content:space-between;
}
.flex-center{justify-content:center !important;}
.flex-wrap{flex-wrap:wrap;}
.flex-reverse{flex-direction:row-reverse;}
.flex > .text-box{flex:1;}

.hissu{color:#FF0000 !important;}
.pc-block{display:block !important;}
.pc-none{display:none !important;}
.red{color:#C4141B !important;}
.no-pointer{pointer-events:none;}

/* form reset
++++++++++++++++++++++++++++++*/
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="button"],
button,
select,
textarea{
	box-sizing:border-box;
	margin:0; padding:0;
	outline:none;
	-webkit-appearance:none;
	appearance:none;
	border-radius:3px;
	outline:none;
	background:#fcfcfc;
	border:1px solid #CCC;
	width:100%;
	font-size:1em; line-height:1.8;
	color:var(--base-color);
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select{
	height:38px;
	text-indent:1.0em;
}
select::-ms-expand{
  display:none;
}
select:-moz-focusring{
  color:transparent;
  text-shadow:0 0 0 #828c9a;
}
textarea{
	font-size:1.2em; line-height:1.8;
	height:200px;
	margin:0;
	padding:1em;
}
input[type="submit"],
input[type="button"]{
	display:block;
	margin:0 auto;
	width:300px; height:48px;
	border-color:var(--key-color);
	border-radius:9999px;
	cursor:pointer;
	transition:0.3s;
}
input[type="submit"]:hover,
input[type="button"]:hover{
	color:#FFF;
	background-color:var(--main-color);
	transition:0.3s;
}
input[type="submit"]:disabled{
	border-color:#ccc;
	color:#666;
	background:#ccc;
	cursor:not-allowed;
	transition:0.3s;
}

.select-wrapper{
	box-sizing:border-box;
	height:38px;
	overflow:hidden;
	background:#fcfcfc;
	border:1px solid #CCC;
	border-radius:3px;
	position:relative;
}
.select-wrapper select{
	width:110%;
	border:none;
	background:transparent;
	position:relative; z-index:2;
}
.select-wrapper::before{
	content:"";
	border-top:6px solid var(--main-color);
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	position:absolute;
	top:50%; right:10px;
	transform:translateY(-50%);
}
input::placeholder,
textarea::placeholder{
	font-family:var(--default-font) !important;
	font-size:0.95em; font-weight:normal !important;
	color:#999 !important;
}

input:focus::-webkit-input-placeholder{color:transparent !important;}
input:focus::-moz-placeholder{color:transparent !important;}
input:focus::-ms-input-placeholder{color:transparent !important;}
input:focus::placeholder{color:transparent !important;}

/* initialize
++++++++++++++++++++++++++++++*/
*{margin:0; padding:0; font-style:normal;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}
img{border:none; display:block;}

.align-left{text-align:left;}
.align-right{text-align:right;}
.align-center{text-align:center;}

.left,
.alignleft{float:left;}
.right,
.alignright{float:right;}
.aligncenter{
	margin:0 auto;
	text-align:center;
}

.clear{clear:both; display:block;}

/* clearfix
++++++++++++++++++++++++++++++*/
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix{display:inline-block;}

/* Hides from IE-mac */
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hides from IE-mac */

/* object fit
++++++++++++++++++++++++++++++*/
.fit > img{
	width:100%; height:100%;
	object-fit:cover;
	object-position:top center;
}

/* scroll up
++++++++++++++++++++++++++++++*/
#scrollUp{
	bottom:10px; right:15px;
	width:40px; height:auto;
	aspect-ratio:1/1;
	text-indent:-9999px;
	background:rgba(0,0,0,0.25);
	border-radius:100%;
	position:relative;
}
#scrollUp::before{
	content:"";
	width:48px; height:auto;
	width:40px;
	aspect-ratio:1/1;
	background-image:url(../../img/common/arrow-up.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:50% auto;
	position:absolute;
	top:0; left:0;
}
a#scrollUp:hover{border:none;}

/* pagenavi
++++++++++++++++++++++++++++++*/
.pagenavi-box{
  margin-top:30px;
}
.pagenavi-box > .wp-pagenavi{
  padding:0 !important;
  float:none !important;
  display:flex !important;
  flex-wrap:wrap;
	justify-content:center;
}
.pagenavi-box > .wp-pagenavi a,
.pagenavi-box > .wp-pagenavi span.pages,
.pagenavi-box > .wp-pagenavi span.extend,
.pagenavi-box > .wp-pagenavi span.current{
  padding:2px 10px !important;
}
