@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
    font-family: 'Noto Sans JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	line-height: 1.8;
	scroll-behavior: smooth;
}

body {
	margin-left: auto;
	margin-right: auto;
}


a {
	color: inherit;
	text-decoration: none;
	transition: 0.5s;
}

a:hover {
	opacity: 0.7;
}


a.underline {
	text-decoration: underline;
	text-underline-offset:0.2em;
}


.h1_box {
	display: flex;
	justify-content: center;
	padding-bottom: 36px;
}

h1 {
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	border-bottom: 2px solid;
	margin: 0 auto;
	padding-bottom: 4px;
}

.h2_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 20px;
}

h2 {
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	padding-left: 16px;
	padding-right: 20px;
	border-left: 2px solid;
}

.h2_box .copy {
	font-size: 1.4em;
	font-weight: 100;
	line-height: 1.6em;
	color: #666666;
	margin-bottom: 10px;
}

.h2_box h2 {
	font-size: 1.4em;
	font-weight: 600;
	margin-bottom: 10px;
}

.h2_box .caption {
	font-size: 16px;
	font-weight: 100;
	color: #FFFFFF;
	padding: 2px 16px;
	background-color: #ff8a97;
	border-radius: 100vh;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 0.4em;
}

h4 {
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 0.2em;
}

.line_narrow4 {
	line-height: 1.4em;
}

.line_narrow6 {
	line-height: 1.6em;
}

li a,
li span,
br {
	line-height: 0;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.block {
	margin-bottom: 30px;
}


/* spでは表示しない */
.sp_hid {
	display: none;
}

/* sp・Tabletでは表示しない */
.sp_tab_hid {
	display: none;
}

p.lead {
	text-align: justify;
}

.mi_center_noborder {
	text-align: center;
	border: none;
	padding-bottom: 6px;
}

.no_letter-spacing {
	letter-spacing: 0;
}


.caption_text {
	display: block;
	margin-top: 0.3em;
	font-size: 0.9em;
	line-height: 1.3em;
}

.caption_text a {
	line-height: 1.3em;
}

.fuzoku_block .caption_text a {
	line-height: 2em;
}

.fuzoku_block p {
	text-align: justify;
}

.font-size_s {
	font-size: 0.8em;
}


/*ボーダーカラー*/
.border_blue {
	border-color: #6790ff;
}

.border_pink {
	border-color: #ff94b7;
}

.border_green {
	border-color: #33b751;
}

/*カラー*/
.gold {
	color: #666630;
}

.purple {
	color: #c53dce;
}

.pink {
	color: #e34268;
}

.orange {
	color: #e46d15;
}


.weight_nomal {
	font-weight: 400;
}


.space_bottom1em {
	padding-bottom: 1em;
}

.space_bottom30 {
	margin-bottom: 30px;
}

.space_bottom {
	margin-bottom: 60px;
}

.space_top1em {
	padding-top: 1em;
}

.space_top {
	margin-top: 60px;
}

.space_top20 {
	margin-top: 20px;
}

.space_top30 {
	margin-top: 30px;
}


.container {
	position: relative;
	padding-bottom: 340px;
	box-sizing: border-box;
	min-height: 100vh;
}

.main_container {
    position: relative;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 80px;
    padding-right: 4vw;
    padding-left: 4vw;
	max-width: 1200px;
}

.img_box,
.img_cap_box {
	display: flex;
	justify-content: center;
	line-height: 0;
    border-radius: 10px;
    overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}


.new_line {
	line-height: 1.3em;
	margin-top: 1em;
}

.circle_line {
	font-size: 40px;
	text-align: center;
}


/* ページの上へボタン */
#page_top {
    position: fixed;
    background: rgba(0,0,0,.5);
	min-width: 50px;
	min-height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	bottom: 14px;
	right: 2%;
}

#page_top i {
	color: #fff;
}


/* ヘッダー */
.header_container {
    width: 100vw;
}

.header_gnav_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 10px 0;
	position: relative;
	margin: 0 auto;
    padding-right: 4vw;
    padding-left: 4vw;
}


/* ナビゲーションボタン */
.nav_button {
	box-sizing: content-box;
	padding: 0;
	outline: none;
	border: none;
	background: none;
	width: 20px;
	height: 14px;
	cursor: pointer;
	color: #2E5180;
}

.nav_button::before,
.nav_button::after {
	content: '';
	display: block;
	height: 2px;
	background-color: currentColor;
	transform: translateY(5px);
	transition: 0.3s ease-in-out;
}

