@charset "utf-8";

	/*main==================*/
	.cmn1200 {
		width: 1200px;
		margin: auto;
	}

	#atc_wrap {
		/* margin-top: 100px; */
		display: flex;
		justify-content: space-between;
		/* align-items: flex-start; */
	}

	#atc {
		flex: 1;
		/* width: 900px; */
	}

	.atc_box {
		position: relative;
		margin-bottom: 25px;
		padding-bottom: 25px;
		border-bottom: 1px dotted #ccc;
	}

	.atc_box a {
		display: flex;
		justify-content: space-between;
	}

	.atc_box:last-child {
		margin-bottom: 0;
	}

	.atc_img {
		width: 300px;
	}

	.atc_img img {
		width: 280px;
		height: 180px;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	.atc_rt {
		width: 590px;
		margin-top: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.atc_box .atc_day {
		color: #a0a0a0;
		font-size: 12px;
		margin-bottom: 5px;
	}

	.atc_ttl {
		color: #ff6c00;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.atc_box:hover .atc_ttl {
		text-decoration: underline;
	}

	.atc_txt {
		color: #333;
		font-size: 16px;
		text-align: justify;
	}

	.page_btn {
		display: flex;
		font-size: 14px;
		margin-top: 60px;
		text-align: center;
		width: 100%;
	  }
		.page_btn > div {
			flex: 1;
		}
		.page_btn a {
			background: rgba(255, 255, 255, .8);
			border: solid 1px;
			display: block;
			opacity: 1;
			padding: 5px;
			text-align: center;
		}
		.page_btn a:hover {
			background: #F5F5F5;
		}

	  /* .page_btn p a {
		color: #222;
	  }

	  .page_btn .left {
		float: left;
	  }

	  .page_btn .right a {
		float: right;
	  } */

	  #pagerlist {
		clear: both;
		width: 100%;
		font-size: 14px;
		display: block;
		text-align: center;
		margin-top: 30px;
	  }

	/*side==================*/
	#side {
		margin-left: 40px;
		margin-bottom: 30px;
		width: 240px;
	}

	.side_box {
		margin-bottom: 40px;
	}

	.side_box h3 {
		/* background: #F5F5F5;
		color: #e53742; */
		font-weight: medium;
		font-size: .9em;
		padding: 5px 10px;
		margin-bottom: 0;
	}

	.side_box li {
		position: relative;
		border-bottom: 1px dotted #bec3b9;
	}

	.side_box li::before {
		display: none;
	}
	.side_box li::after {
		display: block;
		content: "";
		position: absolute;
		top: 45%;
		right: 5px;
		width: 6px;
		height: 6px;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		transform: rotate(-45deg);
	}

.side_box li {
	margin: 0;
}
	.side_box li:first-child {
		padding-top: 0px;
	}

#side_popular li {
	margin: 0;
	padding: 0;
}
	#side_popular li a,
	#side_new li a {
		display: flex;
			align-items: center;
		margin: 0;
		padding: 13px 0;
	}

	#side_popular li:first-child,
	#side_new li:first-child a {
		/* padding-top: 0px; */
	}

	#side_category a {
		font-size: .9em;
		padding: .5em 20px .5em 10px;
		position: relative;
	}
	.side_subttl {
		flex: 1;
	}

	.side_img {
		overflow: hidden;
		width: 70px;
		height: 55px;
	}

	.side_img img {
		-o-object-fit: cover;
		   object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.side_subttl {
		color: #333;
		font-size: 14px;
		padding: 0px 20px 0px 10px;
		text-decoration: none;
	}
	.side_box li:hover .side_subttl {
		/* text-decoration: underline; */
	}

	.side_subttl a {
		color: #333;
	}

	.not_post {
		padding: 15px 10px !important;
	}

	#side select {
		cursor: pointer;
		padding: 5px 10px;
	}


/*====================================================
//// id page_title
====================================================*/
#page_title .imgBox {
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
}
#page_title h1 {
	text-shadow: 0 0 .25em rgba(0, 0, 0, .4);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#page_title .innerBox {
		height: 60vw;
			max-height: 400px;
	}
	#page_title .txtBox {
    padding: 80px 0 50px;
  }
}

