@charset "UTF-8";
/*
Theme Name: simcity
Theme URI: 
Description: simcity theme
Author: 株式会社 SIMCITY
Author URI: https://www.simcity.co.jp/
Version: 202508
Text Domain: simcity
*/
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}
*, *:before, *:after {box-sizing: border-box;}

select,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
textarea {
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  -moz-appearance: none;
  overflow: auto;
  border: none;
  border: 0;
  font-family: "Noto Sans JP", sans-serif;
}
input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear{
	display: none;
}
input[type=reset],
input[type=button],
input[type=submit]  {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
select::-ms-expand { display: none;} 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}
input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check{
	display: none;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
@media screen and (min-width: 900px) and (max-width: 1400px) {
	html {
		/*font-size:1000/inner(max-width:inner) vw;*/
		font-size: 0.6944vw;
	}
}
body {
 font-family: "Noto Sans JP", sans-serif;
 font-size: 1.4rem;
  font-weight: 400;
 -webkit-text-size-adjust: none;
 line-height: 1.5;
 color: #333;
}
@media screen and (min-width: 900px) {
	body{font-size: 1.6rem}
}
.font_eng {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}
.font_icon{
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 400;
}
.font_icon.fa_solid{
	font-weight: 900;
}

@media screen and (min-width: 900px) {
	.sp{
		display: none!important;
	}
	a[href^="tel:"] {
	    cursor: default;
	    pointer-events:none;
	}
}
@media screen and (max-width: 899px) {
	.pc{
		display: none!important;
	}
}


body.lang-en {
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}


/* !Base Fonts -------------------------------------------------------------- */
a {
	color: #333;
	text-decoration: none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.op img,
.op input {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;	
}

@media screen and (min-width: 900px) {
	a:hover {
		opacity: .7;
		text-decoration: none;
		transition: all 0.5s !important;
		-moz-transition: all 0.5s !important; /* Firefox */
		-webkit-transition: all 0.5s !important; /* Chrome&Safari */
	}

	.op:hover img,
	.op:hover input {
		opacity: .7;
		-webkit-opacity: .7;
		-moz-opacity: .7;
		filter: alpha(opacity=70);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=70)"; /* IE 8 */
		-webkit-transition: opacity 0.5s ease-out;
		-moz-transition: opacity 0.5s ease-out;
		-ms-transition: opacity 0.5s ease-out;
		transition: opacity 0.5s ease-out;
	}
}


/* !wrapper
---------------------------------------------------------- */
#wrapper {
	overflow: hidden;
	width: 100%;
	padding: 5.4rem 0 0;
}
.fancybox_open,
.menuOpen{
	overflow: hidden;
	height: 100dvh;
}
.fancybox_open #wrapper,
.menuOpen #wrapper{
	position: fixed;
}
.fancybox_overlay,
.overlay{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100dvh;
	background: rgba(0,0,0,.8);
	z-index: 97;
	text-indent: -999rem;
	pointer-events: auto;
}

.inner,
.inner02 {
	margin: 0 auto;
	width: 100%;
	max-width: 144rem;
	padding: 0 1.5rem;
	position: relative;
	z-index: 3;
}
.inner02 {
	max-width: 121rem;
}
@media screen and (min-width: 900px) {
	#wrapper {
		padding-top: 14.8rem;
	}
	.inner,
	.inner02 {
		padding: 0 2rem;
	}
}
/* !header
---------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	width: 100%;
	transition: background .3s;
	background: rgba(255,255,255,.9);
	box-shadow: 0 .1rem .2rem rgba(0,0,0,.16);
}
#headerIn {
padding: 0.8rem 1.5rem 0;
height: 54px;
}
.header_top{
}
.header_left{
	display: flex;
	align-items:center;
	grid-gap: 1.1rem;
}
#headerLogo {
	width: 8rem;
}

.js-select{
	position: relative;
}
.js-select-text,
.js-select li a{
	padding: 0 2.6rem 0 .9rem;
	border: 1px solid #88CCCA;
	height: 2.5rem;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	color: #666666;
	margin-top: -1px;
	grid-gap: .7rem;
	background-color: #fff;
}
.js-select-text{
	background: url(img/common/select.svg)no-repeat right 1rem center;
	background-size: .7rem auto;
	border-radius: .3rem;
}
.js-select-text.is_active{

}
.js-select-text img,
.js-select li a img{
	width: 1.8rem;
}
.js-select ul{
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  display: none;
}


.header_right{
}
.header_middle{
display: flex;
align-items: center;
justify-content: center;
grid-gap: 3rem;
margin-bottom: 0.8rem;
}
@media(max-width:899px){
body.lang-en .header_middle,
body.lang-zh-hans .header_middle,
body.lang-zh-hant .header_middle{
display:block;
text-align: center;
margin-bottom: .5rem;
}
}
.header_middle_time{
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3;
}
.header_middle_tel a{
	font-size: 2rem;
	font-weight: bold;
	/*
	display: flex;
	align-items: center;
	grid-gap: .2rem;
	*/
}
.header_middle_tel a span{
	width: 1.6rem;
	height: 1.6rem;
	border-radius: .2rem;
	background: #666666;
	color: #fff;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_contact{
	text-align: center;
}
.header_contact a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	grid-gap: 1rem;
	width: 20rem;
	height: 4rem;
	border-radius: .8rem;
	background: #D93C23;
	color: #fff;
	box-shadow: 0 .1rem .2rem rgba(0,0,0,.2);
	font-size: 1.5rem;
	font-weight: bold;
}
.header_contact a span{
	font-size: 1.8rem;
}
.header_sp{
/*padding: 1.2rem 0 3rem;*/
padding: 1.2rem 0;
}
@media screen and (min-width: 900px) {
	#header {
		box-shadow: 0 .1rem .2rem rgba(0,0,0,.0);
	}
	#headerIn {
		padding: 1.5rem 2rem 0;
		height: auto;
	}
	.header_top{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 1.5rem 0;
		border-bottom: 1px solid #EEEEEE;
	}
	.header_left{
		display: flex;
		align-items: flex-end;
		grid-gap: 4.3rem;
	}
	#headerLogo {
		width: 11.5rem;
	}
	.js-select-text,
	.js-select li a{
		padding: 0 2.6rem 0 1rem;
		height: 2.9rem;
	}

	.header_right{
		display: flex;
		align-items: center;
		grid-gap: 3rem;
	}
	.header_middle{
		display: flex;
		align-items: center;
		grid-gap: 1rem;
	}
	.header_middle_time{
		text-align: right;
		font-weight: 400;
		font-size: 1.1rem;
		line-height: 1.3;
		color: #666666;
	}
	.header_middle_tel a{
		font-size: 3.2rem;
		line-height: 1.3;
		font-weight: bold;
		display: flex;
		align-items: center;
		grid-gap: 1rem;
	}
	.header_middle_tel a span{
		width: 2.9rem;
		height: 2.9rem;
		border-radius: .3rem;
		background: #666666;
		color: #fff;
		font-size: 1.8rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header_contact a{
		display: flex;
		justify-content: center;
		align-items: center;
		grid-gap: 1rem;
		width: 24rem;
		height: 4.8rem;
		border-radius: .8rem;
		background: #D93C23;
		color: #fff;
		box-shadow: 0 .1rem .2rem rgba(0,0,0,.2);
		font-size: 1.6rem;
		font-weight: bold;
	}
	.header_contact a span{
		font-size: 2rem;
	}
}
/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
	
}

