@charset "utf-8";

/*!
 * common.css : v0.2
 * date : 20170716
 */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Diplomata+SC');

/* Setting-basic
--------------------------*/
body {
  font-family: 'Noto Sans JP',"游ゴシック体","YuGothic","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",'Meiryo',"ＭＳ Ｐゴシック",Helvetica,Arial,sans-serif;
	color: #333;
	background: #fff;
	line-height: 1.8;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
}
.clearfix {
	clear: both;
}

/* Module
--------------------------*/
img {
	border: 0;
	vertical-align: middle;
}
ol,ul {
	list-style: none;
}
p {
	margin: 0 0 20px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	line-height: 1.4;
	font-weight: normal;
	font-size: 100%;
}
/*
h1 { font-size: 100%;}
h2 { font-size: 100%;}
h3 { font-size: 100%;}
h4 { font-size: 100%;}
h5 { font-size: 100%;}
h6 { font-size: 100%;}
*/

/* Hypertext Module
--------------------------*/
a:link,
a:visited {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
	color: #ddc8b5;
}

/* General Settings
--------------------------*/
/* Margin Control */
.mb00 { margin-bottom: 0!important;}
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}
.mb120 { margin-bottom: 120px!important;}
.mb130 { margin-bottom: 130px !important;}
.mb140 { margin-bottom: 140px !important;}
.mb150 { margin-bottom: 150px !important;}
.mb160 { margin-bottom: 160px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}
.mt110 { margin-top: 110px !important;}
.mt120 { margin-top: 120px !important;}
.mt130 { margin-top: 130px !important;}
.mt140 { margin-top: 140px !important;}
.mt150 { margin-top: 150px !important;}
.mt160 { margin-top: 160px !important;}

/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width40 { width: 40%;}
.width30 { width: 30%;}
.width20 { width: 20%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}
.text280 { font-size: 280%;}
.text300 { font-size: 300%;}

