@charset "utf-8";

/* android対策 */
/* p { background-image: url(../images/pix.gif); } */

/*--------------------------------------------------------
★レスポンシブ■タブレット対応
--------------------------------------------------------*/
@media screen and (max-width: 1180px) {
	/* layout */
	html{
		width: 1180px;
	}
	body {
		width: 1180px;
		padding-top: 0;
	}

	/* header */
	header{
		display: block;
		width: 1180px;
	}
	article{
		position: relative;
		display: block;
		width: 1180px;
	}
	#main_slider{
		padding-top: 40px;
	}
	.top_main_contents{
		overflow-x: hidden;
	}
	footer{
		width: 1180px;
	}
	#top_greeting:before{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

/*--------------------------------------------------------
★レスポンシブ■ヘッダ部分
--------------------------------------------------------*/
@media screen and (min-width: 481px) {
	.pc_none{
		display: none!important;
	}
}
@media screen and (max-width: 480px) {
	/* header */
	header{
		position: fixed;
		max-width: 480px;
		width: 100%;
		height: auto;
		border-top: none;
		top: 0;
		padding: 0;
		border: 0;
		z-index: 1;
		background: #FFF;
		box-shadow: 0 0 5px rgba(0,0,0,.5);
	}
	header.t32{
		top: 0;
	}
	header .wrapper{
		width: 100%!important;
		padding: 0;
	}
	#header_logo{
		position: fixed;
		display: block;
		width: 100%;
		height: 50px;
		background: #FFF;
		box-shadow: 0 0 2px rgba(0,0,0,.7);
		z-index: 100000;
	}
	#header_logo a{
		width: 210px;
		height: 40px;
		background-position: center left;
		-webkit-background-size: auto 85%;
		background-size: auto 85%;
		margin: 5px 0;
		z-index: 0;
		top: 0;
		left: 2%;
	}
	#lead,.top_right,#gnav,
	header .address{
		display: none;
	}
	header.is-animation{
		height: 50px;
	}
	header.is-animation #header_logo a{
		top: 0;
	}

	/* スマホ用メニュー */
	.index #wrapper {
		overflow: hidden;
		min-width: 20pc;
		height: auto;
		padding: 0;
	}
	.drawer .contents {
		-webkit-transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
	}
	.drawer #navTgl:checked~.contents {
		-webkit-transform: translateX(-250px);
		transform: translateX(-250px);
	}
	.index #navTgl {
		display: none;
		overflow: hidden;
	}
	.drawer label.pc_none {
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
	}
	.drawer .open {
		z-index: 101;
		width: 50px;
		height: 50px;
		color: #fff;
		background-color: #397A77;
		font-size: 2em;
		line-height: 50px;
		text-align: center;
		-webkit-transition: background-color 0.6s,-webkit-transform 0.6s;
		transition: background-color 0.6s,transform 0.6s;
	}
	.index #navTgl:checked+.open {
		background-color: rgba(57,122,119,.9);
		-webkit-transform: translateX(-250px);
		transform: translateX(-250px);
	}
	.drawer .close {
		pointer-events: none;
		z-index: 1;
		width: 100%;
		height: 100%;
		transition: background-color 0.6s;
	}
	.drawer #navTgl:checked~.close {
		pointer-events: auto;
		background-color: rgba(0,0,0,.3);
		z-index: 2;
	}
	.menu {
		z-index: 3;
		position: fixed;
		overflow: auto;
		top: 0;
		right: 0;
		width: 250px;
		height: 100%;
		padding: 10px;
		background-color: rgba(255,255,255,.8);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
		box-sizing: border-box;
	}
	.index #navTgl:checked~.menu {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.menu li a {
		color: #303A48;
	}
	.menu ul {
		padding: 0;
	}
	.menu li {
		position: relative;
		border-bottom: 1px solid rgba(0,0,0,.3);
		font-size: 0.8em;
		line-height: 1.4;
	}
	.menu li.title_menu{
		font-size: 14px;
		margin-top: 16px;
		padding-left: 6px;
		padding-bottom: 6px;
	}
	.menu li.arrow_a:after{
		content: ">";
		position: absolute;
		display: block;
		font-size: 1.5em;
		color: rgba(0,0,0,.7);
		top: .8em;
		right: 1.2em;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.menu li a {
		display: block;
		padding: 1em 2em .9em;
		text-decoration: none;
		transition: background-color 0.6s;
	}
	.menu li a:hover {
		color: #FFF;
		background-color: #303A48;
	}
	.menu li a:hover span{
		color: #FFF;
	}
	.menu li ul li:last-child{
		border-bottom: 0;
	}
	.menu li.arrow_r a:after{
		content: "\f107";
		position: relative;
		display: block;
		float: right;
		font-weight: 600;
		font-family: "Font Awesome 5 Free";
		right: 0;
	}
	.menu li.arrow_r .sub_menu li a:after{
		display: none;
	}
	.menu li:last-child{
		border-bottom: 0;
		line-height: 1em;
	}
	.menu li a.facebook:before{
		content: "\f39e";
		position: relative;
		font-weight: 900;
		font-family: "Font Awesome 5 Brands";
		font-size: 26px;
		transition: .3s;
		top: 5px;
	}
	.menu li a.facebook span{
		position: relative;
		display: block;
		text-indent: -9999px;
	}

}

