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

@media only screen and (min-width: 768px) { /*表示切り替え*/
	.sp-only{
		display: none;
	}
}

body,html{
	min-width: 1200px;
}
.container {
	max-width: 1200px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .container{
	padding-right: 10px;
	padding-left: 10px;
}
.bg-light{
	background-color: #fff!important;
}
.fixed-top{
	left: inherit;
	padding-top: 5px;
}
.navbar-brand{
	margin-right: 0;
}
.navbar-light .navbar-nav .nav-form a.nav-link:hover{
	opacity: 0.8;
}
.navbar-light .logo_mb{
	width: 203px;
}
.navbar-light .logo_a{
	width: 131px;
}

body{
/*	margin-top: 80px;*/
	font-family: 'Noto Sans JP', sans-serif;
}
img{
/*	max-width: 100%;*/
}

.w-1000{
	max-width: 1020px;
}

h2{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0;
}
h3{
	font-weight: bold;
    line-height: 1.6;
}

p,a{
	letter-spacing: 1px;
}

p.note{
	font-size: 16px!important;
	margin-top: 20px;
}

#problem p{
	letter-spacing: 1px;
}

.f-orange{
	color: #ff9d06;
}


.box-white{
	background-color: #fff;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .3);
	padding: 30px 0px 10px;
}

#main{
	background-color: #63BFD2;
	margin-bottom: 80px;
}
#main .container{
	min-height: 750px;
	position: relative;
}
#main img{
	position: absolute;
    bottom:0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	max-width: 1466px;
}
h1{
	margin-bottom: 0;
	margin-block-end: 0;
}
#introduction{
	margin-bottom: 100px;
}
#introduction .container{
	text-align: center;
}
#introduction .container p{
	font-size: 1.25rem;
}
#introduction .cp_announcement{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 80px;
}
#introduction .cp_announcement a{
	width: 289px;
	margin-top: 22px;
}
#introduction .cp_announcement a:hover{
	opacity: 0.8;
}
#introduction .cp_announcement a img{
	width: 289px;
	height: 82px;
}
#template .container{
	max-width: 1000px;
	margin-bottom: 100px;
}
#template .explanation{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 70px;
}
#template .ex_right_box img{
	margin-top: 34px;
	margin-bottom: 60px;
}
#template .ex_right_box p{
	font-feature-settings: "palt";
	font-size: 1.125rem;
}
#template .point{
	max-width: 800px;
	margin: 0 auto;
	padding: 1em;
	border: 2px dashed #000;
	border-radius: 15px;
	position: relative;
}

#template .point_title{
	position: absolute;
	top: -30px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#template .point ul{
	margin-top: 53px;
	margin-bottom: 53px;
	list-style:none;	
}
#template .point ul li{
	font-size: 1.5rem;
	color: #E86D50;
	font-weight: bold;
	background-image: url('../img/about_point_icon.png');
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height: 30px;
	padding-left: 40px;
	background-size: 26px 26px;
	margin-bottom: 26px;
}
#template .point ul li:nth-child(3){
	background-position: left 2px;
	margin-bottom: 0;
}
#template .point ul li span{
	font-size: 1.25rem;
	color: #000;
	font-weight: normal;
}
#template .point_img{
	position: absolute;
	bottom: 26px;
	right: 50px;
}

