@charset "UTF-8";
body {
	margin: 0;
	background-color: #fff;
	font-family: 'Source Sans Pro', 'メイリオ', 'Hiragino kaku Gothic Pro', sans-serif;
	font-family: "Noto Sans", sans-serif;
	position: relative;
}
html {
overflow-x: hidden;
  padding: 0;
}
div, li, p {
  margin: 0;
  padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
*,::before,::after {
  box-sizing: border-box;
}

/* レスポンシブ表示・非表示用 */
/*　～_h→以上 　～_l→以下　～_hf,～_lf→表示時のdisplayがflex　*/

/*　TOPメイン左寄せ、他ページ左右余白消える　*/
.medium_h { display: block!important; }
.medium_l { display: none!important; }
@media(max-width:1120px){
	.medium_h { display: none!important; }
	.medium_l { display: block!important; }
}
/*　ヘッダー消失　*/
.small_h { display: block!important; }
.small_hf { display: flex!important; }
.small_l { display: none!important; }
.small_lf { display: none!important; }
@media(max-width:1000px){
	.small_h { display: none!important; }
	.small_hf { display: none!important; }
	.small_l { display: block!important; }
	.small_lf { display: flex!important; }
}
/*　タブレット～スマホまで　*/
.tb_h { display: block!important; }
.tb_l { display: none!important; }
@media(max-width:899px){
	.tb_h { display: none!important; }
	.tb_l { display: block!important; }
}
/*　スマホ　*/
.sp_h { display: block!important; }
.sp_l { display: none!important; }
@media(max-width:750px){
	.sp_h { display: none!important; }
	.sp_l { display: block!important; }
}
/* レスポンシブ表示・非表示用ここまで */

/* top追従ボタン */
.page_top {
  z-index: 99;
  position: fixed;
  right: 45px;
  bottom: 45px;
  opacity: 0.5;
  cursor: pointer;
}
.page_top img {
  height: 65px;
  width: 65px;
}
.page_top:hover {
  opacity: 0.3;
}
@media(max-width : 1275px ){ /* 右側追従メニュー位置移動で被るため逃がす */
	.page_top{
		right: 31px;
		bottom: 65px;
	}
}
@media(max-width:899px) { /* スマホ */
  .page_top {
    right: 20px;
    bottom: 10px;
  }
  .page_top img {
    height: 50px;
    width: 50px;
  }
}
/* top追従ボタンここまで */



/* 臨時ヘッダーフッター調整 */
.rinji_2506 #header_menu .center_column,.rinji_2506 #footer_menu .center_column{
	width: 950px;
}
@media(max-width:1000px){
	.rinji_2506 #footer_menu .center_column{
		width: 90%;
	}
}
.rinji_2506 #header_menu .right_menu{
	display: none;
}

/* 臨時ヘッダーフッター調整 ここまで */


/*　ヘッダーメニュー関係 */
.header_blank {
	width: 100%;
	height: 50px;
}
@media(max-width:1119px){
	.header_blank {
		height: 57px;
	}	
}
@media(max-width:1000px){
	.header_blank {
		width: 100%;
		height: 10vw;
	}
}
/*　ヘッダーメニュー関係ここまで */



.wrapper{
	max-width: 1100px;
	margin: 0 auto;
}
.page_base {
	position:  relative; 
	z-index: 49;
	width: 100%;
	min-height: 100vh;
	background-color: #fff;
	background-image: url("../img/main_backg.png");
	background-position: -10px -10px;
	background-attachment: fixed;
	overflow: hidden;
}


/* サブヘッダー */
.sub_header{
	width: 100%;
	height: 180px;
	background-color: #000;
	background-image: url("../img/kari_subhead.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center top;
	
}
.price_re2507{
	background-image: url("../img/bg_blue.jpg");
}
div.page_title{
	display: flex;
	padding: 20px 0 22px 0;
}
.title_line{
	width: 8px;
}
.title_line div {
	width: 100%;
	height: 70%;
	background-color: #fff;
}
.title_line div:first-of-type{
	height: 30%;
	background-color: #46d2be;
}
.title_text{
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-left: 9px;
}
.title_text p{
	color: #fff;
	font-size: 0.9em;
    font-weight: bold;
    letter-spacing: -0.01em;font-family: "Noto Sans", sans-serif;
}
.title_text_h{
	height: 60%;
	width: 100%;
}
.title_text_h p{
	font-size: 2.2em;
}
.title_text_l{
	display: flex;
	width: 100%;
	height: 40%;
	align-items: center;
}
.title_text_l h2{
	margin-left: 20px;
}
.title_text_l p{
	font-size: 1.3rem;
}

.title_text_l p span{   
	font-size: 1rem;
}
.sub_header nav ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
	column-gap: 0.5em;
}
.sub_header nav ul li{
	background-color: rgba(0,0,0,0.85);
	color:#fff;
	font-size: 0.8rem;
	height: 2.8rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	line-height: 1rem;
}
.sub_header nav ul li:hover{
	background-color: rgba(5,185,160,0.85);
	transition : 0.3s;
}
.sub_header nav a{
	color: #fff;
	display: block;
	padding: 0.5em;
}

