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 (min-width:640px){


	.pc{
		display: block;
	}
	.sp{
		display: none;
	}



	/* commonここから */
	.te-right {text-align: right;}
	.te-center {text-align: center;}
	.green {color: #038246;}
	.red {color: #FF0301;}
	.btn { text-align: center;}
	.bg-green {
	    background: #038246;
	    color: #fff;
		padding: 15px 50px;
	}
	.catch {
		padding: 50px 0 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;
		/*font-weight: bold;*/
		background: url(../image/bg_h3.png) no-repeat bottom center;
	}
	.bg-none {background: none!important;}
	/* visual */
	.visual {
		position: relative;
		width: 100%;
		min-width: 950px;
		height: 490px;
		background: url(../image/wood.jpg) no-repeat bottom center;
		background-size: cover;
	}
	#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; height:250px !important;}
	#customer .visual { background: url(../image/customer_visual.jpg) no-repeat center; height:250px !important;}
	#form .visual { background: url(../image/form_visual.jpg) no-repeat center; height:250px !important;}
	#order .visual { background: url(../image/order_visual.jpg) no-repeat center; height:250px !important;}
	#price .visual { background: url(../image/price_visual.jpg) no-repeat center; height:250px !important;}
	#gallery .visual { background: url(../image/gallery_visual.jpg) no-repeat center; height:250px !important;}
	#service .visual { background: url(../image/service_visual.jpg) no-repeat center;}
	#service_single .visual { background: url(../image/service_visual.jpg) no-repeat center; height:250px !important;}
	#service-detail .visual { background: url(../image/service-detail_visual.jpg) no-repeat center;}
	#gift .visual { background: url(../image/gift_visual.jpg) no-repeat center;}
	#blog .visual { background: url(../image/blog_visual.jpg) no-repeat center; height:250px !important;}

	.visual .slide_header{position:absolute; top: 82px; left: 50%; margin-left: -183px;}
	.visual .slide_header.large{ position:absolute; top: 202px; left: 50%; margin-left: -183px;}


.visual_box{width:1000px !important; margin:0 auto !important; padding-top:90px;}


	.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;
	}
	.contents-inner {
		width: 1000px;
		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;
	}

	/* form */
	form { width: 950px; padding: 0 50px; margin: 0 auto; font-size: 1.2rem; margin-bottom: 30px; box-sizing: border-box; font-size:14px !important;
	}
	form dl { margin-bottom: 40px;}
	form dt { float: left; width: 180px; padding: 18px 0; 	text-align: center;}
	form dd { float: right;}
	form dl.zipcode { width: 70%; }
	form dl.textarea dt { height: 5em; padding: 20px 0; }
	form input,
	form select { width: 690px; height: auto; border: none; background: #F0F0F0; font-size: 18px; letter-spacing: 0.08em; font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
	form input[type="text"],
	form input[type="email"],
	form input[type="tel"],
	form input[type="date"],
	form input[type="number"],
	form textarea,
	form select,
	form input[type="name"] { box-sizing: border-box; padding: 15px;}
	form input.bg-green{box-sizing: border-box;}
	form .radiolist {  padding-top: 18px; width: 690px; float: right; 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: 690px; height: 320px; border: none; background: #F0F0F0; margin-bottom: 60px;  font-size: 18px; letter-spacing: 0.08em; font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
	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 .gray{color: #666}

	/* 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: 60px;
	}
	.bnr-set-inner {
		width: 950px;
		margin: 0 auto;
	}
	.box-one {
		margin-bottom: 40px;
	}
	.image-box {
		width: 400px;
		float: left;
	}
	.text-box {
		width: 510px;
		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; float: left;}
	.next-btn { width: 167px; display: block; float: right;}
	.pages { width: 666px; height: 38px; display: block; margin: 0 auto; float: left; text-align: center;}
	.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%;
		height: 150px;
		box-sizing: border-box;
	}
	.header-wrapper {
		width: 950px;
		margin: 0 auto;
		padding-top: 10px;
	}
	.header-inner {
		height: 50px;
		margin-bottom: 25px;
	}
	.header .outline {
		font-size: 1rem;
	}
	.header-logo {
		float: left;
	}
	.header-info {
		float: right;
		font-size: 1.4rem;
		text-align: right;
	}
	.header-info .header-sns {
		float: left;
		padding: 5px 0;
	}
	.header-info .header-contact {
		float: left;
	}
	.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: 20px;
		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);}

	.gnavbottom{margin-top: 50px;}


	/* visual */
	#top .visual {
		position: relative;
		width: 100%;
		min-width: 950px;
		height: 670px;

	}
	.visual:before {
		content: "";
		display: block;
	    height: 30px;
	    width: 100%;
		position: absolute;
		top: 0;
		background: url(../image/visual_top.png) no-repeat center;
		z-index: 1;
	}
	#top .visual:after {
		content: "";
		display: block;
	    height: 105px;
	    width: 100%;
		position: absolute;
		bottom: 0;
		background: url(../image/visual_bottom.png) no-repeat center;
	}
	.visual .message {
		width: 660px;
		height: 360px;
		position: absolute;
		top: 100px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		z-index: 1;
	}
	/* container */
	.container {
		width: 100%;
		position: relative;
	}

	/* bnr-set */

	#top .bnr-set {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding-top: 301px;
		margin-bottom: 100px;
	}
	#top .bnr-set-inner {
		position: absolute;
		width: 950px;
		top: -70px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.bnr-set .three-bnr-one {
		width: 310px;
		float: left;
		text-align: center;
	}
	.bnr-set .three-bnr-one:nth-child(2) {
		margin: 0 9px;
	}
	.bnr-set .three-bnr-one p {
		padding: 15px 0;
	}

	.bnr-set .four-bnr_area{ width:1000px; margin:0 auto;}

	.bnr-set .four-bnr {
		margin-top: 30px;
		width:988px;
		margin-left:-28px;
	}
	.bnr-set .four-bnr a {
	float:left;
	margin-left:28px;
	width:213px;
	}


	/* about */
	.about {
		width: 100%;
		height: 522px;
		position: relative;
		text-align: center;
		background: url(../image/bg_about.jpg) no-repeat center;
		margin-top: 70px;
	}
	.about-inner{
		width: 950px;
		margin: 0 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: 1275px;
		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;
	}
	#top .user-list {
		margin-bottom: 20px;
		width: 1293px;
	}
	#top .user {
		width: 240px;
		height:390px;
		float: left;
		margin: 0 18px 20px 0;
	}
	/*#top .user:nth-child(5n)  {
		margin-right: 0;
	}*/
	#top .user .user-image img {
		width: 240px;
		height: 240px;
	}
	#top .user .user-title {
		padding: 11px 0 4px;
		font-size: 1.5rem;
		font-weight:bold;
		color:#038246;
		border-bottom: dotted 1px #333;
	}

	/* artist */
	.artist {
		width: 100%;
		height: 907px;
		padding: 40px 0 ;
		background-size: cover;
		box-sizing: border-box;
	}
	.artist-inner {
		position: relative;
		width: 1075px;
		margin: 0 auto;
	}
	.artist h2 {
		text-align: center;
		margin-bottom: 40px;
	}
	.artist h3 {
		margin-bottom: 30px;
		text-align: center;
	}
	.artist .balloon02 {
		position: absolute;
		top: 0px;
		left: 250px;
	}
	.artist .slide-artist {
		margin: 0 auto 25px;
	}

	.news_honbun{ line-height:2em; font-size:14px; margin-top:20px;}
	.news_honbun img{ width:100% !important; height:auto;}

	/* bnr986 */
	.bnr986 {
		width: 986;
		margin: 0 atuo;
		padding: 30px 0;
		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: 950px;
		margin: 0 auto;
		padding: 25px 0 5px;
	}
	.notice-list-one {
		width: 440px;
		position: relative;
		float: left;
		margin: 0 70px 20px 0;
	}
	.notice-list-one:hover {
		opacity: 0.7;
	}
	.notice-list-one a {
		width: 440px;
		height: 95px;
		position: absolute;
		top:0;
		left:0;
	}
	.notice-list-one:nth-child(2n) {
		margin-right: 0;
	}
	.notice-thumbnail {
		float: left;
		margin-right: 15px;
	}
	.notice-text {
		width: 325px;
		float: right;
	}
	.notice-text {
		width: 325px;
		float: right;
		box-sizing:
	}
	.notice .category-blog {
		padding: 2px 10px;
		color: #fff;
		background: #1F905D;
	}
	.notice .excerpt {
		padding: 10px 0 5px;
	}
	.notice .date {
		font-size: 1.2rem;
		font-weight: bold;
	}

	/* twobnr */
	.twobnr {
		width: 950px;
		margin: 0 auto;
		padding: 25px 0;
		text-align: center;
	}
	.twobnr .bnr-blog {
		margin-right: 24px;
	}

	/* 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-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 0 0;
		margin-bottom: 35px;
		line-height: 44px;
	}
	#about .watanabe {
		margin-bottom: 100px;
	}
	/* 似顔絵作家一覧 */
	
	#artist .artist_place{ width:1000px !important; margin:0 auto;}
	#artist .left_artist{ float:left; width:400px; margin-right:50px;}
	#artist .right_artist{ float:right; width:550px !important; }
	#artist .artistadd h3{ margin-bottom:60px;}
	
	
	
	#artist .contents {padding-top: 0;}
	#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 .contents-inner { width: 100%;}
	#artist .artist {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-size: cover;
    box-sizing: border-box;
	margin-bottom:40px;
	}
	
	
	
	
	#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;}
	
	
	#artist .artist-inner {
    position: relative;

    margin: 0 auto;
	margin-bottom: 45px;
	}
	#artist .member { width:1000px; margin: 0 auto 100px;}
	#artist .member table { width: 480px;}
	#artist .member-list { margin-top: 40px;overflow:hidden; width:1020px; margin-left:-20px;}


	#artist .member-one {
	 	width: 490px;
		float: left;
		margin: 0 0 60px;
		overflow:hidden;
		margin-left:20px;

	}


	#artist .artname{border-bottom:1px dotted #828282;font-weight:bold;font-size:14px !important;margin-bottom:5px;padding-bottom:5px;}

	#artist .member-one-img{width:255px;margin-right:15px;float:left;}
	#artist .member-one-img img{float:left;}
	#artist .member-one-text {float:left;width:220px;}

	#artist .member-one:nth-child(2n) { margin-left: 20px;}

	#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;
	}
	.user-list {
		margin-bottom: 20px;
		width:1020px;
	}

	.user-list h3{ font-size:21px; background-color:#ccc; height:20px; padding:0px 20px;
background: url(../image/bg_dotline.png) no-repeat bottom center;
    padding-bottom: 30px;
    margin-bottom: 30px;
	width:960px;

	}


	.user {
		width: 190px;
		height:340px;
		float: left;
		margin: 0 12px 40px 0;
	}
	/*.user:nth-child(5n) {
		margin: 0 0 40px 0;
	}*/
	.user .user-image img {
		width: 190px;
		height: 190px;
	}
	.user .user-title {
		padding: 11px 0 4px;
		font-size: 1.5rem;
		font-weight:bold;
		color:#038246;
		border-bottom: dotted 1px #333;
	}

		.user .text-height01 {
		height:120px;
	}


	.user .user-title + p { padding: 10px 0; font-size: 1em; line-height:2em; text-overflow:ellipsis;}

	/* お問い合わせ */
	.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-block{overflow:hidden;}
	.flow-img{width:207px;margin-right:25px;float:left;}
	.flow-box-one {
	width:743px;
	float:left;
		min-height: 210px;
		padding: 0px 0px 0px 25px;
		margin-bottom: 40px;
		background: url(../image/bg_arrow.png) no-repeat bottom left;
	}
	.flow-box-one .flow-title {
		font-size: 2rem;
		padding: 10px 15px;
		margin-bottom: 30px;
		font-weight: bold;
		color: #249361;
		border-bottom: dashed 1px #249361;
	}
	.flow-box-one .flow-text {
		padding: 0 15px;
		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 25px;
		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: 270px;
		margin: 0 22px;
		float: left;
		text-align: center;
	}
	.photo-one img {
		margin-bottom: 20px;
	}

