@charset "UTF-8";
/* CSS Document */

/************************************************
guide_carry.css 201902
************************************************ */
#guide_carry{
	/*padding: 0 10px;*/
	margin: 0 auto;
	line-height: 1.6;
}
.intro{
	position: relative;
	margin: 20px auto 30px;
}
.intro p{
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 20px;
}
.lead p{
	line-height: 1.8;
}
.lead p span{
	display: block;
	font-size: 24px;
	margin: 15px 0 5px;
	line-height: 1.3;
	font-family: 'Noto Sans JP', sans-serif;
}
.lead img{
	position: absolute;
	right: 0;
	top: -75px;
	width: 320px;
	height: auto;
}
.case{
	position: relative;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 30px auto 40px;
}
.case p.ttl{
	position: absolute;
	top: 3px;
	left: 3px;
	display: inline-block;
	font-size: 15px;
	background: #E4E7E9;
	padding: .3em 18px .2em;
}
.case ul{
	padding: 60px 50px 20px;
}
.case li{
	position: relative;
	display: inline-block;
	width: 48%;
	text-align: center;
	padding-bottom: 20px;
}
.case li img{
	width: 220px;
	height: auto;
	padding: 0 20px;
}
.case li p{
	position: absolute;
	top:48%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	color: #fff;
	line-height: 1.5;
}
.point-lead{
	margin: 40px auto 60px;
	text-align: center;
}
.point-lead dl{
	width: 31%;
	display: inline-block;
	vertical-align: top;
	background: #F3F4F7;
	padding: 2.5% 2%;
	margin: 0 .5%;
	box-sizing: border-box;
	line-height: 1.4;
}
.point-lead dl dt{
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: .05em;
	font-family: 'Oswald', sans-serif;
	/*font-family: 'Noto Sans JP', sans-serif;*/
}
.point-lead dl dt span{
	display: block;
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
}
.point-lead dl dd{
	font-size: 12px;
	text-align: left;
	margin-top: 1.5em;
	min-height: 80px;
}
.point-lead dl dd a{
	text-decoration: none;
}

#guide_carry h3{
	text-align: center;
	font-size: 36px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	letter-spacing: .05em;
	margin: 0 auto 20px;
}
#guide_carry h3 span{
	display: block;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
}
#guide_carry h4{
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	padding: .4em .8em .4em;
	margin: 0 auto 20px;
	line-height: 1.0;
	border: 1px solid #434343;
	display: inline-block;
	float: none;
}
#guide_carry h5{
	text-align: left;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 0 14px;
	border-bottom: 1px dashed #434343;
}
/*#guide_carry h5:before{
	content: "[";
	padding-right: .3em;
}
#guide_carry h5:after{
	content: "]";
	padding-left: .3em;
}*/
.section-box{
	margin: 40px auto;
}
.section-box p{
	font-size: 14px;
	line-height: 1.8;
}