@media screen and (max-width:540px) {
	#page_title .txtBox {
    padding: 10vw 0 8vw;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#page_title .innerBox {
		height: 60vw;
			max-height: 400px;
	}
	#page_title .txtBox {
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {

}

@media screen and (min-width:1280px) {
}

@media screen and (min-width:1580px) {
}

/*====================================================
////id breadcrumb
====================================================*/
#breadcrumb ul {
	/* display: flex;
		flex-wrap: wrap;
		justify-content: flex-start; */
	line-height: 1;
}
#breadcrumb li {
	font-size: 1.3rem;
	line-height: 1.4;
	margin: .1em 0;
	position: relative;
}
#breadcrumb li + li {
	padding-left: 2em;
}
#breadcrumb li + li:before ,
#breadcrumb li + li:after {
	border: solid #333;
	border-width: 1px 1px 0 0;
	content: '';
	display: block;
	margin: auto;
	position: absolute;
		top: .6em;
		left: .6em;
	transform: rotate(45deg);
	width: .3em;
	height: .3em;
}
#breadcrumb li + li:after {
	left: .8em;
}
#breadcrumb li a {
	display: contents;
}
#breadcrumb li:last-child {
	/* color: #c29d3c; */
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#breadcrumb {
		padding: 15px 0;
	}
	#breadcrumb li {
		font-size: 1.2rem;
	}
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#breadcrumb {
		padding: 20px 0;
		position: relative;
		z-index: 10;
	}
	#breadcrumb .innerBox {
		max-width: none;
		/* position: absolute;
			bottom: -60px;
			left: 0;
			right: 0; */
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1280px) {
}

@media screen and (min-width:1550px) {
}

/*====================================================
////class atc_single .editor
====================================================*/
#atc_single .editor {
	width: 100%;
	margin: 0 auto 0;
}
.page-template-tmpl_noHead #atc_single .editor {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
#atc_single .editor h1 {
	background: #e53742;
	color: #fff;
	font-size: 2.8rem;
	margin: 50px 0 20px;
	padding: 5px 15px;
	position: relative;
}
#atc_single .editor h1:first-letter {
}
#atc_single .editor h2 {
	background: #fff;
	border-bottom: solid 1px #e53742;
	color: #e53742;
	font-size: 2.6rem;
	margin: 50px 0 20px;
	padding-left: 25px;
	position: relative;
}
#atc_single .editor h2:before {
	border-left: solid 10px #e53742;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
	width: 0;
	height: 100%;
}
#atc_single .editor h3 {
	font-size: 2.5rem;
	margin: 50px 0 20px;
	padding-top: 15px;
	position: relative;
}
#atc_single .editor h3:before {
	border-top: solid 3px #e53742;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		left: 0;
	width: 50px;
	height: 0;
}
#atc_single .editor h4 {
	font-size: 2.2rem;
	margin: 50px 0 20px;
	padding-top: 15px;
	position: relative;
}
#atc_single .editor h4:before {
	border-top: solid 2px #e53742;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		left: 0;
	width: 40px;
	height: 0;
}
#atc_single .editor h5 {
	font-size: 2.0rem;
	margin: 40px 0 20px;
	/* padding-left: 15px; */
	position: relative;
}
#atc_single ul li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.5;
	margin: .3em 0;
}
#atc_single ul li:before {
	color: #8c2122;
	content: '\30FB';
	font-weight: bold;
	display: block;
	position: absolute;
		left: 0;
		top: 0;
}


h1.deco_none,
h2.deco_none,
h3.deco_none,
h4.deco_none,
h5.deco_none,
ul.deco_none li {
	border: none;
	color: inherit;
	padding: 0;
}
h1.deco_none:before,
h2.deco_none:before,
h3.deco_none:before,
h3.deco_none:after,
h4.deco_none:before,
h4.deco_none:after,
h5.deco_none:before,
ul.deco_none li:before {
	display: none;
}

.wp-block-buttons {
	align-items: center;
	margin: 20px 0 !important;
}
.wp-block-buttons > .wp-block-button {
	display: inline-block;
	margin: 0 20px 0 0 !important;
}
.wp-block-button:last-child {
	margin-right: 0 !important;
}
.wp-block-button__link {
	background: transparent;
	margin: 0 !important;
}
#atc_single .editor hr {
	border: none;
	background: #ddd;
	margin: 60px auto;
	width: 100%;
	max-width: none;
	height: 1px;
}
#atc_single .editor hr.is-style-wide {
	width: 100%;
}
#atc_single .editor hr.is-style-dots {
	background: none;
	border-top: dotted 1px #ccc;
	width: 100%;
}
.wp-block-separator.is-style-dots:before {
	display: none !important;
}
#atc_single .editor + hr {
	margin: 60px auto;
}

