@media (min-width: 768px) {
body {
	font-size: 16px;
}
body p, body span, body div {
	line-height: 1.7;
}
/*           header                 */
.header_all_wrap {
	height: 100vh;
	height:900px;
}
/*  slider img  */
.slider_area {
	//height: calc( 100vh - 202px );
	height:700px;
}
/*            footer　　　　　　　　　　　　*/

.footer {
	font-size: 16px;
}
.copyright {
	letter-spacing: 2px;
	font-size: 12px;
}
/*     トップページのみ　一番上　　　　*/
.front_top {
	position: relative;
	height: 120px;
}
.front_text {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: .3em;
	line-height: 2.7;
	position: absolute;
	left: 51px;
	top: 45px;
	height: 530px;
	font-size: 15px;
	font-weight: bold;
	background: none;
	padding:0;
}
.front_text p {
	line-height: 2.4;
	margin-left: 10px;
}
.front_logo {
	width: 166px;
}
.front_R {
	position: absolute;
	top: 0;
	right: 50px;
	max-width: 400px;
		height:120px;
	overflow:hidden;
	padding:10px 0;

}
.blog_list {
	margin: 0;
	padding: 0;
	border: none;
	    height: 100%;
	

    flex-direction: column; 
    justify-content: center; 
display: flex;

}
.blog_list li {
	margin-bottom:5px;
	
}
.blog_list a {
	font-size: 14px;
}
.blog_list .date {
	width: 150px;
	letter-spacing: 1px;
}
.blog_list .title {
	padding-left: 20px;
}
.blog_list a {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blog_list .date {
	width: 85px;
}
.blog_list .title {
	padding-left: 20px;
	flex: 1;
}
/*　　　　　　　　　　　トップページ　　　　*/
/*          共通　　　　　　　　*/

.top_box .inner {
	padding: 100px 0;
}
.top_box_title {
	letter-spacing: 3px;
	font-size: 32px;
	margin-bottom: 40px;
}
.top_p_wrap {
	padding: 100px 15px 60px 15px;
}
.top_tips {
	text-align: center;
	margin-top: 40px;
}
.top_tips p {
	line-height: 2.5;
}
.more_big {
	margin-top: 70px;
}
.more_black {
	margin: 60px auto 100px auto;
	width: 350px;
}
.cp_arrows {
	height: 100px;
}
.cp_arrows .cp_arrowcontainer {
	width: 100px;
	height: 100px;
	transform: translate(-67%, -50%) rotateZ(-90deg);
}
/*    about　　　　*/

.youtube_wrap {
	margin-top: 50px;
}
.top_urusi_detail {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	height: 450px;
}
.top_urusi_detail .full_450_img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 450px;
}
.top_urusi_detail_text {
	width: 48%;
	padding-right: 6%;
	background: none;
	margin: 0;
}
/*    ギャラリー　　　*/

.gallery_title_wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 50px 100px;
	max-width: 90%;
	width: auto;
}
.gallery_title {
	font-size: 30px;
	letter-spacing: 3px;
	padding-right: 60px;
	margin: 0;
}
.gallery_text_wrap .more {
	position: absolute;
	right: 50px;
	top: 32%;
	width: 150px;
	bottom: initial;
}
/*     漆のある暮らし　　　*/
.top_life .top_urusi_detail {
	position: relative;
	display: flex;
	justify-content: start;
	align-items: center;
	position: relative;
	height: 450px;
}
.top_life .top_urusi_detail_text {
	padding-right: 0%;
	padding-left: 6%;
}
.top_life .full_450_img {
	background: url(images/top/top_bg_life.jpg) no-repeat left center;
	background-size: cover;
}
/*     漆紀行　thumb付きblog　　　*/
.top_urusi_journal .inner {
	padding-bottom: 0;
}
.top_urusi_journal .blog_list_02 {
	margin-top: 60px;
}
.blog_list_02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blog_list_02 > li {
	width: 30%;
	margin-bottom: 40px;
}
.blog_list_02 > li .thumb a{
	display:block;
	height:190px;
	    overflow: hidden;
}
.blog_list_02 > li .thumb a img{
	object-fit:cover;
}
.blog_list_02 .bassui {
	font-size: 14px;
	margin-top: 25px;
	line-height: 2;
}
.top_urusi_journal .blog_list_02 .title {
	letter-spacing: 3px;
	margin-top: 30px;
}
.blog_list_02 > li img {
	width: auto;
}
/*    お問い合わせ　　　*/
.top_access .inner {
}
.top_contact_btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_contact_btn .more_black {
	width: 46%;
	margin: 60px auto 100px auto;
}