.section-box .checklist{
	margin: 0 auto 30px;
}
.section-box .checklist img{
	width: 370px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.section-box .checklist ul{
	width: 370px;
	margin: 30px auto;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Noto Sans JP', sans-serif;
}
.section-box .checklist ul li{
	font-size: 18px;
	margin-bottom: .5em;
}
.section-box .checklist li:before{
	content: "";
	background: url(../../images/shopping_guide/checkmark.png) no-repeat left center;
	background-size: contain;
	padding: 0 10px;
	margin-right: .3em;
}
.section-box .checklist ul li span{
	font-size: 13px;
	line-height: 1.4;
}
.section-box .checklist p{
	width: 370px;
	margin: 30px auto;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.section-box .frame01{
	position: relative;
	border: 1px solid #434343;
	padding: 40px 30px 20px;
	margin: 40px auto 0;
	text-align: center;
}
.section-box .frame01 p.ttl{
	position: absolute;
	top: 3px;
	left: 3px;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	background: #434343;
	padding: .3em 18px .2em;
}
.section-box .frame01 img{
	text-align: center;
}
.section-box .frame02{
	margin: 10px auto 60px;
}
.section-box .frame02>div{
	position: relative;
	/*border: 1px solid #e5e5e5;*/
	/*padding: 2px;*/
	margin: 10px auto 0;
	box-sizing: border-box;
	background: #F3F4F7;
}
.section-box .frame02 .icon{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #fff;
	background: url(../../images/shopping_guide/arrow-bg.png) no-repeat left center;
	background-size: 100% 100%;
	padding: 14px 20px 14px 10px;
	width: 90px;
	margin-right: 1em;
	overflow: hidden;
}
.section-box .frame02 .icon img{
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: auto;
}
.section-box .frame02 p{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.4;
	width: calc(100% - 200px);
	padding: 1em;
}
.section-box .frame02 p span{
	display: block;
	margin-top: 5px;
}
.section-box .point-ttl{
	margin: 30px auto 0;
}
.section-box .point-ttl>div{
	width: calc(100% - 280px);
	display: inline-block;
	vertical-align: top;
}
.section-box .point-ttl p{
}
.section-box .point-ttl img{
	width: 240px;
	height: auto;
	margin-left: 30px;
}
.last{
	margin: 80px auto 40px;
	text-align: center;
}
.last p{
	width: 600px;
	margin: 30px auto;
	text-align: left;
}

.underline{
	background: linear-gradient(transparent 60%, #ffffa4 0%);

}

/*3D依頼フォーム*/
input[type="tel"],input[type="number"] {
    border: solid 1px #ccc;
    padding: 5px;
}
input[type="number"] {
		width: 60%;
}
#new3d {
	margin: 30px auto;
	position: relative;
}
#new3d .new3d_cont .lead{
	font-size: 13px;
}


.new3d_title2 {
	font-size: 28px;
	font-weight: 400;
	margin: 40px auto;
	text-align: center;
}
p.new3d_title2:before {
    content: "";
    background: url(../../images/3d/ttl-form-img.png) no-repeat left top;
    background-size: contain;
    padding: 40px;
    position: relative;
    top: 10px;
	margin-left: -40px;
}
.new3d_box2 {
	background: url(../../images/3d/new3d_img2.jpg) no-repeat right top;
	background-size: 95%;
	height: 300px;
	margin-bottom: 20px;
}
.new3d_box2 .new3d_p {
  margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.5;
}
.new3d_box2 .sign {
	display: inline-block;
	font-size: 13px;
	border: 1px solid #ddd;
	padding: 14px;
	width: 40%;
}
#new3d .new3d_cont table th {
	width: 30%;
	font-size: 14px;
}
#new3d .new3d_cont table tr span {
	font-size: 11px;
	margin-top: .5em;
}
#new3d div.new3d_cont form table tbody tr td p {
	display: inline-block;
	margin: 3px 0;
	margin-right: .8em;
	}
#new3d .new3d_cont table td .bnrLeft img {
	margin-top: 8px;
	margin-bottom: 2px;
}
#new3d .submit-btn input{
	padding: .5em 2em;
	border: 4px double #111;
	background: #fff;
	font-size: 15px;
	-webkit-appearance: none;
  border-radius: 0;
}
#new3d .submit-btn input:hover {
	opacity: 0.8;
	cursor: pointer;
	background: #FBF481;
}
#new3d .submit-box{
	background: #f2f2f2;
	padding: 20px 10px;
}

#new3d .text-box{
	overflow: hidden;
}
#new3d .text-box .flL{
	width: 48%;
}
#new3d .text-box .flR{
	width: 48%;
}

#new3d .box3 .flL{
	width: 32%;
}

#new3d .text-box p{
	/*float: right;*/
	display: block;
}
#new3d .text-box .ttl{
	display: block;
	float: none;
	/*padding-left: .5em;*/
}
#new3d .text-box .ttl:before{
	content: "■";
}
#new3d .space{
	margin: .5em 0 .8em;
}
#new3d .space p{
	margin: 0!important;
}

/*.drawer_menu{
	display: none;
}
*/