.wp-block-image {
	margin-bottom: 1.2em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#atc_single h1.post_title {
		font-size: 2.8rem;
	}
	#atc_single .editor h1 {
		font-size: 2.2rem;
	}
	#atc_single .editor h2 {
		font-size: 2.2rem;
	}
	#atc_single .editor h3 {
		font-size: 2.0rem;
	}
	#atc_single .editor h4 {
		font-size: 1.8rem;
	}
	#atc_single .editor h5 {
		font-size: 1.8rem;
	}
	#atc_single .editor .wp-block-columns {
		flex-direction: column;
	}
	#atc_single .editor .wp-block-column:nth-child(2n) {
		margin: 0;
	}
}

@media screen and (max-width:580px) {
	#atc_single h1.post_title {
		font-size: 6.3vw;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#atc_single h1.post_title {
		font-size: 3.6rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	#atc_single h1.post_title {
		font-size: 3.2rem;
	}
}

@media screen and (min-width:1280px) {
	#atc_single h1.post_title {
		font-size: 4.0rem;
	}
}



/*====================================================
////class .wp-block-table
====================================================*/
.wp-block-table {
	margin: 40px 0;
}
.wp-block-table table {
	/* border-collapse: separate;
	border-spacing: 3px; */
	vertical-align: middle;
	width: 100%;
}
.wp-block-table thead th ,
.wp-block-table tr td {
	padding: 10px 18px;
/*	border-right: none;*/
}
.wp-block-table thead th {
	background: #fff2f3;
	text-align: center;
}

.wp-block-table tbody tr td {
	background: #fff;
	border: solid #f5e5e6;
	border-width: 0 1px 1px 0;
}
.wp-block-table tbody tr:first-child td {
	border-top-width: 1px;
}
.wp-block-table tbody tr td:last-child {
	border-right-width: 0;
}
/* .wp-block-table tbody tr td:first-child {
	background: #383A4A;
	border-bottom: solid 1px #5e606f;
	color: #fff;
	font-weight: bold;
	text-align: center;
} */

.wp-block-table tfoot td {
	background: #fff2f3;
	text-align: center;
}
.wp-block-table figcaption {
	font-size: .8em;
	margin: .5em 0 0 1em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#atc_wrap {
		flex-direction: column;
	}
	#side {
		margin: 80px auto 0;
		width: 100%;
			max-width: 580px;
	}
	.wp-block-table thead th ,
	.wp-block-table tfoot td {
		font-size: 1.4rem;
	}
	.wp-block-table tbody td {
		padding: 14px 10px 10px;
	}
	.wp-block-table table thead th:last-child,
	.wp-block-table table td:last-child {
		border-right: none;
	}
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.wp-block-table thead th {
		white-space: nowrap;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}





/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#atc_wrap {
		flex-direction: column;
	}
	#side {
		margin: 80px auto 0;
		width: 100%;
			max-width: 580px;
	}
}



/* NOTE signature */

.signature {
	/* border: solid 1px #BC9D72; */
	margin: 80px 0;
	padding: 40px 20px;
	position: relative;
}

.signature .lead {
	font-size: 1.1em;
	margin: 0 0 1em;
}
.signature dl {
	align-items: flex-start;
	margin: 5px 0;
}
.signature dt {
	margin: 2px 5px 0 0;
	padding: 3px;
	width: 6em;
}
.signature dd {
	flex: 1;
	margin: 3px 0 0 10px;
}

@media screen and (max-width: 768px) {

	.signature {
		font-size: 1.4rem;
		margin: 50px 0 0;
		padding: 20px 15px;
	}

}