/*                固定ページ　　　　　　　　　　　　*/

/*　　　　共通　　　　　*/
.header_img {
	margin-top: 83px;
	margin-bottom: 100px;
	height: 250px;
	letter-spacing: 5px;
}
.flex_reverse {
	flex-direction: row-reverse;
}

.full_img {
    height: 380px;
}
.page .header_img {
	margin-bottom: 0;
}
.page_box {
	padding: 100px 15px;
}

.main-content-title {
	font-size:22px!important;
}

.LR_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.LR_wrap > div {
	flex-direction: column;
	justify-content: center;
	display: flex;
	width: 47%;
}
.LR_wrap .text{
	margin-top:0px;
}
/*   国登録有形文化財　　*/

.cp_02 .LR_wrap .img {
	width: 35%;
}
.cp_02 .LR_wrap .text {
	width: 59%;
}


/*    工房とギャラリー　　slider　　　*/
.gallery_box .LR_wrap .img {
	width: 55%;
}
.gallery_box .LR_wrap .text {
	width: 35%;
}








/*　　　　　　　　　　　お問合せ　*/
/* お問い合わせフォーム　各種 */
.contact_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
}
.contact_list li {
	font-size: 30px;
	padding: 10px 20px;
	margin: 0 20px;
}



/*                            archive     */
.single .main-content-area, .archive .main-content-area {
	padding: 0 15px 100px 15px;
}
.archive_list li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px 20px;
}
.archive_list li .top_meta {
	width: 120px;
	letter-spacing: 2px;
	font-size:16px;
}
.archive_list li .text {
	flex: 1;
}











}
.sp {
	display: none;
}
 @media (min-width: 768px) and (max-width: 1200px) {

.header_all_wrap{
		height:auto;
}
.front_logo {
    left: auto;
    right: 200px;
}
.slider_area {
    height: 500px;
}
.front_text {
    left:50px;
    text-shadow:
           1px 1px 0px #fff, -1px -1px 0px #fff,
          -1px 1px 0px #fff,  1px -1px 0px #fff,
           1px 0px 0px #fff, -1px  0px 0px #fff,
           0px 1px 0px #fff,  0px -1px 0px #fff;
}
.front_R{
	position:static;
	max-width:100%;
	height:auto;
	    padding: 30px 50px;
}
.blog_list{
	margin:0;
}
.blog_list li{
	margin:10px 0;
}
.blog_list_02 > li .thumb a{
	height:140px;
	
}
.top_life .top_urusi_detail_text,
.top_urusi_detail_text {
	    background: rgba(255, 255, 255, 0.7);
	    padding: 30px;

}
.top_life .full_450_img {
    background: url(images/top/top_bg_life.jpg) no-repeat right center;
    background-size: cover;
}
.top_life .top_urusi_detail,
.top_urusi_detail .full_450_img {
    min-height: 400px;
}
.top_urusi_detail_text {
    width: 74%;
}
.top_box_title {
    margin-bottom: 20px;
}
.top_tips{
	margin-top:20px;
}

.top_p_wrap {
    padding: 70px 15px 60px 15px;
}

.gallery_title_wrap {
    padding: 50px 170px 50px 0;
}

.top_contact_btn .more_black {
    margin: 60px auto 0px auto;
}

.gallery_arrow .cp_arrows{
	display:none!important;
}

.cp_02 .LR_wrap .text,
.LR_wrap .text,
.gallery_box .LR_wrap .text{
	padding:30px;
}
.gallery_box .LR_wrap .text {
    width: 45%;
}

.LR_wrap .text{
	width:53%;
}
.cp_02 .LR_wrap .text {
    width: 65%;
}



.page_box {
    padding: 70px 15px;
}
.single .sidebar-left,
.archive .sidebar-left {
    width: 33%;
}
.archive .main-content-site,
.single .main-content-site {
    width: 67%;
    padding-left: 20px;
}

.urusi_journal_list_wrap .midasi {
    font-size: 14px;
}




}
 @media (max-width: 767.866px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
/*　　　　　　sns　*/
.sns a {
	font-size: 10px;
	padding: 10px 0 10px 0;
	width: 24.7%;
}
/*                                固定ページ　*/
/*　　　　　contact　*/
.cf7 th, .cf7 td {
	display: block;
	width: 100%;
	padding: 10px;
	
}
.cf7 th {
	padding-bottom:0;
}
.cf7 td {
}
input[type="submit"], input[type="reset"], input[type="button"] {
	width: 120px;
	font-size: 14px;
}
.text-xs-center {
	margin: 0px 0 30px 0!important;
}
input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], textarea, .m_size input {
	width: 100%;
}
}