@media screen and (max-width: 896px){ /*モバイル*/
#guide_carry{
	padding: 0 2%;
	margin: 0 auto;
	line-height: 1.5;
}
#guide_carry a{
	color: #333;
}
.intro{
	position: relative;
	margin: 20px auto 30px;
	text-align: center;
}
.intro p{
	font-size: .8rem;
	margin: 0 0 10px;
	text-align: left;
	line-height: 1.5;
}
.lead p{
	line-height: 1.6;
}
.lead p span{
	display: inline-block;
	font-size: 1.1rem;
	margin: 10px 0 5px;
	line-height: 1.3;
}
.lead img{
	width: 36%!important;
	max-width: 260px!important;
	height: auto;
	position: absolute;
	top: -45px;
	right: 0;
}
.case{
	padding: 10px;
	margin: 30px auto 30px;
}
.case p.ttl{
	position: absolute;
	top: 3px;
	left: 3px;
	display: inline-block;
	font-size: .8rem;
	padding: .3em 1em;
}
.case ul{
	padding: 40px 2% 0;
}
.case li{
	position: relative;
	display: inline-block;
	width: 48%;
	text-align: center;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.case li img{
	width: 100%;
	max-width: 200px;
	height: auto;
	padding: 0;
}
.case li p{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	font-size: .95rem;
	font-weight: 600;
	line-height: 1.4;
}
.point-lead{
	margin: 30px auto 20px;
	text-align: center;
}
#guide_carry .point-lead a{
	color: #000;
}
.point-lead dl{
	display: block;
	width: 100%;
	padding: 3.5% 4%;
	margin: 2% 0;
	box-sizing: border-box;
	line-height: 1.4;
}
.point-lead dl dt{
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: .05em;
	text-align: left;
}
.point-lead dl dt span{
	display: inline-block;
	font-size: .8rem;
	padding-left: 1em;
	padding-top: .5em;
	letter-spacing: .02em;
	float: right;
}
.point-lead dl dd{
	text-align: left;
	margin-top: .5rem;
	font-size: .75rem;
	min-height: inherit;
}
#guide_carry .point-lead dl dd a{
	text-decoration: none;
	color: #000;
}
.point-lead dl dd br{
	display: none;
}