/*--------------------------------------------------------
★レスポンシブ■スマホ表示切替ボタン
--------------------------------------------------------*/
@media screen and (max-width: 480px) {
	li a#btnSP{
		display: none;
	}
	li a#btnPC{
		position: fixed;
		display: block;
		width: 30%;
		height: auto;
		z-index: 100;
		font-size: 12px;
		padding: 8px 2px;
		border-radius:8px;
		background: #47788E;
		box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
		text-align: center;
		color: #fff;
		text-decoration: none;
		bottom: 12px;
		left: 12px;
		z-index: 99999999!important;
	}
}
@media screen and (min-width: 481px) {
	#switch{
		display: none;
		height: 0;
	}
	li a#btnSP{
		display: none;
	}
	li a#btnPC{
		display: none;
	}
}

@media screen and (min-width:1021px) {
	#switch{
		display: block;
		height: auto;
	}
	li a#btnPC{
		display: none;
	}
	li a#btnSP{
		position: fixed;
		display: block!important;
		width: 300px;
		height: auto;
		z-index: 100;
		font-size: 24px;
		padding: 8px;
		text-align: center;
		border-radius: 22px;
		background: #47788E;
		box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
		color: #fff;
		text-decoration: none;
		bottom: 30px;
		right: 120px;
		z-index: 99999999!important;
	}
}
@media screen and (min-width: 1023px) {
	#switch{
	display: none;
	height: 0;
	}
	li a#btnSP{
		display: none;
	}
	li a#btnPC{
		display: none;
	}
}


