body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, brockquote, pre, table, caption, th, td, address, form, fieldset, legend, object {
	margin: 0;
	padding: 0;
}
h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
	font-size: 100%;
}
a, ins {
	text-decoration: none;
}
address, em, cite, dfn, var {
	font-style: normal;
}
input, textarea {
	font-family: sans-serif;
	font-weight: normal;
}
img {
	vertical-align: bottom;
	line-height: 0;
	font-size: 0;
}
a img {
	border: none;
}
html { font-size: 62.5%;}
body { font-size: 1.2rem;}
html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	color: #333;
	line-height: 1.8em;
	letter-spacing: 1px;
	font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1,h2, h3, h4, h5, img {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	text-decoration: none;
	font-weight : normal;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 1px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */







@media screen and (max-width:640px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}


	body{
		overflow-x: hidden;
		position: absolute;
		width: 100%;
	}


	/*sp_menu*/

	#sp_menu_contents{
		display: none;
		position: fixed;
		background: rgba(255,255,255,0.8);
		z-index: 10000;
		height: 100vh;
		width: 100%;
		box-sizing:border-box;
		padding: 50px 0;
	}
	#sp_menu_contents ul{
		list-style-type:none;
	}
	#sp_menu_contents>ul{
		margin-left: 20px;
	}
	#sp_menu_contents ul a{
		color: #333;
	}
	#sp_menu_contents>ul>li{
		background: url(../image/sp_menu_arrow.png) left top no-repeat;
		background-size: 15px 15px;
		padding-left: 20px;
		line-height: 15px;
		margin-bottom: 15px;
	}
		#sp_menu_contents>ul>li>ul{
			margin-top: 10px;
		}
	#sp_menu_contents>ul>li>ul>li{
		background: url(../image/sp_menu_arrow.png) left top no-repeat;
		background-size: 15px 15px;
		padding-left: 20px;
		line-height: 15px;
		margin-bottom: 10px;
	}
	#sp_menu_close_btn{
		position: absolute;
		top: 30px;
		right: 30px;
	}
	
	.sp_header_snsbtn{
		padding-top: 10px;
		padding-right:10px;
		float: right;
		width:35%;
		text-align:right;
	}
	
	.sp_header_snsbtn img{
		width:26%;
	}


	/* commonここから */
	.te-right {text-align: right;}
	.te-center {text-align: center;}
	.green {color: #038246;}
	.red {color: #FF0301;}
	.btn { text-align: center;}
	.btn img{width: 80%; height: auto;}
	.bg-green {
			background: #038246;
			color: #fff;
		padding: 15px 50px;
	}
	.catch {
		padding: 50px 20px 30px;
		font-size: 1.3rem;
		line-height: 26px;
		text-align: center;
	}
	.bg_h3 {
		margin-bottom: 30px;
		padding-bottom: 70px;
		text-align: center;
		color: #038246;
		font-size: 2.2rem;
		line-height:1.3em;
		/*font-weight: bold;*/
		background: url(../image/bg_h3.png) no-repeat bottom center;
	}
	.bg-none {background: none!important;}
	/* visual */
	.visual {
		position: relative;
		width: 100%;
		height: 380px;
		background: url(../image/wood.jpg) no-repeat bottom center;
		background-position-x:50.8% !important;
		background-size: cover !important;
	}
	#about .visual { background: url(../image/about_visual.jpg) no-repeat center;}
	#artist .visual { background: url(../image/artist_visual.jpg) no-repeat center;}
	#artist-detail .visual { background: url(../image/artist-detail_visual.jpg) no-repeat center;}
	#company .visual { background: url(../image/company_visual.jpg) no-repeat center;}
	#contact .visual { background: url(../image/contact_visual.jpg) no-repeat center;}
	#customer .visual { background: url(../image/customer_visual.jpg) no-repeat center;}
	#form .visual { background: url(../image/form_visual.jpg) no-repeat center;}
	#order .visual { background: url(../image/order_visual.jpg) no-repeat center;}
	#price .visual { background: url(../image/price_visual.jpg) no-repeat center;}
	#gallery .visual { background: url(../image/gallery_visual.jpg) no-repeat center;}
	#service .visual { background: url(../image/service_visual.jpg) no-repeat center;}
	#service-detail .visual { background: url(../image/service-detail_visual.jpg) no-repeat center;}
	#service_single .visual { background: url(../image/service_visual.jpg) no-repeat center; height:250px !important;}
	#gift .visual { background: url(../image/gift_visual.jpg) no-repeat center;}
	#blog .visual { background: url(../image/blog_visual.jpg) no-repeat center;}

	.visual .slide_header{position:absolute; top: 173px; width: 200px; height: auto; left: 50%; margin-left: -100px;}
.visual_box{width:90% !important; margin:0 8% 0 2% !important; padding-top:60px;}
.visual_box img{ width:100% !important; height:auto !important;}


	.happy {
		position: absolute;
		top: -45px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.contents {
		width: 100%;
		padding-top: 40px;
		border-top: dashed 1px #828282;
	}
	
	#price .contents-inner {
		padding-bottom:50px;
	}
	
	.contents-inner {
		width: 100%;
		margin: 0 auto;
	}

	/* table */
	table {
		width: 950px;
		margin: 0 auto;
		border-collapse: collapse;
		text-align: left;
	}
	table tr {
		border-bottom: dashed 1px #828282;
	}
	table th {
		width: 120px;
		padding: 30px 0 5px 20px;
		font-size: 1.35rem;
		font-weight: bold;
	}
	table td {
		width: auto;
		padding: 30px 0 5px 20px;
		font-size: 1.25rem;
	}

	.table1{
		width:100%;
	}

	.td1{
		width:28%;
	}

	/* form */
	form { width: 100%; padding: 0 20px; margin: 0 auto; font-size: 1.5rem;
		margin-bottom: 30px; box-sizing: border-box;}
	form dl { margin-bottom: 40px;}
	form dt { width: 100%; padding: 18px 0 10px; font-weight: bold;}
	form dd {}
	form dl.zipcode { width: 100%; }
	form dl.textarea dt { height: 5em; padding: 20px 0; }
	form input { width: 100%; height: auto; border: none; background: #F0F0F0; padding: 15px 10px !important; padding: 10px;}
	form .radiolist {  padding-left: 0px; float: left; box-sizing: border-box;}
	form input.radiobtn { width: 30px; height:30px; /*padding-left: 30px; padding: 15px 0;*/ box-sizing: border-box;}
	/*form .radiolist span { display: block; line-height: 30px; float: left; padding-right: 80px;}*/
	form textarea { width: 100%; height: 320px; border: none; background: #F0F0F0; margin-bottom: 60px;}
	form .checkbox input { width: 13px; height: 13px; border: none; margin: 0 auto; background: #ccc;
		margin-right: 10px;}
	form .formbtn input { width: 235px; height: 70px; display: block;
		margin: 0 auto; background: #038246; color: #fff; border-radius: 5px; cursor: pointer; margin-bottom: 100px;}
	form label{display: block; margin-bottom: 20px;}
	form .gray{ color: #666; font-weight: normal;}
	form input,
	form textarea,
	form select { font-size: 18px; letter-spacing: 0.08em; font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; box-sizing: border-box;}
	form textarea{ padding: 10px;}

	/* contents-bottom */
	.contents-bottom {
		width: 100%;
		padding: 40px 0 50px;
		background: url(../image/contents-bottom_line.jpg) no-repeat top center;
	}
	.contents-bottom h1 {
		margin-bottom: 40px;
		text-align: center;
	}
	.bnr-set {
		width: 100%;
		margin-bottom: 0;
	}
	.bnr-set-inner {
		width: 100%;
		margin: 0 auto;
	}
	.box-one {
		margin-bottom: 40px;
	}
	.image-box {
		width: 100%;
		float: left;
	}
	.image-box>img{
		width: 100%;
	}
	.text-box {
		width: 100%;
		float: right;
	}
	.title {
		padding: 10px 0;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 26px;
		border-top: dashed 1px #218F5B;
		border-bottom: dashed 1px #218F5B;
	}
	.title + p {
		padding: 10px 0;
		font-size: 1.2rem;
		line-height: 26px;
	}
	.writer span {
		padding-left: 10px;
		font-size: 1.35rem;
		line-height: 50px;
		font-weight: bold;
	}
	.pagenavi { margin: 10px auto 100px;}
	.prev-btn { width: 167px; display: block; text-align: center; margin: 0 auto; margin-bottom: 10px;}
	.next-btn { width: 167px; display: block; text-align: center; margin: 0 auto; margin-top: 10px;}
	.pages { width: 100%; height: 38px; display: block; margin: 0 auto; float: left; text-align: center; margin-bottom: 10px;}
	.pages span { padding: 10px 10px; line-height: 38px; margin: 0 3px; font-weight: bold;}
	.pages span:hover { opacity: 0.7;}
	.pages .current { background: #1F905D; color: #fff;}
	.pages .page { background: #f4f4f4; color: #585858;}
	/* commonここまで */


	/* header */

	.header {
		width: 100%;
		box-sizing: border-box;
	}
	.header-wrapper {
		width: 100%;
		margin: 0 auto;
		padding-top: 10px;
	}
	.header-inner {
		height: 50px;
	}

	.header .outline {
		font-size: 1rem;
		display: none;
	}
	.header-logo{
		position: relative;
	}
	.header-logo #sp_logo{
		float: left;
	}
	.header-logo #sp_menu{
		float: right;
		margin-top: 14px;
		margin-right: 10px;
	}
	.header-info {
		float: right;
		font-size: 1.4rem;
		text-align: right;
		display: none;
	}
	.header-info .header-sns {
		float: left;
		padding: 5px 0;
	}
	.header-info .header-contact {
		float: left;
	}
	.gnav{
		display: none;
	}
	.gnav ul {
		width: 950px;
		margin: 0 auto;
	}
	.gnav ul li {
		width: 135px;
		float:left;
		text-align: center;
		list-style: none;
		border-right: dotted 1px #5a5a5a;
		box-sizing: border-box;
	}
	.gnav ul li:first-child {
		width: 140px;
		border-left: dotted 1px #5a5a5a;
	}
	.gnav ul li>a{
		display: inline-block;
		width: 120px;
		height: 200px;
		background-position: center;
		background-repeat: no-repeat;
	}
	.gnav ul li>a>img{
		display: none;
	}
	.gnav ul li:nth-child(1)>a{background: url(../image/gnav01.jpg);}
	.gnav ul li:nth-child(2)>a{background: url(../image/gnav02.jpg);}
	.gnav ul li:nth-child(3)>a{background: url(../image/gnav03.jpg);}
	.gnav ul li:nth-child(4)>a{background: url(../image/gnav04.jpg);}
	.gnav ul li:nth-child(5)>a{background: url(../image/gnav05.jpg);}
	.gnav ul li:nth-child(6)>a{background: url(../image/gnav06.jpg);}
	.gnav ul li:nth-child(7)>a{background: url(../image/gnav07.jpg);}



	/* visual */
	#top .visual {
		position: relative;
		width: 100%;
		height: 400px;
		background-position: center;

	}
	.visual:before {
		content: "";
		display: block;
			height: 30px;
			width: 100%;
		position: absolute;
		top: 0px;
		background: url(../image/visual_top.png) no-repeat right;
		z-index: 1;
	}
	#top .visual:after {
		content: "";
		display: block;
	    height: 105px;
	    width: 100%;
		position: absolute;
		bottom: -20px;
		background: url(../image/visual_bottom.png) no-repeat center;
	}
	.visual .message {
		width: 100%;
		position: absolute;
		top: 80px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		z-index: 1;
	}
	.visual .message img{
		width: 100%;
		height: auto;
	}

	/* container */
	.container {
		width: 100%;
		position: relative;
	}

	/* bnr-set */

	#top .bnr-set {
		position: relative;
		width: 100%;
		margin: 0 auto 0;
	}
	#top .bnr-set-inner {
		width: 100%;
		top: -70px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#top .visual ul.bxslider li img{
		height: 400px;
		width: auto;
	}
	.bnr-set .three-bnr-one {
		width: 310px;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}

	.bnr-set .three-bnr-one p {
		padding: 15px 0;
	}
	.bnr-set .four-bnr {
		margin: 30px auto 10px;
		width: 310px;
		font-size: 0;
	}
	.bnr-set .four-bnr a{
		width: 50%;
		display: block;
		float: left;
	}
	.bnr-set .four-bnr a img{
		width: 100%;
		height: auto;
	}

	/* about */
	.about {
		width: 100%;
		height: 300px;
		position: relative;
		text-align: center;
		background: url(../image/bg_about.jpg) no-repeat center;
	}
	.about-inner{
		width: 100%;
		margin: 100px auto 0;
	}
	.about-inner p img{
		width: 100%;
		height: auto;
	}
	.about h2 {
	}
	.about h2 img {
		position: absolute;
		top: -52px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.about p {
		padding-top: 30px;
		margin-bottom: 30px;
	}
	/* list */
	.list {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 50px 0 40px;
	}
	.list-inner {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.list h2 {
		text-align: center;
		margin-bottom: 45px;
	}
	.list .balloon01 {
		position: absolute;
		top: 17px;
		right: 350px;
	}
	.list h3 {
		margin-bottom: 60px;
		text-align: center;
	}
	.list h3 img{
		width: 100%;
		height: auto;
	}
	#gift .user-list ,
	#service .user-list ,
	#service_singleer-list ,
	#top .user-list {
		margin-bottom: 20px;
	}
	#gift .user ,
	#service .user ,
	#service_singleer ,
	#top .user {
		width: 150px;
		float: left;
		margin: 0 10px 20px 0;
	}
	#gift .user:nth-child(2n)  ,
	#service_single .user:nth-child(2n)  ,
	#service .user:nth-child(2n)  ,
	#top .user:nth-child(2n)  {
		margin-right: 0;
	}
	#gift .user .user-image img ,
	#service .user .user-image img ,
	#service_singleer .user-image img ,
	#top .user .user-image img {
		width: 150px;
		height: 150px;
	}
	#gift .user .user-title ,
	#service .user .user-title ,
	#service_singleer .user-title ,
	#top .user .user-title {
		padding: 8px 0 4px;
		font-size: 1.1rem;
		border-bottom: dotted 1px #333;
	}

	/* artist */
	.artist {
		width: 100%;
		height: auto;
		padding: 40px 0;
		background-size: cover;
		box-sizing: border-box;
	}
	
		#top .artist{ background: url(../image/bg_strip.jpg) no-repeat center; background-size: cover;  width: 100%;
    height: auto;
    padding: 40px 0;
    box-sizing: border-box;
	margin-bottom:40px;}

	.artistadd{
		height: auto !important;
		padding: 40px 0 10px;
	}

	.artist-inner p{
		padding: 0 20px;
	}
	.artist-inner {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.artist h2 {
		text-align: center;
		margin-bottom: 40px;
	}
	.artist h3 {
		margin-bottom: 30px;
		text-align: center;
	}
	.artist h3 img{
		width: 100%;
		height: auto;
	}
	.artist .balloon02 {
		position: absolute;
		top: -50px;
		left: 10px;
		width: 130px;
		height: auto;
	}
	.artist .slide-artist {
		margin: 0 auto 25px;
	}
	
	.artist ul.bxslider02 li{
		width: 100%;
		height: auto;
	}
	
	.artist ul.bxslider02 li img{
		width: 100%;
		height: auto;
	}
	/* bnr986 */
	.bnr986 {
		width: 100%;;
		margin: 0 atuo;
		padding: 30px 0;
		margin-top: 50px;
		text-align: center;
	}
	.bnr986 img {
		margin: 10px 0;
	}

	/* notice */
	.notice {
		padding: 20px 0 0;
	}
	.notice h2 {
		text-align: center;
		margin-bottom: 60px;
	}
	.notice-inner {
		width: 100%;
		margin: 0 auto;
		border-top: dashed 1px #828282;
		border-bottom: dashed 1px #828282;
	}
	.notice-list {
		width: 310px;
		margin: 0 auto;
		padding: 25px 0 5px;
	}
	.notice-list-one {
		width: 310px;
		position: relative;
		margin: 0 0px 15px 0;
	}
	.notice-list-one:hover {
		opacity: 0.7;
	}
	.notice-list-one a {
		width: 310px;
		height: 95px;
		position: absolute;
		top:0;
		left:0;
	}
	.notice-list-one:nth-child(2n) {
		margin-right: 0;
	}
	.notice-thumbnail {
		float: left;
		margin-right: 0px;
	}
	.notice-text {
		width: 200px;
		float: right;
	}
	.notice .category-blog {
		padding: 2px 10px;
		color: #fff;
		background: #1F905D;
	}
	.notice .excerpt {
		margin: 5px 0 0px;
		line-height: 22px;
		height: 44px;
		overflow: hidden;
	}
	.notice .date {
		font-size: 1.2rem;
		font-weight: bold;
	}
	.bnr986-inner img{
		width: 100%;
		height: auto;

	}

	/* twobnr */
	.twobnr {
		width: 100%;
		margin: 0 auto;
		padding: 25px 0 0;
		text-align: center;
	}
	.twobnr img{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.twobnr .bnr-blog {
		margin-right: 0;
	}

	/* footer */
	.footer {
		width: 100%;
		padding: 20px 0 10px;
		border-top: dashed 1px #828282;
		background: url(../image/bg_footer.jpg) no-repeat top center;
	}
	.footer-inner {
		width: 100%;
		text-align: center;
	}
	.footer h2 {
		margin-bottom: 30px;
	}
	.footer h2 img{
		width: 100%;
		height: auto;
	}
	.footer-line {
		width: 100%;
		margin-bottom: 25px;
		padding: 45px 0 40px;
		color: #fff;
		background: #49926E;
	}
	.footer-adress {
		margin-bottom: 20px;
		padding: 5px 0 0;
		font-size: 1.1rem;
		line-height: 1.8rem;
	}

	.footer .copy {
		margin-top: 10px;
		font-weight: bold;
	}

	/* AGREEについて */

	#about .contents { text-align: center;}

	#about .contents-inner p {
		padding: 10px 20px 0;
		margin-bottom: 35px;
		line-height: 30px;
	}
	#about .watanabe {
		margin-bottom: 100px;
	}
	#about h3 img{
		width: 100%;
		height: auto;
	}
	/* 似顔絵作家一覧 */



	#artist h3 {
		text-align: center;
		margin-bottom: 20px;
	}
	#artist .artist-profile {
		margin-bottom: 100px;
		padding: 0 25px;
	}
	#artist dl {
		padding: 25px 0 5px;
		border-bottom: dashed 1px #828282;
	}
	#artist dl dt {
		width: 160px;
		float: left;
		font-size: 1.35rem;
		font-weight: bold;
	}
	#artist dl dd {
		width: 770px;
		padding-right: 20px;
		float: right;
		font-size: 1.25rem;
	}
	#artist table{
		width: 100%;
	}

	#artist .member { margin: 0 0 100px;}
	#artist .member table { width: 100%;}
	#artist .member-list { margin-top: 40px;}
	#artist .member-one {
	 	width: 100%;
		float: left;
		margin: 0 0 60px;
	}
	#artist .member-one:nth-child(2n) { margin-left: 0;}
	#artist .member-one img { width:100%; height: auto;}
	.member-one-text{
		padding: 0 20px;
	}
	#artist .artname{margin-top: 10px; border-bottom:1px dotted #828282;font-weight:bold;font-size:14px !important;margin-bottom:5px;padding-bottom:5px;}


	#artist .art-title {
		font-size: 2rem;
		padding: 10px 15px;
		margin:40px 0px 20px;
		font-weight: bold;
		color: #249361;
		border-bottom: dashed 1px #249361;
	}


	/* 似顔絵作家詳細 */
	#artist-detail h3 {
		text-align: center;
		margin-bottom: 20px;
	}
	#artist-detail .description {
		padding: 0 20px;
		margin-bottom: 40px;
		text-align: center;
	}
	.artist-detail-profile {
		padding: 0 25px;
		margin-bottom: 50px;
	}
	
		.news_honbun{ line-height:2em; font-size:14px; margin-top:20px;}
	.news_honbun img{ width:100% !important; height:auto;}
	
	.user-list {
		margin: 0 auto 20px;
		width: 320px;
	}
	.user {
		width: 150px;
	    height: 290px;
		float: left;
		margin: 0 10px 40px 0;
	}
	/*.user:nth-child(2n) {
		margin: 0 0 40px 0;
	}*/
	.user .user-image img {
		width: 150px;
		height: 150px;
	}
	.user .user-title {
		padding: 8px 0 4px;
		font-size: 1rem;
		border-bottom: dotted 1px #333;
	}
	.user .user-title + p { padding: 10px 0; font-size: 1.1rem;}

	/* お問い合わせ */
	.tell-box {text-align: center;}
	.tell-box .tell {
		margin-bottom: 30px;
		font-size: 1.6rem;
		line-height: 32px;
	}
	.tell-box .tell strong {
		font-size: 2.4rem;
		color: #808080;
	}
	.net-box {text-align: center; margin-bottom: 40px;}


	/* お客様一覧 */
	#customer .customer-list {
		padding: 0 25px;
		margin-bottom: 60px;
	}
	/* ご注文について */
	.flow-box {}
	.flow-img{
		text-align: center;
		margin-bottom: 20px;
	}
	.flow-box-one {
		height: auto;
		padding: 0 20px;
		margin-bottom: 40px;
	}
	.flow-box-one .flow-title {
		font-size: 2rem;
		padding: 10px 0;
		margin-bottom: 30px;
		font-weight: bold;
		color: #249361;
		border-bottom: dashed 1px #249361;
	}
	.flow-box-one .flow-text {
		padding: 0;
		font-size: 1.3rem;
		line-height: 26px;
	}
	.pay {
		padding: 0 25px;
		margin-bottom: 50px;
	}
	.select {
		padding: 0 25px;
		margin-bottom: 50px;
		text-align: center;
	}
	.good-photo, .bud-photo {
		padding: 30px 15px;
		margin: 10px;
		border: solid 1px #249361;
	}
	.good-photo {
		margin-bottom: 40px;
	}
	.bud-photo {
		margin-bottom: 100px;
	}
	.photo-title {
		font-size: 1.6rem;
		color: #249361;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
	}
	.photo-one {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.photo-one img {
		margin-bottom: 20px;
		width: 100%;
		height: auto;
	}

.order-link-box{padding:0px 20px 20px;}
.order-link-box img{width:100%;height:auto;margin-bottom:10px;}


	/* 料金について */
	.price-box {padding:0 20px;margin-top:30px;}
	.price-box img{width:100%; height:auto;}
	.price-box-inner img{width:100%;height:auto;}
	.price-box-inner {
		padding: 0 25px;
		margin-bottom: 60px;
	}
	.price-box-inner dl {
		width: 100%;
		margin-right: 20px;
		padding: 30px 0 5px;
		border-bottom: dashed 1px #999;
	}
	.price-box-inner dl:nth-child(2n) {
		margin-right: 0;
	}
	.price-box-inner dl dt {
		font-size: 1.5rem;
		float: left;
	}
	.price-box-inner dl dt:before {
		content: "・";
		color: #249361;
		font-weight: bold;
		font-size: 1.5rem;
	}
	.price-box-inner dl dd {
		float: right;
		padding-right: 10px;
	}

	/* 似顔絵ギャラリー */
	.category-box { background: url(../image/bg_dotline.png) no-repeat bottom center; padding-bottom: 40px; margin-bottom: 30px;}
	.category-title {
		text-align: center;
		margin-bottom: 20px;
	}
	.category-title img{
		width: 100%;
		height: auto;
	}
	.category-box ul { width: 100%; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}
	.category-box ul li {
		margin-left: 0px;
		list-style: none;
	}
	.category-box ul li:first-child {margin-left: 0;
		text-align: center;
	}
	.category-box ul li a {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
		height: 38px;
		line-height: 38px;
		border-radius: 5px;
		background: #f4f4f4;
		color: #333;
		text-align: center;
	}
	.category-box ul li a:hover:before {
		content: "";
		display: block;
		position: absolute;
		left: 20px;
		top: 50%;
		margin-top: -3px;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #249361;
	}

	/* サービス紹介 */
	.service-box { margin-bottom: 60px; padding: 0 20px;}
	.service-box .btn { text-align: center;}
	#service .user-list {margin-bottom: 80px;}
	#service .image-box img{
		width: 100% !important; height: auto;
	}

	/* サービス詳細 */
	.marker { text-align: center; font-size: 2rem; margin-bottom: 20px; padding-bottom: 5px; background: url(../image/bg_marker.png) no-repeat center bottom; line-height:1.3em;}
	.service-detail-box-one { margin-bottom: 60px; text-align: center;}
	.service-detail-box-one img{
		width: 100%;
		height:auto;
	}
	.service-detail-text{
		padding: 0 20px;
	}
	/* 似顔絵ギフト */
	.contact-bnr {
		background: url(../image/bg_line.jpg) no-repeat top center, url(../image/bg_line.jpg) no-repeat bottom center;
		padding: 25px 0 0;
		margin-bottom: 100px;
	}
	.contact-bnr img{
		width: 100%;
		height: auto;
	}
	.contact-bnr-inner {
		margin-top: 10px;
		padding: 20px 1	0px 10px;
		background: url(../image/icon_click.png) no-repeat top right;
		background-position: 820px 10px;
	}
	.contact-tell {  padding-left: 100px; background: url(../image/icon_contact.png) no-repeat top left; text-align:center; }
	.contact-btn { width: 90%; padding: 25px 0; margin: 5%; box-sizing: border-: border-box;}

	/* ブログ */
	.main {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 100px;
	}
	.article {margin-bottom: 40px; font-size: 15px; line-height: 25px;}
	.article img { width: 100%;}
	.article:last-child {margin-bottom: 0;}
	.main .blog-image { float: left;}
	.main .blog-text { width: 410px; float: right;}
	.main .blog-text .title {
			padding: 10px 0;
			font-size: 1.25rem;
			line-height: 18px;
	}
	.side {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.side-box {
		margin-bottom: 40px;
	 font-size: 15px; line-height: 25px;
 }
	.side-box h4 img{width: 100%; height: auto;}
	.sidebar-recent-posts, .sidebar-special-posts { padding: 10px 0;}
	.sidebar-recent-posts .blog-image, .sidebar-special-posts .blog-image { width: 80px; height: 80px; float: left;}
	.sidebar-recent-posts .blog-text, .sidebar-special-posts .blog-text { width: 210px; height: 80px; float: right; font-size: 1.1rem;}
	.sidebar-recent-posts .sidebar-date, .sidebar-special-posts .sidebar-date { font-size: 1rem;}
	.sidebar-categories { margin-bottom: 30px;}
	.sidebar-categories ul { padding: 10px 0;}
	.sidebar-categories ul li {
		float: left;
		margin-left: 15px;
		list-style: none;
	}
	.sidebar-categories ul li:first-child {margin-left: 0;}
	.sidebar-categories ul li a {
		position: relative;
		display: block;
		width: 70px;
		height: 25px;
		line-height: 25px;
		border-radius: 5px;
		background: #f4f4f4;
		color: #333;
		text-align: center;
	}

	.main-date { padding: 0 0 0 10px; font-weight: bold; background: #CEECDD;}
	.article .pagenavi { margin-bottom: 10px;}
	.blog-sns { text-align: right; margin-bottom: 10px;}
	.article-title { font-size: 18px; line-height: 24px; font-weight: bold; text-align: center; padding: 5px 0; margin-bottom: 20px; margin-top: 10px;}
	.main .prev-btn { width: 85px; display: block; margin: 0 auto; text-align: center;}
	.main .next-btn { width: 85px; display: block; margin: 0 auto;}

	/* チェックボックス*/

	input[type="radio"]{
		-webkit-appearance: none;
		width:45px !important;
		height:45px;
		background: #ccc;
		border-radius:50%;
		opacity:0.5;
		width:100%;
	}
	input[type="radio"]:checked{
		background:#747474;
		opacity:1;
		border: solid 7px #eee;
	}



	input[type=checkbox] {
		display: none;
	}

	.checkbox {
		box-sizing: border-box;
		position: relative;
		display: inline-block;
		margin: 60px 20px 40px 0;
		padding: 12px 12px 12px 42px;
		vertical-align: middle;
		cursor: pointer;
	}

	.checkbox:hover:after {
		border-color: #53b300;
	}
	.checkbox:after {
		position: absolute;
		top: 50%;
		left: 15px;
		display: block;
		margin-top: -10px;
		width: 16px;
		height: 16px;
		content: '';
		background: #ddd;
	}

	.checkbox:before {
		position: absolute;
		top: 50%;
		left: 20px;
		display: block;
		margin-top: -10px;
		width: 5px;
		height: 9px;
		border-right: 3px solid #747474;
		border-bottom: 3px solid #747474;
		content: '';
		opacity: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 1;
	}
	input[type=checkbox]:checked + .checkbox:before {
		opacity: 1;
	}
	
	
	/* form2 --------------------*/
	.form2_imgbox01{
		width:100%;
	}
	
	.form2_imgbox01 img{
		width:100%;
	}

}