#guide_carry h3{
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .05em;
	margin: 0 auto 20px;
}
#guide_carry h3 span{
	font-size: .8rem;
}
#guide_carry h4{
	text-align: left;
	font-size: .9rem;
	font-weight: 400;
	padding: .3em .6em .29em;
	margin: 0 auto 20px;
}
#guide_carry h5{
	text-align: left;
	font-size: 1.0rem;
	margin: 0 0 14px;
}
.section-box{
	margin: 30px auto;
}
.section-box p{
	font-size: .75rem;
	line-height: 1.5;
}
.section-box .checklist{
	margin: 0 auto 20px;
	text-align: center;
}
.section-box .checklist img{
	width: 48%;
	max-width: 300px;
	height: auto;
	margin-right: .5em;
}
.section-box .checklist ul{
	width: 48%;
	margin: 30px auto 10px;
}
.section-box .checklist ul li{
	font-size: .95rem;
	margin-bottom: .2em;
	text-align: left;
}
.section-box .checklist li:before{
	content: "";
	background: url(../../images/shopping_guide/checkmark.png) no-repeat left center;
	background-size: contain;
	padding: 0 8px;
	margin-right: .3em;
}
.section-box .checklist ul li span{
	font-size: .7rem;
	line-height: 1.4;
}
.section-box .checklist p{
	width: 48%;
	margin: 10px auto;
	font-size: .75rem;
	text-align: left;
}
.section-box .frame01{
	padding: 12% 2% 2%;
	margin: 20px auto 0;
}
.section-box .frame01 p.ttl{
	position: absolute;
	top: 3px;
	left: 3px;
	display: inline-block;
	font-size: .8rem;
	padding: .2em 10px;
}
.section-box .frame01 img{
	text-align: center;
}
.section-box .frame02{
	margin: 10px auto 40px;
}
.section-box .frame02>div{
	position: relative;
	margin: 10px auto 0;
	box-sizing: border-box;
}
.section-box .frame02 .icon{
	display: inline-block;
	vertical-align: middle;
	font-size: .75rem;
	color: #fff;
	background: url(../../images/shopping_guide/arrow-bg.png) no-repeat left center;
	background-size: 100% 100%;
	padding: 40px 6px 40px 0;
	width: 50px;
	margin-right: .5em;
	overflow: hidden;
}
.section-box .frame02 .icon img{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.section-box .frame02 p{
	display: inline-block;
	vertical-align: middle;
	font-size: .75rem;
	width: calc(100% - 80px);
	padding: .8em .3em .8em 0;
	box-sizing: border-box;
}
.section-box .frame02 p span{
	display: block;
	margin-top: .8em;
}
.section-box .frame02 p br{
	display: none;
}
.section-box .point-ttl{
	margin: 30px auto 20px;
}
.section-box .point-ttl>div{
	width: 58%;
	display: inline-block;
	vertical-align: top;
}
.section-box .point-ttl p{
	font-size: .75rem;
}
.section-box .point-ttl img{
	width: 38%;
	max-width: 240px;
	height: auto;
	margin-left: 2%;
	margin-top: 2%;
}
.last{
	margin: 30px auto 40px;
	text-align: center;
}
.last p{
	width: 100%;
	margin: 20px auto;
	text-align: left;
}
.last img{
	width: 100%;
	max-width: 350px;
	text-align: center!important;
}
.underline{
	background: linear-gradient(transparent 60%, #ffff66 0%);
}
		
/*3D依頼フォーム*/
input[type="tel"],input[type="number"]{
	border: 1px solid #666;
	}
input[type="radio"]{
	position: relative;
	top:1px;
}
input[type="text"],input[type="button"],textarea,input[type="tel"],input[type="number"] {
	-webkit-appearance: none;
	border-radius: 0;
}
#new3d .new3d_cont table {
	border: none;
}
#new3d div.new3d_cont form table tbody tr {
}
#new3d div.new3d_cont form table tbody tr th {
	width: 100% !important;
	padding: 1% 2%  !important;
	margin-top: 2%;
	font-size: 1.3rem;
	border: none;
	box-sizing: border-box;
}
#new3d div.new3d_cont form table tbody tr td {
	padding: 3% 0 !important;
	font-size: 1.3rem;
	width: 100%!important;
	box-sizing: border-box!important;
}
#new3d div.new3d_cont form table tbody tr td p{
	margin-right: .5em;
}

#new3d .new3d_cont table td .coloer3d img{
	margin-top: 5px;
	margin-bottom: 2px;
}
#new3d .submit-btn input{
	font-size: 1.4rem;
	padding: 1em 4em;
	color: #333;
}
#new3d .submit-box{
	padding: 1em;
}
#new3d .text-box{
	width: 100%;
}
	
#new3d .text-box .flL input[type="text"],
#new3d .text-box .flR input[type="text"]{
/*width: 80%;*/
}	
	
#new3d .text-box .flL{
	width: 48%;
	margin: 0;
}
#new3d .text-box .flL input,#new3d .text-box .flR input{
	width: 60%;
}
#new3d .text-box .flR{
	width: 48%;
	margin: 0;
}
#new3d .box3 .flL{
	width: 33%;
}
#new3d .box3 .flL input{
	width: 60%;
}
#new3d .text-box p{
	display: block!important;
}
#new3d .text-box .ttl{
	display: block;
	float: none;
	padding-left: .5em;
}
#new3d .space{
	margin: .5em 0 .8em;
}
#new3d .space p{
	margin: 0 .5em .5em 0!important;
}

/*ドロワー*/
#point1,#point2,#point3,#contact{
	padding-top: 50px;
	margin-top: -30px;
}
.menu-box ul{
	display: block;
	padding-left: 0;
}
.menu-box li{
	display: block;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 10px;
}
.menu-box li span{
	display: inline-block;
	font-size: .8rem;
	margin-top: 0;
	padding-left: .5em;
	font-family: 'Noto Sans JP', sans-serif;
}
.menu-box li span:first-child{
	display: inline-block;
	font-size:.9rem;
	width: 60px;
	border-right: 0;
	padding: 0;
	margin: 0;
	font-family: 'Oswald', sans-serif;
}
.menu-box li:last-child{
	margin-bottom: 0;
}