#template_design{
	background-color: #F3F2F1;
	padding-top: 100px;
	padding-bottom: 90px;
	margin-bottom: 90px;
}
#template_design .design_title{
	text-align: center;
	margin-bottom: 80px;
}
#template_design .template_box{
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 70px;
}
#template_design .design_box{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#template_design .design_box a{
	margin-top: 30px;
}
#template_design .design_box a:hover{
	opacity: 0.8;
}
#template_design .text_box{
	max-width: 1000px;
	text-align: center;
	padding: 30px;
	margin: 0 auto;
	position: relative;
}
#template_design .text_box:before{
	content: "";
	background-image: linear-gradient(to right, #000, #000 12px, transparent 12px, transparent 24px),
	linear-gradient(to right, #000, #000 12px, transparent 12px, transparent 24px),
	linear-gradient(to bottom, #000, #000 12px, transparent 12px, transparent 24px),
	linear-gradient(to bottom, #000, #000 12px, transparent 12px, transparent 24px);
	background-size: 24px 1px, 24px 1px, 1px 24px, 1px 24px;
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}
#template_design .text_box h3{
	font-size: 1rem;
	margin-bottom: 18px;
}
#template_design .text_box p{
	font-size: 0.9375rem;
	margin-bottom: 12px;
}
#template_design .text_box .notes{
	font-size: 0.875rem;
}
/*==================================================
2022
===================================*/
#template_design .sakuhin{
	max-width: 1100px;
	margin: 90px auto 0;
	background-color: #fff;
}
#template_design .sakuhin .bg_skew_border{
	width: 100%;
	height: 32px;
	background-color: #e2eff2;
    background-image: repeating-linear-gradient(-45deg,#fff, #fff 7px,transparent 0, transparent 14px);
}
#template_design .sakuhin .title_box{
	max-width: 100%;
	text-align: center;
}
#template_design .sakuhin h3{
	margin: 70px auto 40px;
}
#template_design .sakuhin_all_box{
	max-width: 1000px;
	margin: 40px auto 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#template_design .sakuhin_box{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#template_design .sakuhin_box_text{
	max-width: 307px;
	margin-top: 30px;
}
#template_design .sakuhin_box_text p{
	font-size:0.9375rem;
}
#template_design .sakuhin_box_text p.sakuhin_parson{
	font-size: 1rem;
}
/*==================================================
end 2022
===================================*/

#howto .container{
	margin-bottom: 130px;
	position: relative;
}
#howto .howto_title{
	text-align: center;
	margin-bottom: 90px;
}
#howto .howto_box{
	max-width: 1000px;
	margin: 0 auto 60px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#howto .howto_box .howto_box_step{
  	margin-top:20px;
}
#howto .howto_box .howto_box_step img{
	flex-shrink: 0;
}
#howto .howto_box_step:nth-of-type(1),
#howto .howto_box_step:nth-of-type(2),
#howto .howto_box_step:nth-of-type(3){
	margin-top:0;
}
#howto .howto_box_step:nth-of-type(3n-1):nth-last-of-type(1){
	margin-right:auto;
  	margin-left:34px;
}
#howto .howto_box .howto_box_step p{
	width: 310px;
	padding-top: 20px;
}
#howto .howto_image img{
	position: absolute;
	top: 600px;
	right: 120px;
}
#howto .template_dl{
	text-align: center;
}
#howto .template_dl a:hover{
	opacity: 0.8;
}
#howto .template_dl p{
	margin-top: 23px;
	font-size: 0.9375rem;
}
#howto .howto_box_step a{
	color: #2EA0B9;
	border-bottom: 1px solid #2EA0B9;
	padding-bottom: 1px;
	text-decoration: none;
}
#howto .howto_box_step a:hover{
	opacity: 0.8;
}
/*==================================================
2022
===================================*/
#osusume{
	background-color: #e2eff2;
	padding: 90px 0;
	margin-bottom: 130px;
}
#osusume .osusume_title_box{
	text-align: center;
	margin-bottom: 40px;
}
#osusume .osusume_title_box h2{
	margin-bottom: 40px;
}
#osusume .osusume_all_box{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#osusume .osusume_text_box{
	width: 480px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 16px;
}
#osusume .osusume_point{
	margin-right: 16px;
	margin-bottom: 6px;
}
#osusume .osusume_text img{
	margin-bottom: 14px;
}
#osusume .osusume_text p{
	font-size:0.9375rem;
	margin-bottom: 0;
}
#osusume a:hover{
	opacity: 0.8;
}