.nav_button::before {
	transform: translateY(-5px);
	box-shadow: 0 6px currentColor;
}

/* ナビゲーションボタン（閉じるボタン） */
.open .nav_button {
	z-index: 1000;
	color: #ffffff;
}

.open .nav_button::before {
	transform: translateY(1px) rotate(45deg);
	box-shadow: none;
}

.open .nav_button::after {
	transform: translateY(-1px) rotate(-45deg);
}

html.open, .open body {
	height: 100%;
	overflow: hidden;
}

.open .form {
	display: none;
}

.open .gnav {
	left: 0;
}

html, body {
	overflow-x: hidden;
}

.sr_only {
	border: 0;
	clip: rect(0 0 0 0); 
	height: 1px; 
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.gnav {
	position: fixed;
	overflow-y: auto;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	display: flex;
	justify-content: space-around;
	align-content: flex-end;
	align-items: flex-start;
	transition: left 0.5s;
	z-index: 999;
	-webkit-overflow-scrolling: touch;
}

.gnav .gnav_box {
	margin-top: 60px;
	margin-bottom: 100px;	
}

.gnav ul li {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #ffffff;
}

.gnav .sub li {
	margin-left: 14px;
	font-size: 15px;
	font-weight: 400;
}

.gnav .sub li .sub li {
	font-size: 13px;
	margin-bottom: 2px;
}

.gnav .sub li:first-child{
	padding-top: 8px;
}

.gnav .sub li:last-child {
	padding-bottom: 12px;
}

.gnav .sub li a {
	line-height: 1.2em;
}

.gnav .sub li .sub li a {
	line-height: 0.4em;
}

.snav {
	display: none;
}


/* メイン */
main {
	position: relative;
	scroll-behavior: smooth;
}

.btn_wrapper_faq {
	padding: 0;
}

.product_item {
	display: block;
	padding: 16px 0;
}

.box_img3 {
	margin-bottom: 20px;
}

.product_item .img_box,
.profile_area .img_box,
.profile_box_img2 .img_box {
	max-width: 500px;
}

.product_item .img_box img,
.profile_area .img_box img,
.product_block_inner .img_box img,
.profile_box_img2 .img_box img
.flex_block .img_box img,
.box_img3 .img_box img,
.fuzoku_block .img_box img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	object-fit: cover;
}

.product_detail h3 {
	color: #6d6d3b;
	letter-spacing: 0.1em;
	line-height: 2.5em;
}

.product_detail h3:nth-child(n + 2)  {
	margin-top: 10px;
}

.product_detail li {
	color: #6d6d3b;
	list-style-type: disc;
	margin-left: 20px;
	line-height: 1.4em;
}

.product_detail li:nth-child(n + 2) {
	margin-top: 8px;
}

.product_detail li.caption {
	position: relative;
	list-style-type: none;
}

.product_detail li.caption::before {
	position: absolute;
	left: -22px;
	display: inline-block;
	content: "※";
	padding-right: 0.3em;
}

ul.product_detail_caption {
	font-size: 0.9em;
	padding-left: 0;
}

ul.product_detail_caption li {
	position: relative;
	line-height: 1.3em;
	padding-bottom: 0.5em;
	padding-left: 1.3em;
	text-align: justify;
}
ul.product_detail_caption li::before {
	position: absolute;
	left: 0;
	display: inline-block;
	content: "※";
	padding-right: 0.3em;
}

.profile_area {
	border-radius: 10px;
	width: 100%;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f1f1f1;
	
}

.profile_area .text_box h3 {
	color: #d8566e;
	line-height: 1.4em;
	margin-top: 0.8em;
}

.profile_area .text_box p {
	text-align: justify;
	line-height: 1.6em;
	margin-bottom: 1em;
}

.profile_area .text_box p:last-child {
	margin-bottom: 0;
}


.product_block {
	margin-top: 30px;
	margin-bottom: 30px;
}

.product_block_inner {
	margin-bottom: 30px;
}

.product_block h3 {
	margin-bottom: 1em;
}

.product_block_inner .text_box p {
	padding-top: 0.3em;
}

.product_block_inner .text_box .price_box {
	padding: 1em 0;
}

.product_block_inner .text_box p.price {
	line-height: 1.3em;
	color: #666630;
}

.product_block_inner .img_box,
.box_img3 .img_box,
.flex_block .img_box,
.fuzoku_block .img_box {
	max-width: 300px;
}