@media(max-width:1350px) {
	.sub_header{
		height: 120px;
	}
	div.page_title{
		padding-left: 3vw;
	}
}
@media(max-width:899px) {
	div.page_title {
    	height: 18vw;
		padding: 3vw;
	}
	.sub_header{
		height: 17vw;
	}
	.title_text{
		margin-left: 1vw;
	}
	.title_text_h p{
		font-size: 5vw;
	}
	.title_text_l div{
		margin-left: 2vw;
	}
.title_text_l p{
	font-size: 3vw;
}
	.title_text_l div:first-of-type p{   
		font-size: 4.5vw;
	}
 }

/* サブヘッダーここまで */

/* パンくずリスト */
.breadcrumbs{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0.5rem 0;
}
.breadcrumbs li{
	font-size: 0.9rem;
	color: #515151;
}
.breadcrumbs li a{
	color:#05b9a0;
}
.breadcrumbs li a:hover{
	color:#42E4CD;
}
.breadcrumbs li:not(:last-of-type)::after {
	content: "》";
	margin: 0 .6em; 
	color: #777;
}

@media(max-width:1350px){
	.breadcrumbs{
		width: calc(100% - 130px - 2%);
		margin-right: 2%;
	transition : 0.4s;
	}
}
@media(max-width:1000px){
	.breadcrumbs{
		width: 100%;
		margin: 0 3%;
		padding: 1vw 0;
	transition : 0.4s;
	}
	.breadcrumbs li{
		font-size: 2.5vw;
		
	}
}
/* パンくずリスト ここまで */

/* サブメニュー */
.submenu{
	position: absolute;
	z-index: 800;
	top:230px;
	left: 0;
}
.submenu ul{
}
.submenu li{
	width: 120px;
	height: 40px;
	display: flex;
	align-items:center;
	justify-content:center;
	color: #fff;
	background-color: #000;
	font-size: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	margin: 5px 0;
}
.submenu li a{
	color: #fff;
}
.submenu.fixed {
    position: fixed;
    top: 55px;
    left: auto;
    z-index: +1;
}
.submenu li:hover{
	background-color: rgba(5,185,160,0.85);
	transition : 0.3s;
}
.submenu a{
	color: #fff;
	display: flex;
	padding: 0.5em;
	height: 100%;
	width:100%;
	justify-content: center;
	align-items: center;
}
@media(max-width:1000px){
	.submenu{
		display: none;
	}
}
/* サブメニュー ここまで */

/* 各項目基本 */
.sec_common{
	width:100%;
	margin-top:0.5rem;
	margin-bottom: 1.5rem;
	font-size: 1rem;
	color:#444;
	background-color: #fff;
	box-shadow: 1px 2px 2px 2px rgb(0 0 0 / 5%);
	padding: 25px;
	box-sizing: border-box;
	transition : 0.4s;
}
.sec_common:last-child{
	margin-bottom: 5rem;
}
.w_medium{
	max-width: 800px;
	margin: auto;
}
.sec_common h3{
	padding: 0 1.5rem;
	margin-bottom: 2rem;
	color:#000;
	font-size: 2rem;
	font-weight: nomal;
	position: relative;
}
.sec_common h3::before{
	content: "";
	width: 8px;
	height: 100%;
	display: inline-block;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
}
.sec_common h3::after{
	content: "";
	width: 100%;
	height: 2px;
	display: inline-block;
	background-color: #000;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.sec_common >p{
	margin: 10px 25px;
	margin-bottom: 1.5em;
}
div.bottom_0{
	margin-bottom: 0;
}
.inner_margin{
	margin: 10px 25px;}
.sec_common p.end_subtext{
	text-align: end;
	margin-top: 0;
}

.img_inner .full{
	width: 100%;
}