/* !gNavi
---------------------------------------------------------- */


.btnMenu{

}
.btnMenu a {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	width: 6rem;
	height: 5.4rem;
	letter-spacing: .15em;
	text-align: center;
}
.btnMenu.active a{
	right: 1rem;
	top: 1rem;
}

.btnMenu a span {
  display: block;
  background: #333;
  width: 3rem;
  height: 1px;
  border-radius: .3rem;
  position: absolute;
  left: 1.5rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.btnMenu a span:first-child {
	top: 2.1rem;
}

.btnMenu a span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.btnMenu a span:nth-child(3) {
  bottom: 2.1rem;
}

	
.btnMenu.active a span:first-child {
  -webkit-transform: translateY(.5rem ) rotate(45deg);
  -moz-transform: translateY(.5rem) rotate(45deg);
  -ms-transform: translateY(.5rem) rotate(45deg);
  transform: translateY(.5rem) rotate(45deg);
  height: 2px;
}
.btnMenu.active a span:nth-child(2){
	opacity: 0;
} 
.btnMenu.active a span:nth-child(3) {
  -webkit-transform: translateY(-.5rem) rotate(-45deg);
  -moz-transform: translateY(-.5rem) rotate(-45deg);
  -ms-transform: translateY(-.5rem) rotate(-45deg);
  transform: translateY(-.5rem) rotate(-45deg);
  height: 2px;
}
@media screen and (min-width: 900px) {

	#headerLinks {
		display: none;
	}
	.nav_list01{
		display: flex;
		justify-content: flex-end;
		grid-gap: 4rem;
	}
	.nav_list01 a{
		display: flex;
		align-items: center;
		padding-left: 1.4rem;
		background: url(img/common/dot.svg)no-repeat left center;
		background-size: .5rem auto;
		font-size: 1.4rem;
		height: 5.4rem;
	}
	.nav_list01 a i {
	margin-left: 0.5rem;
	}
	.nav_list01 a span{
		display: none;
	}
}
@media screen and (max-width: 899px) {

	#gNavi {
		position: fixed;
		top: 1.5rem;
		right: 1.5rem;
		left: 1.5rem;
		bottom: 1.5rem;
		height: calc(100dvh - 3rem);
		z-index: 98;
		padding: 4rem;
		border-radius: .8rem;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s,right .3s;

		background: #fff;
	}
	#gNavi.active{
	    opacity: 1;
	    pointer-events: auto;
	}	
	.nav_list01 a {
		font-size: 1.8rem;
		display: flex;
		align-items: center;
		grid-gap: 1rem;
		letter-spacing: .05em;
	}
	.nav_list01 li+li{
		margin-top: 2.2rem;
	}
	.nav_list01 a span{
		font-size: 1.6rem;
	}
	.nav_list02{
		border-top: 1px solid #CCCCCC;
		padding-top: 3rem;
		margin-top: 3rem;
	}
	.nav_list02 li+li{
		margin-top: 1.2rem;
	}
	.nav_list02 a{
		font-size: 1.4rem;
		letter-spacing: .05em;
	}
}
	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual .inner {
	padding-top: 2rem;
}
.mv_cont{
	position: relative;
	background: url(img/top/bg_mv.jpg)no-repeat center center;
	background-size: cover;
	border-radius: 2rem;
	padding: 5rem 1.5rem 1.5rem;
	margin-bottom: 1.5rem;
}
.mv_ttl{
	font-size: 2.4rem;
	line-height: 1.45;
	text-align: center;
	font-weight: bold;
	position: relative;
	color: #fff;
	text-shadow: 0 0 .3rem rgba(0,0,0,.4);
}
.mv_search{
	border-radius: .5rem;
	margin: 4.2rem 0 3.6rem;
}
.mv_search form {
	display: flex;
	overflow: hidden;
}

.mv_search input{
	background: #fff;
	padding: 0 1.5rem;
	height: 4.6rem;
	width: calc(100% - 5rem);
	border: 0;
}
.mv_search input[type='button']{
	width: 5rem;
	padding: 0;
	font-size: 2.1rem;
	color: #fff;
	background: url("img/common/magnifying-glass-solid.svg") no-repeat center center #88CCCA;
	background-size: 27px 27px;
	text-align: center;
	display: flex;
	justify-content: center;
	font-family: 'Font Awesome 6 Free';
	text-shadow: 0 1px 2px rgba(0,0,0,.16);
}
input[type="text"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.mv_dl{
	overflow: hidden;
	border-radius: .8rem;
	background: rgba(255,255,255,.9);
}
.mv_dt{
	background: #88CCCA;
	color: #fff;
	line-height: 1.33;
	font-size: 1.6rem;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0,0,0,.16);
	padding: 1.2rem;
	text-align: center;
}
.mv_dt span{
	font-size: 2rem;
}
.mv_dd{
	padding: 1.4rem;
}
.mv_dd ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	grid-gap: 1.2rem .8rem;
}
.mv_dd ul a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 1rem;
	min-width: 10.5rem;
	height: 4.2rem;
	border-radius: 2.4rem;
	white-space: nowrap;
	font-size: 1.5rem;
	font-weight: bold;
	color: #4169E1;
	background: #F8F8F8;
	border:1px solid #CCCCCC;
}
@media screen and (min-width: 900px) {
	.mv_cont{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 48.5rem;
		background: url(img/top/bg_mv.jpg)no-repeat center center;
		background-size: cover;
		border-radius: 2rem;
	}
	.mv_ttl{
		font-size: 4.2rem;
		line-height: 1.45;
		text-align: center;
		font-weight: bold;
		position: relative;
		color: #fff;
		text-shadow: 0 0 .3rem rgba(0,0,0,.4);
	}
	.mv_ttl:before,
	.mv_ttl:after{
		content: '{';
		position: absolute;
		right: calc(100% + 3rem);
		top: 50%;
		transform: translateY(-50%);
		font-size: 8rem;
		font-weight: 100;
	}
	.mv_ttl:after{
		content: '}';
		right: auto;
		left: calc(100% + 3rem);
	}
	.mv_search{
		display: flex;
		overflow: hidden;
		border-radius: .5rem;
		margin: 3rem 0 3.6rem;
	}
	.mv_search input{
		background: #fff;
		padding: 0 3rem;
		height: 5.6rem;
		width: 43rem;
		border: 0;
	}
	.mv_search input[type='button']{
		width: 6rem;
		padding: 0;
		font-size: 2.7rem;
		color: #fff;
		text-align: center;
		display: flex;
		justify-content: center;
		font-family: 'Font Awesome 6 Free';
		text-shadow: 0 1px 2px rgba(0,0,0,.16);
	}
	.mv_dl{
		display: flex;
		overflow: hidden;
		border-radius: .8rem;
		background: #fff;
	}
	.mv_dt{
		width: 25.6rem;
		background: #88CCCA;
		color: #fff;
		line-height: 1.33;
		font-size: 1.6rem;
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-shadow: 0 1px 2px rgba(0,0,0,.16);
	}
	.mv_dt span{
		font-size: 2.2rem;
	}
	.mv_dd{
		width: 78rem;
		padding: 2.2rem;
		display: flex;
        align-items: center;
        justify-content: center;
	}
	.mv_dd ul{
		display: flex;
		justify-content: center;
		grid-gap: 1.3rem;
	}
	.mv_dd ul a{
		display: inline-flex;
		justify-content: center;
		align-items: center;
		padding: 0 1rem;
		min-width: 12rem;
		height: 4.8rem;
		border-radius: 2.4rem;
		white-space: nowrap;
		font-size: 1.6rem;
		color: #4169E1;
		background: #F8F8F8;
		border:1px solid #EEEEEE;
		font-weight: 400;
	}
}