/*==================================================
end 2022
===================================*/
#cp .container{
/*	margin-bottom: 80px;*/
}
#cp .cp_balloon{
	text-align: center;
	margin-bottom: 34px;
}
#cp .cp_title{
	text-align: center;
	margin-bottom: 40px;
}
#cp .cp_text p{
	text-align: center;
	font-size: 1rem;
	margin-bottom: 40px;
}
#cp .cp_box .cp_sub_title{
	width: 700px;
	height: 32px;
	background-color: #F3F2F1;
	margin: 0 auto 30px auto;
	text-align: center;
}
#cp .cp_box .cp_sub_title h3{
	font-size: 1.125rem;
}
#cp .cp_box .x2{
	width: 627px;
}
#cp .cp_box .cp_img{
	text-align: center;
}
#cp .cp_box .cp_img img{
	margin-bottom: 30px;
}
#cp .cp_conditions_box{
	max-width: 700px;
	margin: 0 auto 30px auto;
	display: flex;
}
#cp .cp_tag_must{
	background-color: #E86D50;
	width: 60px;
	height: 20px;
	text-align: center;
	margin-right: 20px;
}
#cp .cp_tag_must>p,#cp .cp_tag_optional>p{
	font-size: 0.875rem;
	color: #fff;
}
#cp .cp_tag_optional{
	background-color: #B7B7B7;
	width: 60px;
	height: 20px;
	text-align: center;
	margin-right: 20px;
}
#cp .cp_conditions_box>p{
	font-size: 1rem;
	font-feature-settings: "palt";
	margin-bottom: 0;
}
#cp .cp_conditions_box>p span{
	font-size: 0.875rem;
	font-feature-settings: "palt";
}
#cp .cp_box .cp_box_text{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
#cp .cp_box .cp_box_text p{
	width: 700px;
	font-size: 1rem;
	font-feature-settings: "palt";
	margin: 0 auto;
}
#cp .cp_box>p{
	width: 700px;
	margin: 0 auto 30px auto;
	font-size: 1rem;
}