.column2_txt{
	display: flex;
	flex-wrap: wrap;
}
.column2_txt div{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.column2_txt div p:first-of-type{
	font-weight: 700;
	background-color: #444;
	border-radius: 15px;
	width: 100px;
	padding: 1rem;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}
.column2_txt p{
	padding: 0.5rem;
	margin: 0.3rem;
	line-height: 1.3rem;
}

span.kyoucho{
	font-weight: bold;
	color:#ff4189;
}

@media(max-width:1350px){
	.sec_common{
		width: calc(100% - 130px - 2%);
		margin-right: 2%;
	transition : 0.4s;
	}
}
@media(max-width:1000px){
	.sec_common{
		width: 96%;
		margin:3vw auto;
	transition : 0.4s;
		padding: 4vw;
	}
	.sec_common:first-of-type{
		margin-top:0;
	}
}

@media(max-width:899px){
	.sec_common h3{
		font-size: 4vw;
		margin-bottom:4vw;
	}
	.sec_common h3::before{
		width: 1.5vw;
	}
	.sec_common h3::after{
		bottom:-1vw;
	}
	.sec_common > p{
		margin: 2vw 3vw;
		font-size: 3vw;
	margin-bottom: 1.5em;
	}
.inner_margin{
	margin: 2vw 3.5vw;}
}
/* 各項目基本ここまで */

/* リスト系 */
.list_dia{
    padding: 5px;
	margin: 10px 25px;
}
.list_dia li{
	position: relative;
	width: 100%;
	margin: 0;
	margin-bottom: 0.7rem;
	padding-left: 1.4rem;
	line-height: 1.3rem;
}
.list_dia li::before {
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list_dia li:last-of-type {
	margin-bottom: 0;
}

@media(max-width:899px){
	.list_dia{
		padding:1vw;
		margin: 1.5vw 3vw; 
		font-size: 3vw;
	}
}

/* リスト系 ここまで */

/* ボタンリンク */
.btn_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*margin: 1rem 25px;*/
	margin: 1.5rem auto;
}
.btn_box_center{	
	justify-content: center;
}
.btn_box_small a.link_btn{
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.3rem;
	height: 3rem;
	width: 390px;
	
}

a.link_btn {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6rem;
  position: relative;
  display: flex;
	align-items: center;
	justify-content:center;
	height: 5rem;
	width: 390px;
  
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  overflow: hidden;
  color: #fff;
  background: #000;
  box-sizing: border-box;
}
a.link_btn p {
  position: relative;
	padding-right: 0.5rem;
	text-align: end;
	line-height: 1.4rem;
}

a.link_btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-97%);
  transform: translateX(-97%);
  background: #42E4CD;
}
a.link_btn:hover{
	
  color: #000;
}
a.link_btn:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
a.link_btn::after{
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  -webkit-mask: url("../svg/yajirushi_r.svg");
  mask: url("../svg/yajirushi_r.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  vertical-align: middle;
	transform: translateY(-0.1rem);
	transform: translateX(0.5rem);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
a.link_btn:hover::after{
  background-color: #000;
}

/* ボタンリンク ここまで*/


/* 半分色ついてる角丸枠 */

.radiframe {
	width: 100%;
	margin: 1.5rem auto;
}
.radiframe div{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.radiframe div:nth-of-type(1) {
	width: 100%;
	background-color: #5a5a5a;
	border-radius: 20px 20px 0 0;
	font-size: 1.1em;
	text-align: center;
}
.radiframe div:nth-of-type(1) p {
	display: inline-block;
	color: #fff;
	line-height: 1.2em;
	padding:1.2em 0 1.1rem 0;
}

.radiframe div:nth-of-type(1) p span {
	font-weight: bold;
}
.radiframe div:nth-of-type(2) {
	width: 100%;
	padding: 0.3rem 0;
	border-radius: 0 0 20px 20px;
	border-top: 0;
}
.radiframe div:nth-of-type(2).tex2 p:first-of-type{
	margin: 1em 0;
	font-size: 1rem;
}
.radiframe div:nth-of-type(2).tex2 p:last-of-type {
	margin: 0 0 1rem 0;
	font-size: 1.8rem;
	color: #000;
	font-weight: bold;
}
.radiframe  div:nth-of-type(2) p{
	margin: 1rem 2rem;
	font-size: 0.9rem;
}
.radiframe div:nth-of-type(2).tex2 p:last-of-type span {
	background: linear-gradient(transparent 50%, yellow 50%);
}
.rd_blu div:nth-of-type(1) {
	background-color: #32a3fd;
}
.rd_blu div {
	border: solid 3px #32a3fd;
}
.rd_or div:nth-of-type(1){
	background-color: #ff8e12;
}
.rd_or div {
	border: solid 3px #ff8e12;
}
.rd_pink div:nth-of-type(1){
	background-color: #fa5294;
}
.rd_pink div {
	border: solid 3px #fa5294;
}
.harf_radiframe{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.harf_radiframe .radiframe{
	width: 48%;
}
.align_center{
	align-items: center;
}
.radiframe .attention{
	font-size: 1.2rem
}
.radiframe .attention::before{
	content: "";
  background-color: #fff;
  display: inline-block;
  height: 1.8em;
  width: 1.8em;
  -webkit-mask: url("../svg/attention_tri.svg");
  mask: url("../svg/attention_tri.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
	
	transform: translateX(-0.5rem);
  vertical-align: middle;
	
}
@media(max-width:750px) {
	div.harf_radiframe {
		margin-top: 3vw;
		padding: 0;
	}
	.radiframe {
		width: 49%;
	}
	.radiframe div:nth-of-type(1) {
		height: 15vw;
		font-size: 2.9vw;
		border-radius: 10px 10px 0 0;
	}
	.radiframe div:nth-of-type(2) {
		padding: 2vw 0;
		border-radius: 0 0 10px 10px;
		font-size: 3vw;
	}
	.radiframe div:nth-of-type(2) p:last-of-type {
		margin: 0.5em 0;
	}
}
/* 納期枠ここまで */



/* 料金表 */
.price_out{
	margin-bottom: 3em;
}
.price_tab {
	width: 90%;
	height: 28em;
	margin: 0.8em auto;
	font-size: 18px;
}
.price_tab ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}
.price_tab li {
	width: 27%;
	height: 100%;
}
.price_tab li:first-of-type {
	width: 73%;
}
.price_tab table {
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.price_tab tr, td, th {
	padding: 0 0.4em;
	vertical-align: middle;
}
.price_tab th, td {
	font-weight: bold;
}
.price_tab th {
	height: 5em;
	background-color: #ff7789;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.2em;
}
.price_tab th.pr_op {
	background-color: #41bebe;
}
.price_tab th.pr_size {
	background-color: #777777;
}
.price_tab tr.h_tr {
	height: 1em;
	font-size: .9em;
	vertical-align: bottom;
}
.price_tab tr.b_tr {
	height: 5em;
	font-size: .65em;
	vertical-align: top;
	line-height: 1.1em;
}
.price_tab tr.b_tr td {
	vertical-align: top;
}
.price_tab span {
	font-size: 0.72em;
	line-height: 0.7em;
}
.price_t1, .price_t2{
	background-color: rgba(150, 150, 150, 0.9);
	color: #fff;
	font-size: 0.9em;
}
.price_t3, .price_t5{
	background-color: rgba(150, 150, 150, 0);
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.price_t1 {
	text-align: right;
}
.price_t2 {
	text-align: center;
}
.price_t3 {
	width: 1.9em;
}
.price_t4 {
	width: 6em;
}
.price_t5 {
	width: 3em;
}
.price_t6 {
	background-color: #868686;
}
.price_sample{
	width: 90%;
	height: auto;
	margin: 1.5em auto 0 auto;
	padding: 1.2em 1em;
	border: 2px solid #00cbb1;
	border-radius: 10px;
}
.price_sample p{
	font-size: 0.9em;
}
.price_sample p span{
	color: #00b79e;
	font-size: 1.5em;
	font-weight: bold;
}
.price_sample .list_dia{
	width:100%;
}
.price_sample .list_dia span.small{
	font-size: 0.85em;
}
.price_sample .list_dia span.kyocho{
	color:#ff4189;
	font-weight: bold;
}
.newprice .price_sample{
	margin: 0.5em auto;
	padding: 1em;
	border: 10px solid #ff4189;
}
.newprice .price_sample p,.newprice .price_sample p a{
	margin: 0.3em 0;
	color: #ff4189;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
.newprice .price_sample p a,.newprice p.text_link_ly{
	color: #777777;
}
.newprice .price_sample p.np_top{
	color: #ff4189;
	font-size: 1.6em;
}
.newprice .price_sample p span{
	background: linear-gradient(transparent 0%, transparent 50%, #f7ff00 50%, #f7ff00 100%);
	font-weight: bold;
	color: #ff4189;
	font-size: 1.1em;
}

@media(max-width:1350px) {
	.price_t3{
		width: 1.2em;
		padding: 0 0.1em;
		font-size: 1em;
	}
	.price_t5 {
		width: 3em;
		padding: 0 0.1em;
		font-size: 1em;
	}
	
}
@media(max-width:899px) {
	.price_tab {
		height: 40em;
		width: 99%;
		font-size: 3vw;
	}
	.price_tab li {
		width: 100%;
		height: 30%;
	}
	.price_tab li:first-of-type {
		height: 70%;
		width: 100%;
	}
	.price_tab .price_t3 {
		width: 2em;
		font-size: 1.2em;
	}
	.newprice .price_sample{
		padding: 0.8em;
		border: 5px solid #ff4189;
	}
	.newprice .price_sample p,.newprice .price_sample p a{
		font-size: 0.8em;
	}
	.newprice .price_sample p.np_top{
		font-size: 1.2em;
	}
	.newprice .price_sample p span{
		font-size: 1em;
	}
}
/* 料金表ここまで */



/* リンク先下ずらし用 */
a.anchor {
  display: block;
  margin-top: -90px;
  padding-top: 90px;
}
@media(max-width:899px){
	a.anchor {
	  margin-top: -14vw;
	  padding-top: 14vw;
	}
}

/* リンク先下ずらし用ここまで */