/*--------------------------------------------------------
★レスポンシブ■コンテンツ部分
--------------------------------------------------------*/
@media screen and (max-width: 480px) {
	html{
		max-width: 480px;
		width: 100%;
		-webkit-text-size-adjust: 100%!important;
		overflow-x: hidden;
	}
	body {
		max-width: 480px;
		min-width: 320px;
		width: 100%;
		overflow-x: hidden!important;
		box-shadow: none;
		font-size: 16px;
		line-height: 18pt;
		-webkit-text-size-adjust: 100%!important;
		padding-top: 0;
	}

	/* layout
	------------------------------ */
	.wrapper{
		max-width: 480px;
		width: 92%!important;
		margin: 0;
		padding: 0 4%;
	}
	.bg_cream{
		padding-top: 50px;
	}

	/* Common
	------------------------------ */
	.sp_none{
		display: none!important;
		z-index: 0;
	}
	article{
		width: 100%;
		overflow: hidden;
	}
	.fl_l,.fl_r{
		clear: both;
		float: none;
	}
	.btn a{
		width: 220px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
		letter-spacing: .04em;
	}
	.btn_list li:first-child{
		margin: 0 auto 20px;
	}

	/* top bxslider */
	#main_slider{
		padding: 50px 0 0;
	}
	#main_slider .slick-slide img {
		width: 100%;
	}
	/* #main_slider .bx-wrapper{
		padding-bottom: 40px;
	}
	#main_slider .bx-viewport{
		overflow: visible!important;
	}
	#main_slider .bxslider{
		width: 938%!important;
	}
	#main_slider .bxslider li{
		margin: 0 auto;
	}
	#main_slider .bxslider li:last-child{
		margin: 0 auto;
	}
	#main_slider .bxslider li a{
		width: 100%;
		height: auto;
	}
	#main_slider .bxslider li a:before{
		width: 100%;
		height: auto;
	} */

	/* top_main_contents
	------------------------------ */
	.top_main_contents section{
		position: relative;
		display: block;
		padding: 40px 0;
	}
	.top_main_contents h2{
		font-size: 24px;
		letter-spacing: .08em;
		margin-bottom: 30px;
	}
	.top_main_contents h3{
		font-size: 18px;
		font-weight: 600;
	}

	/* top_pickup */
	#top_pickup{
		padding-top: 30px;
	}
	#top_pickup h2{
		text-align: center;
		font-weight: 500;
		font-family: 'Helvetica', sans-serif;
		letter-spacing: .04em;
		margin-bottom: 10px;
	}
	#top_pickup .bx-wrapper{
		/*overflow: hidden;*/
		width: 270px!important;
		height: 170px;
		padding: 10px;
		background: #397A77;
		z-index: 0;
	}
	#top_pickup .bx-wrapper:after{
		display: none;
	}
	#top_pickup .bx-viewport{
		overflow: hidden!important;
		width: 100%;
		height: auto;
		z-index: 1;
		margin: 0 auto;
		padding: 0;
	}
	#top_pickup .bxslider{
		position: relative;
		display: block;
		height: auto;
		overflow-y: hidden;
		margin: 0 auto;
	}
	#top_pickup .bxslider li{
		width: 270px!important;
		height: auto;
		margin: 0;
	}
	#top_pickup .bxslider li a:before{
		width: 100%;
		height: auto;
	}
	#top_pickup .bxslider li a img{
		height: 170px;
		object-fit: cover;
	}
	#top_pickup .bx-wrapper .bx-pager{
		width: 100%;
		height: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	#top_pickup .bx-wrapper .bx-pager .bx-pager-item{
		display: inline-block;
	}
	#top_pickup .bx-wrapper .bx-pager.bx-default-pager a{
		margin: 6px;
	}

	/* holiday_bnr */
	.holiday_bnr li{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.holiday_bnr li:first-child{
		margin: 0 auto 20px;
	}
	.reservation_bnr{
		width: 92%;
		padding: 0 4%;
	}
	.reservation_bnr img{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
	}
	.tomatoglasses_bnr{
		width: 90%;
		margin: 30px auto 0;
	}

	/* top_new */
	#top_new ul li{
		display: block;
		width: 85%;
		height: auto;
		margin: 0 auto 50px;
	}
	#top_new ul li:last-child{
		margin: 0 auto;
	}
	#top_new ul li .pict{
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin: 0 auto 20px;
	}
	#top_new ul li span{
		position: relative;
		display: block;
		padding: 0 20px;
		letter-spacing: .04em;
	}
	#top_new ul li h3{
		padding: 0 4% 10px;
	}
	#top_new ul li h3 span{
		font-size: 16px;
		right: 4%;
		padding: 0;
	}

	/* top_news */
	#top_news{
		background-position: bottom right;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	#top_news .fl_l{
		width: 100%;
	}
	#top_news h2{
		text-align: left;
	}
	#top_news .btn a{
		width: 150px;
		margin-top: -6px;
		margin-bottom: 30px;
	}
	#top_news dl dt{
		clear: both;
		float: none;
		width: 85%;
		height: auto;
		margin: 0 auto 10px;
	}
	#top_news dl dt a,
	#top_news dl dt a img{
		position: relative;
		display: block;
		width: 100%;
		height: auto;
	}
	#top_news dl dd{
		height: auto;
		padding: 10px 0 8px;
		margin-bottom: 40px;
	}
	#top_news dl dt:nth-last-child(2),
	#top_news dl dd:last-child{
		margin-bottom: 0;
	}
	#top_news dl dd h3{
		line-height: 18pt;
		letter-spacing: .1em;
		margin-bottom: 10px;
		transition: .3s;
	}
	#top_news dl dd .date{
		position: relative;
		display: block;
		text-align: right;
	}
	#top_news .fb{
		width: 100%;
		height: 400px;
		background: #CCC;
		margin: 60px auto 30px;
	}
	#top_news #insta_list{
		width: 100%;
		height: auto;
		margin-top: 30px;
		padding: 100px 4% 4%;
	}
	#top_news #insta_list:before{
		content: "";
		position: absolute;
		display: block;
		width: 250px;
		height: 58px;
		background: url(../images/insta_logo.png) no-repeat center center;
		-webkit-background-size: contain;
		background-size: contain;
		top: 20px;
		left: 0;
		right: 0;
		bottom: auto;
		margin: 0 auto;
	}
	#top_news #insta_list ul li{
		width: 49%;
		height: auto;
		margin-right: 2%;
	}
	#top_news #insta_list ul li:nth-child(2n){
		margin-right: 0;
	}
	.top_news_list:nth-of-type(n + 2) {
		margin-top: 30px;
	}
	#top_news .fl_r {
		width: auto;
		margin-top: 50px;
	}
	.top_news_item {
		display: block;
	}
	.top_news_item:nth-of-type(n + 2) {
		margin-top: 30px;
	}
	.top_news_item_img {
		max-width: 100%;
	}
	.top_news_item_img img {
		max-width: 100%;
		max-height: none;
		vertical-align: top;
		border-radius: 8px 8px 0 0;
	}
	.top_news_item_content {
		max-width: 100%;
		padding: 5px;
		margin-left: 0;
	}
	.top_news_item_content h3 {
		line-height: 18pt;
		letter-spacing: .1em;
		margin-bottom: 10px;
		transition: .3s;
	}

	/* top_product */
	#top_product{
		padding-bottom: 50px;
		z-index: 0;
	}
	#top_product h3{
		font-size: 24px;
		margin-top: 70px;
		margin-bottom: 20px;
	}
	.glass_box:after{
		width: 100%;
		height: 226px;
		top: auto;
	}
	.glass_box:nth-of-type(2):after{
		left: auto;
		right: 70%;
	}
	.glass_box ul{
		/* width: 70%;
		height: 154px; */
		width: 90%;
		height: 226px;
		margin: 30px auto 0;
		/* padding: 36px 0 36px 30%; */
		padding: 36px 0 36px 15%;
		overflow: hidden;
	}
	.glass_box ul.fl_l{
		margin: 30px auto 0;
		margin-left: 0;
		padding-right: 15%;
		padding-left: 15%;
	}
	.glass_box ul li{
		width: auto;
		height: auto;
		letter-spacing: .04em;
		margin-right: 45px;
	}
	.glass_box ul li:last-child{
		margin-right: 0;
	}
	.glass_box .pict{
		width: 100%;
		height: 0;
		margin-bottom: 22px;
		padding-bottom: 40%;
	}
	.glass_box .slick-list{
		overflow: hidden;
		padding: 0!important;
	}

	#top_product .bnr{
		margin-top: 76px;
	}
	#top_product .bnr li{
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	#top_product .bnr li:first-child{
		margin: 0 auto 50px;
	}
	#top_product .bnr li .pict{
		width: 100%;
		height: auto;
	}
	#top_product .bnr li h3{
		letter-spacing: .04em;
		margin: 14px auto 20px;
	}

	/* top_greeting */
	#top_greeting{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	#top_greeting:before{
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	}
	#top_greeting p{
		padding-top: 40%;
	}
	#top_greeting p:before,
	#top_greeting p:after{
		content: "";
		width: 49%;
		top: 0;
		bottom: auto;
		height: 0;
		padding-bottom: 37%;
		margin: 0 auto;
	}
	#top_greeting p:before{
		left: 0;
	}
	#top_greeting p:after{
		right: 0;
	}

	/* top_access */
	#top_access #ggmap{
		width: 100%;
		height: 250px;
	}
	#top_access p{
		padding: 0 2%;
		letter-spacing: .03em;
	}
	#top_access .tel{
		width: 280px;
		background-position: center center;
		margin: 10px auto;
	}

	/* main contents
	------------------------------ */
	.title_box{
		position: relative;
		display: block;
		width: 100%;
		height: 140px;
		-webkit-background-size: auto 140px;
		background-size: auto 140px;
	}
	.title_box h1,.title_box p{
		width: 92%;
		height: 95px;
		font-size: 24px;
		line-height: 22pt;
		padding: 45px 0 0 8%;
	}
	.title_box h1 span,
	.title_box p span{
		position: relative;
		display: block;
		font-size: 18px;
		margin-left: 0;
	}

	.main_contents{
		line-height: 20pt;
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.main_contents section{
		padding-bottom: 50px;
	}
	.main_contents section:first-of-type{
		padding-top: 50px;
	}
	.main_contents h2{
		font-size: 22px;
		line-height: 24pt;
		letter-spacing: .08em;
		margin-bottom: 20px;
	}
	.main_contents section:first-of-type h2{
		margin-bottom: 20px;
	}
	.main_contents h3{
		font-size: 20px;
		letter-spacing: .1em;
		line-height: 25pt;
		margin-bottom: 24px;
	}
	.main_contents table tr th{
		position: relative;
		display: block;
		width: 90%;
		line-height: 18pt;
		padding: 18px 5%;
		vertical-align: middle;
	}
	.main_contents table tr td{
		position: relative;
		display: block;
		width: 90%;
		line-height: 18pt;
		margin-bottom: 10px;
		padding: 18px 5%;
	}

	/* contact_box */
	.contact_box{
		width: 100%;
		height: auto;
		margin-top: 40px;
		padding: 8% 4%;
	}
	.contact_box:after{
		width: 180px;
		height: 200px;
		left: 0;
		bottom: auto;
		margin: 0 auto;
		display: none;
	}
	.contact_box:before{
		display: none;
	}
	.contact_box p{
		font-size: 19px;
	}
	.contact_box .logo{
		display: block;
		width: 260px;
		height: 50px;
		margin: 0 auto;
		top: 0;
	}
	.contact_box .text{
		position: relative;
		display: inline-block;
		padding-top: 0;
	}
	.contact_box .btn_list{
		margin-top: 26px;
	}

	/* glasses
	------------------------------ */
	#glasses_h1{
		background-position: center right;
	}
	.glasses_about li{
		margin-bottom: 50px;
		padding-bottom: 30px;
		letter-spacing: .08em;
	}
	.glasses_about li:nth-child(2){
		margin-bottom: 30px;
	}
	.glasses_about li .pict{
		width: 100%;
		height: auto;
		margin: 0 auto 15px;
	}
	.glasses_about li .fl_r{
		margin: 0 auto 15px;
	}
	.glasses_about li .btn a{
		width: 280px;
		margin: 40px auto 0;
	}
	#glasses .type_list{
		letter-spacing: -.4em;
	}
	#glasses .type_list li{
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto 40px;
	}
	#glasses .type_list li:nth-child(3n){
		margin: 0 auto 40px;
	}
	#glasses .type_list li:last-child{
		margin-bottom: 0;
	}
	#glasses .type_list li a img{
		margin-bottom: 8px;
	}
	#glasses h2{
		font-size: 24px;
		margin-top: 70px;
		margin-bottom: 0;
	}

	/* tab area */
	#glasses .tag_list{
		margin-bottom: 30px;
		z-index: 0;
	}
	#glasses .tag_list li{
		display: block;
		float: left;
		width: 49%;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
		margin: 0 2% 4% 0;
	}
	#glasses .tag_list li:nth-child(2n){
		margin-right: 0;
	}
	.tab_content{
		position: relative;
		display: block;
		clear: both;
		width: 100%;
		height: auto;
		margin-bottom: 60px;
	}
	.tab_area{
		padding-top: 0;
		margin-top: 0;
	}
	#glasses .tab_area h2{
		letter-spacing: .02em;
	}
	.tab_area ul.topics_list{
		padding-top: 60px;
		margin-top: -60px;
		display: flex;
		gap: 20px 2%;
	}
	.tab_area ul.topics_list li{
		float: left;
		width: 49%;
		height: auto;
	}
	.tab_area ul.topics_list li a{
		height: auto;
	}
	.tab_area ul.topics_list li.none{
		width: 100%;
		text-align: center;
		padding: 30px 0 60px;
		font-weight: 600;
		margin: 0 auto;
	}
	.tab_area ul.topics_list li h3{
		font-size: 14px;
		letter-spacing: .02em;
		line-height: 17pt;
	}

	/* taxonomy
	------------------------------ */
	.tax .pict{
		width: 100%;
		height: auto;
		margin: 0 auto 15px;
	}
	#contents_detail .term{
		padding-top: 0;
	}
	#contents_detail .main_pict{
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}
	#contents_detail h1,
	#contents_detail h2,
	.caution_list h2{
		font-size: 18px;
		line-height: 18pt;
		margin: 0 auto 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #E2E0E0;
	}
	#contents_detail .main_text,
	#contents_detail .loop_box{
		margin-bottom: 50px;
	}
	#contents_detail .loop_box .pict{
		width: 90%;
		height: auto;
		margin: 0 auto 10px;
	}
	#contents_detail h2{
		margin: 20px 0 20px;
	}
	#contents_detail .loop_box p{
		line-height: 20pt;
		padding-left: 0;
	}
	#contents_detail h2.product_title{
		margin: 50px 0 10px;
	}
	#contents_detail .product_list li{
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto 50px;
	}
	#contents_detail .product_list li:nth-child(4n){
		margin: 0 auto 50px;
	}
	#contents_detail .product_list li h3{
		margin-top: 12px;
	}
	#contents_detail h3{
		font-size: 16px;
		line-height: 1.7;
		margin: 50px 0 20px;
	}
	#contents_detail p.fw_6{
		margin-top: 30px;
	}
	#contents_detail .flex{
		display: block;
		margin-bottom: 0;
	}
	#contents_detail .flex div{
		font-size: 14px;
		line-height: 1.7;
		padding: 6% 5%;
		margin-bottom: 20px;
	}
	#contents_detail ul.flow{
		display: block;
	}
	#contents_detail ul.flow li{
		max-height: unset;
		font-size: 14px;
		line-height: 1.5;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		padding: 5%;
		text-indent: 0;
		background: rgba(71,120,142,.3);
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	#contents_detail ul.flow li::after{
		width: 28px;
		height: 22px;
		top: auto;
		left: 0;
		right: 0;
		bottom: -26px;
		margin: 0 auto;
		transform: rotate(90deg);
	}