/* !footer
---------------------------------------------------------- */
#footer {
	border-radius: 2rem 0 0 0;
	background: #333333;
	color: #fff;
	padding: 6rem 0 7rem;
}
#footer a{
	color: #fff;
}
.footerIn {
	padding: 0 1.5rem;
}
.footer_logo{
	width:17.2rem;
	margin-bottom: 4rem;
}
.footer_addr{
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.71;
	margin-bottom: 4rem;
}
.footer_map {
    position: relative;
    width: 100%;
    padding-top: 35rem;
    margin-bottom: 4.5rem;
    border-radius: .8rem;
    overflow: hidden;
}
.footer_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.footer_nav01{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 1.6rem 5rem;
	margin-bottom: 4rem;
}
.footer_nav01 a{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .05em;
	position: relative;
	padding-left: 1.3rem;
}
.footer_nav01 a:before {
content: '| ';
position: absolute;
top: 0;
left: 0;
}

.footer_nav01 a .font_icon{
	font-size: 1.4rem;
	margin-left: 1rem;
}
.footer_nav02 li+li{
	margin-top: 1.2rem;
}
.footer_nav02 a{
	font-size: 1.4rem;
	display: block;
}
#copyright {
	margin-top: 3rem;
	font-size: 1.2rem;
	letter-spacing: .05em;
}
@media screen and (min-width: 900px) {
	#footer {
		padding: 8rem 0;
	}
	.footerIn {
		padding: 0 2rem;
		/*max-width: 140rem;*/
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.footer_left{
		width: 30rem;
	}
	.footer_right{
		width: 95rem;
	}
	.footer_logo{
		width: 21.7rem;
	}
	.footer_logo img{
		width: 100%;
	}
	.footer_map {
	    margin-bottom: 8rem;
	}
	.footer_nav01{
		display: flex;
		grid-gap: 1.6rem 3rem;
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem;
		border-bottom: 1px solid #fff;
	}
	.footer_nav01 a{
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: .05em;
		position: inherit;
		padding-left: 0;
	}
		.footer_nav01 a:before {
		content: none;
		position: inherit;
		}
	.footer_nav01 a .font_icon{
		font-size: 1.4rem;
		margin-left: 1rem;
	}
	.footer_nav02{
		display: flex;
		grid-gap: 1.6rem 4.7rem;
	}
	.footer_nav02 li+li{
		margin-top: 0;
	}
	.footer_nav02 a{
		font-weight: bold;
	}
	#copyright {
		margin-top: 8rem;
		font-size: 1.4rem;
	}
}

/* !h(n)eading
---------------------------------------------------------- */
.hd_m{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.hd_m.is_white{
	color: #fff;
}
.hd_m:after{
	content: '';
	display: block;
	width: 3.8rem;
	height: .2rem;
	background: currentColor;
	margin: .6rem auto 3rem;
}

.img_box {
    position: relative;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
}
.img_box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    transition: transform .4s ease;
}

.btn_link01{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 1rem;
	min-width: 30rem;
	height: 5.6rem;
	color: #fff;
	border-radius: .8rem;
	font-size: 1.6rem;
	font-weight: bold;
}
.btn_link01 i {
margin: 0 5px;
}
.btn_link01.is_blue{
	background: #88CCCA;
}
.btn_link01.is_black{
	background: #333;
}
.btn_link01.is_red{
	background: #D93C23;
}
.btn_link01.is_green{
	color: #7FBCBA;
	border:2px solid #7FBCBA;
	background: #fff;
}
@media screen and (min-width: 900px) {
	.hd_m{
		font-size: 3.2rem;
	}
	.hd_m:after{
		margin: 1rem auto 4rem;
	}

	.btn_link01{
		min-width: 32rem;
		border-radius: 1.5rem;
	}
}

/*top*/
.top_sec01{
padding: 3rem 0 6rem;
}
.top_sec01 .inner{
max-width: 141rem;
}
.top_sec01 .swiper-wrapper {

}
.bukken_list .swiper-slide{
width: auto;
display: flex;
height: auto;
}

.bukken_list_item{
	width: 26rem;
	max-width: 26rem;
	margin: .5rem 0;
	width: auto;
    max-width: none;

    background: #fff;
    display: block;
    border-radius: .8rem;
    overflow: hidden;
    box-shadow: 0 .2rem .4rem rgba(0, 0, 0, .12);
}
.bukken_list_item a{
}
.bukken_list_item .cont{
	padding: 2rem;
}
.categ_span{
margin-right: 1em;
	padding: .1rem 1rem;
	border: 1px solid #999999;
	font-size: 1.2rem;
	font-weight: bold;
	display: inline-flex;
	justify-content: center;
	min-width: 12rem;
}

.bukken_list_item .ttl{
	font-size: 1.6rem;
	font-weight: bold;
	color: #4169E1;
	margin: .5rem 0;
}
  
.bukken_list_item .intro li i {
margin-right: 3px;
}
.bukken_list_item .intro li:nth-of-type(1){
	font-size: 1.4rem;
	margin-bottom: .5rem;
}
.bukken_list_item .intro li:nth-of-type(2){
	font-size: 1.2rem;
	letter-spacing: .05em;
	margin-bottom: .5rem;
}
.bukken_list_item .intro li:nth-of-type(2) span{
	font-size: 1.6rem;
	font-weight: bold;
	margin-right: .5em;
}
.bukken_list_item .intro li:nth-of-type(3){
	font-size: 1.2rem;
	margin-bottom: .5rem;
}
body.lang-ja .bukken_list_item .price,
body.lang-ko .bukken_list_item .price{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 1rem;
}
body.lang-en .bukken_list_item .price,
body.lang-zh-hans .bukken_list_item .price,
body.lang-zh-hant .bukken_list_item .price {
	display: block;
}

.bukken_list_item .price li{
	display: flex;
	font-size: 1.2rem;
}
body.lang-en .bukken_list_item .price li,
body.lang-zh-hans .bukken_list_item .price li,
body.lang-zh-hant .bukken_list_item .price li {
margin-bottom: 0.5rem;
}

.bukken_list_item .price li span.categ{
	color: #fff;
	background: #999999;
	padding: 0 .5rem;
	margin-right: 0.5rem;
}