.profile_box_img2 .img_box, 
.flex_block .img_box,
.box_img3 .img_box {
	margin-top: 1em;
}

.img_cap_box {
	flex-wrap: wrap;
	max-width: 300px;
}

.flex_block {
	margin-top: 50px;
	margin-bottom: 30px;
}

.step_area {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.step_order {
	margin-top: 16px;
	margin-bottom: 24px;
	text-align: justify;
}

.step_order .step_box {
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}

.step_order .step_box .step_inner {
	line-height: 0.5em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	background-color: #ffd9e6;
}

.step_order .step_number {
	font-weight: 700;
	font-size: 1.5em;
}

.step_order p.main_text {
	line-height: 1.6em;
	margin-bottom: 0.5em;
}


.youtube_box {
	margin-top: 16px;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	text-align: center;
}

.youtube_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.youtube_container {
	max-width: 650px;
	margin-left: 0;
	margin-right: auto;
}


.ex_container {
	position: relative;
	margin-bottom: 20px;
}

.example_box {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}

.ex_container h3 {
	font-size: 16px;
	line-height: 1.3em;
	color: #e34268;
	text-align: center;
}

.before_after {
	margin-top: 10px;
	margin-bottom: 24px;
}

.profile_area .before_after {
	margin-bottom: 0;
}

.ex_container p {
	padding-top: 6px;
	line-height: 1.3em;
	text-align: justify;
}

.before_after .img_box {
	max-width: 300px;
}

.example_box .img_box img {
	width: 100%;
	height: auto;
}

.before_one {
	display: flex;
	margin-bottom: auto;
}

.triangle,
.triangle_top {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #db89d8 transparent transparent transparent;
	margin: 8px auto;
}

.triangle_sp_hid {
	display: none;
}


.catalogue_block {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.catalogue_img_box {
	margin: auto;
}

.catalogue_img_box img {
	margin-bottom: 10px;
}

.catalogue_block h2 {
	border: none;
	padding-left: 0;
	letter-spacing: 0;
	line-height: 1.4em;
}

.catalogue_block .pdf_dl {
	padding: 0.5em 0;
}


a[href$=".pdf"]:before {
	content: '';
	display: inline-block;
	width: 33px;
	height: 28px;
	background-image: url(../images/icon_pdf.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	
}


.txt_link {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
	font-size: 1.1em;
}

.txt_link li {
	margin-bottom: 6px;
}

.txt_link li a {
	text-decoration: underline;
	text-underline-offset:0.2em;
}


.faq_list {
	margin-bottom: 60px;
}

.faq_list dl {
    position: relative;
    margin: 0;
    padding: 28px 35px 28px 0;
    cursor: pointer;
	background-position: bottom;
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
}

.faq_list dl:first-child {
	background-position: top, bottom;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px), linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
	background-size: 4px 1px, 4px 1px;
	background-repeat: repeat-x, repeat-x;
}

.faq_list dl::before {
    position: absolute;
    top: 32px;
    right: 10px;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}
.faq_list .open::before {
    transform: rotate(-45deg);
}
.faq_list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 36px;
    font-size: 1.1em;
	font-weight: 500;
	line-height: 1.3em;
	text-align: justify;
	color: #347abb;
}
.faq_list dl dt::before {
    font-size: 22px;
    line-height: 0.5em;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #347abb;
}
.faq_list dl dd::before {
    font-size: 22px;
    line-height: 0.7em;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #c65c70;
}
.faq_list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 36px;
	font-size: 0.9em;
}
.faq_list dl dd p {
    margin: 30px 0 0;
	text-align: justify;
}
.faq_list dl dd p:first-child{
    margin-top: 0;
}