.modal-content{
/*	border: solid 5px #0094cc;*/
}
.modal-header , .modal-footer{
	border-bottom: none;
	border-top: none;
}
.modal-header{
/*
	position: absolute;
	right: 0;
*/
}
.modal-footer{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.modal-body{
	padding: 0 80px 0 40px;
}
.modal-title{
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 50px;
	margin-left: 40px;
}
.template_ka p:before{
	position: absolute;
	content:"";
	display:inline-block;
	left: 0;
	width:38px;
	height:38px;
	background:url("../img/icon_ka.png") no-repeat;
	background-size:contain;
}
.template_ji p:before{
	position: absolute;
	content:"";
	display:inline-block;
	left: 0;
	width:38px;
	height:38px;
	background:url("../img/icon_ji.png") no-repeat;
	background-size:contain;
}
.template_ko p:before{
	position: absolute;
	content:"";
	display:inline-block;
	left: 0;
	width:38px;
	height:38px;
	background:url("../img/icon_ko.png") no-repeat;
	background-size:contain;
}
.sakuhin-modal-box p:before{
	position: absolute;
	content:"";
	display:inline-block;
	left: 0;
	width:34px;
	height:34px;
	background:url("../img/icon_sa.png") no-repeat;
	background-size:contain;
}
.temolate_text p{
	font-weight: bold;
	margin-bottom: 75px;
	margin-left: 40px;
	margin-top: 55px;
}
.dots_ka .slick-dots li.slick-active button:before{
	color: #48C4B1;
}
.dots_ji .slick-dots li.slick-active button:before{
	color: #918ACA;
}
.dots_ko .slick-dots li.slick-active button:before{
	color: #DD9774;
}
.dots_sa .slick-dots li.slick-active button:before{
	color: #2ea7c0;
}
.modal-wrap{
	margin-bottom: 40px;
}
.modal-wrap p{
	font-size: 18px;
	margin-bottom: 5px;
}
.modal-wrap p.modal-blue-f{
	color: #0094cc;
}
img.modal-logo{
	margin: -30px auto 40px;
}
button.btn-modal{
	background-color: #F3F2F1;
	padding: 0;
	margin-top: 30px;
}
.sakuhin button.btn-modal{
	background-color: #fff;
}
button.btn-modal:hover{
	opacity: 0.8;
}
.com_logo button.btn-modal:hover{
	color: #FF9C1B;
}

.modal-open {
  overflow: hidden;
  height: 100%;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0!important;
}

.btn.focus, .btn:focus{
	box-shadow: none;
}

.c-slick li{
	max-height: 500px;
}
.c-slick li img{
	width: 100%;
}
.c-slick .katamen img{
	width: 50%;
	margin:0 auto;
}
.slick-prev,.slick-next{
	position:relative;
}
.c-slick {
  opacity: 0;
  transition: opacity .6s linear;
}
.c-slick.slick-initialized{
  opacity: 1;
}
.slick-dots{
	left: 20px;
	bottom: -35px!important;
}
.slick-dots li button:before{
	font-size:16px!important;
}

#modal-ka .slick-prev:before{
	position: absolute;
	content:""  !important;;
	display:inline-block;
	width:60px;
	height:85px;
	background:url("../img/slide_ka_L.png") no-repeat;
	background-size:contain;
	top: -30px;
}
#modal-ka .slick-next:before{
	position: absolute;
	content:"" !important;;
	display:inline-block;
	width:60px;
	height:85px;
	background:url("../img/slide_ka_R.png") no-repeat;
	background-size:contain;
	left: -6px;
	top: -30px;
}
#modal-ji .slick-prev:before{
	position: absolute;
	content:""  !important;;
	display:inline-block;
	width:60px;
	height:85px;
	background:url("../img/slide_ji_L.png") no-repeat;
	background-size:contain;
	top: -30px;
}
#modal-ji .slick-next:before{
	position: absolute;
	content:"" !important;;
	display:inline-block;
	width:60px;
	height:85px;
	background:url("../img/slide_ji_R.png") no-repeat;
	background-size:contain;
	left: -6px;
	top: -30px;
}
#modal-ko .slick-prev:before{
	position: absolute;
	content:""  !important;;
	display:inline-block;
	width:60px;
	height:85px;
	background:url("../img/slide_ko_L.png") no-repeat;
	background-size:contain;
	top: -30px;
}
#modal-ko .slick-next:before{
	position: absolute;
	content:"" !important;;
	display:inline-block;
	width:60px;
	height:85px;
	background:url("../img/slide_ko_R.png") no-repeat;
	background-size:contain;
	left: -6px;
	top: -30px;
}
#modal-sa-01 .slick-prev:before{
	position: absolute;
	content:""  !important;;
	display:inline-block;
	width:60px;
	height:85px;
	background:url("../img/slide_sa_L.png") no-repeat;
	background-size:contain;
	top: -30px;
}
#modal-sa-01 .slick-next:before{
	position: absolute;
	content:"" !important;;
	display:inline-block;
	width:60px;
	height:85px;
	background:url("../img/slide_sa_R.png") no-repeat;
	background-size:contain;
	left: -6px;
	top: -30px;
}
#modal-sa-02 .slick-prev:before{
	position: absolute;
	content:""  !important;;
	display:inline-block;
	width:60px;
	height:85px;
	background:url("../img/slide_sa_L.png") no-repeat;
	background-size:contain;
	top: -30px;
}
#modal-sa-02 .slick-next:before{
	position: absolute;
	content:"" !important;;
	display:inline-block;
	width:60px;
	height:85px;
	background:url("../img/slide_sa_R.png") no-repeat;
	background-size:contain;
	left: -6px;
	top: -30px;
}
#modal-sa-03 .slick-prev:before{
	position: absolute;
	content:""  !important;;
	display:inline-block;
	width:60px;
	height:85px;
	background:url("../img/slide_sa_L.png") no-repeat;
	background-size:contain;
	top: -30px;
}
#modal-sa-03 .slick-next:before{
	position: absolute;
	content:"" !important;;
	display:inline-block;
	width:60px;
	height:85px;
	background:url("../img/slide_sa_R.png") no-repeat;
	background-size:contain;
	left: -6px;
	top: -30px;
}

footer .top_back{
	background-color: #DFEBEF;
	padding: 70px 0 90px 0;
}
footer .top_back_copy{
	text-align: center;
	padding-bottom: 20px;
}
footer .top_back_copy img{
	margin-bottom: 20px;
}
footer .btn_top_back{
	text-align: center;
}
footer .btn_top_back a{
	max-width: 412px;
	border: solid 3px #2EABC4;
	border-radius: 35px;
	color: #2EABC4;
	font-size: 1rem;
	padding: 20px 115px;
}
footer .btn_top_back a:hover{
	text-decoration: none;
	background-color: #2EABC4;
	color: #fff;
}

footer .copyright{
	text-align: center;
	color: #fff;
	background-color: #2EABC4;
	padding: 10px 0;
	margin-bottom: 0;
}