.top_sec01 .bukken_list_item{
	width: 260px;
	max-width: 260px;
	margin: 5px 0;
}
.top_sec01 .bukken_list_item a{
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,.12);
}
.top_sec01 .bukken_list_item .cont{
	padding: 20px;
}
.top_sec01 .categ_span{
	padding: 1px 10px;
	border: 1px solid #999999;
	font-size: 12px;
	font-weight: bold;
	display: inline-flex;
	justify-content: center;
	min-width: 120px;
}
.top_sec01 .bukken_list_item .ttl{
	font-size: 16px;
	font-weight: bold;
	color: #4169E1;
	margin: 5px 0;
}
.top_sec01 .bukken_list_item .intro li:nth-of-type(1){
	font-size: 14px;
	margin-bottom: 5px;
}
.top_sec01 .bukken_list_item .intro li:nth-of-type(2){
	font-size: 12px;
	letter-spacing: .05em;
	margin-bottom: 5px;
}
.top_sec01 .bukken_list_item .intro li:nth-of-type(2) span{
	font-size: 16px;
	font-weight: bold;
	margin-right: .5em;
}
.top_sec01 .bukken_list_item .intro li:nth-of-type(3){
	font-size: 12px;
	margin-bottom: 5px;
}
.top_sec01 .bukken_list_item .price{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px;
}
.top_sec01 .bukken_list_item .price li{
	grid-gap: 5px;
	font-size: 12px;
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev{
	left: 10px;
    background: url(img/common/slick_prev.svg)no-repeat center center;
    background-size: 100% auto;
}
.swiper-button-next{
	right: 10px;
    background: url(img/common/slick_next.svg)no-repeat center center;
    background-size: 100% auto;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	content: none;
}
.top_sec01_btn{
	margin-top: 3rem;
	text-align: center;
}
@media screen and (min-width: 900px) {
	.top_sec01{
		padding: 10rem 0;
	}
	.top_sec01.bukken2{
		padding: 5rem 0 10rem;
	}
	.swiper-button-prev{
		left: 30px;
	}
	.swiper-button-next{
		right: 30px;
	}
	.top_sec01_btn{
		margin-top: 6rem;
	}
}

.top_sec02{
	padding: 4rem 1.5rem;
	background: url("img/top/img_sec02_01.jpg") top center no-repeat;
	background-size: cover;
	/*background: #002F5F;*/
}
.top_sec02_list{
	display: grid;
	grid-gap: 2rem;
	
}

.top_sec02_list a{
	border-radius: 1.5rem;
	color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
	line-height: 1.3;
}
.top_sec02_list .img_box{
	padding-top: 38.1%;
}
.top_sec02_list .img_box:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	z-index: 8;
}
.top_sec02_list .ttl{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	z-index: 9;
	transform: translate(-50%,-50%);
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
}
@media screen and (min-width: 900px) {
	.top_sec02{
		padding: 8rem 0;
	}
	.top_sec02_list{
		display: flex;
		flex-wrap: wrap;
		grid-gap: 1.3rem;
	}
	.top_sec02_list li{
		width: calc(25% - 1rem);
	}
}

.top_sec03{
	padding: 4rem 0 7rem;
}
.top_sec03_hd{
	text-align: center;
	font-weight: bold;
	letter-spacing: .05em;
	font-size: 1.8rem;
	margin-bottom: 3rem;
}
.area_tag_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: 1.2rem .7rem;
}
.area_tag_list a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 1rem 2rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: #4169E1;
	background: #fff;
	border: 1px solid #88CCCA;
	border-radius: 100vh;
	min-width: 11rem;
}
@media screen and (min-width: 900px) {
	.top_sec03{
		padding: 8rem 0 10rem;
	}
	.area_tag_list{
		grid-gap: 2.4rem 4rem;
	}
	.area_tag_list a{
		min-width: 13.2rem;
	}
}


.top_sec04{
	padding: 6rem 0;
	background: #FBFBEE;
}
.news_list{

}
.news_list a{
	display: block;
	padding: 2rem 0;
	border-bottom: 1px solid rgba(0,45,90,.3);
}
.news_list .row{
	display: flex;
	justify-content: space-between;
	text-align-last: center;
	font-size: 1.2rem;
	letter-spacing: -.05em;
	margin-bottom: 1.5rem;
	color: #002F5F;
}
.news_list .row .categ{
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	grid-gap: .5em;
}
.news_list .row .categ:before{
	content: '';
	width: .4rem;
	height: .4rem;
	border-radius: 50%;
	background: currentColor;
}
.news_list .ttl{
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #4169E1;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.top_sec04_btn{
	text-align: center;
	margin-top: 3rem;
}
@media screen and (min-width: 900px) {
	.top_sec04{
		padding: 8rem 0;
	}
	.top_sec04 .inner{
		max-width: 74rem;
	}
	.news_list a{
		padding: 4rem 0;
	}
	.news_list li:last-of-type a{
		border-bottom: none;
	}
	.news_list .row{
		display: flex;
		justify-content: flex-start;
		text-align-last: center;
		margin-bottom: 2rem;
	}
	.news_list .row .categ{
		width: 13.5rem;
	}
	.top_sec04_btn{
		margin-top: 8rem;
	}
}

.top_banner_logo{
	padding: 6rem 0;
	text-align: center;
}
.top_banner_logo img{
	width: 30rem;
}
.top_banner_img{
	padding-top: 48rem;
}
.top_banner_img img{
	object-position: top center;
}
@media screen and (min-width: 900px) {
	.top_banner_logo{
		padding: 16rem 0 10rem;
		text-align: center;
	}
	.top_banner_logo img{
		width: 43.4rem;
	}
}

