@charset "utf-8";
/* CSS Document */
.sns-table{
	display: table;
}
.sns-divide{
	display: table-cell;
	width:50%;
	align-items: center;
	vertical-align: middle;
}
.sns-divide img{
	width:60%;
}
.sns-divide:first-of-type img{
	width:30%;
}
@media screen and (max-width:480px){
	.sns-divide{
		width:100%;
		display: block;
	}
	.sns-divide:first-of-type{
		margin-bottom: 80px;
	}
}

.inte-box {
	margin: 0 0 0;
	background-color: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}
.inte-box .imgbox{
	width: 100%;
}
.inte-box img{
	width: 100%;
}
@media screen and (min-width:480px){
	.inte-box {
		margin: 40px 0 0;
	}
}

.pdlr60{
	padding: 10px;
}
@media screen and (min-width:480px){
	.pdlr60{
		padding: 60px;
	}
}

.inte_2line{
	width: 100%;
	display: block;
}
.l_line{
	display:none;
}
.l_line > div{
	width: 48%;
}
.l_line > div:first-of-type{
	margin-right: 4%;
}
.l_line > div > img{
	width: 100%;
}
.r_line{
    width: 100% !important;
}
.line_tite{
    font-size: 1.4em;
	padding-bottom: 10px;
	border-bottom: solid 1px #333;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1;
}

.pict_inside{
	display: flex !important;
	flex-direction: row;
}
.pict_inside > div{
	width: 48%;
	padding-bottom: 10px;
}
.pict_inside > div:first-of-type{
	margin-right: 4%;
}
.pict_inside > div > img{
	width: 100%;
}

.line_content{
    font-size: 1.15em !important;
	line-height: 1.8em;
}
.line_content > span{
	text-decoration: underline;
}
.line_content > span.supText {
	font-size: 0.5em;
	vertical-align: top;
	position: relative;
	top: -0.6em;
	text-decoration: none;
}
.giftText {
	display: block;
	font-size: 0.7em;
	text-decoration: none !important;
	line-height: 2;
}
@media screen and (min-width:480px){
	.inte_2line{
		width: 100%;
		display: flex;
		flex-direction: row;
	}
	.l_line{
	    width: 30%;
		display: flex;
		flex-direction: column;
	}
	.l_line > div{
		width: 100%;
		padding-bottom: 20px;
	}
	.l_line > div > img{
		width: 100%;
	}
	.r_line{
	    width: 70%;
		padding-left: 20px;
	}
	.line_tite{
	    font-size: 2em;
		margin-top: 0px;
		display: block;
	}
	.pict_inside{
		display:none !important;
	}
	.line_content{
	    font-size: 1.4em;
		line-height: 2em;
	}
}

h3{
	display: block;
	margin-top: 20px;
	padding-left: 20px;
	font-size: 1.4em;
	background-image: url("/assets/img/garden/sns/heading.jpg");
	background-repeat: repeat-y;
}
.h3comment{
	margin-top: 10px;
	font-size: 1.15em;
}
.h3other{
	display: block;
	margin-top: 40px;
	padding-left: 20px;
	font-size: 1.2em;
	background-image: url("/assets/img/garden/sns/heading.jpg");
	background-repeat: repeat-y;
	border-bottom: solid 1px #5C5C5E;
}
.h3othercomment{
	margin-top: 10px;
	font-size: 1.0em;
}

@media screen and (min-width:480px){
	h3{
		font-size: 1.8em;
	}
	.h3comment{
		font-size: 1.4em;
	}
}

.pdlr60 hr{
	margin: 20px auto;
	width: 80%;
}

#to_inquiry{
	display: block;
	margin: 40px auto 20px;
}