/*====================================================
////id pagerlist
====================================================*/
#pagerlist .wp-pagenavi {
	display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
}
#pagerlist .wp-pagenavi .pages {
	display: none;
}
#pagerlist .wp-pagenavi .previouspostslink,
#pagerlist .wp-pagenavi .nextpostslink {
	border: none;
	font-weight: bold;
	line-height: 1;
	margin: 0 5px;
}
#pagerlist .wp-pagenavi .page {
	border: none;
	border-radius: 100%;
	display: flex;
		align-items: center;
		justify-content: center;
	font-weight: bold;
	margin: 0 2px;
	width: 2em;
	height: 2em;
}
#pagerlist .wp-pagenavi .current {
	border: solid 1px #e53742;
	border-radius: 100%;
	display: flex;
		align-items: center;
		justify-content: center;
	margin: 0 2px;
	width: 2em;
	height: 2em;
}

#pagerlist .wp-pagenavi a, #pagerlist .wp-pagenavi span {
	border: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id works_list
====================================================*/
.works_list #leadCopy .headBox h2 {
	padding-bottom: .3em;
}
.works_list #nav .accordion {
	border: solid 2px #e53742;
	border-radius: 30px;
	overflow: hidden;
}
.works_list #nav .accordion dt {
	padding: .6em;
	transition: .2s ease-in-out;
}
.works_list #nav .accordion dt .arrow {
	transform: rotate(90deg);
	transition: .2s ease-in-out;
}
.works_list #nav .accordion.open dt .arrow {
	transform: rotate(-90deg);
}
.works_list #nav li {
	margin: 3px;
}
.works_list #nav li.current {
	display: none;
}
.works_list #nav li a {
	background: rgba(255, 255, 255, .6);
	border: solid 1px;
	font-weight: bold;
	padding: .5em 2em .5em 1em;
	position: relative;
}
.works_list #nav li a:after {
	border: solid;
	border-width: 2px 2px 0 0 ;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		right: .9em;
		bottom: 0;
	transform: rotate(45deg);
	transition: .1s ease-in-out;
	width: .4em;
	height: .4em;
}
.works_list #list .item .date_cate {
	align-items: flex-start;
}
.works_list #list .item .date {
	font-size: .9em;
	line-height: 1.2;
}
.works_list #list .item .category {
	font-size: .75em;
}
.works_list #list .item .category span {
	font-size: .9em;
	padding: .25em .7em;
	text-align: center;
}
.works_list #list .item .coverImg {
  padding-top: 75%;
}
.works_list #list .item .title {
	font-weight: 500;
	margin-top: .3em;
	line-height: 1.6;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.works_list #list .itemBox {
		grid-gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}
	.works_list #list .item {
	}
	.works_list #list .item .date {
		margin-bottom: .3em;
	}
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.works_list #nav .accordion dt:hover {
		background: rgba(230, 55, 66, 0.1);
	}
	.works_list #nav .accordion.open dt {
		background: transparent;
	}
	.works_list #nav li a {
		font-size: 1.8rem;
	}
	.works_list #nav li a:hover {
		color: #e53742;
	}
	.works_list #nav li a:hover:after {
		border-color: #e53742;
		right: .7em;
	}
	.works_list #list .itemBox {
		grid-gap: 20px;
		grid-template-columns: repeat(4, 1fr);
	}
	.works_list #list .item {
	}
	.works_list #list .item .date {
		margin-right: 1em;
	}
  .works_list #list .item .category {
    justify-content: flex-end;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	.works_list #list .itemBox {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width:1280px) {
	.works_list #list .itemBox {
	}
	.works_list #list .item {
	}
}

/*====================================================
////id works single
====================================================*/
#body_works.single .gallery {
	margin: 0 auto 30px;
	max-width: 900px;
}
#body_works.single .gallery .slick-list {
	overflow: unset;
}
#body_works.single .gallery .item {
	padding: 20px;
	transition: .4s ease-in-out;
}
#body_works.single .gallery .item:not(.slick-current) {
	opacity: .5;
}
#body_works.single .gallery .item .box-inner {
	height: 100%;
}
#body_works.single .gallery .works_thumb .slick-track {
	flex-wrap: wrap;
	transform: unset !important;
	width: 100% !important;
}
#body_works.single .gallery .item img {
	max-height: 900px;
}
#body_works.single .gallery .works_thumb .thumb_item {
	cursor: pointer;
}
#body_works.single .gallery .works_thumb .thumb_item .coverImg {
	padding-top: 75%;
}
#body_works.single .gallery .works_thumb .thumb_item .coverImg:after {
	border: solid 2px #000;
	box-sizing: border-box;
	content: '';
	margin: auto;
	opacity: 0;
	position: absolute;
		top: 0;
		left: 0;
	transition: .2s ease-in-out;
	width: 100%;
	height: 100%;
}
#body_works.single .gallery .works_thumb .thumb_item.slick-current .coverImg:after {
	opacity: 1;
}