.menu-box .menu{
display: none;
}
.menu-box .menu img{
	width: 100%;
	height: auto;
}
	
/*drawer*/
.drawer_menu * {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.drawer_menu .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999!important;
  background-color: rgba(51, 51, 51, 0.3);
  display: none;
  top: 0;
  left: 0;
}

.drawer_menu .drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 48px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
 	bottom: 90px;
  right: -2px;
  left: auto;
  z-index: 1001;
  text-align: center;
}

.drawer_menu .drawer_button.active .drawer_bar {
  width: 38px;
}
.drawer_menu .drawer_button.active .drawer_menu_text {
  display: none;
}

.drawer_menu .drawer_button.active .drawer_close {
  display: block;
}

.drawer_menu .drawer_bar {
  display: block;
  height: 2px;
  margin: 8px 0;
  transition: all 0.2s;
	-webkit-transition : all 0.2s;
	transition : opacity 0.3s ease ;
  transform-origin: 0 0;
	background-size: contain;
}

.drawer_menu .drawer_text {
  text-align: center;
  font-size: 11px;
	font-family: 'Oswald', sans-serif;
}

.drawer_menu .drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.drawer_menu .drawer_menu_text {
  display: block;
}

.drawer_menu .nav_wrapper {
	width: 280px;
	height: auto;
	transition: all 0.2s;
	transform: translate(312px);
	position: fixed;
	bottom: 80px;
	right: 0;
	left: auto;
	z-index: 1000!important;
	background-color: #DEE7EB;
}
.drawer_menu .nav_wrapper.open {
  transform: translate(0);
}
.drawer_menu .nav {
  padding: 30px 24px;
}
.drawer_menu .drawer_button {
  /*color: #276490;*/
	color: #000;
	background-color: #DEE7EB;
	padding: 3px 5px;
	/*border: 1px solid #999;*/
	font-size: .9rem;
}
.drawer_menu .drawer_button.active {
 /*border: 1px solid #f6f6f6;*/
}
.drawer_menu .drawer_button .drawer_bar {
  background-color: #276490;
}
/*//drawer*/
#guide_carry .drawer_menu .nav_wrapper a {
	color: #000;
}
	
/*#lift{
	padding-top: 30px;
	margin-top: -30px!important;
}*/
}

@media screen and (max-width: 568px){ /*sp*/
	
.lead img{
	width: 100%!important;
	max-width: 240px!important;
	height: auto;
	position: static;
}
#guide_carry h3{
	font-size: 6vw;
}
.section-box .checklist{
	margin: 0 auto 10px;
}
.section-box .checklist img{
	width: 100%;
	max-width: 300px;
	height: auto;
	margin-right: 0;
	text-align: center;
}
.section-box .checklist ul{
	width: 100%;
}
.section-box .checklist p{
	width: 100%;
	text-align: left;
	margin-top: 20px;
}


	
	/*3D依頼フォーム*/
	.new3d_box2 {
		background: url(../../images/3d/new3d_img2.jpg) no-repeat right top;
		background-size: 80%;
		margin-bottom: 40px;
	}
	.new3d_box2 .new3d_p {
		margin-bottom: 20px;
		line-height: 1.5;
		width: 64%;
	}
	.new3d_box2 .sign {
		width: 100%;
		box-sizing: border-box;
	}

	#new3d .text-box .flL{
		/*width: 100%;
		float: none;*/
		margin: 0;
	}
	#new3d .text-box .flR{
		/*width: 100%;
		float: none;*/
		margin: 0;
	}
	#new3d .box3 .flL{
		/*width: 100%;
		float: none;*/
		margin: 0;
	}
	#new3d .box3 .flL{
		width: 100%;
	}
	#new3d .box3 .flL input{
		/*width: 50%;*/
	}
	#new3d .text-box p{
		float: none;
	}
	#new3d .text-box .ttl{
		display: block;
		float: none;
		padding-left: 0;
		margin: 1em 0 .5em;
	}
	#new3d .space{
		margin: .5em 0 .8em;
		width: 100%;
	}
	#new3d .space p{
		margin: 0 .5em .3em 0!important;
	}
	
}