.top_sec05{
	padding: 6rem 0;
	font-size: 1.6rem;
	text-align: center;
}
.top_sec05 p+p{
	margin-top: 2rem;
}
.top_sec05_p01{
	font-size: 1.8rem;
	font-weight: bold;
}
.top_sec05_list{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	grid-gap: 2rem;
	margin: 1.2rem 0;
}
.top_sec05_list li{
	width: 27rem;
	height: 7rem;
	background: #F2FAFB;
	color: #7FBCBA;
	font-size: 2.2rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_sec05_p02{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	padding: 2rem 1.5rem;
	background: #F8F8F8;
	margin-top: 2rem;
}
.top_sec05_btn{
	text-align: center;
	margin-top: 3rem;
}
@media screen and (min-width: 900px) {
	.top_sec05{
		padding: 10rem 0 6rem;
	}
	.top_sec05_list{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		grid-gap: 2rem;
		margin: 2rem 0;
	}
	.top_sec05_p02{
		padding: 2rem 3.5rem;
		margin: 3rem auto 0;
		max-width: 49rem;
	}
	.top_sec05_btn{
		margin-top: 4rem;
	}
}

.top_scroll{
	padding: 0 1.5rem;
}
.top_scroll .img_box{
	padding-top: 23rem;
	border-radius: .8rem;
}
.js-image-scroll ul {
    display: grid;
    grid-gap: 2rem;
}
.js-image-scroll ul+ul{
	margin-top: 2rem;
}
@media screen and (min-width: 900px) {
	.top_scroll{
		padding: 0;
	}
	.top_scroll li{
		width: 36.9rem;
	}
	.js-image-scroll {
	    display: flex;
	    grid-gap: 3rem;
	    overflow: hidden;
	}
	.js-image-scroll ul {
	    display: flex;
	    grid-gap: 3rem;
	}
	.js-image-scroll ul+ul{
		margin-top: 0;
	}
	.js-image-scroll ul:nth-child(odd) {
	    animation-name: image-loop-left1;
	    animation-timing-function: linear;
	    animation-iteration-count: infinite;
	}
	.js-image-scroll ul:nth-child(even) {
	    animation-name: image-loop-left2;
	    animation-timing-function: linear;
	    animation-iteration-count: infinite;
	}
	.js-image-scroll.list02 {
		transform: rotate(180deg);
	}
	.js-image-scroll.list02 li {
		transform: rotate(180deg);
	}
	@keyframes image-loop-left1 {
	    0% {
	        transform: translateX(100%);
	    }

	    100% {
	        transform: translateX(-100%);
	    }
	}
	@keyframes image-loop-left2 {
	    0% {
	        transform: translateX(0);
	    }

	    100% {
	        transform: translateX(-200%);
	    }
	}

}

.common_contact{
	padding: 6rem 0;
	text-align: center;
}
.common_contact_p01{
	font-size: 1.6rem;
	margin-bottom: 2rem;
}
.common_contact_list{
	display: grid;
	grid-gap: 3rem;
}
.common_contact_list li{
	background: #F2FAFB;
	border-radius: 1.5rem;
	padding: 3rem 2rem;
}
.common_contact_list .ttl{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.common_contact_list .txt{
	line-height: 1.3;
}
.common_contact_list .btn{
	margin-top: 2rem;
}
.common_contact_list .tel a{
	font-size: 3.2rem;
	line-height: 1.3;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-gap: .5rem;
	margin-bottom: 1rem;
}
.common_contact_list .tel a span{
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background: #88CCCA;
	color: #fff;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 900px) {
	.common_contact{
		padding: 10rem 0;
	}
	.common_contact_p01{
		font-size: 1.8rem;
		margin-bottom: 4rem;
	}
	.common_contact_list{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-gap: 3rem;
	}
	.common_contact_list .ttl{
		font-size: 1.8rem;
		margin-bottom: 3rem;
		color: #666666;
	}
	.common_contact_list .txt{
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.common_contact_list .btn{
		margin-top: 1.2rem;
	}
	.common_contact_list .btn a{
		height: 7.4rem;
		font-size: 1.8rem;
	}
	.common_contact_list .tel a{
		font-size: 4.1rem;
		grid-gap: 1rem;
		margin-bottom: 1.2rem;
	}
	.common_contact_list .tel a span{
		width: 4rem;
		height: 4rem;
		font-size: 2.1rem;
	}
}

/*detail*/
.detail,
.single,
.tag,
.category,
.under{
	background: #FBFBEE;
}
.news_detail_wrap{
	padding-top: 0;
}
.news_detail_wrap #side{
	margin-top: 6rem;
}

.news_detail_hd{
	font-size: 2.2rem;
	font-weight: bold;
	margin: 1.5rem 0 2rem;
}
.white_box{
	margin: 0 -1.5rem;
	padding: 1.5rem;
	background: #fff;
}
.news_detail_btn01{
	text-align: center;
	margin-top: 3rem;
	margin-bottom: 5rem;
}
.btn_link01.is_target span{
	margin-left: 1rem;
}
/* !wp-pagenavi
---------------------------------------------------------- */
.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.4rem;
    width: 100%;
    margin: 6rem auto 4rem;
    position: relative;
    padding: 0;
    text-align: center;
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a, 
.wp-pagenavi span {
    border: 0;
    padding: 0;
    margin: 0;
}

.wp-pagenavi .page {

}

.wp-pagenavi a, 
.wp-pagenavi .current {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.5;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    color: #fff;
    background: #002F5F;
}

.wp-pagenavi .current {
    color: #222;
    background: none;
    opacity: 1;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	width: auto;
    padding: 0 1rem;
}


.news_detail_item+.news_detail_item{
	margin-top: 4rem;
}
.hd_s{
	border-left: .3rem solid #4169E1;
	padding-left: .5rem;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .05em;
	margin-top: 1.8rem;
	margin-bottom: 1.8rem;
}
.news_detail_item > .hd_s {
margin-top: 8rem;
}
.area_data_list li+li{
	margin-top: 2rem;
}
.area_data_list li{
	padding-bottom: 2rem;
	background-image: linear-gradient(to right, #999 0%, #999 50%, transparent 50%);
	background-size: 1rem 1px;
	background-position: bottom center;
	background-repeat: repeat-x;
}
.area_data_list a{
	display: block;
}
.area_data_list .ttl{
	font-size: 1.6rem;
	line-height: 1.5;
	color: #4169E1;
	font-weight: bold;
	margin-bottom: 1.2rem;
}
.area_data_list .txt{
	font-size: 1.4rem;
	line-height: 1.5;
}
.news_detail_item .area_tag_list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	grid-gap: 1.2rem .7rem;
	margin-bottom: 2rem;
}
.news_detail_item .area_tag_list a{
	background: #FAFAFA;
	color: #4169E1;
	font-size: 1.5rem;
	min-width: 11rem;
	border: 0;
}

.news_recommend{

}
.news_recommend_hd{
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.news_recommend .bukken_list{
	display: grid;
	grid-template-columns: repeat(1,1fr);
	grid-gap: 3rem;
}
.news_recommend .bukken_list_item{
	width: auto;
	max-width: none;
}

.side_item{
}
.side_item+.side_item{
	margin-top: 6rem;
}
.side_item_hd{
    font-size: 1.6rem;
}
.side_item .area_tag_list{
	grid-gap: 1.2rem .7rem;
}
.side_item .area_tag_list a{
	font-size: 1.5rem;
	min-width: 11rem;
	display: block;

}

.bukken_list.swiper,
.side_bukken_compact_list.swiper,
.side_bukken_list.swiper{
	overflow: visible;
}
.side_bukken_compact_list .swiper-slide,
.side_bukken_list .swiper-slide{
	/*width: auto;*/
}

@media screen and (min-width: 900px) {
	.bukken_list.swiper{
		overflow: hidden;
	}

	.news_detail_wrap{
		padding-top: 5.7rem;
	}
	.news_detail_wrap .inner02{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.news_detail_wrap #main{
		width: 83.7rem;
	}
	.news_detail_wrap #side{
		width: 29.2rem;
		margin-top: 0;
	}

	.news_detail_hd{
		font-size: 2.6rem;
		font-weight: bold;
		margin: 3rem 0 2.5rem;
	}
	.white_box{
		margin: 0;
		padding: 2rem;
		border-radius: .8rem;
		background: #fff;
	}
	.news_detail_btn01{
		text-align: center;
		margin-top: 5rem;
	}
	.btn_link01.is_target span{
		margin-left: 1.3rem;
	}
	/* !wp-pagenavi
	---------------------------------------------------------- */
	.wp-pagenavi {
	    grid-gap: 1.4rem;
	    margin: 5rem auto 10rem;
	}

	.wp-pagenavi a, 
	.wp-pagenavi .current {
	    width: 4.4rem;
	    height: 4.4rem;
	    font-size: 1.6rem;
	    font-weight: 400;
	    letter-spacing: .1em;
	    line-height: 1.5;
	}

	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
	    width: 13.8rem;
	}


	.news_detail_item+.news_detail_item{
		margin-top: 4rem;
	}
	.hd_s{
		border-left: .3rem solid #4169E1;
		padding-left: .5rem;
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: .05em;
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
	.area_data_list li+li{
		margin-top: 2rem;
	}
	.area_data_list li{
		padding-bottom: 2rem;
		background-image: linear-gradient(to right, #999 0%, #999 50%, transparent 50%);
		background-size: 1rem 1px;
		background-position: bottom center;
		background-repeat: repeat-x;
	}
	.area_data_list a{
		display: block;
	}
	.area_data_list .ttl{
	}
	.area_data_list .txt{
		font-size: 1.4rem;

	}
	.news_detail_item .area_tag_list{
		display: flex;
		flex-wrap: wrap;
		grid-gap: 2rem 1.2rem;
		margin-bottom: 4rem;
	}
	.news_detail_item .area_tag_list a{
		background: #FAFAFA;
		color: #4169E1;
		font-size: 1.8rem;
		height: 4.8rem;
		min-width: 13.2rem;
		border: 0;
	}

	.news_recommend{
	}
	.news_recommend_hd{
		font-size: 2.6rem;
		margin-top: 0;
		margin-bottom: 2.3rem;
	}
	.news_recommend .bukken_list{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-gap: 3rem;
	}

	.side_item{
		padding: 2.7rem 1.6rem;
		border:1px solid #C9C7B8;
		border-radius: .8rem;
	}
	.side_item+.side_item{
		margin-top: 4rem;
	}
	.side_item_hd{
	    font-size: 1.6rem;
		margin-top: 0;
	    margin-bottom: 2rem;
	}
	.side_item .area_tag_list{
		grid-gap: .7rem 1rem;
	}
	.side_item .area_tag_list a{
		font-size: 1.6rem;
		min-width: 9.8rem;
	}

	.side_bukken_compact_list.swiper,
	.side_bukken_list.swiper{
		overflow: visible;
	}
	.side_bukken_compact_list .swiper-wrapper ,
	.side_bukken_list .swiper-wrapper {
	    display: grid;
	    grid-gap: 2rem;
	    padding-bottom: 0;
	}
	.side_bukken_compact_list .swiper-slide ,
	.side_bukken_list .swiper-slide {
	    margin: 0!important;
	}
}

/*work_detail*/
.work_detail_wrap{

}
.bukken_list_item .cont_dl{
	display: flex;
	margin-bottom: 2rem;
	grid-gap: 1.3rem;
}
.bukken_list_item .cont_dt{
	width: 8rem;
}
.bukken_list_item .cont_dl .ttl{
	width: calc(100% - 9.3rem);
	font-size: 1.4rem;
	margin: 0;
}

.work_thumb a{
	margin: -1.5rem -1.5rem 0;
	display: block;
	border-radius: 0;
	overflow: hidden;
	position: relative;
}
.work_thumb_count{
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 9;
	background: #333333;
	color: #fff;
	border-radius: .5rem;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: .5rem;
	width: 5rem;
	height: 2.4rem;
}
.work_thumb ul{
	display: flex;
}
.work_thumb_list>li{
	width: auto;
}
.work_thumb_list>li:nth-of-type(1){
	width: 100%;
}
.work_thumb_list>li:nth-of-type(2){
	display: none;
}

.work_thumb_list ul li{
	width: 100%;
}
.work_thumb_list .img_box {
    padding-top: 100%;
}
.work_thumb_list>li:nth-of-type(1) .img_box{
    padding-top: 86.4%;
}

.work_thumb_sp{
	padding: 2rem 1.5rem 1.5rem;
	background: #FBFBEE;
	margin: 0 -1.5rem;
}
.work_thumb_hd{
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 1.5rem;
}

.work_route{
	margin-top: 1.5rem;
	display: grid;
	grid-gap: .5rem;
}
.work_route li{
	display: flex;
	align-items: center;
	grid-gap: .5rem;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .05em;
}
.work_route li span{
	font-size: 1.6rem;
	color: #7FBCBA;
}

.work_price{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 1rem;
	margin: 2.3rem 0 4rem;
}
.work_price li{
	display: block;
	/*align-items: center;*/
	grid-gap: .5rem;
	font-size: 1.3rem;
}
.work_price li span.categ_txt,
.work_price li span.big{
	display: flex;
	align-items: center;
	padding: 0.3em 0;
}
.work_price li span.categ{
	width: 12em;
	height: auto;
	padding: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #7FBCBA;
	font-weight: bold;
	font-size: 1.4rem;
}
.work_price li span.big{
	font-size: 1.6rem;
	font-weight: bold;
}

.work_object_list{
	display: grid;
	grid-template-columns: repeat(1,1fr);
}
.work_object_list li{
	border: 1px solid #EDEDED;
	display: flex;
	align-items: center;
	margin-top: -1px;
}
.work_object_list li:nth-of-type(even){
}
.work_object_list .th,
.work_object_list .td{
	padding: .4rem 1.5rem;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	height: 100%;
}
.work_object_list .th{
	width: 12.8rem;
	background: #F8F8F8;
}
.work_object_list .td{
	width: calc(100% - 12.8rem);
}

.work_conditions{
	display: flex;
	grid-gap: 1rem;
	margin-top: 4rem;
}
.work_conditions_hd{
	width: 13rem;
	padding: 1rem;
	font-size: 1.4rem;
	background: #F8F8F8;
}
.work_conditions_cont{
	width: calc(100% - 14rem);
}
.work_conditions_list{
	display: grid;
}
.work_conditions_list li{
	border: 1px solid #CCCCCC;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -1px;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: .05em;
	color: #CCCCCC;
	padding: .4rem 1rem;
}
.work_conditions_list li.status_en{
	background: #F2FAFB;
	color: #333333;
}

.work_map {
    position: relative;
    width: 100%;
    padding-top: 35rem;
}
.work_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.work_map_btn{
	text-align: center;
	margin-top: 3rem;
}
.btn_link01.is_border{
	color: #333;
	border: 1px solid #707070;
	background: #fff;
	border-radius: .8rem;
}
.btn_link01.is_border span{
	margin-left: 1rem;
}

.work_contact{
	border-radius: .8rem;
	border: 1px solid #7FBCBA;
	text-align: center;
	margin-top: 6rem;
	overflow: hidden;
}
.work_contact_hd{
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background: #7FBCBA;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5.6rem;
}
.work_contact_dl{
	padding: 2rem;
	display: grid;
	grid-gap: 2rem;
}
.work_contact_dl_hd{
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-weight: bold;
	color: #666666;
}
.work_contact_dl_txt{
	font-size: 1.3rem;
	line-height: 1.4;
}
.work_contact_dl_btn{
	margin-top: 1rem;
}
.work_contact_dl_btn .btn_link01{
	min-width: 30rem;
	height: 5.6rem;
	font-size: 1.6rem;
}

.work_contact_dl_tel a{
	margin-bottom: 1rem;
	font-size: 3.2rem;
	line-height: 1.2;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 1rem;
}
.work_contact_dl_tel a span{
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background: #88CCCA;
	color: #fff;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fancybox-container{
    font-family: inherit;
}
.fancybox-slide--html{
    padding: 0;
}
.fancybox_wrap {
    padding: 1.5rem 1.5rem 1.5rem;
    background: #fff;
    width: 140rem;
    max-width: calc(100vw - 3rem);
    max-height: calc(100dvh - 3rem);
    border-radius: .8rem;
    margin: 0!important;
}
.fancybox_close{
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 11;
    transform: none;
    width: 2rem;
    height: 2rem;
    background: url(img/work/fancybox_close.svg)no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}

.fancybox_hd{
	font-size: 1.6rem;
	font-weight: bold;
}
.fancybox_wrap .work_thumb_count{
	position: static;
	margin: 1rem 0 1.5rem;
}
.fancybox_list{
	display: grid;
	grid-gap: 1.5rem;
}
.fancybox_list li{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fancybox_list li img{
	max-width: 100%;
}
@media screen and (min-width: 900px) {
	.work_detail_wrap{

	}
	.work_top{
		width: 100%;
		padding: 2rem;
		border-radius: 1.5rem;
		background: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 3rem;
	}
	.work_top_hd{
		margin-top: 1.2rem;
		font-size: 2.6rem;
		font-weight: bold;
	}
	.work_top_right{
		display: flex;
		align-items: center;
		grid-gap: 2.2rem;
	}
	.work_top_time{
		font-size: 1.1rem;
	}
	.work_top_tel a{
		font-size: 2.2rem;
		font-weight: bold;
		display: flex;
		align-items: center;
		grid-gap: .5rem;
	}
	.work_top_tel a span{
		width: 2.2rem;
		height: 2.2rem;
		border-radius: 50%;
		background: #88CCCA;
		color: #fff;
		font-size: 1.2rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.work_top_right .btn_link01{
		min-width: 26rem;
		height: 4.8rem;
		border-radius: .8rem;
	}

	.bukken_list_item .cont_dl{
		display: flex;
		margin-bottom: 2rem;
		grid-gap: 1.3rem;
	}
	.bukken_list_item .cont_dt{
		width: 8rem;
	}
	.bukken_list_item .cont_dl .ttl{
		width: calc(100% - 9.3rem);
		font-size: 1.4rem;
		margin: 0;
	}



	.work_thumb a{
		margin: 0;
		display: block;
		border-radius: 1.5rem;
		overflow: hidden;
		position: relative;
	}
	.work_thumb_count{
		position: absolute;
		right: 1.2rem;
		bottom: 1.2rem;
		background: #333333;
		color: #fff;
		border-radius: .5rem;
		font-size: 1.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: .5rem;
		width: 5rem;
		height: 2.4rem;
	}
	.work_thumb ul{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 1rem;
	}
	.work_thumb_list>li{
		width: 23.4rem;
	}
	.work_thumb_list>li:nth-of-type(1){
		width: 55.3rem;
		grid-row: 1/3;
	}
	.work_thumb_list>li:nth-of-type(2){
		display: block;
	}

	.work_route{
		margin-top: 4rem;
		display: grid;
		grid-gap: 1rem;
	}
	.work_route li{
		display: flex;
		align-items: center;
		grid-gap: .5rem;
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: .05em;
	}
	.work_route li span{
		font-size: 1.6rem;
		color: #7FBCBA;
	}

	.work_price{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 2rem 1rem;
		margin: 3.4rem 0 8rem;
	}
	.work_price li{
		display: flex;
		grid-gap: 1.2rem;
		font-size: 1.6rem;
	}
.work_price li span.categ_txt,
.work_price li span.big{
padding: 0;
}
	.work_price li span.categ{
	width: 10em;
	}
	.work_price li span.big{
		font-size: 2.2rem;
		font-weight: bold;
	}

	.work_object_list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.work_object_list li{
		border: 1px solid #EDEDED;
		display: flex;
		align-items: center;
		margin-top: -1px;
	}
	.work_object_list li:nth-of-type(even){
		margin-left: -1px;
	}
	.work_object_list .th,
	.work_object_list .td{
		padding: .7rem 1.5rem;
		font-size: 1.6rem;
		display: flex;
		align-items: center;
		height: 100%;
	}
	.work_object_list .th{
		width: 14.5rem;
		background: #F8F8F8;
	}
	.work_object_list .td{
		width: calc(100% - 14.5rem);
		font-size: 1.6rem;
	}

	.work_conditions{
		display: flex;
		grid-gap: 1.5rem;
		margin-top: 4rem;
	}
	.work_conditions_hd{
		width: 14.5rem;
		padding: .7rem 1.5rem;
		font-size: 1.6rem;
		background: #F8F8F8;
	}
	.work_conditions_cont{
		width: calc(100% - 16rem);
	}
	.work_conditions_list{
		display: grid;
		grid-template-columns: repeat(3,1fr);
	}
	.work_conditions_list li{
		border: 1px solid #CCCCCC;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: -1px;
		font-size: 1.5rem;
		letter-spacing: .05em;
		color: #CCCCCC;
		padding: .7rem 1rem;
	}
	.work_conditions_list li:nth-of-type(3n),
	.work_conditions_list li:nth-of-type(3n-1){
		margin-left: -1px;
	}
	.work_conditions_list li.status_en{
		background: #F2FAFB;
		color: #333333;
	}

	.work_map {
	    position: relative;
	    width: 100%;
	    padding-top: 37.3rem;
	}
	.work_map iframe {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 2;
	}
	.work_map_btn{
		text-align: center;
		margin-top: 2.3rem;
	}
	.btn_link01.is_border{
		color: #333;
		border: 1px solid #707070;
		background: #fff;
		border-radius: .8rem;
	}
	.btn_link01.is_border span{
		font-size: 1.3rem;
		margin-left: .7rem;
	}

	.work_contact{
		border-radius: .8rem;
		border: 1px solid #7FBCBA;
		text-align: center;
		margin-top: 8rem;
		overflow: hidden;
	}
	.work_contact_hd{
		font-size: 1.8rem;
		font-weight: bold;
		color: #fff;
		background: #7FBCBA;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 5.6rem;
	}
	.work_contact_dl{
		padding: 3rem 3rem 5rem;
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.work_contact_dl_hd{
		font-size: 1.6rem;
		margin-bottom: 2rem;
		font-weight: bold;
		color: #666666;
	}
	.work_contact_dl_txt{
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.work_contact_dl_btn{
		margin-top: 1.5rem;
	}
	.work_contact_dl_btn .btn_link01{
		min-width: 32.9rem;
		height: 7.4rem;
		font-size: 1.8rem;
	}

	.work_contact_dl_tel a{
		margin-bottom: 1.3rem;
		font-size: 4.1rem;
		line-height: 1.2;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 1rem;
	}
	.work_contact_dl_tel a span{
		width: 4rem;
		height: 4rem;
		border-radius: 50%;
		background: #88CCCA;
		color: #fff;
		font-size: 2.1rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.fancybox-container{
	    font-family: inherit;
	}
	.fancybox-slide--html{
	    padding: 0;
	}
	.fancybox_wrap {
	    padding: 4rem 4rem 4rem;
	    background: #fff;
	    width: 140rem;
	    max-width: calc(100vw - 4rem);
	    max-height: calc(100dvh - 4rem);
	    border-radius: 1.5rem;
	    margin: 0!important;
	}
	.fancybox_close{
	    position: absolute;
	    right: 4rem;
	    top: 4rem;
	    right: 2rem;
	    top: 2rem;
	    z-index: 11;
	    transform: none;
	    width: 2.3rem;
	    height: 2.3rem;
	    background: url(img/work/fancybox_close.svg)no-repeat;
	    background-size: 100% auto;
	    cursor: pointer;
	}

	.fancybox_hd{
		font-size: 2.6rem;
		font-weight: bold;
	}
	.fancybox_wrap .work_thumb_count{
		position: static;
		margin: 1.3rem 0 1.9rem;
	}
	.fancybox_list{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-gap: 4rem 4.5rem;
	}
	.fancybox_list li{
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #DDDDDD;
		height: 27rem;
	}
	.fancybox_list li img{
		max-width: 100%;
		max-height: 100%;
	}
}



.work_fixed{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 88;
	width: 100%;
	transition: transform .3s;
}
.work_fixed .work_top{
	min-height: 10rem;
	width: 100%;
	padding: 0 4rem;
	border-radius: 0;
	margin-bottom: 0;
}
.work_fixed .work_top_hd {
    margin-top: .5rem;
    font-size: 1.6rem;
}
.work_fixed .work_top_right{
	grid-gap: 4rem;
}

.work_fixed_sp{
	width: 100%;
	padding: 1rem;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: .8rem;
}
.work_fixed_sp .btn_link01{
	height: 4rem;
	min-width: 16.3rem;
	font-size: 1.4rem;
}
.btn_link01.is_tel{
	grid-gap: .6rem;
}
@media screen and (min-width: 900px) {
	.work_fixed{
		transform: translateY(100%);
	}
	.work_fixed.is_fixed{
		transform: translateY(0);
	}
}


/*0729*/
.work_detail{
	background: #FBFBEE;
}
.work_detail #header{
	position: absolute;
}

.fancybox_open #contents{
	position: relative;
	z-index: 99;	
}

.fancybox_wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 998;


	opacity: 0;
	pointer-events: none;
	transition: opacity .3s,right .3s;
}
.fancybox_wrap.is_open{
    opacity: 1;
    pointer-events: auto;
}	
.fancybox_inner{
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: calc(100dvh - 3rem - 3rem);
}
@media screen and (min-width: 900px) {
	.fancybox_inner{
		max-height: calc(100dvh - 4rem - 8rem);
	}
}


@media screen and (min-width: 900px) {

.flex_center{
justify-content: center;
}

.bukken_list.slick_flex .swiper-wrapper {
display: flex;
justify-content: center;
padding-bottom: 0;
}
}




/*pagenation*/
.c-pagination {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 14px;
gap: 0.875rem;
justify-content: center;
margin: 6rem auto 0;
}

.c-pagination__numbers {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 14px;
gap: 0.875rem;
justify-content: center;
}

.page-numbers {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
align-items: center;
background: #002F5F;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 1.6rem;
height: 44px;
justify-content: center;
width: 44px;
}

.current {
background: #fff;
color: #002F5F;
}

.dots {
color: #002F5F;
}

.c-pagination__prev {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 44px;
justify-content: center;
padding-left: 6px;
position: relative;
width: 44px;
font-size: 1.6rem;
}

.c-pagination__prev::before,
.c-pagination__next::before {
background: #002F5F;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

.c-pagination__prev::after,
.c-pagination__next::after {
-webkit-transform: rotate(45deg);
border-bottom: 2px solid white;
border-left: 2px solid white;
content: "";
display: inline-block;
height: 12px;
position: absolute;
transform: rotate(45deg);
width: 12px;
}

.c-pagination__next {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 44px;
justify-content: center;
padding-right: 6px;
position: relative;
width: 44px;
font-size: 1.6rem;
}

.c-pagination__next::after {
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}

@media screen and (min-width: 768px) {
.c-pagination {
margin: 7rem auto 0;
}

.c-pagination__prev,
.c-pagination__next {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
align-items: center;
background: #002F5F;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
letter-spacing: 0.1em;
text-transform: uppercase;
width: 5em;
}

.c-pagination__prev::before,
.c-pagination__next::before {
display: none;
}

.c-pagination__prev::after,
.c-pagination__next::after {
display: none;
}


}

.post_contents {
/*
margin: 0 0 4rem;
*/
}
@media screen and (min-width: 768px) {
.post_contents {
/*
margin: 0 0 8rem;
*/
}
}
.post_contents h2,
.post_contents h3,
.post_contents h4,
.post_contents h5,
.post_contents h6{
margin: 2rem 0;
line-height: 1.3;
}
.post_contents p {
margin: 3rem 0;
line-height: 1.5;
}

.post_contents img {
margin: 3rem auto;
}

/*既存コーディング踏襲*/
.pc-none{
  display: block;
}
.sp-none{
  display: none !important;
}
.d-none{
  display: none;
}
.row{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.in_row{
  width:100%;
  padding:0 8px 0;
  box-sizing: border-box;
  margin:0 auto;
  text-align:center;
}
@media(min-width:900px){
.pc-none{
  display: none;
}
.sp-none{
  display: block;
}
.row{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.in_row{
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}
}
/*--------------------------------------------------------
about
--------------------------------------------------------*/
.about{
  padding:40px 0 40px;
}
.about_wrap{
  display: flex; /* 子要素をflexboxで揃える */
  justify-content:center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
.about_wrap p{
  padding:10px;
  box-sizing: border-box;
  width:60%;
  font-size:16px;
  text-align:left;
  line-height:1.7em;
}
.about_wrap img{
  width:38%;
  margin:5px;
}
table.about_table{
  width:80%;
  margin:20px auto;
  border-collapse: collapse;
  border:1px solid #ccc;
}
table.about_table th{
  border-collapse: collapse;
  border:1px solid #ccc;
  padding:10px;
  width:30%;
  background:#eaeaea;
  font-size:14px;
  text-align:center;
}
table.about_table td{
  border-collapse: collapse;
  border:1px solid #ccc;
  padding:10px;
  width:70%;
  font-size:14px;
  text-align:left;
}
/*--------------------------------------------------------
contact
--------------------------------------------------------*/
.contact{
  padding:40px 0 40px;
}
.contact_box{
  margin:40px auto 40px;
  background:#eaeaea;
  padding:20px;
  box-sizing: border-box;
}
span.hissu{
  background:crimson;
  color:#fff;
  font-size:13px;
  padding:3px 5px 3px;
}
span.ninni{
  background:#90bc33;
  color:#fff;
  font-size:13px;
  padding:3px 5px 3px;
}
dl.contact_list{
  margin:0;
  text-align:left;
}
dl.contact_list dt{
  margin:10px auto 10px;
}
dl.contact_list dd{
  margin:10px auto 20px;
  padding:0 0 20px 0;
  border-bottom:1px solid #fff;
}
/* form */
.contact_fm01{
  width:100%;
  border:1px solid #ccc;
  height:50px;
  padding:5px;
  box-sizing: border-box;
}
.contact_cm01{
  width:100%;
  border:1px solid #ccc;
  height:220px;
  padding:5px;
  box-sizing: border-box;
}
.contact_btn_box {
text-align: center;
}
.contact_btn{
  -webkit-border-radius: 5px;/* for Safari and Chrome */
  -moz-border-radius: 5px; /* for Firefox */
  -o-border-radius: 5px; /* for opera */
  border-radius: 5px;
  border:none ;
  background:#90bc33;
  position:relative;
  float:none;
  clear:both;
  font-size:14px;
  margin:10px auto !important;
  padding:20px 20px 20px;
  box-sizing: border-box;
  text-align:center;
  width:30%;
  color:#fff;
}
.contact_btn:hover{
  opacity: 0.8;
  transition: 1.0s ;
}