#body_works.single #other_post .innerBox {
}
#body_works.single #other_post .item .category > div {
	padding: .1em .5em;
}
#body_works.single #other_post .item .coverImg {
	padding-top: 100%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#body_works.single .gallery .item {
		padding: 10px;
	}
	#body_works.single .gallery .works_thumb .thumb_item {
		padding: 3px;
		width: calc(100% / 6) !important;
	}
	#body_works.single .gallery .works_thumb .coverImg {
		padding-top: 70%;
	}

	#body_works.single #other_post .listBox {
		margin: -10px;
		width: calc(100% + 20px);
	}
	#body_works.single #other_post .item {
		padding: 10px;
		width: 50%;
	}
	#body_works.single #other_post .item .category {
		font-size: 1.1rem;
	}
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#body_works.single .gallery .works_thumb .thumb_item {
		padding: 5px;
		width: calc(100% / 8) !important;
	}
	#body_works.single #other_post .listBox {
		margin: -15px;
		width: calc(100% + 30px);
	}
	#body_works.single #other_post .item {
		padding: 15px;
		width: 25%;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	#body_works.single .gallery .works_thumb .coverImg {
		padding-top: 70%;
	}
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id page_bluecard
====================================================*/
.page_bluecard .bluecard .noBox {
  bottom: calc(100% - .5em);
}
.page_bluecard .bluecard .item_head {
  border-bottom: solid 1px #e53742;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  .page_bluecard .bluecard {
    margin-top: 70px;
    padding: 40px 15px 30px;
  }
  .page_bluecard .bluecard .noBox {
    font-size: 6.0rem;
  }
  .page_bluecard .bluecard:nth-child(odd) .noBox {
    left: 30px;
  }
  .page_bluecard .bluecard:nth-child(even) .noBox {
    right: 30px;
  }
  .page_bluecard .bluecard .item-inner {
    grid-gap: 30px;
  }
  .page_bluecard .bluecard .imgBox {
    margin: auto;
    width: 70%;
  }
  .page_bluecard .bluecard .imgBox .coverImg {
    height: 100%;
  }
}