.order-link-box{width:1000px;margin:0 auto 50px;}
.pc-left{float:left;}
.pc-right{float:right;}

	/* 料金について */
	.price-box {
	margin-top:70px;
	}
	.price-box:last-of-type{
	margin-bottom:70px;
	}

	.price-box img{display:block;margin:auto;}
	.price-box-inner {
		/*padding: 0 25px;*/
		margin-bottom: 60px;
	}

	.price-box-inner img{display:block;margin:auto;}
	.price-box-inner dl {
		width: 465px;
		float: left;
		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: 20px; margin-bottom: 30px;}
	.category-title {
		text-align: center;
		margin-bottom: 20px;
	}
	.category-box ul { width: 950px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}
	.category-box ul li {
		float: left;
		margin-left: 20px;
		list-style: none;
		margin-bottom: 20px;
	}
	.category-box ul li:first-child, .category-box ul li:nth-of-type(7n) {margin-left: 0;}
	.category-box ul li a {
		position: relative;
		display: block;
		width: 135px;
		height: 38px;
		line-height: 38px;
		border-radius: 5px;
		background: #f4f4f4;
		color: #333;
		text-align: center;
		font-size:13px;
	}
	.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 25px;}
	.service-box .btn { text-align: left;}
	#service .user-list {margin-bottom: 80px;}
	#service .image-box img{
		width: 400px; height: auto;
	}

	/* サービス詳細 */

	.service-detail-box{margin-top:50px;}
	.marker { text-align: center; font-size: 2rem; margin-bottom: 20px; padding-bottom: 5px; background: url(../image/bg_marker.png) no-repeat center bottom;}
	.service-detail-box-one { margin-bottom: 60px; text-align: center;}

	/* 似顔絵ギフト */
	.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-inner {
		margin-top: 10px;
		padding: 20px 90px 10px;
		background: url(../image/icon_click.png) no-repeat top right;
		background-position: 820px 10px;
	}
	.contact-tell { float: left; padding-left: 100px; background: url(../image/icon_contact.png) no-repeat top left; text-align:center; }
	.contact-btn { width: 360px; float: left; padding: 25px 0;}

	/* ブログ */
	.main {
		width: 560px;
		float: left;
		margin-bottom: 100px;
	}
	.article {margin-bottom: 40px;}
	.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: 410px;
		float: right;
	}
	.side-box {
		margin-bottom: 40px;
	}
	.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: 310px; 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: 10px 0 10px 10px; font-weight: bold; background: #CEECDD;}
	.article .pagenavi { margin-bottom: 10px;}
	.blog-sns { text-align: right; margin-bottom: 10px;}
	.article-title { font-size: 1.6rem; line-height: 24px; font-weight: bold; text-align: left; padding: 20px 0}
	.main .prev-btn { width: 85px; display: block; float: left;}
	.main .next-btn { width: 85px; display: block; float: right;}

	/* チェックボックス*/

	input[type="radio"]{
	  -webkit-appearance: none;
	  width:15px;
	  height:15px;
	  background: #ccc;
	  border-radius:50%;
	  opacity:0.5;

	}
	input[type="radio"]:checked{
	  background:#747474;
	  opacity:1;
	}



	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;
	}


	#sp_menu_contents{
		display: none;
	}

}

.visual_box .bx-viewport {
  height: 400px !important;
}

.bx-wrapper .bx-loading {
  display: none !important;
}