/*お問い合わせ*/
#form{
	max-width: 700px;
	margin: 0 auto;
}
input[type=checkbox], input[type=radio]{
    margin-right: 10px;
	cursor: pointer;
}
select{
	width: 100%;
    height: 40px;
}
label{
    border-radius: 10px;
    padding: 3px 15px;
	margin-bottom: 0;
	cursor: pointer;
}
.table td, .table th{
	border-top:none;
}
.form-form h2{
	width: 700px;
	height: 32px;
	background-color: #F3F2F1;
	margin: 40px auto 30px auto;
	font-size: 1.125rem;
	padding-top: 5px;
}
.form-table th,.form-table td{
	font-weight: normal;
	padding: 8px 10px;
}
.pt_30 th,.pt_30 td{
	padding: 30px 10px 8px 10px; 
}
.pb_30 th,.pb_30 td{
	padding: 8px 10px 30px 10px; 
}
.form-item{
	width: 300px;
}
.form-memo{
    display: block;
    font-size: 12px;
    padding-top: 5px;
}
.input-base{
	padding: 5px 7px;
}
.input-normal{
	width: 100%;
}
.input-short{
	width: 50%;
}
.form-mark{
	float: right;
    font-size: 14px;
    color: #fff;
    padding: 0px 16px;
}
.mark-required{
	background-color: #E86D50;
	margin-top: 3px;
}
.mark-optional{
	background-color: #B7B7B7;
	margin-top: 3px;
}
.q_row2>.mark-optional{
	margin-top: -15px;
}
p.form-mark{
	margin-bottom: 0;
}
.send{
	text-align: center;
	margin-top: 50px;
}
.btn_form{ /*送信ボタン*/
/*	padding: 20px auto;*/
	width: 412px;
	height: 70px;
	color: #000;
    background-color: #F2DE14;
    border: solid 3px #F2DE14;
    border-radius: 35px;
    cursor: pointer;
}
.btn_form:hover{
	opacity: 0.8;
}
.btn_cancel{
	color: #999;
	border: solid 3px #eee;
    background-color: #eee;
}

.form-privacy a{
	color: #000;
	padding-bottom: 2px;
	border-bottom: solid 1px #000;
	text-decoration: none;
}
.form-privacy a:hover{
	opacity: 0.8;
}
.form-privacy-policy a{
	color: #000;
	padding-bottom: 2px;
	border-bottom: solid 1px #000;
	text-decoration: none;
}
.form-privacy-policy a:hover{
	opacity: 0.8;
}

/*確認と送信完了*/
.form-form{
/*	padding: 60px 0 150px;*/
	padding: 0 0 150px;
}
.form-checkpage{
	width: 100%;
	max-width: 700px;
	margin: 60px auto;
}
.form-checkpage tbody{
	border-bottom: solid 1px #acacac;
}
.form-checkpage th,.form-checkpage td{
    border-top: solid 1px #acacac;
    padding: 10px 0 10px 20px;
}
.form-checkpage th{
	width: 200px;
}
.form-thankswrap{
	margin: 60px 0;
}
input, select{
	border: solid 1px #B7B7B7;
}
select{
	/*　矢印を消す　*/
    -webkit-appearance:none;
    -moz-appearance:none;
	text-indent: .01px; /* Firefox用 */
	text-overflow: ""; /* Firefox用 */
    appearance:none;
	background-image: url("../img/btn_select.png");
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
	padding-left: 8px;
}
/*お問い合わせ終わり*/

/*サンクスページ*/
.thanks_header{
	background-color: #63BFD2;
	padding-top: 50px;
}
.thanks_header img{
	margin-bottom: -1px;
}
#thanks .container{
	margin-top: 80px;
	margin-bottom: 70px;
}
#thanks h3{
	font-size: 1.5rem;
	font-weight: bold;
}
#thanks .thanks_text{
	margin-top: 60px;
	margin-bottom: 50px;
}
#thanks .template_dl{
	text-align: center;
}
#thanks .template_dl a:hover{
	opacity: 0.8;
}
#thanks .template_dl p{
	margin-top: 23px;
	font-size: 0.9375rem;
}

footer .top_back_copy p{
	font-size: 1.125rem;
	margin-bottom: 35px;
}
/*サンクスページ終わり*/

#page_top {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    z-index: 99999;
}
#page_top:hover img {
    margin-top: -90px;
}

/*横スクロール禁止*/
html{
overflow-x : hidden;
overflow-y : auto;
}

body{
overflow-x : hidden;
overflow-y : auto;
}