@media screen and (max-width:580px) {
	.page_bluecard .bluecard .noBox {
    font-size: 14.0vw;
  }
	.page_bluecard .bluecard h3 {
		font-size: 4.8vw;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  .page_bluecard .bluecard {
    margin-top: 70px;
    padding: 40px;
  }
  .page_bluecard .bluecard .noBox {
    font-size: 7.0rem;
  }
  .page_bluecard .bluecard:nth-child(odd) .noBox {
    left: 40px;
  }
  .page_bluecard .bluecard:nth-child(even) .noBox {
    right: 40px;
  }
  .page_bluecard .bluecard .item-inner {
    grid-gap: 40px;
  }
  .page_bluecard .bluecard:nth-child(even) .item-inner {
    flex-direction: row-reverse;
  }
  .page_bluecard .bluecard .imgBox {
    width: 35%;
  }
  .page_bluecard .bluecard .imgBox .coverImg {
    height: 100%;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	.page_bluecard .bluecard .item-inner {
    grid-gap: 20px;
  }
}

@media screen and (min-width:1280px) {
  .page_bluecard .bluecard {
    padding: 60px 50px;
  }
  .page_bluecard .bluecard .noBox {
    font-size: 8.0rem;
  }
}

/*====================================================
////id page_before_after
====================================================*/
.page_before_after .before_after::after {
	border: solid transparent;
	border-left-color: #fff;
	content: '';
	margin: auto;
	position: absolute;
		top: calc(50% - 30px);
		left: 0;
		right: 0;
	width: 0;
	height: 0;
}
.page_before_after .before_after .photo .coverImg {
	padding-top: 75%;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.page_before_after .before_after {
		grid-gap: 30px;
	}
	.page_before_after .before_after .photo .coverImg {
		padding-top: 85%;
	}
	.page_before_after .before_after::after {
		border-width: 10px 0 10px 6px;
	}
	.page_before_after .before_after .photo p {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.page_before_after .before_after {
		grid-gap: 50px;
	}
	.page_before_after .before_after::after {
		border-width: 15px 0 15px 12px;
	}
	.page_before_after .before_after .photo p {
		font-size: 2.4rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1280px) {
	.page_before_after .before_after {
		grid-gap: 100px;
	}
	.page_before_after .before_after::after {
		border-width: 20px 0 20px 15px;
	}
}

/*====================================================
//// id outdoor_unit
====================================================*/
.page_pricecard .pricecard_head {
	border-bottom: solid 1px #e53742;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.page_pricecard .pricecard {
		border-radius: 15px;
		margin-top: 30px;
		padding: 20px 15px;
	}
	.page_pricecard .pricecard .imgBox {
		margin: 20px 0;
	}
	.page_pricecard .pricecard .time {
		margin-top: 10px;
		text-align: center;
	}
	.page_pricecard .pricecard .time dt {
		background: #8c2122;
		color: #fff;
		padding: .5em;
	}
	.page_pricecard .pricecard .time dd {
		background: #fdf8ee;
		color: #ba7f00;
		padding: .5em;
	}
	.page_pricecard .pricecard .txtBox {
		margin-top: 15px;
	}
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.page_pricecard .pricecard {
		border-radius: 30px;
		margin-top: 40px;
		padding: 40px;
	}
	.page_pricecard .pricecard .item-inner {
		grid-gap: 20px 30px;
		grid-template-columns: 35% 1fr;
		grid-template-rows: auto 1fr;
		margin-top: 30px;
	}
	.page_pricecard .pricecard .imgBox {
		grid-row: 1 / 3;
	}
	.page_pricecard .pricecard .imgBox .coverImg {
		height: 100%;
	}
	.page_pricecard .pricecard .price_list {
		font-size: 1.7rem;
		grid-template-columns: 1fr 160px;
	}

	.page_pricecard .pricecard .detailBox .time {
		background: #8c2122;
		border-radius: 100%;
		color: #fff;
		line-height: 1.4;
		place-content: center;
		place-items: center;
		position: absolute;
			top: 15px;
			left: 30px;
		text-align: center;
		width: 150px;
		height: 150px;
	}
	.page_pricecard .pricecard .detailBox .time::before {
		border: solid 1px #fff;
		border-radius: 100%;
		box-sizing: border-box;
		content: '';
		margin: auto;
		position: absolute;
			top: 4px;
			left: 4px;
		width: calc(100% - 8px);
		height: calc(100% - 8px);
	}
	.page_pricecard .pricecard .detailBox .time dt {
		border-bottom: solid 1px #fff;
		margin-bottom: .6em;
		padding-bottom: .5em;
		width: 100px;
	}
	.page_pricecard .pricecard .detailBox .time dd {
		font-size: 1.2em;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	.page_pricecard .pricecard {
		padding: 30px;
	}
	.page_pricecard .pricecard .item-inner {
		grid-gap: 15px 20px;
		grid-template-columns: 40% 1fr;
	}
	.page_pricecard .pricecard .imgBox {
		grid-row: 1 / 2;
	}
	.page_pricecard .pricecard .price_list {
		grid-template-columns: 1fr;
		border: solid 1px #e53742;
	}
	.page_pricecard .pricecard .price_list dt {
		border: none;
		padding: .5em;
	}
	.page_pricecard .pricecard .price_list dd {
		border: none;
		justify-content: flex-end;
		padding: .5em;
	}
	.page_pricecard .pricecard .detailBox .time {
		left: 20px;
	}
	.page_pricecard .pricecard .txtBox {
		grid-column: 1 / 3;
	}
}

@media screen and (min-width:1280px) {
	.page_pricecard .pricecard {
		padding: 50px;
	}
	.page_pricecard .pricecard .item-inner {
		grid-gap: 20px 40px;
	}
	.page_pricecard .pricecard .price_list {
		font-size: 1.8rem;
		grid-template-columns: 1fr 200px;
	}
	.page_pricecard .pricecard .detailBox .time {
		left: 60px;
	}
}

/*====================================================
////id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1280px) {
}