#contents_detail h2.product_title.mt50{
	margin-top: 50px;
}
	.caution_list{
		margin: 0 auto 60px;
	}
	.caution_list .pict{
		width: 100%;
		height: auto;
		margin: 0 auto 15px;
	}

	.frame_brand_list{
		padding-top: 0;
	}
	.frame_brand_list h2{
		margin-left: 0!important;
	}
	.frame_brand_list ul li{
		float: left;
		width: 49%;
		font-size: 16px;
		margin-right: 2%;
		margin-bottom: 8%;
	}
	.frame_brand_list ul li:nth-child(3n){
		margin-right: 2%;
	}
	.frame_brand_list ul li:nth-child(2n){
		margin-right: 0;
	}
	.frame_brand_list ul li a img{
		width: 100%;
		height: auto;
	}
	.frame_brand_list ul li span,
	.frame_brand_list ul li h3{
		font-size: 16px;
		line-height: 18pt;
		margin-bottom: 0;
	}
#common_term h1{
	margin-right: 0;
}
#common_term .product_list li.none{
	width: 100%;
	margin-right: 0;
}

	/* contact_lens
	------------------------------ */
	#manufacturer p{
		text-align: center;
		margin-bottom: 50px;
	}
	#manufacturer ul li{
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto 20px;
	}
	#manufacturer ul li:nth-child(3n){
		margin: 0 auto 20px;
	}
	#flow ul li{
		letter-spacing: .07em;
		border: 4px solid #47788B;
		margin-bottom: 46px;
		padding: 5% 5% 8%;
	}
	#flow ul li:last-child{
		margin-bottom: 0;
	}
	#flow ul li .pict{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#flow ul li .caution{
		margin: 4px 0 0;
	}
	#merit ul li{
		display: block;
		margin: 0 auto 50px;
		letter-spacing: .08em;
	}
	#merit ul li:last-child{
		margin: 0 auto;
	}
	#merit ul li .pict{
		margin-bottom: 15px;
	}
	#merit ul li h3{
		font-size: 20px;
	}

	/* smart_lens
	------------------------------ */
	#smart_lens_about p.top_text{
		font-size: 16px;
		margin-bottom: 20px;
	}
	#smart_lens_about ul li{
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto 20px;
		border: 4px solid #397A77;
	}
	#smart_lens_about ul li:nth-child(2n){
		margin: 0 auto 20px;
	}
	#smart_lens_about ul li h3{
		font-size: 20px;
		margin-bottom: 20px;
	}
	#smart_lens_about ul li span{
		padding: 0 5% 20px;
	}
	#smart_lens_about .pict{
		width: 100%;
		margin: 30px auto 0;
	}

	/* hearing aid
	------------------------------ */
	#case p{
		text-align: center;
		margin-top: 24px;
	}
	#case ul li{
		display: block;
		margin: 0 auto 50px;
	}
	#case ul li:last-child{
		margin: 0 auto;
	}
	#case ul li h3{
		margin-top: 10px;
	}
	#flow ul li ol.pict{
		height: auto;
		margin-bottom: 20px;
	}
	#flow ul li ol.pict li{
		width: 100%;
		height: auto;
		margin: 0 auto 10px;
	}
	#flow ul li h4{
		font-size: 18px;
		padding-top: 24px;
	}
	#flow ul li h4.border_b{
		margin: 24px 0 6px;
	}
	#type{
		padding-bottom: 0;
	}
	#type .column_box,
	#hearing_type .column_box{
		height: auto;
		border: 4px solid #397A77;
	}
	#hearing_type .column_box{
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto 20px;
	}
	#hearing_type .column_box:last-child{
		margin: 0 auto;
	}
	#type .column_box h3,
	#hearing_type .column_box h3{
		font-size: 20px;
		margin-bottom: 20px;
	}
	#hearing_type .column_box span{
		padding: 0 5% 20px;
	}
	#type .column_box .pict{
		margin: 0 auto 15px;
	}
	#type .column_box p{
		line-height: 20pt;
		letter-spacing: .02em;
		margin: 0 4% 21px;
	}
	#type .column_box ul{
		margin: 0 auto;
	}
	#type .column_box ul li.pict{
		display: block;
		margin: 0 auto;
	}
	#type .column_box:nth-last-child(2) .pict:nth-of-type(2),
	#type .column_box:last-of-type .pict:nth-of-type(2){
		clear: both;
		float: none;
		width: 96%;
		height: auto;
		margin: 0 auto;
	}
	#service .pict{
		width: 100%;
		height: auto;
		margin: 0 auto 15px;
	}
	#service p{
		padding-top: 0;
	}

	/* shop
	------------------------------ */
	#shop_kitanarashino_h1,
	#shop_tokiwadaira_h1{
		background-position: center right;
	}
	#kita_narashino .pict,
	#tokiwa_daira .pict{
		width: 100%;
		height: auto;
	}
	#kita_narashino .detail,
	#tokiwa_daira .detail{
		padding: 10px 0 0;
	}
	#kita_narashino dl dt,
	#tokiwa_daira dl dt{
		clear: both;
		float: none;
		width: 100%;
		padding: 10px 0 0;
	}
	#kita_narashino dl dd,
	#tokiwa_daira dl dd{
		padding: 8px 0;
	}
	#access #ggmap,#access #ggmap2{
		height: 250px;
		margin-bottom: 20px;
	}
	#access #ggmap iframe,
	#access #ggmap2 iframe{
		width: 100%;
		height: 250px;
	}
	#access ul li{
		display: block;
		width: 100%;
		letter-spacing: .08em;
	}
	#access ul li:first-child{
		margin: 0 auto 20px;
	}
	#access ul li h3{
		font-size: 20px;
		margin: 0 auto 10px;
	}
	#parking .ggmap-2{
		margin-bottom: 20px;
	}
	#access ul li .caution{
		line-height: 18pt;
	}

	#staff ul li{
		display: block;
		width: 90%;
		letter-spacing: .08em;
		margin: 0 auto 50px;
	}
	#staff ul li:nth-child(3n){
		margin: 0 auto 50px;
	}
	#staff ul li:last-child{
		margin-bottom: 0;
	}
	#staff ul li .pict{
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}

	/* company
	------------------------------ */
	#greeting .pict{
		width: 100%;
		height: auto;
		margin: 0 auto 15px;
	}
	#greeting p{
		letter-spacing: .08em;
	}
	#company #profile table tr td a{
		display: block;
		margin: 6px 0 0;
		text-align: right;
	}

	/* question
	------------------------------ */
	#question section{
		padding-top: 70px;
		margin-top: -70px;
	}
	#question section:first-of-type{
		padding-top: 30px;
		z-index: 0;
	}
	#question .cat_list li{
		display: block;
		float: left;
		width: 49%;
		height: auto;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#question .cat_list li:nth-child(2n){
		margin-right: 0;
	}
	#question .cat_list li a:after{
		height: 18px;
		right: 4%;
		top: 0;
		bottom: 0;
		margin: auto 0;
		line-height: 1em;
	}
	#question .cat_list li a{
		width: 100%;
		height: 72px;
		font-size: 16px;
		line-height: 18pt;
		letter-spacing: 0;
		padding: 23px 4% 10%;
		box-sizing: border-box;
	}
	#question .cat_list li:nth-child(3) a{
		height: 72px;
		padding-top: 12px;
	}
	#question h2{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.faq_list_box dt{
		padding: 10px 30px 10px 24px;
		line-height: 18pt;
		margin-top: 20px;
	}
	.faq_list_box dt:after{
		right: 10px;
		top: 50%;
		bottom: auto;
		margin-top: -12px;
	}

	/* news
	------------------------------ */
	#news{
		width: 100%;
		padding: 0;
	}
	#news_h1{
		background-position: center right;
	}
	.news_list,#news_detail{
		padding-top: 50px!important;
	}
	.news_list li{
		padding: 20px 0;
		text-align: center;
	}
	.news_list .pict{
		width: 210px;
		height: 155px;
		margin: 0 auto 10px;
	}
	.news_list h3{
		font-size: 18px;
		text-align: left;
		margin-bottom: 4px;
	}
	.news_list p{
		text-align: left;
	}
	.pb150{
		padding-bottom: 50px;
	}
	.pb150 .contact_box{
		margin-top: 40px;
	}

	/* single
	------------------------------ */
	#news_detail .text_box{
		padding-bottom: 40px;
	}
	#news_detail h1{
		letter-spacing: .15em;
		line-height: 18pt;
		margin-bottom: 14px;
	}

	#news_detail .sns_box p{
		text-align: center;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	#news_detail .addtoany_list,
	#news_detail .widget .addtoany_list{
		position: relative;
		display: block;
		width: 242px;
		margin: 0 auto;
	}

	/* aside
	------------------------------ */
	#sidebar{
		display: none;
	}

	/* contact
	------------------------------ */
	#tel_contact .tel_box,
	#thanks .tel_box{
		height: auto;
	}
	#tel_contact .tel_box h3,
	#thanks .tel_box h3{
		width: 92%;
		line-height: 20pt;
		padding: 15px 4%;
	}
	#tel_contact .tel_box ul li,
	#thanks .tel_box ul li{
		font-size: 18px;
		padding: 6%;
		letter-spacing: .15em;
	}
	#tel_contact .tel_box ul li .shop_name,
	#thanks .tel_box ul li .shop_name{
		font-size: 5vw;
		letter-spacing: .1em;
		margin-bottom: 10px;
	}
	#tel_contact .tel_box ul li .tel,
	#thanks .tel_box ul li .tel{
		position: relative;
		display: block;
		font-size: 7.5vw;
		text-align: center;
		letter-spacing: .05em;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#contact_form input[type="text"],
	#contact_form input[type="tel"],
	#contact_form input[type="email"]{
		width: 90%!important;
		height: 39px!important;
	}
	#contact_form textarea{
		width: 90%!important;
	}

	#content-1{
		width: 96%;
	}
	#content-1 h3{
		padding-left: 20px;
		padding-right: 36px;
	}
	#content-1 p{
		padding-left: 20px;
	}
	.check_text{
		position: relative;
		display: block;
		font-size: 16px;
		text-align: center;
		margin-bottom: 20px!important;
	}
	.check_text label input[type="checkbox"]{
		top: 2px;
	}
	form#mailformpro label{
		white-space: normal!important;
		text-align: left;
	}

	/* Thanks
	------------------------------ */
	#thanks_h1 h1 span,
	#yonmaruyon_h1 h1 span{
		display: inline-block;
	}
	#thanks_detail .btn a{
		width: 280px;
	}

	/* guide
	------------------------------ */
	#guide_h1{
		background-position: center right;
	}
	#sitemap ul{
		width: 100%;
		margin: 0 auto 40px;
	}
	#sitemap ul:last-of-type{
		margin: 0 auto;
	}
	#sitemap ul li.main{
		height: auto;
		line-height: 45px;
	}
	#sitemap ul li.sub_menu{
		position: relative;
		display: inline-block;
	}

	/* site_policy */
	#site_policy h3{
		height: auto;
		line-height: 45px;
		margin-bottom: 10px;
	}

	/* Footer
	------------------------------ */
	footer{
		width: 100%;
		height: auto;
		padding-top: 0;
	}
	footer .wrapper{
		padding-bottom: 0;
	}
	.footer_logo a,footer .fl_l p,
	footer .fl_l .btn a,#footer_menu ul{
		display: none;
	}
	#copyright{
		line-height: 18pt;
		padding: 20px 2% 140px;
		background: rgba(71,120,142,.3);
	}


	/* page top */
	.pagetop {
		bottom: 10px;
		right: 10px;
	}
	.pagetop a{
		height: 34px;
		padding-top: 12px;
	}
}