/* ボタン「よくある質問」 */
.btn_faq_sub {
	position: relative;
	display: block;
	margin-bottom: 20px;
	border: 3px solid #a0c6f3;
	border-radius: 100vh;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.btn_faq_sub:before {
	position: absolute;
	top: 50%;
	right: 16px;
	content: '';
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 2px solid #a0c6f4;
	border-right: 2px solid #a0c6f4;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.btn_faq_sub .text {
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4a83ca;
	text-align: center;
	margin: 0 auto;
}


/* お気軽にお問い合わせください */
.contact_area {
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}

.contact_box {
	text-align: center;
}

.mi_contact {
	color: #e48399;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 20px;
}

.mi_contact span {
	color: #e48399;
	font-size: 0.8em;
	font-weight: 400;
}

.contact_text {
	line-height: 1.8em;
}

.fuzoku_block {
	margin-bottom: 40px;
}

.fuzoku_container .h2_box {
	padding-bottom: 6px;
}

.fuzoku_block .text_box p {
	padding-top: 0.3em;
	text-align: justify;
}

.fuzoku_block dl {
	padding: 1em;
}

.fuzoku_block dt {
    display: flex;
    justify-content: space-between;
    clear: both;
    float: left;
	color: #666630;
	font-weight: 400;
    padding-top: 6px;
	line-height: 1.4em;
}

.fuzoku_block dt::after {
      content: "："; 
}

.fuzoku_block dd {
    padding-top: 6px;
	display: flex;
	color: #666630;
	line-height: 1.4em;
}


/* フッター */
footer {
	position: absolute;
	bottom: 0;
}

.footer_color {
	width: 100vw;
	background-color: #e2ebf4;
}

.footer_co {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	margin: 0 auto;
	padding-right: 4vw;
	padding-left: 4vw;
}

.footer_sitemap {
	display: none;
}

.co_box {
	display: flex;
}

.co_box .info {
	padding-left: 16px;
}

.co_box .info .name {
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.05em;
	padding-bottom: 6px;
}

.co_box .info .address {
	font-size: 13px;
	line-height: 1.2em;
	font-weight: 400;
}

.inquiry_box div {
	display: block;
	text-align: left;
}

.inquiry_box {
	padding-top: 24px;
}

.inquiry_box .mail {
	padding-top: 14px;
}

.number::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 22px;
	background-image: url("../images/icon_phone.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.mailaddress::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 22px;
	background-image: url("../images/icon_mail.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.inquiry_box .number,.mailaddress {
	font-size: 20px;
	letter-spacing: 0.05em;
	font-weight: 700;
	line-height: 1em;
}

.inquiry_box .text {
	font-size: 14px;
}

.sns ul {
	line-height: 1em;
}

.sns li {
	padding: 2px;
	line-height: 1em;
}

.sns img {
	width: 20px;
	height: 20px;
}

.remodal {
	position: relative;
	padding: 20px;
}

.remodal img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.remodal-cancel {
	color: #FFFFFF;
	background: #333333;
	width: 100%;
	margin-top: 25px;
}

.remodal-cancel:hover {
	background: #666666;
}

.copyright p {
	font-size: 12px;
	line-height: 2.1em;
	padding-top: 1em;
}


/* Tablet View */

@media print, screen and (min-width : 768px){
	
	/* Tablet・PCでは電話かけられない */
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	
	/* spでは表示しない */
	.sp_hid {
		display: inline;
	}
	
	/* Tablet・PCでは表示しない */
	.pc_tab_hid {
	    display: none;
	}
	
	/* Tabletでは表示しない */
	.tab_hid {
	    display: none;
	}
	
	.h2_box {
		display: flex;
		align-items: center;
	}
	
	.h2_box .copy {
		padding-top: 0;
	}
	
	.h2_box .caption {
		margin-top: 0;
	}	
	
	.block_img_left {
		display: flex;
	}

	.img_box {
		margin: 0;
		padding: 0;
	}
	
	.flex_block {
		display: flex;
		justify-content: space-between;
		align-content: center;
	}
	
	.flex_block .text_box {
		padding-right: 20px;
		margin-top: auto;
		margin-bottom: auto;
	}
	
	.flex_block .img_box {
		display: flex;
		flex-shrink: 0;
		width: 300px;
		height: 220px;
	}
	
	.flex_block .img_box img {
		width: 300px;
		height: 220px;
	}
	
	
	.container {
		padding-bottom: 240px;
	}
	
	.product_item {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		gap: 20px;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.product_item .img_box {
		display: flex;
		flex: 1;
	}
	
	.product_item .text_box {
		width: 50%;
	}
	
	
	ul.product_detail_caption {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	.profile_area {
		max-width: 1000px;
	}
	
	.profile_box {
		display: flex;
		justify-content: center;
		gap: 20px;
	}
	
	.profile_box_img2,
	.box_img3 {
		display: flex;
		justify-content: center;
		gap: 50px;
	}
	
	.img_cap_box {
		margin-left: 0;
		margin-right: 0;
	}
	
	.profile_box .img_box,
	.product_block_inner .img_box {
		width: 40%;
	}
	
	.product_block_inner .img_box img {
		width: 300px;
		height: 220px;
	}
	
	.profile_box .text_box {
		width: 60%;
	}
	
	.box_img3 .img_cap_box {
		max-width: 260px;
	}
	
	
	.product_block {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.product_block_inner {
		display: flex;
		justify-content: space-between;
	}
	
	.product_block_inner .text_box {
		padding-right: 20px;
		width: 60%;
	}
		
	.product_block_inner .text_box p.price {
		text-indent: 1em;
	}

	
	.step_order {
		display: flex;
		justify-content: flex-start;
		gap: 20px;
		padding-bottom: 20px;
	}
	
	.step_order .step_box {
		width: 110px;
		padding:0;
		margin:0;
	}
	
	.step_order .step_box .step_inner {
		position: relative;
		width: 110px;
		background-color: #ffd9e6;
		padding: 1.5em 0 0.5em;
		color: #333333;
	}
	
	.step_order .step_box .step_inner:after{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		bottom: -20px;
		left: 0;
		border-style: solid;
		border-color: #ffd6e4 transparent transparent transparent;
		border-width: 20px 55px 0 55px;
		z-index: 1;
	}

	.ex_container {
		width: 670px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.ex_container h3 {
		text-align: left;
	}
	
	.before_after .img_box {
		width: 300px;
	}
	
	.before_after {
		display: flex;
		justify-content: center;
		margin-bottom: 0;
	}
	
	.triangle {
		margin-top: auto;
		margin-bottom: auto;
		margin-left: 20px;
		margin-right: 20px;
		border-width: 15px 0 15px 20px;
		border-color: transparent transparent transparent #d295d9;
	}
	
	.triangle_top {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 0 15px 20px;
		border-color: transparent transparent transparent #d295d9;
		margin-top: 80px;
		margin-bottom: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.triangle_sp_hid {
		display: block;
		width: 0;
		height: 0;
		margin: auto;
		border-style: solid;
		border-width: 15px 0 15px 20px;
		border-color: transparent;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	
	.mi_contact {
		font-size: 1.6em;
	}

	.mi_contact span {
		font-size: 0.8em;
	}

	.contact_text {
		font-size: 1.1em;
	}
	
	
	.fuzoku_container {
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.fuzoku_block {
		display: flex;
	}
	
	.fuzoku_block .text_box {
		padding-left: 20px;
	}
	
	.fuzoku_block .img_box {
		display: flex;
		flex-shrink: 0;
		width: 300px;
	}
	
	.fuzoku_block .img_box img {
		width: 300px;
		height: auto;
	}
	
	
	.catalogue_block {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		max-width: 600px;
	}
	
	.catalogue_img_box {
		flex-basis: 170px;
		width: 30%;
	}
	
	.catalogue_txt_box {
		flex-basis: auto;
		width: 65%;
	}
	
	.catalogue_block h2 {
		margin-top: 0;
	}

	.catalogue_block .pdf_dl {
		padding: 1em 0;
	}
	
	
	.txt_link {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		margin-bottom: 30px;
	}

	.txt_link li {
		padding-right: 14px;
		padding-left: 14px
	}
	

	/* フッターエリア（Tablet） */
	.footer_co {
		flex-flow: nowrap;
		align-items: flex-end;
	}
	
	.inquiry_box div {
		display: flex;
		align-items: center;
	}
	
	.inquiry_box .text {
		padding-left: 10px;
	}
	
	.inquiry_box .mail {
		padding-top: 4px;
	}
	
	.sns_area ul {
		display: inline-block;
	}
	
	.sns_area li {
		display: inline-block;
	}
	
	.copyright p {
		line-height: 3em;
	}
	
}




/* PC View */

@media (min-width: 1024px){
	
	/* sp・Tabletでは表示しない */
	.sp_tab_hid {
		display: inline;
	}
	
	/* PCでは表示しない */
	.pc_hid {
	    display: none;
	}
	
	/* Tabletでは表示しない */
	.tab_hid {
	    display: inline;
	}
	
	
	.container {
		padding-bottom: 460px;
	}
	
	.main_container {
		padding-top: 50px;
	}
	
	
	/* ヘッダー（PC） */
	
	.header_container {
		max-width: 1200px;
		overflow: hidden;
		margin: 0 auto;
	}
	
	.nav_button {
		display: none;
	}
	
	.gnav {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: 100%;
		justify-content: flex-end;
		background-color: transparent;
		transition: unset;
	}
	
	.gnav .gnav_box {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.gnav ul {
		display: flex;
		align-items: center;
		list-style: none;
	}
	
	.gnav ul li {
		font-size: 16px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 14px;
		margin-bottom: 0;
		color: #333333;
	}
	
	.gnav ul li:not(:last-child) {
		margin-bottom: 0;
		padding-right: 14px;	
		border-right: 1px solid #333333;
	}
	
	.gnav .sub {
		display: none;
	}
	
	.header_snav_inner {
		width: 100%;
		background-color: #eef0d4;
	}
	
	.header_snav_inner {
		padding-right: 4vw;
		padding-left: 4vw;
	}

	.snav {
		display: block;
	}
	
	.snav ul {
		display: flex;
		justify-content: center;
		gap: 0 12px;
		padding-top: 16px;
		padding-bottom: 16px;
		margin: 0 auto;
	}
	
	.snav ul li {
		width: 130px;
		line-height: 42px;
		font-size: 14px;
		padding-left: 42px;
		background-color: #FFFFFF;
		background-position: 8px center;
		background-repeat: no-repeat;
	}
	
	.snav ul li.syushigisyu {
		background-image: url(../images/btn_bg_syushigisyu.jpg);
	}
	
	.snav ul li.syubugisyu {
		background-image: url(../images/btn_bg_syubugisyu.jpg);
	}
	
	.snav ul li.zenwangisyu {
		background-image: url("../images/btn_bg_zenwangisyu.jpg");
	}
	
	.snav ul li.jowangisyu {
		background-image: url("../images/btn_bg_jowangisyu.jpg");
	}
	
	.snav ul li.gisoku {
		background-image: url("../images/btn_bg_gisoku.jpg");
	}
	
	.snav ul li.fuzokuhin {
		background-image: url("../images/btn_bg_fuzokuhin.jpg");
	}
	
	.snav ul li.catalogue {
		padding-left: 36px;
		background-color: #dff2ff;
		background-image: url(../images/btn_bg_catalogue.jpg);
		background-position: 4px center;
		border: 1px #90907f solid;
	}
	
	.snav ul li a {
		display: block;
		line-height: 42px;
	}
	
	.profile_box_img2 {
		gap: 100px;
	}
	
	/* ボタン「よくある質問」 */
	.btn_faq_sub {
		width: 400px;
	}
	
	/* まずはご相談ください（PC） */	
	.contact_text {
		font-size: 1.2em;
		line-height: 2em;
	}
	
	/* フッター（PC） */
	.footer_co {
		max-width: 1200px;
	}
	
	.co_area {
		display: flex;
		align-items: center;
	}
	
	.co_box {
		padding-right: 34px;
	}
	
	.inquiry_box {
		padding-top: 0;
		padding-left: 34px;
		border-left: 2px solid #FFFFFF;
	}
	
	.inquiry_box .mail {
		padding-top: 0;
	}
	
	.box_img2 {
		display: flex;
		justify-content: space-between;
	}
	
	.footer_sitemap {
		display: flex;
		justify-content: space-between;
		padding-top: 30px;
		padding-bottom: 30px;
		position: relative;
		background-color: #FFFFFF;
		margin: 0 auto;
		padding-right: 4vw;
		padding-left: 4vw;
		max-width: 1200px;
	}
	
	.footer_sitemap .block {
		margin-bottom: 20px;
	}
	
	.footer_sitemap h4 {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.8;
	}
	
	.footer_sitemap h4:nth-child(n + 2) {
		margin-top: 12px;
	}
	
	.footer_sitemap h4.privacy {
		font-size: 13px;
		font-weight: 400;
	}
	
	.footer_sitemap ul {
		margin-left: 12px;
		font-size: 14px;
	}
	
	.footer_sitemap ul li a {
		line-height: 1.5em;
	}
	
	.footer_sitemap ul li ul li {
		font-size: 13px;
	}

}



@media print {
	
	body {
		width: 1000px;
		-webkit-print-color-adjust: exact;
	}
	
	header {
		display:none;
	}

	footer {
		display:none;
	}
	
	.btn_print {
	  display:none;
	}
}



/* フェードイン */
body {
	animation: fade 1.5s;
}
 
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


@media print {
	
	body {
		width: 1000px;
		-webkit-print-color-adjust: exact;
	}
	
	header {
		display:none;
	}

	footer {
		display:none;
	}
	
	.btn_print {
	  display:none;
	}
}