/* color */
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_fff { color: #fff;}
.c_red { color: #f00;}
.c_blue { color: #0e92e5;}
.c_green { color: #86bf00;}
.c_orange { color: #ffa41b;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}

/* Table Module
--------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	border-top: 2px solid #a9a9a9;
	border-bottom: 2px solid #a9a9a9;
}
th,td {
	padding: 10px;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px dotted #a9a9a9;
}


/* Forms Module
--------------------------*/
.input_text,
textarea {
	margin-bottom: 5px;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	background: #f1f1f1;
}
select {
	font-size: 14px;
}
.need:before,
.any:before {
	margin: 0 7px 0 0;
	padding: 2px 3px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
}
.any:before {
	content: "任意";
	background: #999;
}
.need:before {
	content: "必須";
	background: #f00;
}


/* layout
--------------------------*/

/* wrap */
.wrap {
	width: 94%;
	max-width: 1468px;
	margin: 0 auto;
}
.wrap_1000,
.wrap_table {
	max-width: 1000px;
}

/* sp nav */
.btn_sp_menu,
.sp_active,
.sidebar_wrap {
	display: none;
}
.btn_sp_close {
	position: fixed;
	top: 10px;
	right: 15px;
	z-index: 4;
}
.btn_sp_menu {
	position: fixed;
	top: 38px;
	right: 15px;
	z-index: 10;
	width: 35px;
	transition: 0.2s ease-out;
}
.scrolldown.btn_sp_menu {
	top: 10px;
}

.btn_sp_close button,
.btn_sp_menu button {
	border: none;
	background: none;
}
.box_drawer {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}

#header {
	padding-top: 140px;
	transition: all 0.5s ease-out;
}
#header.js-close-any-slidebar {
	opacity: 0.3;
}


.area_header {
	position: fixed;
	top: 0;
	z-index: 3;
	width: 100%;
	background: #fff;
	transition: 0.4s ease-out;
	box-shadow: 0px 0px 15px #a2a2a2;
}
.header_ttl {
	position: relative;
	top: 0;
	z-index: 3;
	padding: 8px 0;
	background: #321c08;
	transition: 0.2s ease-out;
}
.scrolldown .header_ttl {
	top: -30px;
}
.header_ttl h1 {
	margin: 0;
	color: #ddc8b5;
	line-height: 1;
	font-size: 80%;
}
.area_header_wrap {
	position: relative;
	z-index: 4;
	margin-top: 0;
	padding: 20px 0;
	transition: 0.4s ease-out;
}
.scrolldown .area_header_wrap {
	margin-top: -35px;
	padding: 20px 0 10px;
}
.area_header > .flexbox {
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
}
.header_left {
	display: block;
	width: 70%;
	align-items: center;
}
.header_left:hover {
	opacity: 0.7;
}
.header_left > div {
	margin-right: 35px;
}
.logo_m2plant {
	width: 191px;
}
.logo_katsuda {
	width: 81px;
}
.logo_katsudahifuku {
	width: 178px;
}
.header_left img {
	width: 100%;
}
.header_right {
	margin-top: 10px;
	width: 30%;
	text-align: right;
	transition: 0.4s ease-out;
}
.scrolldown .header_right {
	margin-top: 5px;
}
.header_subnav li {
	display: inline-block;
	margin: 0 0 15px 7px;
}
.header_subnav li a {
	display: block;
	padding-top: 14px;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 150%;
	line-height: 1;
	text-align: center;
	border-radius: 30px;
	transition: 0.1s ease-out;
}
.header_subnav li a:hover {
	transform: scale(1.1);
}

a.header_facebook {
	background: #315096;
}
a.header_twitter {
	background: #55acee;
}
a.header_instagram {
	background: #d93177;
}
a.header_youtube {
	background: #cd201f;
}
.scrolldown .header_subnav li {
	margin: 0 0 5px 7px;
}
.area_gnav ul {
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	padding: 30px 0;
}
.home .area_gnav ul {
	padding: 50px 0;
}
.area_gnav li {
	flex-grow: 1;
	text-align: center;
	font-weight: bold;
}
.area_gnav li a:link {
	color: #321c08;
}
.area_gnav_fix {
	z-index: 2;
	position: fixed;
	top: 50px;
	width: 100%;
	background: rgba(48, 26, 26, 0.7);
	transition: 0.2s ease-out;
}
.area_gnav_fix.scrolldown_nav {
	position: fixed;
	top: 90px;
}
.area_gnav_fix ul {
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify
	padding: 5px 0;
}
.area_gnav_fix li {
	flex-grow: 1;
	text-align: center;
	font-weight: bold;
}
.area_gnav_fix li a {
	color: #fff;
}
.area_gnav_fix li a:hover {
	color: #ddc8b5;
}
.area_ttl01 {
	padding: 35px 0;
	line-height: 1.4;
	text-align: center;
	background: #d1c0a5;
}
.area_ttl01 p,
.area_ttl01 i {
	margin: 0;
	color: #fff;
	font-size: 280%;
}
.area_ttl01 p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.area_ttl01 h1,
.area_ttl01 h2,
.area_ttl01 h3,
.area_ttl01 h4,
.area_ttl01 h5,
.area_ttl01 h6 {
	font-size: 130%;
	font-weight: bold;
	color: #321c08;
}
.area_ttl02 {
	padding: 55px 0 60px;
	line-height: 1;
	text-align: center;
	background: url(../images/common/ttl_bg_brown.png) repeat;
}
.area_ttl02 p {
	font-family: 'Diplomata SC', cursive;
	margin: 0;
	color: #fff;
	font-size: 280%;
}
.area_ttl_youtube {
	padding: 35px 0;
	line-height: 1.4;
	text-align: center;
	background: #cc201d;
}
.area_ttl_youtube img {
	width: 50%;
}
.instagram_list {
	margin-bottom: 30px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
}
.instagram_list > div {
	width: 10%;
	margin: 0;
}
.instagram_list > div:hover {
	opacity: 0.8;
}

.area_content_whtie {
	padding: 60px 0;
}
.content_col4 li {
	width: 25%;
}
.content_col4 img {
	margin-bottom: 15px;
	width: 100%;
}
.content_col4 p {
	margin: 0 auto 15px;
	width: 88%;
}
.point_no {
	margin: 0;
	text-align: center;
	font-style: italic;
	font-size: 130%;
	color: #321c08;
	font-family: 'Roboto', sans-serif;
}
.point_no_num {
	font-size: 160%;
}
.point_ttl01 {
	text-align: center;
	font-size: 150%;
	color: #321c08;
}
.point_ttl02 {
	text-align: center;
	color: #321c08;
	padding: 10px 12px;
	font-size: 120%;
	line-height: 1.3;
	border: 1px solid #321c08;
}
.marker_yellow {
	padding: 0 15px;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.osc_layout {
	margin-bottom: 40px;
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
}
.osc_layout > div {
	width: 24%;
	margin-bottom: 30px;
}
.osc_layout_img {
	width: 100%;
	transition: 0.1s ease-out;
}
.osc_layout_img:hover {
	transform: scale(1.03);
	opacity: 0.7;
}
.osc_layout_ttl {
	font-size: 120%;
	margin-bottom: 5px;
	line-height: 1.3;
}
.osc_layout_date {
	margin-bottom: 10px;
	font-size: 90%;
	color: #888;
}
.osc_layout_text {
	margin-bottom: 10px;
	line-height: 1.6;
}
.post_taglist {
	margin-bottom: 10px;
}

.ordersuit_layout {
	margin-bottom: 40px;
}

.ordersuit_layout > div {
	width: 25%;
	background: #ddd;
	border: 1px solid #fff;
}
.ordersuit_layout_post {
  position: relative;
  width: 100%;
}
.ordersuit_layout_post:before {
  content:"";
  display: block;
  padding-top: 100%; /* 高さを幅の100%に固定 */
}
a.ordersuit_layout_content {
	overflow: hidden;
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #000;
}
.ordersuit_link {
	transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-ms-transition: 0.4s ease-out;
	color: #e2c6ab;
	opacity: 0;
}
a.ordersuit_layout_content:hover .ordersuit_link {
	opacity: 1;
}
.ordersuit_thumb {
	position: absolute;
	top: 0;
	z-index: 10;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	min-width: 100%;
  min-height: 100%;
  width: 100%;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
	opacity: 0.6;
}
a.ordersuit_layout_content:hover .ordersuit_thumb {
	transform: scale(1.05);
	opacity: 0.4;
}
a.ordersuit_layout_content:active .ordersuit_thumb {
	transform: scale(1.08);
	opacity: 0.8;
}
.ordersuit_layout_content p,
.ordersuit_layout_content h3 {
	position: relative;
	z-index: 11;
	text-align: center;
}
.ordersuit_cat {
	display: block;
	margin: 120px 70px 10px;
	padding: 10px 0;
	font-size: 120%;
	line-height: 1;
	font-weight: bold;
	border: 1px solid #fff;
}
h3.ordersuit_ttl {
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.news_col4 > div {
	margin-bottom: 30px;
  width: 25%;
}
.news_col4 > div p {
  width: 85%;
	margin: 0 auto 20px;
}

.news_post {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.news_post img {
	min-width: 100%;
	min-height: 100%;
}
.news_post:before {
  content:"";
  display: block;
  padding-top: 100%; /* 高さを幅の100%に固定 */
}
.news_post a,
.news_post span {
	overflow: hidden;
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.news_post_thumb {
	transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.news_post a:hover .news_post_thumb {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	opacity: 0.6;
}
.news_post a:active .news_post_thumb {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	opacity: 0.8;
}
.news_date {
	padding-bottom: 33px;
	font-size: 120%;
	color: #321c08;
	background: url(../images/index/news_date.png) no-repeat center bottom;
}

.concept_movie {
	width: 100%;
	height: 700px;
}
.concept_text {
	margin-bottom: 40px;
	text-align: center;
	font-size: 140%;
}
.concept_ttl01 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 180%;
	line-height: 1.4;
}
.concept_subttl {
/* 	text-align: center; */
}

.concept_step {
	display: inline-block;
	padding-top: 18px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	width: 80px;
	height: 80px;
	line-height: 1.1;
	text-align: center;
	border-radius: 100px;
	background: #241613;
}
.concept_step span {
	font-size: 200%;
}

.area_fm802{
	margin-top: 60px;
	text-align: center;
	background: #ede6db;
}
.fm802_ttl img {
	margin-top: -40px;
}
.fm802_url {
	padding: 30px 0 40px;
}

.area_pagetop {
	position: relative;
	padding: 0 0 10px;
	text-align: center;
	font-size: 90%;
	line-height: 1.2;
}
.area_pagetop a {
	display: block;
}
.area_pagetop div {
	position: relative;
	top: 0;
	font-size: 400%;
	transition: all 0.2s ease-out;
}
.area_pagetop:hover div {
	top: -5px;
}
.area_footer {
	width: 100%;
	padding: 0 0 70px;
	background: #321c08;
}
.footer_nav ul {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	padding: 50px 0 30px;
	border-bottom: 1px solid #6e5c4c;
}
.footer_nav li {
	flex-grow: 1;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
}
.footer_nav a {
	color: #fff;
}
.footer_nav li div {
	display: none;
}

.footer_logo {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	padding: 50px 0;
}
.footer_logo img {
	width: 100%;
}
.footer_logo > div {
	margin-right: 35px;
}
.copyright {
	margin: 0;
	text-align: center;
	color: #b09882;
	font-size: 80%;
}

.content_2col {
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
}
.area_main {
	width: 70%;
}
.area_rightside {
	width: 25%;
}

.topicpath {
	margin-bottom: 30px;
	padding: 5px 20px;
	background: #f1f1f1;
	line-height: 1.2;
}
.topicpath li {
	display: inline-block;
	font-size: 80%;
	margin-right: 10px;
}
.topicpath li a {
	text-decoration: underline;
}
.area_content_topicpath {
	padding: 20px 0 0;
}
.area_content_topicpath .topicpath {
	background: none;
}

/* index
--------------------------*/
.area_mainimg {
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
}
.area_mainimg > div {
	width: 50%;
}
.area_mainimg > div img {
	width: 100%;
}

.mainimg_left,
.mainimg_right {
	overflow: hidden;
}
.mainimg_left > div a img,
.mainimg_right > div a img {
	transition: 1s ease-out;
	-webkit-transition: 1s ease-out;
	-ms-transition: 1s ease-out;
}
.mainimg_left > div a:hover img,
.mainimg_right > div a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	opacity: 0.7;
}
.s01 a {
	position: relative;
	z-index: 10000;
	display: block;
}
.googlemap {
	width: 100%;
	height: 500px;
}

.access_logo {
	text-align: center;
	height: 90px;
	border-bottom: 4px double #333;
}
.liststyle_map {
	list-style: disc;
	padding: 0 0 0 30px;
}
.news_list {
	margin-bottom: 40px;
}
.news_list dt {
	width: 400px;
}
.news_list dd {
	width: calc(100% - 400px)
}
.news_list_cat {
	display: inline-block;
	margin-left: 30px;
	font-size: 80%;
	text-align: center;
	color: #fff;
	width: 170px;
	background: #321c08;
	border-radius: 4px;
}
.news_list a {
	display: block;
	padding: 3px 25px;
}
.news_list a:nth-child(odd) {
	background: #f8f8f8;
}
.news_list a:hover {
	background: #f6f4f0;
}

/* shop
--------------------------*/
.shoplist > div {
	margin-bottom: 50px; 
}
.shoplist h2,
.shoplist h3,
.shoplist p {
	margin-bottom: 0;
	color: #321c08;
}
.shoplist p {
	font-size: 90%;
}
.shoplist_logo img {
	margin-bottom: 10px;
	width: 30%;
}
.shoplist .news_post {
  height: 300px;
}
.shoplist_data {
	padding: 20px 0;
	border-top: 1px dotted #321c08;
	border-bottom: 1px dotted #321c08;
}
.shoplist_data dt {
	width: 20%;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.shoplist_data dd {
	margin-bottom: 10px;
	width: 80%;
}

/* news, order suit channel
--------------------------*/
.bloglist h2,
.bloglist p {
	margin-bottom: 5px;
}
.cat_label {
	padding: 1px 7px;
	display: inline-block;
	color: #fff;
	font-size: 80%;
	background: #ff7904;
	border-radius: 5px;
}
.cat_label a {
	color: #fff;
}
.side_taglist li {
	display: inline;
}

.post_taglist a,
.side_taglist li a {
	display: inline-block;
	padding: 0 5px;
	margin-right: 8px;
	color: #ff7904;
	font-size: 75%;
	white-space: nowrap;
	border-radius: 5px;
	background: #f1f1f1;
}

.post_taglist a:before,
.side_taglist li a:before {
	content: "\f292";
	font-family: FontAwesome;
	color: #ffb97c;
}
.cat_label a:hover,
.post_taglist a:hover,
.side_taglist li a:hover {
	opacity: 0.5;
}
.ttl_side p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 220%;
	color: #321c08;
	line-height: 1.0;
}
.side_box {
	margin-bottom: 40px;
}
.side_box_recent_posts {
	border-top: 1px dotted #6f6f6f;
}
.side_box_post {
	display: block;
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	padding: 10px 0;
	border-bottom: 1px dotted #6f6f6f;
}
.side_box_post:hover {
	opacity: 0.6;
}
.side_box .news_post {
	width: 27%;
  height: 60px;
  margin: 0;
}
.side_box_post_ttl {
	width: 70%;
}
.side_box_post_ttl p {
	margin: 0;
}
.post_ttl01 {
	font-size: 250%;
}
.post_box a {
	color: #ff7904;
}
.post_box h1 { font-size: 220%;}
.post_box h2 { font-size: 200%;}
.post_box h3 { font-size: 180%;}
.post_box h4 { font-size: 160%;}
.post_box h5 { font-size: 140%;}
.post_box h6 { font-size: 120%;}
.post_box ol {
	list-style: decimal;
	padding: 0 0 0 30px;
}
.post_box ul {
	list-style: disc;
	padding: 0 0 0 30px;
}
.post_box li {
	margin-bottom: 5px;
}
.post_box img {
	max-width: 100%;
}
.post_box iframe {
	max-width: 100%;
}
.osc_youtube {
	margin-bottom: 35px;
	width: 100%;
	height: 450px;
}

.snsbtn_list {
	padding-bottom: 60px;
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
}
.snsbtn_list > div {
	width: 16%;
	text-align: center;
	color: #fff;
	font-size: 75%;
}
.snsbtn_list > div a {
	display: block;
	padding: 8px 0;
	color: #fff;
	border-radius: 5px;
}
.snsbtn_list > div a:hover {
	opacity: 0.7;
}
.sns_btn_twitter a {background: #55acee}
.sns_btn_facebook a {background: #315096}
.sns_btn_googleplus a {background: #dd4b39}
.sns_btn_pocket a {background: #f03e51}
.sns_btn_line a {background: #00c300}
.sns_btn_hatebu a {background: #00A5DE}

.osc_block {
	margin-bottom: 60px;
	padding: 20px 0;
	text-align: center;
	border: 3px solid #cfcfcf;
	border-radius: 5px;
}
.pagenation_post {
	padding: 30px 0 50px;
}
.pages {
	display: inline-block;
	padding: 5px 14px;
	background: #ececec;
}
.pages.active {
	color: #fff;
	font-weight: bold;
	background: #321c08;
}
a.pages:hover {
	background: #e2e2e2;
}

/* price
--------------------------*/
.price_ttl1 {
	width: 100%;
	height: 310px;
	background: url(../images/price/price_bg1.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.price_ttl1 p {
	margin: 0;
	padding-top: 130px;
	font-size: 36px;
	font-weight: bold;
}

.price_ttl2 {
	width: 100%;
	margin: 0 0 40px;
	height: 290px;
	background: url(../images/price/price_bg3.jpg) no-repeat center center;
	background-size: cover;
}
.price_ttl2 img {
	width: 651px;
	margin: 0 0 10px;
	padding-top: 60px;
}
.price_ttl2 p {
	margin: 0;
	color: #fff;
	font-size: 20px;
}

.price_txt1 {
	margin: 0 0 60px;
	text-align: center;
}
.price_txt1 p {
	margin: 0;
	font-size: 21px;
	line-height: 1.8;
}
.price_txt2 {
	margin: 0 0 20px;
	padding-top: 40px;
	text-align: center;
}
.price_txt2 p {
	margin: 0;
	font-size: 18px;
}
.pricelist > div {
	margin-bottom: 50px; 
}
.pricelist .photo img {
	width: 100%;
}
.pricelist h2.item {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #333;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3;
}
.pricelist p.item_ttl {
	margin: 0;
	padding: 15px 0 0;
	font-size: 230%;
	font-weight: bold;
	font-family: 'Roboto';
	color: #46290e;
	line-height: 1.3;
}
.pricelist dl.price {
	overflow: hidden;
	margin: 0 0 15px;
	line-height: 1.3;
}
.pricelist dl.price dt {
	float: left;
	width: 50%;
	margin: 0 0 8px;
	padding: 5px 10px;
	background: #a6937c;
	color: #fff;
	font-size: 1vw;
	font-weight: bold;
}
.pricelist dl.price dd {
	float: left;
	width: 50%;
	margin: 0 0 8px;
	padding-left: 10px;
}
.pricelist dl.price dd em {
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	color: #46290e;
}
.pricelist .comment {
	line-height: 1.5;
}
.pricelist .comment li {
	margin-bottom: 7px;
	padding-left: 1em;
	text-indent: -1em;
}
.pricelist.trial {
	margin: 0 auto 0;
	width: 70%;
}
.pricelist.trial .item_ttl {
	text-align: center;
	font-size: 280%;
}
.pricelist.trial .item {
	text-align: center;
}
.pricelist.trial dl.price dd em {
	font-size: 280%;
}
.pricelist.trial dl.price dd {
	text-align: center;
}
.pricelist.trial dl.price dt {
	font-size: 200%;
	text-align: center;
}
.area_content_beige {
	padding: 60px 0;
	background: #f7f6e7;
}

.pricelist div.cat_men {
	display: inline-block;
	width: 100%;
	margin: 15px 0 0;
	padding: 3px 10px;
	background: #88abda;
	color: #fff;
}
.pricelist div.cat_women {
	display: inline-block;
	width: 100%;
	margin: 15px 0 0;
	padding: 3px 10px;
	background: #f19ec2;
	color: #fff;
}
.pricelist div.cat_men em,
.pricelist div.cat_women em {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
}

/* corporate
--------------------------*/
.table_corp thead {
	background: #f6f6f6;
	border-bottom: 1px solid #a9a9a9;
}
.table_corp thead th {
	font-weight: bold;
}

/* factory
--------------------------*/
.factory_ttl1 {
	width: 100%;
	height: 310px;
	background: url(../images/factory/factory_bg1.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.factory_ttl1 p {
	margin: 0;
	padding-top: 90px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.liststyle_dl dt {
	margin-bottom: 5px;
	padding: 3px 10px;
	font-weight: bold;
	font-size: 120%;
	background: #f1f1f1;
}
.liststyle_dl dd {
	margin-bottom: 10px;
	font-size: 90%;
}

/* contact
--------------------------*/
.phone_number_set {
	margin-bottom: 40px;
	padding: 15px 30px;
	background: #f9f3e6;
}
.phone_number_set p {
	margin: 0;
	line-height: 1.3;
}
.phone_number {
	font-size: 280%;
	color: #321c08;
}
.phone_number a {
	pointer-events: none;
}

/* fc
--------------------------*/
.fc_ttl1 {
	width: 100%;
	height: 310px;
	background: url(../images/fc/fc_bg1.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.fc_ttl1 p {
	margin: 0;
	padding-top: 90px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.liststyle_dl dt {
	margin-bottom: 5px;
	padding: 3px 10px;
	font-weight: bold;
	font-size: 120%;
	background: #f1f1f1;
}
.liststyle_dl dd {
	margin-bottom: 10px;
	font-size: 90%;
}

/* parts
--------------------------*/
.line {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #808080;
}
.btnarea01 {
	padding: 30px 0;
	text-align: center;
}
.btn1 a {
	display: inline-block;
	padding: 3px 30px;
	border: 1px solid #321c08;
	color: #321c08;
	border-radius: 5px;
}
.btn1 a:hover {
	border: 1px solid #321c08;
	background: #321c08;
	color: #fff;
}

a.btn01,
.btn01 {
	display: inline-block;
	padding: 3px 30px;
	border: 1px solid #321c08;
	color: #321c08;
	transition: 0.3s;
}
.btn01:hover {
	border: 1px solid #321c08;
	background: #321c08;
	color: #fff;
}
.btn2 a {
	display: inline-block;
	padding: 3px 30px;
	color: #fff;
	border-radius: 5px;
	background: #321c08;
	border: 1px solid #321c08;
}

a.btn02,
.btn02 {
	display: inline-block;
	padding: 3px 30px;
	color: #fff;
	transition: 0.3s;
	background: #321c08;
	border: 1px solid #321c08;
}

.liststyle_decimal {
	list-style: decimal;
	padding: 0 0 0 30px;
}
.liststyle_decimal li {
	margin-bottom: 5px;
}
.liststyle_disc {
	list-style: disc;
	padding: 0 0 0 30px;
}
.liststyle_disc li {
	margin-bottom: 4px;
}

.flexorder01 {
	order: 1;
}
.flexorder02 {
	order: 2;
}

.btnlist {
	margin: 50px 0;
}
.btnlist li {
	margin-right: 15px;
	display: inline-block;
}
.btnlist li:last-child {
	margin-right: 0;
}

/* リボンリンク大 */
/* ここでまとめて横長の長方形を作ります */
div.right-arrow, div.left-arrow {
	display: inline-block;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 38px;
	margin: 15px 0;
	position: relative;
	padding: 0 25px;
	text-align: center;
}
/* それぞれの長方形のbefore（前）とafter（後ろ）に大きさゼロの要素を作ります */
div.left-arrow:before, div.left-arrow:after,
div.right-arrow:before, div.right-arrow:after {
 content: "";
 border-style: solid;
 border-width: 0;
 position: absolute;
 width: 0;
 height: 0;
}
/* 左側矢印 */
div.left-arrow {
 background-color: #321c08;
}
div.left-arrow:after, div.left-arrow:before {
 border-width: 19px 19px 19px 0;
}
div.left-arrow:before {
 border-color: transparent #321c08;
 left: -19px;
}
div.left-arrow:after {
 border-color: #321c08 transparent;
 right: -19px;
}
/* 右側矢印 */
div.right-arrow {
 background-color: #321c08;
}
div.right-arrow:after, div.right-arrow:before {
 border-width: 19px 0 19px 19px;
}
div.right-arrow:before {
 border-color: #321c08 transparent;
 left: -19px;
}
div.right-arrow:after {
 border-color: transparent #321c08;
 right: -19px;
}

/* リボンリンク小 */
/* ここでまとめて横長の長方形を作ります */
div.right-arrow2, div.left-arrow2 {
	display: inline-block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	margin: 10px 0;
	padding: 0 15px;
	position: relative;
	text-align: center;
	transition: all 0.2s ease-out;
}
/* それぞれの長方形のbefore（前）とafter（後ろ）に大きさゼロの要素を作ります */
div.left-arrow2:before, div.left-arrow2:after,
div.right-arrow2:before, div.right-arrow2:after {
 content: "";
 border-style: solid;
 border-width: 0;
 position: absolute;
 width: 0;
 height: 0;
}
/* 左側矢印 */
div.left-arrow2 {
 background-color: #a59178;
}
div.left-arrow2:after, div.left-arrow2:before {
 border-width: 12px 12px 12px 0;
}
div.left-arrow2:before {
 border-color: transparent #a59178;
 left: -12px;
}
div.left-arrow2:after {
 border-color: #a59178 transparent;
 right: -12px;
}
/* 右側矢印 */
div.right-arrow2 {
 background-color: #a59178;
}
div.right-arrow2:after, div.right-arrow2:before {
 border-width: 12px 0 12px 12px;
}
div.right-arrow2:before {
 border-color: #a59178 transparent;
 left: -12px;
}
div.right-arrow2:after {
 border-color: transparent #a59178;
 right: -12px;
}
div.left-arrow2:before {
 border-color: transparent #a59178;
 left: -12px;
}
div.right-arrow2:hover, div.left-arrow2:hover {
	margin-left: 5px;
}

.ttl_yellowline {
	margin-bottom: 50px;
	font-family: 'Roboto', sans-serif;
	font-size: 350%;
	font-style: italic; 
	text-align: center;
	background: url(../images/common/ttl_yellowline.png) repeat-x center 70%;
}
.ttl_yellowline2 {
	margin-bottom: 50px;
	font-size: 240%;
	font-weight: bold; 
	text-align: center;
	background: url(../images/common/ttl_yellowline.png) repeat-x center 70%;
}
.ttl_pricelist01 {
	margin-bottom: 50px;
	font-size: 240%;
	font-family: 'Diplomata SC', cursive;
	text-align: center;
	line-height: 1;
}
.sp_btn01 a {
	pointer-events: none;
}


.btnlist {
	margin-bottom: ;
	width: 100%;
	text-align: center;
}
.btnlist li {
	margin-right: 10px;
	display: inline;
}
.btnlist li:last-child {
	margin-right: 0;
}

.reserve_btn1 {
	display: block;
	width: 100%;
	border-radius: 10px;
	padding: 15px;
	position: relative;
	max-width: 350px;
	margin: 0 auto;
}
.reserve_btn1 span {
	text-align: center;
	margin-bottom: 0;
	color: white;
	font-weight: bold;
	font-size: 100%;
}
a.reserve_btn1 span:before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
a.reserve_btn1 span:before {
	background: url(../images/common/icon_calendar.svg) no-repeat;
	background-size: contain;
}
a.reserve_btn1 span:after {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(../images/common/arrow2.svg) no-repeat;
	background-size: contain;
}
.reserve_btn1 {
	background: #C09E3A;
	border: 1px solid #D4BD79;
	margin-bottom: 10px;
}
.reserve_btn1:hover {
	background: #a1852e;
}




/* Responsive
--------------------------*/

@media screen and (min-width: 769px) {


}


@media screen and (max-width: 768px) {
.btn_sp_menu,
.sp_active {
	display: block;
}
.header_right,
.area_header .logo_katsuda,
.area_header .logo_katsudahifuku,
.area_gnav_fix,
.area_gnav {
	display: none;
}
#header {
	padding-top: 90px;
}

.area_content_whtie {
	padding: 30px 0;
}

.area_header_wrap {
	padding: 10px 0;
}

.header_ttl h1 {
	font-size: 50%;
	text-align: center;
}
.header_left {
	width: 100%;
	justify-content: center;
}
.header_left > div {
	width: 130px;
	margin-right: 0;
	transition: 0.3s ease-out;
}
.scrolldown .header_left > div {
	width: 110px;
}
.area_ttl01 {
	padding: 20px 0;
}
.area_ttl01 p,
.area_ttl01 i {
	font-size: 150%;
}
.area_ttl01 h1,
.area_ttl01 h2,
.area_ttl01 h3,
.area_ttl01 h4,
.area_ttl01 h5,
.area_ttl01 h6 {
	font-size: 100%;
}
.area_ttl02 p {
	font-size: 220%;
}
.area_ttl_youtube {
	padding: 20px 0;
	background-size: cover;
}
.area_ttl_youtube img {
	width: 70%;
}

.content_col4 li {
	margin: 0 0 30px;
}
.concept_movie {
	height: 300px;
}
.concept_text {
	margin-bottom: 30px;
	text-align: left;
	font-size: 110%;
}
.concept_text br {
	display: none;
}
.fm802_ttl img {
	margin: -30px auto 0;
	width: 80%;
}
.fm802_url {
	padding: 10px 0 20px;
}
.fm802_url img {
	width: 100%;
}
.area_pagetop {
	font-size: 80%;
	line-height: 1.0;
}
.area_footer .wrap {
	width: 100%;
}
.area_footer {
	padding: 0 0 20px;
}
.footer_nav ul {
	justify-content: center;
	padding: 0;
	border-bottom: none;
}
.footer_nav li {
	width: 100%;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}
.footer_nav a {
	display: block;
	padding: 6px 20px;
	color: #fff;
	text-align: left;
	border-bottom: 1px solid #6e5c4c;
}
.footer_nav li div {
	display: inline-block;
	float: right;
	color: #6e5c4c;
}
.footer_logo.flexbox {
	flex-direction: column;
  align-items: center;
}
.footer_logo > div {
	margin: 0 0 30px;
}
.copyright {
	font-size: 60%;
}
.sidebar_wrap .footer_nav {
	margin-top: 65px;
}
.sidebar_wrap .footer_nav li:first-child a {
	border-top: 1px solid #6e5c4c;
}

.area_main,
.area_rightside {
	width: 100%;
}
.topicpath {
	margin-bottom: 20px;
}
.topicpath li {
	font-size: 70%;
}

/* index
--------------------------*/
.area_mainimg {
	margin: 0 auto;
	width: 100%;
}
.area_mainimg > div {
	width: 100%;
}
.news_list.wrap {
	width: 100%;
}
.news_list dt {
	margin-bottom: 3px;
	width: 100%;
	font-size: 70%;
	line-height: 1;
}
.news_list dd {
	width: 100%;
	font-weight: bold;
	line-height: 1.4;
}
.news_list_cat {
	padding: 4px 0 3px;
	margin-left: 15px;
	width: 140px;
}
.news_list a {
	display: block;
	padding: 8px 15px;
}
.news_list a {
	border-bottom: 1px solid #ededed;
}
.news_list a:first-child {
	border-top: 1px solid #ededed;
}

.instagram_list {
	border-left: 1px solid #fff;
}
.instagram_list > div {
	width: 25%;
	margin: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.osc_layout > div {
	width: 48%;
	margin-bottom: 15px;
}
.osc_layout_ttl {
	font-size: 100%;
}
.osc_layout_date {
	font-size: 80%;
}


/* shop
--------------------------*/
.shoplist_data {
	padding: 20px 0;
	border-top: 1px dotted #321c08;
	border-bottom: 1px dotted #321c08;
}
.shoplist_data dt,
.shoplist_data dd {
	width: 100%;
}

/* news, order suit channel
--------------------------*/
.post_ttl01 {
	font-size: 180%;
	letter-spacing: -1px;
}
.osc_youtube {
	height: 300px;
}
.snsbtn_list > div {
	width: 32%;
	margin-bottom: 5px;
}

/* price
--------------------------*/
.price_ttl1 {
	width: 100%;
	height: auto;
	background: url(../images/price/price_bg1_sp.jpg) no-repeat center bottom;
	background-size: 100%;
	text-align: center;
}
.price_ttl1 p {
	margin: 0;
	padding: 30px 0 50%;
	font-size: 28px;
	font-weight: bold;
}

.price_ttl2 {
	width: 100%;
	margin: 0 0 40px;
	height: auto;
	background: #404040 url(../images/price/price_bg3_sp.jpg) no-repeat center bottom;
	background-size: 100%;
}
.price_ttl2 img {
	width: 100%;
	margin: 0 0 10px;
	padding-top: 30px;
}
.price_ttl2 p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	padding-bottom: 50%;
}

.price_txt1 {
	text-align: left;
}
.price_txt1 p {
	font-size: 18px;
	line-height: 1.5;
}
.price_txt1 br {
	display: none;
}
.price_txt2 {
	text-align: left;
}
.pricelist h2.item {
	padding: 0 0 10px;
	font-size: 90%;
}
.pricelist p.item_ttl {
	padding: 15px 0 0;
	font-size: 180%;
}
.pricelist dl.price {
	overflow: hidden;
	margin: 0 0 15px;
	line-height: 1.3;
}
.pricelist dl.price dt {
	width: 100%;
	font-size: 14px;
}
.pricelist dl.price dd {
	width: 100%;
	padding-left: 0;
}
.pricelist dl.price dd em {
	font-size: 24px;
}
.pricelist div.cat_men em,
.pricelist div.cat_women em {
	font-size: 21px;
}

.pricelist.trial {
	width: 100%;
}
.pricelist.trial .item_ttl {
	text-align: left;
	font-size: 180%;
}
.pricelist.trial .item {
	text-align: left;
}
.pricelist.trial dl.price dd em {
	font-size: 24px;
}
.pricelist.trial dl.price dd {
	text-align: left;
}
.pricelist.trial dl.price dt {
	text-align: left;
	font-size: 14px;
}
.area_content_beige {
	padding: 40px 0;
}

/* corporate
--------------------------*/
.table_corp {
	font-size: 80%;
}
.wrap_table {
	width: 100%;
}

/* factory
--------------------------*/
.factory_ttl1 {
	width: 100%;
	height: auto;
	background: url(../images/factory/factory_bg1_sp.jpg) no-repeat center bottom;
	background-size: 100%;
	text-align: left;
}
.factory_ttl1 p {
	margin: 0;
	padding: 30px 0 50%;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.factory_ttl1 br {
	display: none;
}

/* fc
--------------------------*/
.fc_ttl1 {
	width: 100%;
	height: auto;
	background: url(../images/fc/fc_bg1_sp.jpg) no-repeat center bottom;
	background-size: 100%;
	text-align: left;
}
.fc_ttl1 p {
	margin: 0;
	padding: 30px 0 50%;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.fc_ttl1 br {
	display: none;
}

/* contact
--------------------------*/
.phone_number_set {
	text-align: center;
	padding: 15px 20px;
}
.phone_number {
	font-size: 180%;
}
.phone_number a {
	pointer-events: all;
}
.table_form td,
.table_form th {
	display: block;
	width: 100%;
}
.table_form td {
	border-bottom: 1px solid #a9a9a9;
}

/* parts
--------------------------*/
.line {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.flexorder01 {
	order: 2;
}
.flexorder02 {
	order: 1;
}
.sp_btn01 {
	text-align: center;
	margin: 20px 0;
	padding: 5px 0;
	border: 2px solid #321c08;
	border-radius: 5px;
	background: #faf6f2;
}
.sp_btn01 a {
	pointer-events: auto;
}
.btn1 a {
	padding: 3px 10px;
}
.btnlist li {
	margin-right: 10px;
	display: inline-block;
}
.ttl_yellowline2 {
	margin-bottom: 40px;
	font-size: 180%;
	background: url(../images/common/ttl_yellowline.png) repeat-x center 90%;
	line-height: 1.4;
}
.ttl_pricelist01 {
	font-size: 150%;
}

.btnlist li {
	margin: 0 0 10px;
	display: block;
}
a.btn01,
.btn01,
a.btn02,
.btn02 {
	display: block;
	padding: 5px 0;
	width: 100%;
}



}

